/*@Font : Nanumsquare*/
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);

@font-face{
	font-family: "Nanum Square";
	font-weight: 200;
	src: url('../fonts/NanumSquareL.ttf') format('opentype');
}
@font-face{
	font-family: "Nanum Square";
	font-weight: 400;
	src: url('../fonts/NanumSquareR.ttf') format('opentype');
 }
@font-face{
	font-family: "Nanum Square";
	font-weight: 600;
	src: url('../fonts/NanumSquareB.ttf') format('opentype');
 }
@font-face{
	font-family: "Nanum Square";
	font-weight: 900;
	src: url('../fonts/NanumSquareEB.ttf') format('opentype');
 }

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media only screen and (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*body*/
.body {
	font-family: 'Nanum Square', Arial, sans-serif !important;
	letter-spacing: -1px;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%
}

/*#s005 - Logo*/
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media (max-width:992px){
	#header.header-narrow .header-logo {
		margin-top: 0px;
		padding-top: 0px !important;
		float: none;
		display: block;
		text-align: center;

	}
	#header .header-logo img {
		width: 100px;
    	margin: 15px 0 !important;
	}
}
/*#s005 - Header*/
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
	background-color: #303030 !important;
	box-shadow: 0 0 0 !important;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li > a {
	font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    padding: 35px 30px !important;
    border-radius: 0px;
    text-transform: none;
    cursor: pointer;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #612683 !important;
	font-weight: 600;
	position: relative;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: #fff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: #252833;
    border-color: #b3b3b3;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #0670cf;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a {
    color: #ffe259 !important;
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (min-width:991px) and (max-width:1200px) {
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:991px) {
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		width: 100%;
		box-shadow: 0 0 0;
		border: 1px solid #ddd;
		margin-top: -10px;
		padding: 10px 5px;
	}
	#header .header-nav-main nav > ul > li.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
		font-size: 14px;
		border-bottom: 0px;
		padding: 5px;
	}
}
@media (max-width:992px) {
	#header .header-nav-main {
		display: block !important;
		height: auto !important;
	}
	html.sticky-header-active #header .header-body {
		top: 0px !important;
	}
	#header .header-nav-main nav {
		margin-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li {
		border: 1px solid #ddd;
		border-right: 0px;
	}
	#header .header-nav-main nav > ul > li:first-child {
		border-left: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a {
		background-color: transparent;
		color: #ffe259 !important;
	}
	#header .header-nav-main nav > ul > li {
		float: left;
		display: block;
		width: 25%;
		clear: none;
		border-bottom: 0px !important;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #fff !important;
        padding: 7px 8px 7px 8px !important;
		border-left: 0px !important;
        font-size: 13px;
		margin: 0px !important;
		text-align: center;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        font-size: 13px;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #0152a4 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}
}
@media (max-width: 768px) {
	/*nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}*/
	#header .header-container {
		padding: 0px;
	}
    #header .header-nav-main nav > ul > li > a {
		padding: 7px 0px !important;
		font-size: 10px;
    }
}
/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 15px 5px;
    background-color: transparent;
    color: #0670cf;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 16px !important;
	display: none;
}
/*sec_dvd*/
.sec_dvd {
	padding: 120px 0;
}
.sec_dvd.sec_dvd_mini {
	padding: 40px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 40px 0;
	}
	.sec_dvd.sec_dvd_mini {
		padding: 15px 0;
	}
}
/*conbox*/
.conbox {
	margin-top: 60px;
}
@media (max-width:768px){
	.conbox {
		margin-top: 20px;
	}
}
/*msec01*/
#msec01 {
	position: relative;
	background: url(./../images/main_slide01.jpg) center center no-repeat;
	background-size: cover;
}
#msec01 .img_wrp .img_con {
	display: table;
	width: 100%;
	height: 100%;
}
#msec01 .img_wrp .img_con .img_box {
	display: table-cell;
	vertical-align: middle;
}
@media (min-width:991px){
	#msec01 .img_wrp {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
}
@media (max-width:992px){
	#msec01 .img_wrp .img_con .img_box {
		padding: 30px 0;
	}
}
/*msec02*/
#msec02 {
	background: url(./../images/msec02_bg.png) center center no-repeat;
}
#msec02 .img_wrp {
	margin: 40px 0;
}
@media (max-width:768px){
	#msec02 .img_wrp {
		margin: 15px 0;
	}
}
/*msec03*/
#msec03 {
	background: url(./../images/msec03_bg.jpg) center center no-repeat;
	background-size: cover;
}
@media (max-width:768px){
	#msec03 .conbox ul li img {
		max-width: 70%;
	}
}
/*msec04*/
#msec04 {
	line-height: 0px;
}
#msec04 iframe {
	height: 650px;
}
@media (max-width:768px){
	#msec04 iframe {
		height: 300px;
	}
}
/*msec05*/
#msec05 {
	background: url(./../images/msec05_bg.jpg) center center no-repeat;
	background-size: cover;
}
#msec05 .conbox{
	background: url(./../images/msec05_deco.png) center bottom no-repeat;
	background-size: cover;
	padding-top: 40px;
}
@media (min-width:991px) {
	#msec05 {
		padding-bottom: 0px;
	}
}
@media (max-width:992px) {
	#msec05 .conbox{
		padding-top: 20px;
	}
	#msec05 .conbox .img_wrp {
		background-color: #f7f7f7;
		border: 1px solid #ddd;
	}
}
/*msec06*/
#msec06 {
	background: url(./../images/msec06_bg.jpg) center top no-repeat;
	background-size: cover;
}
/*msec07*/
@media (max-width:992px) {
	#msec07 .img_wrp {
		margin-bottom: 20px;
	}
}
/*msec08*/
#msec08 .owl-carousel .img-thumbnail,
#msec08 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#msec08 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#msec08 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#msec08 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#msec08 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#msec08 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){
	#msec08 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	#msec08 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
