@charset "utf-8";
/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 981px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
html{height:100%;}
body{height:100%; font-family:'Nanum Gothic', sans-serif; font-size:16px; font-weight:normal; color:#666;}
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:#666;}
*, *: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{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:#aec213;*/}
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:#494949;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:320px; width:100%; height:100%;}
#header{position:fixed; width:200px; min-width:200px; height:100%; vertical-align:top; background:#494949;}
#L_SITE_LOGO{padding:40px 0; text-align:center;}

#container{padding-left:200px; width:100%; height:100%; box-sizing:border-box;}

@media only screen and (max-width: 980px){
	#header{position:static; width:100%; height:65px; min-width:auto;}
	#L_SITE_LOGO{padding:5px 0;}
	#L_SITE_LOGO img{width:56px;}

	#container{padding-left:0; width:100%; height:auto;}
}
@media only screen and (max-width: 767px){
	/*#header{height:50px;}
	#L_SITE_LOGO{padding:5px 0;}
	#L_SITE_LOGO img{width:56px;}*/
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:11000;}

.m-menu-open, .m-menu-close, .gnb-bg{display:none;}

.navigation:after{content:""; display:block; clear:both;}
.navigation .menu-item{position:relative;}
.navigation .menu-item > a{display:block; padding:0 20px; width:100%; height:50px; font-family:'Nanum Square'; font-size:18px; line-height:46px; box-sizing:border-box; color:#fff; border-top:1px solid #646464; background:url('/images/kor02r-17-0377/common/navi_arrow.gif') no-repeat 169px center;}
.navigation .menu-item:last-child > a{border-bottom:1px solid #646464;}
.navigation .menu-item.on > a{font-weight:bold; color:#ffe074; background:url('/images/kor02r-17-0377/common/navi_arrow2.gif') no-repeat 169px center;}

.sub-menu{z-index:11000; display:none; width:100%; background:#e09d00;}
.sub-menu li a{display:block; padding:0 18px; width:100%; height:40px; font-size:14px; box-sizing:border-box; line-height:40px; background:#e09d00; color:#fff; border-top:1px solid #e4c270;}
.sub-menu li:first-child a{border-top:0;}
.sub-menu li a:hover, .sub-menu li a:active{background:#c58a00;}

@media only screen and (min-width: 980px){
	#gnb{display:block !important;}
	.navigation .menu-item:hover > a, .navigation .menu-item:active > a{font-weight:bold; color:#ffe074; background:url('/images/kor02r-17-0377/common/navi_arrow2.gif') no-repeat 169px center;}
}
@media only screen and (max-width: 980px){
	#gnb{display:none; position:fixed; top:0; right:0; padding-top:80px; width:40%; height:100%; box-sizing:border-box; background:#494949;}

	.m-menu-open{display:block; position:absolute; top:20px; right:20px; width:24px; cursor:pointer;}
	.m-menu-open img{width:100%;}
	.m-menu-close{z-index:1000; display:block; position:absolute; top:17px; right:15px; width:20px; cursor:pointer;}
	.m-menu-close img{width:100%;}

	.navigation .menu-item{float:none; width:100%; text-align:left;}
	.navigation .menu-item > a{padding:0 20px; width:100%; height:50px; line-height:50px; font-size:17px; transition:none; background-position:95% center;}
	.navigation .menu-item:hover > a, .navigation .menu-item:active > a{line-height:50px; font-weight:bold; background-position:95% center;}
	.navigation .menu-item.on > a{background-position:95% center;}

	.sub-menu{position:static; padding:10px 0; min-width:auto;}
	.sub-menu li a{padding:0 25px; font-size:14px; color:#fff;}

	.gnb-bg{z-index:10000; display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6);}
}
@media only screen and (max-width: 767px){
	#gnb{width:80%;}
	.m-menu-open{/*top:14px;*/ right:10px;}
}



/* Login (로그인 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.login-menu{padding:30px 10px; text-align:center;}
.login-menu h2{font-family:'Nanum Square'; line-height:1.3; font-size:18px; color:#fff; letter-spacing:-1px}
.login-menu h2 + p{font-family:'Nanum Square'; font-size:25px; font-weight:bold; color:#ffe074;}
.login-menu .time{font-family:'Nanum Square'; line-height:1.4; font-size:18px; color:#fff; margin:7px 0 15px 0}
.login-menu a:hover{color:#ffe074;}
.login-menu ul{margin-bottom:15px;}
.login-menu ul:after{content:""; display:block; clear:both;}
.login-menu li{float:left; margin-left:10px; width:calc(50% - 5px); text-align:center;}
.login-menu li:first-child{margin-left:0;}
.login-menu li a{display:inline-block; padding:5px; width:100%; box-sizing:border-box; font-size:13px; line-height:1; line-height:1; background:#969595; border:1px solid #969595; border-radius:5px; color:#fff;}
.login-menu li a:hover, .login-menu li a:active{background:none;}

.go-blog{display:block; margin:0 auto; width:134px; height:43px; line-height:43px; background:#45b337; border-radius:5px; color:#333; font-family:'Nanum Square'; font-weight:900; font-size:19px; letter-spacing:-0.03em;}
.go-blog span{color:#fff; font-weight:700;}
/*.go-blog:hover{background:#45b337; color:#333 !important; border:1px solid #45b337;}*/
.go-blog:hover{color:#333 !important;}

@media only screen and (max-width: 980px) {
	.login-menu h2 + p{}
	.login-menu li a{padding:10px; font-size:16px;}
}



/* 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:#aec213; border-color: #aec213; 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: #aec213;}

@media only screen and (max-width: 980px) {

}



/* Main Visual (메인 비주얼 이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual{position:relative; height:800px; width:100%; background:url('/images/kor02r-17-0377/main/main_visual.jpg') no-repeat center bottom/cover;}

.visual-caption{position:absolute; top:10%; width:100%; text-align:center;}

.intro-title{margin-bottom:10px; font-weight:bold; font-size:75px; font-family:'Nanum Square'; color:#fff; text-shadow: 0 0 10px rgba(43,26,0,0.7);}
.intro-text{font-size:30px; font-family:'Nanum Square'; color:#fff; text-shadow: 0 0 10px rgba(43,26,0,0.7);}
.intro-text strong{font-weight:normal; color:#fdc503;}

.visual-banner{position:absolute; bottom:50px; padding:0 10%; left:0; right:0;}
.visual-banner .inner{width:100%;}
.visual-banner .inner ul{margin:0 -30px;}
.visual-banner .inner ul:after{content:""; display:block; clear:both;}
.visual-banner .inner li{float:left; text-align:center; margin:0 30px; width:calc(33.33% - 60px); word-break:keep-all; padding:40px 10px; background:rgba(255,255,255,0.6);}
.visual-banner .inner li h3{font-size:26px; font-family:'Nanum Square'; color:#000; font-weight:bold; letter-spacing:-0.03em; line-height:1.4; margin-bottom:15px;}
.visual-banner .inner li p{font-size:21px; font-family:'Nanum Square'; color:#000; letter-spacing:-0.03em; line-height:1.4; margin-bottom:30px;}
.visual-banner .inner li a{
	position:relative; 
	display:inline-block; 
	width:140px; 
	height:40px;
	text-align:center; 
	font-size:15px;  
	color:#fff;
	vertical-align:middle; 
	cursor:pointer;
	line-height:40px;
	background:#424242;
	}
.visual-banner .inner li a:after{
	display:block;
	content:"";
	position:absolute;
	left:50%;top:50%;z-index:0;
	-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:138px;
	height:38px;
	border:1px solid #fff;}
.visual-banner .inner li a:hover{background:#fdc503; color:#333;}
.visual-banner .inner li a span{font-size:12px;}

@media only screen and (max-width: 1760px) {
	.visual-banner{padding:0 3%;}
	.visual-banner .inner ul{margin:0 -15px;}
	.visual-banner .inner li{margin:0 15px; width:calc(33.33% - 30px);}
}

@media only screen and (max-width: 1360px) {
	.visual-banner .inner ul{margin:0 -10px;}
	.visual-banner .inner li{margin:0 10px; width:calc(33.33% - 20px); padding:35px 10px; }

	.visual-banner .inner li h3{font-size:21px; margin-bottom:10px;}
	.visual-banner .inner li p{font-size:17px; margin-bottom:20px;}
	.visual-banner .inner li a{font-size:14px;}
}

@media only screen and (max-width: 1200px) {
	.visual-banner{padding:0 10px;}
	.intro-title{font-size:50px;}
	.intro-text{font-size:26px;}
}

@media only screen and (max-width: 980px) {
	.main-visual{height:700px;}
	.visual-banner .inner ul{margin:0 -5px;}
	.visual-banner .inner li{margin:0 5px; width:calc(33.33% - 10px); padding:35px 15px; min-height:275px;}
	.visual-banner .inner li p br{display:none;}
}

@media only screen and (max-width: 768px) {
	.main-visual{height:700px;}
	.main-visual img{display:none;}

	.intro-title{font-size:45px;}
	.intro-text{font-size:22px;}
	
	.visual-banner .inner li{padding:20px}	
	.visual-banner .inner li h3{font-size:18px; margin-bottom:5px; }
	.visual-banner .inner li p{font-size:15px; margin-bottom:10px; font-family:'Nanum Gothic', sans-serif;}
	.visual-banner .inner li a{font-size:13px; width:110px; height:34px; line-height:34px;}
	.visual-banner .inner li a span{font-size:6px;}
	.visual-banner .inner li a:after{width:108px; height:32px;}
} 

@media only screen and (max-width: 620px) {
	.main-visual{height:710px;}
	.intro-title{font-size:35px;}
	.intro-text{font-size:18px; letter-spacing:-0.03em;}

	.visual-caption{top:5%;}
	.visual-banner{bottom:10px;}
	.visual-banner .inner ul{margin:0;}
	.visual-banner .inner li{margin:5px 0 0 0; width:100%; min-height:auto;}
	.visual-banner .inner li:first-child{margin:0;}

}




/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents{padding:60px 0; margin:0 auto; width:1200px; /*overflow:hidden;*/}

.main-banner:after{content:""; display:block; clear:both;}
.main-banner li{float:left; margin:0 10px; text-align:center; width:calc(33.33% - 20px); height:230px; border-radius:10px; overflow:hidden;}
.main-banner li:nth-child(1){background:url('/images/kor02r-17-0377/main/main_banner01.jpg') no-repeat 52% center/cover;}
.main-banner li:nth-child(2){background:url('/images/kor02r-17-0377/main/main_banner02.jpg') no-repeat 10% center/cover;}
.main-banner li:nth-child(3){background:url('/images/kor02r-17-0377/main/main_banner03.jpg') no-repeat 93% center/cover;}

.main-banner .banner-caption{padding-top:60px; width:54%; height:230px; vertical-align:middle; background:rgba(73,73,73,0.75);}

.main-banner h3{margin-bottom:25px; font-weight:bold; font-family:'Nanum Square'; font-size:23px; color:#fff;}
.main-banner h3 span{display:block; margin-bottom:10px; font-family:'Nanum Gothic'; font-weight:normal; font-size:14px;}

.main-banner .more-btn{display:inline-block; margin:0 auto; padding:5px 10px; text-align:center; font-size:12px; color:#fff; border:1px solid #fff;}
.main-banner .more-btn:hover, .main-banner .more-btn:active{background:rgba(255,255,255,0.3);}

.partners{padding:30px 15px 0; width:100%; box-sizing:border-box;}

@media only screen and (max-width:1440px) {
	.main-contents{padding:45px 10px; width:100%;}
}

@media only screen and (max-width:980px) {
	.main-contents{padding:30px 10px; width:100%;}
}

@media only screen and (max-width:767px) {
	.main-contents{padding:20px 10px;}
	.main-banner{margin:-10px 0;}
	.main-banner li{float:none; margin:10px 0; width:100%; height:180px;}
	.main-banner .banner-caption{padding-top:40px;}

	.main-banner h3{font-size:22px;}

	.partners{padding:20px 15px 0;}
}
@media only screen and (max-width:480px) {
	.main-banner li:nth-child(1){background-position:52% center;}
	.main-banner li:nth-child(2){background-position:0 center;}
	.main-banner li:nth-child(3){background-position:93% center;}
}




/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{position:relative; padding:25px 0px; width:100%; border-top:1px solid #e5e5e5; color:#a3a3a3; background:#fff;}
.footer-area{margin:0 auto; padding:0 20px; width:1200px; box-sizing:border-box; text-align:center;}
#footer p, #footer li{font-size:12px; line-height:16px; 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 #ccc; color:#a3a3a3;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li a{line-height:8px; font-weight:bold; font-size:12px; color:#a3a3a3;}

.footer-info{text-align:center;	margin-bottom:10px;}
.footer-info span{color:#a3a3a3;}
#footer a:hover {color:#666;}
.foot-memo{position:absolute; top:20px; right:10px; padding:10px 15px; color:#333; border:1px solid #333; font-size:13px; line-height:1.2;}
@media only screen and (max-width:1200px) {
	.footer-area{width:100%;}
}

@media only screen and (max-width:980px) {
	.foot-memo{position:relative; top:0; right:0px; margin-top:15px;}
	.foot-memo br{display:none;}
}

@media only screen and (max-width:767px) {
	#footer{padding:15px 0px;}
	.footer-area{box-sizing:border-box;}
	.footer-menu li{margin-left:5px; padding-left:5px;}
	.footer-menu li a{letter-spacing:-1px;}
}

@media only screen and (max-width:500px) {
	.footer-area{padding:0 10px;}
}





