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


@media (min-width: 1300px){
	.container {
		width: 1300px;
	}
}


html.add-header #nav-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;
}
html.add-header .header-body {
    z-index: 1000;
}
html.add-header #nav-overlay {
    opacity: 0.3;
    visibility: visible;
    z-index: 30;
}
#header .h_nav {
    text-align: right;
}
@media (min-width:1601px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .h_nav {
        width: 20%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 35px !important;
        font-size: 18px;
    }
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .h_nav {
        width: 20%;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .h_nav {
        width: 20%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 30px !important;
        font-size: 18px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .lo_wrp {
        text-align: center;
        width: 40%;
    }
    #header .h_nav {
        width: 60%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a {
        color: #333;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
.f_play {
	font-family: 'Play' !important;
}
/*Common*/
img {
	max-width: 100%;
}
@media (max-width:1140px){
    .hid-max {
        display: none;
    }
}
@media (max-width:992px){
    .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:500px){
    .only-pc {
        display: none;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none;
    }
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}

/*sticky*/
html #header:hover .header-body:before {
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li a {
    letter-spacing: -0.02em;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 600;
    color: #fff !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 18px;
    font-weight: 400;
	color: #fff;
	border-color: #ffe400;
    word-break: keep-all;
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 40px !important;
        font-size: 20px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding: 30px 40px !important;
    }
}
@media (max-width:1601px) {	
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    html.add-header #header .header-nav-main.act  nav > ul:after,
    html.add-header #header .header-nav-main nav > ul:after,
    html.sticky-header-active #header .header-nav-main.act  nav > ul:after,
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 2px 0px;
        color: #666;
	}
	html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body .c_wrp {
    position: relative;
    z-index: 3;
}
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #2664ab;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 0;
    background-color: #12161e;
}
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0px !important;
}
#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 {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #ffe400;
	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: transparent;
}
html.sticky-header-active #header .header-nav-main nav > #mainNav > li a,
#header:hover .header-nav-main nav > #mainNav > li a,
#header .header-nav-main nav > #mainNav > li a:hover {
    color: #000 !important;
}
/* html.sticky-header-active #header .header-nav-main nav > #mainNav > li:hover > a,
#header:hover .header-nav-main nav > #mainNav > li:hover > a,
#header .header-nav-main nav > #mainNav > li:hover a {
    color: #7bc466 !important;
} */
#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;
}
/*#header.header-narrow .header-logo img {
    width: 100px;
}*/
@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-body:after {
        content: "";
        background-color: rgba(250, 250, 250, 0.95);
        position: absolute;
        width: 100%;
        left: 0%;
        height: 0px;
        z-index: 1;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header.actPc .header-body:after {
        height: 300px !important;
    }
    #header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0%;
        background-color: #3ca3e6;
        height: 1px;
        z-index: 3;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header .header-nav-main nav > ul > li:hover > a:before {
        width: 100%;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul.act > li.dropdown > .dropdown-menu,
    #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%;
        height: 200px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        background-color: transparent;
	}
	#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: 18px;
        border-bottom: 0px;
        padding: 9px 0;
        line-height: 1.2em;
        text-align: center;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a,
	#header .header-nav-main nav > #mainNav > li.dropdown > .dropdown-menu li a:hover {
        color: #7bc466 !important;
    }
}
@media (max-width:992px) {
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
	#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: #2664ab !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: 18px;
    }
    #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:hover {
		color: #2664ab !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 {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
/* linkBox */
#header .links {
    display: inline-block;
}
#header .links li {
    display: inline-block;
    position: relative;
    margin: 0px;
}
#header .links li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #ddd
}
#header .links li a {
    text-decoration: none;
    display: inline-block;
    color: #ddd;
    font-size: 15px;
    line-height: 1em;
    padding: 0 8px;
    font-weight: 600;
}
@media (max-width:768px){
    #header  .links li a {
        font-size: 14px;
        padding: 0 4px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: none;
	margin: 15px 0;
    width: 47px;
	background-color: transparent;
	color: #111;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
html #header:hover .header-btn-collapse-nav,
html #header:hover .header-btn-collapse-nav,
html.add-header #header .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #111;
}

