@charset "utf-8";

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Font
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 출처 : 이 사이트에는 네이버에서 제공한 나눔글꼴이 적용되어 있습니다. */
/* 나눔스퀘어 */
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@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
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
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 Square', "Malgun Gothic", sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#444;}
body{font-family:'Nanum Square', "Malgun Gothic", sans-serif; font-size:14px; font-weight:normal; color:#444; 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; color:#444;}
a:hover, a:active{text-decoration:none; color:#1766b6;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}

@media only screen and (min-width: 320px){
	body{min-width:320px; overflow-x:hidden;}
}

.hidden{margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
#divWMSSLLoading {display: none;}


/* 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:#1766b6;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:1200px;}

#header{z-index:10000; position:fixed; top:0; left:0; width:100%; box-sizing:border-box; height:90px; background:#fff; border-bottom:1px solid #ddd;}
.header-area{padding:0 25px; margin:0 auto; width:1200px; box-sizing:border-box;}

#L_SITE_LOGO{float:left;}
#L_SITE_LOGO h1{margin:0;}
#L_SITE_LOGO a{line-height:90px;}
#L_SITE_LOGO img{vertical-align:middle;}

@media only screen and (max-width:1590px) {
	#header{height:auto;}
}

@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
	.header-area{width:100%;}
}

@media only screen and (max-width: 980px){
	.header-area{position:relative; padding:0; height:65px;}

	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO a{display:block; line-height:65px;}
	#L_SITE_LOGO img{width:160px;}
}

@media only screen and (max-width: 768px){
	.header-area{height:50px;}

	#L_SITE_LOGO{padding: 0 20px;}
	#L_SITE_LOGO a{line-height:50px;}
	#L_SITE_LOGO img{width:130px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999;}

.navigation .menu-item > a{display:block; font-family:"Nanum Square"; font-size:19px; font-weight:bold; color:#373737;}
.navigation .menu-item.counsel > a{font-size:17px; color:#fff; background-color:#177be1; border-radius:5px; padding:5px 15px;}

@media only screen and (min-width: 981px){
	#menuArea{float:right;}
	
	#gnb{display:block !important;}

	.navigation{margin:40px 0 0;}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{position:relative; float:left; margin-left:90px;}
	.navigation .menu-item.counsel{margin-top:-4px;}
	.navigation .menu-item:first-child{margin-left:0;}
	.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none; color:#1766b6;}
	.navigation .menu-item.counsel > a:hover, .navigation .menu-item.counsel > a:active, .navigation .menu-item.counsel > a:focus{color:#fdffe3;}
}

@media only screen and (max-width: 980px){
	#menuArea{width:100%; height:100%;}
	
	#gnb{display:none; width:100%; height:auto; box-sizing:border-box; background:#fff;}
	#gnb {position: absolute; top:65px; border-bottom: 1px solid #ddd; }
	#gnb .navigation .menu-item:last-child a { border-bottom: 0; }
	
	nav [data-type='menu-btn'] {z-index:1000; position:absolute; right:25px; top:calc(50% - 12px); width:24px; height:24px; border-radius:5px; cursor:pointer; transition:.4s all linear;}
	nav [data-type='menu-btn'] span {display:block; position:absolute; left:1px; width:22px; height:3px;  transition:.3s all linear; background:#000;}
	nav [data-type='menu-btn'] span:nth-child(1) {top:4px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(2),
	nav [data-type='menu-btn'] span:nth-child(3) {top:11px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(4) {top:18px;}
	nav.open [data-type='menu-btn'] span:nth-child(1) {left:50%; width:0;}
	nav.open [data-type='menu-btn'] span:nth-child(2) {transform: rotate(45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(3) {transform: rotate(-45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(4) {left:50%; width:0;}

	.navigation .menu-item > a{padding:0 25px; text-align:center; width:100%; line-height:40px; font-size:17px; transition:none; border-bottom:1px solid #ddd; color:#000;}
	.navigation .menu-item:first-child > a{border-top:1px solid #ddd;}
}

@media only screen and (max-width: 768px){
	#gnb {top:50px;}
	#btnMenuOpen{right:20px;}
	nav [data-type='menu-btn']{right:20px;}
	.navigation .menu-item > a{padding:0 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:#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:30px 0px; width:100%; background:#1a191f; color:#fff;}
.footer-area{margin:0 auto; padding:0 4%; width:1200px; box-sizing:border-box; text-align:center;}
#footer p, #footer li{font-size:12px; letter-spacing:0; color:#adadad;}

.footer-menu{margin:0 auto 30px;}
.footer-menu li{display:inline-block; margin-left:20px;	padding-left:20px; line-height:8px;	border-left:1px solid #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;}
.footer-info + p a{color:#adadad;}

@media only screen and (max-width:1200px) {
	.footer-area{width:100%;}
}

@media only screen and (max-width:768px) {
	.footer-area{padding:0 25px; box-sizing:border-box;}
	.footer-menu li{margin-left:10px; padding-left:10px;}
}

@media only screen and (max-width:520px) {
	.footer-area{padding:0 20px;}
	.footer-menu li{margin-left:5px; padding-left:5px;}
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContents{z-index:88;}
#mainContents > section > div{margin:0 auto; padding:100px 0; width:1200px; box-sizing:border-box;}
#mainContents > section > div:after{content:""; display:block; clear:both;}
#mainContents > #section01 > div{margin:0; padding:90px 0 0 0; width:100%;}

#mainContents h2{margin-bottom:80px; font-family:'Nanum Square'; font-weight:bold; font-size:45px; color:#000;}
#mainContents h2:before{display:block; content:""; margin:0 0 15px; width:40px; height:4px; background:#000;}
#mainContents .section05 h2, #mainContents .section06 h2{color:#fff;}
#mainContents .section05 h2:before, #mainContents .section06 h2:before{background:#fff;}
#mainContents p{word-break:keep-all;}

#mainContents .section-title h2{margin-bottom:20px;}
#mainContents .section-title h2 + p{font-family:'Nanum Square'; margin-bottom:80px; font-size:20px; text-transform:uppercase; letter-spacing:0; color:#444; letter-spacing:-0.5px;}

/* 인사말 */
.section02{background:#f5f5f5;}
.section02 ul{margin:0 -10px;}
.section02 ul:after{content:""; display:block; clear:both;}
.section02 li{float:left; margin:0 10px; width:calc(33.33% - 20px);}
.section02 .img-frame{width:100%; position:relative; margin-bottom:20px;}
.section02 .img-frame img{width:100%; border-radius:25px;}
.section02 .img-frame p{position:absolute; bottom:0; padding:20px; font-family:'NanumSquare'; font-weight:800; font-size:24px; color:#fff; text-shadow:0px 2px 10px rgba(0, 0, 0, .9);}
.section02 .img-frame p span{display:block; font-size:18px; font-weight:700;}
.section02 .txt-frame {padding:0 10px;}	
.section02 .txt-frame p{font-size:18px; line-height:1.5; text-align: justify;}
.section02 .bottom-text{position:relative; margin-bottom:80px;}	     
.section02 .bottom-text:before{
	content: '';
	display: block;
	width: 30px;
	height: 25px;
	background: url('/images/kor06r-17-0383/mark_01.png') no-repeat center center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.section02 .bottom-text:after{
	content: '';
	display: block;
	width: 30px;
	height: 25px;
	background: url('/images/kor06r-17-0383/mark_02.png') no-repeat center center;
	margin: 0 auto;
	margin-top: 25px;
}
.section02 .bottom-text p{font-size:21px; color:#222; font-weight:600; line-height:1.6; text-align:center; word-break:keep-all; white-space:pre-line;}
.section02 .bottom-text > p:first-child{margin-bottom:20px;}

/* 사업분야 */
.section03{}
.section03 ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section03 ul li{width:24%; margin:.5%;}
.section03 ul > li:nth-of-type(5) dl{ min-height:528px;}
.section03 .img-frame img{width:100%; border-radius:35px 35px 0 0;}
.section03 .txt-frame{border:3px solid #15aeda; border-top:0; border-radius:0 0 35px 35px; padding:30px 20px;}
.section03 .txt-frame dt{
	font-family:'NanumSquare'; 
	font-weight:800; 
	font-size:25px;  
	line-height:1.2; 
	color:#169dc4; 
    letter-spacing: -1px; 
	text-align:center; 
	word-break:keep-all;
	border-bottom:1px solid #ddd; 	 
	padding-bottom:30px; 
	margin-bottom:30px;
}
.section03 .txt-frame dt span{display:block; font-size:17px; font-weight:700; color:#444;line-height:1.4; padding-top:10px; white-space:pre-line;}
.section03 .txt-frame dd{margin-bottom:12px; padding-left:10px; font-size:15px;}
.section03 .txt-frame dd:last-child{margin-bottom:0;}
.section03 .txt-frame dd:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 13px;
	background: url('/images/kor06r-17-0383/icon_check.png') no-repeat 0 0;
	margin-right:10px
}

.section04{background:#f3f8fb;}

.section05{background:#1766b6;}

/* 오시는길 */
.section06{background:url('/images/kor06r-17-0383/section05-bg.jpg') no-repeat center center/cover;}
.section06 .map-area{width:100%;}
.section06 .root_daum_roughmap{width:100%;}
.section06 .root_daum_roughmap .cont{display:none;}

.section06 .info-area{display:flex; justify-content:space-between;}
.section06 .info-area dl{display:flex; align-items:flex-start; margin:25px 0; color:#fff;}
.section06 .info-area dl:first-child{margin-left:0;}
.section06 .info-area dl:last-child{margin-right:0;}
.section06 .info-area dt{
	display:inline-block; 
	margin-bottom:5px; 
	padding:3px 7px; 
	margin-right:6px;	
	font-family:'Nanum Square'; 
	font-weight:bold; 
	font-size:19px; 
	background:#000;
	text-align:center; 
}
.section06 .info-area dd{line-height:1.8; font-family:"Malgun Gothic"; font-size:16px;}
.section06 a:link{color:#fff;}


@media only screen and (max-width:1590px) {
	#mainContents > #section01 > div{padding:90px 0 0 0;}
}

@media only screen and (max-width:1200px) {
	#mainContents > section > div{width:100%; padding:100px 20px;}
}

@media only screen and (max-width:980px) {
	#mainContents > section > div{padding:70px 20px;}
	#mainContents > #section01 > div{padding:65px 0 0 0;}

	.section02 ul{margin:-5px;}
	.section02 li{margin:5px; width:calc(33.33% - 10px);}
	.section02 .txt-frame{padding:20px 10px; top: 64%;}

	.section03 ul li{width:32%;}
	.section03 ul > li:nth-of-type(4) dl{ min-height:528px;}

	.section06 .map-area{margin-bottom:50px;}	
	.section06 .info-area{flex-wrap: wrap;}
	.section06 .info-area dl{margin:25px 0;}
	.section06 .info-area dl:first-child {width:100%;}
	.section06 .info-area dl:nth-of-type(2),.section06 .info-area dl:nth-of-type(3),.section06 .info-area dl:nth-of-type(4){width:33%; margin:0;}
}

@media only screen and (max-width:768px) {
	#mainContents > section > div{padding:50px 20px;}
	#mainContents > #section01 > div{padding:50px 0 0 0;}	

	#mainContents h2{margin-bottom:40px; font-size:35px;}
	#mainContents .section-title h2{margin-bottom:10px;}
	#mainContents .section-title h2 + p{margin-bottom:40px;}

	.section02 ul{margin:-10px; min-height:380px;}	
	.section02 .img-frame p{font-size:19px;}
	.section02 .img-frame p span {font-family:"Malgun Gothic"; font-size:14px;}
	.section02 .txt-frame p{font-size:16px;}	
	.section02 .bottom-text p{font-size:18px;}

	.section03 ul li{width:48%; margin:1%;}
	.section03 ul > li:nth-of-type(4) dl{ min-height: auto;}
	.section03 ul > li:nth-of-type(5) dl{ min-height: 525px;}
	.section03 .txt-frame dt{font-size:22px;}
	.section03 .txt-frame dt span{font-family:"Malgun Gothic";font-size:15px;}
	.section03 .txt-frame dd{font-size:15px;}

	.section06 .map-area{margin-bottom:30px;}
	.section06 .info-area dl{margin:20px 0 0;}
	.section06 .info-area dl:nth-of-type(2),.section06 .info-area dl:nth-of-type(3),.section06 .info-area dl:nth-of-type(4){width:50%; margin:20px 0 0;}
	.section06 .info-area dt{font-size:18px;}
	.section06 .info-area dd{font-size:16px;}
}
@media only screen and (max-width:520px) {
	#mainContents h2{font-size:30px;}
	#mainContents h2:before{width:30px;}
	#mainContents .section-title h2 + p{font-size:17px;}

	.section02 ul{margin:0;}
	.section02 li{margin:0 0 35px; width:100%;}
	.section02 li:last-child{margin:0;}	
	.section02 .img-frame{margin-bottom:0}
	.section02 .img-frame p{font-size:22px; bottom:10px;}
	.section02 .txt-frame{padding:20px 0;}
	.section02 .bottom-text{margin-bottom:50px;}
	.section02 .bottom-text p{font-size:16px; white-space:normal;}

	.section03 ul li{width:100%; margin:20px 0;}
	.section03 ul > li:nth-of-type(1){margin-top:0;}
	.section03 ul > li:nth-of-type(4) dl,.section03 ul > li:nth-of-type(5) dl{ min-height: auto;}	
	.section03 .txt-frame dt{font-size:22px;}
	.section03 .txt-frame dt span{font-family:"Malgun Gothic";font-size:15px;}
	.section03 .txt-frame dd{font-size:15px;}

	.section06 .info-area dl:nth-of-type(2),.section06 .info-area dl:nth-of-type(3),.section06 .info-area dl:nth-of-type(4){width:100%;}
}



/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item{height:788px;}
.main-visual .carousel-inner > .item.main-img01{background:url('/images/kor06r-17-0383/main-visual02.jpg') no-repeat center center/cover;}
.main-visual .carousel-caption{
	    top: 50%; 
    left: 50%;
    right: auto;
    bottom: auto;
    
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    text-align: center; 
    padding: 0;
    width: 100%; 
}
.main-visual .carousel-caption p{	
	font-family: 'NanumSquare';
	font-size:45px; 
	font-weight:800; 
	line-height:1.3; 
	letter-spacing:-1px; 
	text-shadow:0px 2px 10px rgba(0, 0, 0, .9);
	margin-top:20px;
}
.main-visual .carousel-caption p:first-child{margin-top:0;}

.main-visual .carousel-indicators{bottom:80px;}
.main-visual .carousel-indicators li{margin:0 4px; width:20px; height:20px; background:#08a2f2; border:0;}
.main-visual .carousel-indicators li.active{margin:0 4px; width:40px; height:20px; background:#fff; box-sizing:border-box;}


@media screen and (max-width:1200px){
.main-visual .carousel-caption{ width:85%;}
}
@media screen and (max-width:980px){
	.main-visual .carousel-caption p{font-size:30px;}
	.main-visual .carousel-indicators li{width:15px; height:15px;}
	.main-visual .carousel-indicators li.active{width:30px; height:15px;}
}
@media screen and (max-width:768px){
	.main-visual .carousel-inner > .item{height:450px;}
	.main-visual .carousel-inner > .item.main-img01, .carousel-inner > .item.main-img02, .carousel-inner > .item.main-img03{background-position:25% center;}

	.main-visual .carousel-caption p{font-size:22px; line-height:1.3; letter-spacing:0; margin-top:10px;}

	.main-visual .carousel-indicators{bottom:40px;}
	.main-visual .carousel-indicators li{margin:0 2px; width:12px; height:12px;}
	.main-visual .carousel-indicators li.active{margin:0 2px; width:24px; height:12px;}
}
@media screen and (max-width:520px){
	.main-visual .carousel-caption p{font-size:22px; letter-spacing:-1px;}
}

.unLine {text-decoration:underline !important; }


		