@charset "utf-8";

/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	body { background:url(/images/kor06r-18-0404/common/bg.jpg) #99a1a4 left top repeat-y; }
	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:'NotoSansKR', sans-serif; font-weight:300; font-size:15px; color:#666;}
	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%; background:#fff; }
	#header h1.m_logo { display:none; }
	.m_br { display:none; }
	.m_nav { display:none;  }
	
	#header .top_logo { position:relative; }
	#header .top_logo:after { content:""; display:block; clear:both; }
	#header .main_logo { display:none; }
	#header .top_gallery { display:none; }


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	@media only screen and (min-width: 1201px){
		#wrapper { margin:0 auto; width:1200px; }
		#header .main_logo { margin-left:20px; margin-top:55px; width:780px; height:50px; }
	}

	@media only screen and (min-width: 981px){
		#header{position:absolute; left:0; top:0; z-index:666; width:100%; height:140px; background-color:rgba(149,131,122,0.8);}
		#header .main_logo { display:block;  float:left; margin-left:20px; margin-top:55px; width:600px; height:50px; }
		#header .top_gallery { display:block; }	
		#header.main_header h1 { display:none; width:610px; }
		#header .top_gallery { float:right; padding:0px 20px; width:260px; height:140px; text-align:left; background:#b6b0ae; color:#f02323;}
		#header .top_gallery ul { float:right; margin-top:15px; }
		#header .top_gallery ul:after { content:""; display:block; clear:both; }
		#header .top_gallery ul li { float:left; width:50%; font-size:16px; font-weight:500; }
		#header .top_gallery ul h3 { clear:both; width:100%; line-height:22px; font-size:16px; }
		#header .top_gallery ul h3:nth-of-type(2) { padding-top:10px; }
		#header .top_gallery a { color:#000; }
		#header .top_gallery a:hover { color:#f02323;}
		#header .top_logo {position:relative; margin:0 auto; width:100%; height:90px;}
		#header .top_menu { position:absolute; top:520px; left:0; width:100%; height:50px; background:#95837a; }
		#header .top_menu > div{position:relative; margin:0 auto; width:100%; height:50px;}

		#header h1{float:left; margin-left:20px; }
		#header h1 a{display:block; line-height:90px;}		

		.nav-btn{display:none;}

		.nav-bg{z-index:888; display:none; position:absolute; top:0px; left:0%; width:1000%; height:0px; }

		#nav{position:relative; width:100%; }

		.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:calc((100% - 5px) / 6); height:50px; line-height:50px; text-align:center; border-right:1px solid #b0a29b; }
		.navigation > li:last-child { border-right:none; }
		.navigation > li:hover, .navigation > li.active { height:50px; line-height:50px; background:#593522;}
		
		.navigation .main-menu{display:block; width:100%; line-height:50px; font-weight:500; font-size:18px; color:#fff;}
		
		.navigation .sub-menu{display:none !important; z-index:999; position:absolute; top:75px; left:0; padding:15px 0; width:150px; height:197px; 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:#ff4e00;}
		.navigation > li:hover .sub-menu a{color:#fff;}
		.navigation .sub-menu a:hover{background:#3a3533;}

		.btn_gohome { float:right; margin:30px 20px 0px 0;  }

		
	}

	@media only screen and (min-width: 1201px){
		#header .top_logo, #header .top_menu > div{ margin:0 auto; width:1200px;}
	}

	@media only screen and (max-width: 980px){
		#header{z-index:666; height:auto; padding:0; width:100%; background:#95837a;}
		#header > div{padding:0;}
		#header h1{ position:absolute; left:0; top:0; padding:0 10px; height:65px; line-height:65px; }
		#header h1 a{display:block; line-height:55px; }
		#header h1 img{width:auto; max-height:45px;}
		.btn_gohome { display:none; }

		.nav-btn{z-index:999; display:block; position:absolute; top:20px; right:20px; width:60px; height:23px; cursor:pointer;}
		.nav-btn p { font-size:18px; font-weight:500; color:#fff; }
		.nav-btn span{position:absolute; left:50%; display:block; margin-left:-15px; width:30px; height:3px; background:#000; 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 p { color:#121212; }
		.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:#95837a; 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;}

		.m_nav { display:block; width:100%;  padding:65px 0 0; }
		.m_nav ul { width:100%;  }
		.m_nav:after { content:""; display:block; clear:both; }
		.m_nav li { float:left; font-size:16px; font-weight:700; margin-top:1px; padding:20px 0; width:33.33%;  background:#7c6a60; text-align:center; border-right:1px solid rgba(255,255,255,0.5); }
		.m_nav li:nth-of-type(3n) { border-right:none; }
		.m_nav li a { color:#fff; }
		.m_nav li.active { background:#593522; }
	}
	@media only screen and (max-width: 768px){
		.m_br { display:block; }
		#header h1{padding:0 10px; }
		#header h1.logo { display:none; }
		#header h1.m_logo { display:block; }
		.nav-btn{right:10px;}

		.m_nav li { font-size:14px;  }

	}


/* 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:30px 0px; width:100%; background:#333333; color:#9c9a9a;}
	.footer-area{margin:0 auto; width:100%; box-sizing:border-box;}
	.footer-area:after{content:""; display:block; clear:both;}
	#footer p, #footer li{font-size:13px; letter-spacing:0;}

	.foot-logo{float:left; }
	.foot-info{float:right; width:calc(100% - 250px);}

	.footer-menu{margin:0 auto 15px; line-height:0; font-size:0;}
	.footer-menu li{display:inline-block; margin-left:10px;	padding-left:10px; vertical-align:middle; line-height:10px; border-left:1px solid #9c9a9a; 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:14px; color:#fff;}

	.footer-info{margin-bottom:5px; font-size:15px !important; color:rgba(255,255,255,0.8);}
	.footer-info span{color:#9c9a9a;}
	.footer-copy { font-size:14px; color:#fff;}
	
	@media only screen and (min-width: 1201px){
		.footer-area{ padding:0 20px; 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-info span{display:none;}
	}



/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.carousel-inner > .item{height:520px;}
	.carousel-inner > .main-img01{background:url('/images/kor06r-18-0404/main/main_visual1.jpg') no-repeat center center/cover;}
	.carousel-inner > .main-img02{background:url('/images/kor06r-18-0404/main/main_visual2.jpg') no-repeat center center/cover;}
	.carousel-inner > .main-img03{background:url('/images/kor06r-18-0404/main/main_visual3.jpg') no-repeat center center/cover;}

	.main-visual .carousel-caption{ position:relative; top:0px; left:0; width:100%; }
	.main-visual .carousel-caption .slogan{ z-index:500; position:absolute; padding:100px 50px 0; top:150px; right:0; width:450px; height:370px; background:rgba(0,0,0,0.05);color:#fff;}
	.main-visual .carousel-caption .slogan p { font-family:"Nanum Square"; text-align:left; font-size:36px; font-weight:700; }
	.main-visual .carousel-caption .slogan .main-copy{ margin-top:20px; font-size:48px; line-height:1.1;}

	.main-visual .carousel-control{ z-index:5000; 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; background:#fff; border:none; border-radius:0;}
	.main-visual .carousel-indicators .active{width:45px; height:6px; box-sizing:border-box; background:#593522; border:none; border-radius:0;}

	@media only screen and (min-width: 1201px){
		.main-visual { margin:0 auto; width:1200px; }

	}

	@media screen and (max-width:980px){
		.carousel-inner > .item{height:600px;}
		.main-visual .carousel-caption{ top:0px; left:0; }
		.main-visual .carousel-caption .slogan{ padding:145px 50px 0; top:0px; right:0px; width:360px; height:600px;}
		.main-visual .carousel-caption .slogan p { font-size:24px;}
		.main-visual .carousel-caption .slogan .main-copy{ margin-top:20px; font-size:48px; }
	}
	@media screen and (max-width:768px){
		.main-visual { height:350px; }
		.carousel-inner > .item{height:350px;}
		.carousel-inner > .main-img01,
		.carousel-inner > .main-img02{background-position:55% center;}

		.main-visual .carousel-caption .slogan{ padding:100px 30px 0; top:0px; right:0px; width:70%; height:350px; background:none;}
		.main-visual .carousel-caption .slogan p { font-size:32px; font-weight:900; }
		.main-visual .carousel-caption .slogan .main-copy{ margin-top:20px; font-size:36px; }

		.main-visual .carousel-control.left,
		.main-visual .carousel-control.right{background-size:20px;}

	}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#mainContainer{z-index:555; padding:90px 20px 30px; }

	.main-cont .main_title { margin-bottom:20px; }
	.main-cont .main_title:after { content:""; display:block; clear:both; }
	.main-cont .main_title h3 { float:left; font-family:"Nanum Square"; font-size:24px; font-weight:700; color:#121212; }
	.main-cont .main_title h3 strong { font-weight:900; }
	.main-cont .main_title a { float:right; }
	.main-cont .box { height:150px; }

	
	@media only screen and (min-width: 1201px){
		#mainContainer{ margin:0 auto; width:1200px; }

		.main-cont:after { content:""; display:block; clear:both; }
		.main-cont .cont1 { width:100%; /*float:left; width:670px;*/ }
		.main-cont .cont2 { display:none; float:right; width:435px; }
	}

	@media only screen and (max-width: 1200px){		
		.main-cont .cont2 { margin-top:50px;  }
	}

	@media only screen and (max-width: 980px){		
		#mainContainer { padding:40px; }
	}


	@media only screen and (max-width: 768px){
		.main-cont .box { height:auto; }
		#mainContainer { padding:20px; }
		.main-cont .cont2 { margin-top:30px;  }

		.main-cont .main_title { margin-bottom:10px; }
		.main-cont .main_title h3 { font-size:20px; }

	}