/* logoBox */
#header .lo_wrp a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .lo_wrp a svg {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:768px){
    #header .lo_wrp a svg {
        width: 180px;
    }
}
/* logo svg */
.logoWrp .b{fill:#fff;}
.logoWrp .c{fill:#33a3dc;}
.logoWrp .d{fill:#7cc366;}
.logoWrp .e{fill:#faa64a;}


.mobile-nav .logoWrp .b,
.mobile-side-menu .logoWrp .b,
#header:hover .lo_wrp .b,
html.sticky-header-active #header .lo_wrp .b {
    fill:#221e1f;
}


/* sticky-header-active==================== */
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #333;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a  {
    padding: 20px 25px;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li a {
    color: #838789;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li:hover a {
    color: #7bc466;
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
	font-family: 'Libre Baskerville';
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
    height: auto;
    text-align: center;
    padding: 6px 12px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    background-color: transparent;
    color: #333;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -80%;
	z-index: 999;
	width: 80%;
	height: 100%;
	overflow-y: scroll;
	padding: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}
.mobile-nav::-webkit-scrollbar {
    display: block;
    visibility: visible;
    width: 2px;
}
.mobile-nav .mobile-nav-wrapper {
    position: relative;
}
.mobile-nav .mobile-nav-wrapper .mmenu-toggle-btn {
    position: absolute;
    right: 0;
    margin: 0px;
    top: -40px;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: -5px;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #ddd;
}
.mobile-side-menu #mainNav > li+li {
    margin-left: 0px;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 30px;
}
.mobile-side-menu li a {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 500;
	background-color: transparent;
	color: #111;
	border: 0;
	padding: 10px;
	white-space: normal;
    word-break: keep-all;
	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 .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	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-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
    background-color: transparent;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
    background-color: transparent !important;
}
.mobile-side-menu  .dropdown-menu a svg {
    width: 12px !important;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#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;
}
@media (min-width:992px){
    .mobile-side-menu .dropdown-menu {
        display: block;
    }
    .mobile-side-menu #mainNav {
        max-width: 1000px;
        margin: 5% auto;
    }
    .mobile-side-menu #mainNav > li {
        border-bottom: 0;
        float: left;
        width: 25%;
        text-align: center;
        padding: 0 15px;
    }
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
    .mobile-side-menu li a {
        font-size: 28px;
        text-align: center;
        padding: 15px;
    }
    .mobile-side-menu li a.dropdown-toggle {
        font-weight: 700;
    }
    .mobile-side-menu .dropdown-menu a {
        font-size: 20px;
        font-weight: 400;
    }
    .mobile-side-menu .dropdown-menu a:hover {
        color: #ffe400;
    }
    .mobile-side-menu .dropdown-menu a > span {
        position: relative;
        padding: 0 15px;
        display: inline-block;
        position: relative;
    }
    .mobile-side-menu .dropdown-menu a > span:after {
        content: "";
        background-color: rgba(4, 166, 225, 0.2);
        position: absolute;
        left: 0;
        top: 30%;
        height: 60%;
        width: 0;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .mobile-side-menu .dropdown-menu a:hover > span:after {
        width: 100%;
    }
    .mobile-side-menu .dropdown-menu a > span > span {
        position: relative;
        z-index: 3;
    }
}
@media (max-width:992px){
    .mobile-nav {
        left: -300px;
        width: 300px;
        padding: 60px 20px 20px;
    }
    .mobile-side-menu li li a {
        margin-left: 10px;
        font-size: 15px;
    }
    .mobile-side-menu li li a:before {
        font: normal normal 16px/16px "FontAwesome";
        text-decoration: inherit;
        content: "\f105";
        -webkit-font-smoothing: antialiased;
        float: left;
        margin-right: 10px;
    }
}

/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -5px;
}
.mobile-side-menu .row > div{
    padding: 0 5px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}


