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



/*-------------------팝업변경--------------------------*/
/* #hd_pop {
    position: fixed;
    left: 0;
    top: 0;
	z-index:1000;
    opacity: 1;
    width: 100%;
    height: 100%;
	margin:0 auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.4);

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#hd_pop > .popUpSlideWrp {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#hd_pop > .popUpSlideWrp .popUpArr {
    position: absolute;
    right: 0;
    bottom: calc(100% + 5px);
    color: #fff;
    font-size: 20px;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}
#hd_pop > .popUpSlideWrp .popUpArr span {
    display: flex;
    background-color: rgba(255,255,255,0.1);
    border-radius: 70px;
    padding: 5px 10px;
    line-height: 1em;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#hd_pop .hd_pops .hd_pops_con {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100% !important;
    height: auto !important;
}
#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: relative !important;
	border: 0px;
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:5px 0;
	color:#fff;
    display: flex;
    justify-content: space-between;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
    top: 100%;
}

.hd_pops_footer button {
    margin-right: 5px;
    padding: 5px 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 300;
    margin: 3px 5px 3px 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Pretendard';
}
@media (max-width:991px){
	#hd_pop{
        padding: 0 30px;
	}
} */

/*//-------------------팝업변경--------------------------*/

/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
.f_play {
	font-family: 'Play' !important;
}

/*scroll-to-top*/
html .scroll-to-top,
html .scroll-to-top.visible {
    display: none;
}
/*Common*/
body {
    background: url(../img/floatbg.png) right center no-repeat;
    background-attachment: fixed;
}
img {
	max-width: 100%;
}
@media (min-width:1370px){
    .container {
        width: 1370px;
    }
    .container.mini {
        width: 1170px;
    }
}
@media (min-width:1670px) {
    .container.bigcon {
        width: 1670px;
    }
}
@media (max-width:1340px){
    .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;
    }
    body {
        background-size: 50%;
    }
}
@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;
    display: none;
}

/* logo */
#header.header-narrow .header-logo {
    float: none;
    padding: 0 8px;
}
#header.header-narrow .header-logo img {
    margin: 0px;
}
#header.header-narrow .header-logo .default {
    display: inline-block;
}
#header.header-narrow .header-logo .hover {
    display: none;
}
html #header:hover .header-logo .default,
html.sticky-header-active #header.header-narrow .header-logo .default {
    display: none;
}
html #header:hover .header-logo .hover,
html.sticky-header-active #header.header-narrow .header-logo .hover {
    display: inline-block;
}
#header.header-narrow .header-logo img {
    width: 100px;
}
@media (max-width:992px) {
    #header.header-narrow .header-logo {
        text-align: left;
        padding: 0 15px;
        float: none;
    }
    #header.header-narrow .header-logo img {
        width: 80px;
    }
}

/* st_bg */
.st_bg {
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: 0 2px;
    background: rgba(51, 51, 51, 0.34);
    vertical-align: middle;
}
/* Header part */
@media (min-width:1601px){
    #header .header-body {

        -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-body {
        max-width: 100%;
        left: 0%;
        transform: translate3d(0%, 0px, 0);
    } */
    #header .logoWrp {
        width: 150px;
    }
    #header .menuWrp {
        width: calc(100%-300px);
    }
    #header .mobileBtnWrp {
        width: 150px;
        text-align: right;
    }
}
@media (max-width:1600px) and (min-width:992px){
    #header .logoWrp {
        width: 120px;
    }
    #header .menuWrp {
        width: calc(100%-240px);
    }
    #header .mobileBtnWrp {
        width: 120px;
        text-align: right;
    }
}
@media (max-width:992px){
    #header .logoWrp {
        width: 70%;
    }
    #header .mobileBtnWrp {
        width: 30%;
    }
}
/* Header */
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
	box-shadow: 0 0 0 !important;
    background: rgba(0,0,0,0) !important;
}
#header .header-body .c_wrp {
    position: relative;
    z-index: 3;
}
#header .header-body .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > #mainNav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
}
#header .header-nav-main nav > ul > li > a {
    font-weight: 400;
    color: #333;
    border-radius: 0px;
    letter-spacing: 0;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
#header .header-nav-main nav > ul > li > a > strong {
    position: relative;
    display: inline-block;
}
#header .header-nav-main nav > ul > li > a > strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 0%;
    background-color: #00633d;

    -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.act > a > strong::after,
#header .header-nav-main nav > ul > li:hover > a > strong::after {
    width: 100%;
}
#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: #3dafa6;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
	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 {
    display: none;
}
@media (min-width:1200px) {
	#header .header-nav-main nav > ul > li > a {
        word-break: keep-all;
    }
}
@media (max-width:1200px) {
	#header .header-nav {
        display: none !important;
    }
}	
@media (min-width:991px) and (max-width:1600px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 15px 25px !important;
        font-size: 16px;
	}
}
@media (min-width:992px) {	
	#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 0;
        background-color: #fff;
        top: 100%;
        min-width: 180px;
        display: none;
        transform: translate3d(0, -50px, 0) !important;

        -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;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        box-shadow: 0 0 0;
        border-radius: 0;
        border-top: 2px solid transparent;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        height: 2px;
        width: 0;
        background-color: #3dafa6;

        -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;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu:hover li.dropdown-submenu > .dropdown-menu:before {
        width: 100%;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #aaa;
        right: 20px;
    }
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(0, -10px, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        height: 2px;
        width: 0;
        background-color: #3dafa6;

        -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;
    }
    #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
        width: 100%;
    }
    #header .header-nav-main nav > ul > li:nth-child(1) > .dropdown-menu {
        left: 15px;
    }
    #header .header-nav-main nav > ul > li:nth-child(2) > .dropdown-menu {
        left: -34px;
    }
    #header .header-nav-main nav > ul > li:nth-child(3) > .dropdown-menu {
        left: -16px;
    }
    #header .header-nav-main nav > ul > li:nth-child(4) > .dropdown-menu {
        left: -8px;
    }
    #header .header-nav-main nav > ul > li:nth-child(5) > .dropdown-menu {
        left: -16px;
    }
    #header .header-nav-main nav > ul > li:nth-child(6) > .dropdown-menu {
        left: -16px;
    }
    #header .header-nav-main nav > ul > li:nth-child(7) > .dropdown-menu {
        left: -8px;
    }
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 15px;
        font-weight: 400;
        border-bottom: 0px;
        padding: 8px 0;
        line-height: 1.2em;
        text-align: center;
    }
}
@media (max-width:1430px) and (min-width:1200px) {
    #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, -5px, 0) !important;
    }
}
@media (max-width:992px) {
    #header .header-body .c_wrp {
        padding: 0;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !important;
	}
    #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.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 .fa-caret-down {
        width: 100%;
        text-align: right;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        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;
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 2px 0px;
        color: #666;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #2664ab !important;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}

