/*Font: Poppins*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap');

/*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
}

/* 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;
}
/*font*/
.f_pop {
	font-family: 'Poppins', sans-serif !important;
}
/*Common*/
img {
	max-width: 100%;
}
strong {
    font-weight: 900;
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}

/*#s005 - Header*/
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
	background-color: #fff !important;
	box-shadow: 0 0 3px 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: 20px;
    font-weight: 400;
    color: #161616 !important;
    padding: 30px 40px !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;
}
#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: #0c67ff;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #0c67ff !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-color: #fcfcfc;
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
    }
    #header .header-nav-main nav > ul:hover:after {
        height: 290px;
    }*/
    #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.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: 17px;
        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*/
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .header-logo img {
		width: 140px;
		margin: 15px 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;
}

/*slider*/
.rev_slider .hermes .tp-bullet {
    border-radius: 0;
    width: 25px;
	height: 5px;
    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;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
		font-size: 50px;
		opacity: 0.7;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:hover:before{
		opacity: 1;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-leftarrow {
		left: 5% !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-rightarrow {
		left: 95% !important;
	}
}
@media (max-width: 991px) {
	.rev_slider .slides-number {
		left: 94.8%;
	}
}
/*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;
    margin-bottom: 30px;
}
h1.dft {
    font-size: 45px;
    color: #222;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
}
h2.dft {
    font-size: 32px;
    color: #222;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 24px;
    color: #222;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 22px;
    color: #222;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #222;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.4em;
    color: #222;
    font-weight: 400;
}
@media (max-width:768px){
    .dft {
        margin-bottom: 15px;
    }
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 24px;
    }
    h3.dft {
        font-size: 18px;
    }
    h4.dft {
        font-size: 16px;
    }
    h5.dft {
        font-size: 15px;
    }    
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 14px;
    	font-weight: 400;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
@media (max-width:768px){
   .sec_dvd {
        padding: 60px 0;
    } 
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
}

/*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;
    }
}


/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #e6fa2a !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_navy {
    color: #0b3370 !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #007346 !important;
}

/*slider*/
.rev_slider .hermes .tp-bullet {
    border-radius: 0;
    width: 25px;
	height: 5px;
    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;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
		font-size: 50px;
		opacity: 0.7;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:hover:before{
		opacity: 1;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-leftarrow {
		left: 5% !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-rightarrow {
		left: 95% !important;
	}
}
@media (max-width: 991px) {
	.rev_slider .slides-number {
		left: 94.8%;
	}
}

/*footer*/
#footer {
	margin-top: 0px !important;
	background-color: #222;
	border-top: 0px;
	padding: 60px 0 !important;
}
#footer .copybox {
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(255,255,255,0.3);
}
#footer .container {
	position: relative;
}
#footer h6 {
	color: #636363;
	line-height: 1.4em;
	letter-spacing: 0px;
}
#footer .top a {
	display: inline-block;
	text-decoration: none;
}
@media (min-width:769px) {
	#footer .top {
		position: absolute;
		right: 15px;
		top: 30%;
	}
	#footer .top a {
		width: 40px;
	}
}
@media (max-width:768px) {
	#footer {
		padding: 50px 0 !important;
		text-align: center;
	}
	#footer h6 {
		margin-top: 10px;
	}
	#footer .logobox img {
		width: 150px;
		margin-bottom: 20px;
	}
	#footer .copybox {
		padding-top: 10px;
		margin-top: 10px;
	}
}
/*mtit*/
.mtit h1 {
	/*text-transform: uppercase;*/
	letter-spacing: 0px;
	font-weight: 600;
}
.mtit p {
	color: #636363;
	margin-top: 20px;
	font-weight: 300;
}
@media (max-width:768px){
	
}
/*btn_wrp*/
.btn_wrp {
	margin-top: 30px;
}
.btn_wrp a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 200px;
	line-height: 1em;
	padding: 15px 10px;
