/* html {
    scroll-behavior: smooth;
} */

/* Popup Layer */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0;
}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    display: none;
}

/*setting*/
.body {
  /*  background-color: #0b1d47;
  background-color: #fbfbfb;*/
}
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (min-width:1330px){
    .container {
        width: 1330px;
    }
}
@media (max-width:1370px){
    .hid-max {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*row*/
@media (max-width:767px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*bt_wrp*/
#header .bt_wrp .bar_i {
    display: inline-block;
}
#header .bt_wrp .bar_i_bk {
    display: none;
}
#header .bt_wrp .bar_i_bk3 {
    position: relative;
    margin-top: 3px;
    padding: 12px 15px 9px 5px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 10;
    color: #fff;
    background-color: #f70000;
    display: block !important;
    width: 18px;
    line-height: 18px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
}
html.sub-header .header-body,
html.add-header .header-body {
    z-index: 1000;
}
html.add-header #nav-overlay {
    opacity: 0.5;
    visibility: visible;
    z-index: 30;
}

html #header {
    z-index: 1001;
}
html #header .header-nav-main nav > ul > li a {
    letter-spacing: -0.02em;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 600;
    color: #000 !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: #666;
	border-color: #ffe400;
    word-break: keep-all;
}
@media (min-width:1401px){
    #header .lo_wrp {
        width: 100px;
    }
    #header .mn_wrp {
        width: calc(100% - 200px);
        text-align: center;
    }
    #header .bt_wrp {
        width: 100px;
        text-align: right;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 15px 2vw !important;
        font-size: 16px;
    }
}
@media (max-width:1401px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 20px 30px !important;
        font-size: 16px;
    }
    #header .lo_wrp {
        width: 100px;
    }
    #header .mn_wrp {
        width: calc(100% - 200px);
        text-align: center;
    }
}
@media (max-width:1200px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        width: 200px;
    }
    #header .mn_wrp {
        width: calc(100% - 200px);
    }
    #header .h_nav {
        width: 10%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
@media (max-width:767px){
    #header .lo_wrp {
        width: 200px;
    }
}
/* conwrp */
.conwrp {
    padding-top: 87px;
}
@media (max-width:767px){
    .conwrp {
        padding-top: 73px;
    }
}
/* logBox */
.logBox {
    display: inline-block;
}
.logBox a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: 1px solid #aaa;
    line-height: 1em;
    padding: 7px 13px;
    border-radius: 50px;
    font-weight: 400;
    margin-right: 3px !important;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.logBox a:hover {
    border-color: #1c39a0;
    background-color: #1c39a0;
    color: #fff !important;
}
.logBox a i,
.logBox a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
.logBox a i {
    font-size: 15px;
}
.logBox a i {
    margin-right: 5px;
}
.logBox.mobile a,
html #header:hover .logBox a,
html.sub-header #header .logBox a,
html.add-header #header .logBox a,
html.sticky-header-active #header .logBox a {
    color: #333;
}
@media (max-width:767px){
    .logBox a {
        padding: 4px 8px;
    }
    .logBox a i,
    .logBox a span {
        font-size: 11px;
    }
}
/*sticky*/
html #header .default {
    display: none;
}
html #header .default-c {
    display: inline-block;
}
html #header.header-transparent .default {
    display: inline-block;
}
html #header.header-transparent .default-c {
    display: none;
}
html #header:hover .default,
html.sub-header #header .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.sub-header #header .default-c,
html.add-header #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html.sticky-header-active #header.header-transparent .header-body:before,
html #header .header-body:before,
html #header:hover .header-body:before {
    background: transparent !important;
    opacity: 1;
    border-color: transparent !important;
}
html.sticky-header-active.add-header #header.header-transparent .header-body:before,
html.sticky-header-active.sub-header #header.header-transparent .header-body:before,
html.add-header #header .header-body:before,
html.sub-header #header .header-body:before {
   /*  background-color: #fbfbfb !important;
   border-color: #eee !important;*/
     background-color: #0e0e0e !important;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li a {
    letter-spacing: -0.02em;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 500;
    color: #fff !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 186px;
    font-weight: 400;
	color: #666;
    word-break: keep-all;
}
@media (min-width: 992px){
    #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, -10px, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 22px 40px !important;
        font-size: 18px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}