/* sticky */
html #header:hover .bt_wrp a:not(.actbtn),
html.sticky-header-active #header .bt_wrp a:not(.actbtn) {
    color: #333;
}
html #header:hover .bt_wrp .bar_i_bk,
html.sticky-header-active #header .bt_wrp .bar_i_bk {
    display: inline-block;
}
html #header:hover .bt_wrp .bar_i,
html.sticky-header-active #header .bt_wrp .bar_i {
    display: none;
}
html #header.header-transparent .header-body:before {
    background-color: transparent;
    opacity: 0;
    border-bottom: 0px;
}
html #header:hover .header-body:before,
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #fff;
    opacity: 1;
}
html.sticky-header-active #header.header-transparent .header-body .header-nav-main nav > ul > li > a {
    color: #333;
}
html.sticky-header-active #header.header-transparent .header-body .header-nav-main nav > ul > li > a:hover {
    color: #38b9af;
}
html #header.header-transparent .header-nav-main nav > ul > li > a,
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #fff ;
}


html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active) > a:hover {
    color: #36b1a7 ;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 16px;
	color: #fff;
	border-color: #3dafa6;
    word-break: keep-all;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #2664ab;
	background-color: transparent;
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 50px 15px !important;
        font-size: 18px;
        position: relative;

        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
    }
    html #header .header-nav-main nav > ul > li > a.act:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #333;
        top: auto;
    }
}
@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.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) {
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363;
	}
}
/*hover*/
html:not(.sticky-header-active) #header.header-transparent:hover .header-nav-main nav > ul > li > a,
html #header:hover .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html #header:hover .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    color: #3dafa6;
}
/*new_drop*/
#new_drop {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
}
#new_drop .dm_con {
    padding: 30px 0;
    position: relative;
    /* display: none; */
}
#new_drop .dm_con.act {
    /* display: block; */
}
#new_drop .dm_con .rt > .row {
    margin: 0 -40px;
    display: flex;
}
#new_drop .dm_con .rt > .row > li {
    padding: 0 15px;
    position: relative;
    /* min-height: 200px; */
}
#new_drop .dm_con .rt > .row > li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5%;
    height: 90%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
#new_drop .dm_con .rt > .row > li:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
#new_drop .dm_con .rt > ul > li {
    margin-bottom: 2px;
}
#new_drop .dm_con .rt h3 {
    color: #111;
    font-weight: 500;
}
#new_drop .dm_con .rt a {
    display: block;
    line-height: 1.3em;
    padding: 12px 0;
    text-decoration: none;
    color: #666;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    opacity: 0.5;
    position: relative;
    /* background: url(../img/arr_hvtab.png) right center no-repeat; */

    -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;
}
#new_drop .dm_con .rt a.ttMn {
    font-size: 18px;
    font-weight:400;
    opacity: 1;
}
#new_drop .dm_con .rt a:hover {
    opacity: 1;
    color: #38b9af;
}
/* #new_drop .dm_con .rt a:hover:after {
    background: url(../img/dm_arr_rd.png) right center no-repeat;
} */
#new_drop .dm_con .rt .dm {
    margin-top: 10px;
}
#new_drop .dm_con .rt .dm li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    padding: 3px 0;
}
#new_drop .dm_con .rt .dm li:hover a {
    color: #3dafa6;
}
@media (max-width:992px) {
    #new_drop {
        display: none !important;
    }
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-nav .logoItem svg {
    width: 150px !important;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 0;
    margin: 0px;
    top: 20px;
    width: auto;
    height: auto;
    color: #fff;
    background-color: transparent;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #ddd;
    margin: 0px !important;
}
.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.02em;
	font-weight: 500;
	background-color: transparent;
	color: #333;
	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 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;
}
.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%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
}
#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 {
	right: 0;
}

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

/*mmenu btn*/
.mmenu-toggle-btn {
    text-align: center;
    padding: 6px 12px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    /* background-color: #38b9af; */
    color: #333;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}
@media (max-width:768px){
    .mmenu-toggle-btn {
        width: 70px;
        height: 70px;
    }
}
/*lines_bar*/
.lines_bar {
    display: inline-block;
    width: 27px;
    height: 2px;
    border-radius: 0;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 27px;
    height: 2px;
    border-radius: 0;
    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;
    width: 27px;
}
.lines_bar:after {
    top: -10px;
}
.lines_bar.darkmd,
.lines_bar.darkmd:before,
.lines_bar.darkmd:after {
    background-color: #333;
}
html.sticky-header-active #header .lines_bar,
html.sticky-header-active #header .lines_bar:before,
html.sticky-header-active #header .lines_bar:after,
html #header:hover .lines_bar,
html #header:hover .lines_bar:before,
html #header:hover .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);
}
.mmenu-open .mobile-nav .lines_bar:before {
    background-color: #333;
}
.mmenu-open .mobile-nav .lines_bar:after {
    background-color: #333;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
    .conbox.conbox_xxxs {
        margin-top: 4px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_exlg {
    padding: 250px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 50px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 80px 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_xxxs {
    padding:40px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 0;
    }
	.sec_dvd.sec_dvd_exlg {
		padding: 150px 0;
	}
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xxxs {
        padding: 20px 0;
    }
}
/*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_cc {
    color: #ccc !important;
}
.c_aa {
    color: #aaa !important;
}
.c_dmt {
    color: #77b1ac !important;
}
.c_pt {
    color: #3dafa6 !important;
}
.c_bl {
    color: #3f77bb !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: 800px;
    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%;
    }
}
/* fooTop */
#fooTop {
    margin-top: 0px !important;
    background-color: #1a1a1a;
    border-top: 0px;
    border-bottom: 1px solid #444;
    padding: 15px 0;
}
#fooTop a,
#fooTop span {
    display: inline-block;
    vertical-align: middle;
}
#fooTop a {
    text-decoration: none;
    color: #fff;
}
#fooTop span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    margin: 0 7px;
}
@media (max-width:768px){
    #fooTop p {
        font-size: 12px;
        text-align: center;
    }
}
/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #1a1a1a;
    border-top: 0px;
    padding: 0 !important;
}
#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 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 {
        padding-bottom: 80px !important;
    }
    #footer .f_con {
        justify-content: space-around;
    }
}


