/* Popup Layer */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0;
}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    display: none;
}

/*setting*/
.body {
    overflow: hidden;
}
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (min-width:1730px){
    .container {
        width: 1730px;
    }
    .container.mini {
        width: 1370px;
    }
}
@media (max-width:1730px){
    .hid-max {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*row*/
@media (max-width:767px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*bt_wrp*/
#header .bt_wrp .bar_i {
    display: inline-block;
}
#header .bt_wrp .bar_i_bk {
    display: none;
}
#header .bt_wrp .bar_i_bk3 {
    position: relative;
    margin-top: 3px;
    padding: 12px 15px 9px 5px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 10;
    color: #fff;
    background-color: #f70000;
    display: block !important;
    width: 18px;
    line-height: 18px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
}
html.add-header #header {
    position: relative;
}
html:not(.sticky-header-active) #header.sub-header .header-body,
html.add-header .header-body {
    z-index: 1000;
}
html.add-header #nav-overlay {
    opacity: 0.5;
    visibility: visible;
    z-index: 30;
}
@media (min-width:1701px){
    #header .lo_wrp {
        width: 350px;
    }
    #header .mn_wrp {
        width: calc(100% - 700px);
    }
    #header .ch_wrp {
        width: 350px;
        text-align: right;
    }
    #header .bt_wrp {
        width: 25%;
        text-align: right;
        padding-right: 30px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 30px 2vw !important;
        font-size: 16px;
    }
}
@media (max-width:1701px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 25px 2.5vw !important;
        font-size: 16px;
    }
    #header .lo_wrp {
        width: 270px;
    }
    #header .mn_wrp {
        width: calc(100% - 540px);
    }
    #header .ch_wrp {
        width: 270px;
        text-align: right;
    }
    #header .container {
        width: 100%;
    }
}
@media (max-width:1200px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        width: 100px;
    }
    #header .ch_wrp {
        width: calc(100% - 100px);
        text-align: right;
    }
    #header .h_nav {
        width: 10%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
@media (max-width:767px){
    #header .lo_wrp {
        width: 200px;
    }
}

/* logBox */
.logBox {
    display: inline-block;
}
.logBox a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: 1px solid #aaa;
    line-height: 1em;
    padding: 7px 13px;
    border-radius: 50px;
    font-weight: 400;
    margin-right: 3px !important;

    -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;
}
.logBox a:hover {
    border-color: #00a0e9;
    background-color: #00a0e9;
    color: #fff !important;
}
.logBox a i,
.logBox a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
.logBox a i {
    font-size: 15px;
}
.logBox a i {
    margin-right: 5px;
}
.logBox.mobile a,
html #header:hover .logBox a,
html:not(.sticky-header-active) #header.sub-header .logBox a,
html.add-header #header .logBox a,
html.sticky-header-active #header .logBox a {
    color: #333;
}
@media (max-width:767px){
    .logBox a {
        padding: 4px 8px;
    }
    .logBox a i,
    .logBox a span {
        font-size: 11px;
    }
}
/*sticky*/
html #header .default {
    display: none;
}
html #header .default-c {
    display: inline-block;
}
html #header.header-transparent .default {
    display: inline-block;
}
html #header.header-transparent .default-c {
    display: none;
}
html #header:hover .default,
html:not(.sticky-header-active) #header.sub-header .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html:not(.sticky-header-active) #header.sub-header .default-c,
html.add-header #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html #header:hover .header-body:before,
html.add-header #header .header-body:before,
html:not(.sticky-header-active) #header.sub-header .header-body:before{
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li a {
    letter-spacing: -0.02em;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 500;
    color: #fff !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 186px;
    font-weight: 400;
	color: #666;
    word-break: keep-all;
}
html #header .ch_wrp .rtBtn {
    padding: 4px 20px !important;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    letter-spacing: -0.01em;
}
html #header .ch_wrp .rtBtn span,
html #header .ch_wrp .rtBtn i {
    display: inline-block;
    vertical-align: middle;
}
html #header .ch_wrp .rtBtn span {
    padding-bottom: 1px;
}
html #header .ch_wrp .rtBtn i {
    font-size: 16px;
    font-weight: 400;
}


/* .sticky-header-active .ch_wrp .rtBtn, */
html:not(.sticky-header-active) .header-body:hover .ch_wrp .rtBtn,
.add-header .header-body .ch_wrp .rtBtn,
html:not(.sticky-header-active) #header.sub-header .header-body .ch_wrp .rtBtn {
    border: 2px solid rgba(0,0,0,0.5) !important;
    color: #666 !important;
}
@media (min-width: 992px){
    #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, -10px, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 40px 40px !important;
        font-size: 18px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li.rtBtn > a {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}
@media (max-width:1601px) {	
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 2px 0px;
        color: #666;
	}
	html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
    html .header-body .ch_wrp .rtBtn {
        border: 2px solid rgba(0,0,0,0.5) !important;
        color: #666 !important;
    }
}
@media (max-width:767px) {
    #header.header-narrow .header-logo .logoSvg svg {
        width: 140px;
    }
}
@media (max-width:500px) {
    html #header .ch_wrp .rtBtn {
        padding: 4px 10px !important;
    }
    html #header .ch_wrp .rtBtn span {
        display: none;
    }
}