@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.sub-header #header .header-nav-main 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: 0px 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
	}
}
@media (max-width:767px) {
    #header.header-narrow .header-logo .logoSvg svg {
        width: 50px;
    }
}

/*#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: #1c39a0;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	padding: 10px 0 !important;
    /* background-color: #12161e; */
    position: relative !important;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
html.sticky-header-active #header .header-body {
    position: fixed !important;
	padding: 15px 0 !important;
}
#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.sub-header #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 {
    color: #fff !important;
}
#header .header-nav-main nav > #mainNav > li a:hover {
    color: #1c39a0 !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: #1c39a0 !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: 15px 2.5vw !important;
	}
}
@media (min-width:1600px) {	
    #header .header-body {
        padding: 0 3%;
    }
}
@media (max-width:1600px) and (min-width:991px){	
    #header .header-body {
        padding: 0 15px;
    }
}
@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: 360px !important;
    }
    #header .header-nav-main nav > ul > li > a span {
        display: inline-block;
        position: relative;
        padding-bottom: 3px;
    }
    #header .header-nav-main nav > ul > li > a.actMn span:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: 1px;
        z-index: 3;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
	html.sticky-header-active #header .header-nav-main nav > ul > li > a.actMn span{
        color: #111 ;
    }
	html.sticky-header-active #header .header-nav-main nav > ul > li > a.actMn span:before {
        background-color: #111;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		/*border: 1px solid #ddd;*/
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
        width: 200px;
        left: 50%;
        transform: translate3d(-50%, 0, 0) !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        background-color: #fbfbfb;
	}
	html.add-header #header .header-nav-main nav > #mainNav > li.dropdown > .dropdown-menu li a {
        font-size: 15px;
        border-bottom: 0px;
        padding: 6px 0;
        line-height: 1.2em;
        text-align: center;
        color: #999 !important;
        background-color: transparent !important;

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

	html.add-header #header .header-nav-main nav > #mainNav > li.dropdown > .dropdown-menu li a:hover {
        color: #111 !important;
    }
}
@media (max-width:1600px) and (min-width:991px){
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 16px;
    }
}
@media (max-width:992px) {
    #header .header-body {
        padding: 7px 0 !important;
    }
    #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: #111 !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: #111 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
/* linkBox */
#header .links {
    display: inline-block;
}
#header .links li {
    display: inline-block;
    position: relative;
    margin: 0px;
}
#header .links li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #ddd
}
#header .links li a {
    text-decoration: none;
    display: inline-block;
    color: #ddd;
    font-size: 15px;
    line-height: 1em;
    padding: 0 8px;
    font-weight: 600;
}
@media (max-width:767px){
    #header  .links li a {
        font-size: 14px;
        padding: 0 4px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav.focus, 
#header .header-btn-collapse-nav.active:focus, 
#header .header-btn-collapse-nav.focus, 
#header .header-btn-collapse-nav:active.focus, 
#header .header-btn-collapse-nav:active:focus, 
#header .header-btn-collapse-nav:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
#header .header-btn-collapse-nav {
    float: none;
	margin: 0;
    margin-left: 5px;
    width: 40px;
	background-color: transparent;
	color: #111;
	padding: 4px 0 !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
html #header:hover .header-btn-collapse-nav,
html #header:hover .header-btn-collapse-nav,
html.sub-header #header .header-btn-collapse-nav,
html.add-header #header .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #fff;
}

/* 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:767px){
    #header .lo_wrp a svg {
        width: 180px;
    }
}
/* logo svg */
#header.header-narrow .header-logo .logoSvg {
    line-height: 0px;
    padding: 10px 0;
}
#header.header-narrow .header-logo .logoSvg .cls-1, 
#header.header-narrow .header-logo .logoSvg .cls-2, 
#header.header-narrow .header-logo .logoSvg .cls-3, 
#header.header-narrow .header-logo .logoSvg .cls-4,
#footer .flogo .cls-1 {
    stroke-width: 0px;
    fill: #fff;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mo-header-body .header-logo .cls-1,
html.add-header #header .header-logo .logoSvg .cls-1,
/* html #header:hover .header-logo .logoSvg .cls-1, */
html.sticky-header-active.add-header #header #header.header-narrow .header-logo .logoSvg .cls-1 
.mo-header-body .header-logo .cls-2,
html.add-header #header .header-logo .logoSvg .cls-2,
/* html #header:hover .header-logo .logoSvg .cls-2, */
html.sticky-header-active.add-header #header #header.header-narrow .header-logo .logoSvg .cls-2 {
    fill:#fff;
}
@media (max-width:992px) {
    #header.header-narrow .header-logo .logoSvg {
        padding: 15px 0;
    }
}

