/* 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,
html .scroll-to-top.visible {
    display: none;
}
/*Common*/
img {
	max-width: 100%;
}
@media (min-width:1370px){
    .container {
        width: 1370px;
    }
    .hid-min {
        display: none;
    }
}
@media (max-width:1370px){
    .hid-max {
        display: none;
    }
}
@media (min-width:1370px){
    .container.container2 {
        width: 1770px;
    }
}
@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;
    }
}
/* only */
@media (max-width:600px){
    .only-pc {
        display: none;
    }
}
@media (min-width:600px){
    .only-mobile {
        display: none;
    }
}
/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}


/*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%;
}
#header .ch_wrp {
    position: relative;
    z-index: 1;
}
#header .ch_wrp a {
    margin-right: 8px;
    display: inline-block;
    text-decoration: none;
    /* font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    line-height: 1em;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding: 10px 30px;
    vertical-align: middle;
    border: 1px solid  rgba(255, 255, 255, 0.15); */
}
#header .ch_wrp a .img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}
#header .ch_wrp a .img {
    background: url(../img/schIcon.png) center center no-repeat;
}
.mmenu-open #header .ch_wrp a .img,
html.add-header #header .ch_wrp a .img,
html.sticky-header-active #header .ch_wrp a .img {
    background: url(../img/sch_icon_bk.png) center center no-repeat;
}
/* .mmenu-open #header .ch_wrp a,
html.add-header #header .ch_wrp a,
html.sticky-header-active #header .ch_wrp a,
#header:hover .ch_wrp a {
    background-color: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.5); 
    border-color: rgba(0,0,0,0.15);
} */
#header .schbox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 60px 0 70px;
    border-top: 1px solid #eee;
    z-index: 1000;
}
#header .schbox form {
    position: relative;
}
#header .schbox form .clsbtn {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/clsbtn.png) center center no-repeat;
    cursor: pointer;
}
html.add-header #header .schbox{
    display: block;
}
html.add-header #nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
html.add-header .header-body {
    z-index: 1000;
}
html.add-header #nav-overlay {
    opacity: 0.5;
    visibility: visible;
    z-index: 30;
}
#header .schbox h2 {
    text-transform: uppercase;
}
#header .schbox .sch {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    padding-right: 65px;
}
#header .schbox .sch > .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    right: 0;
    top: 0;
    background: url(../img/schIcon.png) center center no-repeat;
    border: 0px;
    background-color: #111;
}
#header .schbox .sch .form-control {
    border: 3px solid #111;
    padding: 0 20px;
    padding-right: 45px;
    background-color: transparent;
    height: 60px;
    width: 100%;
    font-size: 20px;
    color: #666;
    border-radius: 10px;
}
@media (min-width:1601px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .ch_wrp {
        width: 20%;
    }
    #header .bt_wrp {
        width: 25%;
        text-align: right;
        padding-right: 30px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 10px !important;
        font-size: 15px;
    }
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .bt_wrp {
        width: 20%;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 70%;
    }
    #header .bt_wrp {
        width: 10%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 10px !important;
        font-size: 14px;
    }
    #header .ch_wrp a {
        font-size: 14px;
        padding: 11px 20px 9px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        text-align: center;
        width: 50%;
    }
    #header .ch_wrp {
        width: 40%;
        text-align: right;
    }
    #header .ch_wrp a .img {
        width: 25px;
        height: 25px;
        background-size: 100% !important;
    }
    #header .ch_wrp a {
        font-size: 13px;
        padding: 5px 
    }
    #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:768px){
    #header .schbox {
        padding: 30px 0 40px;
    }
    #header .schbox form .clsbtn {
        width: 20px;
        height: 20px;
        background-size: 15px;
    }
    #header .schbox .sch {
        padding-right: 40px;
    }
    #header .schbox .sch > .icon {
        width: 25px;
        height: 40px;
        background-size: 20px;
    }
    #header .schbox .sch .form-control {
        height: 40px;
        font-size: 15px;
    }
}
/*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.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html.add-header #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html.add-header #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;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 18px;
    font-weight: 600;
	color: #fff;
	border-color: #ffe400;
    word-break: keep-all;
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 45px 20px !important;
        font-size: 16px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding: 20px 20px !important;
    }
}
@media (max-width:1601px) {	
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    html.add-header #header .header-nav-main.act  nav > ul:after,
    html.add-header #header .header-nav-main nav > ul:after,
    html.sticky-header-active #header .header-nav-main.act  nav > ul:after,
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 2px 0px;
        color: #666;
	}
	html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body {
    padding: 10px 0;
}
#header .header-body .c_wrp {
    position: relative;
    z-index: 3;
}
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #2664ab;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px solid rgba(255, 255, 255, 0.2) !important;
	padding: 0;
    background-color: #12161e;
}
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0px !important;
}
#header .header-nav-main nav > ul > li.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.add-header #header .header-nav-main nav > #mainNav > li a,
html.sticky-header-active #header .header-nav-main nav > #mainNav > li a,
#header:hover .header-nav-main nav > #mainNav > li a,
#header .header-nav-main nav > #mainNav > li a:hover {
    color: #000 !important;
}
/* html.sticky-header-active #header .header-nav-main nav > #mainNav > li:hover > a,
#header:hover .header-nav-main nav > #mainNav > li:hover > a,
#header .header-nav-main nav > #mainNav > li:hover a {
    color: #003377 !important;
} */
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
/*#header.header-narrow .header-logo img {
    width: 100px;
}*/
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:991px) {	
    #header .header-body:after {
        content: "";
        background-color: rgba(250, 250, 250, 0.95);
        position: absolute;
        width: 100%;
        left: 0%;
        height: 0px;
        z-index: 1;

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

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header .header-nav-main nav > ul > li:hover > a:before {
        width: 100%;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul.act > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul:hover > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
        height: 200px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        background-color: transparent;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 18px;
        border-bottom: 0px;
        padding: 9px 0;
        line-height: 1.2em;
        text-align: center;

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

	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a,
	#header .header-nav-main nav > #mainNav > li.dropdown > .dropdown-menu li a:hover {
        color: #003377 !important;
    }
}
@media (max-width:992px) {
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #2664ab !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 18px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #2664ab !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}

/* mainNav :: Global Navigation */
#header nav > #mainNav {
    display: flex;
    justify-content: right;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#header nav > #mainNav > li {
    float: none;
    display: inline-block;
}
#header nav > #mainNav > li a {
    color: #8B8B8B;
    font-size: 16px;
}
#header nav > #mainNav > li > a {
    padding: 30px;
    text-align: left;
    font-size: 20px;
    color: #fff;
    opacity: .7;

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

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


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


