@charset "utf-8";

/* Font */
@import url(font.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 
/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	
html{min-width: 1200px}	
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; }
	body,th,td,input,select,textarea,button{font-family:'Nanum Gothic', sans-serif; font-weight:300; font-size:15px; color:#555;}
	dl,ul,ol,menu,li {list-style:none;}
	*, *: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:#ff4e00;}
	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:#ff4e00;}
	.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#wrapper{position:relative; width:100%; min-width:320px; height:100%;}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	/*@media only screen and (min-width: 981px){*/
		#header{z-index:666; width:/*100%*/1200px; background:#fff; margin: auto}
		#header > div{position:relative; margin:0 auto; width:100%; height:100px;}

		#header h1{float:left;}
		#header h1 a{display:block; line-height:100px;}

		.nav-btn{display:none;}

		.nav-bg{z-index:888; display:none; position:absolute; top:100px; left:-500%; width:1000%; height:245px; background:#f6f6f6; border-bottom:3px solid #1f497d;}

		#nav{float:right; margin-top:25px;}

		.util-menu{position:absolute; top:9px; right:10px; line-height:0; font-size:0;}
		.util-menu ul{display:inline-block; line-height:0; font-size:0;}
		.util-menu li{display:inline-block; margin-left:10px; padding-left:10px; line-height:0; font-size:0; border-left:1px solid #ddd;}
		.util-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
		.util-menu a{display:inline-block; line-height:10px; font-size:12px; color:#888;}
		.util-menu li:first-child a{color:#ff4e00;}
		
		.navigation:after{content:""; display:block; clear:both;}
		.navigation > li{position:relative; float:left; width:150px; text-align:center;}
		
		.navigation .main-menu{display:block; margin:10px 0 41px; width:100%; font-weight:bold; font-size:19px; color:#000;font-family:'NanumSquare';}
		
		.navigation .sub-menu{display:none; z-index:999; position:absolute; top:75px; left:0; padding:15px 0; width:150px; height:242px; border-right:1px solid #ddd;}
		.navigation li:first-child .sub-menu{border-left:1px solid #ddd;}
		.navigation .sub-menu a{display:block; text-align:center; line-height:35px; letter-spacing:-1px; font-size:15px; color:#7a7d83;}
		.navigation .sub-menu .intro-menu{display:none;}
		
		.navigation > li:hover .sub-menu{background:#1f497d;}
		.navigation > li:hover .sub-menu a{color:#fff;}
		.navigation .sub-menu a:hover{background:#3a3533;}
	/*}*/
/*
	@media only screen and (min-width: 1201px){
		#header > div{width:1200px;}
	}
	@media only screen and (max-width: 1200px){
		#header > div{padding:0 20px;}
	}

	@media only screen and (max-width: 980px){
		#header{z-index:666; width:100%; height:65px; background:#fff;}
		#header > div{padding:0;}

		#header h1{float:left; padding:10px 20px; height:65px;}
		#header h1 a{display:block;}
		#header h1 img{width:auto; max-height:45px;}

		.nav-btn{z-index:999; display:block; position:absolute; top:20px; right:20px; width:30px; height:23px; cursor:pointer;}
		.nav-btn span{position:absolute; left:50%; display:block; margin-left:-15px; width:30px; height:3px; background:#ff4e00; transition:.2s all linear;}
		.nav-btn span:nth-child(1){top:0;}
		.nav-btn span:nth-child(2){top:10px;}
		.nav-btn span:nth-child(3){top:20px;}
		
		.nav-btn.nav-close{position:fixed;}
		.nav-btn.nav-close span:nth-child(1){top:50%; transform:rotate(45deg);}
		.nav-btn.nav-close span:nth-child(2){margin-left:0; width:0;}
		.nav-btn.nav-close span:nth-child(3){top:50%; transform:rotate(-45deg);}

		.nav-bg{z-index:777; display:none; position:fixed; top:0; width:100%; height:100%; background:rgba(0,0,0,0.7);}

		#nav{z-index:888; position:fixed; right:-260px; display:block; padding:65px 0 20px; width:260px; height:100%; background:#fff;}

		.util-menu{padding:0 30px 20px; border-bottom:1px solid #eee;}
		.util-menu a{display:inline-block; margin-top:5px; font-size:14px; color:#555;}
		.util-menu li:first-child a{color:#ff4e00;}
				
		.navigation .main-menu{display:block; padding:0 30px; width:100%; line-height:43px; font-weight:400; font-size:16px; color:#000; transition:none;}
		.navigation li.active .main-menu{background:#ff4e00; color:#fff;}

		.navigation .sub-menu{display:none; padding:10px 0; background:#f1f1f1;}
		.navigation .sub-menu a{display:block; padding:0 30px; line-height:33px; font-size:14px; color:#555;}
		.navigation .sub-menu a:before{content:""; display:inline-block; margin:0 5px 0 0; width:4px; height:1px; vertical-align:middle; background:#888;}
		.navigation .sub-menu a:hover{color:#fff; background:#3a3533;}
		.navigation .sub-menu a:hover:before{background:#fff;}
	}
	@media only screen and (max-width: 768px){
		#header h1{padding:10px;}
		.nav-btn{right:10px;}
	}
*/

/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.btn{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:#509591; border-color: #509591; color:#fff;}
	.btn-custom:hover, .btn-custom:focus{background-color: #447774; border-color: #447774; 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: #509591;}

	@media only screen and (max-width: 980px) {

	}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#footer{padding:50px 0px; width:100%; background:#333333;  }
	.footer-area{margin:0 auto; width:1200px; box-sizing:border-box;}
	.footer-area:after{content:""; display:block; clear:both;}
	#footer p, #footer li{font-size:13px; letter-spacing:0;color:#a0a0a0;}

	.foot-logo{float:left; margin:22px 50px 0 0;}
	.foot-info{float:left; width:100%;position: relative}

	.footer-menu{margin:0 auto 15px; line-height:0; font-size:0; position: absolute; right: 0; top: 0}
	.footer-menu li{display:inline-block; margin-left:10px;	padding-left:10px; vertical-align:middle; line-height:10px; color:#fff;}
	.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
	.footer-menu li a{line-height:10px; font-size:13px; color:#fff;}

	.footer-info{margin-bottom:20px; border-bottom: 1px solid #484848; padding-bottom: 20px}
	.footer-info a{color:#a0a0a0!important;}
	.footer-info span{color:#a0a0a0;}
	/*
	@media only screen and (min-width: 1201px){
		.footer-area{width:1200px;}
	}
	@media only screen and (max-width: 1200px){
		.footer-area{padding:0 20px;}
	}
	@media only screen and (max-width:768px){
		.footer-area{padding:0 10px; text-align:center;}

		.foot-logo{float:none; margin:0 0 20px 0;}
		.foot-info{float:none; width:100%;}
	}
	@media only screen and (max-width:768px){
		#footer p, #footer li{font-size:12px;}
		.footer-menu li{margin-left:5px; padding-left:5px;}
		.footer-menu li a{font-size:13px;}
	}

*/

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.carousel-inner > .item{height:750px;}
	.carousel-inner > .main-img01{background:url('/images/kor06r-18-0404/main/main_visual01.jpg') no-repeat center center/cover;}
	.carousel-inner > .main-img02{background:url('/images/kor06r-18-0404/main/main_visual02.jpg') no-repeat center center/cover;}
	.carousel-inner > .main-img03{background:url('/images/kor06r-18-0404/main/main_visual03.jpg') no-repeat center center/cover;}

	.main-visual .carousel-caption{top:35%; left:0; right:0; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); margin:auto; width:100%; text-shadow:none; color:#fff; font-family:'NanumSquare'; }
	.main-visual .carousel-caption .slogan{padding:50px 40px; width:100%; text-align:center; line-height:1.3; font-size:22px; color:#fff; word-break:keep-all; font-family:'NanumSquare'; font-weight: bold}
	.main-visual .carousel-caption .slogan .main-copy{margin:20px 0; font-size:68px; letter-spacing:-3px; line-height:1.1; font-weight: bold; text-transform: uppercase}

	.main-visual .carousel-control{background:none; text-shadow:none; width:10%; text-indent:-9999em; overflow:hidden;}
	.main-visual .carousel-control, .main-visual .carousel-control:focus, .main-visual .carousel-control:hover{opacity:1;}
	.main-visual .carousel-control.left{background:url('/images/kor06r-18-0404/main/visual_btn_prev.png') no-repeat center center;}
	.main-visual .carousel-control.right{background:url('/images/kor06r-18-0404/main/visual_btn_next.png') no-repeat center center;}

	.main-visual .carousel-indicators li{width:45px; height:6px; box-sizing:border-box; vertical-align:middle; border:1px solid #fff; border-radius:0;}
	.main-visual .carousel-indicators .active{width:45px; height:6px; box-sizing:border-box; background:#fff; border-radius:0;}

	@media only screen and (min-width: 1201px){
		.main-visual .carousel-caption{width:1200px;}
	}
	@media only screen and (max-width: 1200px){
		.main-visual .carousel-caption .slogan{margin-left:12%;}
	}
	@media screen and (max-width:980px){
		.carousel-inner > .item{height:600px;}
		.main-visual .carousel-caption .slogan{padding:35px 25px; width:388px; font-size:15px;}
		.main-visual .carousel-caption .slogan .main-copy{margin-bottom:10px; font-size:50px;}
	}
	@media screen and (max-width:768px){
		.carousel-inner > .item{height:350px;}
		.carousel-inner > .main-img01,
		.carousel-inner > .main-img02{background-position:55% center;}

		.main-visual .carousel-control.left,
		.main-visual .carousel-control.right{background-size:20px;}

		.main-visual .carousel-caption .slogan{padding:20px; width:230px; font-size:13px;}
		.main-visual .carousel-caption .slogan .main-copy{font-size:35px;}
	}




/* 인덱스 */
#main_visual{clear:both; position:relative; text-align:center; width:100%; padding:0; margin:0px auto; overflow:hidden;z-index: 1 }
#main_visual:after{ content:""; display:block; clear:both;}
#main_visual .swiper-slide{width:100%; height:700px; padding:0; background-color:#000; overflow:hidden;}
#main_visual .swiper-slide div.backgroundimg1{width:100%; height:100%; }
#main_visual .swiper-slide div.backgroundimg2{width:100%; height:100%; }
#main_visual .swiper-slide div.backgroundimg3{width:100%; height:100%; }
#main_visual .sliderkit-text {width:100%; max-width:1200px; border:0px solid red; position:absolute; bottom:40%; left:50%; text-align:center; transform:translate(-50%,0); margin-left:0px; }
#main_visual .sliderkit-text h1.lviewa{font-size:2em;  color:#fff; line-height:1.3em; font-weight:400;  padding-bottom:10px; letter-spacing: -0.05em}
#main_visual .sliderkit-text h1.sviewa{font-size:8em;  color:#fff; line-height:1.3em;  font-weight:800;text-shadow: 3px 0px 0px #ffffff, 0px 2px 4px #000; padding-bottom:px; letter-spacing: -0.05em; text-transform: uppercase}
#main_visual .sliderkit-text span{display:inline-block; height:44px; line-height:44px;padding:0 20px; margin:0px auto; font-size:1.3em; color:#fff;  letter-spacing:0.05em; background:rgba(0,0,0,0.8); border-radius:44px}
#main_visual .sliderkit-text span a{color:#fff; }
#main_visual .swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:60px; display:block;}
#main_visual .swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:60px; display:block;}




/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#mainContainer{z-index:555;width:1200px;}

	@media only screen and (min-width: 1201px){
		#mainContainer{padding:50px 0 135px; margin:0 auto; width:1200px;}
	}
	.main-container h3{position:relative; margin-bottom:20px; line-height:1.2; font-weight:400; font-size:20px; color:#000;}
	.main-container h3 span{display:block; margin-top:5px; font-size:14px; color:#6c7079;}

	.main-top h3 img{float:right;}
	.main-top ul{margin:0 -10px;}
	.main-top ul:after{content:""; display:block; clear:both;}
	.main-top li{position:relative; float:left; margin:0 10px; width:calc(25% - 20px); background:#f9f9f9; border:1px solid #c5c5c5;}
	.main-top .txt-frame{margin:30px 25px; word-break:keep-all;}
	.main-top .txt-frame h3{margin-bottom:15px;}
	.main-top .img-frame{width:100%; overflow:hidden;}
	.main-top .img-frame img{width:100%;}
	.main-top a:hover{color:#555;}

	.main-top .caption-link{display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
	.main-top .caption-link:before{position:absolute; top:-1px; left:-1px; content:""; display:block; width:0; height:0; -webkit-transition:all .4s ease-out; -moz-transition:all .4s ease-out; transition:all .4s ease-out;}
	.main-top .caption-link:after{position:absolute; bottom:-1px; right:-1px; content:""; display:block; width:0; height:0; -webkit-transition:all .4s ease-out; -moz-transition:all .4s ease-out; transition:all .4s ease-out;}
	.main-top .caption-link:hover:before{width:100%; height:100%; border-left:5px solid #ff4e00; border-top:5px solid #ff4e00;}
	.main-top .caption-link:hover:after{width:100%; height:100%; border-right:5px solid #ff4e00; border-bottom:5px solid #ff4e00;}

	.main-center{margin:20px -10px;}
	.main-center:after{content:""; display:block; clear:both;}
	.main-center > div{position:relative; float:left; margin:0 10px; padding:30px 25px; height:286px; background:#f9f9f9; border:1px solid #c5c5c5;}
	.webgine-box{width:calc(50% - 20px);}
	.notice-box{width:calc(25% - 20px);}
	.notice-box .more-btn{position:absolute; top:25px; right:20px;}
	.affilates-box{width:calc(25% - 20px);}

	.main-bottom ul{margin:0 -10px;}
	.main-bottom ul:after{content:""; display:block; clear:both;}
	.main-bottom li{position:relative; float:left; margin:0 10px; padding:30px 25px; width:calc(25% - 20px); border:1px solid #c5c5c5; border-left:3px solid #ff4e00;}
	.main-bottom li:nth-child(1){background:url('/images/kor06r-18-0404/main/main_quick01.gif') no-repeat center right 10%;}
	.main-bottom li:nth-child(2){background:url('/images/kor06r-18-0404/main/main_quick02.gif') no-repeat center right 10%;}
	.main-bottom li:nth-child(3){background:url('/images/kor06r-18-0404/main/main_quick03.gif') no-repeat center right 10%;}
	.main-bottom li:nth-child(4){background:url('/images/kor06r-18-0404/main/main_quick04.gif') no-repeat center right 10%;}
	.main-bottom h3{margin-bottom:10px; font-size:18px;}
	.main-bottom h3 + P{font-size:13px;}

	.main-bottom .go-btn{position:absolute; top:0; left:0; display:block; width:100%; height:100%; text-indent:-9999em; overflow:hidden;}
	/*
	@media only screen and (max-width: 1200px){
		#mainContainer{padding:50px 20px 100px; width:100%;}

		.main-top ul, .main-bottom ul{margin:0 -5px;}
		.main-top li, .main-bottom li{margin:0 5px; width:calc(25% - 10px);}

		.main-center{margin:10px -5px;}
		.main-center > div{margin:0 5px;}
		.webgine-box{width:calc(50% - 10px);}
		.notice-box{width:calc(25% - 10px);}
		.affilates-box{width:calc(25% - 10px);}

	}
	@media only screen and (max-width: 980px){
		.main-top ul, .main-bottom ul{margin:-10px;}
		.main-top li, .main-bottom li{margin:10px; width:calc(50% - 20px);}

		.main-center{margin:20px -10px;}
		.main-center > div{margin:0 10px;}
		.webgine-box{margin-bottom:20px !important; width:calc(100% - 20px);}
		.notice-box{width:calc(50% - 20px);}
		.affilates-box{width:calc(50% - 20px);}

	}
	@media only screen and (max-width: 768px){
		#mainContainer{padding:20px 10px 30px; width:100%;}

		.main-top ul, .main-bottom ul{margin:-5px;}
		.main-top li, .main-bottom li{margin:5px; width:calc(50% - 10px);}

		.main-center{margin:10px -5px;}
		.main-center > div{margin:0 5px;}
		.webgine-box{margin-bottom:10px !important; width:calc(100% - 10px); height:468px !important;}
		.notice-box{width:calc(50% - 10px);}
		.affilates-box{width:calc(50% - 10px);}

	}
	@media only screen and (max-width: 480px){
		.main-top ul, .main-bottom ul{margin:0;}
		.main-top li{margin:10px 0 0 0; width:100%;}
		.main-bottom li{margin:10px 0 0 0; width:100%; border:1px solid #c5c5c5; border-top:3px solid #ff4e00;}
		.main-top li:first-child, .main-bottom li:first-child{margin-top:0;}
		
		.main-center{margin:10px 0;}
		.main-center > div{margin:10px 0 0 0;}
		.main-center > div:first-child{margin-top:0;}
		.webgine-box{margin-bottom:0 !important; width:100%;}
		.notice-box{width:100%;}
		.affilates-box{width:100%;}
	}
*/

/* pineart layout
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.util-menu{display: none!important;}
.lang{}
.lang ul li{display: inline-block; margin: 10px 1px 0 }
.lang ul li a{padding:4px 13px 3px; text-align: center; background: #fff; color: #333; font-size: 11px; border-radius:20px; border: 1px solid #dcdcdc}
.lang ul li.on a{padding:4px 13px 3px; text-align: center; background: #1f497d; color: #fff; font-size: 11px; border-radius:20px ;border: 1px solid #1f497d}


/* pineart main
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#main_set_st3 { width:100%; /*max-*/width:1200px; margin:-120px auto 0; position: relative; z-index: 99999}
#main_set_st3:after{ content:""; display:block; clear:both;}
#main_set_st3 li { float:left; width:20%;  height:240px; padding:0;margin:0 auto; cursor:pointer; background:#fff; transition: 0.5s all ease;   -webkit-transition: 0.5s all ease;   -moz-transition: 0.5s all ease;   -ms-transition: 0.5s all ease;   -o-transition: 0.5s all ease; text-align: center; }
#main_set_st3 li div { display:inline-block; width:100%; text-align:center;  margin:35px 0px 25px 0;}
#main_set_st3 li:nth-child(1){background:#335989;}
#main_set_st3 li:nth-child(2){background:#243558;}
#main_set_st3 li:nth-child(3){background:#2d53a2;}
#main_set_st3 li:nth-child(4){background:#287d7f;}
#main_set_st3 li:nth-child(5){background:#2c3137;}
#main_set_st3 li .txt_tit {color:#fff; font-size:1.2em; padding-left:0; padding-top:0px; text-align: center; letter-spacing:0}
#main_set_st3 li span.btn_view { display:inline-block; width:30px; height:30px; line-height:30px; margin:25px auto 0; background:url('/images/logis/btn_view.png') no-repeat 50% 50%; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease; }
#main_set_st3 li:hover span.btn_view{-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg); transform: rotate(90deg);}
#main_set_st3 li:hover:nth-child(1) {background:#000;}
#main_set_st3 li:hover:nth-child(2) {background:#000;}
#main_set_st3 li:hover:nth-child(3) {background:#000;}
#main_set_st3 li:hover:nth-child(4) {background:#000;}
#main_set_st3 li:hover:nth-child(5) {background:#000;}
#main_set_st3 li:hover:nth-child(1) {color:#fff;}
#main_set_st3 li:hover:nth-child(2) {color:#fff;}
#main_set_st3 li:hover:nth-child(3) {color:#fff;}
#main_set_st3 li:hover:nth-child(4) {color:#fff;}
#main_set_st3 li:hover:nth-child(5) {color:#fff;}
#main_set_st3 li:hover .txt_tit{color:#fff;}
/*
@media screen and (max-width:980px){
	#main_set_st3 { min-width:320px; margin:30px auto;}
	#main_set_st3 li {width:20%; height:auto; padding:0; margin:0 0 10px 0; border:none;}
	#main_set_st3 li div {  width:100%;margin:20px 0px 0px 0;}
	#main_set_st3 li div img{ height:40px;}
	#main_set_st3 li .txt_tit {display:block; width:100%; color:#fff; font-size:1em; text-align:center; padding:20px 0 0px 0;}	
	#main_set_st3 li span.btn_view {margin:20px auto 20px; }
}
@media screen and (max-width:768px){
	#main_set_st3 li {width:33.333333%; margin:0; }
	#main_set_st3 li .txt_tit {font-size:1em; padding:10px 0 20px; }
	#main_set_st3 li span.btn_view {display: none}
	#main_set_st3 li:nth-child(4){width: 50%}
	#main_set_st3 li:nth-child(5){width: 50%}
}
*/


#main_set_st2 { width:100%; /*max-*/width:1200px; margin:50px auto; }
#main_set_st2:after{ content:""; display:block; clear:both;}
#main_set_st2 li { float:left; width:33.33333333%;  height:450px; padding:0; margin: 0; cursor:pointer; background:#fff; transition: 0.5s all ease;   -webkit-transition: 0.5s all ease;   -moz-transition: 0.5s all ease;   -ms-transition: 0.5s all ease;   -o-transition: 0.5s all ease; }
#main_set_st2 li div { display:inline-block; width:100%; text-align:center;  margin:0px 0px 30px 0;}
#main_set_st2 li.left {padding:0}
#main_set_st2 li.left .txt_stit {padding: 0 20px 0 10px}
#main_set_st2 li.left .txt_tit {padding: 0 20px 0 10px}
#main_set_st2 li.left .txt_list {padding: 0 20px 0 10px; }
#main_set_st2 li.right {padding:0}
#main_set_st2 li.right .txt_stit {padding: 0 20px 0}
#main_set_st2 li.right .txt_tit {padding: 0 20px 0}
#main_set_st2 li.right .txt_list {padding: 0 20px 0}
#main_set_st2 li.center {background: #632523; padding: 50px; text-align: center; margin: auto}
#main_set_st2 li.center .txt_stit {text-align: center; color: #fff}
#main_set_st2 li.center .txt_tit {text-align: center;color: #fff; padding:15px 0 0 0; line-height: 120%}
#main_set_st2 li.center .txt_list {text-align: center;color: #b39886; margin-bottom:50px}
#main_set_st2 li.center .bar {background: #fff; height: 1px; width:30px; text-align: center; margin: 25px auto 20px; }	
#main_set_st2 li.center .btn { text-align: center; margin:0px auto; padding: 15px 50px; border:3px solid #fff; color: #fff; font-size:1em }	
#main_set_st2 li .txt_stit {color:#000; font-size:1em; padding-left:0; padding-top:0px; text-align: left; color: #e46c0a; text-transform: uppercase; line-height: 1em}
#main_set_st2 li .txt_tit {color:#000; font-size:2em; padding-left:0; padding-top:0px; text-align: left; letter-spacing: -0.05em; font-weight: bold; font-family: 'Nanum Square'}
#main_set_st2 li .txt_list {color:#626262;font-size:13px; padding-top:0px;text-align: left;  }
#main_set_st2 li:hover:nth-child(1) {border-bottom:3px solid #e46c0a;}
#main_set_st2 li:hover:nth-child(3) {border-bottom:3px solid #e46c0a;}
#main_set_st2 li:hover .btn { background: #e46c0a; border:3px solid #e46c0a;font-size:1em }	
/*
@media screen and (max-width:980px){
	#main_set_st2 { min-width:320px; margin:30px auto;}
	#main_set_st2 li {width:33.33333333%; height:auto; padding:0; margin:0 0 10px 0; border:none;}
	#main_set_st2 li div { width:100%;}
	#main_set_st2 li div img{ width:100%;}
	#main_set_st2 li.center .btn {  padding:10px 20px;}	
	#main_set_st2 li .txt_tit {display:block; width:100%; font-size:1.3em;  }
	#main_set_st2 li .txt_list {font-size:0.8em;}
}
@media screen and (max-width:768px){
	#main_set_st2 li {width:100%;}
	#main_set_st2 li .txt_stit {padding: 0 20px 0 !important; font-size: 13px}
	#main_set_st2 li .txt_tit {padding: 5px 20px 0 !important; font-size: 24px}
	#main_set_st2 li .txt_list {padding: 0 20px 20px!important;font-size: 13px}
	#main_set_st2 li:hover:nth-child(1) {border: none}
	#main_set_st2 li:hover:nth-child(3) {border: none}
}
*/


#main_board_st1{width:100%; margin:0px auto; background:rgba(0,0,0,0.01);}
#main_board_st1:after{ content:""; display:block; clear:both;}
#main_board_st1 .board_area{width:100%; max-width:1200px; margin:0px auto;}
#main_board_st1 .board_area .dleft{ position:relative;float:left; width:50%; }
#main_board_st1 .board_area .dright{position:relative; float:right; width:50%;}
#main_board_st1 .board_area div.board_box{width:100%; margin-top:70px; padding:0;}
#main_board_st1 .notice_area { position: relative; width:90%; height: 100%; margin-top:70px; overflow: hidden;}
#main_board_st1 .notice_area .tab { height:50px; border-bottom:1px solid #eee; box-sizing:border-box;  }
#main_board_st1 .notice_area .tab li{float: left; width:120px; background:#eee; }
#main_board_st1 .notice_area .tab a{display: block; width:100%; height: 50px; line-height: 50px; font-size:1.5em; text-align: center;  }
#main_board_st1 .notice_area .tab li:first-child a{border-left: 0px solid #eee}
#main_board_st1 .notice_area .tab li:last-child a{border-right: 0px solid #eee}
#main_board_st1 .notice_area .tab li.on a{ border-bottom: 0 none; color:#fff;  background:#243558;}
#main_board_st1 .notice_area .more{position:absolute; top:12px; right:0px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease; }
#main_board_st1 .notice_area .more:hover{-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg); transform: rotate(90deg);}
#main_board_st1 .notice_area .active{display: block; padding:30px 0 0 0px;}
#main_board_st1 .notice_area li{position: relative; height:50px; line-height:50px; border-bottom:1px solid #eee; }
#main_board_st1 .notice_area li span.date{position: absolute; right: 0; font-size:1em; color:#888;  height:50px; line-height:50px;  }
#main_board_st1 .notice_area div li a{display: inline-block; margin-right:0px; font-size:1em; color:#555;}
#main_board_st1 .notice_area > div{display: none; padding:0; }
#main_board_st1 .g_map { position:relative; width:100%; }
.right_box {float:left; width:100%; height:350px; overflow:hidden;}
.right_box_bnr {position:absolute; left:0; top:0; text-align:center; width:50%; height:100%; padding-top:70px; background:rgba(0,122,193,0.9); z-index:1; transition: 0.5s all ease;   -webkit-transition: 0.5s all ease;   -moz-transition: 0.5s all ease;   -ms-transition: 0.5s all ease;   -o-transition: 0.5s all ease; }
.right_box_bnr div { width:80px; text-align:center;  margin:0 auto;}
.right_box_bnr div i { display:block; vertical-align:middle; width:100%; height:80px; line-height:80px; text-align:center; font-size:2.5em; color:#333; border-radius:100px; background:#fff; }
.right_box_bnr .txt_tit {color:#fff; font-size:1.5em; padding-top:20px; }
.right_box_bnr .txt_list {color:#fff;	font-size:13px;  line-height:20px; padding-top:5px; opacity:0.75;}
.right_box_bnr:hover {  width:100%;  transition: 0.5s all ease;   -webkit-transition: 0.5s all ease;   -moz-transition: 0.5s all ease;   -ms-transition: 0.5s all ease;   -o-transition: 0.5s all ease; }
.right_box_bnr:hover .btn_more.right span{width:140px}
.btn_more{display:inline-block;text-align:center}
.btn_more span{ display:block; margin-top:20px;-webkit-transition:all .2s;transition:all .2s;}
.btn_more.right{text-align:center}
.btn_more.right span{width:80px; font-size:14px; line-height:14px; padding-top:10px;color:#fff;border-top:2px solid #fff}
/*
@media only screen and (min-width: 1201px){

}
@media only screen and (max-width: 1200px){

}
@media screen and (max-width:980px){
	#main_board_st1 .board_area{min-width:320px; height:100%;}	
	#main_board_st1 .board_area .dleft{ width:100%; }
	#main_board_st1 .board_area .dright{width:100%; margin-top:50px; }
	#main_board_st1 .board_area div.board_box{width:90%; margin:0px auto;}
	#main_board_st1 .notice_area {width:100%;}
}
@media screen and (max-width:768px){
	#main_board_st1 .notice_area li a{display:block; width:75%;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden; }
	.right_box_bnr { width:100%;}
	.right_box {width:100%; height:350px; overflow:hidden;}
}
	
*/	
	
	

#main_wide{clear:both; position:relative; top:0; width:100%; margin:0px auto; }
#main_wide:after{ content:""; display:block; clear:both;}
#main_wide .main_wide_con { width:100%; height:530px; }
#main_wide .main_wide_con div.blind { width:100%;  height:100%; }
#main_wide .main_wide_area { position:absolute; top:0; left:50%; margin-left: -600px; text-align:left; width:100%; padding:200px 0px 0px 0px;}
#main_wide .main_wide_area .stit{ font-size:1.7em; color:#fff; padding: 0; line-height:40px}
#main_wide .main_wide_area .ltit{ font-size:2.9em; color:#fff; font-weight: bold; padding: 0;line-height:50px}
#main_wide .main_wide_area span{ display:block; padding:20px 0 20px; font-size:1.2em; font-weight:300; line-height:26px; color:#fff; opacity:1;}
#main_wide .main_wide_area a{display:block; width:200px; height:50px; line-height:50px; font-size:1.2em; color:#fff; background:rgba(0,0,0,0); border:1px solid #fff; margin:20px auto; transition: 0.5s all ease;   -webkit-transition: 0.5s all ease;   -moz-transition: 0.5s all ease;   -ms-transition: 0.5s all ease;   -o-transition: 0.5s all ease; }
#main_wide .main_wide_area a:hover{ color:#fff; background:#c53528;  border:1px solid #c53528;}

	
/*
@media only screen and (min-width: 1201px){

}
@media only screen and (max-width: 1200px){

}
@media screen and (max-width:980px){

}
@media screen and (max-width:768px){
	#main_wide {display: none}
	#main_wide .main_wide_con { width:100%; height:200px; background-size:100% 200px;}
	#main_wide .main_wide_con div.blind { width:100%;  height:200px; }
	#main_wide .main_wide_area { padding:30px 0px 0px 0px;}
	#main_wide .main_wide_area p{ font-size:1.5em; }
	#main_wide .main_wide_area span{ padding-bottom:0px; font-size:0.9em; display: none}
	#main_wide .main_wide_area .stit{ font-size:1.0em;line-height:30px; margin-top: 30px}
	#main_wide .main_wide_area .ltit{ font-size:1.5em; line-height:40px}
}
*/


/* pineart sub
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#sub_nav{position: relative; width: 100%; margin: 0 auto}
#sub_menu{ display:block; width:100%; margin:0px auto; background:#fff;border-bottom: 1px solid #e6e6e6;} /*메뉴가림*/

.sub_location{ width:100%; /*max-*/width:1200px; height:60px;background:#fff; margin:0 auto;}
.sub_location > div .cen{ float:left; width:60px; height:60px; line-height:60px; text-align:center; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; background: #000}
.sub_location > div .cen i{ color:#fff; font-size:1.2em;}
.sub_location ul{width:100%; max-width:1200px; padding:0; margin:0; display: inline-block; width:190px; border-right: 1px solid #e6e6e6;vertical-align: top; box-sizing:border-box; }
.sub_location ul:first-child{ border-left: 1px solid #e6e6e6; }
.sub_location ul li{position: relative; width:100%;}
.sub_location ul li span{display: block; padding: 0 15px; line-height: 60px; font-size:18px; color: #000; background: url('/images/logis/icnLocaArr_black.png') 90% center no-repeat; cursor: pointer;font-family:'NanumSquare'; font-weight: bold}
.sub_location ul.on li span{background: url('/images/logis/icnLocaArr1_black.png') 90% center no-repeat;}
.sub_location ul li a{width:100%; display: block; padding: 8px 15px; color: #000; font-size: 15px; font-family: 'Nanum Gothic'; text-decoration: none}
.sub_location ul li a:hover{color: #fff; background:#1f487c;box-sizing:border-box;}
.sub_location ul ul{display: none;position: absolute;top:60px; left: -1px; padding: 0px 0;background:#fff; border: 1px solid #e6e6e6;  border-top:none; z-index:999999;}
.sub_location ul.on li ul{display: block;}
.sub_location ul.dep2 li span{color: #000;}
.sub_location ul.dep2 ul{width:194px; margin-left: -3px}	
.sub_location ul.dep1 ul{width:191px; }	
	

#sub_path { position:absolute; width:100%; /*max-*/width:1200px; margin:0px auto; top:-40px; left:50%; margin-left:-600px; }
#sub_path .path { position:absolute; top:0; right:0;  }
#sub_path .path li { float: left; text-align:center; padding: 0 8px 0 12px; margin:0; color: #000; background: url('/images/logis/ico_path_black.png') no-repeat left center;font-family:'Nanum Gothic';font-size:13px; }
#sub_path .path li a span.ic-home {padding: 0;cursor: pointer;}
#sub_path .path li a span.ic-home i { background: url('/images/logis/icon_home_over.png')no-repeat left center; display:inline-block; width:11px; height:11px;}
#sub_path .path li:first-child { background:none;}
#sub_path .path li:last-child { color:#000; font-weight:700;}
/*
@media screen and (max-width:980px){
	.sub_location > div .cen{ display:none;}
	.sub_location ul{width:50%;}
	.sub_location ul:first-child{border-left:0px; }
	.sub_location ul.dep2{border-right:0px;}
	.sub_location ul ul{width:100.8% !important;}
	#sub_path { margin:30px auto; padding:0; left:0%; margin-left:0px; background:none;}
	#sub_path .path { display:none; }	
}
@media screen and (max-width:768px){
	#sub_path .path { display:none;}
	.sub_location > div .cen{ display:none;}
	.sub_location ul{width:50%;}
	.sub_location ul:first-child{border-left:0px; }
	.sub_location ul.dep2{border-right:0px;}
	.sub_location ul ul{width:100.8% !important;}
}
*/	
	
