
@import 'reset.css';

/* ***********************************
common.css
header / footer / lnb / paging / font 
* ***********************************/
/* koreaGD - 고딕 */
@font-face {
    font-family: 'koreaGD16';
    font-style: normal;
    font-weight: 400;
    src:  url(/font/koreaGD16.ttf) format("truetype") 
}
/* 나눔바른고딕 */
@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 100;
    src: local('NanumBarunGothic'),
    url(/font/NanumBarunGothicUltraLight.otf) format("opentype"),
    url(/font/NanumBarunGothicUltraLight.ttf) format("truetype")
}
@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 300;
    src: local('NanumBarunGothic'),
    url(/font/NanumBarunGothicLight.otf) format("opentype"),
    url(/font/NanumBarunGothicLight.ttf) format("truetype")
}
@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 400;
    src: local('NanumBarunGothic'),
    url(/font/NanumBarunGothic.otf) format("opentype"),
    url(/font/NanumBarunGothic.ttf) format("truetype")
}
@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 700;
    src: local('NanumBarunGothic'),
    url(/font/NanumBarunGothicBold.otf) format("opentype"),
    url(/font/NanumBarunGothicBold.ttf) format("truetype")
}
/* 어그로 */
@font-face {
    font-family: 'SBAggro';
    font-weight: normal;
    font-style: normal;
    font-weight: 100;
    src: url('/font/SBAggroL.ttf') format('truetype');
}
@font-face {
    font-family: 'SBAggro';
    font-weight: normal;
    font-style: normal;
    font-weight: 400;
    src: url('/font/SBAggroM.ttf') format('truetype');
}
@font-face {
    font-family: 'SBAggro';
    font-weight: normal;
    font-style: normal;
    font-weight: 700;
    src: url('/font/SBAggroB.ttf') format('truetype');
}
/* 프리텐다드 -서브페이지 */
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-style: normal;
	src: url("/font/Pretendard-Light.woff") format('woff'),	
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-style: normal;
	src: url("/font/Pretendard-Regular.woff") format('woff'),	
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-style: normal;
	src: url("/font/Pretendard-Bold.woff") format('woff'),	
}
/*전체 공통*/
body{font-family: "NanumBarunGothic",sans-serif; font-weight: 400; min-width: 320px; line-height: 1.3;letter-spacing: -0.5px;}
.blind {position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); margin: -1px;}
.clearfix:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.inner {max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 15px; box-sizing: border-box;}
input::placeholder{color:#757575; font-size: 14px;}
a{display: inline-block;}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* margin */
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.mt25 {
	margin-top:25px;
}
.mt30 {
	margin-top:30px;
}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
/* padding */
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pl30{padding-left: 30px;}
.pl35{padding-left: 35px;}

/* text-align */
.al{text-align:left !important}
.ac{text-align:center !important}
.ar{text-align:right !important}

/* header S*/
.header{background-color: #fff; position: relative;}
.header-top{padding:18px 0 16px;}
.header-top > .inner{ display: flex; justify-content: space-between;align-items: center}
.top-area{display: flex;    align-items: center;}
.top-area .util-list{font-size: 13px; color:#7c7c7c;}
.top-area .util-list > li{display: inline-block; vertical-align: middle; margin-right: 20px; position: relative;}
.top-area .util-list > li > a{display: inline-block;}
.top-area .util-list > li:not(:last-child):after{
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 1px;
    height: 12px;
    background: #c9c9c9;
    margin-top: -7px;
}
.tsbn-mo{display: none;}
.top-search-box{width: 230px;height: 46px;background: #fff;border: 1px solid #ddd;position: relative;}
.top-search-box .search-box{width: 100%; display: flex; align-items: center;}
.top-search-box .search-box > input[type="text"]{width: calc(100% - 30px);height: 42px;border: 0; text-indent: 16px;}
.top-search-box .sbt{display: inline-block;font-size: 0; width: 30px; height: 15px; background: url("../images/common/search_tbn.png") center center no-repeat;}

.head-bot{background-color: #004483;position: relative;}

.top-gbn-mo{display: none;}

.depth1_list{display: flex; text-align: center; font-family: 'koreaGD16', sans-serif;}
.depth1_list > li{width: calc(100% / 5); position: relative;}
.depth1_list > li > a{display: inline-block; color:#fff; padding:18px 10px; font-size: 20px;}
.depth1_list > li > .depth2{display: none;position: absolute;left: 0;top: 100%;z-index: 99;padding-top: 35px;height: 365px;width: 100%;box-sizing: border-box;border-right: 1px solid #ddd; padding-left: 10px;}
.depth1_list > li:last-child > .depth2 {border-right: none;}
.depth1_list > li > .depth2 .depth2_list > li{margin-bottom: 15px;}
.depth1_list > li > .depth2 .depth2_list > li:last-child{margin-bottom: 0;}
.depth1_list > li > .depth2 .depth2_list > li > a{display: block;position: relative;font-size: 16px;color: #666; text-align: left; font-family: 'Pretendard', sans-serif; letter-spacing: -1px;}
.depth1_list > li > .depth2 .depth2_list > li > a > span{display: inline-block; padding-left: 13px;}
.depth1_list > li > .depth2 .depth2_list > li > a > span:before{ content:""; position:absolute; left:0; top:7px; width:5px; height:5px; border-radius:50%; background:#9197c5;}
.depth1_list > li > .depth2 .depth2_list > li.on > a > span{color: #4366c0; font-weight: bold;}
.depth1_list > li > .depth2 .depth2_list > li > a.headerNewWin{background: url("../images/common/nWindow_ic.png") no-repeat 95% 28%;}
.depth1_list > li > .depth2 .depth2_list > li:hover > a{color: #004483;}
.depth1_list > li > .depth2 .depth2_list > li:hover > a > span{text-decoration: underline;}
.depth3{padding-left: 10px; padding-top: 10px;}
.depth3 .depth3_list > li + li{margin-top: 5px;}
.depth3 .depth3_list > li > a{display: block; font-family: 'Pretendard',sans-serif; text-align: left; letter-spacing: -1px;font-size: 15px;color: #666; position: relative;}
.depth3 .depth3_list > li > a > span{display: inline-block; padding-left: 10px; }
.depth3 .depth3_list > li > a > span:before{ content:"-"; display: inline-block; color:#9197c5; position: absolute; left:0; top:-2px} 
.depth3 .depth3_list > li > a:hover,.depth3 .depth3_list > li > a:focus{color: #004483;}
.depth3 .depth3_list > li > a:hover > span,.depth3 .depth3_list > li > a:focus > span{text-decoration: underline;}

.menu-open{display: none;}
.menu-out{display: none;}
.menu-back {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background: #fff;
    height: 365px;
    box-shadow: 7px 8px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
@media screen and (max-width:1024px){
	.header{background: #fff;}

	.header-top{padding: 0;  border-bottom: 1px solid #ddd;}
    .header-top > .inner{height: 50px;}
    /* 25-08-22 구글 translate 때문에 수정작업*/
	/* .top-area > .util-list{display: none;} */
	.top-area .util-list > li {display: none;}
	.top-area .util-list > li.google {display: block;margin-right: 85px;}
	.top-area .util-list > li:not(:last-child):after {width: 0;}
	/* 여기까지 */
	.top-area > .top-search-box{display: none;position: absolute;left: 0;top: 50px;right: 0;width: 100%;background: #fff;border-left: 0;border-right: 0;z-index: 1;}
	.menu-open{display: flex; align-items: center; justify-content: center; position:absolute;right: 0;top: 0;z-index: 99;font-size:0;width: 50px;height: 50px;text-align: center;border-left: 1px solid #ddd; background-color: #fff;}
	.menu-out{display: block;position: absolute;right: 15px;top: 15px;border: 1px solid #dfdfdf;}
	.mor-back{display: none;position: fixed;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100vh;background: rgba(0,0,0,0.6);z-index: 97;}
	.tsbn-mo{display: flex; align-items: center; justify-content: center; position: absolute;right: 50px;top: 0;width: 50px; height: 50px; text-align: center;border-left: 1px solid #ddd; background-color: #fff;}
	.top-gbn-mo{display: block;position: absolute;left: 20px;top: 30px;font-size: 0;}
	.top-gbn-mo > li{display: inline-block;margin-right:20px;position: relative;}
	.top-gbn-mo > li:after{content: "";position: absolute;right: -10px;top: 50%;width: 1px;height: 12px;background: #c9c9c9;margin-top: -7px;}
	.top-gbn-mo > li:last-child:after{display: none;}
	.top-gbn-mo > li > a{display: block;font-size: 13px;color: #7c7c7c;line-height: 1;}

	.menu-box{display: none;float: none;position: fixed; right: 0; top: 0; width: 100%; min-width: 320px;max-width: 90%;height: 100vh;box-sizing: border-box;overflow-y: auto; background: #fff; z-index: 210;padding: 70px 15px 15px 15px;}
	.depth1_list{display: block; margin-right: 0;text-align: left;}
	.depth1_list > li{display: block;margin-bottom: 5px; width: 100%;}
	.depth1_list > li > a{display: block;margin-top: 0;margin-left: 0;padding: 0 15px;line-height: 50px;border-radius: 5px;border: 1px solid #e5e5e5;color: #2c2c2c;}
	.depth1_list > li > a > span{display: block;background: url(/images/geduNew/common/mo-off.png) right center no-repeat;}
	.depth1_list > li:hover > a > span:after{display: none;}
	.depth1_list > li:hover > a{color: #2c2c2c;font-weight: 500;}
	.depth1_list > li.on > a{color: #fff;background: #3c497b;}
	.depth1_list > li.on > a > span{background: url(/images/geduNew/common/mo-on.png) right center no-repeat;}

	.depth1_list > li > .depth2{display: none;position: static;border: none;height: auto;padding-left: 20px;padding-top: 15px;padding-bottom: 15px;}
	.depth1_list > li > .depth2 .depth2_list > li{margin-bottom: 10px;}
	.depth1_list > li > .depth2 .depth2_list > li > a{font-size: 15px;padding-left: 10px;position: relative;}
	.depth1_list > li > .depth2 .depth2_list > li > a:after{content: "";position: absolute;left: 0;top: 8px;width: 5px;height: 1px;/*background: #333;*/}

	.depth1_list > li > .depth2 .depth2_list > li > .depth3{display: none;position: relative;top: 100%;z-index: 99;padding: 10px;left: 27px;height: auto;width: 100%;box-sizing: border-box;}
	.depth1_list > li > .depth2 .depth2_list > li > .depth3 li > a.newWin{background: url(/images/geduNew/common/nWindow_ic.png) no-repeat 96% 28%;}

	.depth1_list > li > .depth2 .depth2_list > li.on > .depth3{display: block;}
	.depth1_list > li > .depth2 .depth2_list > li.on > .depth3 li{margin-bottom: 10px;}
	.depth1_list > li > .depth2 .depth2_list > li.on > .depth3 li:last-child{margin-bottom: 0;}
	.depth1_list > li > .depth2 .depth2_list > li.on > .depth3 li > a{display: block;position: relative;font-size: 14px;color: #333;}
	.depth1_list > li > .depth2 .depth2_list > li.on > .depth3 li > a:before{content: ""; position: absolute; left: -13px; top: 9px; width: 5px; height: 2px; background: #9197c5; }
	.depth1_list > li > .depth2 .depth2_list > li.on > .depth3 li.on > a > span{color: #818bba; text-decoration: underline;}

}
@media screen and (max-width:480px){
    body{font-size: 14px;}
    .h-logo{width: 240px;}
    /* 250822 480이하일때 로고 위치 안 맞아서 수정작업  */
    .h-logo img{width: 100%;vertical-align: middle;margin-bottom: 4px}
}
/* header E*/
/* footer S */
#footer{width: 100%;margin: 0 auto;padding: 35px 0;background: #3a3a3a;}
.foot-btn{margin-bottom: 20px;font-size: 0;}
.foot-btn > li{position: relative;display: inline-block;margin-right: 20px;margin-bottom: 5px;}
.foot-btn > li:after{content: "";position: absolute;right: -10px;top: 50%;width: 1px;height:14px;margin-top:-8px;background: #656565;}
.foot-btn > li:last-child{margin-right: 0;}
.foot-btn > li:last-child:after{display: none;}
.foot-btn > li > a{display: block;font-size: 15px;color: #fff;line-height: 1;}
.foot-btn > li.on > a{color: #218fe5;}
#footer p{font-size: 15px;color: #fff;line-height: 1.4;}
#footer p span{display: inline-block;margin-right: 7px;}
@media screen and (max-width:480px){
    .foot-btn > li > a{font-size: 14px;}
    #footer p{font-size: 13px;}
}
/* footer E */


/*구글 번역 API*/
.googleTrans{display: none; position: absolute;top:20px;right: 50%; transform: translateX(457px);z-index: 1005}
.btnLanguage{margin:0;}
.btnLanguage{display:flex;align-items:center;}
.btnLanguage span{font-size:14px;color:#333;}
.btnLanguage::before { margin: 0 5px 0 0; content: ''; display: block; width: 17px; height: 18px; background: url(../images/common/ic-lang.png) no-repeat center;}
.btnLanguage::after{content:"";display:block;width:7px;height:5px;margin-left:10px;background:url(../images/common/arr_google.png) no-repeat center;}
.transLinks{width: 100%;display:none;position:absolute;top:25px;left:0;padding-left: 10px;}
.transLinks > li{border-bottom: 1px solid #333;margin: 0 !important ;}
.transLinks.on{display:block;}
.header .googleTrans .transLinks > li a{display:block;font-size:13px;color:#000;background:#FFF;display:block;padding:5px 10px;}

body{top:0 !important}
.VIpgJd-ZVi9od-ORHb-OEVmcd{display: none;}
.header .headTop .inner .utils li.google{margin-left: 25px;margin-right: 0;}
.skiptranslate {display: none;}
#goog-gt-tt {display: none !important;}
#google_translate_element > div > div > select::-ms-expand {display: none;}
.google-translate .drop-box{position: relative; width: auto;margin-top: 0;}
.openLanguageG{display:flex;align-items:center;}
.openLanguageG > span{color:#7d7d7d;font-weight: 300;}
.openLanguageG > span img{height: 13px;}
.openLanguageG img{vertical-align: middle;}
.openLanguageG::before { margin: 0 8px 0 0; content: ''; display: block; width: 13px; height: 14px; background: url("../images/common/ic-lang.png") no-repeat center;background-size: 100%;}
.openLanguageG::after{content:"";display:block;width:10px;height:6px;margin-left:10px;margin-top: 0; background:url("../images/common/arr_google.png") no-repeat center;}
.header .headTop .inner .utils li .translation-links a{color: #333;font-size: 13px;padding-left: 20px;}
.header .headTop .inner .utils li .translation-links li{margin-right: 0;}
.google-translate .drop-box .translation-links{width: 110px;display:none;position:absolute;left:calc(100% - 120px);top:23px; z-index: 1000000; }
.google-translate .drop-box.expanded .translation-links{display:block;}
.translation-links a{font-size:13px;color:#000;background-color:#fff;display:block;padding:5px 15px;}
.translation-links a span{display: block;}
.header .headTop .inner .utils li .translation-links  a:hover{background-color: #fff;color:#333}
.google-translate .drop-box .tip{display: none; position: absolute; background-color: #fff; width: 440px; padding: 15px 20px;border-radius: 10px;font-size: 14px;  box-shadow: 2px 2px 10px rgba(0, 0, 0, .4); color: #666;  z-index: 1000000; top: 150%;text-align: center;}
.google-translate .drop-box .tip .btn-box{text-align: center; margin-top: 20px;}
.google-translate .drop-box .tip button{background-color: #014195; color:#fff; border-radius: 4px; padding:3px 10px;}
.google-translate .drop-box.on .tip{ display: block; right:0;}
.header.hover .openLanguageG span{font-size:14px;color:#333}
.header.hover .openLanguageG::after {background: url("../images/common/arr_google_ov.png") no-repeat center;}
.newWin:after {content: '';display: inline-block;width: 11px;height: 11px;margin-left: 6px;background: url(../images/common/ico_newwin.png) 0 0 no-repeat;}
.gnbArea .topUtil > li .translation-links a::before{display: none;}