/*#header-t*/
#header .header-body .c_wrp {
    position: relative;
    z-index: 3;
}
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #00a0e9;
}
/*#  - Header*/
html:not(.sticky-header-active) #header.sub-header {
    position: relative;
}
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px solid rgba(255, 255, 255, 0.2) !important;
	padding: 0;
    background-color: #12161e;
    position: relative !important;

    transition: background-color 0.4s,transform 0.4s 0.2s;
    backdrop-filter: saturate(180%) blur(10px);
    background: rgba(0,0,0,0.2);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
}
html.sticky-header-active #header .header-body {
    position: fixed !important;
}
html #header.sub-header .header-body,
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0px !important;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #ffe400;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #fff !important;
	background: transparent;
}
/* html.sticky-header-active #header .header-nav-main nav > #mainNav > li a, */
html:not(.sticky-header-active) #header:hover .header-nav-main nav > #mainNav > li a,
html:not(.sticky-header-active) #header.sub-header .header-nav-main nav > #mainNav > li a,
html.add-header #header .header-nav-main nav > #mainNav > li a {
    color: #000 !important;
}
html:not(.sticky-header-active)  #header .header-nav-main nav > #mainNav > li a:hover {
    color: #002f7c !important;
}
/* html.sticky-header-active #header .header-nav-main nav > #mainNav > li:hover > a,
#header:hover .header-nav-main nav > #mainNav > li:hover > a,
#header .header-nav-main nav > #mainNav > li:hover a {
    color: #002f7c !important;
} */
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
/*#header.header-narrow .header-logo img {
    width: 100px;
}*/
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 2.5vw !important;
	}
}
@media (min-width:1600px) {	
    #header .header-body {
        padding: 0 3%;
    }
}
@media (max-width:1600px) and (min-width:991px){	
    #header .header-body {
        padding: 15px;
    }
}
@media (min-width:991px) {	
    html.sticky-header-active #header.header-transparent .header-body:before {
        background-color: rgba(0,0,0,0.2);
        border-bottom: 0px !important;
    }
    #header .header-body:after {
        content: "";
        background-color: rgba(250, 250, 250, 0.95);
        position: absolute;
        width: 100%;
        left: 0%;
        height: 0px;
        z-index: 1;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header.actPc .header-body:after {
        height: 360px !important;
    }
    #header .header-nav-main nav > ul > li > a span {
        display: inline-block;
        position: relative;
        padding-bottom: 3px;
    }
    #header .header-nav-main nav > ul > li > a.actMn span:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: 1px;
        z-index: 3;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
	html.sticky-header-active #header .header-nav-main nav > ul > li > a.actMn span{
        color: #002f7c ;
    }
	html.sticky-header-active #header .header-nav-main nav > ul > li > a.actMn span:before {
        background-color: #002f7c;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
	#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 {
		opacity: 0;
        padding: 0;
        width: 200px;
        display: block;
        padding: 0;
        left: 50%;
        transform: translate(-50%, 0%) !important;
        top: 100%;
        border-radius: 10px;
        margin: 0px;
        border: 0px;
        max-height: 0;
        overflow: hidden;
        min-width: 0;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        border-top: 0px;
        opacity: 1;
        background-color: #fff;
        top: 90%;
        max-height: 1000px;
        padding: 20px 0;
        border: 1px solid #ddd;
        transform: translate3d(0, 0, 0);
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 16px;
        border-bottom: 0px;
        padding: 9px 0;
        line-height: 1.2em;
        text-align: center;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a,
	#header .header-nav-main nav > #mainNav > li.dropdown > .dropdown-menu li a:hover {
        color: #002f7c !important;
    }
}
@media (max-width:1600px) and (min-width:991px){
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 16px;
    }
}
@media (max-width:992px) {
    #header .header-body {
        padding: 0;
    }
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #002f7c !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 18px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #002f7c !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
/* linkBox */
#header .links {
    display: inline-block;
}
#header .links li {
    display: inline-block;
    position: relative;
    margin: 0px;
}
#header .links li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #ddd
}
#header .links li a {
    text-decoration: none;
    display: inline-block;
    color: #ddd;
    font-size: 15px;
    line-height: 1em;
    padding: 0 8px;
    font-weight: 600;
}
@media (max-width:767px){
    #header  .links li a {
        font-size: 14px;
        padding: 0 4px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav.focus, 
#header .header-btn-collapse-nav.active:focus, 
#header .header-btn-collapse-nav.focus, 
#header .header-btn-collapse-nav:active.focus, 
#header .header-btn-collapse-nav:active:focus, 
#header .header-btn-collapse-nav:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
#header .header-btn-collapse-nav {
    float: none;
	margin: 0;
    margin-left: 5px;
    width: 40px;
	background-color: transparent;
	color: #111;
	padding: 4px 0 !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
html #header:hover .header-btn-collapse-nav,
html #header:hover .header-btn-collapse-nav,
html:not(.sticky-header-active) #header.sub-header .header-btn-collapse-nav,
html.add-header #header .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #111;
}

/* logoBox */
#header .lo_wrp a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    display: flex;
    align-items: flex-end;
}
#header .lo_wrp a h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    padding-left: 7px;
    color: #fff;

    -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-narrow .header-logo a h6 , */
html:not(.sticky-header-active) #header:hover .header-logo a h6,
html:not(.sticky-header-active) #header.sub-header .header-logo a h6,
.mo-header-body .header-logo a h6,
html.add-header #header .header-logo a h6{
    color: #002f7c;
}
#header .lo_wrp a svg {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:992px){
    html #header .header-logo a h6{
        color:#002f7c !important;
    }
}
@media (max-width:767px){
    #header .lo_wrp a svg {
        width: 180px;
    }
}
/* logo svg */
#header.header-narrow .header-logo .logoSvg {
    line-height: 0px;
}
#header.header-narrow .header-logo .logoSvg .cls-1, 
#footer .flogo .cls-1 {
    stroke-width: 0px;
    fill: #fff;

    -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-narrow .header-logo .logoSvg .cls-1, */
html:not(.sticky-header-active) #header:hover .header-logo .logoSvg .cls-1,
.mo-header-body .header-logo .cls-1,
html:not(.sticky-header-active) #header.sub-header .header-logo .logoSvg .cls-1,
html.add-header #header .header-logo .logoSvg .cls-1 {
    fill:#002f7c;
}
@media (max-width:992px) {
    #header.header-narrow .header-logo .logoSvg {
        padding: 15px 0;
    }
    html #header .header-logo .logoSvg .cls-1 {
        fill:#002f7c !important;
    }
}

