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


/*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: 1370px;
    }
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        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;
}
#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;
}
#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%;
        padding-left: 100px;
    }
    #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%;
        padding-left: 15px;
    }
    #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 [class*="fp-viewing-white_bg"] #header .fo_wrp a,
    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.header-sub {
    border-bottom: 1px solid #eee;
}
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 [class*="fp-viewing-white_bg"] #header .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.add-header #header .default-c,
html [class*="fp-viewing-white_bg"] #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html.add-header #header .header-body:before,
html [class*="fp-viewing-white_bg"] #header .header-body:before {
    background: transparent;
    opacity: 1;
}
html #header:hover .header-body:before {
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li a {
    letter-spacing: -0.02em;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 500;
    color: #fff !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html #header.header-sub .header-nav-main nav > ul > li > a {
    color: #111 !important;
}
#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:1600px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 0 3vw !important;
        line-height: 100px;
        font-size: 23px;
    }
}
@media (max-width:1600px) {	
    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);
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 0 3vw !important;
        line-height: 80px;
        font-size: 18px;
    }
}
@media (max-width:992px) {
	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.sticky-header-active #header .header-body:before {
        background: #fff;
        opacity: 1;
    }
}
/*#header-t*/
#header .header-body .c_wrp {
    position: relative;
    z-index: 3;
}
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #2664ab;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 0;
    background-color: #fff;
}
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 [class*="fp-viewing-white_bg"] #header .header-nav-main nav > #mainNav > li a,
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: #156ad6 !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;
}
@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-narrow .header-logo img {
        margin: 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: 210px !important;
    }
    #header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0%;
        background-color: #156ad6;
        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: #156ad6 !important;
    }
}
@media (max-width:1200px) {
    #header .header-body {
        padding: 0 15px;
    }
}
@media (max-width:992px) {
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #2664ab !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 18px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #2664ab !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
/* linkBox */
#header .links {
    display: inline-block;
}
#header .links li {
    display: inline-block;
    position: relative;
    margin: 0px;
}
#header .links li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #ddd
}
#header .links li a {
    text-decoration: none;
    display: inline-block;
    color: #ddd;
    font-size: 15px;
    line-height: 1em;
    padding: 0 8px;
    font-weight: 600;
}
@media (max-width:768px){
    #header  .links li a {
        font-size: 14px;
        padding: 0 4px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav.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;
    color: #111;
    padding: 0px !important;
    font-size: 26px !important;
    display: inline-block;
    background-color: transparent;
    width: 100px;
    line-height: 100px;
    z-index: 100;
    position: fixed;
    border-radius: 0;
    top: 0;
    right: 0;
}
html [class*="fp-viewing-white_bg"] .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;
}
@media (max-width:1600px) {	
    #header .header-btn-collapse-nav {
        width: 80px;
        line-height: 80px;
    }
}
@media (max-width:992px) {	
    #header .header-btn-collapse-nav {
        width: 66px;
        line-height: 66px;
    }
}
@media (max-width: 768px) {	
    #header .header-btn-collapse-nav {
        width: 57px;
        line-height: 57px;
    }
}

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


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


