/*Font: Montserrat*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');

/*Font: NanumSquare*/
@font-face {
    font-family:'NanumSquare';
    font-weight:400;
    font-style: normal;
    src: url('../font/NanumSquareR.eot');
    src: url('../font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumSquareR.woff') format('woff'),
         url('../font/NanumSquareR.ttf') format('truetype')
}


@font-face {
    font-family:'NanumSquare';
    font-weight:700;
    font-style: normal;
    src: url('../font/NanumSquareB.eot');
    src: url('../font/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumSquareB.woff') format('woff'),
         url('../font/NanumSquareB.ttf') format('truetype')
}


/*Font: Noto Sans KR*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Light.woff2) format('woff2'), url(../fonts/NotoSans-Light.woff) format('woff'), url(../fonts/NotoSans-Light.ttf) format('truetype'), url(../fonts/NotoSans-Light.otf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Regular.woff2) format('woff2'), url(../fonts/NotoSans-Regular.woff) format('woff'), url(../fonts/NotoSans-Regular.ttf) format('truetype'), url(../fonts/NotoSans-Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Medium.woff2) format('woff2'), url(../fonts/NotoSans-Medium.woff) format('woff'), url(../fonts/NotoSans-Medium.ttf) format('truetype'), url(../fonts/NotoSans-Medium.otf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Bold.woff2) format('woff2'), url(../fonts/NotoSans-Bold.woff) format('woff'), url(../fonts/NotoSans-Bold.ttf) format('truetype'), url(../fonts/NotoSans-Bold.otf) format('truetype');
    font-weight: 700;
    font-style: normal
}

/* 팝업레이어 */
#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;
	margin:0 auto;
	height:0;
}
.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;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*body*/
.body {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -0.8px;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.8px;
}
img {
    max-width: 100%;
}
@media (min-width:1601px){
    #header .header-container1.header-container {
        width: 1630px;
		margin: 0 auto;
    }
    #header .header-container2 .header-container {
        width: 1630px;
		margin: 0 auto;
    }
}
@media (max-width:1599px) and (min-width:1401px){
    #header .header-container1.header-container {
        width: 1400px;
		margin: 0 auto;
    }
    #header .header-container2 .header-container {
        width: 1400px;
		margin: 0 auto;
    }
}
@media (max-width:1400px) and (min-width:991px){
    #header .header-container1.header-container {
        width: 1170px;
		margin: 0 auto;
    }
    #header .header-container2 .header-container {
        width: 1170px;
		margin: 0 auto;
    }
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}

/*header_top*/
.header_ttop {
	padding: 0;
	background-color: #f7f7f7;
}
.header_ttop a {
	display: inline-block;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
	padding: 5px;
	font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    color: #666;
	font-family: "gulim";
	text-decoration: none;
}
.header_ttop a.fr {
	float: right;
	border: 0px;
	position: relative;
	padding-left: 10px;
}
.header_ttop a.fr:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 50%;
	background-color: #afb3c6;
	right: 0;
	top: 25%;
}
.header_ttop a.fr.br_none:before {
	display: none;
}
.header_ttop a .nv_login {
	width: 18px;
	vertical-align: middle;
}
@media (max-width:768px){
	.header_ttop a {
		font-size: 12px;
	}	
	.header_ttop a.fr {	
	}
}
/*#s005 - Header*/
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
	background-color: #fff !important;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.2) !important;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
#header .cir_wrp a {
	text-decoration: none;
	display: inline-block;
	width: 50px;
	margin: 0 5px;
}
#header .rgt_nav ul li {
	display: inline-block;
	position: relative;
}
#header .rgt_nav ul li:after {
	content: "";
	position: absolute;
	right: -4px;
	top: 20%;
	height: 60%;
	width: 1px;
	background-color: #ddd;
}
#header .rgt_nav ul li:last-child:after {
	display: none;
}
#header .rgt_nav ul li a {
	text-decoration: none;
	font-size: 16px;
	line-height: 1em;
	padding: 8px;
	color: #594a41;
    letter-spacing: -0.8px;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li > a {
	font-size: 19px;
    line-height: 1.3em;
    font-weight: 400;
    color: #fff !important;
    padding: 15px 5px !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    text-align: center;
    letter-spacing: -0.8px;
    float: left;
    width: 8.33333333%;
    border-right: 1px solid rgba(255,255,255,0.3);
}
#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: transparent;
}
#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: #72b517;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #fff !important;
	background-color: #594a41;
}
#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:1200px) and (max-width:1670px) {	
	#header .header-nav-main nav > ul > li > a {
		font-size: 15px;
	}
}
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 10px 15px !important;
		word-break: keep-all;
		font-size: 13px;
	}
	
}
@media (min-width:991px) {	
    #header .header-container1 {
        table-layout: fixed;
    }
    #header .header-container2 {
		background-color: #594a41;
    }
    #header .header-nav-main {
        float: none;
    }
    #header .header-nav-main nav > ul {
        display: table;
        width: 100%;
        height: 100%;
    }
    #header .header-nav-main nav > ul > li {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: auto;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        position: relative;
    }
    #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background: url(../img/top_h_bg.png) 160px bottom no-repeat;
        background-color: #fcfcfc;
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
    }
    #header .header-nav-main nav > ul:hover:after {
        height: 630px;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul:hover > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
        top: 50px;
        display: block;
        opacity: 1;
        width: 100%;
    }
	#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;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
	}
	#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 {
        word-break: keep-all;
        font-size: 15px;
        font-weight: 400;
        border-bottom: 0px;
        padding: 7px 5px;
        text-align: center;
        white-space: initial;
        line-height: 1.2em;
     }
    #header .header-nav-main nav > ul > li.impt > a {
        color: #fff !important;
        position: relative;
        background-color: #72b517;
    }
    #header .header-nav-main nav > ul > li.impt.open > a, 
    #header .header-nav-main nav > ul > li.impt:hover > a {
        color: #fff;
        background-color: #72b517;
    }
    #header .header-nav-main .dropdown-mega-content > ul > li.h300 {
        height: 300px;
        margin-bottom: 30px;
    }
    #header .header-nav-main .dropdown-mega-content > ul > li a {
        text-align: left !important;
    }
    #header .header-nav-main .dropdown-mega-content > ul > li h3 .big {
        position: relative;
        padding-left: 10px;
        font-weight: 600 !important;
        border-bottom: 1px solid #ddd !important;
        display: block;
        font-size: 19px;
    }
    #header .header-nav-main .dropdown-mega-content > ul > li h3 .big:after {
        content: "";
        position: absolute;
        left: 0;
        width: 3px;
        height: 3px;
        background-color: #b8a9a0;
        top: 15px;
    }
}
@media (max-width:992px) {

	#header .rgt_nav ul {
	    text-align: center;
	}
	#header .rgt_nav ul li a {
		font-size: 12px;
		border: 1px solid #ddd;
		border-radius: 10px;
		padding: 4px;
	}
	#header .cir_wrp a {
		width: 35px;
		margin: 0;
	}
	#header .header-container1 {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	#header .header-container1 .header-row {
		display: table-row;
	}
	#header .header-container1 .header-column {
		display: table-cell;
	}
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !important;
	}
	#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 {
    	color: #000 !important;
		border-color: #fff;
		background-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px !important;
		font-size: 15px;
        text-align: left;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#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: #000 !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 {
		font-size: 14px;
		padding: 2px 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