/* sticky-header-active==================== */
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #333;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a  {
    padding: 20px 25px;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li a {
    color: #838789;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li:hover a {
    color: #002f7c;
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.lines_bar {
    display: inline-block;
    width: 35px;
    height: 1px;
    transition: 0.3s;
    position: relative;
    top: -8px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 35px;
    height: 1px;
    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: 12px;
}
.lines_bar:after {
    top: -12px;
}
.pop.lines_bar,
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.pop.lines_bar:before,
.pop.lines_bar:after,
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.pop.lines_bar:before,
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.pop.lines_bar:after,
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.mmenu-open .lines_bar,
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after ,
.add-header .header-body .lines_bar,
.add-header .header-body .lines_bar:before,
.add-header .header-body .lines_bar:after,
.sticky-header-active .lines_bar,
.sticky-header-active .lines_bar:before,
.sticky-header-active .lines_bar:after,
html:not(.sticky-header-active) #header.sub-header .lines_bar,
html:not(.sticky-header-active) #header.sub-header .lines_bar:before,
html:not(.sticky-header-active) #header.sub-header .lines_bar:after,
.header-body:hover .lines_bar,
.header-body:hover .lines_bar:before,
.header-body:hover .lines_bar:after {
    background-color: #111;
}
@media (max-width:767px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 2px;
    }
    .lines_bar:before {
        top: 9px;
    }
    .lines_bar:after {
        top: -9px;
    }
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:1200px){
	.mn_header .logobox {
		padding: 10px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 130px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: 0;
    max-width: 500px;
	width: 100%;
	display: block !important;
	position: fixed;
	top: 0;
    z-index: -1;
	height: 100%;
	padding: 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,1);
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 999;
    opacity: 1;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.mmenu-open .mobile-nav::-webkit-scrollbar {
    display: none;
    width: 0px;
}
.mobile-nav .logoWrp {
    margin: 50px 0 30px;
}
.mobile-nav .logoWrp svg {
    width: 70%;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 15px;
}
.mobile-nav .linkBox {
    text-align: center;
    margin-top: 60px;
}
.mobile-nav .linkBox .schBox {
    margin-bottom: 10px;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    vertical-align: middle;
}
.mobile-nav .header-logo {
	margin-top: 40px;
}
.mobile-nav .header-logo img {
    width: 250px;
}
.mobile-nav .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    top: auto;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 20px;
    padding: 0;
    position: absolute;
}
.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: 15px;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #666;
    border: 0;
    padding: 20px 15px;
    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 #mainNav > li {
    border-bottom: 1px solid #eee;
    line-height: 1em;
    padding: 6px 0 5px;
    margin: 0px;
}
.mobile-side-menu li.dropdown > a {
    display: block;
    padding-right: 23px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: calc(50% - 8px);
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	z-index: 100;
	margin-top: 1px;

    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.mobile-side-menu li.dropdown.open > a:before {
    transform: rotate(-180deg);
}
.mobile-side-menu li a > span {
    display: inline-block;
    position: relative;
}
.mobile-side-menu li a > span > span {
    display: inline-block;
    position: relative;
    z-index: 5;
}
/* .mobile-side-menu li a > span:after {
    content: "";
    position: absolute;
    right: -25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e6fa2a;
    z-index: 0;
    top: -10px;
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} */
.mobile-side-menu li:hover a > span:after {
    opacity: 1;
}
.mobile-side-menu li a > span > span:after {
    content: "";
    position: absolute;
    width: 0;
    top: 100%;
    height: 3px;
    left: 0;
    background-color: #666;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mobile-side-menu li:hover a > span > span:after {
    width: 100%;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
}
.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 a {
    font-size: 20px;
    padding: 8px 15px 8px 0;
}
.mobile-side-menu li a .link_icon  .cls-1 {
    stroke:#666;
    stroke-width:5px;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
    color: #999;
}
.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;
    display: none;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li a > span:after {
    right: -20px;
    width: 30px;
    height: 30px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
    left: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 100%;
	height: 100%;
    z-index: 100;
	margin-top: 1px;
    background-size: 13px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.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: 17px;
}
.mobile-nav .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
/* .mobile-nav .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
} */
.mobile-nav .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 8px 0;
}
.mobile-nav .log_nav li a i,
.mobile-nav .log_nav li a span {
    display: inline-block;
    vertical-align: middle;
}
.mobile-nav .snsbox .sns_i {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    cursor: pointer;
}
#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;
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.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;
}
/* width */
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}
/*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_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_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;
    }
}

/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .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:767px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:767px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_bl {
    color: #005fff !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #ff9b19 !important;
}
.c_yl {
    color: #fad92a !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_dft {
    color: #7c8492 !important;
}
.c_pt {
    color: #002f7c !important;
}
.c_pt2 {
    color: #0d254d !important;
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 80vh;
    overflow-y: scroll;
}
@media (max-width:767px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/*visual*/
#visual {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
#visual .myVideo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 2;
}
#visual .myVideo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(161,161,161,0.3);
    z-index: 3;
    mix-blend-mode: multiply;
}
#visual .myVideo video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#visual .txtCon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#visual .txtCon .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}
#visual .txtCon .txt h4 {
    margin-top: 20px;
}
@media (max-width:1200px){
    #visual {
        min-height: 800px;
    }
}
@media (max-width:767px){
    #visual {
		height: auto;
        min-height: auto;
    }
    #visual .myVideo {
        position: relative;
        line-height: 1em;
    }
}

/* footer */
#footer {
    margin-top: 0px !important;
    padding: 40px 0 !important;
}
#footer .container .row > div {
    margin-bottom: 0px;
}
#footer h2 svg {
    width: 150px;
}
#footer h2 .cls-1 {
    fill: #fff !important;
}
#footer p {
    color: #aaa;
    line-height: 1.6em;
}
#footer p .fcon {
    display: inline-block;
}
#footer p .fcon strong {
    display: inline-block;
}
#footer p .dvd {
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    width: 1px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px;
}
#footer .btCon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    margin-top: 20px;
}
#footer .btCon .lft a {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
#footer .btCon .rt {
    text-align: right;
}
@media (min-width:992px) {
    #footer svg {
        width: 400px;
    }
    #footer p {
        font-size: 15px;
    }
}
@media (max-width:767px) {
    #footer .btCon {
        flex-wrap: wrap;
    }
    #footer .btCon > div {
        width: 100%;
    }
    #footer .btCon .lft a {
        font-size: 20px;
        margin: 0 5px;
    }
    #footer .btCon .rt {
        text-align: center;
    }
    #footer .btCon .rt h6 {
        line-height: 1.2em;
    }
}
/* allnv */
#footer .allnv {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
#footer .allnv .big {
    margin: 0 -15px;
}
#footer .allnv .big > li {
    padding: 0 15px;
    margin: 10px 0;
    text-align: right;
}
#footer .allnv .big > li > a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
#footer .allnv .big > li > ul {
    margin-top: 10px;
}
#footer .allnv .big > li > ul li a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #eee;
    opacity: .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;
}
#footer .allnv .big > li > ul li a:hover {
    opacity: 1;
}
#footer p .admBtn {
    background-color: #2f2f2f;
    display: inline-block;
    line-height: 1em;
    padding: 5px 8px;
    border-radius: 3px;
    font-weight: 600;
    color: #a8a8a8;
}
#footer p strong {
    color: #fff;
}
#footer p span {
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}
#footer .sns {
    margin-top: 20px;
}
#footer .sns a {
    display: inline-block;
    margin: 0 2px;
    text-decoration: none;
    width: 40px;
}
@media (min-width:991px) {
    #footer .allnv .lft {
        width: calc(100% - 100px);
    }
    #footer .allnv .rt {
        width: 100px;
    }
}
@media (max-width:992px) {
    #footer .sns a {
        width: 33px;
        margin: 0px;
    }
    #footer .allnv {
        margin: 0 auto;
    }
}
@media (max-width:767px){
    #footer {
        padding: 40px 0 !important;
    }
    #footer .allnv {
        justify-content: flex-start;
    }
    #footer p {
        font-size: 14px;
    }    
    #footer .infoH {
        position: relative;
    }
}



