@charset "utf-8";

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 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');   
}


/* 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:#444;}
body{font-family:"Nanum Gothic", sans-serif; font-size:14px; font-weight:normal; color:#444; 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:"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:#12b443;}
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:#12b443;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:1200px;}

#L_SITE_LOGO a{line-height:106px;}
#L_SITE_LOGO img{vertical-align:middle;}

@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
}

@media only screen and (max-width: 767px){
	#L_SITE_LOGO{padding:0 15px;}
	#L_SITE_LOGO a{line-height:50px;}
	#L_SITE_LOGO img{width:170px;}
}

@media only screen and (max-width: 480px){
	#L_SITE_LOGO img{width:150px;}
}


/* 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: 767px) {
	.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 (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.navbar{margin-bottom:0; border-left:0; border-right:0; border-radius:0;}
.navbar > div{margin:0 auto; width:1200px;}
.navbar-default{background:#fff;}

.navbar-custom .navbar-nav > li > a{font-weight:bold; font-size:14px; color:#666;}
.navbar-custom .navbar-nav > li:last-child > a{padding-right:0;}

.navbar .dropdown-menu{left:50%; padding:0; margin-left:-110px; margin-bottom:0 !important; min-width:210px; font-size:13px; border-top:1px solid #12b443; border-bottom:2px solid #12b443;  box-shadow:0px 2px 8px rgba(0, 0, 0, 0.16);}
.navbar .dropdown:last-child .dropdown-menu{left:auto; right:0;}
.navbar.navbar-main .dropdown-menu > li > a {padding:2px 20px 2px 14px; line-height:2.66 !important; border-bottom:1px solid #f0f0f0;}
.navbar .dropdown-menu .divider{margin:0;}
.navbar .dropdown-menu > li > a{padding:10px 20px; font-weight:600; color:#919191;}
.navbar .dropdown-menu > li > a:hover{background-color:#fff; color:#12b443;}

.dropdown-arrow{font-size:10px; padding-left:7px; color:#ccc;}

.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav>.active > a:focus,
.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav>.open > a:focus,
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus{color:#12b443 !important;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{background:none;}

@media only screen and (max-width: 1200px){
	.navbar > div{padding:0 15px; width:100%; box-sizing:border-box;}
}

@media only screen and (min-width: 767px){
	.navbar-nav{margin:26px 0 0 0;}
	.navbar.navbar-main s.dropdown-menu > li:last-child > a{border-bottom:0;}
}

@media only screen and (max-width: 767px){
	.navbar > div{padding:0;}

	.navbar-collapse {-webkit-box-shadow:0px 3px 0px 0px rgba(0,0,0,0.08); -moz-box-shadow:0px 3px 0px 0px rgba(0,0,0,0.08); box-shadow:0px 3px 0px 0px rgba(0,0,0,0.08);}

	.navbar-custom .navbar-nav > li > a {padding-top:10px; padding-bottom:10px;}
	.navbar-custom .navbar-nav > li.open > a {border-bottom:1px solid #f0f0f0;}

	.navbar .navbar-nav li a {line-height:3.4;}
	.navbar.navbar-main .navbar-nav li a {padding-top:5px; padding-bottom:5px; line-height:26px;}
	.navbar.navbar-main .dropdown-menu{margin-bottom:5px !important; margin-left:0; border-top:1px solid #f0f0f0; border-bottom:0; background:#f9f9f9; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;}
	.navbar.navbar-main .dropdown-menu > li > a {padding:5px 20px 5px 23px;}
}


/* 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:#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;}



/* 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;}

@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 Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContents{background:url('/images/kor08r-17-0371/main/main_bg.gif') repeat 0 0;}
.main-contents{margin:0 auto; padding:90px 0; width:1200px; box-sizing:border-box; overflow:hidden;}
.main-contents:after{content:""; display:block; clear:both;}

/* 메인이미지 */
.main-visual{float:left; position:relative; padding-bottom:59%; width:59%; box-sizing:border-box; background:url('/images/kor08r-17-0371/main/main_visual.jpg') no-repeat center center/cover; border:1px solid #bbb;}
.main-visual > div{position:absolute; width:100%; height:100%;}

/* 메인배너 */
.main-banner{float:right; margin:-10px; width:calc(41% - 20px);}
.main-banner:after{content:""; display:block; clear:both;}

.main-banner li{float:left; margin:10px; width:calc(50% - 20px); border:1px solid #bbb; background:#fff;}

.main-banner li > div{padding:20px; min-height:224px; text-align:center;}
.main-banner li:nth-child(1) > div{border-top:10px solid #12b443;}
.main-banner li:nth-child(2) > div{border-top:10px solid #12b576;}
.main-banner li:nth-child(3) > div{border-top:10px solid #0acc7b;}
.main-banner li:nth-child(4) > div{border-top:10px solid #0ac2a9;}

.main-banner li .en-title{display:block; line-height:1; text-align:left; font-size:15px; font-weight:bold;}
.main-banner li .en-title:after{content:""; display:block; margin:5px 0 18px; width:10px; height:3px;}
.main-banner li:nth-child(1) .en-title:after{background:#12b443;}
.main-banner li:nth-child(2) .en-title:after{background:#12b576;}
.main-banner li:nth-child(3) .en-title:after{background:#0acc7b;}
.main-banner li:nth-child(4) .en-title:after{background:#0ac2a9;}

.main-banner li h3{padding:10px 20px; font-size:18px; font-weight:bold; color:#fff;}
.main-banner li:nth-child(1) h3{background:#12b443;}
.main-banner li:nth-child(2) h3{background:#12b576;}
.main-banner li:nth-child(3) h3{background:#0acc7b;}
.main-banner li:nth-child(4) h3{background:#0ac2a9;}
.main-banner li h3:before{position:relative; top:-5px; content:""; display:inline-block; margin-right:10px; width:14px; height:4px; background:#fff;}

.main-banner li p{padding:20px; min-height:80px; font-size:14px; color:#656565;}

.main-banner .go-btn{float:right; font-family:'Helvetica'; font-size:16px; font-weight:bold;}
.main-banner li:nth-child(1) .go-btn{color:#12b443;}
.main-banner li:nth-child(2) .go-btn{color:#12b576;}
.main-banner li:nth-child(3) .go-btn{color:#0acc7b;}
.main-banner li:nth-child(4) .go-btn{color:#0ac2a9;}

@media only screen and (max-width:1200px) {
	#mainContents{padding:0 15px;}
	.main-contents{width:100%;}
	
	.main-visual{padding-bottom:50%; width:50%;}
	.main-banner{margin:-5px; width:calc(50% - 10px);}
	.main-banner li{margin:5px; width:calc(50% - 10px);}
}

@media only screen and (max-width:980px) {
	#mainContents{padding:0;}
	.main-contents{padding:0 0 30px;}

	.main-visual{float:none; margin-bottom:30px; padding-bottom:100%; width:100%; height:auto; border:0;}
	.main-banner{float:none; margin:0 auto; width:calc(100% - 10px);}
	.main-banner li{margin:10px; width:calc(50% - 20px);}
}

@media only screen and (max-width:480px) {
	.main-visual{margin-bottom:20px;}

	.main-banner{margin:0 15px; width:calc(100% - 30px);}
	.main-banner li{float:none; margin:20px 0 0 0; width:100%;}
	.main-banner li:first-child{margin-top:0;}
}