/* sticky-header-active==================== */
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #333;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a  {
    padding: 20px 25px;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li a {
    color: #838789;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li:hover a {
    color: #003377;
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 40px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.mmenu-toggle-btn .df {
    display: inline-block;
}
.mmenu-toggle-btn .hv {
    display: none;
}
html.sticky-header-active .mmenu-toggle-btn .df {
    display: none;
}
html.sticky-header-active .mmenu-toggle-btn .hv {
    display: inline-block;
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    top: -3px;
    background-color: #8B8B8B;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: absolute;
    background-color: #8B8B8B;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 14px;
}
.lines_bar:after {
    top: -14px;
}
.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);
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #8B8B8B;
}
@media (max-width:768px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 3px;
    }
    .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:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/* Header */
.mo-header-body {
    padding: 30px 5%;
    border-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}	
@media (max-width:992px){
    .mo-header-body {
        padding: 10px 15px;
    }	
}	
/*Mobile Navigation*/
.mobile-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	padding: 20px 0;
	background-color: #fff;
	display: block !important;
    /* opacity: 1; */
	/* z-index: 999; */
    opacity: 0;
    z-index: -4;

    -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;
}
.mmenu-open .mobile-nav {
    opacity: 1;
	z-index: 999;
}
.mobile-nav-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .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: 0;
    padding: 0;
    position: absolute;
    left: 15px;
}
.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 > li > a {
    position: relative;
    display: inline-block;
    font-size: 3vw;
    line-height: 1.1em;
    font-weight: 900;
    background-color: transparent;
    color: transparent;
    -webkit-text-stroke: 2px rgba(155,155,155,0.4);
    border: 0;
    padding: 10px 50px 10px 0;
    white-space: normal;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.mobile-side-menu #mainNav > li > a span {
    position: absolute;
    width: 19px;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.2;
    /* background: url(../img/arrMn.png) center center no-repeat; */
}
.mobile-side-menu #mainNav > li:focus > a,
.mobile-side-menu #mainNav > li:active > a,
.mobile-side-menu #mainNav > li:hover > a {
    color: #f7a026;
    -webkit-text-stroke: 0px #f7a026;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.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 .dropmn {
	display: none;
	padding: 20px 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
    position: absolute;
    left: 100%;
    top: 0;
    width: 50%;
}
.mobile-side-menu #mainNav > li:hover .dropmn {
    display: block;
}
.mobile-side-menu .dropmn li a {
    font-size: 1.4vw;
    display: inline-block;
    color: #000;
    font-weight: 700;
    padding: 20px 50px 20px 0;
    line-height: 1em;
    text-decoration: none;

    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.mobile-side-menu .dropmn:hover li a {
    opacity: .2;
}
.mobile-side-menu .dropmn:hover li a:hover {
    opacity: 1;
}
.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 .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: 13px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 5px;
}
.mobile-side-menu .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 #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
@media (min-width:992px) and (max-height:800px){
    .mobile-side-menu #mainNav > li > a {
        font-size: 2.5vw;
        padding: 10px 50px 10px 0;
    }
    .mobile-side-menu .dropmn {
        padding: 0px;
    }
}
@media (max-width:768px) {
    .mobile-nav .mobile-nav-wrapper {
        overflow-y: scroll;
        display: block;
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        top: 0px;
        left: 0;
        line-height: 20px;
    }
    .mobile-side-menu {
        padding-top: 60px;
    }
    .mobile-side-menu li {
        width: 100%;
    }
    .mobile-side-menu #mainNav > li > a {
        font-size: 5vw;
        -webkit-text-stroke: 0px rgba(155,155,155,0.4);
        color: #111;
        font-weight: 800;
        line-height: 1em;
        padding: 15px 50px 15px 0;
    }
    .mobile-side-menu #mainNav > li > a span {
        display: none;
    }
    .mobile-side-menu .dropmn {
        display: block;
        left: 0;
        position: relative;
        padding: 0 0 25px;
        width: 100%;
    }
    .mobile-side-menu .dropmn li a {
        font-size: 5vw;
        padding: 6px 0;
        color: #bebebe;
        font-weight: 500;
    }
}
/* header-logo */
.header-logo img {
    margin: 12px 0 ;
}
@media (max-width:768px) {
    .header-logo img {
        width: 110px;
    }
}
/*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 a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/* header-logo */
.header-logo img {
    margin: 12px 0 ;
}
@media (max-width:768px) {
    .header-logo img {
        width: 80px;
    }
}
/*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 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: 15px;
}
@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: 5px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 300px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 150px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        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:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*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:768px) {
    .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_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #f7a026 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #e6fa2a !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #e5e5e5 !important;
}
.c_gray {
    color: #999 !important;
}
.c_dgray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #f7a026 !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:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}


/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 950px;
}
#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 .tcon {
    margin: 0 auto;
    position: relative;
}
#visual .tcon h1 {
    line-height: 1.1em;
    font-size: 80px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
#visual .tcon h2 {
    line-height: 1.1em;
    font-size: 55px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}
#visual .tcon h5 {
    line-height: 1.6em;
    color: rgba(255,255,255,0.4);
}
#visual .tcon img {
    display: inline-block;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 41px);
    width: 82px;
    height: 82px;
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 5%;
    transform: rotate(180deg);
}
#visual_wrp #arr_next {
    right: 5%;
}


#visual .txt1,
#visual .txt2,
#visual .txt3,
#visual .txt4,
#visual .txt5 {
    opacity: 0;
}
#visual .ply .txt1 {
    -webkit-animation: fadeMove 5s linear infinite;
    -moz-animation: fadeMove 5s linear infinite;
    -ms-animation: fadeMove 5s linear infinite;
    -o-animation: fadeMove 5s linear infinite;
    animation: fadeMove 5s linear infinite;
}
@keyframes fadeMove {
    0% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    10% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

#visual .ply .txt3 {
    -webkit-animation: fadeMove3 5s linear infinite;
    -moz-animation: fadeMove3 5s linear infinite;
    -ms-animation: fadeMove3 5s linear infinite;
    -o-animation: fadeMove3 5s linear infinite;
    animation: fadeMove3 5s linear infinite;
}
@keyframes fadeMove3 {
    20% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    30% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#visual .ply .txt4 {
    -webkit-animation: fadeMove4 5s linear infinite;
    -moz-animation: fadeMove4 5s linear infinite;
    -ms-animation: fadeMove4 5s linear infinite;
    -o-animation: fadeMove4 5s linear infinite;
    animation: fadeMove4 5s linear infinite;
}
@keyframes fadeMove4 {
    30% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    40% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#visual .ply .txt5 {
    -webkit-animation: fadeMove5 5s linear infinite;
    -moz-animation: fadeMove5 5s linear infinite;
    -ms-animation: fadeMove5 5s linear infinite;
    -o-animation: fadeMove5 5s linear infinite;
    animation: fadeMove5 5s linear infinite;
}
@keyframes fadeMove5 {
    40% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    50% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (min-width:992px){
    #visual .tcon h5 {
        font-size: 22px;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 700px;
    }
    #visual .bg .tcon {
        text-align: center;
    }
    #visual .tcon h1 {
        font-size: 40px;
    }
    #visual .tcon h2 {
        font-size: 30px;
    }
}
@media (max-width:768px){
    #visual .bg {
        height: 600px;
        background-size: cover !important;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #visual .bg .tcon h1 {
        font-size: 30px;
    }
    #visual .tcon h2 {
        font-size: 25px;
        margin-top: 5px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        top: calc(50% - 21px);
        width: 42px;
        height: 42px;
        background-size: 42px;
    }
    #visual .tcon h1 {
        margin-top: 20px;
    }
    #visual .tcon h5 {
        margin-top: 35px;
    }
}
/* scrolls */
#visual .scrolls {
    font-size: 13px;
    color: #fff;
    position: relative;
    font-weight: 600;
    margin-top: 60px;
}
#visual .scrolls span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#visual .scrolls .bars {
    width: 300px;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    position: relative;
}
#visual .scrolls .bars .stateAct {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: rgba(255,255,255,0.5);
}
#visual .scrolls .bars .stateAct.act {
    -webkit-animation: movBg 5s linear infinite;
    -moz-animation: movBg 5s linear infinite;
    -ms-animation: movBg 5s linear infinite;
    -o-animation: movBg 5s linear infinite;
    animation: movBg 5s linear infinite;
}
@keyframes movBg {
    0% {
        width: 0px;
    }
    25% {
        width: 0px;
    }
    100% {
        width: 100%;
    }  
}
#visual .scrolls .bars .stateAct {
    animation-play-state: running;
    width: 0px;
}
#visual .slickPause .scrolls .bars .stateAct {
    animation-play-state: paused;
}
#visual .scrolls .consWrp {
    display: inline-block;
}
#visual .scrolls .consWrp .pauseBtn {
    display: inline-block;
}
#visual .scrolls .consWrp .playBtn {
    display: none;
}
#visual .scrolls .consWrp.act .pauseBtn {
    display: none;
}
#visual .scrolls .consWrp.act .playBtn {
    display: inline-block;
}
#visual .scrolls .playBtn {
    font-size: 0.8em;
    cursor: pointer;
}
#visual .scrolls .pauseBtn {
    width: 10px;
    height: 12px;
    position: relative;
    cursor: pointer;
}
#visual .scrolls .pauseBtn:before,
#visual .scrolls .pauseBtn:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
}
#visual .scrolls .pauseBtn:before {
    left: 0;
}
#visual .scrolls .pauseBtn:after {
    right: 0;
}
@media (max-width:768px){
    #visual .scrolls {
        font-size: 13px;
        margin-top: 40px;
    }
    #visual .scrolls .bars {
        width: 150px;
    }
}
/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    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;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 10px ;
    }
}
/* mouse */
.mouse_wrp {
    position: fixed;
    right: 0;
    bottom: 200px;
    width: 100px;
    z-index: 10;
    text-align: center;
}
.mouse_wrp .txt {
    display: block;
    margin-bottom: 25px;
    line-height: 1em;
}
.mouse_wrp .txt h6 {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 0;
    color: #ccc;
    transform: rotate(-90deg);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: left;
    white-space: nowrap;
}
.mouse {
    width: 25px;
    height: 40px;
    border-radius: 13px;
    border: 2px solid #ccc;
    display: inline-block;
    position: relative;
}
.mouse::before {
    content: "";
    width: 3px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: scrollDown 1.2s ease-in-out;
    animation-iteration-count: infinite;
}
.mouse__arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ccc;
    width: 2px;
    height: 2px;
    animation: fading 1.2s ease;
    animation-iteration-count: infinite;
}
.mouse__arrow:last-child {
    width: 0;
    height: 0;
    background-color: transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 3px solid #ccc;
}
.mouse__arrow:nth-child(1) {
    animation-delay: 0s;
    bottom: -8px;
}
.mouse__arrow:nth-child(2) {
    animation-delay: 0.4s;
    bottom: -14px;
}
.mouse__arrow:nth-child(3) {
    animation-delay: 0.8s;
    bottom: -20px;
}
  