/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 950px;
    position: relative;
}
#visual .bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
#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) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg4 {
    background: url(../img/visual_bg4.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg5 {
    background: url(../img/visual_bg5.jpg) center center no-repeat;
    background-size: cover;
}
#visual .tcon {
    text-align: left;
    position: relative;
    z-index: 3;
}
#visual .tcon h1 {
    line-height: 1.2em;
    color: #fff;
}
#visual .tcon h1 strong {
    font-weight: 500;
}
#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: 7%;
}
#visual_wrp #arr_next {
    right: 7%;
    transform: rotate(180deg);
}
#visual .txt1,
#visual .txt2,
#visual .txt3,
#visual .txt4 {
    opacity: 0;
}
#visual .ply .txt1 {
    -webkit-animation: fadeMove 9s linear infinite;
    -moz-animation: fadeMove 9s linear infinite;
    -ms-animation: fadeMove 9s linear infinite;
    -o-animation: fadeMove 9s linear infinite;
    animation: fadeMove 9s linear infinite;
}
@keyframes fadeMove {
    0% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    7% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#visual .ply .txt2 {
    -webkit-animation: fadeMove2 9s linear infinite;
    -moz-animation: fadeMove2 9s linear infinite;
    -ms-animation: fadeMove2 9s linear infinite;
    -o-animation: fadeMove2 9s linear infinite;
    animation: fadeMove2 9s linear infinite;
}
@keyframes fadeMove2 {
    7% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    14% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#visual .ply .txt3 {
    -webkit-animation: fadeMove3 9s linear infinite;
    -moz-animation: fadeMove3 9s linear infinite;
    -ms-animation: fadeMove3 9s linear infinite;
    -o-animation: fadeMove3 9s linear infinite;
    animation: fadeMove3 9s linear infinite;
}
@keyframes fadeMove3 {
    14% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    21% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
#visual .ply .txt4 {
    -webkit-animation: fadeMove4 9s linear infinite;
    -moz-animation: fadeMove4 9s linear infinite;
    -ms-animation: fadeMove4 9s linear infinite;
    -o-animation: fadeMove4 9s linear infinite;
    animation: fadeMove4 9s linear infinite;
}
@keyframes fadeMove4 {
    21% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    28% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (max-width:1400px){
    #visual_wrp #arr_prev {
        left: auto;
        right: calc(5% + 90px);
    }
    #visual_wrp #arr_next {
        right: 5%;
        transform: rotate(180deg);
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 700px;
    }
    #visual .tcon h1 {
        font-size: 40px;
    }
}
@media (max-width:768px){
    #visual .bg {
        height: 500px;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
        padding: 0 30px;
    }
    #visual .bg .tcon h1 {
        font-size: 25px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        top: calc(50% - 12px);
        bottom: 0;
        border-radius: 0;
        width: 24px;
        height: 24px;
        background-color: rgba(0, 0, 0, 0.2);
        background-size: 40px;
    }
    #visual_wrp #arr_next {
        left: auto;
        right: 0;
    }
    #visual_wrp #arr_prev {
        left: 0;
        right: auto;
    }
}
/*Slider - navigation*/
#nav_wrp {
    bottom: 20%;
    position: absolute;
    left: 0;
    width: 100%;
}
#nav_wrp .slider-nav .slick-track {
    width: auto !important;
    margin: 0 -5px;
}
#nav_wrp .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    cursor: pointer;
    padding: 0 5px;
}
#nav_wrp .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 100px;
    height: 5px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 0%;
    margin: 0;
    position: relative;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active p {
    color: #3dafa6 !important;
}
#nav_wrp .slider-nav .slick-track .act span {
    background-color: #3dafa6;
}
#nav_wrp .slider-nav .slick-track .slick-slide p {
    opacity: 0.4;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active p {
    opacity: 1;
}
@media (min-width:768px){
    #nav_wrp .slider-nav .slick-track .slick-slide p {
        font-size: 35px;
    }
}
@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;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide p {
        font-size: 16px;
    }
}

/* 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 ;
    }
}
/* shList */
.shList > li {
    position: relative;
    padding-left: 20px;
    margin: 2px 0;
}
.shList > li span {
    content: "";
    position: absolute;
    left: 0;
    top: 0 ;
}
.shList > li h6 {
    font-weight: 300;
}
@media (max-width:768px){
    .shList > li:after {
        top: 9px ;
    }
}

/* ms1 */
#ms1 #bsBox .slick-slide {
    padding: 15px 35px 35px;
}
#ms1 #bsBox .item {
    padding: 50px 25px;
    border-radius: 30px;
    box-shadow: 12px 12px 35px rgba(0,0,0,0.1);
}
#ms1 #bsBox .item .icon,
#ms1 #bsBox .item .txt h3 {
    text-align: center;
}
#ms1 #bsBox .item .txt h3 {
    line-height: 1em;
    margin-top: 10px;
}
#ms1 #bsBox .item .txt ul {
    margin-top: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#ms1 #bsBox .item .txt ul .op0 {
    opacity: 0;
}
#ms1 #bsBox .item .icon img {
    display: inline-block;
}
@media (max-width:768px){
    #ms1 #bsBox .slick-slide {
        padding: 15px 5px 15px;
    }
    #ms1 #bsBox .item {
        padding: 30px 15px;
        border-radius: 10px;
        box-shadow: 4px 4px 15px rgba(0,0,0,0.1);
    }
}
/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50px;
    padding: 0;
    color: transparent;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background-color: #a4a4a4;
}
.slick-dots li.slick-active button {
    background-color: #38b9af;
    opacity: 1;
    width: 30px;
}
#nv-slide .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}

/* ms2 */
#ms2 {
    background-color: #f7f7f7;
}
#ms2 #svBox .slick-slide {
    padding: 0 10px;
}
#ms2 #svBox .slick-slide a {
    text-decoration: none;
    display: block;
}
#ms2 #svBox .slick-slide .icon {
    position: relative;
    overflow: hidden;
}
#ms2 #svBox .slick-slide .icon:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hover_plus.png) center center no-repeat;
	background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: 4;
    -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;
}
#ms2 #svBox .slick-slide a:hover .icon:before{
	opacity: 1;
}
#ms2 #svBox .slick-slide a .icon 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 #svBox .slick-slide a:hover .icon 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 #svBox .slick-slide .txt {
    padding-top: 20px;
}
@media (max-width:768px){
    #ms2 #svBox .slick-slide.hidden {
        display: none !important;
    }
}
@media (max-width:768px){
    #ms2 #svBox .slick-slide .txt {
        padding-bottom: 20px;
    }
}

/* 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/moreBtn.png) center center no-repeat;
    background-color: rgba(186, 186, 186, 0.1);
    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: #38b9af;
}
#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;
    }
}


/* latestData */
#latestData {
    margin: 0 -5px;
}
#latestData .slick-slide {
    padding: 0 5px;
}
#latestData a {
    text-decoration: none;
    display: block;
    border: 2px solid #f7f7f7;
    background-color: #f7f7f7;
    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: #38b9af;
}
#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;
    }
}
/* 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 ul {
    max-width: 1920px;
    margin: 0 auto;
}
#ms4 ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}
#ms4 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;
}
#ms4 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);
}
#ms4 ul li a .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* 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;
}

/* subtop */
#subtop {
    position: relative;
}
#subtop .c_wrp {
    height: 800px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.8);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
#subtop .c_wrp h1 span {
    color: rgba(255,255,255,0.8);
    display: inline-block;
    vertical-align: middle;
}
#subtop .c_wrp img {
    opacity: .8;
    display: inline-block;
    vertical-align: middle;
}
#subtop .c_wrp h5 {
    color: rgba(255,255,255,0.8);
}
#subtop .c_wrp h5 span {
    position: relative;
}
#subtop .c_wrp h5 span::after {
    content: "";
    position: absolute;
    left: calc(50% - 1.5px);
    top: -3px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
}
@media (min-width:992px) {
    #subtop .c_wrp h1 {
        margin-top: 50px;
    }
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 450px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
        margin-top: 20px;
    }
    #subtop .c_wrp img {
        height: 30px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 320px;
        padding-top: 70px;
    }
    #subtop .c_wrp h1 {
        font-size: 20px;
        margin-top: 0;
    }
    #subtop .c_wrp img {
        height: 17px;
    }
}

