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

/*Font: Roboto*/
@import url('https://fonts.googleapis.com/css?family=Roboto');

@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
}

/* Pop-up */
#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 (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: 'Noto Sans KR', Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
.c_pp {
    color: #16136f;
}
strong {
    font-weight: 600;
}
.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel .owl-nav [class*="owl-"]:active, 
.owl-carousel .owl-nav [class*="owl-"]:focus, 
.owl-carousel .owl-nav [class*="owl-"]:hover, 
.owl-carousel .owl-nav [class*="owl-"]:active:hover, 
.owl-carousel .owl-nav [class*="owl-"]:active:focus {
    border: 1px solid #fff;
    border-radius: 0px;
    border-collapse: #fff;
    background-color: rgba(0,0,0,0.3);
    font-size: 12px;
    padding-top: 2px;
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}

/*scroll-to-top*/
html .scroll-to-top {
	border-radius: 50%;
	top: auto;
	bottom: 10px;
}
html .scroll-to-top:focus,
html .scroll-to-top:visited,
html .scroll-to-top:active,
html .scroll-to-top:hover {
	color: #eec431;
}
html .scroll-to-top,
html.sticky-header-active .scroll-to-top {
	opacity: 1;
}
@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile {
		display: block!important;
	}
}

/*kakao*/
html .sns_c1,
html .sns_c2,
html .sns_c3,
html .sns_c4,
html .sns_c5,
html .sns_c6,
html .sns_c7{
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    bottom: 0;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 48px;
    height: 48px;
    z-index: 1040;
	padding: 0px;
	background-color: transparent;
}
html .sns_c1 {
	opacity: 1;
	bottom: 68px;
}
html .sns_c2 {
	bottom: 126px;
	opacity: 1;
}
html .sns_c3 {
	bottom: 184px;
	opacity: 1;
}
html .sns_c4 {
	bottom: 252px;
	opacity: 1;
}
html .sns_c5 {
	bottom: 310px;
	opacity: 1;
}
html .sns_c6 {
	bottom: 368px;
	opacity: 1;
}
html .sns_c7 {
	bottom: 426px;
	opacity: 1;
}

/*S002 Header-top*/
.nav-top > ul > li {
    display: inline-block;
    position: relative;
}
.nav-top > ul > li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.nav-top > ul > li:last-child:before {
    display: none;
}
.nav-top > ul > li > a {
    text-decoration: none;
    display: inline-block;
    padding: 12px 15px;
    line-height: 1em;
    font-weight: 400;
    border: 1px solid #fa5325;
    color: #fa5325;
}
.nav-top > ul > li.h_nav,
.nav-top > ul > li.h_nav > a {
    position: relative;
}
.nav-top > ul > li.h_nav > a:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 0px;
    top: 15px;
}
.nav-top > ul > li.h_nav ul {
    position: absolute;
    width: 100%;
    top: 95%;
    left: 0;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 5px 0;
    z-index: 1000;
    height: 0px;
    overflow: hidden;
    opacity: 0;
	-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;
}
.nav-top > ul > li.h_nav:visited ul,
.nav-top > ul > li.h_nav:focus ul,
.nav-top > ul > li.h_nav:active ul,
.nav-top > ul > li.h_nav:hover ul {
    height: 80px;
    opacity: 1;
}
.nav-top > ul > li.h_nav ul li a {
    text-decoration: none;
    display: block;
    color: #1e1e1e;
    padding: 10px;
    line-height: 1em;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}
.nav-top > ul > li.h_nav ul li a:hover {
    color: #fa5325;
}
@media (max-width:992px){
    .nav-top {    
        position: absolute;
        right: 80px;
        top: 0px;
    }
    .nav-top > ul > li.h_nav > a {
        margin-top: 13px;
    }
}
/*#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 .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 18px;
    font-weight: 400;
    color: #161616 !important;
    padding: 30px 15px !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
}
#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: transparent;
    height: 125px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: #fff;
    border-color: #b3b3b3;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #fa5325;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #fa5325 !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:after {
         content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background: url(../img/top_h_bg.png) 160px bottom no-repeat;
		background-color: rgba(80, 80, 80, 0.6);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
    }
    #header .header-nav-main nav > ul:hover:after {
        height: 190px;
    }
    #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: auto;
        display: block;
        opacity: 1;
    }
	#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 > a {
		position: relative;
	}
	#header .header-nav-main nav > ul > li > a:before {
		display: block;
		content: "";
		position: absolute;
		width: 0;
		height: 2px;
		background-color: #fa5325;
		transition: all 0.5s;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}
	#header .header-nav-main nav > ul > li:hover > a:before {
		width:100%;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 15px;
        font-weight: 400;
		border-bottom: 0px;
		padding: 5px;
        text-align: center;
	}
}
@media (max-width:992px) {
	#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;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 15px;
    }
    #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-logo img {
	margin: 0px !important;
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .header-logo img {
		width: 200px;
		margin: 20px 0 !important;
	}
}
/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 16px 5px;
    background-color: transparent;
    color: #151a44;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 20px !important;
}

/*footer*/
#footer {
    margin-top: 0px !important;
    background-color: #0b0b10;
    border-top: 0px;
    padding: 60px 0 !important;
}
#footer .sns_wrp {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#footer .sns_wrp a {
    text-decoration: none;
    display: inline-block;
    margin: 0 3px;
}
#footer h6 {
    font-weight: 300;
    letter-spacing: 0;
}
#footer p {
    color: #777;
    line-height: 24px;
}
@media (max-width:768px){
    #footer {
        padding: 30px 0 !important;
        text-align: center;
    }
    #footer .sns_wrp a img {
        width: 30px;
    }
}
/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
        /*height: 100%;*/
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        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 > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 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: 20px;
    }
}

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