/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    padding: 0;
    margin: 25px 0;
}
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    vertical-align: middle;
    top: -3px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
.mmenu-open #header .lines_bar,
.mmenu-open #header .lines_bar:before,
.mmenu-open #header .lines_bar:after,
html.add-header #header .lines_bar,
html.add-header #header .lines_bar:before,
html.add-header #header .lines_bar:after,
html.sticky-header-active #header .lines_bar,
html.sticky-header-active #header .lines_bar:before,
html.sticky-header-active #header .lines_bar:after,
#header:hover .lines_bar,
#header:hover .lines_bar:before,
#header:hover .lines_bar:after {
    background-color: #333;
}
.mobile-nav .lines_bar,
.mobile-nav .lines_bar:before,
.mobile-nav .lines_bar:after {
    background-color: #333;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 20px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 10px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_md {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 40px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 90px 0;
    }
    .sec_dvd.sec_dvd_md {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 15px 0;
    }
}

/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
@media (min-width:991px) {
    .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:992px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}

/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*color*/
.c_org {
    color: #ff8400 !important;
}
.c_yl {
    color: #ffe400 !important;
}
.c_rd {
    color: #f70000 !important;
}
.c_gray {
    color: #666 !important;
}
.c_lgray {
    color: #999 !important;
}
.c_pt {
    color: #7bc466 !important;
}

.c_lbl {
    color: #80cdff !important;
}
.c_bl {
    color: #3ca3e6 !important;
}
/*btn_wrp*/
.btn_wrp a {
    display: inline-block;
    font-size: 17px;
    line-height: 1em;
    padding: 15px 30px;
    border-radius: 4px;
    min-width: 200px;
    position: relative;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    background-color: #ffe400;
}
.btn_wrp a:after {
    content: "";
    position: absolute;
    right: 30px;
    height: 100%;
    top: 0;
    width: 8px;
    background: url(../img/arr_w.png) center center no-repeat;
    background-size: 100%;
}
@media (max-width:768px){
    .btn_wrp a {
        font-size: 15px;
        padding: 10px 20px;
        min-width: 150px;
    }
    .btn_wrp a:after {
        width: 5px;
    }
}
/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 0 auto;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy h4 {
        font-size: 13px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #1a1a1a;
    border-top: 0px;
    padding: 50 !important;
}
#footer .copySec {
    padding: 20px 0px;
    border-top: 1px solid #333;
}
#footer .f_con {
    padding: 60px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#footer .f_con .right {
    width: 60%;
}
#footer .f_con .right ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
#footer .f_con .right ul li ul {
    margin-top: 10px;
}
#footer .f_con .right ul li ul li a {
    font-size: 15px;
    opacity: 0.5;
    font-weight: 300;
}
#footer .f_con .right ul li ul li a svg {
    width: 12px;
}
#footer .logoWrp .cls-1 {
    fill: #fff;
}
#footer h6 {
    line-height: 1.7em;
    color: #999;
}
#footer h6 strong {
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    color: #ddd;
}
#footer .spWrp a {
    text-decoration: none;
    display: inline-block;
    color: #333;
    font-weight: 700;
    vertical-align: middle;
}
#footer .spWrp .sp {
    display: inline-block;
    height: 13px;
    width: 1px;
    margin: 0 10px;
    background-color: #aaa;
    vertical-align: middle;
}

@media (max-width:768px){
    #footer .f_con {
        justify-content: space-around;
    }
}


/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 935px;
}
#visual .bg.bg1 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg3 {
    background: url(../img/visual_bg3.jpg) 80% center no-repeat;
}
#visual .tcon {
    text-align: left;
}
#visual .tcon h3 {
    text-transform: initial;
}
#visual .tcon h1 {
    line-height: 1.1em;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}