/*header-logo*/
#header.header-narrow .header-logo {
    float: none;
    display: inline-block;
}
#header.header-narrow .header-logo img {
    margin: 25px 0;
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .header-logo img {
		width: 130px;
		margin: 15px 0 !important;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	background-color: #f7f7f7;
}
.mobile-nav .mlogo {
	width: 80px;
}
.mobile-nav .mobile_m_btn {
	margin-bottom: 30px;
}
.mobile-nav .mobile_m_btn a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	background-color: #594a41;
	font-size: 12px;
	padding: 5px 15px;
}
.mobile-side-menu {
	border-top: 1px solid rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.mobile-side-menu li a {
	font-size: 16px;
    color: #111;
    font-weight: 300;
}
.mobile-side-menu > li > a {
	border-bottom: 1px solid #ddd;
}
.mobile-side-menu > li:last-child > a {
	border-bottom: 0px;
}
.mobile-side-menu li .mmenu-toggle {
	color: #aaa;
}
.mobile-side-menu li ul li a {
	font-size: 15px;
    color: #333;
    font-weight: 300;
}
.mobile-nav .mobile_m_toggle .mmenu-toggle-btn {	
	float: none;
	display: inline-block;
	color: #333 !important;
	background-color: #ddd;
	font-size: 12px;
	padding: 5px 15px;
	width: auto;
	line-height: 1.5;
	margin: 0px;
}
/*mmenu btn*/
.mmenu-toggle-btn {
    float: right;
    margin: 16px 5px;
    background-color: transparent;
    color: #151a44 !important;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 20px !important;
    margin-top: -56px;
}
.mmenu-toggle-btn.side_btn {
    font-size: 12px !important;	
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
.mmenu-toggle-btn:hover, .mmenu-toggle-btn:focus {
	color: #fff;
	text-decoration: none;
}
/*mobile-nav*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 20px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li a {
	display: block;
	font-size: 16px;
	line-height: 40px;
	background-color: transparent;
	border: 0;
    font-weight: 400;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/40px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}

#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}
.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}


/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: right;
    margin: 16px 5px;
    background-color: transparent;
    color: #151a44;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 20px !important;
    margin-top: -56px;
}

/*visual*/
#visual .owl-carousel img {
    display: inline-block;
    width: auto;
}
#visual .owl-carousel .bg1 {
	background: url(../img/visual1.jpg) center center no-repeat;
	background-size: cover;
}
#visual .owl-carousel .bg2 {
	background: url(../img/visual2.jpg) center center no-repeat;
	background-size: cover;
}
#visual .bkbox {
    max-width: 750px;
    padding: 60px 0;
    background-color: rgba(16, 16, 16, 0.8);
    margin: 0 auto;
}
#visual .bkbox .btn_wrp a {
    background-color: #9fb927;
}
#visual .btn_wrp {
	margin-top: 40px;
}
#visual .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #594a41;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    padding: 13px;
    min-width: 180px;
    
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (min-width: 769px) {
	#visual .c_wrp {
		height: 500px;
	}
}
@media (max-width: 768px) {
	#visual .c_wrp {
		height: 300px;
	}
	#visual .btn_wrp {
		margin-top: 20px;
	}
    #visual .btn_wrp a {
        font-size: 13px;
        padding: 10px;
        min-width: 150px;
    }
    #visual .main01 .txtbox{
        padding-top: 40px;
    }
}

#visual .owl-carousel .owl-dots {
	position: relative;
	top: -50px;
	height: 0px;
    margin: 0px;
}
#visual .owl-carousel .owl-dots .owl-dot span, 
#visual .owl-carousel .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    border-radius: 50%;
	width: 15px;
	height: 15px;
	margin: 5px 4px;
}
#visual .owl-carousel .owl-dots .owl-dot:hover span {
	background: rgba(0, 0, 0, 0.5);
}
#visual .owl-carousel .owl-dots .owl-dot.active span{
	background: #9fb927;
}
@media (max-width:768px){
    #visual .owl-carousel .owl-nav, 
    #visual .owl-carousel .owl-dots {
        top: -30px;
    }
    #visual .owl-carousel .owl-dots .owl-dot span, 
    #visual .owl-carousel .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
        margin: 3px 4px;
    }
}
/*footer*/
#footer {
    margin-top: 0px !important;
    background-color: #222222;
    padding: 60px 0 !important;
    border-top: 0px;
}
#footer p {
    font-size: 14px;
    line-height: 1.6em;
    color: #aaa;
    margin-bottom: 15px;
    font-weight: 300;
    word-break: keep-all;
}
@media (max-width:768px) {
    #footer {
        padding: 40px 0 100px !important;
    }
    #footer .c_wrp > div {
		text-align: center;
    }
    #footer .logo_foor img {
        width: 200px;
    }
    #footer p {
        font-size: 11px;
    }
}


