@charset "utf-8"; /* sub top */
.sub #header.top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.sub02 #header {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); /*box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); */
    top: 0;
}
.sub #header .inner .logo > a {
    background-image: url(../img/common/logo.svg);
}
.sub02 #header .inner .logo > a {
    background-image: url(../img/common/logo.svg);
}
.sub03 #header.top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.sub03 #header.top .navigation .gnb > li > a {
    color: #fff;
}
.sub03 #header.top .navigation .gnb > li:hover > a {
    color: #111;
}

.sub #header.top .navigation .gnb > li:hover {
    background: #eee;
}

@media (min-width: 1024px) {
    .sub #header .navigation .gnb > li > a,
    .sub #header.menu-down .navigation .gnb > li > a,
    .sub02 #header .navigation .gnb > li > a,
    .sub02 #header.menu-down .navigation .gnb > li > a,
    .sub03 #header.menu-down .navigation .gnb > li > a {
        color: #111;
    }
    .sub03 #header.top .navigation .gnb > li > a {
        color: #fff;
    }
}
@media (max-width: 1023px) {
    .sub02 #header .menu-toggle-btn .btn-line,
    .sub #header .menu-toggle-btn .btn-line {
        background: #000;
    }
    .menu-open .sub02 #header .menu-toggle-btn .btn-line,
    .menu-open .sub #header .menu-toggle-btn .btn-line {
        background: #fff;
    }
    .sub03 #header.top .navigation .gnb > li:hover > a {
        color: #fff;
    }
    .sub #header.top .navigation .gnb > li:hover {
        background: transparent;
        border-radius: 0;
    }
}

/* sub footer */
#footer {
    margin-top: 0;
}

/* sub-visual */
.sub-visual {
    position: relative;
    width: 100%;
    height: 97.8rem;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    background: no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-visual > .inner {
    position: relative;
    height: 97.8rem;
    line-height: 97.8rem;
    font-size: 0;
    z-index: 2;
    color: #fff;
}
.sub-visual > .inner .el {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.sub-visual > .inner .el sup {
    font-size: 1.8rem;
    font-weight: 700;
}
.sub-visual > .inner .el h2 {
    margin-bottom: 4rem;
    font-size: 6.2rem;
    font-weight: 400;
}
.sub-visual > .inner .el em {
    display: block;
    margin: 10rem 0 3rem;
    font-size: 2.4rem;
    font-weight: 700;
}
.sub-visual > .inner .el p {
    display: block;
    margin-bottom: 7rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
}

/* 서브비주얼 정보형 */
.sub .sub-visual .info-img {
    position: absolute;
    top: 10rem;
    right: 16rem;
    max-width: 64.3rem;
    width: 100%;
}
.sub .sub-visual > .inner {
    color: #111;
}
.sub .info-btn .btn-info01,
.sub .info-btn .btn-info02 {
    width: 51rem;
    height: 6.6rem;
    line-height: 6.6rem;
    display: block;
    padding: 0 3rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff !important;
    background: #00348b url(../img/sub/icon_arrow_white.svg) no-repeat
        calc(100% - 3rem) 50%;
    border-radius: 0.6rem 0.6rem 0 0;
}
.sub .info-btn .btn-info02 {
    color: #111 !important;
    background-color: #fff;
    background-image: url(../img/sub/icon_arrow.svg);
    border-radius: 0 0 0.6rem 0.6rem;
}
.sub .info-btn .btn-info02 {
    border-radius: 0 0 0.6rem 0.6rem;
}

/* 서브비주얼 사이즈 축소형 */
.sub03 .sub-visual {
    height: 69rem;
}
.sub03 .sub-visual > .inner {
    height: 69rem;
    line-height: 69rem;
}

/* 서브비주얼 없을때 */
.sub-visual.sub-bg-none {
    position: relative;
    margin-bottom: -3rem;
    padding-top: 17rem;
    background: none;
    height: auto;
}
.sub-visual.sub-bg-none > .inner {
    height: auto;
    line-height: inherit;
    color: #111;
}

@media (max-width: 1600px) {
    .sub .sub-visual .info-img {
        right: 2rem;
        max-width: 58rem;
    }
}
@media (max-width: 1328px) {
    .sub .sub-visual .info-img {
        max-width: 52rem;
    }
}
@media (max-width: 1024px) {
    .sub-visual.sub-bg-none {
        padding-top: 7rem;
    }
    .sub .sub-visual .info-img {
        top: 7rem;
        max-width: 24rem;
    }
    .sub03 .sub-visual,
    .sub-visual {
        height: 40rem;
    }
    .sub03 .sub-visual > .inner,
    .sub-visual > .inner {
        height: 40rem;
        line-height: 42rem;
    }
    .sub-visual > .inner .el {
        margin-top: 5rem;
    }
    .sub-visual > .inner .el h2 {
        font-size: 4.8rem;
    }
}
@media (max-width: 768px) {
    .sub03 .sub-visual,
    .sub-visual {
        height: 35rem;
    }
    .sub03 .sub-visual > .inner,
    .sub-visual > .inner {
        height: 35rem;
        line-height: 35rem;
    }
    .sub-visual > .inner .el sup {
        font-size: 1.6rem;
    }
    .sub-visual > .inner .el h2 {
        margin-bottom: 3rem;
        font-size: 4.2rem;
    }
}
@media (max-width: 480px) {
    .sub-visual > .inner .el sup {
        font-size: 1.6rem;
    }
    .sub-visual > .inner .el h2 {
        font-size: 3.2rem;
    }
    .sub .sub-visual .info-img {
        right: 1rem;
        max-width: 18rem;
    }
}

/* lnb */
.lnb {
    position: relative;
    width: 100%;
    height: 8rem;
    line-height: calc(8rem - 1px);
    transition: all 0.6s ease-out;
    background: #fff;
    border-bottom: 1px solid #d8dbdc;
}
.lnb ul {
    display: block;
}
.lnb ul li {
    display: inline-block;
}
.lnb li a {
    display: block;
    position: relative;
    margin-right: 5rem;
    font-weight: 500;
    color: #777;
    font-size: 2rem;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease 0s;
}
.lnb li a:hover {
}
.lnb li.active a {
    color: #111;
    font-weight: 700;
    border-bottom: 1px solid #111;
}
@media (max-width: 768px) {
    .lnb li a {
        margin-right: 3rem;
        font-size: 1.8rem;
    }
}

/* tab */
.tab-inner {
    position: relative;
    padding: 1.5rem 0;
    border-bottom: 1px solid #dcdfe0;
    background: #fff;
}
.tabBtn {
    display: flex;
    flex-wrap: wrap;
}
.tabBtn > li {
    position: relative;
    margin-right: 1.4rem;
}
.tabBtn > li:last-child {
    margin-right: 0;
}
.tabBtn > li a {
    display: block;
    margin: 0.5rem 0;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    color: #999;
    border: 1px solid #d7d7d7;
    border-radius: 3rem;
    transition: all 0.3s ease 0s;
}
.tabBtn > li:first-child {
    margin-left: 0;
}
.tabBtn > li.on a {
    color: #fff;
    font-weight: 700;
    background-color: #111;
    border-color: #111;
    transition: all 0.3s ease 0s;
}

/* 콘텐츠 */
#container {
    position: relative;
    padding: 8rem 0 14rem;
    min-height: 50rem;
    overflow: hidden;
    background: #fff;
}
#container #content {
    position: relative;
    font-size: 1.8rem;
    color: #555;
    font-weight: 400;
}
#container #content:after {
    position: relative;
    content: '';
    display: block;
    clear: both;
}
#container #content h2 {
    width: 100%;
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    color: #111;
    line-height: 1.4;
    min-height: 6rem;
}
#container #content h3 {
    width: 100%;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    color: #111;
    line-height: 1.3;
}
#container #content h4 {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    color: #111;
    line-height: 1.3;
}
#container #content h4.v2 {
    color: #333;
}
#container #content h5 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    color: #111;
    line-height: 1.3;
}
#container #content p {
    line-height: 1.7;
}
@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
    #container {
        padding: 7rem 0;
    }
}
@media (max-width: 768px) {
    #container {
        padding: 5rem 0;
    }
    #container #content h2 {
        font-size: 3rem;
    }
}

