@charset "utf-8";

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 981px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Font
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 출처 : 이 사이트에는 네이버에서 제공한 나눔글꼴이 적용되어 있습니다. */
/* 나눔고딕 */
@font-face {
    font-family:'Nanum Gothic';
    src: url('/tpl/webfont/NanumGothic.eot');
    src: url('/tpl/webfont/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumGothic.woff') format('woff'),
         url('/tpl/webfont/NanumGothic.ttf') format('truetype');   
}
/* 나눔스퀘어 */
@font-face {
    font-family:'Nanum Square';
    src: url('/tpl/webfont/NanumSquareR.eot');
    src: url('/tpl/webfont/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareR.woff') format('woff'),
         url('/tpl/webfont/NanumSquareR.ttf') format('truetype');   
}
@font-face {
    font-family:'Nanum Square';
	font-weight:bold;
    src: url('/tpl/webfont/NanumSquareB.eot');
    src: url('/tpl/webfont/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareB.woff') format('woff'),
         url('/tpl/webfont/NanumSquareB.ttf') format('truetype');   
}

/* 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: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 img{width:61px;}

	#container{padding-left:0; width:100%; height:auto;}
}
@media only screen and (max-width: 767px){
	#header{height:50px;}
	#L_SITE_LOGO img{width:40px;}
}


/* 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:50px 20px;}
.login-menu h2{font-family:'Nanum Square'; line-height:1; font-size:18px; color:#fff;}
.login-menu h2 + p{font-family:'Nanum Square'; font-size:25px; font-weight:bold; color:#ffe074;}

.login-menu ul{margin-top: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;}

@media only screen and (max-width: 980px) {
	.login-menu h2 + p{font-size:30px;}
	.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) {

}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{padding:25px 0px; width:100%; border-top:1px solid #e5e5e5; color:#a3a3a3; background:#fff;}
.footer-area{margin:0 auto; padding:0 20px; width:1000px; 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 #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;}

@media only screen and (max-width:1200px) {
	.footer-area{width:100%;}
}

@media only screen and (max-width:767px) {
	#footer{padding:15px 0px;}
	.footer-area{box-sizing:border-box;}
}

@media only screen and (max-width:480px) {
	.footer-area{padding:0 10px;}
}



/* Main Visual (메인 비주얼 이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual{position:relative; width:100%; background:url('/images/kor02r-17-0377/main/main_visual.jpg') no-repeat center center/cover;}

.visual-caption{position:absolute; top:6%; 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:#ffdb86;}

@media only screen and (max-width: 1200px) {
	.intro-title{font-size:50px;}
	.intro-text{font-size:26px;}
}

@media only screen and (max-width: 767px) {
	.main-visual{height:340px;}
	.main-visual img{display:none;}

	.intro-title{font-size:45px;}
	.intro-text{font-size:22px;}
} 

@media only screen and (max-width: 480px) {
	.main-visual{height:270px; background-position:44% center;}

	.intro-title{font-size:35px;}
	.intro-text{font-size:18px;}
	.intro-text strong{display:block;}
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents{padding:45px 0; margin:0 auto; width:1000px; 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);  border-radius:10px; overflow:hidden;}

.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:1200px) {
	.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%;}
	.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;}
}