/* scroller */
.scroller {
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    color: #fff; 
    z-index: 3; 
    height: 100px;
}
.scroller > span {
    display: block; 
    transform: rotate(90deg); 
    font-size: 12px;
    letter-spacing: 2px;
}
.scroller > .bg {
    position: relative; 
    height: 48px; 
    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.home3 {
    width: 260px;
}
#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: #38b9af;
}
#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: #38b9af;
}
#site_config .site .home > ul li a:hover{
    background-color: #38b9af;
    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 .container {
        padding: 0px;
    }
    #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: 140px;
    }
    #site_config .site .home.home3 {
        width: 160px;
    }
    #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;
    }
}


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

/* 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%;
    }
}
/* mainQuick */
#mainQuick {
    text-align: center;
}
#mainQuick .telNum {
    background-color: #38b9af;
    padding: 20px 0;
}
#mainQuick ul {
    padding: 10px 0;
    background-color: #fff;
}
#mainQuick ul li a {
    text-decoration: none;
    display: block;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1em;
    position: relative;
}
#mainQuick ul li a .icon {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 0 auto;
}
#mainQuick ul li a .icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#mainQuick ul li a .icon.icon1::before {
    display: inline-block;
    background: url(../img/quicki1.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon2::before {
    display: inline-block;
    background: url(../img/quicki2.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon3::before {
    display: inline-block;
    background: url(../img/quicki3.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon4::before {
    display: inline-block;
    background: url(../img/quicki4.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon5::before {
    display: inline-block;
    background: url(../img/quicki5.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon6::before {
    display: inline-block;
    background: url(../img/quicki6.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon7::before {
    display: inline-block;
    background: url(../img/quicki7.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon8::before {
    display: inline-block;
    background: url(../img/quicki8.png) center center no-repeat;
}
#mainQuick ul li a .icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#mainQuick ul li a .icon.icon1::after {
    display: inline-block;
    background: url(../img/quicki1_hv.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon2::after {
    display: inline-block;
    background: url(../img/quicki2_hv.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon3::after {
    display: inline-block;
    background: url(../img/quicki3_hv.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon4::after {
    display: inline-block;
    background: url(../img/quicki4_hv.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon5::after {
    display: inline-block;
    background: url(../img/quicki5_hv.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon6::after {
    display: inline-block;
    background: url(../img/quicki6_hv.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon7::after {
    display: inline-block;
    background: url(../img/quicki7_hv.png) center center no-repeat;
}
#mainQuick ul li a .icon.icon8::after {
    display: inline-block;
    background: url(../img/quicki8_hv.png) center center no-repeat;
}
#mainQuick ul li a:hover .icon::before {
    opacity: 0;
}
#mainQuick ul li a:hover .icon::after {
    opacity: 1;
}
#mainQuick .totop {
    text-decoration: none;
    display: block;
    padding: 11px;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background-color: #111;
}
@media (min-width:768px){
    #mainQuick {
        position: fixed;
        right: 0;
        width: 85px;
        transform: translate3d(0, 50%, 0);
        bottom: 50%;
        z-index: 100;

        transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
    }
    html.sticky-header-active #mainQuick {
        transform: translate3d(0, 0%, 0);
        bottom: 0%;
    }
    #mainQuick ul li {
        padding: 7px 0;
    }
    #mainQuick ul li a .fTip {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        right: calc(100%);
        background-color: #36b1a7;
        color: #fff;
        line-height: 1em;
        padding: 8px 12px;
        border-radius: 5px;
        white-space: nowrap;
        opacity: 0;
        
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    #mainQuick ul li a:hover .fTip {
        right: calc(100% - 15px);
        opacity: 1;
    }
    #mainQuick ul li a .fTip::before {
        content: "";
        position: absolute;
        border-width: 8px;
        border-color: transparent transparent transparent #36b1a7;
        right: -12px;
        border-style: solid;
    }
}
@media (max-width:768px){
    #mainQuick {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    #mainQuick ul {
        display: flex;
    }
    #mainQuick ul > li {
        width: 20%;
    }
    #mainQuick ul li a {
        font-size: 11px;
        line-height: 1em;
        padding: 0;
        color: #999;
    }
    #mainQuick ul li a .icon {
        width: 25px;
        height: 25px;
        margin-bottom: 4px;
    }
    #mainQuick .totop {
        display: none;
    }
    #mainQuick ul li a .icon::before {
        opacity: .6 !important;
        background-size: 100% !important;
    }
    #mainQuick ul li a .icon::after {
        opacity: 0 !important;
        background-size: 100% !important;
    }
}


/* btnWrp */
.btnWrp .btnItem {
    overflow: hidden;
    position: relative;    
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.7);
    padding: 15px 30px;
    line-height: 1em;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
}
.btnWrp .btnItem,
.btnWrp .btnItem::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btnWrp .btnItem::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #38b9af;
    z-index: 1;
}
.btnWrp .btnItem:hover {
    color: #fff;
    border-color: #38b9af;
}
.btnWrp .btnItem:hover::after {
    top: 0;
}
.btnWrp .btnItem span {
    position: relative;
    z-index: 2;
}
.btnWrp .btnItem.dk {
    color: #333;
    border: 1px solid #333;
}
.btnWrp .btnItem.dk::after {
    background-color: #333;
}
.btnWrp .btnItem.dk:hover {
    color: #fff;
}
.btnWrp .btnItem.w {
    color: #fff;
    border: 1px solid #fff;
}
.btnWrp .btnItem.w::after {
    background-color: #38b9af;
}
.btnWrp .btnItem.w:hover {
    border-color: #38b9af;
    background-color: #38b9af;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        font-size: 14px;
    }
}

/* msec1 */
#msec1 .secBoxWrp {
    position: relative;
}
#msec1 .secBoxWrp .secBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#msec1 .secBoxWrp .secBox > div {
    width: 50%;
}
#msec1 .secBoxWrp .secBox .lft .per {
    height: 2px;
    width: 70%;
    position: relative;
    background-color: #ddd;
}
#msec1 .secBoxWrp .slick-current .secBox .lft .per span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #333;
}
#msec1 .secBoxWrp .slick-current .secBox .lft .per.per1 span {
    animation: lineMove1 5s linear infinite;
}
@keyframes lineMove1 {
    0% {
        width: 0%;
    }
    25% {
        width: 25%;
    }
    100% {
        width: 25%;
    }
}
#msec1 .secBoxWrp .slick-current .secBox .lft .per.per2 span {
    width: 25%;
    animation: lineMove2 5s linear infinite;
}
@keyframes lineMove2 {
    0% {
        width: 25%;
    }
    25% {
        width: 50%;
    }
    100% {
        width: 50%;
    }
}
#msec1 .secBoxWrp .slick-current .secBox .lft .per.per3 span {
    width: 50%;
    animation: lineMove3 5s linear infinite;
}
@keyframes lineMove3 {
    0% {
        width: 50%;
    }
    25% {
        width: 75%;
    }
    100% {
        width: 75%;
    }
}
#msec1 .secBoxWrp .slick-current .secBox .lft .per.per4 span {
    width: 75%;
    animation: lineMove4 5s linear infinite;
}
@keyframes lineMove4 {
    0% {
        width: 75%;
    }
    25% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}
