@charset "utf-8";

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 300;
	src: url('../font/Pretendard-Light.eot');
	src: url('../font/Pretendard-Light.eot?#iefix') format('embedded-opentype'),
		 url('../font/Pretendard-Light.woff2') format('woff2'),
		 url('../font/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 400;
	src: url('../font/Pretendard-Regular.eot');
	src: url('../font/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../font/Pretendard-Regular.woff2') format('woff2'),
		 url('../font/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	src: url('../font/Pretendard-Medium.eot');
	src: url('../font/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
		 url('../font/Pretendard-Medium.woff2') format('woff2'),
		 url('../font/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 600;
	src: url('../font/Pretendard-SemiBold.eot');
	src: url('../font/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('../font/Pretendard-SemiBold.woff2') format('woff2'),
		 url('../font/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 700;
	src: url('../font/Pretendard-Bold.eot');
	src: url('../font/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../font/Pretendard-Bold.woff2') format('woff2'),
		 url('../font/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
   font-weight: 800;
	src: url('../font/Pretendard-ExtraBold.eot');
	src: url('../font/Pretendard-ExtraBold.eot?#iefix') format('embedded-opentype'),
		 url('../font/Pretendard-ExtraBold.woff2') format('woff2'),
		 url('../font/Pretendard-ExtraBold.woff') format('woff');
}


/*Reset*/
html{font-size:10px;}
legend,caption,.blind{display: none;}
body{margin: 0; padding: 0; }
div,p,h1,h2,h3,h4,h5,h6,ol,li,dl,dt,dd,ul,pre,form,fieldset,legend,input,textarea,button,select,table,th,td{margin:0;padding: 0;border:0;}
ul,ol,li,dl{list-style: none;}
img{border:0;vertical-align: top;}
address,caption,cite,code,dfn,em,var{font-style: normal;}
blockquote,q{quotes: none;}
blockquote:before,blockquote:after,q:after{content:""; content: none;}
form,fieldset{border:0;}
input,select,textarea,button{font-size:100%;vertical-align: middle;}
button{border:0;background-color: transparent;cursor:pointer;}
a{color:inherit; text-decoration:none; color:#222;}
td a, div a{color:#222;}
a:hover,a:active,a:focus{text-decoration:none; }
table{width:100%; *border-collapse:collapse; border-spacing:0; table-layout:fixed;}

strong{font-weight:600;}
h1,h2,h3,h4,h5,h6{font-weight:400;}
/* common */
body,th,td,input,select,textarea,button{color:#222; font-size:10px; line-height:1.3; letter-spacing:-0.025em; font-family:'Pretendard', sans-serif; font-weight:400; word-break:keep-all;}

@-moz-document url-prefix(){
 body,th,td,input,select,textarea,button{font-weight:400} /* 모질라전용핵 */
}   

article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary,main {display:block;}

.blind{display:none;}
.inner{max-width:1240px; margin:0 auto;}
.inner_1100{max-width:1100px; margin:0 auto;}
.inner_1000{max-width:1000px; margin:0 auto;}

#load {width: 100%; height: 100%; top: 0; left: 0; position: fixed; display: block; opacity: 1;	background: white; z-index: 99; text-align: center; color:#fff;}
#load > img {position: absolute; top: 50%; left: 50%; z-index: 100;}

/* skiptoContent */
#skiptoContent{position:fixed;top:0;left:0;width:100%;z-index:999}
#skiptoContent a{display:block;position:absolute;top:0;left:-9999px;width:100%;height:26px;background:#0a94b2;color:#fff;font-size:12px;line-height:26px;text-align:center}
#skiptoContent a:focus, #skiptoContent a:active{left:0; text-decoration:none}
#skiptoContent a:hover{text-decoration:underline}


body {-webkit-text-size-adjust: 100%;}

/* header */
header{height:100px; position:fixed; z-index:55; width:100%; /*border-bottom:1px solid rgba(255,255,255,0.3);*/}
header h1{position:absolute; top:0; z-index:66; left:50%; margin-left:-910px;  height:100px;}
header h1 a{width:160px; height:100%; background:url(../../images/common/logo-white.png) no-repeat; background-position:50% 50%; background-size:144px 48px;font-size:0px; display:block;}
#headerWrap{overflow:hidden; height:100px; width:100%; position:absolute;background:none;
-webkit-transition-property: background, height; /* Safari */
  -webkit-transition-duration: 0.2s; /* Safari */
  -webkit-transition-delay: 0s;
  transition-property: background, height;
  transition-duration: 0.2s;
  transition-delay: 0s;
 
}

.gnb{text-align:right; max-width:1920px; margin:0 auto; padding-right:30px; box-sizing:border-box;}
.gnb > li{display:inline-block; vertical-align:top; position:relative; width:230px; margin-right:-3px;text-align:right;}
.gnb:after{clear:both; content:"."; visibility:hidden; display:block; height:0;}
.gnb li h2{height:100px; font-size:2.1rem; font-weight:600;}
.gnb li h2 a{display:block; padding:0 15px; line-height:100px; color:#fff; text-align:center; text-transform: uppercase; letter-spacing:0.01em;}
.gnb li:first-child ul{border-left-width:0;}
.gnb li ul li{display:block; padding:10px 0;}
.gnb li ul li a{color:#565654; font-size:1.8rem; line-height:1.5em; word-break: keep-all; display:block; padding:0 5px; font-weight:400;}
/*hearder-fixed, hover 공통*/
header.fixed{filter:drop-shadow(0px 1px 1px rgba(0,0,0,0.2));}
header.fixed,
#headerWrap.on{background:#fff;}
#headerWrap.on{height:450px;}
header.fixed h1 a,
#headerWrap.on h1 a{background-image:url(../../images/common/logo-color.png);}
header.fixed .gnb li h2 a,
#headerWrap.on .gnb li h2 a{color:#222;}
#headerWrap.on{border-bottom:1px #f0f0ef solid;}
/*#headerWrap.on h1{left:50%; margin-left:-125px;}*/
#headerWrap.on .gnb{text-align:right; border-bottom:1px #e6e6e6 solid; position:relative;}
#headerWrap.on .gnb > li{text-align:center;}
#headerWrap.on .gnb li ul{margin-top:0; padding-top:30px;}


#headerWrap .gnb li h2.current a{position:relative; line-height:100px;}
/*#headerWrap .gnb li h2.current a:before{content:""; display:block; width:78px; height:3px; background:#0d9a7a; position:absolute; bottom:23px; left:50%; transform:translateX(-50%);}*/
#headerWrap .gnb li ul{position:absolute; width:100%;  text-align:center; padding-bottom:40px; margin-top:40px;}
#headerWrap.on .gnb > li:hover h2 a{color:#0b9f92;}

#headerWrap .gnb > li ul li a{position:relative; display:inline-block;}
#headerWrap .gnb > li ul li a:after{content:""; display:none; width:90%; height:2px; background:#0b9f92; position:absolute; bottom:-4px; left:50%; transform:translateX(-50%);}
#headerWrap .gnb > li ul li a:hover{color:#0b9f92;}
#headerWrap .gnb > li ul li a:hover:after{display:block;}

#m-menu{display:none;}

.bg_gray{background:#f4f5f6;}
.main_tit{font-family:'Play', sans-serif; font-weight:700; font-size:3.5rem; margin-bottom:4rem;}
.main_tit.center{text-align:center;}
.f_play{font-family:'Play', sans-serif; font-weight:700;}

.theme_style02 .title{font-weight:600; margin-bottom:1rem; color: #20639b; font-size: 2rem;}
.theme_style02 .dot_list li{font-size:1.6rem; margin-top:0.7rem;}

/* footer */
#footer .support_wrap{padding:5rem 0;}
#footer .support_wrap ul{font-size:0;}
#footer .support_wrap li{display:inline-block; width:20%; text-align:center;}
#footer .support_wrap li:nth-child(-n+4){margin-bottom:2.5rem;}
#footer .support_wrap li img{height:45px;}

#footer .info_wrap{padding:4rem 0; background:#fff;}
#footer .info_wrap .inner{position:relative;}
#footer .info_wrap .logo_box{position:absolute; top:50%; left:0; transform:translateY(-50%);}
#footer .info_wrap .cont_box{margin-left:230px;}
#footer .info_wrap .cont_box ul{font-size:0; margin-bottom:2rem;}
#footer .info_wrap .cont_box ul li{display:inline-block; margin-left:3rem;}
#footer .info_wrap .cont_box ul li:first-child{margin-left:0;}
#footer .info_wrap .cont_box li a{font-size:1.7rem; font-weight:500;}
#footer .info_wrap .cont_box p{font-size:1.5rem; color:#888; font-weight:300; line-height:1.5em;}
#footer .info_wrap .cont_box p.copy{margin-top:1rem;}
#footer .info_wrap .cont_box p em{display:inline-block; margin:0 3px;}

@media (hover: hover) and (pointer: fine) {
#footer .info_wrap .cont_box li a:hover{text-decoration:underline;}

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width:2000px){
header h1{left:50px; margin-left:0;}
}

@media (max-width:1300px) {
.gnb > li{width:200px;}
.inner{max-width:100%; padding:0 15px; box-sizing:border-box;}

#footer .info_wrap .logo_box{left:15px;}
}

@media (max-width:1200px) {

.inner_1100, .inner_1000{max-width:100%; padding:0 15px; box-sizing:border-box;}

/*header*/
header{background:#fff; height:135px;}
#headerWrap{min-width:100%; width:100%; left:auto; margin-left:0; height:139px;}
#headerWrap h1{position:relative; top:auto; left:auto; transform:inherit; z-index:99; height:70px; text-align:center; border-bottom:1px solid #ccc;}
#headerWrap h1 a{background-image:url(../../images/common/logo-color.png); background-size:120px auto; display:inline-block; vertical-align: top;}
#headerWrap .gnb{text-align:center; position:relative; z-index:996; padding-right:0;}
#headerWrap .gnb li h2 a{color:#222;}
.gnb > li:first-child{margin-left:0;}
.gnb > li{width:20%; text-align:center;}
.gnb li h2{height:65px; font-size:2rem;}
.gnb li h2 a{line-height:65px;}
#headerWrap.on .gnb{text-align:center;}
#headerWrap .gnb li h2.current a{line-height:65px; }
#headerWrap.on .gnb li h2.current a{line-height:65px;}
#headerWrap .gnb li h2.current a:before{bottom:16px;}
#headerWrap.on{height:430px;}
}


@media (max-width:1024px) {
header{height:70px; border-bottom:1px solid #ccc;}
header h1{height:70px; left:0px; margin-left:0;}
header h1 a{width:140px; background-image:url(../../images/common/logo-color.png); background-size:110px auto;}
#headerWrap{display:none;}
#m-menu{display:block;}
.m-menu-list h1{display:none;}
.m-menu-btn{position:absolute; cursor:pointer; z-index:999; display:block;}
.m-menu-btn button{display:block; text-align:center; font-size:0;}
.m-menu-btn.m-menu-btn-open{right:10px; top:13px;}
.m-menu-btn.m-menu-btn-open button{color:#fff; background:#0b9f92; height:45px; width:45px; line-height:45px;}
.m-menu-btn.m-menu-btn-open button i{margin-left:2px;}
.m-menu-btn.m-menu-btn-close{position:fixed; top:0px; right:260px;}
.m-menu-btn.m-menu-btn-close button{background:#00786e; width:50px; height:50px; line-height:50px;color:#fff;}
.m-menu-btn button i{font-size:25px; vertical-align:middle;}
.mobile-menu-box{display:none; position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999; overflow:hidden;overflow-y:auto;background:rgba(0,0,0,0.5);}
header .m-menu-list{position:absolute; width:220px; height:auto; min-height:100%;  z-index:99;  right:0%;background:#0b9f92;padding:0 20px 20px;}
header .m-menu-list a{color:#fff;}
header .m-menu-list .gnb{margin-left:0;}
header .m-menu-list .gnb{padding-top:10px; padding-top:0; height:auto;}
header .m-menu-list .gnb li{display:block; width:100%; text-align:left; padding:7px 0;} 
header .m-menu-list .gnb > li {margin-bottom:10px;}
header .m-menu-list .gnb li h2{border-bottom:1px rgba(255,255,255,0.2) solid; padding:20px 0 10px; padding-left:0; border-bottom-width:0; margin:0; line-height:45px; height:auto;}
header .m-menu-list .gnb li h2 a{height:auto; padding:0; text-align:left;}
header .m-menu-list .gnb li ul{position:relative; top:0; padding-bottom:0; margin-left:0; padding-top:0; border-left-width:0;}
header .m-menu-list .gnb li ul li a{ color:rgba(255,255,255,0.9);}
header .m-menu-list .gnb{text-align:left; padding-right:0;}
header .m-menu-list .gnb li:first-child ul{margin-left:0px;}
header .m-menu-list .gnb li:first-child h2{padding-left:0px;}
header .m-menu-list .gnb li h2 a{border-bottom:2px #fff solid; padding-bottom:1px; line-height:35px;}
header .m-menu-list .gnb li:hover h2 a, header .m-menu-list .gnb ul li ul li a:hover{color:#fff;}
header .m-menu-list .gnb li:hover h2{height:auto;}
header.fixed .gnb li h2 a,
#headerWrap.on .gnb li h2 a{color:#fff;}

.gnb li:hover ul,
.gnb ul li.current ul{margin-top:0; border-top:0;}

/*footer*/
#footer .support_wrap li{width:25%;}
#footer .support_wrap li img{height:40px;}
}


@media (max-width:767px) {
html{font-size:9px;}
body, th, td, input, select, textarea, button{font-size:9px;}

.main_tit{font-size:3rem;}
.main_tit.center{margin-bottom:2.5rem; font-size:3rem;}

/*footer*/
#footer .support_wrap{padding:3.5rem 0;}
#footer .support_wrap li{width:50%; margin-bottom:1.5rem;}
#footer .support_wrap li:nth-child(-n+4){margin-bottom:1.5rem;}
#footer .support_wrap li img{height:30px;}

#footer .info_wrap{padding:2rem 0;}
#footer .info_wrap .inner{padding:0;}
#footer .info_wrap .logo_box{display:none;}
#footer .info_wrap .logo_box img{width:120px;}
#footer .info_wrap .cont_box{margin-left:0; text-align:center;}
#footer .info_wrap .cont_box ul{padding-bottom:2rem; border-bottom:1px dashed #b5b5b5; text-align:left;}
#footer .info_wrap .cont_box ul li{ width:33.3%; margin-left:0;vertical-align:middle; box-sizing:border-box;  text-align:center; vertical-align:middle; }
#footer .info_wrap .cont_box ul li:nth-child(2){border-left:1px solid #b5b5b5;border-right:1px solid #b5b5b5;}
#footer .info_wrap .cont_box ul li:last-child{margin-bottom:0;}
#footer .info_wrap .cont_box li a{display:block; font-size:1.5rem;}
#footer .info_wrap .cont_box p em{display:block; font-size:0; line-height:0;}
}