@keyframes scrollDown {
    0% {
        transform: translate(-50%, 0);
    }
    70%, 90% {
        transform: translate(-50%, 100%);
    }
    100% {
        transform: translate(-50%, 0);
    }
}
@keyframes fading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width:1600px){
    .mouse_wrp {
        width: 80px;
    }
}
@media (max-width:768px){
    .mouse_wrp {
        bottom: 30px;
        display: none;
    }
}
/* footer */
#footer {
    margin-top: 0px !important;
    padding: 60px 0 !important;
    background-color: #202020;
    border-top: 0px;
}
#footer p a {
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}
#footer h6 {
    font-size: 13px;
    color: #bebebe;
}
#footer .fbox .lt {
    opacity: .5;
}
@media (min-width:768px){
    #footer .fbox {
        display: flex;
        align-items: center;
    }
    #footer .fbox .lt {
        opacity: .3;
    }
    #footer .fbox .rt {
        padding-left: 40px;
    }
}
@media (max-width:768px){
    #footer .fbox {
        text-align: center;
    }
    #footer .fbox .lt {
        padding-bottom: 20px;
    }
    #footer .fbox .lt img {
        width: 80px;
    }
    #footer p a {
        font-size: 12px;
        margin-right: 20px;
    }
    #footer h6 {
        font-size: 10px;
    }
}