#visual .tcon .btnMain a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}
#visual .tcon .btnMain a span {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    vertical-align: middle;
    margin-left: 5px;
}
#visual .tcon .btnMain a span::before {
    content: "";
    position: absolute;
    background: url(../img/m_arr.png) left center no-repeat;
    height: 100%;
    width: 40px;
    left: 0;
    top: 0;
    z-index: 3;
}
#visual .tcon .btnMain a span:after {
    content: "";
    position: absolute;
    right: 0;
    width: 30px;
    top: 5px;
    height: 30px;
    border-radius: 2px;
    /*background-color: #7bc466;*/
}
/* #visual .BogText {
    position: absolute;
    left: 0;
    top: 0;
} */
#visual .BogText .marquee2,
#visual .BogText .marquee {
    font-size: 130px;
}
#visual .BogText .marquee p {
    color: #fff;
}
#visual .BogText .marquee2 p {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    letter-spacing: 0.005em;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: rgba(255,255, 255, 0.1);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 10%;
}
#visual_wrp #arr_next {
    right: 10%;
    transform: rotate(180deg);
}
@media (max-width:1600px){
    #visual_wrp #arr_prev {
        left: auto;
        right: calc(5% + 90px);
    }
    #visual_wrp #arr_next {
        right: 5%;
        transform: rotate(180deg);
    }
}
@media (min-width:769px){
    #visual .txt1 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 0.5s;
    }
    #visual .slick-current .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt2 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1s;
    }
    #visual .slick-current .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt3 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1.5s;
    }
    #visual .slick-current .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt4 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #visual .slick-current .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt5 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #visual .slick-current .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 700px;
    }
    #visual .tcon h1 {
        font-size: 40px;
    }
}
@media (max-width:768px){
    #visual .bg {
        height: 450px;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
    }
    #visual .bg .tcon h1 {
        font-size: 30px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        display: none !important;
    }
}
/*Slider - navigation*/
#nav_wrp {
    bottom: 20%;
    position: absolute;
    left: 0;
    width: 100%;
}
#nav_wrp .slider-nav .slick-track {
    width: auto !important;
}
#nav_wrp .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    cursor: pointer;
}
#nav_wrp .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    margin: 0;
    position: relative;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active span {
    background-color: rgba(255,255,255,1);
}
#nav_wrp .slider-nav .slick-track .slick-slide p {
    opacity: 0.2;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active p {
    opacity: 1;
}
@media (max-width:992px){
    #nav_wrp .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
@media (max-width:992px){
    #nav_wrp {
        bottom: 10%;
    }
}
@media (max-width:768px){
    #nav_wrp {
        text-align: center;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide {
        line-height: 5px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide span {
        width: 50px;
    }
}

/* cList */
.cList > li {
    position: relative;
    padding-left: 15px;
}
.cList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 6px;
    height: 1px;
    background-color: #aaa;
}
/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h5{
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 9px ;
    }
}

/* ms1 */
#ms1 {
    background: url(../img/ms1_bg.png) center center no-repeat;
    background-size: cover;
}
#ms1 .conbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#ms1 ul li:nth-child(2) {
    margin-top: 60px;
}
#ms1 ul li a {
    display: block;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
	box-shadow: 9px 6px 13px 1px #b9b9b9;
}
#ms1 ul li a > img {
    width: 100%;
    
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#ms1 ul li a:hover > img {
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
#ms1 ul li a .txtbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#ms1 .txtbox h6 {
    margin-top: 10px;
}
#ms1 .txtbox .btn_wrp {
    margin-top: 20px;
}
#ms1 .txtbox .btn_wrp span {
    display: inline-block;
    padding: 10px;
    width: 180px;
    font-size: 17px;
    border: 2px solid #fff;
    color: #fff;
    
    -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;
}
#ms1 a:hover .txtbox .btn_wrp span {
    background-color: #fff;
    color: #111;
}
#ms1 .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.5);
}
#ms1 .owl-carousel .owl-dots .owl-dot.active span, 
#ms1 owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
@media (max-width:768px){
    #ms1 ul li:nth-child(2) {
        margin-top: 20px;
    }
    #ms1 .c_wrp > div {
        padding: 30px;
    }
    #ms1 ul li a {
        width: 80%;
        margin: 0 auto;
    }
    #ms1 .txtbox .btn_wrp span {
        width: 130px;
        font-size: 13px;
    }
    #ms1 h2 {
        font-size: 30px;
    }
    #ms1 h5 {
        font-size: 18px;
    }
}


