@charset "utf-8";


/* layout */
html, body { height:100%;}
body { color:#686868; letter-spacing:-.05em; -webkit-text-size-adjust:none; -webkit-font-smoothing:antialiased;}
body.on{overflow: hidden;}
#wrap {	position:relative; width:100%; min-width:320px;height:100%; font-size:1rem; }
.inner {width:94%;	max-width:1600px;	position:relative;	margin-left:auto;	margin-right:auto;}
.w-inner {width:94%;	max-width:1820px;	position:relative;	margin-left:auto;	margin-right:auto;}


/* header */
#header{height: 90px; background-color: #fff; position: fixed; top: 0; left: 0; width: 100%; z-index: 999; border-bottom: 1px solid #e3e3e3;}
#header .w-inner{height: 100%; display: flex; justify-content: space-between; align-items: center;}
#header .w-inner .l_menu{display: flex; align-items: center; gap:80px; height: 100%;}
#header .w-inner .l_menu #logo{}
#header .w-inner .l_menu #logo a{}
#header .w-inner .l_menu #logo a img{max-height: 38px;}
#header .w-inner .l_menu .pcGnb{}
#header .w-inner .l_menu .pcGnb > ul{display: flex; align-items: center; gap:54px;}
#header .w-inner .l_menu .pcGnb > ul > li{position: relative;}
#header .w-inner .l_menu .pcGnb > ul > li > div{}
#header .w-inner .l_menu .pcGnb > ul > li > div > a{font-size: 18px; font-weight: 700; color: #000; line-height: 90px;}
#header .w-inner .l_menu .pcGnb > ul > li:hover > div > a{color: #7fcef4;}
#header .w-inner .l_menu .pcGnb > ul > li > ul{display: none;  gap:35px; background-color: #fff; padding: 0 35px; position: absolute; top: calc(100%); width: max-content; left: 50%; transform: translateX(-50%); border-radius: 5px; margin-top: 15px; box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.03);}
#header .w-inner .l_menu .pcGnb > ul > li > ul::before{content: ''; height: 15px; width: 100%; display: block; background-color: transparent; position: absolute; top: -15px; left: 0;}
#header .w-inner .l_menu .pcGnb > ul > li:hover > ul{display: flex;}
#header .w-inner .l_menu .pcGnb > ul > li > ul > li{}
#header .w-inner .l_menu .pcGnb > ul > li > ul > li > a{display: block; padding: 20px 0; font-size: 16px; font-weight: 600; color: #333333;}
#header .w-inner .l_menu .pcGnb > ul > li > ul > li:hover > a{color: #7fcef4;}
#header .w-inner .r_menu{height: 100%; display: flex; align-items: center; gap:40px;}
#header .w-inner .r_menu .btns{display: flex; align-items: center; gap:10px;}
#header .w-inner .r_menu .btns li{}
#header .w-inner .r_menu .btns li a{font-size: 16px; font-weight: 700; color: #000; display: block; line-height: 42px; padding: 0 35px; border: 1px solid #cccccc; border-radius: 50px;}
#header .w-inner .r_menu .btns li.bg a{color: #fff; background-color: #7fcef4; border-color: #7fcef4;}
#header .w-inner .r_menu .lang_box{display: flex; align-items: center; gap:15px;}
#header .w-inner .r_menu .lang_box li{color: #000; font-weight: 700; font-size: 16px;}
#header .w-inner .r_menu .lang_box li a{color: #bbb;}
#header .w-inner .r_menu .menuToggle{display: none;}
.moGnb{display: none;}

@media all and (max-width:1600px){
	#header .w-inner .l_menu{gap:50px;}
	#header .w-inner .l_menu .pcGnb > ul{gap:42px;}
	#header .w-inner .r_menu{gap:30px;}
	#header .w-inner .r_menu .btns{gap:8px;}
	#header .w-inner .r_menu .btns li a{padding: 0 30px;}
}
@media all and (max-width:1480px){
	#header .w-inner .r_menu .btns{display: none;}
}
@media all and (max-width:1024px){
	#header{height: 70px;}
	#header .w-inner .l_menu #logo a img{max-height: 35px;}
	#header .w-inner .l_menu .pcGnb{display: none;}
	#header .w-inner .r_menu{gap:20px;}
	#header .w-inner .r_menu .menuToggle{display: flex; width: 24px; height: 16px; justify-content: space-between; flex-direction: column; cursor: pointer;}
	#header .w-inner .r_menu .menuToggle span{height: 2px; width: 100%; display: block; background-color: #000;}
	.moGnb{display: block; position: fixed; right: -100%; height: calc(100vh - 70px); top: 70px; transition: .4s; z-index: 9999; background-color: #fff; width: 100%;}
	.moGnb > ul.gnb{padding: 20px; border-bottom: 1px solid #eee; max-height: 80vh; overflow-y: scroll;}
	.moGnb .lang_box{display: flex; align-items: center; gap:15px; padding: 20px;}
	.moGnb  .lang_box li{color: #000; font-weight: 700; font-size: 16px;}
	.moGnb  .lang_box li a{color: #bbb;}
	.moGnb > ul > li{}
	.moGnb > ul > li > div{cursor: pointer;}
	.moGnb > ul > li > div > a{font-size: 18px; font-weight: 600; color: #222; display: block; padding: 14px 0; position: relative;}
	.moGnb > ul > li.active > div > a{pointer-events: none;}
	.moGnb > ul > li.active.on > div > a{color: #7fcef4;}
	.moGnb > ul > li > div > a::after{content: '↓'; font-family: 'SUIT'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
	.moGnb > ul > li.active.on > div > a::after{content: '↑';}
	.moGnb > ul > li > ul{display: none; background-color: #f3f3f3; padding: 10px 20px;}
	.moGnb > ul > li > ul > li{}
	.moGnb > ul > li > ul > li > a{font-size: 17px; font-weight: 600; color: #666; display: block; padding: 10px 0;}
	.moGnb.on{right: 0;}
}
@media all and (max-width:768px){
	#header{height: 65px;}
	#header .w-inner .l_menu #logo a img{max-height: 32px;}
	#header .w-inner .r_menu .lang_box{gap:10px;}
	#header .w-inner .r_menu .lang_box li{font-size: 15px;}
	.moGnb{height: calc(100vh - 65px); top: 65px;}
}
@media all and (max-width:500px){
	#header .w-inner .l_menu #logo a img{max-height: 30px;}
	#header .w-inner .r_menu{gap:16px;}
}


/* footer */
#footer {border-top: 1px solid #cccccc;} 
#footer .inner{} 
#footer .inner .top{padding: 40px 30px 30px; display: flex; justify-content: space-between; align-items: center;}
#footer .inner .top .f_logo{} 
#footer .inner .top .f_logo img{max-height: 38px;} 
#footer .inner .top .list{display: flex; align-items: center; gap:25px;} 
#footer .inner .top .list li{} 
#footer .inner .top .list li a{font-size: 16px; font-weight: 500; color: #555555;} 
#footer .inner .top .list li a b{font-weight: 700; color: #000;} 
#footer .inner .mid{padding: 40px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; display: flex;}
#footer .inner .mid .box{padding-left: 30px; padding-right: 110px;}
#footer .inner .mid .box + .box{border-left: 1px solid #ccc;}
#footer .inner .mid .box h3{font-size: 18px; font-weight: 600; color: #000000; margin-bottom: 30px;}
#footer .inner .mid .box .info_box{}
#footer .inner .mid .box .info_box dl{display: flex;}
#footer .inner .mid .box .info_box dl + dl{margin-top: 15px;}
#footer .inner .mid .box .info_box dl dt{width: 70px; font-size: 16px; font-weight: 600; color: #000; opacity: 0.5;}
#footer .inner .mid .box .info_box dl dd{width: calc(100% - 70px); font-size: 16px; font-weight: 500; color: #333333; word-break: keep-all;}
#footer .inner .mid .box .list{}
#footer .inner .mid .box .list li{}
#footer .inner .mid .box .list li + li{margin-top: 15px;}
#footer .inner .mid .box .list li a{font-size: 16px; font-weight: 700; color: #000; opacity: 0.5;}
#footer .inner .bot{padding: 30px 0 95px;}
#footer .inner .bot .copy{font-size: 15px; font-weight: 600; color: #000; opacity: 0.5;}

@media all and (max-width:1280px){
	#footer .inner .top{padding: 35px 25px 25px;}
	#footer .inner .top .f_logo img{max-height: 35px;}
	#footer .inner .top .list{gap:20px;}
	#footer .inner .mid{padding: 35px 0;}
	#footer .inner .bot{padding: 25px 0 80px;}
	#footer .inner .mid .box{padding-left: 25px; padding-right: 60px;}
	#footer .inner .mid .box.box3{padding-right: 0;}
	#footer .inner .mid .box h3{font-size: 17px; margin-bottom: 25px;}
}
@media all and (max-width:1024px){
	#footer .inner .top{padding: 30px 0px 20px;}
	#footer .inner .top .f_logo img{max-height: 32px;}
	#footer .inner .top .list li a{font-size: 15px;}
	#footer .inner .mid{padding: 30px 0;}
	#footer .inner .mid .box{padding-right: 40px; padding-left: 0px;}
	#footer .inner .mid .box.box3{padding-left: 20px;}
	#footer .inner .mid .box h3{margin-bottom: 20px; word-break: keep-all;}
	#footer .inner .mid .box.box2{display: none;}
	#footer .inner .mid .box .info_box dl + dl{margin-top: 12px;}
	#footer .inner .mid .box .info_box dl dt{width: 50px;}
	#footer .inner .mid .box .info_box dl dd{width: calc(100% - 50px); word-break: keep-all;}
	#footer .inner .bot{padding: 20px 0 65px;}
	#footer .inner .bot .copy{font-size: 14px;}
}
@media all and (max-width:768px){
	#footer .inner .top{padding: 28px 0px 20px;}
	#footer .inner .top .f_logo img{max-height: 30px;}
	#footer .inner .top .list{gap:13px;}
	#footer .inner .mid{flex-direction: column;}
	#footer .inner .mid .box{width: 100%;}
	#footer .inner .mid .box.box3{border-left: 0; padding-left: 0; padding-top: 20px; margin-top: 20px; border-top: 1px solid #ccc;}
	#footer .inner .mid .box h3{margin-bottom: 18px;}
	#footer .inner .mid .box .info_box dl dt{font-size: 15px;}
	#footer .inner .mid .box .info_box dl dd{font-size: 15px;}
	#footer .inner .mid .box .info_box dl + dl{margin-top: 10px;}
	#footer .inner .bot{padding-bottom: 55px;}
}
@media all and (max-width:500px){
	#footer .inner .top{flex-direction: column; gap:25px;}
	#footer .inner .mid .box .info_box dl dt{width: 40px;}
	#footer .inner .mid .box .info_box dl dd{width: calc(100% - 40px);}
	#footer .inner .bot{padding: 20px 0 50px;}
	#footer .inner .bot .copy{text-align: center; font-size: 13px;}
}


/* go_top */
.go_top{position: fixed; z-index: 99; bottom: 30px; right: 20px; background-color: #000000; border-radius: 10px; display: flex; justify-content: center; align-items: center; width: 64px; aspect-ratio:1 / 1; cursor: pointer;}
.go_top p{color: #fff; font-size: 24px;}