/*msec09*/
#msec09 {
	background: url(./../images/msec09_bg.png) top no-repeat;
	background-color: #222;
}
#msec09 .row {
	margin: 0 -20px;
}
#msec09 .row > li {
	padding: 0 20px;
}
#msec09 .conbox ul li h4 {
	font-size: 26px;
	line-height: 1em;
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px;
}
#msec09 .conbox ul li p {
	font-size: 17px;
	line-height: 1em;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0px;
}
#msec09 .yoon_map {
	margin-bottom: 15px;
}
#msec09 .yoon_map .root_daum_roughmap .wrap_map {
    height: 300px !important;
}
#msec09 .tel_wrp {
	margin-bottom: 60px;
}
#msec09 .cate_img {
    background-color: #bd9246;
    padding: 15px;
    margin-top: 40px;
}
#msec09 .cate_img .box_item > li {
	position: relative;
	width: 11.1111111%;
}
#msec09 .cate_img .box_item > li:after {
	content: "";
	position: absolute;
	top: 10%;
	right: 0;
	height: 80%;
	width: 1px;
	background-color: rgba(255,255,255,0.1);
}
#msec09 .cate_img .box_item > li:last-child:after {
	display: none;
}
#msec09 .cate_img .box_item .img_wrp {
	margin-top: 10px;
}
#msec09 .cate_img .box_item h4 {
	font-size: 17px;
	line-height: 1em;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 15px;
}
@media (max-width:768px) {
	#msec09 .conbox ul li h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#msec09 .conbox ul li p {
		font-size: 12px;
		margin-bottom: 20px !important;
	}
	#msec09 .tel_wrp {
		margin-bottom: 20px;
	}
	#msec09 .time_wrp img,
	#msec09 .tel_wrp img {
		max-width: 70%;
	}
	#msec09 .yoon_map .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
	#msec09 .cate_img {
		margin-top: 20px;
	}
	#msec09 .cate_img .box_item > li {
		width: 33.3333333%;
	}
	#msec09 .cate_img .box_item > li.br-none:after {
		display: none;
	}
	#msec09 .cate_img .box_item img {
		width: 30px;
	}
	#msec09 .cate_img .box_item h4 {
		font-size: 12px;
		margin-top: 15px;
	}
}
/*footer*/
#footer {
	margin-top: 0px;
	border: 0px;
	padding: 50px 0 !important;
}
#footer p {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	color: #aaa;
}
@media (max-width:768px) {
	#footer p {
		font-size: 11px;
        word-break: keep-all;
	}
}