/*slider*/
.rev_slider .hermes {
    top: 97% !important;
}
.rev_slider .hermes .tp-bullet {
    border-radius: 0;
    width: 50px;
	height: 4px;
    box-shadow: inset 0 0 0 0 #FFF;
	background-color: rgba(255,255,255,0.3);
}
.rev_slider .hermes .tp-bullet:after, 
.rev_slider .tp-bullet.selected, 
.rev_slider .tp-bullet:hover {
	background-color: #fff;
}
@media (min-width:992px){
	#revolutionSlider_forcefullwidth .slider-container .tparrows {
		background-color: transparent;
        opacity: 1 !important;
        visibility: visible !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
		font-size: 70px;
		opacity: 0.6;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:hover:before{
		opacity: 1;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-leftarrow {
		left: 1% !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-rightarrow {
		left: 99% !important;
	}
}
@media (max-width: 991px) {
	.rev_slider .slides-number {
		left: 94.8%;
	}
}

/*mtit*/
.mtit h1 {
    font-weight: 700;
}
.mtit h5 {
    font-weight: 500;
}
@media (max-width:768px){
    .mtit h1 {
        margin-bottom: 15px;
    }
}
/*msec01*/
#msec01 {
    background: url(../img/msec01_bg.png) center top no-repeat;
}
#msec01 .txt_box {
    padding: 15px;
}
#msec01 .txt_box ul li {
    margin-bottom: 40px;
}
#msec01 .txt_box ul li:last-child {
    margin-bottom: 0px;
}
#msec01 .txt_box ul li h3 {
    position: relative;
    font-weight: 600;
    padding-left: 25px;
    margin-bottom: 10px;
}
#msec01 .txt_box ul li h3:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    left: 0;
    top: 49%;
    background-color: #fa5325;
}
#msec01 .txt_box ul li h3 span{
    color:#ddd;
}
#msec01 .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
    font-size: 17px;
    line-height: 1em;
    padding: 15px;
    text-align: center;
    width: 250px;
    border: 1px solid #aaa;
    font-weight: 300;
    color: #636363;
    
     -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;
}
#msec01 .btn_wrp a:hover{
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    color: #fff;
}
@media (min-width:769px){
    #msec01 .img_box {
        vertical-align: bottom;
    }
}
@media (max-width:768px){
    #msec01 .txt_box {
        padding: 0 15px;
        margin-top: 40px;
    }
    #msec01 .txt_box ul li {
        margin-bottom: 30px;
    }
    #msec01 .txt_box ul li h3 {
        padding-left: 20px;
        margin-bottom: 10px;
    }
    #msec01 .txt_box ul li h3:before {
        width: 15px;
        height: 2px;
    }
    #msec01 .img_box img {
        margin-top: -80px;
    }
    #msec01 .btn_wrp a {
        font-size: 13px;
        padding: 10px;
        width: 150px;
    }
}