/* line */
hr {
    height: 1px;
    background: #d8dbdc;
    margin: 9rem 0;
    border: 0;
}
@media (max-width: 1024px) {
    hr {
        margin: 7rem 0;
    }
}

/* 글자 색상 */
.font-color {
    color: #00348b !important;
}

/* 라운드 */
.radius {
    border-radius: 1rem;
}

/* 버튼 스타일 */
.btn-basic {
    display: inline-block;
    padding: 2rem 6rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    transition: all 0.4s ease-out 0s;
}
@media (max-width: 640px) {
    .btn-basic {
        padding: 1.6rem 3rem;
    }
}

.longtextarea {
    min-height: 20rem !important;
    font-size: 1.9rem !important;
}

/* 버튼 스타일 */
.btn-basic2 {
    display: inline-block;
    padding: 1.6rem 6rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    transition: all 0.4s ease-out 0s;
}
@media (max-width: 640px) {
    .btn-basic2 {
        padding: 1.4rem 6rem;
    }
}
.btn-basic3 {
    display: inline-block;
    padding: 2rem 6rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff !important;
    background-color: #00348b;
    border: 1px solid #00348b;
    border-radius: 6px;
    transition: all 0.4s ease-out 0s;
}
@media (max-width: 640px) {
    .btn-basic3 {
        padding: 1.6rem 3rem;
    }
}
.btn-basic4 {
    display: inline-block;
    padding: 1.6rem 4rem 1.6rem 2rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #30ad37 !important;
    background-color: #fff;
    border: 1px solid #30ad37;
    border-radius: 6px;
    background: url(../img/sub/icon_naver_store.svg) no-repeat calc(100% - 1rem)
        50%;
    background-size: 3rem auto;
    transition: all 0.4s ease-out 0s;
}
@media (max-width: 640px) {
    .btn-basic2 {
        padding: 1.4rem 2rem 1.4rem 1rem;
    }
}

/* box */
.box01 {
    padding: 5rem;
    background: #f7f7f7;
}

/* list style */
.list01 {
    position: relative;
}
.list01 li {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    line-height: 1.8;
}
.list01 li::before {
    position: absolute;
    top: 1.5rem;
    left: 0;
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    background-color: #222;
    border-radius: 50%;
}
.list01 li em {
    position: absolute;
    display: inline-block;
    min-width: 17rem;
    left: 1.2rem;
    color: #333;
}
.list01 li span {
    position: relative;
    display: inline-block;
    width: calc(100% - 17rem);
    left: 17rem;
}

/* table */
#container #content table {
    margin-top: 1.8rem;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.8;
    letter-spacing: -0.1px;
}
#container #content table.table {
    border-top: 4px solid #000;
}
#container #content table.table thead th {
    border-right: 1px solid #eee;
    font-weight: 700;
    font-size: 1.8rem;
    color: #111;
    background: #fdfdfd;
    border-bottom: 1px solid #eee;
}
#container #content table.table thead th:last-child {
    border-right: none;
}
#container #content table.table thead tr:last-child th {
    border-bottom: none;
}
#container #content table.table tbody tr:first-child td {
    border-top-color: #bbb;
}
#container #content table.table tbody td {
    background: #fff;
    border: 1px solid #eee;
    font-weight: 400;
    font-size: 1.6rem;
    color: #333;
}
#container #content table.table th {
    padding: 2.5rem 2rem;
    vertical-align: middle;
}
#container #content table.table td {
    padding: 2.5rem 2rem;
    vertical-align: middle;
}
#container #content table.table thead th[rowspan] {
    border-bottom: none;
}
#container #content table.table tbody tr td:last-child {
    border-right-width: 0px;
}
#container #content table.table tbody tr td:first-child,
#container #content table.table tbody tr th:first-child {
    border-left-width: 0px;
}
#container #content table.table thead + tbody tr td {
    text-align: center;
}
#container #content table.table thead + tbody tr td.tal {
    text-align: left;
}
#container #content .mob_info {
    display: none;
    font-size: 1.4rem;
    margin: 10px 0;
    padding: 2px 0;
    text-align: left;
    background: #fdfdfd;
    color: #333;
}

@media (max-width: 1000px) {
    #container #content .scrollTable {
        overflow: auto;
    }
    #container #content .scrollTable .table {
        width: 1080px;
    }
    #container #content .mob_info {
        display: block;
    }
}

