@charset "utf-8";
@import url("fonts.css");

/******************************* 초기화 *******************************/

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu,nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;}
	article, aside, details, figcaption, figure, footer, header, menu, nav, section{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;display:block;}
	html{height:auto;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	ol, ul{list-style:none;}
	blockquote, q{quotes:none;}
	blockquote:before,blockquote:after, q:before, q:after{content:'';content:none;}
	table{border-collapse:collapse;border-spacing:0;}table th{font-weight:normal;}
	a{color:inherit;text-decoration:none;-moz-transition:color 0.2s ease, border-bottom-color 0.2s ease;-webkit-transition:color 0.2s ease, border-bottom-color 0.2s ease;-ms-transition:color 0.2s ease, border-bottom-color 0.2s ease;transition:color 0.2s ease, border-bottom-color 0.2s ease;}
    a:hover{color:#333;}
	legend,caption,hr{display:none;}
	em{font-style:normal;}
	img{vertical-align:top;max-width:100%;}
	input{vertical-align:middle;}
	p,h3,h2,h1{letter-spacing:normal;}
	input,textarea,button,select{font-family:'NotoR','Malgun Gothic','dotum', sans-serif;}
	section{width:100%;text-align: center;}
	button{cursor:pointer;}
	button,select,input{font-family:'NotoR','Malgun Gothic','dotum', sans-serif;-webkit-appearance:none;border:0;background:transparent;outline:0;}
	video{object-fit:cover;}
	ol, ul,li{list-style:none;}

	body, input, select, textarea{color:#777;font-family:'NotoR','Malgun Gothic','dotum', sans-serif;font-size:15px;font-weight:normal;line-height:1.5;}

	@media screen and (max-width:1680px){
		body, input, select, textarea{font-size:14px;}
	}

	@media screen and (max-width:1260px){
		body, input, select, textarea{font-size:13px;}
	}

	@media screen and (max-width:360px){
		body, input, select, textarea{font-size:12px;}
	}


/******************************* skip *******************************/

	#skipTo{width:100%;overflow:hidden;position:relative;z-index:1000;}
	#skipTo a{margin:0px -1px -1px 0px;width:1px;height:1px;text-align:center;line-height:0;overflow:hidden;font-size:0px;display:block;}
	#skipTo a:focus{background:#000;margin:0px;padding:8px 0px 0px 15px;width:auto;height:20px;color:#fff;line-height:1;}
	#skipTo a:hover{background:#000;margin:0px;padding:8px 0px 0px 15px;width:auto;height:20px;color:#fff;line-height:1;}
	#skipTo a:active{background:#000;margin:0px;padding:8px 0px 0px 15px;width:auto;height:20px;color:#fff;line-height:1;}


/******************************* site-common *******************************/

	.eng{font-family:'OpenSans', serif;-webkit-font-smoothing:antialiased;}
	.t-left{text-align:left !important;}
	.t-center{text-align:center !important;}
	.mgt50{margin-top:50px !important;}
	.bg-blueLight2{background:#dfe6f3 !important}
	.bg-grnLight{background:#f2f8eb !important}
	.bg-redLight{background:#faf2f0 !important}
	.bg-blueLight3{background:#e3ecf5 !important}
	.bg-gry01{background:#f6f6f6 !important}
	.bg-gry02{background:#f0f0f0 !important}
	.bg-wh{background:#fff !important;}
	.color-red{color:#da0707 !important;}
	#wrap{position:relative;margin:0 auto;}
	#wrap .cont-inner{width:1100px;margin:0 auto;}
	#wrap .cont-inner.board{padding:50px 0;}
	#contents{background:#fff;}
	#contents:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;width:100%;height:100%;opacity:0;background:rgba(0, 0, 0, 0.75);visibility:hidden;}
	body.stop #contents:before{visibility:visible;opacity:1;}
	.btn-big{width:200px;height:46px;line-height:46px;margin:0 auto;display:block;overflow:hidden;text-align:center;font-size:0;border-radius:3px;}
	.btn-big .label{display:inline-block;vertical-align:middle;font-size:16px;padding:0 10px;line-height:17px;padding-top:1px;color:#fff;}
	.btn-big.eng{width:160px;}
	.btn-big.eng .label{font-size:13px;line-height:13px;font-weight:600;letter-spacing:1.1px;}
	.btn-big .ico{display:inline-block;vertical-align:middle;height:12px;overflow:hidden;opacity:0;margin-left:-7px;width:7px;text-align:right;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
	.btn-big .ico img{max-width:none;}
	.btn-big:hover .ico{opacity:1;width:15px;margin-left:0;text-align:right;}
	.btn-big:hover .ico img{left:0;}
	.btn-text{width:200px;height:46px;line-height:46px;margin:0 auto;display:block;overflow:hidden;text-align:center;font-size:0;cursor:pointer;}
	.btn-text .label{display:inline-block;vertical-align:middle;font-size:14px;padding:0 10px 0 0;line-height:1;}
	.btn-text .ico{display:inline-block;vertical-align:middle;height:12px;overflow:hidden;opacity:0;margin-left:-7px;width:7px;text-align:right;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
	.btn-text .ico img{max-width:none;}
	.btn-text:hover .ico{opacity:1;width:15px;margin-left:0;text-align:right;}
	.btn-text:hover .ico img{left:0;}
	.bg-yellow{background:#ffcd4f;color:#fff;}
	.bg-yellow:hover{background:#fdb700;}
	.bg-orange{background:#fc7801;color:#fff;}
	.bg-orange:hover{background:#ec7000;}
	.bg-blue{background:#247bd4;color:#fff;}
	.bg-blue:hover{background:#1862ad;}
	#contents .main-title{position:relative;margin:0 0 30px 0;}
	#contents .main-title p{font-size:25px;font-weight:700;margin:0 0 5px 0;}
	#contents .main-title span{font-size:18px;font-weight:600;}
	#contents .left{text-align:left;}
	#contents .main-title.blue p{color:#247bd4;}
	#contents .main-title.blue span{color:#192354;}
	#contents .main-title span.blue{color:#3398ff;}
	#contents h6{display:block;font-weight:normal;font-size:15px;color:#888;line-height:1.5;}

	/*radio 커스텀*/
	input[type=radio]:not(old){vertical-align:middle;margin:0;padding:0;opacity:0;background:url('../img/sub/check_on.png') no-repeat 0 0;background-size:22px 22px;width:0;height:22px;}
	input[type=radio]:not(old) + label{display:inline-block;text-align:left;height:21px;padding-left:9%;width:91%;background:url('../img/sub/check_off.png') no-repeat 0 0;background-size:20px 20px;line-height:19px;vertical-align:middle;letter-spacing:-0.5px;position:absolute;left:-1px;top:4px;}
	input[type=radio]:not(old):checked + label{background:url('../img/sub/check_on.png') no-repeat 0 0;background-size:20px 20px;background-position:0px 0;}

	/*checkbox 커스텀*/
	.checkbox-wrap{position:relative;}
	input[type=checkbox]:not(old){vertical-align:middle;margin:0;padding:0;opacity:0;background:url('../img/sub/check_on2.png') no-repeat left center;background-size:22px 22px;width:0;height:22px;}
	input[type=checkbox]:not(old) + label{display:inline-block;/*position:absolute;*/top:0;left:0;text-align:left;height:22px;padding-left:30px;background:url('../img/sub/check_off2.png') no-repeat left center;background-size:20px 20px;line-height:20px;vertical-align:middle;letter-spacing:-0.5px;}
	input[type=checkbox]:not(old):checked + label{background:url('../img/sub/check_on2.png') no-repeat left center;background-size:20px 20px;}
	input[type=checkbox]:disabled + label{opacity:0.5;}
	label{display:block;}
	.write_div{margin:10px 0;}


	@media screen and (max-width:1680px){
	}

    @media screen and (max-width:1260px){
		body, input, select, textarea{font-size:14px;}
        #wrap .cont-inner{width:100%;margin:0 auto;padding:0 20px;}
	}

	@media screen and (max-width:640px){
		body, input, select, textarea{font-size:13px;}
	    #contents h6{font-size:14px;}
		#contents .btn-text .label{font-size:13px;}
		.btn-big{height:35px;line-height:35px;}
		.btn-big .label{font-size:14px;line-height:17px;}
	}


	@media screen and (max-width:480px){
        #wrap .cont-inner{padding:0 10px;}
		body, input, select, textarea{font-size:12px;}
		.btn-big{width:140px;height:35px;line-height:35px;border-radius:2px;}
		.btn-big .label{font-size:14px;padding:0 10px;line-height:1;}
		.btn-big.eng{width:140px;}
		#contents .main-title{margin:0 0 10px 0;}
		#contents .main-title p{font-size:22px;}
		#contents .main-title span{font-size:14px;}
		#contents h6{font-size:13px;}
        .btn-big.eng .label{font-size:12px;line-height:12px;}
		.btn-text{width:200px;height:35px;line-height:35px;margin:0;}
		.btn-text .label{font-size:12px;}
		input[type=radio]:not(old) + label{padding-left:10%;width:100%;}

	}


/******************************* header *******************************/

	#header{position:absolute;top:20px;left:0;width:100%;padding:0;z-index:3;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
	#header.fixed{position:fixed;top:0;}
	#header #gnb-wrap{position:relative;margin:0 auto;width:1100px;height:70px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
	#header.fixed #gnb-wrap{width:100%;background:#fff;border:none;border-bottom:1px solid #efefef;}
	#header #gnb-wrap:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:70px;border:1px solid rgba(255,255,255,0.3);}
	#header #gnb-wrap h1.logo{position:absolute;top:0;left:0;width:185px;margin:5px 0 0 10px;}
	#header.fixed #gnb-wrap h1.logo{margin:5px 0 0 30px;}
	#header #gnb-wrap h1.logo > a{height:55px;text-indent:-9999px;display:block;background-size:100% 100%;background:url("../img/common/logo-white.png") no-repeat center center;}
	#header.fixed #gnb-wrap h1.logo > a{height:55px;text-indent:-9999px;display:block;background-size:100% 100%;background:url("../img/common/logo.png") no-repeat center center;}
	#header #gnb-wrap .bt-mn{position:absolute;right:-2px;top:0;width:100px;height:70px;display:block;background:url("../img/common/right-menu.png") no-repeat center center;text-indent:-9999px;font-size:0;color:#fff;text-align:center;cursor:pointer;}
	#header.fixed #gnb-wrap .bt-mn{position:absolute;right:-2px;top:0;width:100px;height:70px;display:block;background:#fc7801 url("../img/common/right-menu.png") no-repeat center center;text-indent:-9999px;font-size:0;color:#fff;text-align:center;cursor:pointer;}
	#header #gnb-wrap .gnb-bg{position:absolute;top:70px;left:0;z-index:1;width:100%;display:none;background:#fff;height:200px;}

	#gnb{position:relative;width:750px;margin:0 100px 0 250px;z-index:2;}
	#gnb > li{position:relative;float:left;width:16.66%;}
	#gnb > li > a{display:block;color:#fff;line-height:70px;font-size:16px;font-family:'OpenSans', serif;font-weight:600;text-transform:uppercase;text-align:center;padding:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; }
	#gnb > li:hover > a,#gnb > li.active > a{color:#3498ff;}
	#gnb > li .subdepth{display:none;position:absolute;top:70px;left:0;width:100%;padding:10px 0 20px 0;background:rgba(255,255,255,0.9);border:1px solid rgba(255,255,255,1);}
	#gnb > li .subdepth > li > a{display:block;font-size:15px;color:#333;text-align:center;padding:10px 0 0 0;white-space:nowrap;}
	#gnb > li .subdepth > li >a:hover,#gnb > li .subdepth > li.active > a{color:#3498ff;}
	#header.fixed #gnb-wrap #gnb{width:750px;margin:0 auto;}
	#header.fixed #gnb-wrap #gnb > li > a{color:#000;}
	#header .bt-menu{position:absolute;top:50%;width:40px;height:30px;display:block;top:50%;right:20px;margin-top:-15px;display:none;}
	#header .bt-menu span{position:absolute;top:-9999px;left:-9999px;}
	#header .bt-menu:before{content:"";position:absolute;top:0;left:0;height:30px;display:block;border-top:#fff 2px solid; border-bottom:#fff 2px solid;width:100%;-webkit-transition:all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
	#header .bt-menu:after{content:"";position:absolute;top:50%;left:0;height:2px;display:block;background-color:#fff;margin-top:-1px;width:100%;-webkit-transition:all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
	#header .bt-menu.open:before{content:""; position:absolute; top:0; left:0; height:2px; display:block; background-color:#fff; border-top:none;  border-bottom:none;margin-top:15px; width:100%; transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg); }
	#header .bt-menu.open:after{content:""; position:absolute; top:0; left:0; height:2px; display:block; background-color:#fff; border-top:none;  border-bottom:none; margin-top:15px; width:100%; transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg); }

	body.ovf_hdn, .ovf_hdn{overflow:hidden;height:100%;}
	.mbg{display:none;position:fixed;left:0;top:60px;width:100%;height:100%;background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);opacity:.7;z-index:5;}
	.m_lmenu{position:fixed;right:-100%;width:100%;top:60px;bottom:0;height:100vh !important;padding:0 0 0 110px;z-index:6;}
	.m_lmenu .close-area{position:absolute;top:0;bottom:0;right:0;width:16%;display:block;outline:none;}
	.m_lmenu .inner{position:absolute;top:0;bottom:0;left:110px;right:0;min-width:100px;background-color:#fff;overflow-y:auto;}
	.m_lmenu .inner .lm-hd{position:relative;background:#fc7801;text-align:center;}
	.m_lmenu .inner .lm-hd > li{position:relative;display:inline-block;color:#fff;font-size:20px;padding:15px 0;}
	.m_lmenu .left_menu > li{text-align:left;}
	.m_lmenu .left_menu > li > a{position:relative;line-height:50px;border-bottom:#e4e4e4 1px solid;display:block;font-size:25px;color:#333;padding:0 55px;font-weight:600;}
	.m_lmenu .left_menu > li >a:before{content:"\f107";position:absolute;top:0;right:30px;font-family:'FontAwesome';color:#c8c8c8;font-weight:200;}
	.m_lmenu .left_menu > li.on >a:before{content:"\f106";position:absolute;top:0;right:30px;font-family:'FontAwesome';color:#608db2;font-weight:200;}
	.m_lmenu .left_menu > li > ul{background-color:#f6f6f6;padding:10px 0;border-bottom:#e4e4e4 1px solid;}
	.m_lmenu .left_menu > li > ul > li > a{line-height:40px;padding:0 70px;display:block;font-size:18px;color:#000;}
	#back-top{position:fixed;bottom:190px;right:50%;margin:0 -700px 0 0;width:70px;height:70px;background:#192354 url('../img/common/go-top.png') no-repeat center center;f-webkit-transition:300ms; -ms-transition:300ms; transition:300ms;ont-size:0;text-indent:-9999px;z-index:6;display:block;padding:0;cursor:pointer;}
	#back-top:hover{background:#04062d url('../img/common/go-top.png') no-repeat center center;}


	@media screen and (max-width:1260px){
		#back-top{bottom:100px;right:10px;margin:0;}
		#header #gnb-wrap{width:98%;}
		#header #gnb-wrap h1.logo{width:150px;margin:12px 0 0 10px;}
		#header.fixed #gnb-wrap h1.logo{margin:10px 0 0 10px;}
		#header #gnb-wrap h1.logo > a,#header.fixed #gnb-wrap h1.logo > a{width:150px;height:44px;background-size:150px 44px;}
		#gnb{width:720px;margin:0 100px 0 200px;}
		#header.fixed #gnb-wrap #gnb{width:750px;}
	}

	@media screen and (max-width:1024px){
		#header #gnb-wrap .bt-mn,#header.fixed #gnb-wrap .bt-mn{width:70px;}
		#gnb,#header.fixed #gnb-wrap #gnb{width:680px;margin:0 100px 0 200px;}

	}

	@media screen and (max-width:980px){
		#header{top:0px;}
		#header .bt-menu{display:block;}
		#header .head-top{display:none;}
		#header.fixed{position:fixed;top:0;}
		#header #gnb-wrap{position:relative;margin:0 auto;width:100%;height:65px;background:#192354;}
		#header #gnb-wrap:before{height:65px;border:none;}
		.mbg{top:65px;}
		#header #gnb-wrap h1.logo{margin:5px 0 0 20px;}
		#header.fixed .bt-menu:before{border-top:#000 2px solid;border-bottom:#000 2px solid;}
		#header.fixed .bt-menu:after{background-color:#000;}
		#header #gnb-wrap .bt-mn{position:absolute;top:50%;right:15px;margin-top:-9px;margin-right:0;line-height:19px;display:block;width:86px;color:#fff;font-size:12px;text-transform:uppercase; text-align:left; cursor:pointer;}
		#header #gnb-wrap .bt-mn,#header.fixed #gnb-wrap .bt-mn,#gnb{display:none;}
	}

	@media screen and (max-width:640px){
	}

	@media screen and (max-width:480px){
		#back-top{bottom:50px;width:40px;height:40px;}
		.mbg{top:50px;}
		#header #gnb-wrap{height:50px;}
		#header #gnb-wrap:before{height:50px;}
		#header #gnb-wrap h1.logo{margin:5px 0 0 5px;}
		#header #gnb-wrap h1.logo > a,#header.fixed #gnb-wrap h1.logo > a{width:110px;height:32px;background-size:110px 32px;}
		#header .bt-menu{width:25px;height:20px;right:10px;}
		#header .bt-menu:before{height:20px;}
		.m_lmenu{top:50px;}
		.m_lmenu .inner .lm-hd > li{font-size:18px;padding:10px 0;}
		.m_lmenu .left_menu > li > a{line-height:40px;font-size:17px;padding:0 10px;}
		.m_lmenu .left_menu > li >a:before{right:20px;}
		.m_lmenu .left_menu > li.on >a:before{right:20px;}
		.m_lmenu .left_menu > li > ul{padding:10px 0;}
		.m_lmenu .left_menu > li > ul > li > a{line-height:30px;padding:0 10px;font-size:14px;}
	}


/******************************* footer *******************************/

	#footer{clear:both;position:relative;background:#02041f;text-align:center;}
	#footer .footer-top{padding:10px 0;border-bottom:1px solid #10133c;}
	#footer .footer-top a{position:relative;}
	#footer .footer-top a span{color:#777;font-size:14px;padding:0 15px;}
	#footer .footer-top a:before{content:'';position:absolute;top:50%;left:0;margin-top:-4px;width:1px;height:10px;background:#444;}
	#footer .footer-top a:first-child:before{content:none;}
	#footer .footer-top a:hover span{color:#ddd;}
	#footer .footer-cont{padding:50px 0;}
	#footer .footer-cont .footer-logo{display:block;}
	#footer .footer-cont address{padding:30px 0;}
	#footer .footer-cont address span{position:relative;font-size:13px;color:#555;font-style:normal;padding:0 10px;}
	#footer .footer-cont address span:before{content:'/';position:absolute;top:2px;left:0;font-size:9px;color:#444;}
	#footer .footer-cont address span:first-child:before{content:none;}
	#footer .footer-cont .copyright{font-size:13px;color:#555;padding:20px 0;border-top:1px solid #10133c;}

	@media screen and (max-width:640px){
		#footer .footer-cont{padding:30px 0;}
		#footer .footer-cont .footer-logo{width:120px;margin:0 auto;}
		#footer .footer-cont .footer-logo img{width:100%;}
		#footer .footer-top a span{font-size:13px;}
		#footer .footer-cont address{padding:20px;}
		#footer .footer-cont address br{display:none;}
		#footer .footer-cont .copyright{font-size:12px;padding:10px 0 0 0;}
	}

	@media screen and (max-width:480px){
		#footer .footer-cont{padding:15px 0;}
		#footer .footer-cont .footer-logo{width:100px;}
		#footer .footer-cont address span,#footer .footer-top a span{font-size:12px;}
		#footer .footer-cont .copyright{font-size:11px;}
	}

