/*sec_dvd*/
.sec_dvd {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 20px 0;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini  {
    margin-top: 40px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini  {
		margin-top: 15px;
	}
}

/*c_wrp*/
.v_m > div,
.v_m > li {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div,
    .c_wrp > li {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > div,
    .m_wrp > li {
        display: table-cell;
    }
}

/*dft*/
.dft {
    word-break: keep-all;
    margin-bottom: 30px;
}
h1.dft {
    font-size: 40px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 35px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 22px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 15px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
	margin-top: 20px
}
p.dft {
    font-size: 16px;
    line-height: 1.6em;
    color: #221814;
    font-weight: 300;
}
@media (max-width:768px){
    .dft {
        margin-bottom: 15px;
    }
    h1.dft {
        font-size: 20px;
    }
    h2.dft {
        font-size: 18px;
    }
    h3.dft {
        font-size: 15px;
    }
    h4.dft {
        font-size: 14px !important;
    }
    h5.dft {
        font-size: 13px;
    }    
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 12px;
    }
}


/*mtit*/
.mtit h4 {
	line-height: 1em;
	color: #594a41;
	font-weight: 600;
	position: relative;
}
.mtit h4 .more {
	position: absolute;
	right: 0;
	line-height: 1em;
	color: #594a41;
	font-weight: 700;
}
.mtit h4 span {
	font-size: 17px;
	color: #8d8d8d;
	font-weight: 400;
}
.mtit p {
	color: #9c867a;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 300;
	margin-top: 10px;
}
@media (max-width: 768px) {
	.mtit h4 span {
		display: block;
		font-size: 12px;
		margin-top: 5px;
	}
}
/*ban_tit*/
.ban_tit h3 {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .ban_tit h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .ban_tit h3 img {
        height: 20px;
    }
}
/*msec01*/
#msec01 .conwrp {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
#msec01 .ban h1 {
    font-size: 55px;
    line-height: 1em;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
#msec01 .ban h1 a {
    text-decoration: none;
    display: block;
    font-weight: inherit;
    font-size: inherit;
    color: #1e1e1e;
}
#msec01 .ban h1 a .txt_sm {
    font-size: 0.7em;
    font-weight: 300;
}
#msec01 .ban .m_list li {
    font-size: 15px;
    line-height: 1.5em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
}
#msec01 .ban .m_list li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #8dc63f;
    border-radius: 50%;
    top: 50%;
}
#msec01 .ban a.blog {
	background: url(../img/bl_link.png) 10px center no-repeat;
	background-size: 30px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	padding: 10px;
	padding-left: 45px;
	text-align: center;
	border-radius: 4px;
	background-color: #36ac37;
}
#msec01 .ban p {
    font-size: 13px;
    line-height: 1.2em;
    color: #636363;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
    word-break: keep-all;
}
@media (min-width: 769px) {
    #msec01 .p_left {
        width: 66.66666%;
    }
    #msec01 .p_right {
        width: 33.33333%;
    }
}
@media (max-width: 768px) {
    #msec01 .conwrp {
        padding: 10px 0;
    }
    #msec01 .ban h1 {
        font-size: 35px;
    }
    #msec01 .ban .m_list li {
        font-size: 13px;
    }
}