/* ms1 */
#ms1 {
    position: relative;
    overflow: hidden;
}
#ms1 .container {
    position: relative;
    z-index: 3;
}
#ms1 .bgTxt {
    position: absolute;
    left: 0;
    bottom: -30px;
    line-height: 1em;
    color: #cdcdc7;
    opacity: 20;
    font-size: 220px;
    z-index: 0;
    font-weight: 900;
    text-transform: uppercase;
    opacity: .2;
    white-space: nowrap;
}
#ms1 .fbox {
    display: flex;
    justify-content: space-between;
}
#ms1 .fbox .lt .arrTxt {
    display: inline-block;
    border-bottom: 2px solid #666;
}
#ms1 .fbox .rt .vdo {
    max-width: 850px;
}
#ms1 .fbox .rt .vdo video {
    width: 100%;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width:768px){
    #ms1 .bgTxt {
        font-size: 120px;
        bottom: 0;
    }
    #ms1 .fbox {
        flex-wrap: wrap;
    }
    #ms1 .fbox > div {
        width: 100%;
    }
    #ms1 .fbox .lt {
        text-align: center;
    }
    #ms1 .fbox .rt .vdo {
        margin-top: 40px;
    }
}

/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
    line-height: 8px;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50px;
    padding: 0;
    color: transparent;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background-color: #a4a4a4;
}
.slick-dots li.slick-active button {
    background-color: #f7a026;
    opacity: 1;
    width: 25px;
}
#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: 10px;
    }
}
/* typList */
#typList .item .img {
    max-width: 384px;
    margin: 0 auto;
    border-radius: 30px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    background-color: #f7f7f7;
}
#typList .item.slick-slide {
    padding: 0 15px;
}
#typList .item.slick-current .img {
    box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
#typList .item.slick-current .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #f7a026;
    border-radius: 29px;
}
#typList .item .img .txt {
    position: absolute;
    top: 60px;
    left: 35px;
}
#typList .item .img .txt h3 {
    line-height: 1.2em;
}
@media (max-width:768px){
    #typList .item.slick-slide {
        padding: 0 8px;
    }
    #typList .item .img .txt {
        top: 30px;
        left: 20px;
    }
    #typList .item .img {
        border-radius: 15px;
    }
    #typList .item.slick-current .img:after {
        border-radius: 14px;
    }
}
/* bg */
.bg_lt {
    background-color: #f4f4f2;
}