/* ms2 */
#ms2 ul {
    max-width: 1920px;
    margin: 0 auto;
}
#ms2 ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}
#ms2 ul li a img {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#ms2 ul li a:hover img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
#ms2 ul li a .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* btnSet */
.btnSet .btnItem {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    border: 2px solid #fff;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.btnSet .btnItem.pt {
    border-color: #ce2622;
    background-color: #ce2622;
}
.btnSet .btnItem span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background: url(../img/btn_arr.png) center center no-repeat;
    margin-bottom: 2px;
    margin-left: 5px;
}
@media (max-width:768px){
    .btnSet .btnItem {
        padding: 0 15px;
        line-height: 30px;
        font-size: 13px;
    }
    .btnSet .btnItem.pt {
        border-color: #ce2622;
        background-color: #ce2622;
    }
    .btnSet .btnItem span {
        width: 9px;
        height: 14px;
        background-size: 6px !important;
    }
}

/* svItemBox */
.svItemBox li .item {
    margin: 15px 0;
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    padding: 20px 15px 30px;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.svItemBox li a.item:hover {
    border-color: #7bc466;
}
.svItemBox li .item .logo img {
    display: inline-block;
}
.svItemBox li .item .named {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 5px;
}
.svItemBox li .item .named h5 {
    color: #666;
    line-height: 1.2em;
}
.svItemBox li .item .named p {
    color: #acacac;
    line-height: 1.2em;
}

.svItemBox .slick-arrow {
    position: absolute;
    top: calc(50% - 40px);
    background: url(../img/arrow.png) center center no-repeat;
    width: 80px;
    height: 80px;
    border: 0px;
    background-color: rgba(186, 186, 186, 0.1);
    border-radius: 50%;
}
.svItemBox .slick-arrow.slick-prev {
    left: -130px;
}
.svItemBox .slick-arrow.slick-next {
    right: -130px;
    transform: rotate(180deg);
}
@media (max-width:992px){
    .svItemBox .slick-arrow {
        display: none !important
    }
}
@media (max-width:768px){
    .svItemBox li .item {
        margin: 5px 0;
        border: 1px solid #ddd;
        padding: 10px 5px 20px;
    }
    .svItemBox li .item .named h5 {
        font-size: 14px;
    }
    .svItemBox li .item .named p {
        font-size: 12px;
    }
}

/* bottomArea */
.bottomArea {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #aaa;
}
@media (min-width:768px){
    .bottomArea > ul {
        margin: 0 -30px;
    }
    .bottomArea > ul > li {
        padding: 0 30px;
    }
}
@media (max-width:768px){
    .bottomArea {
        margin-top: 30px;
        padding-top: 30px;
    }
    .bottomArea > ul > li:not(:first-child) {
        margin-top: 30px;
    }
}


/* ltTit */
.ltTit {
    position: relative;
    padding-right: 50px;    
    margin-bottom: 15px;
}
.ltTit span {
    font-size: 0.5em;
    color: #666;
    padding-left: 10px;
    margin-left: 5px;
    position: relative;
    font-weight: 400;
    line-height: 1em;
}
.ltTit span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #aaa;
}
.ltTit .more {
    position: absolute;
    right: 0;
    top: calc(50% - 22px);
    width: 45px;
    height: 45px;
    background: url(../img/btn_arr.png) center center no-repeat;
    background-color: rgba(6, 6, 6, 0.2);
    border-radius: 50%;
    
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ltTit .more:hover {
    transform: rotate(180deg);
}
@media (max-width:768px){
    .ltTit {
        position: relative;
        padding-right: 40px;    
        margin-bottom: 10px;
    }
    .ltTit .more {
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
        background-size: 20px !important;
    }
}
/* latestNt */
#latestNt {
    border-top: 1px solid #ddd;
}
#latestNt li {
    border-bottom: 1px solid #ddd;
}
#latestNt li a {
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 25px 15px 25px 0;
}
#latestNt li a .date {
    width: 20%;
}
#latestNt li a .date h2 {
    line-height: 1em;
}
#latestNt li a .con {
    width: 80%;
    padding-right: 45px;
    position: relative;
}
#latestNt li a .con h5,
#latestNt li a .con p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#latestNt li a:hover .con h5 {
    color: #7bc466;
}
#latestNt li a .con:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    right: 0;
    top: calc(50% - 10px);
    background: url(../img/plsBtn.png) center center no-repeat;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#latestNt li a:hover .con:after {
    right: -10px;
}
@media (max-width:992px){
    #latestNt li a {
        padding: 15px 15px 15px 0;
    }
    #latestNt li a .con {
        padding-right: 30px;
        padding-left: 5px;
    }
    #latestNt li a .con:after {
        width: 15px;
        height: 15px;
        background-size: 15px !important;
    }
}

