@charset "utf-8";
/* Font */
@import url(font.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1280px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0; font-family:"Malgun Gothic", sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#0e0e0e;}
body{font-family:"Malgun Gothic", sans-serif; font-size:14px; font-weight:normal; color:#0e0e0e; letter-spacing:-0.02em;}
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{font-family:"Malgun Gothic", sans-serif; color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out;}
a:hover, a:focus ,a:active{text-decoration:none; color:#2542af;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}

@media only screen and (min-width: 320px){
	body{overflow-x:hidden;}
}

.hidden{font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(/images/basic_resp/img/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top{width:40px; height:40px; position:fixed; bottom:10px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#2542af;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:1280px;}

#header{z-index:1000; /*position:absolute;*/position:relative;  top:0; left:0; width:100%; background:rgba(255, 255, 255, 0.93);}
#header > div{padding:0 20px; margin:0 auto; width:1280px; box-sizing:border-box; height:106px;}

#L_SITE_LOGO{float:left;}
#L_SITE_LOGO a{line-height:96px;}
#L_SITE_LOGO img{vertical-align:middle;}

#menuArea{float:right;}

@media only screen and (max-width: 1280px){
	#wrapper{min-width:320px;}
	#header > div{width:100%;}
}

@media only screen and (max-width: 980px){
	#header{position:static; background:#fff;}
	#header > div{padding:0 20px; height:65px;}

	#L_SITE_LOGO a{display:block; line-height:55px;}
	#L_SITE_LOGO img{width:56px;}

	#menuArea{float:none; width:100%; height:100%;}
}

@media only screen and (max-width: 767px){
	#header > div{padding:0 10px; height:50px;}

	#L_SITE_LOGO a{line-height:40px;}
	#L_SITE_LOGO img{width:48px;}
}


/* Login (로그인 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.login-menu{padding-top:10px;}

.login-menu ul{text-align:right;}
.login-menu li{display:inline-block; margin-left:10px; padding-left:10px; border-left:1px solid #bbb; line-height:10px;}
.login-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.login-menu li a{font-size:12px; line-height:10px;}

@media only screen and (max-width: 980px) {
	.login-menu{padding:0;}

	.login-menu ul{padding:20px 10px 10px; text-align:center;}
	.login-menu ul:after{content:""; display:block;	clear:both;}
	.login-menu li{float:left; display:block; margin:0 5px; padding:0; width:calc(33.33% - 10px); border:0;}
	.login-menu li:first-child{margin:0 5px;}
	.login-menu li a{display:block; padding:8px 5px; width:100%; border:1px solid #ddd; box-sizing:border-box; line-height:1;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:11000;}

.m-menu-open, .m-menu-close, .gnb-bg{display:none;}

.navigation{margin-top:30px;}
.navigation:after{content:""; display:block; clear:both;}
.navigation .menu-item{position:relative; float:left; margin-left:90px;}
.navigation .menu-item:first-child{margin-left:0;}
.navigation .menu-item > a{display:block; padding-bottom:21px; font-family:"Nanum Square"; font-size:18px; font-weight:bold; color:#565555;}
.navigation .menu-item.on > a{color:#000;}

.sub-menu{display:none; position:absolute; top:46px; left:50%; margin-left:-100px; min-width:200px; background:#FFF; border-top:1px solid #2542af; border-bottom:2px solid #2542af; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.sub-menu li a{display:block; padding:0 18px; width:100%; height:40px; font-family:"Malgun Gothic"; font-size:14px; box-sizing:border-box; line-height:40px; border-top:1px solid #b0c0d3; color:#595959;}
.sub-menu li:first-child a{border-top:0;}
.sub-menu li a:hover{color:#fff; background:#2542af;}

@media only screen and (min-width: 980px){
	#gnb{display:block;}
	.navigation .menu-item:hover > a, .navigation .menu-item:active > a{color:#000;}
	.navigation .menu-item.on > a:after, .navigation .menu-item:hover > a:after, .navigation .menu-item:active > a:after{position:absolute; bottom:0; content:""; display:block; width:100%; height:4px; background:#2542af;}
}

@media only screen and (max-width: 980px){
	#gnb{display:none; position:fixed; top:0; right:0; padding-top:50px; width:80%; height:100%; box-sizing:border-box; background:#fff;}

	.m-menu-open{display:block; position:absolute; top:20px; right:20px; cursor:pointer;}
	.m-menu-close{z-index:1000; display:block; position:absolute; top:17px; right:15px; cursor:pointer;}

	.navigation{margin-top:0;}
	.navigation .menu-item{float:none; margin:0;}
	.navigation .menu-item > a{padding:0 25px; width:100%; line-height:40px; font-size:17px; transition:none; border-bottom:1px solid #b0c0d3; background:url('/images/kor06r-17-0370/common/navi_arrow2.png') no-repeat 95% center; color:#000;}
	.navigation .menu-item:first-child > a{border-top:1px solid #b0c0d3;}
	.navigation .menu-item.on > a{background:#2542af url('/images/kor06r-17-0370/common/navi_arrow.png') no-repeat 95% center; color:#fff;}

	.sub-menu{position:static; margin-left:0; padding:10px 0; min-width:auto; width:100%; border:0; border-bottom:1px solid #b0c0d3; background:#f9f9f9;}
	.sub-menu li a{padding:0 25px; font-weight:bold; border-top:0;}
	.sub-menu li.on a{text-decoration:underline; color:#025dc4;}
	.sub-menu li a:hover{text-decoration:underline; color:#025dc4; background:none;}

	.gnb-bg{z-index:10000; display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
}

@media only screen and (max-width: 767px){
	.m-menu-open{top:15px; right:10px;}
	.m-menu-open img{width:24px;}
}



/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{font-family:"Malgun Gothic", sans-serif; text-transform:uppercase; border-radius:0; line-height:24px;}
.btn:focus, .btn:active{outline:none; color:#fff;}

.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#003aaf; border-color: #003aaf; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color: #00208e; border-color: #00208e; color:#fff;}

.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
.btn-bar a{margin-right:10px;}

.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:3px; height:38px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #003aaf;}

@media only screen and (max-width: 980px) {

}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{padding:25px 0px; width:100%; background:#39373a; color:#bfbfbf;}
.footer-area{margin:0 auto; padding:0 5%; width:1200px; box-sizing:border-box; text-align:center;}
#footer p, #footer li{font-size:13px; letter-spacing:0;}

.footer-menu{margin:0 auto 1em;}
.footer-menu li{display:inline-block; margin-left:10px;	padding-left:10px; line-height:11px;border-left:1px solid #bfbfbf; color:#bfbfbf;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li a{line-height:8px; font-size:12px; color:#bfbfbf;}

.footer-info{text-align:center;	margin-bottom:10px; word-break:keep-all;}
.footer-info span{color:#bfbfbf; font-size:12px; position:relative; top:-2px;}
.footer-info a:hover{color:#2d9eff;}
#footer p a:hover{color:#2d9eff;}

@media only screen and (max-width:1200px) {
	.footer-area{width:100%;}
	.footer-info br{display:none}
}

@media only screen and (max-width:768px) {
	.footer-area{padding:0 20px; box-sizing:border-box;}
	#footer p, #footer li{font-size:12px;}
}

@media only screen and (max-width:480px) {
	.footer-area{padding:0 10px;}
}






/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#home{z-index:888; position:relative; width:100%; height:830px; text-align:center;}
.home-bg{position: absolute; top:0; right:0; bottom:0; left:0; background:url(/images/kor06r-17-0370/main/main_visual01.jpg) no-repeat center bottom/cover;}
.home_header-content{padding:0 20px; margin:0 auto; width:1280px; box-sizing:border-box; text-align:left; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); position:absolute; top:22%; left:0; right:0;}

.home_header-content > p{font-family:'Nanum Square'; font-size:30px; color:#fff; letter-spacing:-1px;  text-shadow:0 0 10px rgba(0,0,0,0.9)}
.home_header-content .main-title{margin-top:20px; line-height:1.2;  font-weight:bold; font-size:54px;}
.home_header-content .company{font-family: "Noto Serif KR", serif; font-weight:600; font-size:36px; margin-top:20px;}

.home_header-content .more-btn{display:inline-block; margin-bottom:20px; width:40px; height:40px; text-align:center; line-height:32px; border:2px solid rgba(255,255,255,0.3);}
.home_header-content .more-btn img{width:16px;}

@media only screen and (max-width: 1280px) {
	#home{height:680px;}
	.home_header-content{width:100%;}
}

@media only screen and (max-width: 980px) {
	#home{height:500px;}
	.home_header-content{padding:0 30px; box-sizing:border-box;}

	.home_header-content > p{font-size:23px;}
	.home_header-content .main-title{font-size:38px; margin-top:10px;}
	.home_header-content .company{font-size:26px;}

	.home_header-content .more-btn{margin-bottom:15px; width:30px; height:30px; line-height:24px;}
	.home_header-content .more-btn img{width:12px;}
}

@media only screen and (max-width: 768px) {
	#home{height:400px;}
	.home_header-content{top:24%;}
	.home-bg{background-position:center center;}
	.home_header-content .more-btn{display:none}
}
@media only screen and (max-width: 620px) {
	#home{height:250px;}
	.home_header-content > p{font-size:14px;}
	.home_header-content > p:first-child{ font-family:"Malgun Gothic", sans-serif;}
	.home_header-content .main-title{font-size:21px; margin-top:6px; letter-spacing:0}
	.home_header-content .company{font-size:17px; margin-top:10px;}
	.home_header-content .more-btn{margin-bottom:10px; width:22px; height:22px; line-height:16px; border:1px solid #8c8da4;}
	.home_header-content .more-btn img{width:10px;}
}






/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents{z-index:999; position:relative; /*top:-150px; margin:0 auto -150px; */ margin:0 auto; display:table; width:1280px;}
.main-contents > div{position:relative; float:left; padding:50px; width:50%; box-sizing:border-box;}
.main-contents h3{margin-bottom:50px; font-family:"Nanum Square"; font-weight:bold; font-size:28px;}
.main-contents h3 img{margin:-2px 10px 0 0;}

.main-contents .more-btn{position:absolute; top:50px; right:50px; display:inline-block; padding:7px 15px; line-height:1; font-size:12px; border:1px solid #898989; color:#05111f;}
.main-contents .more-btn span{color:#a7a7a7;}
.main-contents .right-main-box .more-btn{color:#fff; border-color:#fff;}

.left-main-box{background:#f9fcff;}
.left-main-box h3{color:#111213;}
.left-main-box dl{display:table;}
.left-main-box dt{display:table-cell; padding:10px 0; width:200px; vertical-align:middle; font-family:"Nanum Square"; line-height:1.2; letter-spacing:20px; font-weight:bold; font-size:18px; color:#000;}
.left-main-box dd{display:table-cell; padding:10px 0 10px 20px; width:calc(100% - 220px); vertical-align:middle; line-height:1.2; text-align:left; font-size:16px; color:#5a5a5a; border-left:2px solid #465ace; word-break:keep-all;}

.right-main-box{margin-top:45px; background:#2542af; color:#fff;}
.right-main-box .inner{text-align:center}
.right-main-box .inner p{margin-top:40px; font-family:"Nanum Square"; font-size:18px;  color:#fff; line-height:1.4; word-break:keep-all;}

@media only screen and (max-width: 1280px) {
	.main-contents{width:100%;}
	.left-main-box dt{width:180px; letter-spacing:10px;}

	.right-main-box{margin-top:59px;}
}

@media only screen and (max-width: 980px) {
	.main-contents{/*top:-50px; margin:0 auto -50px;*/}
	.main-contents > div{padding:30px;}
	.main-contents h3{margin-bottom:25px; font-size:20px;}
	.main-contents h3 img{margin:-3px 8px 0 0; width:14px;}

	.main-contents .more-btn{display:block; position:static; top:0; right:0; margin-top:20px; padding:10px; width:100%; box-sizing:border-box; text-align:center;}

	.left-main-box dt{width:120px; font-family:"Malgun Gothic"; letter-spacing:5px; font-size:15px;}
	.left-main-box dd{width:calc(100% - 130px); font-size:13px;}

	.right-main-box{margin-top:45px;}
	.right-main-box .inner p{font-family:"Malgun Gothic"; font-size:15px;  line-height:1.3;}
}
@media only screen and (max-width: 768px) {
	.main-contents{position:static; top:0; margin:0; display:block; width:100%;}
	.main-contents > div{float:none; width:100%;}

	.right-main-box{margin-top:0;}
	.right-main-box .inner img{width:120px}
	.right-main-box .inner p br{display:none}
}


		