/* fBox */
.fBox {
    display: flex;
}
@media (min-width:992px) {
    .fBox {
        display: flex;
        height: 680px;
        align-items: center;
    }
    .fBox > div {
        width: 50%;
    }
    .fBox > .txt {
        padding-left: 65px;
    }
}
@media (max-width:992px) {
    .fBox {
        padding: 40px 15px;
        flex-wrap: wrap;
    }
    .fBox > div {
        width: 100%;
    }
    .fBox > .txt {
        order: 1;
    }
    .fBox > .img {
        order: 2;
        margin-top: 20px;
    }
}
/* mtit */
@media (max-width:992px) {
    .mtit .tt {
        font-size: 8vw;
    }
    .mtit .tt span {
        display: block;
        font-size: 1.2em;
    }
}
/* ms3 */
#ms3 {
    overflow: hidden;
}
#ms3 .img ul {
    max-width: 500px;
    display: inline-block;
}
#ms3 .img .row {
    margin: 0 -5px;
}
#ms3 .img .row > li {
    padding: 5px;
}
#ms3 .img .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    height: 150px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
#ms3 .img .item > div,
#ms3 .img .item > h5 {
    width: 100%;
}
#ms3 .img .item > h5 {
    margin-top: 5px;
}
@media (max-width:768px){
    #ms3 .img .item {
        height: 100px;
        border-radius: 10px;
        padding: 0 15px;
    }
    #ms3 .img .item img {
        height: 30px;
    }
}

/* tablet */
.tablet {
    display: block;
    border-radius: 50px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px 30px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.tablet .good {
    position: absolute;
    left: -77px;
    top: 140px;
    z-index: 3;
    -webkit-animation: infoFst 3s linear infinite;
    -moz-animation: infoFst 3s linear infinite;
    -ms-animation: infoFst 3s linear infinite;
    -o-animation: infoFst 3s linear infinite;
    animation: infoFst 3s linear infinite;
}
@keyframes infoFst {
    0% {opacity: 0;}
    20% {opacity: 0; transform: translateY(0px);}
    30% {opacity: 1; transform: translateY(-10px);}
    90% {opacity: 1; transform: translateY(-10px);}
    100% {opacity: 0; transform: translateY(0px);}  
}
.tablet .kk {
    position: absolute;
    right: -70px;
    top: 75px;
    z-index: 3;
    -webkit-animation: infoScd 3s linear infinite;
    -moz-animation: infoScd 3s linear infinite;
    -ms-animation: infoScd 3s linear infinite;
    -o-animation: infoScd 3s linear infinite;
    animation: infoScd 3s linear infinite;
}
@keyframes infoScd {
    0% {opacity: 0;}
    30% {opacity: 0; transform: translateY(0px);}
    40% {opacity: 1; transform: translateY(-10px);}
    90% {opacity: 1; transform: translateY(-10px);}
    100% {opacity: 0;transform: translateY(0px);}  
}
.tablet .kkk {
    position: absolute;
    left: -40px;
    top: 85px;
    z-index: 3;
    -webkit-animation: infotrd 3s linear infinite;
    -moz-animation: infotrd 3s linear infinite;
    -ms-animation: infotrd 3s linear infinite;
    -o-animation: infotrd 3s linear infinite;
    animation: infotrd 3s linear infinite;
}
@keyframes infotrd {
    0% {opacity: 0;}
    50% {opacity: 0; transform: translateY(0px);}
    60% {opacity: 1; transform: translateY(-10px);}
    90% {opacity: 1; transform: translateY(-10px);}
    100% {opacity: 0;transform: translateY(0px);}  
}
.tablet .disp {
    display: inline-block;
}
.tablet .disp .top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    background-color: #000;
    position: relative;
}
.tablet .disp .scrolls {
    position: absolute;
    left: 10%;
    bottom: 15%;
    z-index: 5;
    width: 80%;
    height: 3px;
}
.tablet .disp .bars {
    display: inline-block;
    width: 100%;
    height: 5px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.2);
    position: relative;
}
.tablet .disp .bars .stateAct {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #f12a23;
    border-radius: 3px;
}
.tablet .disp .bars .stateAct.act {
    -webkit-animation: movBg 5s linear infinite;
    -moz-animation: movBg 5s linear infinite;
    -ms-animation: movBg 5s linear infinite;
    -o-animation: movBg 5s linear infinite;
    animation: movBg 5s linear infinite;
}
@media (max-width:768px){
    .tablet {
        border-radius: 20px;
    }
    .tablet .disp .top {
        height: 150px;
    }
    .tablet .disp .top img {
        width: 100px;
    }
    .tablet .good {
        width: 15vw;
        left: -15px;
        top: 40%;
    }
    .tablet .kk {
        width: 22vw;
        top: 25%;
        right: -25px;
    }
    .tablet .kkk {
        width: 18vw;
        left: 0;
        top: 25%;
    }
}
/* ms4 */
#ms4 .tablet .disp .top {
    background: url(../img/kayeVideo.jpg) center center no-repeat;
    background-size: cover;
}
/* chanMark */
.chanMark {
    display: inline-block;
    position: relative;
}
.chanMark .chanMarkMsk {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ms6 */
#ms6 {
    background: url(../img/ms6_bg.png) center top no-repeat;
    background-color: #f7a026;
    overflow: hidden;
}
#ms6 .huge span {
    color: #ffce8a;
}
/* prc */
.prc {
    padding: 60px 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
}
@media (max-width:768px){
    .prc {
        padding: 40px 20px;
    }
}
/* proList */
.proList {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.proList li {
    position: relative;
}
.proList li:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 60px;
}
.proList .item .txt h4 {
    line-height: 1.2em;
}
.proList .item .txt h5 {
    line-height: 1.3em;
}
.proList .item .txt h5 i {
    font-weight: 700;
}
@media (min-width:992px){
    .proList .item .txt {
        margin-top: 15px;
    }
    .proList .item .txt h5 {
        margin-top: 5px;
    }
    .proList .prc1:after,
    .proList .prc2:after,
    .proList .prc3:after,
    .proList .prc4:after {
        top: calc(50% - 30px);
        right: -14px;
        background: url(../img/arrRt.png) center center no-repeat;
    }
}
@media (max-width:992px){
    .proList {
        display: flex;
        flex-wrap: wrap;
    }
    .proList > li {
        width: 50%;
        margin-bottom: 40px;
    }
    .proList .item .txt {
        margin-top: 15px;
        height: 130px;
    }
    .proList .prc1 {order:1}
    .proList .prc2 {order:2}
    .proList .prc3 {order:4}
    .proList .prc4 {order:3}
    .proList .prc5 {order:5;}
    .proList .prc6 {order:6;}
    .proList1 .prc5 {margin-bottom: 0px;}
    .proList1 .prc6 {margin-bottom: 0px;}

    /* .proList .prc1:after,
    .proList .prc5:after {
        right: -30px;
        background: url(../img/arrRt.png) center center no-repeat;
    } */
    .proList .prc2:after,
    .proList .prc4:after{
        background: url(../img/arrBt.png) center center no-repeat;
        bottom: -30px;
        left: calc(50% - 30px);
    }
    .proList .prc3:after{
        left: -30px;
        background: url(../img/arrLt.png) center center no-repeat;
    }
    .proList .prc1:after,
    .proList .prc3:after,
    .proList .prc5:after{
        top: calc(50% - 30px);
    }
}
@media (max-width:768px){
    .proList > li {
        width: 100%;
        padding: 15px;
        margin: 0px;
    }
    .proList .item {
        border: 1px solid #ddd;
        padding: 20px 15px;
        border-radius: 10px;
    }
    .proList .item .txt {
        margin-top: 0;
        height: auto;
    }
    .proList li:after {
        width: 20px;
        height: 20px;
        background-size: 20px !important;
    }
    .proList .prc1:after,
    .proList .prc2:after,
    .proList .prc3:after,
    .proList .prc4:after {
        background: url(../img/arrBt.png) center center no-repeat;
        bottom: -10px;
        top:  auto;
        left: calc(50% - 10px);
    }
    .proList1 .prc6:after,
    .proList2 .prc8:after {
        display: none;
    }
    .proList > li .m_wrp {
        padding: 20px;
        border: 1px solid #ddd;
    }
    .proList > li .img {
        width: 20%;
    }
    .proList > li .txt {
        text-align: left;
        width: 80%;
        padding-left: 0;
    }

    .proList .prc1 {order:1}
    .proList .prc2 {order:2}
    .proList .prc3 {order:3}
    .proList .prc4 {order:4}
    .proList .prc5 {order:5;}
    .proList .prc6 {order:6;}
}