/* ms3 */
#ms3{
background: #f9f9f9;
}
/* latestData */
#latestData {
    margin: 0 -5px;
}
#latestData .slick-slide {
    padding: 0 5px;
}
#latestData a {
    text-decoration: none;
    display: block;
    border: 2px solid #f7f7f7;
    background-color: #ffffff;
    padding: 30px 15px;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#latestData a:hover {
    border-color: #7bc466;
}
#latestData a .cate {
    color: #acacac;
}
#latestData a h5 {
    line-height: 1.4em;
    height: 85px;
    overflow: hidden;
    margin-top: 5px;
    color: #666;
}
#latestData a .date {
    margin-top: 15px;
}
@media (max-width:992px){
    #latestData a h5 {
        height: 75px;
    }
}
@media (max-width:768px){
    #latestData a h5 {
        height: 70px;
    }
}

/* btnSet */
.btnSet .btnItem {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    border: 2px solid #fff;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.btnSet .btnItem.pt {
    border-color: #3ca3e6;
    background-color: #3ca3e6;
}
.btnSet .btnItem span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background: url(../img/btn_arr.png) center center no-repeat;
    margin-bottom: 2px;
    margin-left: 5px;
}
@media (max-width:768px){
    .btnSet .btnItem {
        padding: 0 15px;
        line-height: 30px;
        font-size: 13px;
    }
    .btnSet .btnItem.pt {
        border-color: #3ca3e6;
        background-color: #3ca3e6;
    }
    .btnSet .btnItem span {
        width: 9px;
        height: 14px;
        background-size: 6px !important;
    }
}
/* remotBan */
a.remotBan {
    display: block;
    text-decoration: none;
}
a.remotBan h5 {
    line-height: 1.4em;
    margin-top: 5px;;
}
@media (min-width:768px){
    a.remotBan .lft {
        width: 50%;
        padding: 60px 0px 60px 60px;
    }
    a.remotBan {
        background: url(../img/remotBan.png) right center no-repeat;
        background-color: #4d5bd8;
    }
}
@media (max-width:992px){
    a.remotBan {
        background-size: 50%;
    }
}
@media (max-width:768px){
    a.remotBan {
        background-color: #4d5bd8;
    }
    a.remotBan .lft {
        text-align: center;
        padding: 30px 30px 10px;
    }
    a.remotBan .rt {
        padding: 0 30px 20px 30px;
    }
    a.remotBan .rt img {
        width: 400px;
    }
    a.remotBan h5 {
        font-size: 14px;
    }
}