/*msec01 :: ban02*/
@media (max-width: 768px) {
    #msec01 .ban02 {
        padding-left: 15px !important;
    }
}
/*msec01 :: ban03*/
#msec01 .ban03 a {
    text-decoration: none;
    display: block;
}
#msec01 .ban03 a h4 {
    margin-top: 10px;
}
/*msec01 :: ban04*/
#msec01 .ban04 a {
    text-decoration: none;
    display: block;
    padding: 20px 0;
}
#msec01 .ban04 a h2 {
    font-weight: 700;
    margin-bottom: 15px;
}
#msec01 .ban04 a h2 span {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    background-color: #9fb927;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
}
#msec01 .ban04 a h6 {
    font-weight: 300;
}
@media (max-width: 768px) {
    #msec01 .ban {
        padding: 20px 0;
    }
    #msec01 .ban.ban03 {
        border-top: 1px solid #ddd;
    }
    #msec01 .ban.ban03 .icon_wrp img {
        width: 50px;
    }
    #msec01 .ban.ban03 .m_wrp {
        table-layout: fixed;
    }
}
/*msec02*/
#msec02 ul {
	margin: 0 -5px;
	margin-top: 20px;
}
#msec02 ul > li {
	padding: 0 5px;
	margin: 5px 0;
}
#msec02 ul li a {
	text-decoration: none;
	display: block;
	position: relative;
}
#msec02 ul li:nth-child(even) a {
	background-color: #594a41;
}
#msec02 ul li:nth-child(1) a {
	background-color: #b58622;
}
#msec02 ul li:nth-child(3) a {
	background-color: #4f2b60;
}
#msec02 ul li:nth-child(5) a {
	background-color: #2a857e;
}
#msec02 ul li:nth-child(7) a {
	background-color: #8b9b25;
}
#msec02 ul li:nth-child(9) a {
	background-color: #731954;
}
#msec02 ul li a .txtbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 25px 15px;
}
#msec02 ul li a .txtbox .lined {
	line-height: 0px;
}
#msec02 ul li a .txtbox .lined:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 10px;
}
#msec02 ul li a .txtbox h4 {
	font-weight: 300;
	line-height: 1.2em;
}
#msec02 ul li a .txtbox h4 strong {
	font-weight: 600;
}
#msec02 ul li a .txtbox .btn_wrp {
	margin-top: 15px;
}
#msec02 ul li a .txtbox .btn_wrp span {
	display: inline-block;
	line-height: 1em;
	padding: 5px 10px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 13px;
}
/*msec03*/
@media (min-width: 769px) {
	#msec03 .c_wrp .lft {
		width: 66.666666%;
	}
}
/*latest-review*/
#latest-review {
	border: 1px solid #ddd;
	/*padding: 40px 15px;*/
	padding: 0px 15px;
}
#latest-review.br-none {
	border: 0px;
}
#latest-review .txtbox {
	padding: 15px 0;
}
#latest-review .owl-carousel {
	margin-top: 20px;
}
#latest-review .owl-carousel .owl-dots {
	position: relative;
	top: 0px;
    margin: 0px;
}
#latest-review .owl-carousel .owl-dots .owl-dot span, 
#latest-review .owl-carousel .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 5px 4px;
}
#latest-review .owl-carousel .owl-dots .owl-dot:hover span {
	background: rgba(0, 0, 0, 0.5);
}
#latest-review .owl-carousel .owl-dots .owl-dot.active span{
	background: #9fb927;
}
@media (max-width:768px){
    #latest-review .owl-carousel .owl-nav, 
    #latest-review .owl-carousel .owl-dots {
        top: -30px;
    }
    #latest-review .owl-carousel .owl-dots .owl-dot span, 
    #latest-review .owl-carousel .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
        margin: 3px 4px;
    }
}
/*msec04*/
#msec04 {
	background: url(../img/msec04_bg.jpg) center center no-repeat;
	background-size: cover;
}
#msec04 .c_wrp > li {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 40px 20px;
}
@media (min-width:769px) {
	#msec04 .c_wrp > li:not(:last-child) {
		border-right: 0px;
	}
}
@media (max-width:768px) {
	#msec04 .c_wrp > li {
		padding: 
	}
	#msec04 .c_wrp > li:not(:last-child) {
		border-bottom: 0px;
	}
}
/*latest-basic*/
#latest-basic {
	margin-top: 10px;
}
#latest-basic li a {
	text-decoration: none;
	display: block;
	color: #636363;
	font-weight: 300;
	line-height: 1em;
	font-size: 14px;
	padding: 12px 0;
}
@media (max-width:768px) {
	#latest-basic li a {
		font-size: 12px;
		padding: 5px 0;
	}
}
/*latest-online*/
#latest-online {
	margin-top: 10px;
}
#latest-online li {
	margin-top: 5px;
}
#latest-online li input {
    margin: 0px;
    vertical-align: middle;
}
#latest-online li.agree label {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
#latest-online li.agree a {
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
    padding: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    margin-left: 5px;
}
#latest-online li input[type="submit"] {
    display: block;
    background-color: #b2ca1a;
    line-height: 1em;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    border: 0px;
    width: 100%;
}
#latest-online li .form-control {
    border-radius: 0;
    box-shadow:  0 0 0;
}



/*msec05*/
#msec05 .map_top {
	background-color: #594a41;
	cursor: pointer;
	padding: 30px 0;
}

/*mapbox*/
.mapbox {
    height: 0px !important;
	overflow: hidden;
		
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.mapbox.active {
    height: 500px !important;
}
.mapbox .root_daum_roughmap{
	border: 0px;
	padding: 0px;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 500px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
	.mapbox.active {
		height: 250px !important;
	}
}





/*msec06*/
#msec06 .mban {
	text-decoration: none;
    display: block;
	padding: 20px 20px 15px;
}
#msec06 .mban .mb_tit h1 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 15px;
	color: #1e1e1e;
}
#msec06 .mban .mb_tit h1 strong {
	font-weight: 600;
}
#msec06 .mban .mb_tit h1 strong span {
	font-size: 0.8em;
    display: block;
    margin-top: 5px;
    word-break: keep-all;
    font-weight: 400;
}
#msec06 .mban .mb_tit h4 {
	font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    color: #1e1e1e;
    margin-bottom: 5px;
    position: relative;
    padding-left: 85px;
    word-break: keep-all;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#msec06 .mban .mb_tit h4 span {
	position: absolute;
	left: 0;
    font-weight: 600;
}
#msec06 .mban .mb_tit h4 span i {
	width: 20px;
	display: inline-block;
	text-align: center;
}
#msec06 .mban .mb_tit h4 strong {
	font-size: 0.75em;
    display: block;
    font-weight: 500;
    color: #77469b;
    margin-top: 5px;
    line-height: 1.4em;
}
#msec06 .mban .mb_tit .btn_wrp {
	margin-bottom: 15px;
}
#msec06 .mban .mb_tit a.btn_bt {
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1em;
	padding: 3px 15px;
	color: #1e1e1e;
	margin-left: 5px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