/* slick-arrow */
.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%;
}
.slick-arrow.slick-prev {
    left: -130px;
}
.slick-arrow.slick-next {
    right: -130px;
    transform: rotate(180deg);
}
@media (max-width:992px){
    .slick-arrow {
        display: none !important
    }
}
/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 20px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50px;
    padding: 0;
    color: transparent;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    background-color: #a4a4a4;
}
.slick-dots li.slick-active button {
    background-color: #333;
    opacity: 1;
    width: 15px;
}
#nv-slide .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
@media (max-width:767px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}
/* topbg */
.topbg {
    background: url(../img/topbg.png) right bottom no-repeat;
    background-size: cover;
}
@media (max-width:767px){
    .topbg {
        background-size: 100%;
    }
}
/* mtit */
.mtit.half {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.mtit .en {
    color: #8fdfd7;
}
.mtit .rt a {
    text-decoration: none;
    display: inline-block;
    color: #000;
}
.mtit .rt a span,
.mtit .rt a strong {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.mtit .rt a strong {
    width: 30px;
    line-height: 21px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
}
.mtit h2 {
    line-height: 1.4em;
}
@media (max-width:767px){
    .mtit.half {
        flex-wrap: wrap;
    }
    .mtit.half > div {
        width: 100%;
        text-align: center !important;
    }
    .mtit .rt a {
        margin-top: 10px;
    }
    .mtit .rt a strong {
        width: 20px;
        line-height: 11px;
    }
}

/* btnWrp */
.btnWrp .btnItem {
    overflow: hidden;
    position: relative;    
    text-decoration: none;
    display: inline-block;
    border: 1px solid #222;
    padding: 15px 30px;
    line-height: 1em;
    color: #fff;
    background-color: #222;
    font-weight: 500;
    border-radius: 5px;
    min-width: 180px;
    text-align: center;
}
.btnWrp .btnItem.bg_pt {
    border-color: #002f7c;
    background-color: #002f7c;
}
.btnWrp .btnItem.w {
    color: #037e95;
    border-color: #fff;
    background-color: #fff;
}
@media (max-width:767px){
    .btnWrp .btnItem {
        font-size: 13px;
        padding: 10px 15px;
        min-width: 120px;
    }
}
/* subtop */
#subtop {
    position: relative;
}
#subtop .c_wrp {
    height: 450px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
    }
}
@media (max-width:767px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 170px;
        padding-top: 0px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}
/* scroll_ani */
.scroll_ani {
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    color: #fff; 
    z-index: 3; 
    height: 100px;
}
.scroll_ani > span {
    display: block; 
    transform: rotate(90deg); 
    font-size: 12px;
    letter-spacing: 2px;
}
.scroll_ani > .bg {
    position: relative; height:100%; 
    width:1px; 
    margin: 30px auto 0; 
    background: rgba(255,255,255,0.2);
}
.scroll_ani > .bg .animation {
    width: 100%; 
    background: rgba(255,255,255,1); 
    animation-name: updown;animation-iteration-count: infinite;animation-duration:3s;animation-timing-function:ease-in-out;
}
@keyframes updown { 
    0% {height:0%} 100% {height:100%} 
}


/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0 5%;
    background-color: #fcfcfc;
}
#site_config .site {
    background-color: #fcfcfc;
}
#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.act,
#site_config .site .home:hover {
    background-color: #fff;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 230px;
    position: relative;
    border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    background-color: #333;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#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: #333;
}
#site_config .site .home > ul li a:hover{
    background-color: #333;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config {
        padding: 0;
    }
    #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:767px) {
    #site_config .site {
        display: flex;
    }
    #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 {
        width: auto;
        min-width: 100px;
    }
    #site_config .site .home.home3 {
        width: auto;
        min-width: 100px;
    }
    #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 35px 0 10px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 12px;
    }
}

/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h5{
    font-weight: 300;
    padding-left: 0px;
}
@media (max-width:767px){
    .hList > li:after {
        top: 9px ;
    }
}
/* 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 h5{
    font-weight: 300;
    padding-left: 0px;
}
@media (max-width:767px){
    .pList > li:after {
        top: 7px ;
    }
}
/* cList */
.cList > li {
    margin-top: 3px;
    position: relative;
    padding-left: 10px;
}
.cList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px ;
    width: 2px;
    height: 2px;
    background-color: #aaa;
}
.cList > li h6,
.cList > li p {
    font-weight: 300;
    padding-left: 0px;
}
@media (max-width:767px){
    .cList > li:after {
        top: 4px ;
    }
}

/* ms1 */
#ms1 {
    position: relative;
    background-size: cover;
}
#ms1 .logoImg {
    position: absolute;
    right: -20%;
    bottom: 0;
    z-index: 1;
}
#ms1 .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
#ms1 .box {
    position: absolute;
    
    -webkit-animation: moveUpDown 3.5s linear infinite;
    -moz-animation: moveUpDown 3.5s linear infinite;
    -ms-animation: moveUpDown 3.5s linear infinite;
    -o-animation: moveUpDown 3.5s linear infinite;
    animation: moveUpDown 3.5s linear infinite;
}
@keyframes moveUpDown {
    0% {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    50% {
        -webkit-transform: translateY(7px);
        -moz-transform: translateY(7px);
        -ms-transform: translateY(7px);
        -o-transform: translateY(7px);
        transform: translateY(7px);
    }
    100% {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px);
    }  
}
#ms1 .box.tbox {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 295px;
    width: 295px;
    border-radius: 50%;
    box-shadow: 0 0 70px rgba(13,37,77,0.1);
    z-index: 2;
}
#ms1 .box.tbox::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#ms1 .box.tbox:after {
    content: '';
    display: block;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(13,37,77,0.8);
    border-radius: 100%;
    -webkit-animation: circlani 2s infinite ease-out;
    animation: circlani 2s infinite ease-out;
}