/* sticky-header-active==================== */
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #333;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a  {
    padding: 20px 25px;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li a {
    color: #838789;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li:hover a {
    color: #156ad6;
}
/*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;
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 2px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #fff;
    vertical-align: middle;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 2px;
    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: 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;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.mmenu-open .lines_bar,
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    background-color: #666;
}


html #header.header-sub .lines_bar,
html #header.header-sub .lines_bar:before,
html #header.header-sub .lines_bar:after,
html [class*="fp-viewing-white_bg"] .lines_bar,
html [class*="fp-viewing-white_bg"] .lines_bar:before,
html [class*="fp-viewing-white_bg"] .lines_bar:after,
html #header:hover .lines_bar,
html #header:hover .lines_bar:before,
html #header:hover .lines_bar:after,
html.add-header .lines_bar,
html.add-header .lines_bar:before,
html.add-header .lines_bar:after,
html.sticky-header-active .lines_bar,
html.sticky-header-active .lines_bar:before,
html.sticky-header-active .lines_bar:after{
    background-color: #666;
}
@media (max-width:768px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 3px;
        background-color: #fff;
    }
    html.sticky-header-active .lines_bar,
    html.sticky-header-active .lines_bar:before,
    html.sticky-header-active .lines_bar:after{
        background-color: #666;
    }
    .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: 20px 100px;
    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 20px;
	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: 50%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav > li > a {
    position: relative;
	display: inline-block;
    font-size: 4vw;
    line-height: 1.1em;
    font-weight: 900;
    background-color: transparent;
    color: #eee;
    border: 0;
    padding: 15px 50px 15px 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: #156ad6;
}
.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 .dropdown-menu {
	display: none;
	padding: 20px 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
    position: absolute;
    left: 100%;
    top: 0;
    width: 50%;
}
.mobile-side-menu .dropdown-menu li a {
    font-size: 28px;
    display: inline-block;
    color: #000;
    font-weight: 700;
    padding: 20px 50px 20px 0;
    line-height: 1em;
    text-decoration: none;
    background-color: transparent !important;

    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.mobile-side-menu .dropdown-menu:hover li a:hover {
    opacity: 1;
    color: #156ad6;
}
.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 .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    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){
    .btContacWrp {
        margin-top: 30px !important;
    }
    .mobile-side-menu #mainNav > li > a {
        font-size: 2.5vw;
        padding: 10px 50px 10px 0;
    }
    .mobile-side-menu .dropdown-menu {
        padding: 0px;
    }
}
@media (min-width:768px) {
    .mobile-side-menu #mainNav > li:hover .dropdown-menu {
        display: block;
    }
    .mobile-side-menu .dropdown-menu:hover li a {
        opacity: .2;
    }
}
@media (max-width:768px) {
    .mobile-nav {
        padding-top: 80px;
    }
    .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 li {
        width: 100%;
    }
    .mobile-side-menu #mainNav > li > a {
        font-size: 30px;
        -webkit-text-stroke: 0px rgba(155,155,155,0.4);
        color: #111;
        font-weight: 700;
        line-height: 1em;
        padding: 13px 35px 13px 0;
    }
    .mobile-side-menu #mainNav > li > a span {
        background-size: 10px;
        top: -2px;
        width: 100%;
        background-position-x: 95%;
    }
    .mobile-side-menu .dropdown-menu {
        left: 0;
        position: relative;
        padding: 0 0 25px;
        width: 100%;
    }
    .mobile-side-menu .dropdown-menu li a {
        font-size: 24px;
        padding: 6px 0;
        color: #aaa;
        font-weight: 500;
    }
}
/* btContac */
.btContacWrp {
    border-top: 1px solid #ccc;
    margin-top: 60px;
    padding-top: 30px;
}
.btContac {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.btContac li {
    padding: 0 15px;
}
.btContac li h5 i,
.btContac li h5 span {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:768px) {
    .btContacWrp {
        margin-top: 30px;
        padding-top: 10px;
    }
    .btContac {
        display: block;
        margin: 0;
    }
    .btContac li {
        padding: 0;
        margin-top: 15px;
    }
}
/* 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: 80px 0;
}
.sec_dvd.sec_dvd_xxs {
    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: 30px 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: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #e6fa2a !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #156ad6 !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: 900px;
    margin: 20px auto;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4.tt {
    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%;
    }
}

/*fullpage_navigation*/
#fp-nav.fp-right {
    right: 41px;
}
/* #fp-nav.fp-left {
    left: 100px;
} */
#fp-nav ul li, .fp-slidesNav ul li {
    height: 20px;
    margin: 20px 7px;
}
#fp-nav ul li .fp-tooltip {
    width: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
}
/* #fp-nav ul li a.active > .fp-tooltip {
    color: #fff;
    opacity: 1;
} */
#fp-nav ul li a span, 
.fp-slidesNav ul li a span,
#fp-nav ul li:hover a span, 
.fp-slidesNav ul li:hover a span {
	background: #fff;
    margin: -2px 0 0 1px;
    height: 7px;
    width: 7px;
    background-color: #fff;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
    background: #fff;
    margin: -11px 0 0 1px;
    height: 25px;
    width: 7px;
    background-color: #fff;
    border-radius: 50px;
}
html [class*="fp-viewing-white_bg"] #fp-nav ul li a.active > .fp-tooltip {
    color: #aaa;
}
html [class*="fp-viewing-white_bg"] #fp-nav ul li a span, 
html [class*="fp-viewing-white_bg"] .fp-slidesNav ul li a span,
html [class*="fp-viewing-white_bg"] #fp-nav ul li:hover a span, 
html [class*="fp-viewing-white_bg"] .fp-slidesNav ul li:hover a span {
	background: #aaa;
    background-color: #aaa;
}
html [class*="fp-viewing-white_bg"] #fp-nav ul li a.active span, 
html [class*="fp-viewing-white_bg"] .fp-slidesNav ul li a.active span {
    background: #156ad6;
    background-color: #156ad6;
}
html [class*="fp-viewing-white_bg"] #fp-nav ul li .fp-tooltip {
    color: #156ad6;
}
@media (min-width:992px){
    html [class*="fp-viewing-white_bg"] #wrapper:before {
        background-color: rgba(170, 170, 170, 0.2);
    }
}
@media (max-width:1600px){
    #fp-nav.fp-right {
        right: 69px;
    }
}
@media (max-width:1300px){
    #fp-nav {
        display: none !important;
    }
}