/* 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: #111;
}
/*lines_bar*/
.menuImg,
.mmenu-toggle-btn {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.menuImg .menuImg {
    width: 19px;
}
.lines_bar {
    display: inline-block;
    width: 35px;
    height: 2px;
    transition: 0.3s;
    position: relative;
    top: -8px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 35px;
    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: 10px;
}
.lines_bar:after {
    top: -10px;
}
.pop.lines_bar,
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.pop.lines_bar:before,
.pop.lines_bar:after,
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.pop.lines_bar:before,
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.pop.lines_bar:after,
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.mmenu-open .lines_bar,
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after ,
.add-header .header-body .lines_bar,
.add-header .header-body .lines_bar:before,
.add-header .header-body .lines_bar:after,
.sticky-header-active .lines_bar,
.sticky-header-active .lines_bar:before,
.sticky-header-active .lines_bar:after,
.header-body:hover .lines_bar,
.header-body:hover .lines_bar:before,
.header-body:hover .lines_bar:after {
    background-color: #fff;
}
@media (max-width:767px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 2px;
    }
    .lines_bar:before {
        top: 9px;
    }
    .lines_bar:after {
        top: -9px;
    }
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/* Header */
.mo-header-body {
    padding: 42px 100px;
    border-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
@media (max-width:992px){
    .mo-header-body {
        padding: 35px 0 35px;
    }	
}	
/*Mobile Navigation*/
.mobile-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	padding: 20px 0 20px;
	background-color: #fff;
	display: block !important;
    background: url(../img/mobile-nav-bg.png) center center no-repeat;
    background-size: cover;
    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 {
    position: relative;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav > li > a {
    position: relative;
	display: block;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 500;
    background-color: transparent;
    color: #111;
    border: 0;
    padding: 15px 50px 15px 0;
    white-space: normal;
    word-break: keep-all;
    text-overflow: ellipsis;
    text-decoration: none !important;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0px;
    margin-bottom: 10px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.mobile-side-menu #mainNav > li > a .toggleItem {
    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 > a span:nth-child(1) {
    display: inline-block;
    position: relative;
}
.mobile-side-menu #mainNav > li > a span:nth-child(1):after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0e3857;
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mobile-side-menu #mainNav > li:focus > a span:nth-child(1):after,
.mobile-side-menu #mainNav > li:active > a span:nth-child(1):after,
.mobile-side-menu #mainNav > li:hover > a span:nth-child(1):after {
    opacity: 1;
}
.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 li a {
    font-size: 18px;
    display: inline-block;
    color: #999;
    font-weight: 300;
    padding: 10px 50px 10px 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: #0e3857;
}
.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 {
        display: flex;
        max-width: 1200px;
        justify-content: center;
        gap: 20px;
        margin: 0 auto;
    }
    .mobile-side-menu #mainNav > li {
        float: none;
        width: 25%;
    }
    .mobile-side-menu .dropdown-menu {
        display: block !important;
        position: relative;
        top: 0;
        background-color: transparent;
    }
    .mobile-side-menu #mainNav > li:hover .dropdown-menu {
        display: block;
        height: 100%;
    }
    .mobile-side-menu .dropdown-menu:hover li a {
        opacity: .6;
    }
}
@media (max-width:767px) {
    .mobile-nav {
        padding-top: 80px;
    }
    .mobile-nav .mobile-nav-wrapper {
        overflow-y: scroll;
        display: block;
    }
    .mobile-side-menu {
        margin-top: 40px;
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        top: 0px;
        left: 0;
        line-height: 20px;
    }
    .mobile-side-menu #mainNav > li {
        width: 100%;
    }
    .mobile-side-menu #mainNav > li > a {
        font-size: 24px;
        -webkit-text-stroke: 0px rgba(155,155,155,0.4);
        color: #111;
        font-weight: 700;
        line-height: 1em;
        padding: 20px 35px 20px 0;
        margin: 0;
    }
    .mobile-side-menu #mainNav > li.open > a {
        color: #111;
    }
    .mobile-side-menu #mainNav > li > a .mmenu-toggle {
        background-size: 10px;
        top: -2px;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: url(../img/arrMn.png) 95% center no-repeat;
        background-size: 6px !important;
    }
    .mobile-side-menu #mainNav > li > a span:nth-child(1):after {
        display: none;
    }
    .mobile-side-menu .dropdown-menu {
        left: 0;
        position: relative;
        padding: 0 0 25px;
        width: 100%;
        background-color: transparent;
    }
    .mobile-side-menu .dropdown-menu {
        margin-top: 10px;
    }
    .mobile-side-menu .dropdown-menu li a {
        font-size: 18px;
        padding: 10px 0;
        color: #aaa;
    }
}
/* width */
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
@media (max-width:1200px) and (min-width:992px){
    .conbox {
        margin-top: calc(100vw * (60 / 1200));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 1200));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 1200));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 1200));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 1200));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 1200));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 1200));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 1200));
    }
}
@media (max-width:991px) and (min-width:767px){
    .conbox {
        margin-top: calc(100vw * (60 / 992));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 992));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 992));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 992));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 992));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 992));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 992));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 992));
    }
}
@media (max-width:768px) and (min-width:450px){
    .conbox {
        margin-top: calc(100vw * (40 / 768));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 768));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 768));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 768));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (30 / 768));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 768));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 768));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (5 / 768));
    }
}
@media (max-width:501px){
    .conbox {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 500));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 500));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 500));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 500));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 500));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (5 / 500));
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_xxlg {
    padding: 270px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 50px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 80px 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_xxxs {
    padding:40px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_xxlg {
        padding: 130px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xxxs {
        padding: 20px 0;
    }
}

/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:767px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:767px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_liten {
    color: #c5c5c5 !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_dft {
    color: #7c8492 !important;
}
.c_pt {
    color: #1c39a0 !important;
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 80vh;
    overflow-y: scroll;
}
@media (max-width:767px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}


/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 931px;
    position: relative;
}
#visual .bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.2);
    mix-blend-mode: color-burn;*/
}
#visual .bg {
    /*background: url(../img/visual_bg.jpg) center center no-repeat;
    background-size: cover;*/
}
#visual .bg3 .cnt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#visual .bg3 .cnt img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
#visual .tcon2 > div {
    display: block;
    margin: 0 auto;
    width: 80%;
}
#visual .tcon2 .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
#visual .tcon2 .txt h2 span.sm {
    font-size: .6em;
}
#visual .tcon1 .txt {
    display: flex;
    align-items: center;
    justify-content: center;
}
#visual .tcon1 .txt span:nth-child(2){
    margin-left: -1%;
}
#visual .tcon1 .txt span:nth-child(3){
    margin-left: -1%;
}
#visual .tcon1 .txt span:nth-child(5){
    margin-left: -1.5%;
}
#visual img {
    display: inline-block;
}
#visual .tcon {
    position: relative;
    z-index: 3;
}
#visual .tcon h1 {
    line-height: 1.2em;
    color: #fff;
}
#visual .tcon h1 strong {
    font-weight: 500;
}
@media (min-width:992px){
    #visual .tcon h1 {
        font-size: 55px;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 700px;
    }
    #visual .tcon h1 {
        font-size: 40px;
    }
    #visual .tcon2 > div {
        display: block;
        width: 100%;
    }
}
@media (max-width:767px){
    #visual .bg {
        height: 450px;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
    }
    #visual .bg .tcon h1 {
        font-size: 30px;
    }
    #visual .tcon2 .txt {
        display: block;
        text-align: center;
    }
    #visual .tcon2 .txt h2 {
        margin-top: 15px;
    }
}
/* conText */
#conText {
    width: 100%;
    margin: 20px auto;
    min-height: 340px;
}
#conText svg {
    min-height: 300px;
}
@media (max-width:1200px){
    #conText,
    #conText svg {
        min-height: 270px;
    }
}
@media (max-width:767px){
    #conText,
    #conText svg {
        min-height: 200px;
    }
}
/* conText2 */
#conText2 {
    width: 100%;
    margin: 20px auto;
    min-height: 100px;
}
#conText2 svg {
    min-height: 100px;
}
@media (max-width:1200px){
    #conText2,
    #conText2 svg {
        min-height: 70px;
    }
}
@media (max-width:767px){
    #conText2,
    #conText2 svg {
        min-height: 40px;
    }
}
/* txt */
#visual .txt1,
#visual .txt2,
#visual .txt3,
#visual .txt4,
#visual .txt5 {
    opacity: 0;
}
#visual .ply .txt1 {
    -webkit-animation: fadeMove 7s linear infinite;
    -moz-animation: fadeMove 7s linear infinite;
    -ms-animation: fadeMove 7s linear infinite;
    -o-animation: fadeMove 7s linear infinite;
    animation: fadeMove 7s 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 7s linear infinite;
    -moz-animation: fadeMove2 7s linear infinite;
    -ms-animation: fadeMove2 7s linear infinite;
    -o-animation: fadeMove2 7s linear infinite;
    animation: fadeMove2 7s 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 7s linear infinite;
    -moz-animation: fadeMove3 7s linear infinite;
    -ms-animation: fadeMove3 7s linear infinite;
    -o-animation: fadeMove3 7s linear infinite;
    animation: fadeMove3 4.5 linear infinite;
}
@keyframes fadeMove3 {
    30% {
        transform: translate3d(0, -50%, 0);
        opacity: 0;
    }
    40% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
#visual .ply .txt4 {
    -webkit-animation: fadeMove4 7s linear infinite;
    -moz-animation: fadeMove4 7s linear infinite;
    -ms-animation: fadeMove4 7s linear infinite;
    -o-animation: fadeMove4 7s linear infinite;
    animation: fadeMove4 7s linear infinite;
}
@keyframes fadeMove4 {
    40% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    50% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
#visual .ply .txt5 {
    -webkit-animation: fadeMove5 7s linear infinite;
    -moz-animation: fadeMove5 7s linear infinite;
    -ms-animation: fadeMove5 7s linear infinite;
    -o-animation: fadeMove5 7s linear infinite;
    animation: fadeMove5 7s linear infinite;
}
@keyframes fadeMove5 {
    50% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    60% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
/*Slider - navigation*/
#nav_wrp {
    bottom: 10%;
    position: absolute;
    left: 0;
    width: 100%;
}
#nav_wrp .controls > div {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-right: 10px;
    cursor: pointer;
}
#nav_wrp .controls .consWrp .pauseBtn {
    display: inline-block;
}
#nav_wrp .controls .consWrp .playBtn {
    display: none;
}
#nav_wrp .controls .consWrp.act .pauseBtn {
    display: none;
}
#nav_wrp .controls .consWrp.act .playBtn {
    display: inline-block;
}
#nav_wrp .nav_con {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:992px){
    #nav_wrp {
        bottom: 10%;
    }
}
@media (max-width:767px){
    #nav_wrp {
        text-align: center;
    }
    #nav_wrp .controls > div {
        font-size: 15px;
        margin-right: 3px;
    }
}