@-webkit-keyframes circlani {
    0% {
        opacity: 0.3;
    }
    100% { 
        width:115%; 
        height:115%; 
        opacity:0;
    }
}
@keyframes circlani {
    0% {
        opacity: 0.3;
    }
    100% { 
        width:115%; 
        height:115%; 
        opacity:0;
    }
}
#ms1 .box.tbox > div {
    position: relative;
    z-index: 3;
}
#ms1 .box.tbox h3 {
    padding-top: 15px;
}
#ms1 .box.tbox h5 {
    color: #d8dcec;
}
#ms1 .box1 {
    left: 15%;
    top: 10%;
    animation-delay: .4s;
}
#ms1 .box2 {
    left: 19%;
    bottom: 9.5%;
    animation-delay: .1s;
    
    -webkit-animation: moveUpDown1 3.5s linear infinite;
    -moz-animation: moveUpDown1 3.5s linear infinite;
    -ms-animation: moveUpDown1 3.5s linear infinite;
    -o-animation: moveUpDown1 3.5s linear infinite;
    animation: moveUpDown1 3.5s linear infinite;
}
@keyframes moveUpDown1 {
    0% {
        -webkit-transform: translateY(-3px) scale(.85);
        -moz-transform: translateY(-3px) scale(.85);
        -ms-transform: translateY(-3px) scale(.85);
        -o-transform: translateY(-3px) scale(.85);
        transform: translateY(-3px) scale(.85);
    }
    50% {
        -webkit-transform: translateY(7px) scale(.85);
        -moz-transform: translateY(7px) scale(.85);
        -ms-transform: translateY(7px) scale(.85);
        -o-transform: translateY(7px) scale(.85);
        transform: translateY(7px) scale(.85);
    }
    100% {
        -webkit-transform: translateY(-3px) scale(.85);
        -moz-transform: translateY(-3px) scale(.85);
        -ms-transform: translateY(-3px) scale(.85);
        -o-transform: translateY(-3px) scale(.85);
        transform: translateY(-3px) scale(.85);
    }  
}
#ms1 .box2.tbox:after {
    animation-delay: .5s;
}
#ms1 .box3 {
    right: 12%;
    top: 10.5%;
    animation-delay: .6s;
    
    -webkit-animation: moveUpDown2 3.5s linear infinite;
    -moz-animation: moveUpDown2 3.5s linear infinite;
    -ms-animation: moveUpDown2 3.5s linear infinite;
    -o-animation: moveUpDown2 3.5s linear infinite;
    animation: moveUpDown2 3.5s linear infinite;
}
@keyframes moveUpDown2 {
    0% {
        -webkit-transform: translateY(-3px) scale(1.2);
        -moz-transform: translateY(-3px) scale(1.2);
        -ms-transform: translateY(-3px) scale(1.2);
        -o-transform: translateY(-3px) scale(1.2);
        transform: translateY(-3px) scale(1.2);
    }
    50% {
        -webkit-transform: translateY(7px) scale(1.2);
        -moz-transform: translateY(7px) scale(1.2);
        -ms-transform: translateY(7px) scale(1.2);
        -o-transform: translateY(7px) scale(1.2);
        transform: translateY(7px) scale(1.2);
    }
    100% {
        -webkit-transform: translateY(-3px) scale(1.2);
        -moz-transform: translateY(-3px) scale(1.2);
        -ms-transform: translateY(-3px) scale(1.2);
        -o-transform: translateY(-3px) scale(1.2);
        transform: translateY(-3px) scale(1.2);
    }  
}
#ms1 .box3.tbox:after {
    animation-delay: .2s;
}
#ms1 .box4 {
    right: 22%;
    bottom: 10.5%;
    
    -webkit-animation: moveUpDown3 3.5s linear infinite;
    -moz-animation: moveUpDown3 3.5s linear infinite;
    -ms-animation: moveUpDown3 3.5s linear infinite;
    -o-animation: moveUpDown3 3.5s linear infinite;
    animation: moveUpDown3 3.5s linear infinite;
}
@keyframes moveUpDown3 {
    0% {
        -webkit-transform: translateY(-3px) scale(1.05);
        -moz-transform: translateY(-3px) scale(1.05);
        -ms-transform: translateY(-3px) scale(1.05);
        -o-transform: translateY(-3px) scale(1.05);
        transform: translateY(-3px) scale(1.05);
    }
    50% {
        -webkit-transform: translateY(7px) scale(1.05);
        -moz-transform: translateY(7px) scale(1.05);
        -ms-transform: translateY(7px) scale(1.05);
        -o-transform: translateY(7px) scale(1.05);
        transform: translateY(7px) scale(1.05);
    }
    100% {
        -webkit-transform: translateY(-3px) scale(1.05);
        -moz-transform: translateY(-3px) scale(1.05);
        -ms-transform: translateY(-3px) scale(1.05);
        -o-transform: translateY(-3px) scale(1.05);
        transform: translateY(-3px) scale(1.05);
    }  
}
#ms1 .box3.tbox:after {
    animation-delay: .8s;
}
#ms1 .box5 {
    left: 7%;
    top: 23%;
    animation-delay: .2s;
}
#ms1 .box6 {
    right: 6%;
    top: 31.5%;
    animation-delay: .3s;
}
@media (max-width: 1400px){
    #ms1 .box1 {
        left: 8%;
        top: 5%;
    }
    #ms1 .box2 {
        left: 11%;
        bottom: 4.5%;
    }
    #ms1 .box3 {
        right: 4%;
        top: 5.5%;
    }
    #ms1 .box4 {
        right: 14%;
        bottom: 5.5%;
    }
    #ms1 .box5 {
        left: 1%;
        top: 18%;
    }
    #ms1 .box6 {
        right: 2%;
        top: 26.5%;
    }
}
@media (max-width: 992px){
    #ms1 .box.tbox {
        height: 220px;
        width: 220px;
    }
    #ms1 .box5 {
        height: 150px;
        width: 150px;
    }
    #ms1 .box6 {
        height: 120px;
        width: 120px;
    }
    #ms1 .box1 {
        left: 3%;
        top: 4%;
    }
    #ms1 .box2 {
        left: 2%;
        bottom: 2.5%;
    }
    #ms1 .box3 {
        right: 3%;
        top: 6.5%;
    }
    #ms1 .box4 {
        right: 2%;
        bottom: 3%;
    }
    #ms1 .box5 {
        left: -4%;
        top: 28%;
    }
    #ms1 .box6 {
        right: -3%;
        top: 50.5%;
    }
}
@media (max-width: 600px){
    #ms1 .box.tbox {
        height: 35vw;
        width: 35vw;
    }
    #ms1 .box5 {
        height: 25vw;
        width: 25vw;
        left: -4%;
        top: 20%;
    }
    #ms1 .box6 {
        height: 20vw;
        width: 20vw;
        right: -3%;
        top: auto;
        bottom: 20.5%;
    }
    #ms1 .box.tbox h3 {
        line-height: 1em;
    }
    #ms1 .box.tbox h5 {
        line-height: 1.2em;
        font-size: 12px;
        margin-top: 5px;
    }
}
/* about */
#ms1 .page {
    width: 1500px;
    height: 120vh;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0 auto;
}
#globe-3d, #globe-2d-overlay, #globe-popup-overlay, .globe-popup {
    display: block;
    position: absolute;
}