@media (max-width:768px){
    .proList > li {
        padding: 20px 0;
    }
    .proList .item {
        display: flex;
        align-items: center;
    }
    .proList .item .icon {
        width: 50px;
        padding-right: 10px;
        text-align: center;
    }
    .proList .item .icon img {
        width: 40px;
    }
    .proList .item .icon span {
        display: inline-block;
        background-color: #fff;
        border-radius: 50%;
        padding: 0;
    }
    .proList .item .txt {
        width: calc(100% - 50px);
        text-align: left;
    }
}
@media (max-width:500px){
    .proList .item .txt h4 {
        font-size: 15px;
    }
}
/* costList */
.costList > li .tkBox {
    border: 5px solid #fff;
    border-radius: 20px;
}
.costList .costBox {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
}
.costList .costBox .rcmBox {
    background-color: #f8f8f8;
    padding: 15px;
}
.costList .costBox .rcmBox p {    
    font-weight: 600;
    color: #999;
}
.costList .costBox .rcmBox p i {
    display: inline-block;
    vertical-align: middle;
}
.costList .costBox .rcmBox h6 {
    color: #999;
}
.costList .costBox ul li {
    position: relative;
}
.costList .costBox ul li:not(:first-child):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px dashed #aaa;
}
.costList .costBox .cst {
    margin-top: 10px;
}
.costList .costBox .cst h1 {
    font-size: 65px;
    font-weight: 800;
    color: #f7690b;
}
.costList .costBox .cst h1,
.costList .costBox .cst h2 {
    display: inline-block;
    letter-spacing: -0.06em;
}
.costList .costBox .cst h2 {
    font-weight: 600;
}
.costList .costBox .cst .del {
    padding: 0 5px;
    position: relative;
    margin-right: 3px;
}
.costList .costBox .cst .del .md {
    font-size: .8em;
}
.costList .costBox .cst .del:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #666;
}
@media (min-width:992px){
    .costList > li .costBox,
    .costList > li .tkBox {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 500px;
    }
}
@media (max-width:992px){
    .costList > li .costBox,
    .costList > li .tkBox {
        padding: 40px 15px;
    }
    .costList > li {
        display: flex;
        flex-wrap: wrap;
    }
    .costList > li > div {
        width: 100%;
    }
    .costList > li > .cost {
        order: 1;
        margin: 15px 0;
    }
    .costList > li > .txt {
        order: 2;
        margin-top: 25px;
        position: relative;
        z-index: 3;
    }
    .costList .costBox .cst h1 {
        font-size: 35px;
    }
}
/* tkBox */
.tkBox .prcTit {
    position: absolute;
    text-align: center;
    left: 0;
    top: -35px;
    width: 100%;

    -webkit-animation: arr 1s linear infinite;
    -moz-animation: arr 1s linear infinite;
    -ms-animation: arr 1s linear infinite;
    -o-animation: arr 1s linear infinite;
    animation: arr 1s linear infinite;
}
.tkBox .prcTit h3 {
    line-height: 60px;
    border-radius: 100px;
    background-color: #401f09;
    padding: 0 30px;
    display: inline-block;
    position: relative;
}
@media (max-width:768px){
    .tkBox .prcTit {
        top: -20px;
    }
    .tkBox .prcTit h3 {
        line-height: 40px;
        padding: 0 20px;
    }
}