/*Slider - navigation*/
#nav_wrp .slider-nav .slick-track {
    width: auto !important;
    margin: 0 -5px;
}
#nav_wrp .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    cursor: pointer;
    padding: 0 5px;
}
#nav_wrp .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 0%;
    margin: 0;
    position: relative;
    border-radius: 50%;
}
#nav_wrp .slider-nav .slick-track .slick-slide p {
    text-transform: uppercase;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active p {
    color: #fff !important;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active span {
    background-color: rgba(255,255,255, 1);
}
#nav_wrp .slider-nav .slick-track .slick-slide p {
    opacity: 0.4;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active p {
    opacity: 1;
}
@media (min-width:768px){
    #nav_wrp .slider-nav .slick-track .slick-slide p {
        font-size: 20px;
    }
}
@media (max-width:992px){
    #nav_wrp .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
@media (max-width:992px){
    #nav_wrp {
        bottom: 10%;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide p {
        font-size: 15px;
    }
}
@media (max-width:767px){
    #nav_wrp {
        text-align: center;
        bottom: 5%;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide {
        line-height: 5px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide p {
        font-size: 11px;
    }
}

/* footer */
#footer {
    margin-top: 0px !important;
    padding: 100px 0 30px !important;
}
#footer .container .row > div {
    margin-bottom: 0px;
}
#footer h6 {
    color: #aaa;
    line-height: 1.6em;
}
#footer h6 .fcon {
    display: inline-block;
}
#footer h6 .fcon strong {
    display: inline-block;
}
#footer h6 .dvd {
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    width: 1px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px;
}
#footer .btCon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
    margin-top: 30px;
}
#footer .btCon .lft a {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
#footer .btCon .rt {
    text-align: right;
}
#footer .logoSvg svg {
    width: 70px;
}
@media (min-width:992px) {
    /* #footer .container {
        width: calc(100% - 60px);
    } */
    #footer svg {
        width: 400px;
    }
    #footer h6 {
        font-size: 15px;
    }
}
@media (max-width:767px) {
    #footer {
        margin-top: 0px !important;
        padding: 60px 0 20px !important;
    }
    #footer .btCon {
        flex-wrap: wrap;
    }
    #footer .btCon > div {
        width: 100%;
    }
    #footer .btCon .lft a {
        font-size: 20px;
        margin: 0 5px;
    }
    #footer .btCon .rt {
        text-align: center;
    }
    #footer .btCon .rt h6 {
        line-height: 1.2em;
    }
}
/* allnv */
#footer .allnv {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
#footer .allnv .big {
    margin: 0 -15px;
}
#footer .allnv .big > li {
    padding: 0 15px;
    text-align: right;
}
#footer .allnv .big > li:not(:first-child) {
    margin-top: 20px;
}
#footer .allnv .big > li > a {
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
#footer .allnv .big > li > ul {
    margin-top: 10px;
}
#footer .allnv .big > li > ul li a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #eee;
    opacity: .5;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#footer .allnv .big > li > ul li a:hover {
    opacity: 1;
}
#footer h6 {
    font-size: 14px;
}
#footer h6 .admBtn {
    background-color: #2f2f2f;
    display: inline-block;
    line-height: 1em;
    padding: 5px 8px;
    border-radius: 3px;
    font-weight: 600;
    color: #a8a8a8;
}
#footer h6 strong {
    color: #fff;
}
#footer h6 .fcon{
    letter-spacing: 0px;
}
#footer h6 span {
    display: inline-block;
    margin-right: 5px;
}
#footer .sns {
    margin-top: 20px;
}
#footer .sns a {
    display: inline-block;
    margin: 0 2px;
    text-decoration: none;
    width: 40px;
}
@media (min-width:991px) {
    #footer .allnv {
        align-items: stretch;
    }
    #footer .allnv .lft {
        width: calc(100% - 100px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #footer .allnv .rt {
        width: 100px;
    }
    #footer .allnv .rt > ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media (max-width:992px) {
    #footer .sns a {
        width: 33px;
        margin: 0px;
    }
    #footer .allnv {
        margin: 0 auto;
    }
}
@media (max-width:767px){
    #footer {
        padding: 40px 0 !important;
    }
    #footer .allnv {
        justify-content: flex-start;
    }
    #footer p {
        font-size: 14px;
    }    
    #footer h6 {
        font-size: 12px;
    }    
    #footer .infoH {
        position: relative;
    }
}