/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 950px;
}
#visual .bg.bg1 {
    background: url(../img/visual1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/visual2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg3 {
    background: url(../img/visual3.jpg) center center no-repeat;
    background-size: cover;
}
/* #visual .bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #999999;
    mix-blend-mode: multiply;
} */
#visual .tcon {
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
#visual .tcon h1 {
    line-height: 1.1em;
    font-size: 65px;
    font-weight: 800;
    color: #fff;
}
#visual .tcon p {
    font-weight: 400;
    line-height: 1.9em;
    color: rgba(255,255,255,0.6);
}
#visual .tcon img {
    display: inline-block;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: rgba(255,255, 255, 0.1);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 6%;
}
#visual_wrp #arr_next {
    right: 6%;
    transform: rotate(180deg);
}

#visual .txt1,
#visual .txt2,
#visual .txt3 {
    opacity: 0;
}
@keyframes lineMove {
    0% {
        height: 0;
    }
    10% {
        height: 50px;
    }
    100% {
        height: 50px;
    }
}
#visual .ply .txt1 {
    -webkit-animation: fadeMove 6s linear infinite;
    -moz-animation: fadeMove 6s linear infinite;
    -ms-animation: fadeMove 6s linear infinite;
    -o-animation: fadeMove 6s linear infinite;
    animation: fadeMove 6s linear infinite;
}
@keyframes fadeMove {
    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 .txt2 {
    -webkit-animation: fadeMove2 6s linear infinite;
    -moz-animation: fadeMove2 6s linear infinite;
    -ms-animation: fadeMove2 6s linear infinite;
    -o-animation: fadeMove2 6s linear infinite;
    animation: fadeMove2 6s linear infinite;
}
@keyframes fadeMove2 {
    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 .txt3 {
    -webkit-animation: fadeMove3 6s linear infinite;
    -moz-animation: fadeMove3 6s linear infinite;
    -ms-animation: fadeMove3 6s linear infinite;
    -o-animation: fadeMove3 6s linear infinite;
    animation: fadeMove3 6s linear infinite;
}
@keyframes fadeMove3 {
    30% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    40% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (min-width:1920px){
    #visual .bg {
        height: 100vh;
    }
}
@media (max-width:1600px){
    #visual_wrp #arr_prev {
        left: auto;
        right: calc(5% + 90px);
    }
    #visual_wrp #arr_next {
        right: 5%;
        transform: rotate(180deg);
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 700px;
    }
    #visual .tcon h1 {
        font-size: 40px;
    }
}
@media (max-width:768px){
    #visual .bg {
        height: 500px;
        background-size: cover !important;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
    }
    #visual .bg .tcon h1 {
        font-size: 30px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        display: none !important;
    }
}
/* 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: 150px;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    position: relative;
}
#visual .scrolls .bars .stateAct {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #fff;
}
#visual .scrolls .bars .stateAct.act {
    -webkit-animation: movBg 6s linear infinite;
    -moz-animation: movBg 6s linear infinite;
    -ms-animation: movBg 6s linear infinite;
    -o-animation: movBg 6s linear infinite;
    animation: movBg 6s 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: 80px;
    width: 100px;
    z-index: 1;
    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;
    }
}
/* fullpage */
#fullpage .secMain {
    height: 100vh;
    min-height: 800px;
}
#fullpage .secMain.fp-auto-height,
#fullpage .secMain.fp-auto-height .fp-tableCell {
    height: auto !important;
    min-height: auto !important;
}
@media (min-width:992px){
    .pcPt {
        padding-top: 100px;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width:1600px){
    .pcPt {
        padding-top: 80px;
    }
}
@media (max-width:992px){
    #fullpage .secMain,
    #fullpage .secMain .fp-tableCell {
        height: auto !important;
        min-height: auto;
    }
    .pcPt {
        padding-top: 0;
    }
}
/* section1 */
#section1 {
    /* background: url(../img/section1.jpg) center top no-repeat; */
    background-size: cover;
}
@media (max-width:992px){
    #section1 {
        padding: 50px 0;
    }
    #section1 .pcPt {
        padding: 0 15px;
    }
}
/* logoMarqueeSection */
div.marquee>a>img {
    height: 120px;
}
.marquee-wrapper {
    display:  inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-height: 300px;
    position: relative;
    line-height: 0;
}
.marquee-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, #f7f7f7, transparent);
    z-index: 3;
}
.marquee-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #f7f7f7, transparent);
    z-index: 3;
}
.marquee {
    display:  block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
  
.marquee a {
    display:  inline-block;
    white-space: nowrap;
    padding-right: 5.4rem;
}

/* .marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
} */
  
@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(0, -100%, 0);
    }
}
/* btnWrp */
.btnWrp a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 250px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
}
.btnWrp a,
.btnWrp a::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btnWrp a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}
.btnWrp a:hover {
    color: #156ad6;
}
.btnWrp a:hover::after {
    top: 0;
}
.btnWrp a span {
    position: relative;
    z-index: 2;
}
.btnWrp a.dk {
    color: #333;
    border: 1px solid #333;
}
.btnWrp a.dk::after {
    background-color: #333;
}
.btnWrp a.dk:hover {
    color: #fff;
}
.btnWrp a.rd {
    color: #156ad6;
    border: 1px solid #156ad6;
}
.btnWrp a.rd::after {
    background-color: #156ad6;
}
.btnWrp a.rd:hover {
    color: #fff;
}
@media (max-width:768px){
    .btnWrp a {
        width: 180px;
        line-height: 34px;
        font-size: 14px;
    }
}
/* banList */
#banList {
    display: flex;
    width: 100%;
}
#banList > li {
    width: 33.33333%;
    position: relative;
}
#banList > li .txt,
#banList > li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#banList > li .bg.bg1 {
    background: url(../img/banBg1.jpg) center center no-repeat;
}
#banList > li .bg.bg2 {
    background: url(../img/banBg2.jpg) center center no-repeat;
}
#banList > li .bg.bg3 {
    background: url(../img/banBg3.jpg) center center no-repeat;
}
#banList > li a {
    display: block;
    text-decoration: none;
    height: 100vh;
}
#banList > li .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
#banList > li .txt h5 {
    opacity: .4;
}
#banList > li .txt p {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 0px;
    line-height: 1em;
    color: #fff;
    overflow: hidden;
}
#banList > li .txt h2 {
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#banList > li:hover .txt h2 {
    margin-bottom: 40px;
}
#banList > li:hover .txt p {
    height: 25px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