/* ms4 */
#ms4 {
    overflow: hidden;
}
#ms4 .tit {
    position: relative;
    padding-right: 140px;
}
#ms4 .tit a {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 110px;
    width: 110px;
    background-color: #eee;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#ms4 .tit a:hover {
    background-color: #c5a875;
}
@media (max-width:768px){
    #ms4 .tit {
        padding-right: 70px;
    }
    #ms4 .tit a {
        line-height: 50px;
        width: 50px;
        top: -12px;
    }
    #ms4 .tit a img {
        width: 25px;
    }
}
/* latestPrd */
#latestPrd .slick-list {
    margin: 0 -15px;
    position: relative;
}
#latestPrd .slick-slide {
    padding: 0 15px;
}
#latestPrd a {
    text-decoration: none;
    display: block;
    position: relative;
}
#latestPrd a .con {
    padding: 30px 0;
}
#latestPrd a .img {
    position: relative;
}
#latestPrd a .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(104 97 97 / 10%);
    z-index: 1;
    mix-blend-mode: multiply;
}

@media (min-width:768px){
    .latestBd .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 40px;
        display: table;
        width: 50%;
        table-layout: fixed;
    }
    .latestBd .slick-dots li {
        display: table-cell;
    }
    .latestBd .slick-dots li button {
        display: block;
        border: 0px;
        padding: 0;
        color: transparent;
        width: 100%;
        height: 3px;
        margin: 0;
        background-color: #eee;
    }
    .latestBd .slick-dots li.slick-active button {
        background-color: #3ca3e6;
        opacity: 1;
    }
}
@media (max-width:992px){
    #latestPrd {
        padding: 0 15px;
    }
    .latestBd .slick-arrow {
        display: none !important;
    }
}
@media (max-width:768px){
    .latestBd .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 40px;
    }
    .latestBd .slick-dots li {
        display: inline-block;
    }
    .latestBd .slick-dots li button {
        display: inline-block;
        border: 0px;
        border-radius: 50%;
        padding: 0;
        color: transparent;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background-color: #ddd;
    }
    .latestBd .slick-dots li.slick-active button {
        background-color: #4face8;
        opacity: 1;
    }
    .latestBd .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
}

/* Loads */
.Loads {
   /*  border-top: 1px solid #ddd;*/
}
.Loads > li {
       padding: 25px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.Loads > li:first-child {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.Loads > li:last-child {
    border-bottom: 0px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.Loads .item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid rgba(134, 172, 169, 0.4); 
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);*/
}
.Loads .item > .txt {
    width: calc(100% - 100px);
}
.Loads .item > .txt p span {
    display: inline-block;
    vertical-align: middle;
}
.Loads .item > .txt p .subw {
    background-color: #21bd50;
    color: #fff;
    font-size: .8em;
    padding: 5px 8px 3px;
    border-radius: 30px;
    margin-right: 3px;
    line-height: 1em;
}
.Loads .item > .txt p .bus {
    color: #fff;
    font-size: .8em;
    padding: 5px 8px 3px;
    border-radius: 2px;
    margin-right: 3px;
    line-height: 1em;
}
.Loads .item > .txt p .bus.bus1 {
    background-color: #233b8b;
}
.Loads .item > .txt p .bus.bus2 {
    background-color: #4a972e;
}
.Loads .item > .icon {
    width: 100px;
    padding-right: 20px;
}
.Loads .item > .icon i {
    border-radius: 50%;
    background-color: rgba(60 , 163 , 230, 0.05);
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    color: rgba(60 , 163 , 230, 0.9);
}
@media (max-width:768px) {
    .Loads > li {
        padding: 0;
    }
    .Loads .item {
        padding: 20px 15px;
    }
    .Loads .item > .icon {
        text-align: center;
    }
    .Loads .item > .icon i,
    .Loads .item > .icon,
    .Loads .item > .icon img {
        width: 60px;
        line-height: 60px;
        font-size: 20px;
    }
    .Loads .item > .txt {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
}

/* link_icon */
.link_icon {
    display: inline-block;
}
.link_icon svg {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.w .link_icon .cls-1 {
    stroke: #fff;
}
#header:hover .header-nav-main nav > ul > li a .link_icon .cls-1,
html.sticky-header-active #header .header-nav-main nav > ul > li a .link_icon .cls-1 {
    stroke: #111;
}

/*sticky*/
html #header .default {
    display: block;
}
html #header .default-c {
    display: none;
}
html #header:hover .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.sticky-header-active #header .default-c {
    display: block;
}