#globe-2d-overlay, #globe-popup-overlay {
    pointer-events: none;
}
.globe-popup {
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0;
    color: #111;
    font-family: sans-serif;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 3px;
    filter: drop-shadow(0px 0px 3px #555555);
}
#ms1 {
    text-align: center;
    overflow: hidden;
}
#ms1 .page {
    width: 100%;
    justify-content: center;
    opacity: .4;
}
#ms1 .page .globe-wrapper {
    -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;
}
#ms1 .page .globe-wrapper {
    transform: scale(1.3);
}
@media (max-height: 500px){
    #ms1 .page {
        min-height: 700px;
    }
}
@media (max-width: 992px){
    #ms1 .page {
        height: 750px;
    }
}
@media (max-width: 768px){
    #ms1 .page {
        height: 650px;
    }
}
@media (max-width: 500px){
    #ms1 .page {
        height: 550px;
    }
}

/* ms2 */
#ms2 {
    position: relative;
    overflow: hidden;
    width: calc(100% - 60px);
    border-radius: 50px;
    background-color: #000;
    margin: 0 auto;
    height: 120vh;
    min-height: 700px;
}
#ms2::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, #000, transparent);
    z-index: 5;
}
#ms2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, #000, transparent);
    z-index: 5;
}
#ms2 .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
#ms2 .txt h2 {
    opacity: .6;
}
#ms2 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    filter: blur(10px);
    opacity: .2;
}

@media (max-width: 1400px){
    #ms2 {
        height: 90vh;
    }
}
@media (max-width: 992px){
    #ms2 {
        min-height: auto;
        height: 700px;
    }
    #ms2 .img img {
        max-width: 60vw;
    }
}
@media (max-width: 768px){
    #ms2 {
        height: 650px;
        width: calc(100% - 30px);
        border-radius: 15px;
    }
    #ms2 .img img {
        max-width: 80vw;
    }
}
/* liveList */
.listSet {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.liveList img {
    border-radius: 20px;
}
@media (min-width: 1401px){
    .liveList {
        width: 360px;
    }
}
@media (max-width: 1400px){
    .liveList {
        width: 230px;
    }
}
@media (max-width: 1200px){
    .liveList {
        width: 180px;
    }
}
@media (max-width: 992px){
    .liveList {
        width: 10vw;
    }
    .liveList img {
        border-radius: 10px;
    }
}
@media (min-width: 768px){
    .liveList {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media (max-width: 767px){
    .listSet {
        padding: 40px 0;
        flex-direction: column;
    }
    .liveList {
        display: flex;
        align-items: center;
        width: 100%;
        height: 80px;
        gap: 10px;
        flex-direction: row;
    }
    .liveList img {
        border-radius: 5px;
        width: 50px;
        max-width: max-content;
    }
}

/* ms3 */
#ms3 ul {
    display: flex;
    align-items: center;
}
#ms3 ul li {
    height: 100vh;
    width: 25%;
    position: relative;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#ms3 #banList .banBg1 {
    background: url(../img/banBg1.jpg) center center no-repeat;
    background-size: cover;
}
#ms3 #banList .banBg2 {
    background: url(../img/banBg2.jpg) center center no-repeat;
    background-size: cover;
}
#ms3 #banList .banBg3 {
    background: url(../img/banBg3.jpg) center center no-repeat;
    background-size: cover;
}
#ms3 #banList .banBg4 {
    background: url(../img/banBg4.jpg) center center no-repeat;
    background-size: cover;
}
#ms3 #banList li a {
    text-decoration: none;
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#ms3 #banList li a .more {
    opacity: 0;
    height: 0px;
    overflow: hidden;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#ms3 #banList li a .more i,
#ms3 #banList li a .more span {
    display: inline-block;
    vertical-align: middle;
}
#ms3 #banList li a .more i {
    font-size: 1.2em;
    font-weight: 500;
}
#ms3 #banList li a .subtit {
    height: 80px;
}
#ms3 #banList.act li.act a {
    background-color: rgba(0, 48, 124, 0.8);
}
#ms3 #banList.act li.act a .more {
    opacity: 0;
    height: 40px;
    overflow: hidden;
    opacity: 1;
    margin-top: 60px;
}
@media (max-height: 500px){
    #ms3 ul li {
        height: 600px;
    }
}
@media (min-width: 1200px){
    #ms3 #banList.act li {
        width: 22%;
    }
    #ms3 #banList.act li.act {
        width: 34%;
    }
}
@media (max-width: 1400px){
    #ms3 ul li {
        height: 800px;
    }
    #ms3 #banList li a h1 {
        font-size: 30px;
    }
}
@media (max-width: 1200px){
    #ms3 #banList {
        flex-wrap: wrap;
    }
    #ms3 ul li {
        height: 400px;
    }
    #ms3 #banList li {
        width: 50%;
    }
    #ms3 #banList.act li.act a .more {
        height: 30px;
        margin-top: 30px;
    }
}
@media (max-width: 600px){
    #ms3 ul li {
        height: 300px;
    }
    #ms3 #banList li {
        width: 100%;
    }
    #ms3 #banList li a .subtit {
        height: 50px;
    }
    #ms3 #banList.act li.act a .more {
        margin-top: 15px;
    }
}
/* endlessRiverList */
.endlessRiverList li img {
    filter: grayscale(1);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.endlessRiverList li img:hover {
    filter: grayscale(0);
}
@media (max-width:767px){
    .endlessRiverList li img {
        width: 120px;
    }
}
/* ms5 */
#ms5 {
    background: url(../img/ms5_bg.jpg) center center no-repeat;
    background-size: cover;
    background-color: #000;
}
/*form*/
.form {
    max-width: 1000px;
    margin: 0 auto;
}
.form > ul > li {
    margin-bottom: 20px;
}
.form .form_item {
    position: relative;
}
.form .form_item label {
    position: absolute;
    left: 0;
    font-size: 17px;
    color: #ddd;
    margin: 0;
    line-height: 60px;
}
.form .form_item .form-control {
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0;
    color: #fff;
    border-bottom: 1px solid #555;
    font-size: 17px;
}
.form .form_item .form-control:focus {
    border-color: #fff;
}
.form .form_item .form-control:not(textarea) {
    height: 60px;
    padding-left: 100px;
}
.form .form_item textarea.form-control {
    padding-top: 60px;
}
.form input[type="submit"] {
    display: block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border: 0px;
    color: #fff;
    background-color: #002f7c;
}
.form .checkbox-custom span {
    line-height: 1em;
    color: #fff;
    display: inline-block;
    border: 1px solid #999;
    color: #999;
    border-radius: 4px;
    padding: 6px 10px 3px;
    cursor: pointer;
}
@media (max-width:768px){
    .form {
        padding: 30px 15px;
        border: 0px;
    }
    .form > ul > li {
        margin-bottom: 10px;
    }
}