#msec06 .mban .mb_tit h1 {
	position: relative;
}
#msec06 .mban .mb_tit h1 .station {
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
}
#msec06 .mban.mban_tp02 .mb_tit h1 a.more_btn {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}
#msec06 .mban.mban_tp02 .mb_tit h1 a.more_btn img {
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#msec06 .mban.mban_tp02 .mb_tit h1 a.more_btn:hover img {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 769px) {
	#msec06 .mban .mb_tit .btn_wrp {
		position: absolute;
		right: 0;
		top: 40px;
		right: 20px;
	}
}
@media (max-width: 768px) {
	#msec06 .mban {
		padding: 20px 10px;
    	height: 140px;
	}	
	#msec06 .mban.mban_tp02 {
		padding: 0 0 20px 0;
		height: auto;
	}
	#msec06 .mban .mb_tit h1 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	#msec06 .mban .mb_tit h1 .station {
		width: 40px;
	}
	#msec06 .mban .mb_tit h4 {
		font-size: 11px;
		margin-bottom: 15px;
	}
	#msec06 .mban .mb_tit span {
		font-size: 11px;
	}
	#msec06 .mban.mban_tp02 .mb_tit h1 a.more_btn img {
		width: 10px;
	}
}

/*bb_map*/
.bb_map {
	position: relative;
}
.bb_map .root_daum_roughmap .wrap_controllers {
    display: none;
}
.bb_map .root_daum_roughmap .wrap_map {
    height: 300px !important;
}
.bb_map .map_con {
	height: 100%;
}
.bb_map .map_con .m_tt {
	padding-left: 85px;
	background: url(../img/side_logo.png) left center no-repeat;
	margin-bottom: 30px;
}
.bb_map .map_con .m_tt h1 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 5px;
	color: #1e1e1e;	
}
.bb_map .map_con .m_tt h4 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0;
	color: #1e1e1e;		
}
.bb_map .map_con .t_table {
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	margin: 15px 0;
}
.bb_map .map_con .t_table li {
	border-bottom: 1px dashed #ccc;
	position: relative;
	padding: 15px 0;
}
.bb_map .map_con .t_table li:last-child {
	border-bottom: 0px;
}
.bb_map .map_con .t_table li strong {
	font-weight: 600;
}
.bb_map .map_con .t_table li span {
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 0;
	color: #1e1e1e;
	position: relative;
	display: block;
	padding-left: 10px;
}
.bb_map .map_con .t_table li span:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 0;
	top: 7px;
	background-color: #594a41;
}
.bb_map .map_con .t_table li h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 0;
	color: #1e1e1e;		
}
.bb_map .map_con h5.comt {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 0;
	color: #1e1e1e;		
}
.bb_map .map_con h5.comt strong {
	font-weight: 600;
	color: #1e1e1e;		
}
.bb_map .map_con .btn_wrp {
	margin-top: 15px;
}
.bb_map .map_con .btn_wrp a {
	text-decoration: none;
	padding: 15px 0;
}
.bb_map .map_con .btn_wrp a .bt_item {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bb_map .map_con .btn_wrp a .bt_item.br-none {
	border-right: 0px solid rgba(0, 0, 0, 0.3);
}
.bb_map .map_con .btn_wrp a .bt_item .img_wrp {
	margin-bottom: 10px;
}
.bb_map .map_con .btn_wrp a .bt_item .img_wrp img.bt_i {
	width: 50px;
}
.bb_map .map_con .btn_wrp a p {
	font-size: 17px;
    font-weight: 400;
	line-height: 1em;
	color: #1e1e1e;		
}
@media (max-width:768px){
	.bb_map .map_con {
		padding: 0;
	}
	.bb_map .map_con .m_tt {
		background-size: 40px;
    	padding-left: 50px;
		margin-bottom: 15px;
	}
	.bb_map .map_con .m_tt h1 {
		font-size: 14px;
	}
	.bb_map .map_con .m_tt h4 {
		font-size: 22px;
	}
	.bb_map .map_con .t_table li {
		padding: 10px 0;
	}
	.bb_map .map_con .t_table li span {
		font-size: 11px;
	}
	.bb_map .map_con .t_table li h5 {
		font-size: 11px;		
	}
	.bb_map .map_con h5.comt {
		font-size: 10px;
	}
	.bb_map .map_con .btn_wrp {
		margin-top: 15px;
	}
	.bb_map .map_con .btn_wrp a {
		padding: 8px 0;
	}
	.bb_map .map_con .btn_wrp a .bt_item .img_wrp {
		margin-bottom: 3px;
	}
	.bb_map .map_con .btn_wrp a p {
		font-size: 10px;
	}
}
@media (max-width:768px){	
	.bb_map .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}


/*parallax*/
.page-header.parallax {
    padding: 0;
    height: 280px;
	position: relative;
}
.page-header.parallax.bo_h {
    height: 150px;
}
.page-header.parallax .txt_wrp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.page-header.parallax .txt_wrp .txtbox {
	display: table;
	width: 100%;
	height: 100%;
}
.page-header.parallax .txt_wrp .txt_in {
	display: table-cell;
	vertical-align: middle;
}
.page-header.parallax .txt_wrp h2 {
	font-size: 35px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 0;
    margin-bottom: 0px;
    text-transform: none;
	margin-top: 0px;
}
.page-header.parallax .txt_wrp h3 {
	font-size: 20px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 0;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.page-header.parallax .txt_wrp h5 {
	font-size: 17px;
    line-height: 1.6em;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 0 0;
    margin-top: 15px;
    text-transform: none;
    letter-spacing: 0px;
	margin-bottom: 20px;
}
.page-header.parallax .txt_wrp .lined span {
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #fff;
	margin: 10px 0;
}
.page-header.parallax .para_img {
	background-size: cover !important;
	background-position: center center !important;
	height: 100%;
}
.page-header h1 {
	display: inline-block;
    position: relative;
    text-shadow: 0 0 0;
    color: #fff;
    font-weight: 600;
	padding-bottom: 0px;
}
.page-header .breadcrumb{
	float: right;
	background-color: transparent;
	position: relative !important;
	top: initial;
	right: initial;
	width: 100%;
	text-align: left;
}
.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.page-header .breadcrumb.breadcrumb-valign-mid li.active {
    color: #FFF;
    opacity: 1;
}
.page-header .bright_img{
	position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background: url(../img/sub_header_bright.png) no-repeat 90% 0px;
}
@media (min-width:769px){
    .page-header.parallax {
        overflow: hidden;
    }
}
/*    .page-header.parallax .para_img {
        -ms-transform: scale(1.15,1.15);
        -o-transform: scale(1.15,1.15);
        -moz-transform: scale(1.15,1.15);
        -webkit-transform: scale(1.15,1.15);
        transform: scale(1.15,1.15);

        -webkit-transition: transform 3000ms ease-in-out;
        -moz-transition: transform 3000ms ease-in-out;
        -o-transition: transform 3000ms ease-in-out;
        -ms-transition: transform 3000ms ease-in-out;
        transition: transform 3000ms ease-in-out;	
    }
    .page-header.parallax .para_img.active {
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
    .page-header h2 {
        margin-top: 40px;
    }
}*/
@media (max-width:768px){
	.page-header.parallax {
		height: 150px;
	}
	.page-header.parallax.bo_h {
		height: 80px;
	}
	.page-header.parallax .txt_wrp {
		margin-top: 0;
	}
	.page-header.parallax .txt_wrp h2 {
		font-size: 20px;
	}
	.page-header.parallax .txt_wrp h3 {
		font-size: 15px;
	}
	.page-header.parallax .txt_wrp h5 {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.page-header.parallax .txt_wrp .lined span {
		height: 10px;
	}
}
/*sub_menu*/
#sub_menu  .sub_menu_top ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 20px 0;
    margin: 0px 10px;
    color: #848484;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
}
@media (min-width:769px){
    #sub_menu  .sub_menu_top {
        bottom: 0px;
        background-color: #eee;
    }
    #sub_menu  .sub_menu_top ul {
        display: block;
        width: 100%;
        text-align: center;
    }
    #sub_menu  .sub_menu_top ul li {
        display: inline-block;
        vertical-align: middle;
        border-left: 1px solid rgba(221, 221, 221, 0.1);
        border-right: 1px solid rgba(221, 221, 221, 0.1);
    }
    #sub_menu  .sub_menu_top ul li:hover a {
        color: #636363;
    }
    #sub_menu  .sub_menu_top ul li a.active {
        color: #d83c3c;
        border-bottom: 2px solid #d83c3c;
    }
}
@media (max-width:768px){
    #sub_menu {
        width: 100%;
        left: 0;
        bottom: 0px;
    }
    #sub_menu  .sub_menu_top {
        position: relative;
    }
    #sub_menu  .sub_menu_top ul {    
        position: absolute;
        width: 100%;
        z-index: 10;
        left: 0;
    }
    #sub_menu .tt_btn {
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 15px 15px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        line-height: 1em;
        cursor: pointer;
        background-color: rgba(250, 83, 37, 1);
    }
    #sub_menu  .sub_menu_top {
        top: 100%;
    }
    #sub_menu  .sub_menu_top.hide_m {
        display: none;
    }
    #sub_menu  .sub_menu_top ul li a {
        background-color: rgba(250, 83, 37, 0.95);
        padding: 15px 15px;
        font-size: 15px;
        border-top: 1px solid rgba(255,255,255,0.1);
        margin: 0px;
        color: #fff;
    }
    #sub_menu  .sub_menu_top ul li a:hover{
        background-color: rgba(216, 63, 21, 0.95);
    }
}

