@charset "utf-8";
/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
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:"Nanum Gothic", sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#353535;}
body{font-family:"Nanum Gothic", sans-serif; font-size:14px; font-weight:normal; color:#353535;}
*, *: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:"Nanum 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:#509591;}
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:#27353d;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:1200px;}

#header{z-index:1000; position:absolute; top:0; left:0; width:100%; background:#fff; box-shadow:0 2px 10px rgba(0,0,0,0.25);}
#header > div{padding:0 20px; margin:0 auto; width:1200px; box-sizing:border-box; height:90px;}

#L_SITE_LOGO{float:left;}
#L_SITE_LOGO h1{font-size:0; line-height:0;}
#L_SITE_LOGO a{line-height:90px;}
#L_SITE_LOGO img{vertical-align:middle;}

#menuArea{float:right;}

@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
	#header > div{width:100%;}
}

@media only screen and (max-width: 980px){
	#header > div{height:65px;}

	#L_SITE_LOGO a{display:block; line-height:65px;}
	#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:50px;}
	#L_SITE_LOGO img{width:130px;}
}


/* Login (로그인 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 980px) {
	.login-menu{padding-top:20px;}

	.login-menu ul{text-align:right; line-height:0; font-size:0;}
	.login-menu li{display:inline-block; margin-left:10px; padding-left:10px; border-left:1px solid #bbb; line-height:8px; font-size:10px;}
	.login-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
	.login-menu li a{line-height:8px; font-size:10px;}
}
@media only screen and (max-width: 980px) {
	.login-menu ul{margin:0 -5px; padding:50px 10px 10px; text-align:center;}
	.login-menu ul:after{content:""; display:block;	clear:both;}
	.login-menu li{float:left; margin:0 5px; width:calc(33.33% - 10px);}
	.login-menu li a{display:block; padding:8px 5px; text-align:center; width:100%; line-height:1; font-size:13px; color:#fff; border:1px solid #aaa; box-sizing:border-box;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:11000;}

.m-menu-open, .m-menu-close, .gnb-bg{display:none;}

.navigation .menu-item > a{display:block; text-transform:uppercase; font-weight:bold; font-size:14px; color:#666;}

.sub-menu{display:none;}

@media only screen and (min-width: 981px){
	#gnb{display:block;}

	.navigation{margin-top:25px;}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{position:relative; float:left; margin-left:70px;}
	.navigation .menu-item:first-child{margin-left:0;}
	.navigation .menu-item > a{ padding-bottom:23px; line-height:1;}
	.navigation .menu-item:hover > a, .navigation .menu-item:active > a{color:#509591;}

	.sub-menu{position:absolute; left:50%; margin-left:-100px; min-width:200px; border-top:2px solid #509591; border-bottom:2px solid #509591;}
	.sub-menu li{text-align:center; line-height:35px; border-top:1px solid #509591;}
	.sub-menu li:first-child{border-top:0;}
	.sub-menu li a{position:relative; display:block; padding:0 15px; width:100%; box-sizing:border-box; text-align:center; line-height:35px; font-size:14px; color:#666; background:#fff;}
	.sub-menu li a:hover, .sub-menu li a:active{color:#fff; background:#677177;}
	.sub-menu li a:hover:after, .sub-menu li a:active:after{position:absolute; top:12px; right:-10px; content:""; display:block; width:0; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; border-left:10px solid #677177;}
}
@media only screen and (max-width: 1200px){
	.sub-menu ul{margin:0 auto; width:100%;}
}
@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:#27353d;}

	.m-menu-open{display:block; position:absolute; top:50%; right:20px; margin-top:-17.5px; padding:9px 8px; width:40px; height:35px; cursor:pointer; border-radius:5px; background:#27353d;}
	.m-menu-open span{display:block; margin-top:4px; width:24px; height:3px; background:#fff;}
	.m-menu-open span:first-child{margin-top:0;}

	.m-menu-close{z-index:1000; display:block; position:absolute; top:15px; right:20px; width:35px; height:35px; cursor:pointer;}
	.m-menu-close span{position:absolute; top:50%; left:3px; display:block; width:30px; height:3px; background:#fff; transform:rotate(45deg);}
	.m-menu-close span:first-child{transform:rotate(-45deg);}

	.navigation{border-top:1px solid #5d7482;}
	.navigation .menu-item > a{padding:0 20px; width:100%; line-height:45px; font-size:15px; transition:none; border-bottom:1px solid #5d7482; color:#fff;}
	.navigation .menu-item.on > a{background:#509591;}

	.sub-menu{width:100%; background:#39454c;}
	.sub-menu li{border-bottom:1px solid #4c5a63;}
	.sub-menu li a{display:block; padding:0 20px; line-height:40px; font-size:13px; color:#fff;}
	.sub-menu li a:before{display:inline-block; content:""; position:relative; top:-4px; margin-right:7px; width:5px; height:1px; background:#fff;}

	.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{margin-top:-15px; right:10px; padding:8px; width:35px; height:30px;}
	.m-menu-open span{width:20px; height:2px;}

	.m-menu-close{top:10px; right:10px; width:30px; height:30px;}
	.m-menu-close span{left:2px; width:25px; height:2px;}
}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{font-family:"Nanum 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:#509591; border-color: #509591; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color: #447774; border-color: #447774; 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: #509591;}

@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; letter-spacing:0; word-break:keep-all;}

.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;}

@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 (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual{padding-top:90px;}

.carousel-inner > .item{height:750px;}
.carousel-inner > .main-img01{background:url('/images/kor09r-17-0380/main/mainvisual-01.jpg') no-repeat center center/cover;}
.carousel-inner > .main-img02{background:url('/images/kor09r-17-0380/main/mainvisual-04.jpg') no-repeat center center/cover;}
.carousel-inner > .main-img03{background:url('/images/kor09r-17-0380/main/mainvisual-03.jpg') no-repeat center center/cover;}

.main-visual .carousel-caption{top:35%; left:0; right:0; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); width:100%; text-shadow:none; color:#fff;}
.main-visual .carousel-caption p{font-family:'Nanum Square';}
.main-visual .carousel-caption .slogan{line-height:1.4; font-size:48px; letter-spacing:-0.5px; white-space:pre-line;}

.main-visual .more-btn{display:block; margin:50px auto 0; width:180px; height:50px; text-align:center; font-family:'Nanum Square'; line-height:50px; font-size:18px; border:1px solid #fff;}
.main-visual .more-btn:hover, .main-visual .more-btn:active{color:#fff; background:rgba(255,255,255,0.2);}

.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;}

@media screen and (max-width:1200px){
	.carousel-indicators{left:0; margin-left:0; width:100%;}
}
@media screen and (min-width:768px){
	.carousel-indicators{bottom:25px; margin-left:-600px; width:1200px;}
	.carousel-indicators li{position:relative; float:left; display:block; margin:0 0 0 1px; box-sizing:border-box; width:calc(33.33% - 1px); height:20px; font-family:'Nanum Square'; line-height:20px; font-size:20px; color:#fff; text-indent:0; border:0; border-radius:0; background:rgba(39,53,61,0.5);}
	.carousel-indicators li:first-child{margin:0;}
	.carousel-indicators li:before{content: ""; position:absolute; top:-25px; left:0; width:100%; height:0; border-bottom:25px solid rgba(39,53,61,0.5); border-right:30px solid transparent;}
	.carousel-indicators li:after{content: ""; position:absolute; bottom:-25px; left:0; width:100%; height:25px; background:rgba(39,53,61,0.5);}
	.carousel-indicators li.active{margin:0 0 0 1px; width:calc(33.33% - 1px); height:20px; background:#27353d;}
	.carousel-indicators li.active:first-child{margin:0;}
	.carousel-indicators li.active:before{border-bottom:25px solid #27353d;}
	.carousel-indicators li.active:after{background:#27353d;}
	.carousel-indicators li span{display:inline-block; padding-left:5px; margin-left:5px; font-weight:bold; border-left:2px solid #fff;}
}
@media screen and (max-width:1200px){
	.carousel-indicators{margin-left:0; width:100%;}
}
@media screen and (max-width:980px){
	.main-visual{padding-top:65px;}
	.carousel-inner > .item{height:600px;}

	.main-visual .carousel-caption .slogan{font-size:40px;}	

	.main-visual .more-btn{margin-top:30px;}
}
@media screen and (max-width:768px){
	.main-visual{padding-top:50px;}

	.carousel-inner > .item{height:400px;}

	.main-visual .carousel-caption{padding:0 10px; box-sizing:border-box;}
	.main-visual .carousel-caption .slogan{font-size:25px;}
	.main-visual .carousel-caption .slogan + p{margin-top:15px; font-size:16px;}
	.main-visual .more-btn{width:140px; height:40px; line-height:40px; font-size:16px;}

	.carousel-indicators li{width:45px; height:7px; border:1px solid #27353d; border-radius:20px;}
	.carousel-indicators li.active{width:45px; height:7px; background:#27353d;}
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents{padding:65px 0; margin:0 auto; width:1200px;}
.main-contents ul:after{content:""; display:block; clear:both;}
.main-contents li{float:left; margin-right:30px; width:calc(33.33% - 20px); background:#f6f5f3;}
.main-contents li:nth-child(3n){margin-right:0;}

.main-contents .img-frame{position:relative; padding-bottom:52%; width:100%; min-height:380px; overflow:hidden;}
.main-contents .img-frame img{position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; width:100%; transition:all 0.3s ease;}
.main-contents .img-frame:hover img{transform:scale(1.05);}

.main-contents .txt-frame{padding:20px;}
.main-contents li h3{font-family:'Nanum Square'; font-weight:bold; line-height:1; font-size:20px; color:#222;}
.main-contents li p{margin:10px 0 20px; letter-spacing:-1px; font-size:17px; word-break:break-all; color:#555;}

.main-contents .more-btn{position:relative; display:block; width:100%; height:60px; line-height:60px; text-align:center; text-transform:uppercase; font-size:17px; color:#fff;}
.main-contents li:nth-child(1) .more-btn{background:#649550;}
.main-contents li:nth-child(2) .more-btn{background:#509591;}
.main-contents li:nth-child(3) .more-btn{background:#507595;}
.main-contents .more-btn:after{position:absolute; top:0; left:0; content:""; width:100%; height:60px; background:rgba(255,255,255,0.1); opacity:0; transition:all 0.3s ease;}
.main-contents .more-btn:hover:after, .main-contents .more-btn:active:after{opacity:1;}

@media screen and (max-width:1200px){
	.main-contents{padding:65px 20px; width:100%;}
}
@media screen and (max-width:980px){
	.main-contents li p{min-height:72px;}
}
@media screen and (max-width:768px){
	.main-contents{padding:40px 0;}

	.main-contents li{float:none; margin:20px 10px 0; width:calc(100% - 20px);}
	.main-contents li:first-child{margin-top:0;}

	.main-contents .img-frame{padding-bottom:35%;}
	.main-contents li p{min-height:0; font-size:15px;}
	.main-contents .more-btn{height:40px; line-height:40px; font-size:15px;}
}