/* GLOBAL STYLES-------------------------------------------------- */
body { font-family:'Nanum Gothic';font-size:14px;color:#333;}
a {text-decoration:none !important;}
ul,li {margin:0 auto;padding:0;list-style:none;}
hr.clearfix {border:0px;padding-top:2%;}
@media (max-width: 767px) {
	body { font-family:'Nanum Gothic';font-size:13px;}
	.dropdown-menu {font-size:12px;}
	.navbar-nav .open .dropdown-menu {background-color:#111;}
	.navbar-nav .open .dropdown-menu li a.active {color:#90e1ff;}

	.navbar-toggle {margin-right:0px !important;}
	.container-fluid>.navbar-collapse, 
	.container-fluid>.navbar-header,
	.container>.navbar-collapse, 
	.container>.navbar-headerr {padding-right:-30px !important;padding-left:-30px !important;}
	footer.sub div li.txt {letter-spacing:-1px;}
}

/* pc 메뉴 ----------------------------------------------- */
.pc_navbar {width:100%;max-width:750px; height:64px;float:right;}
.pc_navbar ul.depth1 {width:100% height:64px;}
.pc_navbar ul.depth1 > li {width:20%;text-align:center;float:left;}
.pc_navbar ul.depth1 > li a.nav_title {font-size:16px;color:#666;font-weight:bold;line-height:64px;}
.pc_navbar ul.depth1 > li a.nav_title:hover,
.pc_navbar ul.depth1 > li a.on,
.pc_navbar ul.depth1 > li a.active {color:#000;}
.pc_navbar ul.depth2 {display:none;z-index:31;width:100%; border-left:1px solid #555;height:270px;margin-top:20px;}
.pc_navbar li.menu05 ul.depth2 {border-right:1px solid #555;}
.pc_navbar ul.depth2 li {padding:6px 0;}
.pc_navbar ul.depth2 li a {font-size:13px; color:#fff;}
.pc_navbar ul.depth2 li a.active {color:#90e1ff;}
.pc_navbar ul.depth2 li:hover a{color:#90e1ff; text-decoration:underline !important;}
.menu_bg {display:none;height:300px; position: absolute; right: 0; top:96px; width:100%;z-index:30;border-bottom:1px solid #555;background-color:rgba(0, 0, 0, .7);}

/* main -------------------------------------------------- */
.carousel-indicators li {border:2px solid #fff !important;}
.topbar {background-color:#efefef; height:30px; }
.topbar span a {font-size:11px; line-height:30px; color:#666; margin-left:10px;}
.topbar span a:hover {color:#000;}
footer.main {width:100%;height:50px;text-align:center;background-color:#000;}
footer.main p{font-size:12px;color:#fff;padding-top:18px;}
.navbar {margin-bottom:0px !important;}
.layer_wrap {position:absolute;width:100%;}
.layer_box {position:relative;margin:0 auto;margin-top:7%;width:80%;max-width:1200px;z-index:10;}
.layer_box > li {display:table;text-align:center;}
.layer_box > li > p {font-family:'Arial';display:table-cell;height:500px;text-align:center;vertical-align:middle; cursor:pointer;}
.layer_box > li > p a {font-size:48px;color:#fff;font-weight:600;text-shadow: 0 3px 5px rgba(0, 0, 0, .8);}
.layer_box > li > div.layer_pop {position:absolute;left:0;top:130px;width:100%;cursor:pointer; }
.layer_box > li > div.layer_pop ul {width:75%;height:400px;background-color:#fff;border:1px solid #cfcfcf; font-size:14px;color:#000;line-height:1.8;padding:100px 20px 30px 20px;letter-spacing:-0.5px;}
.layer_box > li > div.layer_pop ul img.title_img {position:absolute;left:50%;margin-left:-105px;top:0px;margin-top:-105px;}
.layer_box > li > div.layer_pop ul h2 {font-family:'Arial';font-size:48px;color:#0054a6;}
.layer_box > li > div.layer_pop ul hr {width:30px;border-top:3px solid #999;}
.layer_box > li > div.layer_pop ul a {font-weight:bold;color:000;line-height:5;}


.navbar-wrapper {
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* Carousel base class */
.carousel {
  height: 805px;
}

.carousel-caption {
  z-index: 10;
}

.carousel .item {
  height: 805px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 805px;
}


/** Preloader **/
#os-preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #ffffff;
	z-index:999999; 
}
#os-preloader .spinner {
	margin: 150px auto 0;
	width: 70px;
	text-align: center;
	position:fixed;
	z-index:999999;
	width:250px;
	height:250px;
	position:absolute;
	left:50%; 
	top:50%; 
	background-size:32px 32px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-125px 0 0 -125px; 
}
#os-preloader .spinner > div {
	width: 18px;
	height: 18px;
	background-color: #ccc;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#os-preloader .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
#os-preloader .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/** Back to top menu **/
#os-backtotop {
	color: #fff;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    padding: 16px;
    display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
	background: rgba(0,0,0,0.4);
	z-index: 5000;
	cursor: pointer;
}
#os-backtotop:hover {    
	background-color: #333;
}


/* 미디어쿼리 처리*/

@media (max-width: 1199px) {
	.layer_box > li > p a {font-size:38px;}
	.layer_box > li > div.layer_pop ul h2 {font-size:34px;}
}
@media (max-width: 991px) {
	.pc_navbar {width:570px;}
	.pc_navbar ul.depth1 > li a.nav_title {font-size:13px;}
	.navbar-brand>img {width:120px;}
	.layer_box > li > p a {font-size:28px;}
	.layer_box > li > div.layer_pop ul {width:90%;padding:80px 20px 30px 20px}
	.layer_box > li > div.layer_pop ul h2 {font-size:24px;}
	.layer_box > li > div.layer_pop ul img.title_img {width:80%;margin-left:-85px;}
}
@media (max-width: 767px) {
	.navbar-brand {padding:5px;}
	.navbar-brand>img {width:auto;}
	.carousel,
	.carousel .item { height: 600px;}
	.layer_box > li {padding-top:5%;}
	.layer_box > li > p {height:140px;}
	.layer_box > li > p a {font-size:24px;}
	.layer_box > li:nth-child(1) > p {background:url('../simg/main/point_img01.png')center center no-repeat; background-size:contain;}
	.layer_box > li:nth-child(2) > p {background:url('../simg/main/point_img02.png')center center no-repeat; background-size:contain;}
	.layer_box > li:nth-child(3) > p {background:url('../simg/main/point_img03.png')center center no-repeat; background-size:contain;}
	.layer_box > li > div.layer_pop {display:none !important;}
	.layer_box > li > div.layer_pop ul {padding:50px 10px}
}

@media (min-width: 768px) {
	.navbar-wrapper {border-bottom:1px solid #cfcfcf;}
	.navbar-brand {padding:5px;height:64px !important;}
	header.sheader {position:fixed;top:0;width:100%;background-color:#fff;z-index:999;}
	.svisual_area {margin-top:96px;}
}