#msec1 .secBoxWrp .slider-sevice .slick-slide img {
    display: inline-block;
    margin: 0 auto;
}
#msec1 .secBoxWrp #sevice-nav .slider-nav-target {
    font-size: 15px;
    line-height: 1em;
    color: #999;
    font-weight: 500;
    margin: 15px 0;
    position: relative;
}
#msec1 .secBoxWrp #sevice-nav .slider-nav-target.is-active {
    color: #38b9af;
}
@media (min-width:992px){
    #msec1 .secBoxWrp .secBox .lft {
        padding-left: 60px;
    }
    #msec1 .secBoxWrp #sevice-nav {
        position: absolute;
        left: calc(100% - 30px);
        top: 20px;
        width: 200px;
        z-index: 3;
    }
    #msec1 .secBoxWrp #sevice-nav .slick-track {
        display: block;
        width: 100% !important;
    }
    #msec1 .secBoxWrp #sevice-nav .slick-track .slick-slide {
        float: none;
        width: 100% !important;
    }
}
@media (max-width:768px){
    #msec1 .secBoxWrp #sevice-nav .slider-nav-target {
        word-break: keep-all;
        text-align: center;
        font-size: 12px;
    }
    #msec1 .secBoxWrp .secBox {
        flex-wrap: wrap;
    }
    #msec1 .secBoxWrp .secBox > div {
        width: 100%;
    }
    #msec1 .secBoxWrp .secBox .lft {
        padding-bottom: 30px;
        text-align: center;
    }
}

/* mtit */
.mtit h5 {
    position: relative;
    display: inline-block;
}
/* .mtit h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 100%;
    background: url(../img/deco.png) center center no-repeat;
}
.mtit h5::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 100%;
    background: url(../img/deco.png) center center no-repeat;
    transform: rotate(180deg);
} */
.mtit h1 {
    color: #333;
}

/* msec2 */
#msec2 .txt,
#msec2 .counters {
    display: inline-block;
}
#msec2 .txt strong,
#msec2 .counters strong {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 500;
    margin-top: 15px;
}
#msec2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#msec2 ul li .icon {
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    vertical-align: middle;
    margin: 0 auto;
}
#msec2 ul li .icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#msec2 ul li .icon.icon1::before {
    display: inline-block;
    background: url(../img/cunti1.png) center center no-repeat;
}
#msec2 ul li .icon.icon2::before {
    display: inline-block;
    background: url(../img/cunti2.png) center center no-repeat;
}
#msec2 ul li .icon.icon3::before {
    display: inline-block;
    background: url(../img/cunti3.png) center center no-repeat;
}
#msec2 ul li .icon.icon4::before {
    display: inline-block;
    background: url(../img/cunti4.png) center center no-repeat;
}
#msec2 ul li .icon.icon5::before {
    display: inline-block;
    background: url(../img/cunti5.png) center center no-repeat;
}
#msec2 ul li .icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#msec2 ul li .icon.icon1::after {
    display: inline-block;
    background: url(../img/cunti1_hv.png) center center no-repeat;
}
#msec2 ul li .icon.icon2::after {
    display: inline-block;
    background: url(../img/cunti2_hv.png) center center no-repeat;
}
#msec2 ul li .icon.icon3::after {
    display: inline-block;
    background: url(../img/cunti3_hv.png) center center no-repeat;
}
#msec2 ul li .icon.icon4::after {
    display: inline-block;
    background: url(../img/cunti4_hv.png) center center no-repeat;
}
#msec2 ul li .icon.icon5::after {
    display: inline-block;
    background: url(../img/cunti5_hv.png) center center no-repeat;
}
#msec2 ul li:hover .icon::before {
    opacity: 0;
}
#msec2 ul li:hover .icon::after {
    opacity: 1;
}
@media (max-width:992px){
    #msec2 ul {
        flex-wrap: wrap;
    }
    #msec2 ul li {
        margin: 10px 0;
        width: 50%;
    }
    #msec2 .txt strong,
    #msec2 .counters strong {
        font-size: 20px;
        margin-top: 8px;
    }
    #msec2 ul li .icon {
        width: 120px;
        height: 120px;
        margin-bottom: 3px;
    }
    #msec2 ul li .icon::before {
        background-size: 100% !important;
    }
}
/* msec3 */
#msec3 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#msec3 ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}
#msec3 ul li a .txt {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#msec3 ul li a .txt h3,
#msec3 ul li a .txt p {
    color: #f2f2f2;
}
@media (max-width:768px){
    #msec3 ul {
        flex-wrap: wrap;
    }
    #msec3 ul > li {
        width: 100%;
    }
}

/* msec4 */
.border_radius {
    border-radius: 20px;
}
@media (max-width:768px){
    .border_radius {
        border-radius: 10px;
    }
}
/* msec4 */
#msec4 {
    /* background-color: #f9f9f9; */
}
#msec4 #bsBox {
    margin-left: -15px;
    margin-right: -15px;
}
#msec4 #bsBox .slick-slide {
    padding: 0 15px;
}
#msec4 .slick-slide img {
    display: inline-block;
    margin: 0 auto;
}
@media (max-width:992px){
    #msec4 .slick-slide {
        text-align: center;
        padding: 0 10px;
    }
}
/* msec5 */
#msec5 {
    background: url(../img/msec5_bg.jpg) center center no-repeat;
}
#msec5 ul {
    display: flex;
    flex-wrap: wrap;
}
#msec5 ul li {
    width: 20%;
    text-align: center;
    padding: 0 10px;
    margin-top: 20px;
}
#msec5 ul li h5 {
    margin-top: 10px;
}
@media (min-width:768px){
    #msec5 {
        background-attachment: fixed;
    }
}
@media (max-width:768px){
    #msec5 {
        background-size: cover;
    }
    #msec5 ul li {
        width: 33.33333%;
    }
    #msec5 ul li h5 {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.1em;
    }
}
/* rvBox */
#rvBox .slick-slide {
    padding: 0 10px;
}
#rvBox .slick-slide a {
    text-decoration: none;
    display: block;
    background: linear-gradient(133deg, #fcfcfc, #f7f7f7);
    border: 1px solid #cccccc;
    padding: 30px 30px;
}
#rvBox .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%;
}
#rvBox .slick-arrow.slick-prev {
    left: -130px;
}
#rvBox .slick-arrow.slick-next {
    right: -130px;
    transform: rotate(180deg);
}
@media (max-width:992px){
    #rvBox .slick-arrow {
        display: none !important
    }
}