/*sub_top*/
.sub_top {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.sub_top h1 {
	font-size: 24px;
    line-height: 1.6em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
	margin-bottom: 0px;
}
@media (max-width:768px){
	.sub_top h1 {
		font-size: 17px;
    	margin-bottom: 0;
	}	
}
/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 5px 0;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #eee;
	display: inline-block;
	padding: 1px 3px;
	position: relative;
	font-size: 12px;
	font-weight: 300;
}
.siteconfig .home_box:after {
	content: "\f105";
	font: normal normal normal 12px/1 FontAwesome;
	display: inline-block;
	padding-left: 3px;
	color: #aaa;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 0px;
	}
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}
/*bo_bt*/
@media (min-width:991px){
	.bo_bt {
        padding: 60px 15px;
	}
}
@media (max-width:992px){
	.bo_bt {
        padding: 30px 15px;
	}
}


/*tab_main*/
#tab_main {
    margin: 0 auto;
    z-index: 10;
    position: relative;
	background-color: #f7f7f7;
	border-bottom: 1px solid rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#tab_main.sticky-active {
    width: 100% !important;
    max-width: 100% !important;
	left: 0 !important;
    margin-top: 0px;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}
#tab_main .tabcon > li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
#tab_main .tabcon > li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0%;
	height: 100%;
	width: 1px;
	background-color: rgba(0,0,0,0.1);
}
#tab_main .tabcon > li:first-child:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0%;
	height: 100%;
	width: 1px;
	background-color: rgba(0,0,0,0.1);
}
#tab_main .tabcon > li > span,
#tab_main .tabcon > li > a {
	display: inline-block;
	color: #222;
	font-size: 15px;
	line-height: 1em;
	text-decoration: none;
	padding: 15px 10px;
}
#tab_main .tabcon > li > span {
	min-width: 200px;
	position: relative;
	cursor: pointer;
	padding: 15px 10px 15px 10px;
}
#tab_main .tabcon > li > span i {
	position: absolute;
	right: 0;
}
#tab_main .hide_m {
	display: none;
}
#tab_main .tabcon > li ul {
	position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.9);
    top: 100%;
    margin-top: 0px;
    width: 100%;
    left: 0;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}