/*border: 1px solid #fff;*/
	color: #1e1e1e;
	text-align: center;
    font-size: 19px;
	font-weight: 500;
	overflow: hidden;
}
.btn_wrp.btn_w a {
	border-color: #fff;
	color: #fff;
}
.btn_wrp a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	
	-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;
}
.btn_wrp.btn_dk a.act,
.btn_wrp.btn_dk a:hover {
	color: #fff;
	border-color: #0c67ff;
}
.btn_wrp.btn_dk a.act:after,
.btn_wrp.btn_dk a:after {
	background-color: #0c67ff;
}
.btn_wrp.btn_w a:after {
	background-color: #fff;
}
.btn_wrp.btn_w a:hover{
    color: #f01414;
}
.btn_wrp.btn_w a.hv_b:hover{
    color: #333;
}
.btn_wrp.btn_dk a.act:after,
.btn_wrp a:hover:after,
.btn_wrp.btn_w a:hover:after {
	top: 0;
}
.btn_wrp a span {
	position: relative;
	z-index: 3;
}
@media (max-width:768px){
	.btn_wrp {
		margin-top: 10px;
	}
	.btn_wrp a {
		width: 150px;
		padding: 5px;
		font-size: 14px;
	}
}

/*msec1_1*/
#msec1_1 {
    background: url(../img/msec1_1_bg.png) center center no-repeat;
    background-color: #f7f7f7;
}
#msec1_1 .lft h4,
#msec1_1 .lft p {
    margin-top: 20px;
    line-height: 1.7em;
}
#msec1_1 .lft .btn_wrp {
    margin-top: 30px;
}
#msec1_1 .lft .btn_wrp a {
    background-color: #ea7a02;
    font-size: 17px;
    line-height: 1em;
    padding: 15px;
    width: 230px;
    text-align: center;
    color: #fff;
    display: inline-block;
    box-shadow: 9px 9px 15px rgba(0,0,0,0.25);
}
@media (max-width: 768px) {
    #msec1_1 .lft {
        position: relative;
        z-index: 3;
    }
    #msec1_1 .rt {
        text-align: right;
    }
    #msec1_1 .rt img {
        width: 50%;
        margin-top: -100px;
    }
    #msec1_1 .lft .btn_wrp a {
        font-size: 13px;
        padding: 10px 30px;
        width: auto;
    }
}



/* mtit */
.mtit .decoEn {
    color: #bdbdbd;
    letter-spacing: 10px;
    line-height: 1em;
}
.mtit h1 {
    color: #333;
    line-height: 1em;
    margin-top: 40px;
}
.mtit .lined {
    display: block;
    width: 50px;
    height: 1px;
    background: #333;
    margin: 0 auto;
    line-height: 1px;
    margin-top: 40px;
}
@media (max-width:768px){
    .mtit .decoEn {
        font-size: 11px;
        letter-spacing: 5px;
    }
    .mtit h1 {
        margin-top: 15px;
    }
    .mtit .lined {
        width: 30px;
        margin-top: 20px;
    }
}

/* alingCenter */
.alingCenter {
    margin-left: auto;
    margin-right: auto;
}

/* maxW */
.maxW10 { max-width: 10px; }
.maxW20 { max-width: 20px; }
.maxW30 { max-width: 30px; }
.maxW40 { max-width: 40px; }
.maxW50 { max-width: 50px; }
.maxW60 { max-width: 60px; }
.maxW70 { max-width: 70px; }
.maxW80 { max-width: 80px; }
.maxW90 { max-width: 90px; }
.maxW100 { max-width: 100px; }
.maxW150 { max-width: 150px; }
.maxW180 { max-width: 180px; }
.maxW200 { max-width: 200px; }
.maxW250 { max-width: 250px; }
.maxW300 { max-width: 300px; }
.maxW400 { max-width: 400px; }
.maxW500 { max-width: 500px; }
.maxW600 { max-width: 600px; }
.maxW700 { max-width: 700px; }
.maxW800 { max-width: 800px; }
.maxW820 { max-width: 820px; }
.maxW900 { max-width: 900px; }
.maxW1000 { max-width: 1000px; }
.maxW1100 { max-width: 1100px; }
.maxW1200 { max-width: 1200px; }
.maxW1260 { max-width: 1260px; }
.maxW1300 { max-width: 1300px; }
.maxW1400 { max-width: 1400px; }
.maxW1500 { max-width: 1500px; }
.maxW1600 { max-width: 1600px; }
.maxW1700 { max-width: 1700px; }
.maxW1800 { max-width: 1800px; }