/* msec7 */
#msec7 {
    background-color: #fcfcfc;
    position: relative;
}
#msec7 .c_wrp,
#msec7 .bt {
    position: relative;
    z-index: 3;
}
#msec7 .t_tit {
    line-height: 1em;
}
#msec7 .parking {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px 30px;
    border-radius: 10px;
}
@media (min-width:992px) {
    #msec7 {
        background: url(../img/map_nw.png) right center no-repeat;
        height: 800px;
        background-color: #fcfcfc;
    }
    #msec7:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 70%;
        height: 100%;
        background: linear-gradient(to right, #fcfcfc 50%, transparent 100%);
    }
    #msec7 .pList p i,
    #msec7 .pList p span {
        display: inline-block;
        vertical-align: top;
    }
}
@media (max-width:992px) {
    #msec7 {
        display: flex;
        flex-wrap: wrap;
        padding-top: 40px;
    }
    #msec7 > div {
        width: 100%;
    }
    #msec7 .pList p i,
    #msec7 .pList p span {
        vertical-align: middle;
    }
}
/* timeTable */
#timeTable .t_tit {
    color: #222;
    font-weight: 400;
}
#timeTable p a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    line-height: 1em;
    padding: 7px 8px;
    border-radius: 4px;
    background-color: #111;
    margin-left: 5px;
}
#timeTable p a span,
#timeTable p a i {
    display: inline-block;
    vertical-align: middle;
}
#timeTable p a i {
    margin-right: 3px;
}
#timeTable .time + h6 {
    opacity: .7;
}
#timeTable .time li {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #666;
}
#timeTable .time li .txt {
    width: 100px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-right: 15px;
}
#timeTable .time li .time {
    letter-spacing: 0px;
    font-weight: 400;
}
#timeTable .time li.imp .time {
    letter-spacing: -0.025em;
}
@media (min-width:992px) {
    #timeTable {
        max-width: 50%;
    }
}
@media (max-width:992px) {
    #timeTable .bt {
        order: 1;
    }
    #timeTable .t_tit {
        color: #aaa;
    }
    #timeTable .c_wrp {
        order: 2;
        padding: 30px 0;
        background-color: #222;
    }
    #timeTable .time li {
        font-size: 13px;
        margin-bottom: 5px;
    }
    #timeTable .time li div {
        letter-spacing: -1px;
    }
    #timeTable .time li .txt {
        width: 90px;
        margin-right: 12px;
    }
}
/* bfBox */
#bfBox .slick-slide {
    padding: 0 10px;
}
#bfBox .slick-slide a {
    text-decoration: none;
    display: block;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #ddd;
}
#bfBox .slick-slide a .imgWrp {
    position: relative;
}
#bfBox .slick-slide a .imgWrp .arr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
#bfBox .slick-slide a .imgWrp .arr .arrItem {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(226, 28, 28, 0.8);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    padding-top: 5px;
}
#bfBox .slick-slide a .imgWrp .arr .arrItem strong {
    font-size: 1.4em;
}
#bfBox .slick-slide ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;
}
#bfBox .slick-slide ul > li {
    width: 50%;
    text-align: center;
    position: relative;
    padding: 0 5px;
}
#bfBox .slick-slide ul > li img {
    display: inline-block;
}
#bfBox .slick-slide ul > li > .img {
    display: inline-block;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
#bfBox .slick-slide ul > li > .img > h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1em;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
    font-weight: 300;
}
#bfBox .slick-slide ul > li.af > .img > h5 {
    background-color: rgba(56, 185, 174, 0.5);
}
#bfBox .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%;
}
#bfBox .slick-arrow.slick-prev {
    left: -130px;
}
#bfBox .slick-arrow.slick-next {
    right: -130px;
    transform: rotate(180deg);
}
@media (max-width:992px){
    #bfBox .slick-arrow {
        display: none !important
    }
}
@media (max-width:768px){
    #bfBox .slick-slide ul > li > .img {
        border-radius: 10px;
    }
    #bfBox .slick-slide ul > li > .img > h5 {
        padding: 5px 0;
        font-size: 11px;
    }
    #bfBox .slick-slide a .imgWrp .arr .arrItem {
        width: 60px;
        height: 60px;
        font-size: 10px;
        padding-top: 5px;
    }
    #bfBox .slick-slide a {
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #ddd;
    }
}
/* msec9 */
#msec9 {
    background: url(../img/msec9_bg.jpg) center center no-repeat;
}
#msec9 .tit h1 {
    line-height: 1.2em;
}
#msec9 .tit h5 {
    opacity: .5;
}
@media (min-width:768px){
    #msec9 {
        background-attachment: fixed;
    }
}
@media (max-width:768px){
    #msec9 {
        background-size: cover;
    }
}

/* msec10 */
#msec10 {
    background-color: #262848;
}
#msec10 .fbox {
    display: flex;
    align-items: center;
}
#msec10 .fbox > div {
    width: 50%;
}
#msec10 .fbox > .rt {
    padding: 60px 0;
    padding-left: 100px;
}
#msec10 .fbox > .rt h1 {
    line-height: 1.2em;
}
#msec10 .fbox > .rt h1 .txt_sm{
    font-size: .4em;
    letter-spacing: 0px;
}
@media (max-width:768px){
    #msec10 .fbox {
        flex-wrap: wrap;
    }
    #msec10 .fbox > div {
        width: 100%;
    }
    #msec10 .fbox > .rt {
        padding: 50px 30px;
    }
}


/* nwmsec1 */
#nwmsec1 {
    background: url(../img/nwmsec1_w.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#nwmsec1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/nwmsec1.jpg) center center no-repeat;
    background-size: cover;
    -webkit-animation: bgani 10s infinite ease-out;
    animation: bgani 10s infinite ease-out;
}
@keyframes bgani {
    0% {
        opacity: 0;
    }
    10% { 
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% { 
        opacity: 0;
    }
    100% { 
        opacity: 0;
    }
}
#nwmsec1 .container {
    position: relative;
    z-index: 3;
}
#nwmsec1 .mtit h1 {
    line-height: 1.2em;
}
#nwmsec1 .imgCon {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#nwmsec1 .imgCon .cirbox {
    width: 300px;
    height: 300px;
    text-align: center;
}
#nwmsec1 .imgCon .cirbox h4 {
    margin-top: 9px;
}
@media (max-width:1140px){
    #nwmsec1 .imgCon .cirbox {
        width: 240px;
        height: 240px;
    }
    #nwmsec1 .imgCon .cirbox img {
        width: 90px;
    }
}
@media (max-width:992px){
    #nwmsec1 .imgCon .cirbox {
        width: 180px;
        height: 180px;
    }
    #nwmsec1 .imgCon .cirbox img {
        width: 50px;
    }
}
@media (max-width:768px){
    #nwmsec1 .imgCon .cirbox {
        width: 120px;
        height: auto;
        padding: 15px 0;
        margin: 0 2px;
    }
    #nwmsec1 .imgCon .cirbox img {
        width: 30px;
    }
    #nwmsec1 .imgCon .cirbox h4 {
        font-size: 14px;
        margin-top: 5px;
    }
}