#ms1 {
	background-color: #0e0e0e;
	 width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
#ms1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    will-change: clip-path;
    clip-path: circle(0rem at center center);
    background: url(../img/introBg.jpg) center center no-repeat;
    transition: clip-path 5s;
    background-size: cover;
    z-index: 1;

    transition-delay: 1.5s;
}
#ms1 .brnWrp {
    position: absolute;
    bottom: 10%;
    left: 0%;
    width: 100%;
    text-align: center;
}
#ms1 .btnItem i,
#ms1 .btnItem span {
    display: inline-block;
    vertical-align: middle;
}
/* #ms1 .bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/introBg_ani.jpg) center center no-repeat;
    opacity: 0;


    -webkit-animation: opani 2.5s linear infinite;
    -moz-animation: opani 2.5s linear infinite;
    -ms-animation: opani 2.5s linear infinite;
    -o-animation: opani 2.5s linear infinite;
    animation: opani 2.5s linear infinite;
    animation-delay: 3s;
} */
@keyframes opani {
    0% {
        opacity: 0;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }  
}
#ms1.aos-animate .bg {
    clip-path: circle(169rem at center center);
}
#ms1 #large-header {
    position: relative;
    z-index: 10;
}
#ms1 .clickTxtWrp {
    display: inline-block;
    position: relative;
}
#ms1 .clickTxtWrp .clickTxt {
    position: absolute;
    left: 100%;
    bottom: 100%;
    transform: translate3d(-30%, -80%, 10px);
}
#ms1 .clickTxtWrp .clickTxt .intro_arr {
    position: absolute;
    right: calc(100% + 7px);
    width: 36px;
    top: 40%;
}
#ms1 .clickTxtWrp .btnItem {
    padding: 0px;
}
.ah-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home-content{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.home-content{
	position: relative;
}
.home-text{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

@media (max-width:768px){
    #ms1 .clickTxtWrp .clickTxt .intro_arr {
        width: 26px;
    }
}

#ms1 .txt2 {
    -webkit-animation: fadeMove6 2s linear ;
    -moz-animation: fadeMove6 2s linear ;
    -ms-animation: fadeMove6 2s linear ;
    -o-animation: fadeMove6 2s linear ;
    animation: fadeMove6 2s linear ;
}