/* mainQuick */
#mainQuick {
    text-align: center;
}
#mainQuick .telNum {
    background-color: #002f7c;
    padding: 13px 0;
}
#mainQuick .telNum h5 {
    line-height: 1.2em;
}
#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: #0d254d;
        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 #0d254d;
        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;
        background-color: #111;
    }
    #mainQuick ul > li {
        width: 33.33333%;
    }
    #mainQuick ul > li:not(:last-child) {
        border-right: 1px solid #333;
    }
    #mainQuick ul li a {
        font-size: 11px;
        line-height: 1em;
        padding: 0;
        color: #666;
    }
    #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;
    }
}

/* ms6 */
#ms6 {
    background: url(../img/ms6_bg.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 800px;
    width: 100%;
}
@media (max-width: 992px){
    #ms6 {
        height: 600px;
    }
}
@media (max-width: 768px){
    #ms6 {
        height: 400px;
    }
    #ms6 .logoSvg {
        margin-top: 15px;
    }
    #ms6 .logoSvg svg {
        width: 70vw;
    }
    #ms6 .logoSvg .cls-1 {
        fill: #fff !important;
    }
}

/* ms7 */
#ms7 {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}
#ms7 .bgLogo{
    position: absolute;
    right: 2vw;
    bottom: 0;
    max-width: 80vw;
}
#ms7 .txtBox > div {
    max-width: 700px;
    margin-left: auto;
}
#ms7 .container {
    position: relative;
}
#ms7 .container::before {
    content: "";
    position: absolute;
    right: -20vw;
    top: 48%;
    width: 700px;
    height: 700px;
    border: 2px solid #ddd;
    border-radius: 50%;
    transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); 
}
@media (max-width:1200px) and (min-width:992px){
   #ms7 .container{
		width: 100% !important;
   }
   .swiperMain .swiper-slide.swiper-slide-prev .ibox, .swiperMain .swiper-slide.swiper-slide-next .ibox {
		width: 30% !important;
	}
}

@media (min-width:991px){
    #ms7 .txtBox {
        position: absolute;
        left: 0;
        top: 0;
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        z-index: 5;
    }
}

@media (max-width:2050px) and (min-width:1922px){
	 #ms7 .container {
		width: 2000px;
	}
	#ms7 .container::before {
		right: -14vw;
	}

}
@media (max-width:2400px) and (min-width:2050px){
	 #ms7 .container {
		width: 2200px;
	}
	#ms7 .container::before {
		right: -10vw;
	}

}
@media (max-width:2800px) and (min-width:2400px){
	 #ms7 .container {
		width: 2600px;
	}
	#ms7 .container::before {
		right: -10vw;
	}

}