/* 연혁 */
.history {
    position: relative;
    padding: 3rem 0;
    overflow: hidden;
}
.history > span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #e9e9ed;
}
.history > span::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 50%;
    margin-left: -0.9rem;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #00348b;
    border-radius: 50%;
}
.history > span::after {
    position: absolute;
    content: '';
    display: block;
    top: 0.6rem;
    left: 50%;
    margin-left: -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #fff;
    border-radius: 50%;
}
.history .inner > ul {
    width: 100%;
}
.history .inner > ul:after {
    content: '';
    display: block;
    clear: both;
}
.history .inner > ul > li {
    position: relative;
    content: '';
    margin-top: 5rem;
    width: 50%;
    border: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease;
}
.history .inner > ul > li.active {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease;
}
.history .inner > ul > li > em {
    position: relative;
    display: block;
    color: #111;
    font-size: 5.8rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 1rem;
}
.history .inner > ul > li > p {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    color: #555;
}
.history .inner > ul > li > p:last-child {
    margin-bottom: 0;
}
.history .inner > ul > li > p .bold {
    position: absolute;
    display: inline-block;
    color: #333;
    font-weight: 700;
}
.history .inner > ul > li > p span {
    display: inline-block;
    position: relative;
    width: calc(100% - 4rem);
    left: 4rem;
}
.history .inner > ul > li:nth-child(2n-1) > p .bold {
    right: 6rem;
}
.history .inner > ul > li:nth-child(2n-1) > p span {
    left: inherit;
    right: 4rem;
}
.history .inner > ul > li > img {
    margin-top: 1rem;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}
.history .inner > ul > li:nth-child(2n) {
    float: right;
    margin-left: 50%;
    padding: 0 0 0.5rem 6rem;
}
.history .inner > ul > li:nth-child(2n-1) {
    float: left;
    margin-right: 50%;
    text-align: right;
    padding: 0 6rem 0.5rem 0;
}
.history #historyLine {
    display: block;
    width: 1px;
    height: 0%;
    background: #00348b;
}
@media (max-width: 1200px) {
    .history .inner > ul > li:nth-child(2n) {
        padding: 0 0 0.5rem 4rem;
    }
    .history .inner > ul > li:nth-child(2n-1) {
        padding: 0 4rem 0.4rem 0;
    }

    .history .inner > ul > li:nth-child(2n-1) > p .bold {
        right: 4rem;
    }
    .history .inner > ul > li:nth-child(2n-1) > p span {
        right: 4rem;
    }
}
@media (max-width: 768px) {
    .history .inner > ul > li:nth-child(2n-1) > p .bold {
        right: inherit;
    }
    .history .inner > ul > li:nth-child(2n-1) > p span {
        left: inherit;
        right: inherit;
        left: 4rem;
    }
    .history {
        padding: 0;
    }
    .history > span {
        left: 4%;
    }
    .history .inner > ul > li {
        width: 100%;
    }
    .history .inner > ul > li > em {
        font-size: 3.6rem;
    }
    .history .inner > ul > li > p {
        font-size: 1.8rem;
    }
    .history .inner > ul > li:nth-child(2n) {
        float: left;
        margin-left: 0;
        padding-left: 4rem;
    }
    .history .inner > ul > li:nth-child(2n-1) {
        margin-right: 0;
        text-align: left;
        padding-left: 4rem;
        padding-right: 0;
    }
}

/* 미션 */
.mission {
    position: relative;
    display: flex;
    margin: 0 -3rem;
}
.mission-bg {
    margin: 9rem 0 -14rem;
    padding: 14rem 0;
    background: #f7f7f7;
}
@media (max-width: 1328px) {
    .mission-bg {
        margin: 7rem 0 -7rem;
        padding: 9rem 0;
    }
}
@media (max-width: 1024px) {
    .mission-bg {
        margin: 7rem 0 -7rem;
        padding: 7rem 0;
    }
}
@media (max-width: 768px) {
    .mission-bg {
        margin: 5rem 0 -5rem;
    }
}
.mission li {
    flex-direction: row;
    width: 33.33%;
    margin: 0 3rem;
    text-align: center;
}
.mission li i {
    display: block;
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    color: #333;
}
.mission li span {
    line-height: 1.8;
    display: block;
}
.mission li img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .mission {
        position: relative;
        display: flex;
        margin: 0 -2rem;
    }
    .mission li {
        margin: 0 2rem;
    }
    .mission li i {
        margin: 3rem 0 2rem;
    }
}
@media (max-width: 768px) {
    .mission {
        margin: 0;
        display: list-item;
    }
    .mission li {
        flex: 1 1 100%;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    .mission li span {
        margin-bottom: 4rem;
    }
}

/* 게시글상단 제품정보 */
.view-product {
    border-top: 2px solid #000;
    padding: 5rem 2rem;
    border-bottom: 1px solid #ddd;
}
.view-product dl {
    display: block;
    line-height: 1.6;
    padding: 1rem 0;
    text-align: left;
}
.view-product dl dt {
    position: absolute;
    padding-left: 0.7rem;
    width: 17rem;
    display: inline-block;
    font-weight: 700;
    font-size: 1.8rem;
    color: #333;
}
.view-product dl dt::before {
    position: relative;
    top: 50%;
    left: -0.7rem;
    margin-top: -1.5px;
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    vertical-align: middle;
    background-color: #333;
    border-radius: 50%;
}
.view-product dl dd {
    display: inline-block;
    position: relative;
    left: 17rem;
    width: calc(100% - 17rem);
    font-size: 1.8rem;
    color: #555;
}
.view-product i {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
    width: 100%;
    height: 54rem !important; /* ✨ 이미지 영역 고정 (zoom 안정화) */
}
.view-product i::after {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: inherit;
    height: 100%;
    background: #f0f0f0 url(../img/common/no_image.png) no-repeat 50% 50%;
    z-index: -1;
}
.view-product i img {
    display: block;
    margin: 0 auto;

    height: 100%; /* 부모 height(40rem)에 맞춤 */
    width: auto; /* 비율 유지 */

    object-fit: contain; /* ✨ 이미지가 40rem 안에서 비율 그대로 */
    border-radius: 1rem;
}
.view-product + .bbsView {
    margin-top: 0 !important;
}
@media (max-width: 768px) {
    .view-product {
        padding: 3rem 2rem;
    }
}

/* map */
.area-map {
    position: relative;
}
.area-map:after {
    position: relative;
    content: '';
    display: block;
    clear: both;
}
.area-map #map {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 68rem !important;
    transition: height 0.7s;
    background-color: #e8e8e8;
    border-radius: 1rem;
}
.area-map #map iframe {
    width: 100% !important;
    height: 68rem !important;
    border: 1px solid #e8e8e8;
}
.area-map .root_daum_roughmap .wrap_map {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #dfdfdf;
}
.area-map .root_daum_roughmap .wrap_controllers {
    display: none;
}
.area-map .map-info {
    position: relative;
    padding: 4rem 0;
}
.area-map .map-info em {
    display: block;
    margin-bottom: 2rem;
    font-size: 3.6rem;
    font-weight: 700;
    color: #111;
}
.area-map .map-info ul li {
    position: relative;
    display: inline-block;
    color: #555;
    font-size: 1.6rem;
    line-height: 1.8;
}
.area-map .map-info ul li + li {
    margin-left: 6rem;
}
.area-map .map-info ul li b {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    color: #333;
    font-weight: 700;
}
.area-map .map-info ul li b::after {
    position: relative;
    content: '';
    display: inline-block;
    margin-left: 14px;
    width: 1px;
    height: 12px;
    background-color: #ddd;
}
.area-map .btn-map01 {
    position: absolute;
    top: 5rem;
    right: 0;
    display: inline-block;
    padding: 2.2rem 6rem 2rem 4rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000 !important;
    transition: all 0.4s ease-out 0s;
    background: url(../img/sub/icon_map.svg) no-repeat calc(100% - 3rem) 50%;
    border: 1px solid #000;
    border-radius: 6px;
}