@media (min-width:1920px){
    #banList > li .bg {
        background-size: cover !important;
    }
}
@media (min-width:768px){
    #banList > li:not(:last-child) .bg {
        width: calc(100% - 1px);
    }
}
@media (max-width:768px){
    #banList {
        flex-wrap: wrap;
    }
    #banList > li {
        width: 100%;
        position: relative;
    }
    #banList > li a {
        height: 33.33333vh;
    }
    #banList > li:not(:last-child) .bg {
        height: calc(100% - 1px);
    }
}
/* section3 */
#section3 {
    background: url(../img/section3.jpg) center center no-repeat;
    background-size: cover;
}
#section3 .row {
    margin: 0 -30px;
}
#section3 .row > div {
    padding: 0 30px;
}
@media (max-width:992px){
    #section3 {
        padding: 50px 0;
    }
    #section3 .pcPt {
        padding: 0 15px;
    }
}
/* newsSlick */
#newsSlick {
    margin: 0 -15px;
}
#newsSlick .slick-slide {
    padding: 0 15px 15px;
}
#newsSlick li a {
    text-decoration: none;
    display: block;
    overflow: hidden;
}
#newsSlick li a .img {
    overflow: hidden;
}
#newsSlick li a .img img {
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
#newsSlick li a:hover .img img {
    transform: scale(1.15);
}
#newsSlick li a .txt {
    padding: 20px 0px 30px;
}
#newsSlick li a .txt h4,
#newsSlick li a .txt p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#newsSlick li a .txt h6 {
    margin-top: 20px;
}
#newsSlick .slick-arrow {
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    height: 60px;
    background: url(../img/arr_bsn.png) center center no-repeat;
    border: 0px;
    color: transparent;
    border-radius: 50%;
}
@media (min-width:768px){
    #newsSlick a h4 {
        -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;
    }
    #newsSlick a:hover h4 {
        color: #156ad6;
    }
}
@media (max-width:992px){
    #newsSlick .slick-arrow {
        display: none !important;
    }
}
@media (max-width:768px){
    #newsSlick {
        margin: 0 -5px;
    }
    #newsSlick .slick-slide {
        padding: 0 5px 5px;
    }
    #newsSlick li a .txt {
        padding: 10px 15px 20px;
    }
}
/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50%;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ddd;
}
.slick-dots li.slick-active button {
    background-color: #156ad6;
    opacity: 1;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
}
/* bdTit */
.bdTit {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bdTit h3 a {
    text-decoration: none;
    color: #000;
}
/* basicLatest */
#basicLatest li a {
    text-decoration: none;
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
#basicLatest li a h5,
#basicLatest li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width:768px){
    #basicLatest li a h5 {
        -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;
    }
    #basicLatest li a:hover h5 {
        color: #156ad6;
    }
}
@media (max-width:768px){
    #basicLatest li a {
        padding: 15px 0;
    }
}
/* section4 */
#section4 {
    position: relative;
    overflow: hidden;
}
@media (max-width:992px){
    #section4 {
        padding: 50px 0;
    }
    #section4 .pcPt {
        padding: 0 15px;
    }
}
/* notLatest */
#notLatest {
    border-top: 1px solid #ddd;
    max-width: 1140px;
    margin: 0 auto;
}
#notLatest li {
    border-bottom: 1px solid #ddd;
}
#notLatest li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 25px 0;
}
#notLatest li a .date {
    width: 100px;
    text-align: center;
}
#notLatest li a .date h1,
#notLatest li a .date h6 {
    color: #ddd;
}
#notLatest li a .arr {
    width: 100px;
    text-align: center;
}
#notLatest li a .arr h2 {
    display: inline-block;
    width: 65px;
    line-height: 59px;
    border: 3px solid #ddd;
    color: #ddd;
    font-weight: 500;
    border-radius: 50%;

    -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;
}
#notLatest li a:hover .arr h2 {
    color: #156ad6;
    border-color: #156ad6;
    margin-right: 20px;
}
#notLatest li a .con {
    width: calc(100% - 200px);
}
#notLatest li a h5,
#notLatest li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width:768px){
    #notLatest li a h5 {
        -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;
    }
    #notLatest li a:hover h5 {
        color: #156ad6;
    }
}
@media (max-width:768px){
    #notLatest li a {
        padding: 15px 0;
    }
    #notLatest li a .date {
        width: 80px;
    }
    #notLatest li a .con {
        width: calc(100% - 80px);
    }
    #notLatest li a .arr {
        display: none;
    }
}
/* btnMore */
.btnMore a {
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    color: #111;
    line-height: 60px;
    width: 60px;
    font-size: 30px;
    text-decoration: none;
    font-weight: 300;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);

    -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;
}
.btnMore a:hover {
    background-color: #156ad6;
    color: #fff;
}
@media (max-width:768px){
    .btnMore a {
        background-color: #156ad6;
        color: #fff;
        line-height: 50px;
        width: 50px;
        font-size: 25px;
    }
}
/* footer */
#footer {
    background-color: #000;
    border-top: 0px !important;
    padding: 80px 0 !important;
    margin-top: 0px !important;
}
#footer h5 strong {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}
#footer h5 strong span {
    color: #aaa;
}
#footer p {
    font-size: 16px;
    color: #aaa;
}
#footer .top {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#footer .top span,
#footer .top strong,
#footer .top a {
    text-decoration: none;
    display: inline-block;
    color: #aaa;
    vertical-align: middle;
}
#footer .top span,
#footer .top a {
    cursor: pointer;
}
#footer .top .sp {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #aaa;
    margin: 0 8px;
}
#footer .rt select {
    border: 1px solid rgba(255,255,255, 0.4);
    color: rgba(255,255,255,0.4);
    display: inline-block;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 0;
    font-size: 17px;
    line-height: 1em;
    font-weight: 600;
    background-color: transparent;
    max-width: 180px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
}
#footer .rt select option{
    background: #111;
    color: #fff;
    padding: 7px 0;
    font-size: 15px;
}
#footer .rt select span {
    display: inline-block;
    margin-left: 15px;
}
@media (min-width:768px){
    #footer .con {
        display: flex;
    }
    #footer .con .lt {
        width: 70%;
    }
    #footer .con .rt {
        width: 30%;
        text-align: right;
    }
}
@media (max-width:768px){
    #footer {
        padding: 40px 0 !important;
        text-align: center;
    }
    #footer .rt select {
        margin-top: 15px;
        padding: 7px 10px;
        font-size: 13px;
        max-width: 140px;
    }
}