/* ms7 */
#ms7 {
    position: relative;
    overflow: hidden;
}
#ms7 .wave {
    background: url(../img/wave.png) 0 center repeat-x;
    height: 120px;
    width: 500%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 2;
}
#ms7 .ms7_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
#ms7 .ms7_bg .bg {
    width: 100%;
    height: 1200px;
    background: url('../img/ms7_bg.png');
    background-size: 1920px;
    background-color: #eee;
    
    -webkit-animation: flowBg 5s linear infinite;
    -moz-animation: flowBg 5s linear infinite;
    -ms-animation: flowBg 5s linear infinite;
    -o-animation: flowBg 5s linear infinite;
    animation: flowBg 5s linear infinite;
}
@keyframes flowBg {
    0% {
        transform: translate3d(0px, 0, 0px);
    }
    100% {
        transform: translate3d(0px, -100%, 0px);
    }
}
#ms7::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
}
#ms7::after {
    z-index: 5;
    bottom: 0;
    height: 30vh;
    background: linear-gradient(to top, #fff, transparent);
}
#ms7 .container {
    position: relative;
    z-index: 6;
}
#ms7 h1 {
    color: rgba(0, 0, 0, 0.2);
    letter-spacing: -0.05em;
}
#ms7 h1 strong {
    color: #111;
}
#ms7 .btnWrp .btnItem {
    display: inline-block;
    border-radius: 4px;
    line-height: 65px;
    width: 300px;
    text-align: center;
    background-color: #f7a026;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    margin-top: 15px;
}
@media (max-width:768px){
    #ms7 .btnWrp .btnItem {
        line-height: 55px;
        font-size: 20px;
    }
    #ms7 .ms7_bg .bg {
        background-size: 200%;
    }
}

/* pfList */
#pfList .slick-slide {
    padding: 20px 15px 35px;
}
#pfList .tablet .disp .top {
    height: auto;
}
#pfList .tablet .disp .bars .stateAct {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #f7a026;
    border-radius: 3px;
}
#pfList .slick-center .tablet .disp .bars .stateAct {
    -webkit-animation: movBg 3s linear infinite;
    -moz-animation: movBg 3s linear infinite;
    -ms-animation: movBg 3s linear infinite;
    -o-animation: movBg 3s linear infinite;
    animation: movBg 3s linear infinite;
}
#pfList li.slick-center .disp .bars .stateAct {
    animation-play-state: running;
    width: 0px;
}
#pfList li:not(.slick-center) .disp .bars .stateAct {
    animation-play-state: paused;
    width: 0px !important;
}

@media (max-width:768px){
    #pfList .slick-slide {
        padding: 5px 5px 16px;
    }
    #pfList .tablet {
        border-radius: 20px;
        padding: 10px 20px;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    }
    #pfList .tablet .disp .top img {
        width: auto;
    }
}
/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #1c1c1c;
    border-top: 0px;
    padding: 60px 0 !important;
}
#footer .logoWrp .c ,
#footer .logoWrp .d {
    fill:#fff;
}
#footer .logoWrp .b {
    fill:#333;
}
#footer h6 {
    color: #bfbfbf;
    margin-top: 15px;
}
#footer h6 .fcon {
    display: inline-block;
    margin-right: 10px;
}
#footer h6 .fcon strong {
    display: inline-block;
    margin-right: 5px;
}
#footer .rt {
    text-align: right;
}
#footer .rt span {
    display: block;
    opacity: 0.5;
    cursor: pointer;
    font-weight: 700;
     
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#footer .rt span:hover{
    opacity: 1;
}
@media (max-width:768px){
    #footer {
        padding: 30px 0 !important;
    }
}
/* fsns */
#footer .fsns {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
#footer .fsns span {
    display: block;
    width: 45px;
    line-height: 39px;
    position: relative;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 2px;
}
#footer .fsns span i {
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:768px){
    #footer .c_wrp > div {
        text-align: center;
    }
    #footer .c_wrp > .rt {
        padding-top: 15px;
    }
    #footer .fsns {
        margin: 0 2px;
        margin-top: 15px;
    }
    #footer .fsns span {
        width: 35px;
        line-height: 29px;
    }
}

