@charset "utf-8";
/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1170px
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; line-height:1.5; font-weight:normal; color:#0e0e0e; letter-spacing:-1px;}
*, *: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:#e65b43;}
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:#e65b43;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:1170px;}

#header{z-index:1000; position:absolute; top:0; left:0; width:100%; background:rgba(0, 0, 0, 0.75);}
#header > div{padding:0 20px; margin:0 auto; width:1170px; box-sizing:border-box; height:100px;}

#L_SITE_LOGO{float:left;}
#L_SITE_LOGO h1{font-size:0; line-height:0;}
#L_SITE_LOGO a{line-height:100px;}
#L_SITE_LOGO img{vertical-align:middle;}

#menuArea{float:right;}

@media only screen and (max-width: 1170px){
	#wrapper{min-width:320px;}
	#header > div{width:100%;}
}

@media only screen and (max-width: 980px){
	#header > div{height:70px;}

	#L_SITE_LOGO a{display:block; line-height:70px;}
	#L_SITE_LOGO img{width:110px;}

	#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:80px;}
}


/* Login (로그인 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.login-menu{padding-top:15px;}

.login-menu ul{text-align:right; font-size:0; line-height:0;}
.login-menu li{display:inline-block; margin-left:8px; padding-left:8px; border-left:1px solid #999; line-height:8px; font-size:12px;}
.login-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.login-menu li a{font-size:12px; line-height:8px; color:#999;}

@media only screen and (max-width: 980px) {
	.login-menu{padding:0;}

	.login-menu ul{padding:20px 10px 15px; 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 #5a5a5a; box-sizing:border-box; line-height:1;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:11000;}

.m-menu-open, .m-menu-close, .gnb-bg{display:none;}

.navigation .menu-item > a{display:block; padding-bottom:26px; letter-spacing:-1px; font-size:18px; color:#fff; -webkit-transition-property:none; -moz-transition-property:none; transition-property:none;
-webkit-transition:color .2s ease-out; -moz-transition:color .2s ease-out; transition:color .2s ease-out;}

.sub-menu{display:none;}

@media only screen and (min-width: 980px){
	#gnb{display:block !important;}

	.navigation{margin-top:25px;}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{float:left; margin-left:90px;}
	.navigation .menu-item:first-child{margin-left:0;}
	.navigation .menu-item:hover > a, .navigation .menu-item:active > a{color:#e65b43; background:url('/images/kor12r-17-0378/common/menu_bg.gif') repeat-x left bottom;}
	.navigation .menu-item:nth-child(3) .sub-menu li:first-child, .navigation .menu-item:nth-child(4) .sub-menu li:first-child{padding-left:10px;}
	.navigation .menu-item:nth-child(5) .sub-menu li:first-child{padding-left:7px;}
	.sub-menu{position:absolute;}
	.sub-menu ul:before{z-index:-1; position:absolute; left:-100vw; content:""; display:block; width:200vw; height:50px; background:#222;}
	.sub-menu ul:after{content:""; display:block; clear:both;}
	.sub-menu li{float:left; padding:0 15px;}
	.sub-menu li:first-child{padding-left:0;}


	.sub-menu li a{font-size:14px; box-sizing:border-box; line-height:50px; color:#949494;}
	.sub-menu li a:hover{color:#fff;}
}
@media only screen and (max-width: 1170px){
	.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:#353237;}

	.m-menu-open{display:block; position:absolute; top:24px; right:20px; cursor:pointer;}
	.m-menu-open img{width:38px;}
	.m-menu-close{z-index:1000; display:block; position:absolute; top:15px; right:15px; cursor:pointer;}
	.m-menu-close img{width:30px;}

	.navigation{border-top:1px solid #5a5a5a;}
	.navigation .menu-item > a{padding:0 20px; width:100%; line-height:45px; font-size:15px; transition:none; border-bottom:1px solid #5a5a5a; color:#fff;}
	.navigation .menu-item.on > a{background:#e65b43;}

	.sub-menu{width:100%; background:#656565;}
	.sub-menu li{border-bottom:1px solid #353237;}
	.sub-menu li a{display:block; padding:0 20px; line-height:35px; 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{top:12px; right:10px;}
	.m-menu-open img{width:24px;}
	.m-menu-close img{width:20px;}
}


/* 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:#e65b43; border-color: #e65b43; 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: #e65b43;}

@media only screen and (max-width: 980px) {

}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{width:100%; box-sizing:border-box; text-align:center; background:#191919; color:#a8a8a8;}

.footer-menu{padding:15px 20px; font-size:0; line-height:0; background:#050505;}
.footer-menu li{display:inline-block; margin-left:10px;	padding-left:10px; line-height:8px;	border-left:1px solid #969696; color:#a5a5a5;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li a{line-height:8px; letter-spacing:0; font-size:12px; color:#a5a5a5;}

.footer-info{padding:25px 20px; margin:0 auto; width:980px; letter-spacing:0; font-size:12px; color:#a8a8a8;}
.footer-info span{color:#6b6b6b;}
.footer-info > p{margin-top:10px;}

@media only screen and (max-width:980px) {
	.footer-info{width:100%;}
}
@media only screen and (max-width:767px) {
	.footer-menu{padding:15px 10px;}
	.footer-info{padding:20px 10px;}
}
@media only screen and (max-width:480px) {
	.footer-menu li{margin-left:6px; padding-left:6px;}
}



/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual{z-index:888; width:100%; height:730px; text-align:center; background:url('/images/kor12r-17-0378/main/main_visual.jpg') no-repeat center bottom/cover;}
.main-visual .slogan{padding:570px 20px 0; margin:0 auto; width:1170px; text-align:right; line-height:1.3; letter-spacing:-2px; font-size:36px; color:#ffffff;}
.main-visual .slogan strong{font-size:40px;}
.main-visual .slogan span{letter-spacing:-3px; font-size:38px; color:#b1833a;}

@media only screen and (max-width: 1170px) {
	.main-visual .slogan{width:100%;}
}

@media only screen and (max-width: 980px) {
	.main-visual{background-position:47% bottom;}
	.main-visual .slogan{padding:520px 20px 0;}
}

@media only screen and (max-width: 767px) {
	.main-visual{height:380px}
	.main-visual .slogan{padding:275px 10px 0; font-size:22px;}
	.main-visual .slogan span{font-size:26px;}
	.main-visual .slogan strong{font-size:30px;}
}

@media only screen and (max-width: 480px) {
	.main-visual{height:350px; background-position:55% bottom;}
	.main-visual .slogan{font-size:19px;}
.main-visual .slogan strong{font-size:25px;}
	.main-visual .slogan span{font-size:21px;}
}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.quick-banner{padding:40px 0; width:100%; background:#f4f4f4;}
.quick-banner ul{margin:0 auto; width:1170px;}
.quick-banner ul:after{content:""; display:block; clear:both;}
.quick-banner li{float:left; margin-left:12px; padding:20px 0 40px; width:calc(33.33% - 8px); text-align:center; background:#fff;}
.quick-banner li:first-child{margin-left:0;}

.quick-banner h3{margin:15px 0 10px; font-size:26px;}
.quick-banner .more-btn{display:inline-block; margin-top:15px; padding:5px 40px; font-size:12px; border-radius:30px; color:#fff; background:#c7b299; border:1px solid #c7b299;}
.quick-banner .more-btn:hover, .quick-banner .more-btn:active{border:1px solid #e65b43; background:none; color:#e65b43;}

.outro-section{padding:80px 0; width:100%; height:460px; box-sizing:border-box; text-align:center; color:#fff; background:url('/images/kor12r-17-0378/main/outro_bg.jpg') no-repeat center bottom/cover;}
.outro-section h2{font-size:30px;}
.outro-section h2:after{content:""; display:block; margin:25px auto 40px; width:38px; height:5px; background:#fff;}
.outro-section p{line-height:1.4; font-size:20px;}
.outro-section p.call-txt{display:inline-block; font-size:30px; margin:40px 0 30px; padding:10px 20px; background:rgba(0,0,0,0.6);}

@media only screen and (max-width: 1170px) {
	.quick-banner{padding:40px 20px;}
	.quick-banner ul{width:100%;}
}

@media only screen and (max-width: 980px) {
	.quick-banner{padding:20px;}
}

@media only screen and (max-width: 767px) {
	.quick-banner{padding:20px 10px;}
	.quick-banner ul{margin:-5px 0;}
	.quick-banner li{margin:5px 0; padding:25px 0; width:100%;}
	.quick-banner li:first-child{margin:5px 0;}
	.quick-banner h3{font-size:23px;}

	.outro-section{padding:40px 15px; height:300px; box-sizing:border-box;}
	.outro-section h2{font-size:23px;}
	.outro-section h2:after{margin:20px auto 25px; width:30px; height:3px;}
	.outro-section p{font-size:15px;}
	.outro-section p.call-txt{font-size:23px;}
}