/* cirbox */
.cirbox {
    display: inline-block;
    position: relative;
    background-color: #fff;
    z-index: 3;
}
@media (min-width:768px){
    .cirbox {
        border-radius: 50%;
    }
    .cirbox:before {
        content: '';
        z-index: -1;
        position: absolute;
        left: -20px;
        top: -20px;
        right: -20px;
        bottom: -20px;
        border-radius: 100%;
        opacity: .9;
    }
    .cirbox:after {
        content: '';
        display: block;
        z-index: -1;
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 100%;
        -webkit-animation: circlani 3s infinite ease-out;
        animation: circlani 3s infinite ease-out;
        background-color: #fff;
    }
    .cirbox h4 {
        line-height: 1.2em;
    }
    @-webkit-keyframes circlani {
        0% {
            opacity: 0.3;
        }
        100% { 
            width:120%; 
            height:120%; 
            opacity:0;
        }
    }
    @keyframes circlani {
        0% {
            opacity: 0.3;
        }
        100% { 
            width:120%; 
            height:120%; 
            opacity:0;
        }
    }
}
@media (max-width:768px){
    .cirbox {
        display: block;
    }
}
/* nwmsec2 */
#nwmsec2 {
    background-color: rgba(0, 0, 0, 0.015);
}
#nwmsec2 .cont > div {
    width: 100%;
}
#nwmsec2 .txt,
#nwmsec2 .counters {
    display: inline-block;
}
#nwmsec2 .txt strong,
#nwmsec2 .counters strong {
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 700;
    margin-top: 5px;
}
#nwmsec2 .ibox {
    display: flex;
    align-items: center;
    position: relative;
}
#nwmsec2 .ibox .dotted {
    position: absolute;
    left: 21%;
    bottom: 30%;
}
#nwmsec2 .ibox img {
    opacity: .5;
}

@media (min-width:768px){
    #nwmsec2 .cont {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #nwmsec2 .cont > div {
        white-space: nowrap;
    }
}
@media (max-width:768px){
    #nwmsec2 .txt strong,
    #nwmsec2 .counters strong {
        font-size: 35px;
    }
    #nwmsec2 .cont > div {
        text-align: center;
    }
    #nwmsec2 .cont > .ibox {
        white-space: nowrap;
        margin-top: 20px;
    }
}


/* dotted */
.dotted {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    background-color: #3dafa6;
    z-index: 3;
}
.dotted:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 100%;
    opacity: .9;
}
.dotted:after {
    content: '';
    display: block;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    border-radius: 100%;
    -webkit-animation: dottedani 3s infinite ease-out;
    animation: dottedani 3s infinite ease-out;
    background-color: #3dafa6;
}
@-webkit-keyframes dottedani {
    0% {
        opacity: 0.5;
    }
    100% { 
        width:250%; 
        height:250%; 
        opacity:0;
    }
}
@keyframes dottedani {
    0% {
        opacity: 0.5;
    }
    100% { 
        width:250%; 
        height:250%; 
        opacity:0;
    }
}

/* nwmsec3 */
#nwmsec3 ul li {
    display: flex;
    align-items: center;
}
#nwmsec3 ul li > .ibox img {
    border-radius: 10px;
}
@media (min-width:768px){
    #nwmsec3 ul li > div {
        width: 50%;
    }
}
@media (max-width:1370px){
    #nwmsec3 ul li > .tbox {
        padding: 0 40px;
    }
}
@media (max-width:768px){
    #nwmsec3 ul li {
        flex-wrap: wrap;
    }
    #nwmsec3 ul li > div {
        width: 100%;
    }
    #nwmsec3 ul li > .ibox {
        order: 1;
    }
    #nwmsec3 ul li > .tbox {
        padding: 20px 0;
        order: 2;
    }
}
/* eventSlick */
#eventSlick .slick-slide {
    padding: 0 10px;
}
#eventSlick .slick-slide a {
    text-decoration: none;
    display: block;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 10px;
}
#eventSlick .slick-slide a .img {
    position: relative;
}
#eventSlick .slick-slide a .img > span {
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 4px;
    background-color: #38b9af;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #333;
    z-index: 5;
    padding: 8px;
    line-height: 1em;
}
#eventSlick .slick-slide a .img > .ing {
    background-color: #3dafa6;
}
#eventSlick .slick-slide a .txt {
    padding: 30px 0;
}
#eventSlick .btnItem {
    display: block;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #3dafa6;
    border-radius: 10px;
    text-decoration: none;
    color: #3dafa6;
    font-size: 17px;
    font-weight: 500;

    -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;
}
#eventSlick a:hover .btnItem {
    color: #fff;
    background-color: #3dafa6;
}
#eventSlick .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%;
}
#eventSlick .slick-arrow.slick-prev {
    left: -130px;
}
#eventSlick .slick-arrow.slick-next {
    right: -130px;
    transform: rotate(180deg);
}
@media (max-width:992px){
    #eventSlick .slick-arrow {
        display: none !important
    }
}
@media (max-width:768px){
    #eventSlick .slick-slide a {
        padding: 8px;
        border-radius: 4px;
    }
    #eventSlick .slick-slide a .txt {
        padding: 20px 0;
    }
    #eventSlick .btnItem {
        font-size: 15px;
        border-radius: 4px;
    }
    #eventSlick .slick-slide a .img > span {
        font-size: 12px;
        left: 5px;
        top: 5px;
        border-radius: 2px;
    }
}

/* linkBox */
.linkBox {
    display: flex;
    max-width: 350px;
    justify-content: space-between;
    text-align: center;
}
.linkBox a {
    display: block;
    text-decoration: none;
}
.linkBox a img {
    border-radius: 10px;
    margin: 0 5px 5px;
    background-color: rgba(80, 177, 171,.8);
}
/* .linkBox a:nth-child(1) img {
    background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0%,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%) , linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
}
.linkBox a:nth-child(2) img {
    background-color: #03c65a;
}
.linkBox a:nth-child(3) img {
    background-color: #38b9af;
}
.linkBox a:nth-child(4) img {
    background-color: #fae100;
} */
.linkBox a h6 {
    opacity: 1;
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
}
@media (max-width:768px){
    .linkBox {
        margin-left: auto;
        margin-right: auto;
    }
    .linkBox a img {
        width: 55px;
        padding: 5px;
    }
}

