@charset "utf-8";


/* layout */
html, body { height:100%;}
body { color:#686868; letter-spacing:-.05em; -webkit-text-size-adjust:none; -webkit-font-smoothing:antialiased;}
#wrap {	position:relative; width:100%; min-width:320px;height:100%; font-size:1.6rem; }
.inner {	width:1480px;	position:relative;	margin-left:auto;	margin-right:auto;}
.s-inner {	width:1280px;	position:relative;	margin-left:auto;	margin-right:auto;}


/* 타블렛 가로 */
@media all and (max-width:1479px) {	
.inner {width:94%;}
}

/* header */
#header{position: fixed; width: 100%; height: 100px; top: 0; left: 0; border-bottom: 1px solid rgba(255,255,255,0.1); z-index: 999; background: #fff; transition: .5s;}
#header.menu{border-bottom: 1px solid rgba(0,0,0,0.1);}
#header.menu::after{content: ''; position: absolute;top: 100px; left: 0; width: 100%; height: 330px; background: #fff; z-index: -1;}
#header.on{background: transparent;}
#header.on.onn{background: #fff;}
#header.on.ons{background: #fff;}
#header .inner{height: 100%;}
#header .inner #logo{position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
/* #header.on .inner #logo{filter: grayscale(1) invert(1) brightness(5);} */
#header.on.onn .inner #logo{filter: grayscale(0) invert(0) brightness(1);}
#header.on.ons .inner #logo{filter: grayscale(0) invert(0) brightness(1);}
#header .inner #logo a{}
#header .inner #logo a img{}
#header .inner .pcGnb{position: absolute; top: 50%; transform: translateY(-50%); right: 100px;}
#header .inner .pcGnb > ul{display: flex; gap:0 70px;}
#header .inner .pcGnb > ul > li{position: relative;}
#header .inner .pcGnb > ul > li > a{font-size: 18px; font-weight: 600; color: #000; display: block; line-height: 100px;}
#header .inner .pcGnb > ul > li:hover > a{color: var(--c01);}
#header.on .inner .pcGnb > ul > li > a{color: #fff;}
#header.on.onn .inner .pcGnb > ul > li > a{color: #000; padding: 20px 0;}
#header.on.ons .inner .pcGnb > ul > li > a{color: #000;}
#header .inner .pcGnb > ul > li > ul{display: none; position: absolute; text-align: center; left: 50%; transform: translateX(-50%); width: 100%; padding: 30px 0; width: 200px;}
#header .inner .pcGnb > ul > li > ul > li{margin-bottom: 8px;}
#header .inner .pcGnb > ul > li > ul > li > a{font-size: 15px; color: #444444; font-weight: 600; }
#header .inner .pcGnb > ul > li > ul > li:hover > a{color: var(--c01);}
#header .inner .menuToggle{position: absolute; right: 0; top: 50%; transform: translateY(-50%); cursor: pointer;}
#header.on .inner .menuToggle{filter: brightness(10);}
#header.on.onn .inner .menuToggle{filter: brightness(1);}
#header.on.ons .inner .menuToggle{filter: brightness(1);}
#header .inner .menuToggle img{max-width: 22px;filter: invert(28%) sepia(95%) saturate(2050%) hue-rotate(342deg) brightness(78%) contrast(94%)}

@media all and (max-width:976px){
	#header{height: 60px;}
	#header .inner .pcGnb{display: none;}
	#header .inner #logo a img{max-width: 40px;}
}

.moGnb{background: #fff; width: 100%; height: 100vh; padding-top: 100px; position: fixed; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0; z-index: -99; visibility: hidden; transition: .5s;}
.moGnb.on{ z-index: 998; opacity: 1; visibility: visible;}
.moGnb > ul{display: flex; gap:0 80px;}
.moGnb > ul > li{text-align: center;}
.moGnb > ul > li > a{font-size: 24px; color: #000; font-weight: 700;}
.moGnb > ul > li:hover > a{color: var(--c01);}
.moGnb > ul > li > ul{margin-top: 15px;}
.moGnb > ul > li > ul > li{}
.moGnb > ul > li > ul > li > a{font-size: 18px;}
.moGnb > ul > li > ul > li:hover > a{color: var(--c01);}

@media all and (max-width:976px){
	.moGnb{display: block;; top: 60px; border-top: 1px solid #eee; padding-top: 0;}
	.moGnb > ul{display: block; width: 100%; margin: 0 auto;}
	.moGnb > ul li{text-align: left;}
	.moGnb > ul > li{border-bottom: 1px solid #ddd; padding: 15px 3%; cursor: pointer;}
	.moGnb > ul > li > a{font-size: 19px; pointer-events: none;}
	.moGnb > ul > li > ul{display: none;}
	#header .inner .menuToggle img{max-width: 19px;}
}


/* quick */
.quick{position: fixed; bottom: 0; right: 0; z-index: 99;}
.quick .arrow{font-size: 26px; font-weight: 600;}
.quick .link{background-color: var(--c01); padding: 0 40px; display: flex; gap:0 60px; justify-content: space-between; cursor: pointer; align-items: center; height: 80px; transform: rotate(90deg) translate(-110px, -110px); bottom: 80px; right: 0; position: absolute; width: 300px;}
.quick .link span{color: #fff; font-size: 18px; font-weight: 600; display: block;}
.quick .link .arrow{color: #fff;text-align: center;}
.quick .top{width: 80px; height: 80px; background-color: #fff; display: flex; justify-content: center; align-items: center; cursor: pointer;}
.quick .top .arrow{color: #444444;}

@media all and (max-width:1280px){
	.quick .link{width: 280px; height: 60px; transform: rotate(90deg) translate(-90px, -110px);}
	.quick .link span{font-size: 16px;}
	.quick .arrow{font-size: 22px;}
	.quick .top{width: 60px; height: 60px;}
}
@media all and (max-width:976px){
	.quick{bottom: 20px; right: 20px;}
	.quick .link{display: none;}
	.quick .top{width: 56px; height: 56px; box-shadow: 1px 6px 12px rgba(0,0,0,0.1);}
}
@media all and (max-width:640px){
	.quick{bottom: 14px; right: 14px;}
	.quick .arrow{font-size: 20px;}
	.quick .top{width: 48px; height: 48px; box-shadow: 1px 6px 12px rgba(0,0,0,0.1);}
}


/* footer */
#footer{border-top: 1px solid #e5e5e5;}
#footer .top{border-bottom: 1px solid #e5e5e5;}
#footer .top .inner{}
#footer .top .inner .list{display: flex; gap:0 25px; padding: 25px 0;}
#footer .top .inner .list li{}
#footer .top .inner .list li a{font-size: 16px; font-weight: 500; color: #000;}
#footer .top .inner .list li a b{font-weight: 700;}
#footer .bottom{padding: 50px 0 60px;}
#footer .bottom .inner{display: flex; justify-content: space-between;}
#footer .bottom .inner .l_cont{display: flex; align-items: center; gap:0 80px;}
#footer .bottom .inner .l_cont .f_logo{}
#footer .bottom .inner .l_cont .f_logo img{}
#footer .bottom .inner .l_cont .info{max-width: 800px;}
#footer .bottom .inner .l_cont .info span{font-size: 15px; color: #666666; display: inline-block; margin-right: 20px;}
#footer .bottom .inner .l_cont .info span b{font-weight: 600; color: #222222;}
#footer .bottom .inner .l_cont .copy{font-size: 15px; margin-top: 10px;}
#footer .bottom .inner .l_cont .copy b{font-weight: 600; color: #222222;}
#footer .bottom .inner .r_cont{text-align: right;}
#footer .bottom .inner .r_cont p{font-size: 15px; color: #999999;}
#footer .bottom .inner .r_cont a{color: var(--c01); font-size: 24px; font-weight: 700; display: flex; align-items: center; gap:0 10px;}
#footer .bottom .inner .r_cont a img{max-width: 20px; filter: invert(28%) sepia(95%) saturate(2050%) hue-rotate(342deg) brightness(78%) contrast(94%)}

@media all and (max-width:1280px){
	#footer .top .inner .list{justify-content: center; padding: 20px 0; gap:0 20px;}
	#footer .top .inner .list li a{font-size: 15px;}
	#footer .bottom{padding: 40px 0 50px;}
	#footer .bottom .inner{flex-direction: column;}
	#footer .bottom .inner .l_cont{flex-direction: column;}
	#footer .bottom .inner .l_cont .info{max-width: 100%; text-align: center; margin-top: 20px;}
	#footer .bottom .inner .l_cont .info span{margin-right: 0; margin: 0 10px; line-height: 2em;}
	#footer .bottom .inner .r_cont{text-align: center; margin-bottom: 30px; order: -1;}
	#footer .bottom .inner .r_cont a{justify-content: center;}
}
@media all and (max-width:976px){
	#footer .top .inner .list{padding: 15px 0;}
	#footer .bottom .inner .l_cont .f_logo img{max-width: 45px;}
	#footer .bottom .inner .l_cont .info span{font-size: 14px;}
	#footer .bottom .inner .l_cont .copy{font-size: 14px;}
}