/*card_select*/
.card_select .modal-content {
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    border: 0px;
    background-color: #fff;
    padding: 0;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 60px;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 60px;
    cursor: pointer;
    border: 0px;
    z-index: 5;
}
.card_select .modal-header h4 {
    font-weight: 700;  
    line-height: 1.2em; 
}
.card_select .modal-header p {
    color: #999;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}
.card_select .modal-body {
    padding: 60px 20px;
}
.card_select .modal-body > p {
    font-weight: 600;
    margin-bottom: 15px;
}
.card_select .modal-body > .bt_cmt {
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.card_select .modal-body .row {
    margin: 0 -5px;
}
.card_select .modal-body .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.card_select .modal-body ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .card_select .modal-body {
        padding: 20px 10px 40px;
    }
    .card_select .modal-body > p {
        margin-bottom: 5px;
    }
    .card_select .modal-body ul li a h6 {
        font-size: 13px;
    }
    .card_select .modal-body > .bt_cmt {
        font-size: 12px;
    }
    .card_select .modal-header .cls_btn {
        right: -5px;
        top: -5px;
        height: 40px;
        width: 40px;
        background-size: 40px !important;
    }
}
/*gift_confirm*/
.gift_confirm .bt_ {
    margin-top: 10px;
}
.gift_confirm .bt_ a {
    display: inline-block;
    color: #37018d;
    font-weight: 600;
}
.gift_confirm .infobox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.gift_confirm .infobox ul li {
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
}
.gift_confirm .infobox ul li span {
    position: absolute;
    left: 0;
}
.gift_confirm .wanningbox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #ffe5e5;
    border-radius: 10px;
}
.gift_confirm .wanningbox p {
    color: #156ad6;
}
@media (max-width: 768px) {
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}