@media (max-width: 1200px) {
    .area-map #map,
    .area-map #map iframe {
        height: 52rem !important;
    }
}
@media (max-width: 1024px) {
    .area-map #map,
    .area-map #map iframe {
        height: 42rem !important;
    }
    .area-map .btn-map01 {
        position: relative;
        top: 0px;
        right: inherit;
        left: 0px;
        margin-top: 4rem;
    }
}
@media (max-width: 768px) {
    .area-map .map-info {
        padding: 3rem 0;
    }
    .area-map .map-info ul li {
        display: block;
    }
    .area-map .map-info ul li + li {
        margin-left: 0;
        margin-top: 1rem;
    }
}

/* contact */
.contact {
    position: relative;
    padding-top: 4rem;
    width: 100%;
    border-top: 2px solid #222;
}
.contact .bg {
    position: relative;
    padding: 6rem 4rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact select {
    padding-right: 2rem;
}
.contact dl dt {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
}
.contact
    input:not([type='checkbox']):not([type='radio']):not([type='file']):not(
        [type='range']
    ) {
    vertical-align: top !important;
}
@media (max-width: 1700px) {
    .contact dl dd input[data-title='mail'] {
        width: 30%;
    }
}
@media (max-width: 1280px) {
    .contact dl dd input[data-title='mail'] {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .contact {
        padding-top: 2rem;
    }
    .contact .bg {
        padding: 4rem 2rem;
    }
    .contact dl dt {
        font-size: 1.8rem;
    }
}
.contact .privacy {
    color: #555;
    font-size: 1.6rem;
    line-height: 2;
    padding: 2.2rem;
    background: #fff;
    border: 1px solid #ddd;
    overflow-y: auto;
    height: 16rem;
}

/* 인증현황 */
.certificate {
    position: relative;
}
.certificate .btn-zoom {
    display: block;
    padding: 2.2rem 6rem 2rem 4rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000 !important;
    transition: all 0.4s ease-out 0s;
    background: url(../img/sub/icon_zoom.svg) no-repeat calc(100% - 3rem) 50%;
    border: 1px solid #000;
    border-radius: 6px;
}
.certificate .inner .list {
    position: relative;
    height: 64rem;
    line-height: 64rem;
    padding-left: 50%;
    margin-bottom: 8rem;
    border: 1px solid #ddd;
    font-size: 0;
    border-radius: 0.6rem;
}
.certificate .inner .list:last-child {
    margin-bottom: 0;
}

.certificate .inner .list .tilt {
    position: absolute;
    width: 50%;
    height: inherit;
    left: 0;
    top: 0;
    background: #e2f0f7;
    text-align: center;
}
.certificate .inner .list .tilt img {
    display: inline-block;
    width: 35rem;
    line-height: 1;
    vertical-align: middle;
    border: 1px solid #ddd;
    box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
}
.certificate .inner .list .tilt img.cp-lightimg {
    border: 0;
}

.certificate .inner .list .el {
    display: inline-block;
    width: 100%;
    padding: 0 8rem;
    line-height: 1;
    vertical-align: middle;
}
.certificate .inner .list .el strong {
    font-size: 3.6rem;
    color: #00348b;
}
.certificate .inner .list .el em {
    display: block;
    margin: 5rem 0 1.5rem 0;
    font-size: 2rem;
    color: #333;
}
.certificate .inner .list .el p {
    margin-bottom: 5rem;
    font-size: 1.5rem;
    color: #555;
    line-height: 1.5;
}

.certificate .inner .list .el dl {
    color: #555;
    line-height: 2;
}
.certificate .inner .list .el dl dt {
    position: relative;
    padding-right: 1rem;
    margin-right: 1rem;
    font-size: 1.5rem;
}
.certificate .inner .list .el dl dt::after {
    display: inline-block;
    width: 1px;
    height: 1rem;
    right: -1px;
    top: 50%;
    margin-top: -0.5rem;
    background: #eee;
}
.certificate .inner .list .el dl dd {
    color: #333;
    font-weight: 700;
    font-size: 1.5rem;
}

.certificate .inner .list .btn-group {
    margin-top: 5rem;
}

img.cp-lightimg {
    position: relative;
    transition: all 300ms;
    z-index: 1001;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
}
div.cp-lightoverlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
    transition: all 300ms;
}
div.cp-lightoverlay.cp-lightoverlay-in {
    opacity: 1;
}

@media (max-width: 1280px) {
    .certificate .inner .list {
        margin-bottom: 2rem;
    }
    .certificate .inner .list .el {
        padding: 0 3rem;
    }
    .certificate .inner .list .el p br {
        display: none;
    }
}

@media (max-width: 1024px) {
    .certificate .inner .list .el em {
        margin: 3rem 0 1rem 0;
    }
    .certificate .inner .list .el p {
        margin-bottom: 3rem;
    }

    .certificate .inner .list .btn-group {
        margin-top: 2rem;
    }
    .certificate .inner .list .btn-group button:last-child {
        display: none;
    }
}

@media (max-width: 768px) {
    .certificate .inner .list {
        height: auto;
        line-height: 1;
        padding-left: 0;
    }

    .certificate .inner .list .tilt {
        position: relative;
        width: 100%;
        height: auto;
        padding: 5rem;
    }

    .certificate .inner .list .el {
        padding: 5rem 2rem;
    }
}

/* bbsList */
.bbsList {
    width: 100%;
    border-top: 2px solid #222;
}
.bbsList th,
.bbsList td {
    padding: 3rem 4rem 2rem;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
}
.bbsList thead th {
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    font-size: 2.2rem;
    color: #111;
}
.bbsList thead tr:first-child th {
    border-top: 1px solid #222;
}
.bbsList td {
    color: #111;
    font-weight: 700;
    font-size: 1.8rem;
    word-break: break-all;
}
.bbsList tr.active td {
    background: #f2fbf8;
    color: #333 !important;
}
.bbsList td[data-table='number'] {
    text-align: center;
}
.bbsList td[data-table='number'] mark {
    display: inline-block;
    height: 2.7rem;
    border-radius: 2.7rem;
    line-height: calc(2.7rem - 2px);
    padding: 0 1rem;
    font-size: 1.5rem;
    color: #00348b;
    border: 1px solid #00348b;
    font-weight: 700;
}
.bbsList td[data-table='subject'] {
    width: 100%;
}
.bbsList td[data-table='subject'] a {
    position: relative;
    display: inline-block;
    text-align: left;
    line-height: 1.6;
}
.bbsList td[data-table='subject'] a em {
    font-weight: 500;
    color: #111;
    letter-spacing: -0.5px;
}
.bbsList td[data-table='subject'] a p {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 300;
    color: #555;
}

/* bbslist : left img */
.bbsList td[data-table='subject'] a .thumbs {
    margin-right: 6rem;
    width: 32rem;
    height: 21rem;
}
.bbsList td[data-table='subject'] a .thumbs {
    position: relative;
    width: 32rem;
    height: 21rem;
    background: no-repeat center;
    background-size: cover;
}
.bbsList td[data-table='subject'] a .thumbs::before {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: inherit;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: -1;
    transition: all 0.2s ease-out 0s;
}
.bbsList td[data-table='subject'] a .thumbs::after {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: inherit;
    height: 100%;
    background: #f0f0f0 url(../img/common/no_image.png) no-repeat 50% 50%;
    z-index: -1;
}
.bbsList td[data-table='subject'] a .thumbs:hover::before {
    opacity: 0.2;
    z-index: 1;
}
.bbsList td[data-table='number'],
.bbsList td[data-table='date'],
.bbsList td[data-table='view'] {
    font-weight: 500;
    font-size: 1.5rem;
    color: #777;
    white-space: nowrap;
}
.bbsList td[data-table='view'] {
    text-align: right;
}
.bbsList td[data-table='date'] {
    text-align: center;
}
.bbsList td[data-table='date'] i {
    display: block;
    margin-bottom: 1.4rem;
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
}
.bbsList td[data-table='file'] img {
    width: 1.4rem;
    height: 1.6rem;
    max-width: inherit;
}

@media all and (max-width: 1200px) {
    .bbsList th,
    .bbsList td {
        padding: 2rem;
    }
    .bbsList td[data-table='subject'] a .thumbs {
        margin: 0.3rem 3rem 0.3rem 0;
        width: 28rem;
        height: 18.4rem;
    }
}
@media all and (max-width: 768px) {
    .bbsList th,
    .bbsList td {
        padding: 2rem 0;
    }
    .bbsList td[data-table='number'],
    .bbsList td[data-table='view'] {
        display: none;
    }
    .bbsList td[data-table='subject'] a {
        width: 100%;
    }
    .bbsList td[data-table='date'] {
        text-align: right;
    }
    .bbsList td[data-table='date'] i {
        font-size: 4rem;
    }
    .bbsList thead {
        display: none;
    }
    .bbsList tr {
        display: block;
        position: relative;
    }
    .bbsList td[data-table='subject'] {
        padding: 2rem 2rem 2rem 0;
        border-bottom: 1px solid #eee;
    }
    .bbsList td[data-table='subject'] > a {
        display: block;
    }
    .bbsList td[data-table='date'] {
        width: 100%;
    }
    .bbsList td[data-table='file'] {
        padding: 2rem 2rem 2rem 0;
    }
    table.bbsList colgroup {
        display: none;
    }
}
@media screen and (max-width: 540px) {
    .bbsList td[data-table='subject'] a .thumbs {
        margin: 0.3rem 2rem 0.3rem 0;
        width: 18rem;
        height: 11.8rem;
    }
}
@media screen and (max-width: 480px) {
    .bbsList td[data-table='subject'] a .thumbs {
        margin: 0.3rem 2rem 0.3rem 0;
        width: 15rem;
        height: 10rem;
    }
}

/* bbsView */
.bbsTitle {
    padding: 3rem 2rem;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ddd;
}
.bbsTitle:before {
    display: none !important;
}
.bbsTitle {
    display: flex;
}
.bbsTitle em {
    display: inline-block;
    width: 70%;
    margin-right: auto;
    font-weight: 600;
    font-size: 2.2rem;
    color: #111;
}
.bbsTitle span {
    display: inline-block;
    width: 30%;
    margin-left: auto;
    margin-top: 5px;
    text-align: right;
    font-weight: 500;
    font-size: 1.5rem;
    color: #888;
}
.bbsView {
    border-collapse: inherit;
    table-layout: fixed;
}
.bbsTitle ~ .bbsView {
    border-top-width: 0px;
}
.bbsView > tbody > tr > th,
.bbsView > tbody > tr > td,
.bbsView > thead > tr > th {
    padding: 3rem 2rem;
    border-bottom: 1px solid #ddd;
}
.bbsView > tbody > tr > th {
    background: #f8f8f8;
    text-align: left;
    font-weight: 500;
    letter-spacing: -1px;
}
.bbsView > tbody > tr > td {
    color: #111;
    word-break: break-all;
}
.bbsView .conts table,
.bbsView .conts td,
.bbsView .conts th {
    border: 1px solid black;
}
.bbsView th[data-view='file'] {
    border-top: 1px solid #ddd;
}
.bbsView th[data-view='file'] + td {
    padding-left: 2rem;
    border-top: 1px solid #ddd;
}
.bbsView td.conts {
    text-align: center;
}
.bbsView div.conts {
    min-height: 30rem;
}
.bbsView .conts img {
    padding: 3rem 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 600px;
    width: 100% !important;
    height: auto !important;
}

.bbsView .editor-content img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}
.bbsView textarea {
    resize: none;
    height: 150px;
}
.bbsView td.date > span {
    margin-right: 10px;
}
.bbsView td.category div {
    margin-top: 3px;
}
.bbsView td.file > span {
    display: block;
    margin: 2px 0;
}
.bbsView.page {
    margin-top: 20px;
}
.bbsView.page th,
.bbsView.page td {
    padding: 3rem 2rem;
}
.bbsView.page tr:first-child th,
.bbsView.page tr:first-child td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.bbsView div.conts table {
    margin-left: auto !important;
    margin-right: auto !important;
}

