@charset "utf-8";
/* Font */
@import url(./font.css);

/* 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: 'Pretendard', sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#0e0e0e;}
body{font-family: 'Pretendard', 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: 'Pretendard', 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; 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:106px;}
#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:60px;}
	#L_SITE_LOGO img{width:160px;}

	#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:130px;}
}


/* 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: 'Pretendard'; 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: 'Pretendard', 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:#fff;}
.footer-area{margin:0 auto; padding:0 10%; width:1200px; box-sizing:border-box; text-align:center;}
#footer p, #footer li{font-size:12px; line-height:16px; letter-spacing:0;}

.footer-menu{margin:0 auto 1em;}
.footer-menu li{display:inline-block; margin-left:10px;	padding-left:10px; line-height:8px;	border-left:1px solid #fff; color:#fff;}
.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:#fff;}

.footer-info{text-align:center;	margin-bottom:10px;}
.footer-info span{color:#fff;}
.footer-info a:hover{color:#2d9eff;}
#footer p a:hover{color:#2d9eff;}

@media only screen and (max-width:1200px) {
	.footer-area{width:100%;}
}

@media only screen and (max-width:767px) {
	.footer-area{padding:0 20px; box-sizing:border-box;}
}

@media only screen and (max-width:480px) {
	.footer-area{padding:0 10px;}
}


/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.carousel-inner > .item{height:800px}
.carousel-inner > .item.main-img01{background:url("/images/kor06r-17-0370/main/main_visual1.jpg") no-repeat center bottom/cover}
.carousel-inner > .item.main-img02{background:url("/images/kor06r-17-0370/main/main_visual2.jpg") no-repeat center bottom/cover}
.carousel-inner > .item.main-img03{background:url("/images/kor06r-17-0370/main/main_visual3.jpg") no-repeat center bottom/cover}

.main-visual .carousel-caption{top:48%;left:0;right:auto;bottom:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center;text-shadow:none;width:100%;}
.main-visual .carousel-caption .slogan{display:block;color:#fff;width:100%;max-width:1200px;margin:0 auto;}
.main-visual .carousel-caption p{display:block;font-size:55px;white-space:pre-line;line-height:1.2; font-weight:300; letter-spacing:-2px; word-break:keep-all;}
.main-visual .carousel-caption p strong {font-weight:700;}
 .main-visual .carousel-caption p br {display:none}	
	
.main-visual .carousel-control{background:none;text-shadow:none}
.main-visual .carousel-control, .main-visual .carousel-control:focus, .main-visual .carousel-control:hover{opacity:1}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{width:85px;height:85px;right:20%}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{width:85px;height:85px;left:20%}
.main-visual .glyphicon-chevron-left:before, .main-visual .glyphicon-chevron-right:before{content:"";display:block;width:85px;height:85px;border:1px solid #fff}
.main-visual .glyphicon-chevron-left:before{background:url("/images/kor05r-18-0411/main/prev_btn.png") no-repeat center center}
.main-visual .glyphicon-chevron-right:before{background:url("/images/kor05r-18-0411/main/next_btn.png") no-repeat center center}
.carousel-indicators{bottom:20%}
.carousel-indicators li{margin:5px;width:15px;height:15px;background:none;border:0;border:3px solid #fff;border-radius:0;}
.carousel-indicators .active{margin:5px;width:30px;height:15px;background:#fff;box-sizing:border-box}
 

@media screen and (min-width:1921px){
	.carousel-inner > .item{height:900px}

}
@media screen and (max-width:1200px){
    .main-visual .carousel-caption{padding:0 20px;}
    .main-visual .carousel-caption p{font-size:45px;}
    .footer-area{padding:0 20px;}
    .carousel-indicators{bottom:17%}
    .carousel-control{display:none;}
}

@media screen and (min-width:980px){
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next, .carousel-control .icon-prev{margin-top:-42.5px}
}

@media screen and (max-width:980px){
    
    .carousel-inner > .item{height:680px}
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{width:60px;height:60px}
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{margin-top:-30px}
    .main-visual .glyphicon-chevron-left:before, .main-visual .glyphicon-chevron-right:before{width:60px;height:60px;background-size:16px}
    .main-visual .carousel-caption{padding:0 20px;}
    .main-visual .carousel-caption p{font-size:40px;} 
}

@media screen and (max-width:767px){
    .carousel-inner > .item{height:450px}
    .carousel-indicators{bottom:30px}
    .main-visual .carousel-caption p br {display:block}	
    .main-visual .glyphicon-chevron-left:before, .main-visual .glyphicon-chevron-right:before{width:40px;height:40px;background-size:12px}

}
@media screen and (max-width:480px){
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents{z-index:999; position:relative; top:-150px; margin:0 auto -150px; 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 ul.extract-board {}
.left-main-box .extract-title {color:#666;}
.left-main-box .extract-board .extract-article .extract-content .extract-title-arrow {color:#666;}

.right-main-box{margin-top:45px; background:#2542af; color:#fff;}

@media only screen and (max-width: 1280px) {
	.main-contents{width:100%;}

	.left-main-box dt{width:160px; letter-spacing:20px;}

	.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:110px; font-family: 'Pretendard'; letter-spacing:10px; font-size:15px;}
	.left-main-box dd{width:calc(100% - 130px); font-size:13px;}

	.right-main-box{margin-top:45px;}
}
@media only screen and (max-width: 767px) {
	.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;}
}


		