@media (max-width:1920px) and (min-width:1700px){
    #ms7 .container {
        width: 1600px;
    }
}
@media (max-width:1690px){
    #ms7 .container {
        width: 1500px;
    }
}
@media (max-width:1390px){
    #ms7 .container {
        width: 100%;
    }
}
@media (max-width:1690px){
    #ms7 .container {
        width: -30vw;
    }
}
@media (max-width:1500px){
    #ms7 .container::before {
        right: -25vw;
    }
}
@media (max-width:1300px){
    #ms7 .container::before {
        right: -30vw;
    }
}
@media (max-width:1200px){
    #ms7 .container::before {
        right: -40vw;
    }
}
@media (max-width:992px){
    #ms7 {
        padding: 60px 0;
    }
    #ms7 .container::before {
        display: none;
    }
    #ms7 .mtit {
        text-align: center;
    }
    #ms7 .txtBox {
        padding: 0 15px;
    }
    #ms7 .txtBox > div {
        margin-right: auto;
    }
}
/* bullet */
.swiper-container-vertical > .swiper-pagination-bullets {
    right: auto;
    left: 0;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: start;
    top: auto;
    bottom: 0px;
}
.swiper-pagination span {
    margin-right: 5px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #666;
}
@media (max-width:992px){
    .swiper-pagination {
        position: relative;
        margin: 15px 0 !important;
    }
}
/* swiperSub */
.swiperSub {
    height: 300px;
}
/* .swiperSub:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, #f7f7f7, transparent);
    z-index: 5;
}
.swiperSub::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, #f7f7f7, transparent);
    z-index: 5;
} */
.swiperSub .swiper-slide {
    padding: 5px 0;
}
.swiperSub .iconTxt {
    display: flex;
    align-items: center;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px 20px;
}
.swiperSub .iconTxt .icon {
    width: 70px;
    text-align: center;
}
.swiperSub .iconTxt .icon img {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.swiperSub .iconTxt .icon img.nhv {
    display: inline-block;
}
.swiperSub .iconTxt .icon img.hv {
    display: none;
}
.swiperSub .swiper-slide.swiper-slide-active .iconTxt {
    border-color: #0d254d;
}
.swiperSub .swiper-slide.swiper-slide-active .iconTxt .icon img.nhv {
    display: none;
}
.swiperSub .swiper-slide.swiper-slide-active .iconTxt .icon img.hv {
    display: inline-block;
}
.swiperSub .swiper-slide .iconTxt h4,
.swiperSub .swiper-slide .iconTxt p {
    color: #bebebe;
}
.swiperSub .swiper-slide .iconTxt h4 {
    text-transform: uppercase;
}
.swiperSub .swiper-slide.swiper-slide-active .iconTxt h4 {
    color: #0d254d
}
.swiperSub .swiper-slide.swiper-slide-active .iconTxt p {
    color: #666;
}
.swiperSub .iconTxt .tbox {
    width: calc(100% - 70px);
    padding-left: 25px;
}
@media (max-width: 768px){
    .swiperSub .iconTxt .icon {
        width: 50px;
    }
    .swiperSub .iconTxt .icon img {
        width: 35px;
    }
    .swiperSub .iconTxt .tbox {
        width: calc(100% - 50px);
    }
}
/* swiper-container  */
.swiperMain {
    height: 650px;
    display: flex;
    align-items: center;
    width: 75%;
    justify-content: flex-end;
    margin-left: 45%;
}
.swiperMain .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: end;
}
.swiperMain .swiper-slide .ibox {    
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.swiperMainMo .swiper-slide .ibox .img,
.swiperMain .swiper-slide .ibox .img {
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.swiperMainMo .swiper-slide .ibox .img .txt,
.swiperMain .swiper-slide .ibox .img .txt {
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    flex-direction: column;
    background-color: rgba(0,0,0,0.2);

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.swiperMain .swiper-slide.swiper-slide-active:hover .ibox .img .txt {
    background-color: rgba(0,0,0,0.5);
}
.swiperMain .swiper-slide .ibox .img .txt h1 {
    font-size: 27px;
    line-height: 1.1em;
    text-transform: uppercase;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.swiperMain .swiper-slide .ibox .img .txt p {
    height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.swiperMain .swiper-slide.swiper-slide-active:hover .ibox .img .txt p {
    height: 30px;    
}
.swiperMain .swiper-slide.swiper-slide-active .ibox .img .txt h1 {
    font-size: 39px;
}
.swiperMainMo .swiper-slide img {  
    filter: grayscale(1);
    z-index: 1;
    position: relative;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.swiperMainMo .swiper-slide.swiper-slide-active img {  
    filter: grayscale(0);
}
.swiperMain .swiper-slide { 
    padding: 45px 0 45px 40px;
}
.swiperMain .swiper-slide.swiper-slide-active { 
    padding: 0;
}
.swiperMain .swiper-slide .solImg {   
    filter: grayscale(1);
    z-index: 1;
}
.swiperMain .swiper-slide.swiper-slide-active .solImg { 
    filter: grayscale(0);
    box-shadow: 23px 23px 35px rgba(135, 133, 133, 0.55);
}
.swiperMain .swiper-button-prev {
    width: 56px;
    height: 30px;
    background: url(../img/arrows.png) center center no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    right: 76px;
    left: auto;
    background-color: transparent;
    box-shadow: 0 0 0;
}
.swiperMain .swiper-button-next {
    width: 56px;
    height: 30px;
    background: url(../img/arrows.png) center center no-repeat;
    background-size: 100%;
    right: 0px;
    background-color: transparent;
    box-shadow: 0 0 0;
}
.swiperMain .swiper-button-prev::after,
.swiperMain .swiper-button-next::after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
}
.swiperMainMo .swiper-button-prev,
.swiperMainMo .swiper-button-next {
    display: none !important;
}
@media (min-width:1470px){
    .swiperMain .swiper-slide {
		text-align: center;
    }
}
@media (max-width:1200px){
    .swiperMain .swiper-slide.swiper-slide-active img {
        box-shadow: 1px 1px 10px rgba(135, 133, 133, 0.2);
    }
}
@media (min-width:991px){
    .swiperMainMo {
        position: absolute;
        overflow: hidden;
        opacity: 0;
        z-index: -1;
    }
    .swiperMain .swiper-slide .ibox .img .hv img {
        width: auto;
        height: 35px;
    }
    .swiperMain .swiper-slide .ibox .img .logo .logo_cnt {
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        height: 35px;        
        width: 118px;
        padding: 0 0 0 4px;
        margin: 0 -4px;
        position: relative;
    }
    .swiperMain .swiper-slide .ibox .img .logo .logo_cnt img {
        max-width: none !important;
    }
    .swiperMain .swiper-slide .ibox:hover .img .logo .logo_cnt {
        padding: 0;
        margin: 0;
        width: 16px;

        transition: all 0.7s;
        -o-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        transition-delay: 0.3s;
    }
    .swiperMain .swiper-slide .ibox .img .logo .logo_cnt .logo_ct {
        opacity: 1;
        margin-right: -6px;

        transition: all 0.7s;
        -o-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        transition-delay: 0.3s;
    }
    .swiperMain .swiper-slide .ibox:hover .img .logo .logo_cnt .logo_ct {
        opacity: 0;
    }
    .swiperMain .swiper-slide .ibox .img .logo .logo_cnt .logo_rt {
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0;

        transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition-delay: 0.3s;
    }
    .swiperMain .swiper-slide .ibox:hover .img .logo .logo_cnt .logo_rt {
        opacity: 1;
    }
    .swiperMain .swiper-slide.swiper-slide-active .ibox .img .hv {
        transform: scale(1.7);
    }
    .swiperMain .swiper-slide .ibox .img:hover .hv {
        opacity: 1;
    }
    .swiperMain .swiper-slide .ibox .img .logo .logo_cnt img {
        max-width: none !important;
    }
}
@media (max-width:992px){
    .swiperMain {
        position: absolute;
        overflow: hidden;
        opacity: 0;
        z-index: -1;
    }
}
/* subtop */
#subtop {
    position: relative;
}
#subtop .c_wrp {
    height: 450px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.8);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
    }
}
@media (max-width:767px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 170px;
        padding-top: 0px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}


/* cursor */
@media (min-width:991px) {
    .cursor {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        transform: translate(-50%, -50%);
        pointer-events: none;
        transition: width .4s, height .4s, opacity .4s;
        z-index: 10005;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
    }
    .cursor.hover {
        width: 100px;
        height: 100px;
        font-size: 15px;
        color: #fff;
        background: linear-gradient(-45deg, #002f7b, #094ab2);
        opacity: .7;
    }
    .cursorhover {
        width: 50px;
        height: 50px;
        opacity: .5;
    }
}
@media (max-width:992px) {
    .cursor {
        display: none;
    }
}