/* subtop */
#subtop .c_wrp {
    height: 500px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.8);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (min-width:992px) {
    #subtop .c_wrp h1 {
        margin-top: 100px;
    }
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 220px;
        padding-top: 70px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}

/* siteconfig */
#siteconfig .site {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 300;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
}
#siteconfig .site > span {
    display: inline-block;
    padding: 0 5px;
}
#siteconfig .site .home,
#siteconfig .site i,
#siteconfig .site span {
    display: inline-block;
    vertical-align: middle;
}
#siteconfig .site .home:last-of-type {
    font-weight: 600;
    color: #fff;
}
@media (max-width:768px){
    #siteconfig .site {
        font-size: 13px;
    }
}


/* scroller */
.scroller {
    position: absolute; 
       top: 45%;
    left: 50%; 
    transform: translateX(-50%); 
    color: #fff; 
    z-index: 3; 
    height: 100px;
}
.scroller > span {
    display: block; 
    transform: rotate(90deg); 
    font-size: 11px;
    letter-spacing: 2px;
}
.scroller > .bg {
    position: relative; 
    height: 25px; 
    width: 1px; 
    margin: 30px auto 0; 
    background: rgba(255,255,255,0.2);
}
.scroller > .bg .ani {
    width: 100%; 
    background: rgba(255,255,255,1); 
    animation-name: updown;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}
@keyframes updown { 
    0% {height:0%} 
    100% {height:100%} 
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid #eee;
}
#site_config .site {
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    -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;
}
#site_config .site .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 210px;
    position: relative;
    border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -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;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    background-color: #7bc466;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#site_config .site .home svg {
    width: 14px;
}
#site_config .site .home .cls-1 {
    stroke: #666;
}
#site_config .site .home li:hover .cls-1 {
    stroke: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 20px;
    color: #666;
    position: relative;
    -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;
}
#site_config .site .home > ul li a.act {
    color: #7bc466;
}
#site_config .site .home > ul li a:hover{
    background-color: #7bc466;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 200px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 130px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 15px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 15px;
    }
    #site_config .site .home svg {
        width: 9px;
    }
}

/* footTop */
#footTop {
    background-color: #333;
    padding: 30px 0;
}
#footTop ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footTop ul li {
    width: 24.5%;
}
#footTop ul li a {
    text-decoration: none;
    display: block;
    border: 1px solid #888;
    border-radius: 10px;
    padding: 20px 15px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#footTop ul li a:hover {
    opacity: 1;
}
#footTop ul li:nth-child(1) a {
    background: url(../img/dwlIcon.png) 15px center no-repeat;
    background-size: 50px;
}
#footTop ul li:nth-child(2) a {
    background: url(../img/dwlIcon2.png) 15px center no-repeat;
    background-size: 50px;
}
#footTop ul li:nth-child(3) a,
#footTop ul li:nth-child(4) a {
    background: url(../img/djIcon.png) 15px center no-repeat;
    background-size: 50px;
}
#footTop ul li a p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2em;
    padding-left: 25%;
}
@media (max-width:992px){
    #footTop {
        padding: 15px 0;
    }
    #footTop ul {
        flex-wrap: wrap;
    }
    #footTop ul li {
        width: calc(50% - 2px);
        margin: 2px 0;
    }
    #footTop ul li a {
        padding: 15px;
        padding-left: 50px !important;
        background-size: 25px !important;
    }
    #footTop ul li a p {
        padding-left: 0;
    }
}
@media (max-width:500px){
    #footTop ul li {
        width: 100%;
    }
}