@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap');

/* reset */
body {overflow-x: hidden; font-family: 'Noto Sans KR', sans-serif; line-height: 1; color: #333;}
* {margin: 0; padding: 0; box-sizing: border-box;}
ul,ol {list-style: none;}
hr {display: none;}
h1 {margin: 0;}
a {text-decoration: none;}
b {font-weight: 700;}
button {border: none; background: none; text-indent: -9999px;}
img {border: none;}
html {font-size: 0.625em;}
.clear:after {content: ""; clear: both; display: block;}
.blind {position: absolute; top: -9999px; left: -9999px;}
.pc {display: none;}

/*** mobile ***/
/** header **/
body.menuOpen {overflow: hidden;}
header {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 60px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #eee;
}
h1 {
    padding-top: 19px;
    text-align: center;
}
h1 a {
    display: block;
    width: 103px; height: 22px;
    margin: 0 auto;
    background: url(../img/logo.png) no-repeat center/contain;
    text-indent: -9999px;
}
.navWrap > button {
    position: absolute;
    top: 23px; left: 22px;
}
.navWrap > button span {
    display: block;
    width: 22px; height: 2px;
    background: #333;
    transition: .4s;
}
.navWrap > button span:nth-child(2) {margin: 5px 0;}
.navInner {
    position: fixed;
    top: 60px; left: 0;
    width: 100%; height: 100%;
    padding: 15px 6.4% 0;
    background: #fff;
    overflow-y: auto;
    transform: translateX(-40%); opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.gnb > li {border-bottom: 1px solid #d1d1d1;}
.gnb > li > a {
    position: relative;
    display: block;
    padding: 20px 8px;
    font-size: 1.8rem; color: #000;
}
.lnb {
    display: none;
    border-top: 1px solid #d1d1d1;
}
.lnb li a {
    display: block;
    width: 94%;
    margin: 0 auto;
    padding: 18px 2.6%;
    font-size: 1.6rem; color: #747474;
}
.lnb li a:hover {color: #f05c0b;}
.lnb li:last-child a {border-bottom: 0;}

/* navwrap.on */
.navWrap.on:after {
    position: absolute;
    left: 0; top: 60px;
    width: 100vw; height: 100vh;
    content: '';
    background: rgba(0,0,0,.5);
    z-index: -1;
}
.navWrap.on .navInner {
    transform: translateX(0); opacity: 1;
    visibility: visible;
}
.navWrap.on > button span:nth-child(2) {opacity: 0;}
.navWrap.on > button span:first-child {transform: translateY(7px) rotate(45deg);}
.navWrap.on > button span:last-child {transform: translateY(-7px) rotate(-45deg);}
.navInner .gnb > li > a.on {color: #f05c0b;}
.navInner .gnb > li > a:before {
    position: absolute;
    top: 50%; transform: translateY(-50%) rotate(90deg);
    right: 18px;
    content: '';
    width: 13px;
    height: 1px;
    background: #665142;
    transition: .5s;
}
.navInner .gnb > li > a:after {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: 18px;
    content: '';
    width: 13px;
    height: 1px;
    margin-left: 13px;
    background: #665142;
}
.navInner .gnb > li > a.on:before {transform: translateY(-50%) rotate(0);}
.mobile .call {
	position: fixed;
	bottom: 35px; right: 24px;
	z-index: 99;
}
.mobile .call a {
	display: block;
	width: 45px; height: 45px;
	background: #f05c0b;
	border-radius: 100%;
	box-shadow: 0px 0px 5.04px 0.96px rgba(0, 0, 0, 0.2);
}
.mobile .call a img {width: 100%;}

/** footer **/
footer {
    color: #fff;
    background: #333;
}
.footerInner {padding: 0 4.533%;}
.footerInner .upper {padding: 30px 0;}
.footerInner .upper p {
    margin-bottom: 20px;
    float: left;
    font-size: 1.4rem;
    line-height: 1.2;
    word-break: keep-all;
}
.footerInner p.big {font-size: 1.8rem;}
.footerInner .upper p.cl {margin-right: 6%; clear: both;}
.footerInner .upper p:last-child {margin-bottom: 0;}
.footerInner i.copy {
    position: relative;
    display: block;
    padding: 7px 0;
    font-size: 1.4rem;
    font-style: normal;
    text-align: center;
}
.footerInner i.copy:before {
    position: absolute;
    top: 0; left: 50%; transform: translateX(-50%);
    content: '';
    width: 100vw; height: 1px;
    background: #565656;
}

/** section.co **/
section.co {padding: 60px 4.533% 80px;}
.sec-tit {margin-bottom: 45px;}
.sec-tit h3, .sec-tit h4 {
	display: inline-block;
	position: relative;
    margin-bottom: 18px;
    font-size: 3rem; color: #f05c0b;
	z-index: 9;
}
.sec-tit p {
	font-size: 1.6rem; color: #575757;
	line-height: 24px;
	word-break: keep-all;
}
.sec-tit h3:after, .sec-tit h4:after {
	position: absolute;
	content: '';
	bottom: -5px; left: -2px;
	z-index: -1;
	width: 108%; height: 20px;
	background: rgba(255,215,71,.2);
}
.sub .visInner {
    margin-top: 60px;
    padding: 143px 4.533% 0;
    height: 400px;
	text-align: center;
    background: url(../img/sub1_visual_m.jpg) no-repeat center/cover;
}
.sub .vis-text-group h3 {
    margin-bottom: 15px;
    font-size: 4.5rem; color: #fff;
}
.sub .vis-text-group p {
    font-size: 1.6rem; color: #fff;
    white-space: pre-line;
    line-height: 1.5;
    font-weight: 300;
}

/*** PC ***/
@media screen and (min-width:1084px){
    /** common **/
    .pc {display: block;}
	.mobile {display: none;}
    /** header **/
    header {
        position: fixed;
        height: 80px;
        border-bottom: 1px solid #eee;
    }
    .navWrap {
        position: relative;
        width: 1280px;
        margin: 0 auto;
        z-index: 999;
    }
    h1 {
        position: absolute;
        top: 24px; left: 0;
        padding: 0;
        z-index: 999;
    }
    h1 a {width: 157px; height: 33px;}
    .navWrap > button {display: none;}
    .navInner {
        position: static;
        width: 100%; height: auto;
        padding: 0 0 0 280px;
        background: none; overflow: visible;
        transform: translateX(0); opacity: 1;
        visibility: visible;
    }
    .gnb {display: flex;}
    .subWrap {
        display: none;
        position: absolute;
        top: 80px; left: 50%; transform: translateX(-50%);
        content: '';
        width: 100vw; height: 280px;
        background: #f8f8f8;
        z-index: -1;
    }
    .gnb > li {width: 160px; text-align: center; border-bottom: 0;}
    .gnb > li > a {
        position: relative;
        display: inline-block;
        padding: 30px 0;
        font-size: 1.8rem; color: #333;
        font-weight: 700;
        letter-spacing: -0.05rem;
    }
    .navInner .gnb > li > a:before {display: none;}
    .navInner .gnb > li > a:after {
        position: absolute;
        top: auto; right: auto;
        margin: 0;
        bottom: 14px; left: 0;
        content: '';
        width: 100%; height: 4px;
        background: #f05c0b;
        transform-origin: left;
        transform: scaleX(0);
    }
    .gnb > li > a.on {color: #f05c0b;}
    .gnb > li > a.on:after {transform: scaleX(1); transition: .5s;}
    .lnb {
        position: relative;
        margin: 0; height: 280px;
        padding-top: 14px;
        background: none;
        border-top: 0;
    }
    .lnb.on {background: #eee;}
    .lnb li a {
        width: auto;
        position: relative;
        padding: 12px 0;
        text-align: center;
        border-bottom: 0;
    }
    .lnb li a:hover {color: #f05c0b;}
    .gnb > li:first-child .lnb:before {
        position: absolute;
        left: 0; top: 14px;
        content: '';
        width: 1px; height: 252px;
        background: #dfdfdf;
    }
    .lnb:after {
        position: absolute;
        right: 0; top: 14px;
        content: '';
        width: 1px; height: 252px;
        background: #dfdfdf;
    }
    .subWrap .msTel {
        width: 1280px;
        padding-top: 76px;
        margin: 0 auto;
    }
    .subWrap .msTel p {
        font-size: 1.8rem;
        letter-spacing: -0.1rem;
    }
    .subWrap .msTel p.tel {
        margin-top: 5px;
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: -0.3rem;
    }
    .subWrap .msTel .img {
        display: block;
        margin-top: 18px;
        width: 236px; height: 96px;
        background: url(/img/gnb-left-img.jpg) no-repeat center/cover;
    }
    
    /** footer **/
    .footerInner {
        padding: 0;
        width: 1280px; margin: 0 auto;
    }
    .footerInner .upper {
        position: relative;
        padding: 43px 0 60px 250px;
    }
    .footerInner .upper:before {
        position: absolute;
        top: 46px; left: 0;
        content: '';
        width: 166px; height: 36px;
        background: url(../img/logo_footer.png) no-repeat center/contain;
    }
	.footerInner .upper p.big {font-size: 2rem;}
    .footerInner .upper p {
        margin: 0 60px 15px 0;
        font-size: 1.6rem;
        line-height: 20px;
    }
    .footerInner .upper p.cl {margin-right: 60px; clear: none;}
    .footerInner .upper p.cl2 {clear: both; margin-bottom: 0;}
    .footerInner i.copy {
        padding: 18px 0;
        text-align: right;
    }
    
    /** section.co **/
    section.co {
        padding: 106px 0 140px;
        width: 1200px;
        margin: 0 auto;
    }
    .sub .visInner {
        margin : 80px 0 0;
        padding: 148px 0 0;
        height: 420px;
        background-image: url(/img/sub1_visual.jpg);
    }
	.sub .vis-text-group h3 {
		margin-bottom: 33px;
		font-size: 7rem;
	}
	.sub .vis-text-group p {font-size: 1.6rem;}
    .sec-tit {margin-bottom: 52px;}
	.sec-tit h3,.sec-tit h4 {
		margin-bottom: 22px;
		font-size: 4.8rem;
	}
	.sec-tit p {line-height: 1;}
	.sec-tit h3:after, .sec-tit h4:after {
		bottom: -8px; left: -2px;
		width: 108%; height: 25px;
	}
}