#tab_main .tabcon > li ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	line-height: 1em;
}
#tab_main .tabcon > li ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#tab_main .tabcon > li ul li:hover > a {
	color: #fff;
}
@media (max-width:768px){
	#tab_main {
		padding: 5px;
	}
	#tab_main .tabcon > li {
		padding: 0 10px;
		word-break: keep-all;
	}
	#tab_main .tabcon > li > span,
	#tab_main .tabcon > li > a {
		font-size: 12px;
		padding: 5px 20px 5px 5px;
	}
	#tab_main .tabcon > li > span {
		min-width: 130px;
		width: 130px;
	}
	#tab_main .tabcon > li > span.tt_btn1 {
		min-width: 130px;
		width: 130px;
	}
	#tab_main .tabcon > li > span i {
		top: 25%;
	}
	#tab_main .tabcon > li ul {
		margin-top: 5px;
	}
	#tab_main .tabcon > li ul li a {
		font-size: 12px;
		padding: 15px 10px;
	}
	#tab_main .tabcon > li .home {
		padding: 5px;
	}
}

/*mb_ban*/
#mb_ban .ban1 {
	background-color: #fae94e;
}
#mb_ban .ban2 {
	background-color: #eee;
}

/*quick*/
#quick {
	position: fixed;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#quick > div {
	height: 100%;
}
#quick .quick_side {
	width: 400px;
	height: 100%;
	margin-left: 80px;
	position: relative;
	background-color: #f7f7f7;
}
#quick .quick_side > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1010;
}
#quick .quick_side > div.active {
	opacity: 1;
	z-index: 1050;
}
#quick .quick_side .top {
	background-color: #fff;
	padding: 50px 30px;
}
#quick .quick_side .st_map img {
	border: 1px solid #ddd;
}
#quick .quick_side .com {
	background-color: #f7f7f7;
	padding: 30px;
}
#quick .quick_side ul li {
	position: relative;
	padding-left: 100px;
}
#quick .quick_side .checkbox-custom {
	margin: 0px;
    font-size: 14px;
    color: #636363;
    font-weight: 300;
	line-height: 1.4em;
}
#quick .quick_side .checkbox-custom strong {
	display: inline-block;
	color: #333;
	cursor: pointer;
}
#quick .quick_side ul li label {
	margin: 0px;
    font-size: 18px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
	position: absolute;
	left: 0;
	line-height: 45px;
}
#quick .quick_side ul li {
	margin: 15px 0;
}
#quick .quick_side ul li .form-control {
	height: 45px;
	box-shadow: 0 0 0;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	border-radius: 0px;
}
#quick .quick_side .btn_wrp {
	margin-top: 15px;
}
#quick .quick_side .btn_wrp.row {
	margin: 0 -5px;
	margin-top: 15px;
}
#quick .quick_side .btn_wrp.row > div {
	padding: 0 5px;
}
#quick .quick_side .btn_wrp .sd_btn {
	display: block;
	line-height: 1em;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	background-color: #3e1d0b;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border: 0px;
}
#quick .quick_side .btn_wrp .sd_btn.sd_btn1 {
	background-color: #00a0ae;
}
#quick .quick_side .btn_wrp .sd_btn.sd_btn2 {
	background-color: #006972;
}
#quick .nv_ul {
	background-color: #fff;
	text-align: center;
	border: 1px solid #ddd;
	overflow: hidden;
}
#quick .nv_ul li {
	padding: 10px 0 3px;
}
#quick .nv_ul li a {
	text-decoration: none;
	display: inline-block;
	position: relative;
}
@media (min-width: 769px) {	
	#quick {
		z-index: 1000;
		right: 32px;
		height: 120%;
	}
	#quick .nv_ul {
		width: 70px;
		padding: 30px 0;
		border-radius: 50px;
	}
	#quick .nv_ul li {
		border-bottom: 1px solid #ddd;
	}
	#quick .nv_ul li:first-child {
		border-top: 1px solid #ddd;
	}
	#quick .nv_ul li a {
		width: 65px;
		height: 65px;
	}
}

@media (max-width: 768px) {	
	#quick {
		left: 0;
		bottom: 0px;
		z-index: 990;
	}
	#quick .nv_ul li {
		padding: 5px 0;
	}
	#quick .nv_ul li a img {
		width: 60px;
	}
	#quick .nv_ul li {
		border-left: 1px solid #ddd;
	}
	#quick .nv_ul li:first-child {
		border-top: 0px;
	}
}





/*tabcon*/
#tab_sec {
	background-color: #333;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#tab_sec.bg1 {
	background: url(../img/tab1_bg.jpg) center center no-repeat;
	background-size: cover;
}
#tab_sec.bg2 {
	background: url(../img/tab2_bg.jpg) center center no-repeat;
	background-size: cover;
}
#tab_sec.bg3 {
	background: url(../img/tab3_bg.jpg) center center no-repeat;
	background-size: cover;
}
#tab_sec.bg4 {
	background: url(../img/tab4_bg.jpg) center center no-repeat;
	background-size: cover;
}
#tab_sec.bg5 {
	background: url(../img/tab5_bg.jpg) center center no-repeat;
	background-size: cover;
}
#tabcon {
	height: 100%;
}
#tabcon .left_ban {
	width: 360px;
	background-color: #eee;
	float: left;
	padding-bottom: 30px;
}
#tabcon .r_box {
	width: calc(100% - 360px);
	float: left;
	text-align: left;
	padding-top: 20%;
	padding-left: 5%;
	display: none;
    position: relative;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#tabcon .r_box .sim_logo {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 200px;
}
#tabcon .r_box.active {
	display: block;
}
#tabcon .r_box .num {
	font-size: 100px;
	color: #eaccbc;
	font-weight: 700;
	line-height: 1em;
}
#tabcon .r_box .num:after {
	content: "";
	width: 100px;
	height: 1px;
	display: inline-block;
	background-color: #eaccbc;
}
#tabcon .r_box h3 {
	margin-top: 10px;
}
#tabcon .r_box h5 {
	margin-top: 15px;
}
#tabcon .left_ban .logobox {
	padding: 5% 15px;
}
#tabcon .left_ban .snsbox a {
	text-decoration: none;
	display: inline-block;
	width: 50px;
	margin: 0 5px;
}
#tabcon .left_ban ul li {
	cursor: pointer;
	padding: 20px 10px;
	line-height: 1em;
	color: #fff;
	background-color: #bababa;
	font-size: 24px;
	border-bottom: 1px solid #eee;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#tabcon .left_ban ul li.active {
	background-color: #594a41;	
}