*[class^='bbs'] ~ .btn_area {
    padding-top: 50px;
}

.bbsView.dl {
    border-top: 1px solid #222;
}
.bbsTitle ~ .bbsView.dl {
    border-top-width: 0px;
}
.bbsView dl dt,
.bbsView dl dd {
    box-sizing: border-box;
    padding: 15px 15px;
    border-bottom: 1px solid #eaecf1;
    word-break: keep-all;
}
.bbsView dl dt {
    width: 20%;
    background: #f9fafb;
    text-align: left;
    font-weight: 500;
    letter-spacing: -1px;
    vertical-align: middle;
}
.bbsView dl dt span {
    display: inline-block;
    vertical-align: middle;
}
.bbsView dl dd {
    width: 80%;
}
.bbsView dl dd input[type='text'],
.bbsView dl dd input[type='password'],
.bbsView dl dd input[type='file'],
.bbsView dl dd textarea,
.bbsView dl dd select {
    width: 100%;
}
.bbsView dl dd input[type='file'] {
    font-size: 14px;
}
.bbsView dl dd .designFile input[type='text'] {
    padding-right: 110px;
}
.bbsView dl dd .designFile .button {
    position: absolute;
    top: 0px;
    right: 0px;
}
.bbsView dl dd .designFile.mob input[type='text'] {
    padding-right: 0px;
}
.bbsView dl dd .designFile.mob input[type='file'] {
    width: 100%;
}
.bbsView dl:last-child dt,
.bbsView dl:last-child dd {
    border-bottom: 1px solid #dcdee2;
}
.bbsView dl.col02 dt {
    width: 20%;
}
.bbsView dl.col02 dd {
    width: 30%;
    vertical-align: middle;
}
.bbsView dl.col02 dt:nth-of-type(2) {
    border-left-width: 0px;
}
.bbsView dl.colspan {
    position: relative;
}
.bbsView dl.colspan dt {
    height: 54px;
    vertical-align: top;
}
.bbsView dl.colspan dt:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.bbsView dl.colspan dd {
    position: absolute; /* width:960px; */
}