/* msec1 */
#msec1 {
    background-color: #f5f5f5;
}
#msec1 #newsLatest {
    box-shadow: 20px 20px 35px rgba(0,0,0,0.2);
}
#msec1 #newsLatest li a .txt .goLink {

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#msec1 #newsLatest li a {
    text-decoration: none;
    background-color: #036942;
}
#msec1 #newsLatest li a {
    text-decoration: none;
    background-color: #036942;
    position: relative;
}
#msec1 #newsLatest li a.nw2{

    background-color: #8b0043;
}
#msec1 #newsLatest li a.nw3 {
    background-color: #03246d;
}
#msec1 #newsLatest li a.nw4 {
    background-color: #626262;
}
#msec1 #newsLatest li a .txt {
    position: relative;
    padding: 0 15px;
}
#msec1 #newsLatest li a .txt:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 21px;
    background: url(../img/arr_green.png) center center no-repeat;
    z-index: 3;
}
#msec1 #newsLatest li a.nw4 .txt:after,
#msec1 #newsLatest li a.nw2 .txt:after {
    left: auto;
    right: 100%;
    background-image: url(../img/arr_white.png);
    transform: rotate(180deg);
}
#msec1 #newsLatest li a.nw3 .txt:after {
    background-image: url(../img/arr_white.png);
}
#msec1 #newsLatest li a.nw4 .txt:after {
    background-image: url(../img/arr_navy.png);
}
#msec1 #newsLatest li a .txt .con {
    max-width: 270px;
}
#msec1 #newsLatest li a .txt .con h5 {
    line-height: 1.2em;
}
#msec1 #newsLatest li a .txt .con p {
    font-weight: 200;
    margin-top: 10px;
}
#msec1 #newsLatest li a .txt .goLink {
    height: 0px;
    overflow: hidden;
    z-index: 4;
    position: relative;
}
#msec1 #newsLatest li a:hover .txt .goLink {
    height: 50px;
    padding-top: 30px;
}
#msec1 #newsLatest li a .txt .goLink p {
    display: inline-block;
    padding-right: 15px;
    background: url(../img/arr_hvtab.png) right center no-repeat;
}
#msec1 #newsLatest li a .txt.w .goLink p {
    background-image: url(../img/bdArr.png);
}
#msec1 #newsLatest li a .img {
    position: relative;
}
#msec1 #newsLatest li a .img::before,
#msec1 #newsLatest li a .img::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.8);
    opacity: 0;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#msec1 #newsLatest li a:hover .img::after{
    opacity: 1;
}
#msec1 #newsLatest li a .img::before{
    background-color: transparent;
    background: url(../img/pls.png) center center no-repeat;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    opacity: 1;

    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#msec1 #newsLatest li a:hover .img::before{
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 3;
}
@media (max-width:768px){
    #msec1 #newsLatest li a .txt .con p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/*subtop*/
.subtop {
	background-size: cover !important;
}
.subtop h1 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 15px;
}
.subtop h1 span {
	color: #fff;
	/*background: -webkit-linear-gradient(right,#062f6e 0%, #0c67ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	display: inline-block;
}
@media (min-width:769px){
	.subtop .c_wrp {
		height: 300px;
	}
}
@media (max-width:768px){
	.subtop .c_wrp {
		height: 150px;
	}
	.subtop h1 {
		font-size: 30px;
		margin-bottom: 5px;
		opacity: 1;
	}
}
/*tab_main*/
#tab_main {
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
    margin-top: -29px;
    z-index: 10;
    position: relative;
	background-color: #222;
	padding: 10px;
		
	-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;
}
#tab_main > ul > li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}
#tab_main > ul > li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background-color: rgba(255,255,255,0.3);
}
#tab_main > ul > li > span,
#tab_main > ul > li > a {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 1em;
	text-decoration: none;
	padding: 10px 20px 10px 10px;
}
#tab_main > ul > li > span {
	min-width: 155px;
	position: relative;
	cursor: pointer;
}
#tab_main > ul > li > span i {
	position: absolute;
	right: 0;
}
#tab_main .hide_m {
	display: none;
}
#tab_main > ul > li ul {
	position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.9);
    top: 100%;
    margin-top: 10px;
    width: 100%;
    left: 0;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}
#tab_main > ul > li ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
}
#tab_main > ul > li ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#tab_main > ul > li ul li:hover > a {
	color: #f4b831;
}
@media (max-width:768px){
	#tab_main {
		margin-top: 0px;
	}
	#tab_main > ul > li {
		padding: 0 10px
	}
	#tab_main > ul > li > span,
	#tab_main > ul > li > a {
		font-size: 15px;
		padding: 5px 15px 5px 5px;
	}
	#tab_main > ul > li > span {
		min-width: 125px;
	}
	#tab_main > ul > li > span.tt_btn1 {
		min-width: 100px;
	}
	#tab_main > ul > li ul li a {
		font-size: 14px;
		padding: 15px 10px;
	}
	#tab_main > ul > li .home {
		padding: 5px;
	}
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #999999, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}