@charset "utf-8";
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap');

/*-------------------------------------------------
Author : WB,Seo
Create date : 2022. 09. 22.
Last update : 2022. 00. 00. 10:47
-------------------------------------------------*/

/* =================================
    RESET
=================================== */
* {box-sizing: border-box;}
body {
    color: #161616;
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden;
	user-select: none;
}
hr {display: none;}
a {text-decoration: none; color: #161616;}
b {font-weight: 700;}
button {padding: 0; border: none; background: none; cursor: pointer;}
img {border: none; -webkit-user-drag: none;}
html {font-size: 0.625em;}
.clear:after {content: ""; clear: both; display: block;}
.blind {position: absolute; top: -9999px; left: -9999px;}
input,
textarea,
select,
button {
    font-family: 'Noto Sans KR', sans-serif;
    appearance: none;
    -webkit-appearance: none;
}
input::placeholder,
textarea::placeholder {color: #b0b0b0;}
input[type="checkbox"]:checked,
select {
    appearance: auto;
    -webkit-appearance: auto;
}
table {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
}
caption, figcaption {
    visibility: hidden;
    overflow: hidden;
    width: 0; height: 0;
    font-size: 0;
    line-height:0
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}body::-webkit-scrollbar {width: 10px;}
body::-webkit-scrollbar-track-piece {background-color: #fff;}
body::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    border-radius: 6px;
}
body::-webkit-scrollbar-thumb:hover {background-color: #c6c6c6;}
.pc {display: none;}
:root {
    --point : #996239;
    --point2 : #c9ab81;
    --txtL : #464646;
}
.pt-color {color: var(--point);}
.pt2-color {color: var(--point2);}
.font-bt {font-family: 'Iropke Batang', serif;}


/* ==================================
    MOBILE
=================================== */
@keyframes swipe-ani {
    0% {
        opacity: 0;
        left: 0;
    }
    30% {opacity: 1;}
    100% {
        opacity: 1;
        left: 95%;
    }
}
/* ============= Layout === */
.ls {letter-spacing: -0.05rem;}
.main-container {padding: 56px 17px;}
/* === table-swipe === */
.mobile.table-swipe {
    position: relative;
    margin: 20px 0 0;
}
.mobile.table-swipe .swipe-line {
    display: block;
    height: 6px;
    background: var(--point2);
    opacity: 0.3;
    border-radius: 10px;
}
.mobile.table-swipe .swipe-circle {
    position: absolute;
    top: -4px; left: 0;
    width: 14px;
    height: 14px;
    background: var(--point2);
    border-radius: 100%;
    opacity: 0;
    animation: swipe-ani 4.5s infinite;
}
.mobile.table-swipe p {
    margin-top: 16px;
    font-size: 1.4rem;
    color: #a4a4a4;
}
/* === paging처리 === */
.paging-wrap {margin-top: 46px;}
.paging-wrap ul {
    display: flex;
    justify-content: center;
}
.paging-wrap ul li {width: 34px;}
.paging-wrap ul li:nth-child(n+2) {margin-left: 4px;}
.paging-wrap ul li a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    height: 34px;
    line-height: 33px;
    text-align: center;
}
.paging-wrap ul li.active a {font-weight: 700;}
.paging-wrap ul li.active a:after {
    position: absolute;
    content: '';
    left: 50%; bottom: 0; transform: translateX(-50%);
    width: 24px; height: 2px;
    background: #000;
}
.paging-wrap ul li.page-arrow a {line-height: 37px;}
.paging-wrap ul li.next-page a img {transform: rotate(180deg);}
.paging-wrap ul li a img {width: 10px;}

/* ============= HEADER === */
main {padding-top: 55px;}
.navWrap {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 55px;
    border-bottom: 1px solid #ddd;
    z-index: 999;
    transition: .35s;
    background: #fff;
}
.navWrap h1 {padding-top: 12px;}
.navWrap h1 a {
    display: block;
    width: 146px; height: 27px;
    margin: 0 auto;
    background: url(/image/common/logo.svg) no-repeat center/contain;
    text-indent: -9999px;
    overflow: hidden;
    transition: .65s;
}
.navWrap button {
    position: absolute;
    top: 50%; left: 4.533%; transform: translateY(-50%);
    width: 23px; height: 22px;
}
.navWrap button span {
    display: block;
    width: 100%; height: 2px;
    background: #6a6a6a;
    transition: .35s;
    border-radius: 6px;
}
.navWrap button span:nth-child(2) {margin: 5px 0; width: 21px;}
.navWrap button span:last-child {width: 19px;}

/* ======= NAV */
.nav-before {
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    content: '';
    top: 55px; left: 0;
    width: 100vw; height: calc(100vh - 55px);
    background: var(--point2);
    opacity: 0.7;
    z-index: 1;
}
.navInner {
    visibility: hidden;
    transform: translateX(100%);
    position: absolute;
    top: 55px; right: 0;
    width: 78.66%; height: calc(100vh - 55px);
    background: #fff;
    z-index: 2;
}
.gnb {
    height: 73vh;
    overflow-y: scroll;
}
.gnb > li > a {
    position: relative;
    display: block;
    padding: 20px 8.666%;
    font-size: 1.7rem;
    font-weight: 700;
    border-bottom: 1px solid #d3d3d3;
}
.gnb > li > a.on {border: none;}
.gnb > li > a:after {
    position: absolute;
    content: '';
    right: 18px; top: 50%; transform: translateY(-50%);
    width: 13px; height: 8px;
    background: url(/image/common/gnb_arrow_ico.png) no-repeat center/contain;
}
.gnb > li > a.on:after {background-image: url(/image/common/gnb_arrow_on_ico.png);}
.lnb {display: none;}
.lnb li a {
    display: block;
    padding: 18px 10.466%;
    font-size: 1.6rem; color: #062502;
}
.lnb li a.pc {display: none;}
.lnb li a:before {
    display: inline-block;
    content: '-';
    margin-right: 6px;
}

/* ======= navWrap.active */
.navWrap.scroll, .navWrap.active {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.navWrap.active button span {position: absolute; width: 100%;}
.navWrap.active button span:nth-child(2) {opacity: 0;}
.navWrap.active button span:first-child {transform: rotate(-45deg);}
.navWrap.active button span:last-child {transform: rotate(45deg);}
/* === navWrap.active NAV */
.navWrap.active .nav-before {
    visibility: visible;
    transform: scaleX(1);
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navWrap.active .navInner {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: 1s .1s;
}

/* ============= FOOTER === */
footer {
    padding: 66px 4.533%;
    background: #3a3632;
    text-align: center;
}
footer .logo {
    display: block;
    width: 162px; height: 30px;
    margin: 0 auto;
    background: url(/image/common/logo-footer.svg) no-repeat center/contain;
}
footer .info {
    margin: 33px 0;
    font-size: 1.4rem; color: #97918d;
    font-weight: 300;
    line-height: 23px;
    white-space: pre-line;
}
footer .COPY {
    font-size: 1.4rem; color: #716963;
    font-weight: 300;
}

/* ============= SUBPAGE === */
.container {padding: 0 17px;}
.sub-page .visual-wrap {margin-bottom: 50px;}
.navigate-wrap .navigate {
    margin: 26px 17px 31px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.navigate-wrap .navigate li.home img {width: 14px;}
.navigate-wrap .navigate li.depth {font-size: 1.4rem; color: #a9a9a9;}
.navigate-wrap .navigate li.depth:before {
    display: inline-block;
    content: '·';
    margin: 0 7px;
    vertical-align: middle;
}
.navigate-wrap .navigate li.depth2 {color: #161616;}
.sub-page .visual-wrap h3 {
    margin-bottom: 31px;
    font-size: 3.5rem;
    font-weight: 700;
}
.sub-page .visual-wrap .visual-img {
    position: relative;
    width: calc(100vw - 17px); height: 210px;
    background: url(/image/company/visual_m.jpg) no-repeat center/cover;
}
.sub-page .visual-wrap .visual-img:after {
    position: absolute;
    top: 0; right: 17px; transform: translateY(-50%);
    content: '';
    width: 55px; height: 55px;
    background: var(--point);
    opacity: 0.8;
}
.sub-page + footer {margin-top: 62px;}

/* ==================================
    PC
=================================== */
@media screen and (min-width:1084px){
    /* ==================================
        RESET
    =================================== */
    .main-container {padding: 0;}
    .pc {display: block;}
    .mobile {display: none;}
    /* === paging처리 === */
    .paging-wrap {margin-top: 52px;}
    .paging-wrap ul li {width: 36px;}
    .paging-wrap ul li:nth-child(n+2) {margin-left: 5px;}
    .paging-wrap ul li a {
        height: 36px;
        line-height: 35px;
    }
    .paging-wrap ul li.page-arrow a {line-height: 39px;}
    /* =============== HEADER */
    main {padding-top: 100px;}
    .navWrap {width: 100%; height: 100px;}
    .navWrap button {display: none;}
    .navWrap h1 {
        position: absolute;
        width: 146px; height: 34px;
        top: 34px; left: 70px;
        padding: 0;
    }
    .navWrap h1 a {
        position: relative;
        width: 146px; height: 34px;
        margin: 0;
        z-index: 10;
    }
    .navWrap .callBox {
        position: absolute;
        top: 24px; right: 70px;
    }
    .navWrap .callBox .txt {font-size: 1.6rem;}
    .navWrap .callBox .txt .icon {
        display: inline-block;
        width: 20px; height: 20px;
        margin-left: 6px;
        vertical-align: -4px;
        background: url(/image/common/header_call_ico.png) no-repeat center/contain;
    }
    .navWrap .callBox .numb {
        margin-top: 5px;
        font-size: 2.4rem;
        font-weight: 700;
    }
    
    /* ======= NAV */
    .nav-before {display: none;}
    .navInner {
        visibility: visible;
        transform: translateX(0);
        position: static;
        width: auto; height: auto;
        background: none;
    }
    .gnb {
        width: 640px; height: auto;
        margin: 0 auto;
        overflow-y: visible;
    }
    .gnb > li {
        width: 20%;
        float: left;
        text-align: center;
    }
    .gnb > li > a {
        width: auto; height: 100px;
        padding: 0;
        line-height: 99px;
        font-size: 1.7rem;
        font-weight: 700;
        border-bottom: none;
    }
    .gnb > li > a:after {display: none;}
    .lnbWrap {
        display: none;
        position: absolute;
        top: 100px; left: 0;
        width: 100vw; height: 350px;
        background: #f5f5f5;
        z-index: -1;
    }
    .gnb > li:first-child .lnb {border-left: 1px solid #dbdbdb;}
    .lnb {
        width: 100%; height: 350px;
        padding-top: 15px;
        background: #f5f5f5;
        border-right: 1px solid #dbdbdb;
    }
    .lnb.active {
        border-top: 4px solid var(--point2);
        background: #fff;
    }
    .lnb li a {
        display: block;
        height: 50px;
        padding: 0;
        font-size: 1.6rem; color: #6d6d6d;
        font-weight: 300;
        line-height: 49px;
        text-align: center;
    }
    .lnb li a:hover {color: var(--point2);}
    .lnb li a.pc {display: block;}
    .lnb li a:before {display: none;}

    /* =============== FOOTER */
    footer {padding: 67px 0 70px;}
    footer .logo {width: 232px; height: 43px;}
    footer .info {
        margin: 29px 0 42px;
        line-height: 26px;
    }

    /* ============= SUBPAGE === */
    .container {
        padding: 0;
        max-width: 1420px;
        margin: 0 auto;
    }
    .sub-page .visual-wrap {
        position: relative;
        margin-bottom: 81px;
    }
    .sub-page .visual-wrap:after {
        position: absolute;
        top: 85px; right: 0;
        content: '';
        width: 113px; height: 113px;
        background: var(--point);
        opacity: 0.8;
    }
    .navigate-wrap .navigate {margin: 25px 70px 43px 0;}
    .navigate-wrap .navigate li.home img {width: 16px;}
    .navigate-wrap .navigate li.depth:before {margin: 0 11px;}
    .sub-page .visual-wrap h3 {
        margin-bottom: 94px;
        font-size: 4.6rem;
    }
    .sub-page .visual-wrap .visual-img {
        width: 1670px; height: 360px;
        background-image: url(/image/company/visual.jpg);
    }
    .sub-page .visual-wrap .visual-img:after {display: none;}
    .sub-page + footer {margin-top: 125px;}
}

@media screen and (max-width:1420px){
    .container {
        width: 100%;
        padding: 0 24px;
    }
}

@media screen and (min-width:1440px){
    .gnb {width: 740px;}
    .gnb > li > a {font-size: 1.8rem;}
    .navWrap h1 {
        width: 178px; height: 41px;
        top: 30px;
    }
    .navWrap h1 a {width: 178px; height: 41px;}
}