/* th,td tr에 여러개 들어갈 경우 */
.bbsView.col tr td:not(:last-child) {
    border-right-width: 0px !important;
}

/* photoList */
.photoList {
    position: relative;
    width: 100%;
    border-top: 2px solid #000;
}
.photoList:after {
    position: relative;
    content: '';
    display: block;
    clear: both;
}
.photoList > li {
    position: relative;
    float: left;
    margin: 3rem 3rem 0 0;
    width: calc(100% / 3 - 2rem);
}
.photoList > li:nth-child(3n + 1) {
    margin: 3rem 3rem 0 0;
}
.photoList > li:nth-child(4n) {
    margin-right: 3rem;
}
.photoList > li:nth-child(3n) {
    margin-right: 0;
}
.photoList > li a {
    display: block;
    text-align: center;
    transition: all 0.3s ease 0s;
    position: relative;
}
.photoList > li a > * {
    display: block;
}
.photoList > li .thumbs {
    height: 30rem;
    border: 1px solid #e8e8e8;
}
.photoList > li a > em {
    opacity: 1;
    margin-top: 1rem;
    min-height: 4rem;
    line-height: 4rem;
    font-weight: 700;
    color: #111;
    font-size: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media all and (max-width: 768px) {
    .photoList > li,
    .photoList > li:nth-child(3n + 1),
    .photoList > li:nth-child(3n + 2) {
        margin: 2rem 2rem 0 0;
    }
    .photoList > li {
        width: calc(100% / 2 - 1rem);
    }
    .photoList > li:nth-child(3n) {
        margin-right: 2rem;
    }
    .photoList > li:nth-child(2n),
    .photoList > li:nth-child(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 540px) {
    .photoList > li .thumbs {
        height: 18rem;
    }
}

/*** board 공통 ***/

/* bbs search */
.search-bbs {
    position: relative;
    overflow: hidden;
    clear: both;
}
.form .total {
    display: block;
    float: left;
    height: 7rem;
    line-height: 7rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #555;
}
.form .total > b {
    font-weight: 700;
    color: #111;
}
.form .total + form {
    margin-bottom: 2rem;
}

.form select,
.form textarea,
.form
    input:not([type='checkbox']):not([type='radio']):not([type='file']):not(
        [type='range']
    ) {
    height: 5rem;
    vertical-align: middle;
}
.form input ~ button:not(.clone, .btn) {
    font-size: 1.6rem;
    min-width: 9rem;
    height: 5rem;
    color: #fff;
    border-radius: 0;
    background: #0e0e0e;
    border-radius: 6px;
}
.form select,
.form textarea,
.form
    input:not([type='checkbox']):not([type='radio']):not([type='file']):not(
        [type='range']
    ) {
    font-size: 1.6rem;
}
@media all and (max-width: 768px) {
    .form .total {
        display: block;
        float: none;
    }
    .form .total + form {
        float: none;
        text-align: left;
        margin-bottom: 2rem;
    }
    .form .total + form > input {
        width: calc(100% - 21rem);
    }
}
@media all and (max-width: 486px) {
}
@media all and (max-width: 420px) {
    .form select {
        padding-right: 0;
        padding-left: 1rem;
        background-position: calc(100% - 1rem) center;
    }
    .form
        input:not([type='checkbox']):not([type='radio']):not([type='file']):not(
            [type='range']
        ) {
        padding: 0 1rem;
    }
    .form input ~ button:not(.clone, .btn) {
        min-width: 7rem;
    }
    .form .total + form > input {
        width: calc(100% - 18rem);
    }
}

/* 필수입력 */
.marking {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 14px;
    margin-bottom: -2px;
    vertical-align: middle;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.marking:after {
    content: '*';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 17px;
    font-size: 14px;
    font-weight: 600;
    text-indent: 0;
    color: #c51917;
}

/* 등록된 게시글이 없습니다. */
.no-data {
    position: relative;
    text-align: center;
    padding: 10rem 0;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
}
.no-data::before {
    position: relative;
    display: block;
    width: 12rem;
    height: 12rem;
    left: 50%;
    top: 0;
    margin-left: -6rem;
    background: #fafafa url(../img/sub/nodata.svg) no-repeat 50% 50%;
    border-radius: 50%;
}
.no-data p {
    margin-top: 3rem;
    font-size: 1.8rem;
    letter-spacing: -1px;
    text-align: center;
}
table + .no-data {
    border-top: 0;
}

/* pagination */
.pagination {
    position: relative;
    margin-top: 6rem;
    text-align: center;
}
.pagination:after {
    position: relative;
    content: '';
    display: block;
    clear: both;
}
.pagination > * {
    display: inline-block;
    margin: 2px 1rem;
    height: 3rem;
    line-height: 3rem;
    box-sizing: border-box;
    background: #fff;
    color: #111;
    font-size: 1.7rem;
    font-weight: 300;
    text-align: center;
    vertical-align: top;
    transition: border-color 0.3s ease 0s;
}
.pagination a[class^='btn_'] {
    width: 1.2rem;
    height: 3rem;
    background: url(../img/sub/icon_pagination_prev.svg) no-repeat 50% 50%;
    background-size: 8px 12px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.pagination a.btn_next {
    transform: rotate(180deg);
}
.pagination a.btn_first,
.pagination a.btn_last {
    background: url(../img/sub/icon_pagination_first.svg) no-repeat 50% 50%;
    background-size: 11px 12px;
}
.pagination a.btn_last {
    transform: rotate(180deg);
}
.pagination span {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 2.4rem;
    font-weight: 700;
    color: #111;
}
@media all and (max-width: 768px) {
    .pagination > * {
        margin: 2px 0.7rem;
    }
}

/* file */
.list_file li {
    margin-top: 4px;
}
.list_file li:first-child {
    margin-top: 0px;
}
.list_file li > a {
    display: block;
    position: relative;
}
.list_file li > a:hover,
.list_file li > a:focus {
    color: #111;
}

/* design radio */
.designRadio input[type='radio'] {
    position: absolute;
    opacity: 0;
}
.designRadio input[type='radio'] + label {
    height: 16px;
    padding-left: 20px;
    padding-bottom: 2px;
    margin-right: 10px;
    cursor: pointer;
    background: url(../img/sub/sp_radio.png) no-repeat 0 -16px;
    line-height: 1em;
}
.designRadio.white input[type='radio'] + label {
    background: url(../img/sub/sp_radio_w.png) no-repeat 0 -16px;
}
.designRadio input[type='radio']:checked + label {
    background-position: 0px 0px;
}
.designRadio input[type='radio']:disabled + label {
    background-position: 0px -32px;
}

/* design checkbox */
.designCheck {
    display: inline-block;
    margin: 2px 0px;
    vertical-align: middle;
}
.designCheck input[type='checkbox'] {
    position: absolute;
    opacity: 0;
}
.designCheck input[type='checkbox'] + label {
    position: relative;
    min-height: 16px;
    padding-left: 20px;
    padding-bottom: 2px;
    margin-right: 10px;
    cursor: pointer;
    line-height: 1em;
}
.designCheck input[type='checkbox'] + label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: url(../img/sub/sp_check.png) no-repeat 0 -16px;
    background-size: 16px 48px;
}
.designCheck.white input[type='checkbox'] + label:before {
    background: url(../img/sub/sp_check_w.png) no-repeat 0 -16px;
    background-size: 16px 48px;
}
.designCheck input[type='checkbox']:checked + label:before {
    background-position: 0px 0px;
}
.designCheck input[type='checkbox']:disabled + label:before {
    background-position: 0px -32px;
}

/* design file */
.designFile {
    position: relative;
}
.designFile input[type='file'] {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
}
.designFile label.button {
    cursor: pointer;
}
.designFile.mob input[type='text'] {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
}
.designFile.mob label {
    display: none;
}
.designFile.mob .designCheck label {
    display: inline-block;
}
.designFile.mob .button.white {
    position: static;
    font-size: 0.9rem;
}
.designFile.mob input[type='file'] {
    position: static;
    width: auto;
    height: auto;
    padding: inherit;
    margin: 0px;
    border: inherit;
    clip: inherit;
}
.designCheck.noText input[type='checkbox'] + label,
.designRadio.noText input[type='radio'] + label {
    margin-right: 0px;
    font-size: 0px;
    vertical-align: middle;
}
.designCheck.noText input[type='checkbox'] + label:before,
.designRadio.noText input[type='radio'] + label:before {
    top: -1px;
}

.view-product-detail .section-title {
    font-size: 5.2rem;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 9rem;
}
@media (max-width: 1024px) {
    .view-product-detail .section-title {
        font-size: 4.2rem;
    }
}
@media (max-width: 768px) {
    .view-product-detail .section-title {
        font-size: 3.6rem;
    }
}
.view-product-detail .section-subtitle {
    font-size: 2.2rem;
    color: #666;
    text-align: center;
    margin-bottom: 1rem;
}

.view-product-detail .main-image {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    height: auto;
}

.view-product-detail .checkpoints {
    margin-bottom: 8rem;
}

.view-product-detail .checkpoints h3,
.view-product-detail .product-images h3,
.view-product-detail .product-spec h3 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 3rem;
    border-bottom: 2px solid #111; /* ✅ 검은 라인 */
    padding-bottom: 1.2rem;
    text-align: left;
}

.view-product-detail .checkpoints ul {
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    list-style: none;
}

.view-product-detail .checkpoints ul li {
    font-size: 2.1rem;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
    /* ✅ Flex로 수직 정렬 */
    display: flex;
    align-items: center;
}

.view-product-detail .checkpoints li .point-number {
    font-size: 3.6rem;
    font-weight: 900;
    color: #173f99;
    margin-right: 1.5rem;
    display: inline-block;
    min-width: 6rem;
    text-align: center;
}

.view-product-detail .product-images {
    text-align: center;
    margin-bottom: 6rem;
}

.view-product-detail .product-images div {
    display: block;
    margin: 1ch auto;
    max-width: 600px;
    height: auto;
}

.view-product-detail .product-spec {
    background-color: #f7f7f7;
    padding: 4rem 2rem;
    border-radius: 1rem;
    border: 1px solid #ddd;
}

.view-product-detail .product-spec .spec-img {
    text-align: center;
    margin-bottom: 3rem;
    padding: 1rem 0 2rem;
    border-radius: 12px;
}

.view-product-detail .spec-img img {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto;
    border-radius: 4px;
}
.spec-rounded-table {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 500;
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
}
@media (max-width: 768px) {
    .view-product-detail .spec-img img {
        width: 100%;
    }
    .spec-rounded-table {
        max-width: 100%;
    }
}

.spec-rounded-table tr {
    display: flex;
    margin-bottom: 1rem; /* ✅ 행 간 간격 */
}

.spec-rounded-table tr td:first-child {
    background-color: #0e0e0e;
    color: #fff;
    width: 30%;
    border-radius: 6px 0 0 6px;
    font-weight: 500;
    text-align: center;
}

.spec-rounded-table tr td:last-child {
    background-color: #fff;
    color: #333;
    flex: 1;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-left: 0;
    border-radius: 0 6px 6px 0;
}

.spec-rounded-table td {
    padding: 1.5rem 1rem;
}
@media (max-width: 768px) {
    .spec-rounded-table td {
        padding: 1rem;
    }
}

.product-qna {
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 10rem;
}

.qna-title {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #173f99 !important;
    border: 3px solid #173f99;
    display: inline-block;
    padding: 0.6rem 2.4rem;
    border-radius: 50px;
    width: auto;
    max-width: fit-content;
}

.qna-item {
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.q-line {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.q-circle {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.a-line {
    font-size: 1.9rem;
    color: #777;
    padding-left: 40px;
    position: relative;
}

.a-line::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 14px;
    width: 16px;
    height: 1px;
    background: #aaa;
    border-bottom: 2px dotted #aaa;
}

.testinner.m {
    /*max-width: 1000px; */
    margin: 0 auto;
    padding: 0 2rem;
}

.product-description {
    font-size: 2rem;
    line-height: 1.8;
    color: #333; /*max-width: 1000px; */
    margin: 0 auto;
}

.product-description img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-detail-wrap ol,
.product-detail-wrap ul {
    list-style: initial; /* 기본 스타일로 복원 (숫자, 점 등) */
}

#container #content .product-detail-wrap table.table {
    border-top: none;
}

.view-product-detail .section-header.double-title {
    text-align: center;
    margin-bottom: 3rem;
}

.view-product-detail .section-header.double-title .title-ko {
    font-size: 2.2rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 0.4rem;
    line-height: 1.2;
}

/*
.view-product-detail .section-header.double-title .title-ko::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px; background-color: #111; display: block; } 
*/

.view-product-detail .section-header.double-title .title-en {
    font-size: 4.8rem;
    font-weight: 800;
    color: #173f99;
    line-height: 1.2;
}

/* ✅ 견적문의 버튼 스타일 */
.estimate-btn-box {
    /*
 position: absolute; right: 0rem; bottom: 1rem; */
    margin-top: 7rem;
}
.estimate-btn-box > a {
    width: 50%;
}

/* 모바일 대응 */
@media (max-width: 1280px) {
    .estimate-btn-box {
        margin-top: 5rem;
    }
    .estimate-btn-box > a {
        width: 20rem;
    }
}

@media (max-width: 768px) {
    .estimate-btn-box {
        position: static; /* 절대 위치 해제 */
        text-align: left; /* 왼쪽 정렬 */
        margin-top: 3rem; /* 살짝 들여쓰기 (선택) */
    }
}

@media (max-width: 640px) {
    .estimate-btn-box > a {
        width: 100%;
    }
}

/* ────────────────────────────────
   기본 상품코드
──────────────────────────────── */
.item-code-badge {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
}

/* ────────────────────────────────
   확대 렌즈 + 돋보기
──────────────────────────────── */
.zoom-lens {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.3);
    width: 15rem;
    height: 15rem;
    display: none;
    pointer-events: none;
    z-index: 20;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.zoom-result {
    position: absolute;
    top: 0;
    left: calc(100% + 30px);
    width: 600px;
    height: 500px;
    border: 1px solid #ddd;
    overflow: hidden;
    display: none;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 30;
}

@media (max-width: 1280px) {
    .zoom-lens,
    .zoom-result {
        display: none !important;
    }
}

.zoom-result img {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
}

/* ────────────────────────────────
   상세페이지 썸네일
──────────────────────────────── */
.thumbnail-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.thumbnail-container {
    display: flex;
    overflow: hidden;
    width: 480px !important;
    flex-wrap: nowrap;
}

.thumbnail-container img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
}

.thumbnail-container img.active {
    border: 2px solid #00348b;
}

@media (max-width: 1024px) {
    .thumbnail-container {
        width: 360px !important;
        flex-wrap: nowrap;
        /* 모바일에서도 유지 */
    }

    .thumbnail-container img {
        width: 60px;
        height: 60px;
    }
}

/* 썸네일 화살표 */
.thumbnail-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.15);
    /* 은은한 반투명 그레이 */
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    /* 화살표 크기 조절 */
    color: #333;
    /* 자연스러운 어두운 회색 */
    cursor: pointer;
    z-index: 10;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

/* 호버 시 더 명확하게 */
.thumbnail-nav:hover {
    background: rgba(0, 0, 0, 0.28);
    transform: translateY(-50%) scale(1.08);
}

#thumbPrev {
    left: -22px;
}

#thumbNext {
    right: -22px;
}

/* ────────────────────────────────
   전체화면 팝업
──────────────────────────────── */
.image-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    background: #fff !important;
    overflow: hidden !important;
    touch-action: none !important;
}

.image-popup {
    position: relative;
    max-width: 90vw;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-popup img {
    width: 100%;
    touch-action: none;
}

/* 닫기 버튼 */
.popup-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3rem;
    color: #111 !important;
    cursor: pointer;
    z-index: 100000;
}

/* 하단 썸네일 */
.popup-thumbs-wrap {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.popup-thumbs-scroll {
    overflow-x: auto;
    white-space: nowrap;
    width: calc(100% - 120px);
    padding-bottom: 8px;
}

.popup-thumbs {
    display: flex;
    gap: 8px;
}

.popup-thumbs img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    cursor: pointer;
    opacity: 0.7;
}

.popup-thumbs img.active {
    border-color: #00aaff !important;
    opacity: 1 !important;
}

/* 좌우 버튼 */
.popup-thumb-nav {
    width: auto;
    height: auto;
    background: none !important;
    color: #000 !important;
    font-size: 32px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px;
    border: none;
}

.popup-thumbs img.popup-active {
    opacity: 1 !important;
    border-color: #00aaff !important;
}