@keyframes fadeMove6 {
    0% {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
   30% {
        transform: translate3d(0, 20px, 0);
        opacity: 0.5;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
	
}
#ms1 .txt3 {
    -webkit-animation: fadeMove7 2s linear ;
    -moz-animation: fadeMove7 2s linear ;
    -ms-animation: fadeMove7 2s linear ;
    -o-animation: fadeMove7 2s linear ;
    animation: fadeMove7 2s linear ;
}

@keyframes fadeMove7 {
    0% {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
    30% {
        transform: translate3d(0, 40px, 0);
        opacity: 0;
    }
    50% {
        transform: translate3d(0, 20px, 0);
        opacity: 0.5;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
	
}

#ms1 .txt4 {
    display: inline-block;
    -webkit-animation: fadeMove8 2s linear ;
    -moz-animation: fadeMove8 2s linear ;
    -ms-animation: fadeMove8 2s linear ;
    -o-animation: fadeMove8 2s linear ;
    animation: fadeMove8 2s linear ;
}

@keyframes fadeMove8 {
    0% {
        transform: translate3d(0, -20px, 0) rotate(10deg);
        opacity: 0;
    }
    60% {
        transform: translate3d(0, -20px, 0) rotate(10deg);
        opacity: 0;
    }
    80% {
        transform: translate3d(0, 0px, 0) rotate(-5deg);
        opacity: 0.5;
    }
    90% {
        transform: translate3d(0, 0px, 0) rotate(0deg);
        opacity: 0.5;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
	
}
/* mainBox */
#mainBox .fbox {
    height: 100vh;
    align-items: center;
    justify-content: center;
}
/* brnWrp */
.brnWrp .btnItem {
    display: inline-block;
    color: #fff;
    line-height: 1em;
    padding: 15px 50px;
    border-radius: 100px;   
    text-decoration: none;
}


/* cursor */
@media (min-width:991px) {
    .cursor {
        width: 0px;
        height: 0px;
        border-radius: 100%;
        background-color: rgba(7, 17, 45, 0.5);
        position: fixed;
        transform: translate(-50%, -50%);
        pointer-events: none;
        transition: width .4s, height .4s, opacity .4s;
        z-index: 10005;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
    }
    .cursor.hover {
        width: 90px;
        height: 90px;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        background: linear-gradient(-45deg, rgba(7, 17, 45, .8), rgba(7, 17, 45, .8));
        opacity: .9;
    }
    .cursorhover {
        width: 50px;
        height: 50px;
        opacity: .5;
    }
}
@media (max-width:991px) {
    .cursor {
        display: none;
    }
}
/* splitting.js */
.splitting .char {
    display: inline-block;
	opacity:0;
	transform:translateY(100%);
	transition-property: opacity, transform;
    transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
} 
.aos-animate .splitting .char {
	opacity:1.0;
	transform:translateY(0);

	-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}
@keyframes text-active-animation {
	from {
		opacity:0;filter:Alpha(opacity=0);
		-webkit-transform: translateY(100%); 
		transform: translateY(100%); 
	}
	to {
		opacity:1.0;filter:Alpha(opacity=100);
		-webkit-transform: translateY(0); 
		transform: translateY(0); 
	}
}

/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 6rem 0;
}
.dvdHr.sm {
    margin: 4rem 0;
}
.dvdHr.big {
    margin: 8rem 0;
}
@media (max-width:768px){
    .dvdHr {
        margin: 3rem 0;
    }
    .dvdHr.sm {
        margin: 2rem 0;
    }
    .dvdHr.big {
        margin: 4rem 0;
    }
}