@media (max-width:992px) {
	#tab_sec .container {
		padding: 0px;
	}
	#tabcon {
		position: relative;
	}
	#tabcon .left_ban {
		position: absolute;
		width: 100%;
		background-color: transparent;
		padding-bottom: 0;
		z-index: 5;
	}
	#tabcon .left_ban ul {
		display: table;
		width: 100%;
	}
	#tabcon .left_ban ul li {
		display: table-cell;
		font-size: 14px;
	}
	#tabcon .r_box {
		padding: 100px 20px 60px;
	}
}
@media (max-width:768px) {
	#tabcon .r_box .num {
		font-size: 40px;
		margin-bottom: 15px;
	}
	#tabcon .r_box .num:after {
		width: 50px;
	}
	#tabcon .r_box {
		position: relative;
		padding: 100px 20px 60px;
		width: 100%;
	}
    #tabcon .r_box .sim_logo {
        position: absolute;
        top: 100px;
        bottom: auto;
        width: 150px;
    }
	#tabcon .bg1 {
		background: url(../img/tab1_bg.jpg) right center no-repeat;
		background-size: cover;
	}
	#tabcon .bg2 {
		background: url(../img/tab2_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	#tabcon .bg3 {
		background: url(../img/tab3_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	#tabcon .bg4 {
		background: url(../img/tab4_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	#tabcon .bg5 {
		background: url(../img/tab5_bg.jpg) center center no-repeat;
		background-size: cover;
	}
}
/*sub_tab*/
.sub_tab a {
	text-decoration: none;
	padding: 15px;
	display: block;
	color: #999;
	text-align: center;
    font-size: 17px;
    line-height: 1em;
    font-weight: 300;
	border-bottom: 2px solid #ddd;
}
.sub_tab a.active {
    color: #1e1e1e;
	font-weight: 500;
	border-color: #9fb927;
}
@media (max-width:768px){
    .sub_tab > div {
        display: inline-block;
    }
	.sub_tab a {
        border: 1px solid #ddd;
		padding: 8px 5px;
		font-size: 13px;
		height: auto;
		word-break: keep-all;
        border-radius: 4px;
        margin: 3px;
	}
}
/*bd_top*/
.bd_top a {
	text-decoration: none;
	display: inline-block;
    font-size: 17px;
    line-height: 1em;
    color: #222;
    font-weight: 400;
	border: 1px solid #ddd;
	padding: 8px 15px;
    display: none;
}
@media (max-width:768px){
	.bd_top a {
		font-size: 14px;
		padding: 5px 10px;
	}
}
/*scroll-to-top*/
html .scroll-to-top {
    top: auto;
    bottom: 45px;
    right: 0;
    color: #fff !important;
}
.owl-carousel .owl-nav [class*="owl-"] {
    color: #b98b27;
    background-color: rgb(255 255 255 / 0);
}
.owl-carousel .owl-nav .owl-prev:before {
    font-size: 40px;
}
.owl-carousel .owl-nav .owl-next:before {
    font-size: 40px;
}
.owl-theme .owl-nav [class*='owl-'] {
    padding: 10px 30px 30px 0px;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: rgb(0 153 230 / 0);
}
.owl-theme .owl-nav [class*='owl-']:hover {
    color: #b98b27;
}
.owl-carousel .owl-nav [class*="owl-"]:active, .owl-carousel .owl-nav [class*="owl-"]:focus, .owl-carousel .owl-nav [class*="owl-"]:active:hover, .owl-carousel .owl-nav [class*="owl-"]:active:focus {
       background-color: rgb(255 255 255 / 0);
}


/*nv_sec00*/
.nv_sec00 .nv_tt {
	background: url(../img/nv_tt_bg.png) center center no-repeat;
	background-size: cover;	
	display: table;
	width: 100%;
}
.nv_sec00 .nv_tt > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	float: none;
}
.nv_sec00 .nv_tt .txtbox {
	padding-left: 30px;
}
.nv_sec00 .nv_tt .txtbox h2 {
	font-size: 24px;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 500;
}
.nv_sec00 .nv_tt .txtbox h1 {
	font-size: 50px;
	line-height: 1.2em;
	color: #fff000;		
	margin-bottom: 5px;
	font-weight: 600;
}
.nv_sec00 .nv_tt .txtbox p {
	font-size: 18px;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 0px;	
}
.nv_sec00 .conbox,
.nv_sec00 .img_wrp {
	margin-top: 60px;
}
@media (max-width: 768px) {
	.nv_sec00 .nv_tt > div {
		display: block;
		width: 100%;
	}
	.nv_sec00 .nv_tt .txtbox {
		padding: 30px 15px 0;
		text-align: center;
	}
	.nv_sec00 .nv_tt .txtbox h2 {
		font-size: 14px;
	}
	.nv_sec00 .nv_tt .txtbox h1 {
		font-size: 20px;
	}
	.nv_sec00 .nv_tt .txtbox p {
		font-size: 12px;
		word-break: keep-all;
	}
	.nv_sec00 .conbox,
	.nv_sec00 .img_wrp {
		margin-top: 30px;
	}	
}

span.point{
	    text-decoration: underline;
    font-weight: 800;
    color: #ff8d00;
}

span.point2{
	    font-weight: 600;
    color: #9fb927;
}