/*center_slick*/
.center_slick{
	height:30px;
	overflow:hidden;
}
.center_slick ul li {
	padding: 0 10px;
	position: relative;
}
.center_slick .slick-list {
	height: 28px !important;
	overflow: hidden;
	margin-left: 50px;
}
.center_slick .slick-arrow {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	border: 0px;
	background: url("../img/slik_arr.png") center center no-repeat;
	text-indent: -99999em;
	overflow: hidden;
	z-index: 10;
	background-size: cover;
}
.center_slick .slick-prev{
	left:21px;
	background-position: 0 100%;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.center_slick ul li p {
    opacity: 0.8;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 768px) {
	.center_slick .slick-list {
		margin-left: 40px;
	}
	.center_slick ul li a {
		font-size: 13px;
        padding-right: 5px;
	}
	.center_slick .slick-arrow{
		width: 16px;
		height: 16px;
        left: 0;
        background-size: 16px !important;
	}
	.center_slick .slick-prev{
		left:17px;
	}
    .center_slick ul li p {
        line-height: 1.2em;
        white-space:normal;
        overflow: visible;
    }
}

/* quickTop */
#quickTop {
    display: none;
}
@media (max-width:992px){
    #quickTop {
        position: fixed;
        right: 10px;
        bottom: 70px;
        display: block;
        border-radius: 50%;
        border: 3px solid #38b9af;
        font-size: 12px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #38b9af;
        line-height: 1.2em;
        text-align: center;
        padding: 8px 11px;
        font-weight: 700;
        z-index: 100;
        text-decoration: none;
    }
}


/* section1 */
#section1 {
    padding: 100px 0;
}
#section1 .item h4 {
    margin-top: 15px;
}
#section1 .item p {
    line-height: 1.3em;
}
@media (max-width:768px){
    #section1 {
        padding: 30px 0;
    }
    #section1 ul li {
        margin: 10px 0;
    }
    #section1 .item h4 {
        margin-top: 10px;
    }
    #section1 .item p {
        line-height: 1.2em;
        margin-top: 0px;
    }
    #section1 .item img {
        width: 50px;
    }
}

/* section2 */
#section2 {
    background-color: rgba(221, 221, 221, 0.2);
}
#section2 .dvdSec {
    display: flex;
    align-items: center;
}
#section2 .dvdSec > div {
    width: 50%;
}
#section2 .dvdSec > .rt {
    padding: 30px;
}
#section2 .dvdSec > .rt ul {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
#section2 .dvdSec > .rt ul li img {
    border-radius: 50%;
    background-color: rgba(56, 185, 174, 0.05);
    margin-bottom: 15px;
}
#section2 .dvdSec > .rt ul li .txt p {
    line-height: 1.3em;
}
@media (max-width:768px){
    #section2 .dvdSec {
        flex-wrap: wrap;
    }
    #section2 .dvdSec > div {
        width: 100%;
    }
    #section2 .dvdSec > .rt ul li img {
        width: 70px;
    }
    #section2 .dvdSec > .rt ul li p {
        line-height: 1.2em;
    }
}

/* section3 */
#section3 {
    background: url(../img/section3.png) left bottom no-repeat;
    background-size: 100%;
}


/* section4 */
#section4 {
    background-color: rgba(107, 133, 131, 0.1);
}
#section4 .btnWrp .btnItem {
    display: block;
    text-align: center;
}
/* bfaf */
.bfaf li {
    margin: 15px 0;
}
.bfaf li a {
    text-decoration: none;
    display: block;
    background-color: #fff;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 20px;
}
.bfaf li .imgWrp {
    position: relative;
}
.bfaf li .imgWrp .arr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.bfaf li .imgWrp .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -5px;
}
.bfaf li .imgWrp .img > div {
    width: 50%;
    margin: 0 5px;
    position: relative;
}
.bfaf li .imgWrp .img .bf {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.bfaf li .imgWrp .img .af {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.bfaf li .img > div h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1em;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
    text-transform: none;
}
.bfaf li .txt {
    padding: 20px 0;
}
@media (max-width:768px){
    .bfaf li {
        margin: 10px 0;
    }
    .bfaf li .imgWrp .arr img {
        width: 40px;
    }
    .bfaf li .img > div h5 {
        padding: 10px 0;
        font-size: 11px;
    }
    .bfaf li .txt {
        padding: 20px 0 10px;
    }
}
/* section5 */
#section5 {
    background-color: rgba(107, 133, 131, 0.05);
    overflow: hidden;
}

/* section6 */
#section6 {
    /* background-color: rgba(107, 133, 131, 0.05); */
}
#section6 ul li .ibox {
    position: relative;
    overflow: hidden;
}
#section6 ul li .ibox h2 {
    position: absolute;
    right: 10%;
    bottom: 0;
    font-size: 7vw;
    line-height: 4.5vw;
    font-style: italic;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
}
@media (max-width:992px){
    #section6 ul li .ibox img {
        width: 100%;
    }
    #section6 ul li .ibox h2 {
        right: 3%;
        font-size: 11vw;
        line-height: 9.5vw;
    }
}
/* preview */
#preview {
    margin: 0 -15px;
}
#preview .slick-slide {
    padding: 0 15px;
}
#preview .slick-slide .img {
    position: relative;
    overflow: hidden;
}
#preview .slick-slide .img img {
    transform: scale(1.2);

    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
#preview .slick-slide.slick-center .img img {
    transition-delay: 1s;
    transform: scale(1);

    -webkit-transition: all 2.5s ease-out;
    -moz-transition: all 2.5s ease-out;
    -ms-transition: all 2.5s ease-out;
    -o-transition: all 2.5s ease-out;
    transition: all 2.5s ease-out;
}
#preview .slick-slide .img .txt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5%;
}
#preview .slick-slide .img .txt > div {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 50px 30px;
}
@media (min-width:768px){
    #preview .slick-slide .img .txt h6 {
        font-size: 18px;
    }
}
@media (max-width:768px){
    #preview .slick-slide .img .txt {
        width: 50%;
    }
    #preview .slick-slide .img .txt > div {
        padding: 20px 15px;
    }
    #preview .slick-slide .img .txt h3 {
        font-size: 16px;
        line-height: 1.2em;
    }
    #preview .slick-slide .img .txt h6 {
        line-height: 1.2em;
        margin-top: 3px;
    }
}



/* section7 */
#section7 {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: 750px;
    /* background-color: #f7f7f7; */
}
#section7 .fbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    will-change: clip-path;
    clip-path: circle(1rem at center center);
    background: url(../img/section7_bg.jpg) center center no-repeat;
    transition: clip-path 5s;
    background-size: cover;
}
#section7.aos-animate .fbox {
    clip-path: circle(169rem at center center);
}
#section7 .fbox > .lt {
    width: 100%;
    max-width: 1430px;
    padding: 0 15px;
}
#section7 .fbox > .lt h5 span {
    display: inline-block;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
#section7 .fbox > .lt h1 {
    line-height: 1.2em;
}
#section7 .fbox > .lt p {
    opacity: .9;
}
#section7 .fbox > .rt {
    text-align: center;
}
@media (min-width:1200px){
    #section7 .fbox > div {
        width: 35%;
    }
}
@media (max-width:1200px){
    #section7 .fbox > div {
        width: 45%;
    }
}
@media (max-width:768px){
    #section7 {
        height: auto;
    }
    #section7 .fbox {
        padding: 50px 0;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #section7 .fbox > div {
        width: 100%;
        text-align: center;
    }
    #section7 .fbox > .rt {
        margin-top: 40px;
        padding: 0 30px;
    }
}