/*subtop*/
#subtop {
    /* border-bottom: 1px solid #eee; */
}
#subtop,
#subtop .container {
    position: relative;
}
#subtop .img {
    display: flex;
    width: 100%;
    height: 450px;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
}
#subtop .subTabs li {
    display: inline-block;
    margin-right: 50px;
}
#subtop .subTabs li a {
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    line-height: 1.1em;
    display: inline-block;
    color: #b2b2b2;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}
#subtop .subTabs li.act a {
    color: #156ad6;
    border-color: #156ad6;
}
#subtop .subTabs li a span,
#subtop .subTabs li a i {
    vertical-align: middle;
}
@media (max-width:768px){
    #subtop {
        text-align: center;
    }
    #subtop .img {
        height: 150px;
    }
    #subtop .subTabs li {
        margin: 0 5px;
    }
    #subtop .subTabs li a {
        font-size: 14px;
        padding-bottom: 6px;
        border-bottom: 2px solid transparent;
    }
}
/*siteconfig*/
/* .siteconfig {
    padding: 5px 10px;
    background-color: #f7f7f7;
    border-radius: 10px;
} */
.siteconfig li {
	display: inline-block;
	padding: 5px 10px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    color: #999;
}
.siteconfig li:first-child span {
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    padding-top: 2px;
}
.siteconfig li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -2px;
    top: calc(50% - 2px);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #aaa;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #ddd;
	display: inline-block;
	padding: 1px 3px;
	position: relative;
	font-size: 12px;
	font-weight: 300;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (min-width:768px){
    .siteconfig {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 0px;
	}
    .siteconfig li {
        font-size: 13px;
    }
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}