/*msec02*/
#msec02 {
    background: url(../img/msec02_bg.jpg) center top no-repeat;
    background-size: cover;
}
#msec02 .bg01 {
    background: url(../img/msec02_bg01.jpg) center top no-repeat;
    background-size: cover;
}
#msec02 .bg02 {
    background: url(../img/msec02_bg02.jpg) center top no-repeat;
    background-size: cover;
}
#msec02 .bg03 {
    background: url(../img/msec02_bg03.jpg) center top no-repeat;
    background-size: cover;
}
#msec02 .owl-carousel a {
    text-decoration: none;
    display: block;
}
#msec02 .owl-carousel a img {
    display: inline-block;
    width: auto;
}
#msec02 .owl-carousel a .txtbox {
    padding: 0 15px;
}
#msec02 .owl-carousel a .txtbox h1 {
    margin-bottom: 15px;
    margin-top: 15px;
}
#msec02 .owl-carousel a .txtbox p {
    font-weight: 300;
}
#msec02 .owl-carousel a .txtbox .btn_wrp span {
    color: #fff; 
    font-size: 20px; 
    line-height: 1em; 
    font-weight: 500; 
    display: inline-block; 
    padding: 10px 50px; 
    border: 2px solid #fff;
    margin-top: 25px;
    
     -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;
}
#msec02 .owl-carousel .owl-item {
    
    border: 1px solid #fff;
}
#msec02 .owl-carousel a:hover .txtbox .btn_wrp span {
    background-color: #fff;
    color: #1e1e1e;
}
#msec02 .owl-carousel a .txtbox .btn_wrp.btn_wrp_dk span {
    color: #1e1e1e;
    border-color: #1e1e1e;
}
#msec02 .owl-carousel a:hover .txtbox .btn_wrp.btn_wrp_dk span {
    background-color: #1e1e1e;
    color: #fff;
}
@media (min-width:769px) {
    #msec02 {
        background-attachment: fixed;
    }
    #msec02 .owl-carousel a {
        height: 440px;
    }
    #msec02 .owl-carousel a .txtbox p {
        height: 90px;
    }
}
@media (max-width:768px) {
    #msec02 .owl-carousel a {
        height: 350px;
    }
    #msec02 .owl-carousel a .txtbox .btn_wrp span {
        font-size: 13px; 
        padding: 7px 30px; 
        border: 1px solid #fff;
        margin-top: 15px;
        width: 120px;
        text-align: center;
    }
}
/*msec03*/
#msec03 {
    background: url(../img/msec03_bg.png) center bottom no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
}
/*msec03 :: link_ban*/
#msec03 .link_ban > li {
    margin-bottom: 30px;
}
#msec03 .link_ban > li:last-child {
    margin-bottom: 0px;
}
#msec03 .com_ban {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
#msec03 .com_ban .txtbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 200%;
    
     -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;
}
#msec03 .com_ban:hover .txtbox {
    top: -100%;
}
#msec03 .com_ban .txtbox .txt_off {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
}
#msec03 .com_ban .txtbox .txt_on {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
}
#msec03 .com_ban.com_ban01 .txt_off {
    background: url(../img/com_ban01_off.png) 90% 90% no-repeat;
    background-color: rgba(36, 36, 36, 0.9);
        background-size: 45px;
}
#msec03 .com_ban.com_ban01 .txt_on {
    background: url(../img/com_ban01_on.png) 90% 90% no-repeat;
    background-color: #fff;
        background-size: 45px;
}
#msec03 .com_ban.com_ban02 .txt_off {
    background: url(../img/com_ban02_off.png) 90% 90% no-repeat;
    background-color: rgba(36, 36, 36, 0.9);
        background-size: 45px;
}
#msec03 .com_ban.com_ban02 .txt_on {
    background: url(../img/com_ban02_on.png) 90% 90% no-repeat;
    background-color: #fff;
        background-size: 45px;
}
#msec03 .com_ban.com_ban03 .txt_off {
    background: url(../img/com_ban03_off.png) 90% 90% no-repeat;
    background-color: rgba(36, 36, 36, 0.9);
        background-size: 45px;
}
#msec03 .com_ban.com_ban03 .txt_on {
    background: url(../img/com_ban03_on.png) 90% 90% no-repeat;
    background-color: #fff;
        background-size: 45px;
}
#msec03 .com_ban.com_ban04 .txt_off {
    background: url(../img/com_ban04_off.png) 90% 90% no-repeat;
    background-color: rgba(36, 36, 36, 0.9);
        background-size: 45px;
}
#msec03 .com_ban.com_ban04 .txt_on {
    background: url(../img/com_ban04_on.png) 90% 90% no-repeat;
    background-color: #fff;
        background-size: 45px;
}
#msec03 .com_ban .txtbox > div {
    padding: 30px 15px;
}
#msec03 .com_ban .txtbox h3 {
    font-size: 22px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: none;
}
#msec03 .com_ban .txtbox p {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 300;
    line-height: 1.4em;
}
#msec03 .com_ban .txtbox .txt_off h3,
#msec03 .com_ban .txtbox .txt_off p {
    color: #fff;
}
@media (max-width:768px){
    #msec03 .link_ban > li {
        margin-bottom: 10px;
    }
    #msec03 .link_ban > li:last-child {
        margin-bottom: 10px;
    }
    #msec03 .com_ban .txtbox > div {
        padding: 30px 15px;
        background-size: 40px !important;
    }
    #msec03 .com_ban .txtbox h3 {
        font-size: 15px;
    }
    #msec03 .com_ban .txtbox p {
        font-size: 12px;
    }
}
/*latest-notice*/
#latest-notice .ntc_tit {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
#latest-notice .ntc_tit > div {
    display: table-cell;
    vertical-align: middle;
}
#latest-notice .ntc_tit h3 {
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 300;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 0px;
}
#latest-notice .ntc_tit h3 strong {
    font-size: 25px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
}
#latest-notice .ntc_tit h3 strong:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #ddd;
}
#latest-notice .ntc_tit .more {
    display: inline-block;
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 300;
    line-height: 1em;
    padding: 5px 10px;
    border: 1px solid #ddd;
    text-decoration: none;
}
#latest-notice .ntc_tem {
    text-decoration: none;
    display: block;
}
#latest-notice .txtbox {
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #ddd;
}
#latest-notice .txtbox h3 {
    font-size: 20px;
    color: #221814;
    font-weight: 600;
    line-height: 1.2em;
    word-break: keep-all;
    height: 48px;
    margin-bottom: 13px;
    overflow: hidden;
}
#latest-notice .txtbox p {
    font-size: 14px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    word-break: keep-all;
    margin-bottom: 15px;
    height: 152px;
    overflow: hidden;
}
#latest-notice .infobox {
    background-color: #fff;
    padding: 20px 20px;
    border: 1px solid #ddd;
    position: relative;
    border-top: 0px;
}
#latest-notice .infobox span {
    position: absolute;
    background-color: #ddd;
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding: 17px 0;
    
     -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;
}
#latest-notice .infobox h6 {
    font-size: 14px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    word-break: keep-all;
}
#latest-notice a:hover .infobox span {
    background-color: #ff7e00;
}
@media (max-width:768px){
    #latest-notice .ntc_tit {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    #latest-notice .ntc_tit h3 {
        font-size: 12px;
    }
    #latest-notice .ntc_tit h3 strong {
        font-size: 15px;
        margin-right: 5px;
    }
    #latest-notice .ntc_tit .more {
        font-size: 11px;
        padding: 5px 10px;
    }
    #latest-notice .ntc_tem {
        text-decoration: none;
        display: block;
    }
    #latest-notice .txtbox {
        padding: 20px 10px;
    }
    #latest-notice .txtbox h3 {
        font-size: 14px;
        height: auto;
        margin-bottom: 12px;
    }
    #latest-notice .txtbox p {
        font-size: 12px;
        height: auto;
    }
    #latest-notice .infobox {
        padding: 10px 10px;
        margin-bottom: 10px;
    }
    #latest-notice .infobox h6 {
        font-size: 12px;
    }
    #latest-notice .infobox span {
        width: 40px;
        padding: 7px 0;
        font-size: 30px;
    }
}
/*msec04*/
#msec04 {
    background: url(../img/msec04_bg.jpg) center bottom no-repeat;
    position: relative;
}
#msec04:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../img/msec04_pt.png) center center no-repeat;
}
#msec04 .ctu {
    position: relative;
    z-index: 3;
}
#msec04 .ctu .btn_wrp a {
    text-decoration: none;
    color: #fff; 
    font-size: 20px; 
    line-height: 1em; 
    font-weight: 500; 
    display: inline-block; 
    padding: 10px 50px; 
    border: 2px solid #fff;
    margin-top: 25px;
}
#msec04 .ctu .btn_wrp a:hover {
    background-color: #fff;
    color: #1e1e1e;
    
     -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) {
    #msec04 {
        background-attachment: fixed;
    }
    #msec04 .ctu {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    #msec04 .ctu > div {
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width:768px) {
    #msec04 .ctu .txtbox {
        padding: 30px 15px 0;
    }
    #msec04 .ctu .imgbox {
        padding: 0px;
        text-align: right;
    }
    #msec04 .ctu .imgbox img {
        width: 50%;
    }
    #msec04 .ctu .btn_wrp a {
        font-size: 13px; 
        padding: 7px 30px; 
        border: 1px solid #fff;
        margin-top: 15px;
        width: 120px;
        text-align: center;
    }
}
/*color*/
.c_org {
    color: #fa5325 !important;
}


/*parallax*/
.page-header.parallax {
    padding: 0;
    height: 300px;
	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: 1px 1px 3px rgba(0,0,0,0.2);
}
.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: 200px;
	}
	.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;
    display: inline-block;
    padding-left: 10px;
}
.sub_top img{
    margin-bottom: 6px;
}
@media (max-width:768px){
	.sub_top h1 {
		font-size: 17px;
    	margin-bottom: 0;
        padding-left: 5px;
	}	
    .sub_top img{
        width: 22px;
    margin-bottom: 3px;
    }
}
/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 5px 0;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #333;
	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:last-child: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;
	}
}

span.stitle{
	font-size:18px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: rgb(221 221 221 / 0%);
}