/*remote_quick*/
#remote_quick {
    position: fixed;
    bottom: 50px;
    right: 27px;
    z-index: 100;
}
#remote_quick li {
    margin: 10px 0;
}
#remote_quick li a {
    text-decoration: none;
    display: block;
    text-decoration: none;
    position: relative;
}
#remote_quick li a img {
    width: 45px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
    border-radius: 50%;
}
#remote_quick li:nth-child(1) a img {
    background-color: #ffec44;
}
/* #remote_quick li:nth-child(2) a img {
    background-color: #ffec44;
} */
#remote_quick li a span {
    position: absolute;
    right: 20%;
    width: 80px;
    background-color: #222;
    text-align: center;
    color: #fff;
    line-height: 1em;
    padding: 6px 0 8px;
    border-radius: 4px;
    top: calc(50% - 14px);
    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;
}
#remote_quick li a:hover span {
    right: 100%;
    opacity: 1;
}
#remote_quick li a span:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #222;
}
@media (max-width:992px){
    #remote_quick {
        top: auto;
        right: 15px;
        bottom: 15px;
    }
    #remote_quick li {
        margin: 5px 0;
    }
    #remote_quick li a img {
        width: 35px;
    }
    #remote_quick li a span {
        display: none;
    }
}
/* ms9 */
#ms9 ul li {
    margin: 15px 0;
}
#ms9 ul li .item {
    border: 1px solid #ddd;
}
/* ms10 */
#ms10 {
    background: url(../img/ms10_bg.jpg) center center no-repeat;
    background-size: cover;
}

/* form */
.form {
    max-width: 1000px;
    margin: 0 auto;
}
.form .top h3,
.form .top p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.form ul li {
    position: relative;
    padding-left: 100px;
    margin: 8px 0;
}
.form ul li label {
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 55px;
    font-weight: 600;
}
.form ul li label,
.form ul li select.form-control,
.form ul li input.form-control {
    display: block;
    height: 55px;
    color: #979797;
    font-size: 18px;
}
.form ul li .form-control {
    border-radius: 0px;
    border: 1px solid #fff;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0;
}
.form ul li .form-control:focus {
    border-color: #f7a026;
}
.form .smt {
    line-height: 65px;
    font-size: 28px;
    color: #fff;
    background-color: #f7a026;
    width: 100%;
    display: block;
    border: 0px;
    border-radius: 4px;
}
@media (max-width:768px){
    .form .top h3,
    .form .top p {
        margin-right: 5px;
    }
    .form ul li {
        padding-left: 110px;
    }
    .form ul li label {
        line-height: 45px;
    }
    .form ul li label,
    .form ul li select.form-control,
    .form ul li input.form-control {
        height: 45px;
        font-size: 16px;
    }
    .form .smt {
        line-height: 55px;
        font-size: 20px;
    }
}

/* checkboxCustom */
.agree {
    padding: 15px;
    border: 1px solid rgba(255,255,255,0.2);
}
.agree .readMe {
    display: inline-block;
    vertical-align: middle;
    background-color: #333;
    color: #fff;
    margin-left: 15px;
    line-height: 1em;
    padding: 5px 10px;
    font-weight: 600;
    cursor: pointer;
}
.checkboxCustom {
	position: relative;
	padding: 0 0 0 40px;
	margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}
.checkboxCustom:first-child, 
.checkboxCustom:first-of-type {
	margin-top: 0;
}
.checkboxCustom.makeInline {
	display: inline-block;
	vertical-align: middle;
}
.checkboxCustom input[type="radio"],
.checkboxCustom input[type="checkbox"] {
	opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -11px 0 0 -3px;
    z-index: 2;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.checkboxCustom input[type="radio"]:checked + label:after,
.checkboxCustom input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url(../img/chk.png) center center no-repeat;
    background-color: #fff;
}
.checkboxCustom input[type="radio"]:disabled,
.checkboxCustom input[type="checkbox"]:disabled {
	cursor: not-allowed;
}
.checkboxCustom input[type="radio"]:disabled:checked + label:after,
.checkboxCustom input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.checkboxCustom input[type="radio"]:disabled + label,
.checkboxCustom input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
}
.checkboxCustom input[type="radio"]:disabled + label:before,
.checkboxCustom input[type="checkbox"]:disabled + label:before {
    background: url(../img/x.png) center center no-repeat;
	background-color: #eee;
    border-color: #eee;
}
.checkboxCustom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}
.checkboxCustom label:before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #d2d2d2;
    background: transparent;
    background: url(../img/chk_w.png) center center no-repeat;
}
.checkboxCustom label + label.error {
	display: block;
}
@media (max-width:640px){
    .checkboxCustom {
        padding-left: 33px;
    }
    .checkboxCustom input[type="radio"]:checked + label:after,
    .checkboxCustom input[type="checkbox"]:checked + label:after {
        width: 24px;
        height: 24px;
        background-size: 24px !important;
    }
    .checkboxCustom label:before {
        width: 24px;
        height: 24px;
    }
    .agree .readMe {
        margin-left: 5px;
        padding: 5px 5px;
    }
}