@import url(root.css);

/* 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:991px){
	#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*/
html {
    overflow:unset !important;
}
body {
    background-color: #000;
}
img {
	max-width: 100%;
}
:focus {
    outline: 0px !important;
    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:1370px){
    .container {
        width: 1370px;
    }
}
@media (max-width:1370px){
    .hid-max {
        display: none;
    }
}
@media (max-width:501px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
    display: none;
}

/* scrollbar */
html > *::-webkit-scrollbar {
    margin: 0;
    padding: 0;
    width: 6px; 
}
html > *::-webkit-scrollbar-button {
    height: 0;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all; 
}
html > *::-webkit-scrollbar-corner {
    background-color: #111; 
}
html > *::-webkit-scrollbar-thumb {
    background: rgba(122, 122, 122, 0.7); 
    border: 1px solid #000; 
}
html > *::-webkit-scrollbar-thumb:hover, 
html > *::-webkit-scrollbar-thumb:active {
    background: rgba(122, 122, 122, 0.9); 
}
html > *::-webkit-scrollbar-track {
    background-color: #111;
    border-radius: 0;
    border: 0; 
}
html > *::-webkit-scrollbar-track:hover, 
html > *::-webkit-scrollbar-track:active {
    background: #111; 
}
  
/*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 .logBtns .logBtn {
    margin-right: 4px;
    display: inline-block;
    text-decoration: none;
    color: #666;
    padding: 0 5px;
}
#header .ch_wrp .logBtns .logBtn i,
#header .ch_wrp .logBtns .logBtn span {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
#header .ch_wrp .logBtns .logBtn i {
    margin-right: 3px;
}
#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.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;
}
#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:992px){
    html #header .header-nav-main #mainNav {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    #header .header-nav-main nav > ul > li {
        width: 13%;
    }
    #header .header-nav-main nav > ul > .logoAlink {
        width: 22%;
    }
    #header .header-nav-main nav > ul > .logoAlink img {
        width: 112px;

        -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 > .logoAlink img {
        width: 80px;
    }
}
@media (min-width:1601px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 20px;
    }
}
@media (max-width:1600px) and (min-width:992px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 25px 3vw !important;
        font-size: 18px;
    }
    #header .lo_wrp {
        width: 150px;
    }
    #header .mn_wrp {
        width: calc(100% - 310px);
        text-align: center;
    }
    #header .ch_wrp {
        width: 160px;
    }
}
@media (max-width:991px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        width: 50%;
    }
    #header .h_nav {
        width: 10%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
@media (max-width:768px){
    #header .lo_wrp {
        width: 90px;
    }
    #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;
    }
}
/* tel_wrp */
#header .tel_wrp {
    position: fixed;
    right: 0;
    top: 0px;
    background-color: #3f2308;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
}
#header .tel_wrp a {
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    height: var(--h-header);
    
    -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 .tel_wrp a {
    height: var(--h-header-sticky);
}
#header .tel_wrp img {
    width: 40px;
}
@media (max-width:1800px){
    #header .tel_wrp {
        top: var(--h-header);

        -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 .tel_wrp {
        top: var(--h-header-sticky);
    }
    #header .tel_wrp a {
        height: auto !important;
    }
}
@media (max-width:992px){
    #header .tel_wrp {
        position: relative;
        top: 0 !important;
        background-color: transparent;
        font-size: 20px;
        text-align: right;
    }
    #header .tel_wrp a {
        background-color: #3f2308;
        display: inline-flex;
        border-radius: 100px;
        padding: 10px 20px;
    }
    #header .tel_wrp img {
        width: 25px;
    }
}
/*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.add-header #header .header-body:before,
html.sub-header #header .header-body:before,
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;
    font-family: 'Paperozi';
    height: var(--h-header);
    display: flex;
    align-items: center;
    justify-content: 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 > a {
    height: var(--h-header-sticky);
}
html #header .header-nav-main nav > ul > li.imp > a {
    color: #f23d1a !important;
}
#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:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 0 0.5vw !important;
        font-size: 2rem;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding-top: 2.8rem !important;
        padding-bottom: 2.8rem !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: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:991px) {
	#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:768px) {
    #header.header-narrow .header-logo img {
        width: 70px;
    }
}
/*#header-t*/
#header .header-body {
    background: url(../img/header_pt.png) center center;
    background-color: #000 !important;
    background-size: 42px;
}
#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: #333;
}
/*#  - 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.sub-header #header .header-body,
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0px !important;
}
#header nav > ul > li.dropdown > .dropdown-menu {
	transform: translate3d(0, 0, 0);
    opacity: 0;
    padding: 0;
    left: 0 !important;
    width: 100%;
    display: block;
    padding: 0;
    top: 20%;
    border-radius: 10px;
    margin: 0px;
    border: 0px;
    max-height: 0;
    overflow: hidden;
    min-width: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#header .header-nav-main nav > ul > li.dropdown .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: #f0d182 !important;
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
/*#header.header-narrow .header-logo img {
    width: 100px;
}*/
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:991px) {	
    #header .header-body:after {
        content: "";
        background-color: rgba(255, 255, 255, 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: 280px !important;
    }
    #header .header-nav-main nav > ul > li > a {
        position: relative;
    }
    #header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0%;
        background-color: #00950c;
        height: 3px;
        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.imp > a span {
        position: absolute;
        top: 90%;
        width: 130px;
        text-align: center;
        background-color: #ffea05;
        color: #222;
        font-size: 12px;
        font-weight: 600;
        left: calc(50% - 65px);
        padding: 5px 0;
        border-radius: 50px;
        z-index: 5;

        -webkit-animation: arr 0.9s linear infinite;
        -moz-animation: arr 0.9s linear infinite;
        -ms-animation: arr 0.9s linear infinite;
        -o-animation: arr 0.9s linear infinite;
        animation: arr 0.9s linear infinite;
    }
    @keyframes arr {
        0% {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
        }
        70% {
            -webkit-transform: translateY(5px);
            -moz-transform: translateY(5px);
            -ms-transform: translateY(5px);
            -o-transform: translateY(5px);
            transform: translateY(5px);
        }
        100% {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
        }  
    }
    #header .header-nav-main nav > ul > li.imp > a span:after {
        content: "";
        position: absolute;
        border-width: 10px;
        border-color: transparent transparent #ffea05 transparent;
        border-style: solid;
        bottom: 90%;
        left: calc(50% - 10px);
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        left: 50% !important;
        transform: translate3d(-50%,-15px, 0) !important;
    }
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
        border-top: 0px;
        opacity: 1;
        background-color: #fff;
        top: 90%;
        left: 50%;
        max-height: 1000px;
        padding: 20px 0;
        border: 1px solid #ddd;
    }
	#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 > .dropdown-menu li a {
        font-size: 16px;
        border-bottom: 0px;
        font-weight: 400;
        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;
    }

	#header .header-nav-main nav > #mainNav > li.dropdown > .dropdown-menu li a:hover {
        color: #333 !important;
    }
}
@media (max-width:1600px) and (min-width:992px){
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 16px;
    }
}
@media (max-width:991px) {
    #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: #333 !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: #333 !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;
    width: 40px;
	background-color: transparent;
	color: #111;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
html #header:hover .header-btn-collapse-nav,
html #header:hover .header-btn-collapse-nav,
html.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: #111;
}

/* 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: #333;
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.lines_bar {
    display: inline-block;
    width: 35px;
    height: 1px;
    transition: 0.3s;
    position: relative;
    top: -8px;
    background-color: #bc952f;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 35px;
    height: 1px;
    transition: 0.3s;
    position: absolute;
    background-color: #bc952f;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 12px;
}
.lines_bar:after {
    top: -12px;
}
.pop.lines_bar,
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.pop.lines_bar:before,
.pop.lines_bar:after,
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.pop.lines_bar:before,
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.pop.lines_bar:after,
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

/* .mmenu-open .lines_bar,
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after ,
.sub-header .header-body .lines_bar,
.sub-header .header-body .lines_bar:before,
.sub-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: #111;
} */
@media (max-width:768px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 3px;
    }
    .lines_bar:before {
        top: 9px;
    }
    .lines_bar:after {
        top: -9px;
    }
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
    right: 0;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    z-index: -1;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #111;
    opacity: 0;
    padding: 50px;
}
.mobile-nav::-webkit-scrollbar {
    display: none;
    visibility: hidden;
}
.mmenu-open .mobile-nav {
	z-index: 9999;
    opacity: 1;
}
.mmenu-open .mobile-nav .mobile-nav-wrapper {
    width: 100%;
}
.mmenu-open .mobile-nav .mobile-nav-wrapper .name {
    text-decoration: none;
    display: block;
}
.mobile-nav .logoWrp {
    margin-top: 80px;
}
.mobile-nav .logoWrp svg {
    width: 80%;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 60px;
}
.mobile-nav .linkBox {
    text-align: center;
    margin-top: 60px;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    vertical-align: middle;
}
/* .mobile-nav .header-logo img {
    width: 200px;
} */
.mobile-nav .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 35px;
    padding: 0;
    position: fixed;
    width: auto;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
    margin: 10px 0;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 10px;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    background-color: transparent;
    color: #fff;
    opacity: 0.7;
    border: 0;
    padding: 4px 0;
    white-space: normal;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.mobile-side-menu li.dropdown-submenu > a {
    font-weight: 600;
    color: #333;
    background-color: #fff !important;
}
.mobile-side-menu li .dropdown-toggle {
    color: #000;
    font-weight: 600;
}
.mobile-side-menu li a:hover {
    opacity: 1;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li.dropdown > a {
    display: inline-block;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 21px/21px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 17px;
	right: 0;
	display: block;
	color: #111;
	background-color: transparent;
	cursor: pointer;
	z-index: 100;
	margin-top: 1px;

    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.mobile-side-menu li.dropdown.open > a:before {
    transform: rotate(-180deg);
}
.mobile-side-menu li a > span {
    display: inline-block;
    position: relative;
}
.mobile-side-menu li a > span > span {
    display: inline-block;
    position: relative;
    z-index: 5;
}
/* .mobile-side-menu li a > span:after {
    content: "";
    position: absolute;
    right: -25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e6fa2a;
    z-index: 0;
    top: -10px;
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} */
.mobile-side-menu li:hover a > span:after {
    opacity: 1;
}
.mobile-side-menu li a > span > span:after {
    content: "";
    position: absolute;
    width: 0;
    top: 100%;
    height: 3px;
    left: 0;
    background-color: #666;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mobile-side-menu li:hover a > span > span:after {
    width: 100%;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
}
.mobile-side-menu li.dropdown-submenu .dropdown-menu {
    display: block !important;
}
.mobile-side-menu li.dropdown-submenu > a:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #d59d1f;
    transform: translateY(6px);
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
    left: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 100%;
	height: 100%;
    z-index: 100;
	margin-top: 1px;
    background-size: 13px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 18px;
}
.mobile-side-menu  .dropdown-menu a:hover {
    background-color: transparent;
    color: #000;
}
.mobile-nav .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
    margin-top: 40px;
}
.mobile-nav .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-nav .log_nav li {
    margin: 12px 0;
}
.mobile-nav .log_nav li a {
	font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2em;
    padding: 12px 0;
    text-decoration: none;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-nav .log_nav li a:hover {
    color: #fff;
}
.mobile-nav .snsbox .sns_i {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    cursor: pointer;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mobile-side-menu li .dropdown-toggle i {
    display: none;
}
@media (min-width:991px) {
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
    html.sticky-header-active .mobile-nav .mmenu-toggle-btn {
        top: 30px;
        right: 30px;
        width: auto;
    }
    .mobile-nav .mobile-nav-wrapper {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .mobile-nav .log_nav {
        position: absolute;
        bottom: 10%;
    }
    .mobile-side-menu #mainNav {
        display: flex;
        flex-wrap: wrap;
    }
    .mobile-side-menu #mainNav > li {
        width: 100%;
        padding: 1rem 10px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ddd;
        margin: 0;
    }
    .mobile-side-menu #mainNav > li .dropdown-menu {
        display: flex !important;
        top: 0;
        flex-wrap: wrap;
        min-width: auto;
    }
    .mobile-side-menu #mainNav > li > .dropdown-menu {
        width: calc(100% - 200px);
    }
	.mobile-side-menu li {
		width: auto;
	}
    .mobile-side-menu li .dropdown-toggle {
        width: 100%;
        border-radius: 0px;
        padding: 10px 0;
        width: 200px !important;
        overflow: visible;
        display: block !important;
    }
	.mobile-side-menu .dropdown-menu a {
		margin-left: 30px;
	}
    .mobile-side-menu li.dropdown > a:before {
        display: none;
    }
	.mobile-side-menu li li a:before {
		display: none;
	}
}
@media (max-width:992px) {
    .mobile-nav .header-logo {
        margin-top: 25%;
    }
    .mobile-nav .mmenu-toggle-btn {
        right: 80px;
        top: 35px;
    }
    .mobile-nav {
        background-color: #111;
        overflow-y: scroll;
        align-items: flex-start;
        padding: 50px 20px;
    }
    .mobile-nav .header-logo {
        margin: 18px 0;
        padding: 0 15px;
    }
    .mobile-nav .header-logo svg {
        width: 180px;
    }
    .mobile-side-menu li {
        margin: 0px;
        line-height: 1em;
    }
    .mobile-side-menu li a,
    .mobile-side-menu li.dropdown > a {
        width: 100%;
        padding: 11px 0 11px;
        font-size: 19px;
        opacity: 1;
        font-weight: 700;
        display: block;
        border-radius: 0px;
        
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    .mobile-side-menu li.open > a {
        color: #fff;
        background-color: #111 !important;
    }
    .mobile-side-menu .dropdown-menu {
        background-color: #f7f7f7;
    }
    .mobile-side-menu .dropdown-menu a:hover {
        color: #a11818;
    }
    .mobile-side-menu li.dropdown > a:before {
        top: 13px;
        font-size: 12px;
        right: 15px;
        color: #333;
        font-size: 22px;
    }
    .mobile-side-menu li.dropdown.open > a:before {
        color: #fff;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
    .mobile-side-menu  .dropdown-menu a {
        color: #333;
        font-size: 15px;
        font-weight: 500;
        padding: 10px;
    }
    .mobile-nav .mmenu-toggle-btn {
        right: 15px;
        top: 20px;
        right: 15px;
        width: auto;
    }
    .mobile-nav .log_nav li a {
        font-size: 15px;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}

/* width */
.w800 {
    max-width: 800px;
    margin: 0 auto;
}
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}
.w1500 {
    max-width: 1530px;
    padding: 0 15px;
    margin: 0 auto;
}
.w1800 {
    max-width: 1830px;
    padding: 0 15px;
    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: 13rem 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 15rem 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 20rem 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 8rem 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 6rem 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 5rem 0;
}
.sec_dvd.sec_dvd_xxxs {
    padding: 4rem 0;
}
@media (max-width:1200px) and (min-width:992px){
    .sec_dvd {
        padding-top: calc(100vw * (50 / 1200));
        padding-bottom: calc(100vw * (50 / 1200));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (70 / 1200));
        padding-bottom: calc(100vw * (70 / 1200));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (100 / 1200));
        padding-bottom: calc(100vw * (100 / 1200));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 1200));
        padding-bottom: calc(100vw * (60 / 1200));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 1200));
        padding-bottom: calc(100vw * (40 / 1200));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 1200));
        padding-bottom: calc(100vw * (30 / 1200));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 1200));
        padding-bottom: calc(100vw * (20 / 1200));
    }
}
@media (max-width:991px) and (min-width:767px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 992));
        padding-bottom: calc(100vw * (80 / 992));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 992));
        padding-bottom: calc(100vw * (100 / 992));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 992));
        padding-bottom: calc(100vw * (130 / 992));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 992));
        padding-bottom: calc(100vw * (60 / 992));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 992));
        padding-bottom: calc(100vw * (40 / 992));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 992));
        padding-bottom: calc(100vw * (30 / 992));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 992));
        padding-bottom: calc(100vw * (20 / 992));
    }
}
@media (max-width:768px) and (min-width:500px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 768));
        padding-bottom: calc(100vw * (80 / 768));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 768));
        padding-bottom: calc(100vw * (100 / 768));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 768));
        padding-bottom: calc(100vw * (130 / 768));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 768));
        padding-bottom: calc(100vw * (60 / 768));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 768));
        padding-bottom: calc(100vw * (40 / 768));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 768));
        padding-bottom: calc(100vw * (30 / 768));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 768));
        padding-bottom: calc(100vw * (20 / 768));
    }
}
@media (max-width:501px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 500));
        padding-bottom: calc(100vw * (80 / 500));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 500));
        padding-bottom: calc(100vw * (100 / 500));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 500));
        padding-bottom: calc(100vw * (130 / 500));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 500));
        padding-bottom: calc(100vw * (60 / 500));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 500));
        padding-bottom: calc(100vw * (40 / 500));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 500));
        padding-bottom: calc(100vw * (30 / 500));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 500));
        padding-bottom: calc(100vw * (20 / 500));
    }
}
/*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;
    }
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 80vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}


/* mapbox */
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 350px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}


/* footer */
#footer {
    margin-top: 0px !important;
    padding: 6rem 0 15rem !important;
    border-top: 0px;
    background-color: #000;
}
#footer .top .lft h5 {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    opacity: .6;
}
#footer .top .lft h5 span {
    display: inline-block;
    cursor: pointer;
}
#footer .top .sns {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
#footer .top .sns a {
    opacity: .6;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#footer .top .sns a:hover {
    opacity: 1;
}
#footer .top .sns a img {
    width: 25px;
}
#footer .comInfo {
    padding-right: 100px;
    position: relative;
}
#footer .comInfo .toTop {
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
}
#footer .comInfo .lft a {
    text-decoration: none;
    display: block;
}
#footer .comInfo h6 .dvd {
    display: inline-block;
    margin: 0 5px;
    height: 8px;
    width: 1px;
    background-color: #aaa;
}
#footer .comInfo h6 strong {
    color: #fff;
}
#footer .comInfo h6,
#footer .comInfo h6 span {
    color: #aaa;
    opacity: .8;
}
@media (max-width:991px){
    #footer {
        padding-top: calc(100vw * (60 / 992)) !important;
        padding-bottom: calc(100vw * (120 / 992)) !important;
    }
}
@media (min-width:768px){
    #footer .comInfo .fbox .lft,
    #footer .comInfo .fbox .lft img {
        width: 100px;
    }
    #footer .comInfo .fbox .rt {
        width: calc(100% - 100px);
    }
}
@media (max-width:768px){
    #footer {
        padding-top: calc(100vw * (60 / 768)) !important;
        padding-bottom: calc(100vw * (120 / 768)) !important;
    }
    #footer .comInfo .fbox .rt {
        margin-top: 15px;
    }
    #footer .comInfo .fbox .lft img {
        width: 80px;
    }
    #footer .comInfo {
        padding-right: 55px;
        position: relative;
    }
    #footer .comInfo .toTop {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}
@media (max-width:501px){
    #footer {
        padding-top: calc(100vw * (60 / 500)) !important;
        padding-bottom: calc(100vw * (120 / 500)) !important;
    }
}
/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbox.v_t {
    align-items: flex-start;
    gap: 8px;
}
.fbox.v_bt {
    align-items: flex-end;
    gap: 8px;
}
.fbox.h_t {
    justify-content: flex-start;
}
.fbox.h_ct {
    justify-content: center;
}
.fbox.h_bt {
    justify-content: flex-end;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 60px;
    }
    .fbox.long > .txt.rt {
        padding-left: 60px;
    }
}
@media (max-width:768px) {
    .fbox {
        flex-wrap: wrap;
    }
}
/* ms1 */
#ms1 {
    background: url(../img/ms1_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#ms1 .rotTxt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 3;
}

#ms1 .rotTrack {
    display: flex;
    width: max-content;
    animation: rotTxtMove 20s linear infinite;
}

#ms1 .rotTrack img {
    flex-shrink: 0;
    max-width: none;
    display: block;
}

#ms1 .rotTxt_w{
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    overflow: hidden;
    z-index: 5;
    background: #1f0f02;
}

@keyframes rotTxtMove{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

#ms1 .container {
    position: relative;
    z-index: 8;
}

#ms1 .ms1_front {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#ms1 .ms1_txt {
    display: inline-block;
    position: relative;
    transform: translateY(90px);
}

#ms1 .ms1_txt .ms1_txt_front {
    position: relative;
    z-index: 2;
}

#ms1 .ms1_txt .ms1_txt_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: url(../img/ms1_txt_back.png) left center no-repeat;
    background-size: cover;
    transition-delay: .5s !important;

    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}

#ms1 .ms1_txt.aos-animate .ms1_txt_back {
    width: 100%;
}

#ms1 .ms1_jimdak {
    position: relative;
    transform: translateY(-90px);
    z-index: 5;
}

#ms1 .ms1_jimdak .ms1_smoke1,
#ms1 .ms1_jimdak .ms1_smoke2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#ms1 .ms1_jimdak .ms1_smoke1 {
    animation-name: smoke;
    animation-iteration-count: infinite;
    animation-duration: 2.3s;
    animation-timing-function: ease-in-out;
}

#ms1 .ms1_jimdak .ms1_smoke2 {
    animation-name: smoke;
    animation-iteration-count: infinite;
    animation-duration: 2.65s;
    animation-timing-function: ease-in-out;
}

@keyframes smoke {
    0% {
        opacity: 0;
        transform: translateY(10%) scale(.9);
    }

    80% {
        opacity: 1;
        transform: translateY(-10%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-10%) scale(1);
    }
}

@media (min-width:1930px) {
    #ms1 .ms1_jimdak_img {
            -webkit-mask-image: linear-gradient(
                to right,
                #000 0%,
                #000 95%,
                transparent 100%
            );
            mask-image: linear-gradient(
                to right,
                #000 0%,
                #000 95%,
                transparent 100%
            );
    }
}
@media (max-width:992px) {
    #ms1 .ms1_txt {
        transform: translateY(20%);
    }
}

@media (max-width:768px) {
    #ms1 {
        padding-top: 50px;
    }
    #ms1 .ms1_txt {
        transform: translateY(0%);
    }
    #ms1 .rotTrack img {
        height: 100px;
    }
}

/* ms2 */
#ms2 {
    background: url(../img/ms2_bg.jpg) center bottom no-repeat;
    background-size: cover;
}

/* lined */
.lined {
    height: 20px;
    width: 1px;
    background-color: rgba(226, 177, 86, 0.5);
    margin: 30px auto;
}

/* grTxt */
.grTxtWrp {
    display: inline-block;
    background: url(../img/grTxt.jpg) left center no-repeat;
    background-size: 0% 100%;

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    color: transparent;

    transition: all 1.5s !important;
    -o-transition: all 1.5s !important;
    -moz-transition: all 1.5s !important;
    -webkit-transition: all 1.5s !important;
}
.grTxtWrp.aos-animate {
    background-size: 100% 100%;
}
.grTxtWrp * {
    -webkit-background-clip: text;
    background-clip: text;
}
/* .grTxtWrp .char {
    opacity: 0;
    display: inline-block;
    transition: opacity .8s ease;
}
.grTxtWrp.aos-animate .char {
    opacity: 1;
} */
/* ms2 */
#ms2 {
    position: relative;
    overflow: hidden;
}
#ms2 .topContent {
    position: relative;
    z-index: 15;
}
#ms2 .topContent #jjimdak_imgs {
    position: relative;
    z-index: 5;
}
#ms2 .topContent .circleBg {
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);    
    background-color: rgba(15, 7, 1, 0.3);
    width: 650px;
    height: 650px;
    border-radius: 50%;
}
#ms2 .topContent .circleBg:after {
    z-index: 2;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    background-color: rgba(226, 177, 86, 0.03);

    -webkit-animation: circleBg 1.5s linear infinite;
    -moz-animation: circleBg 1.5s linear infinite;
    -ms-animation: circleBg 1.5s linear infinite;
    -o-animation: circleBg 1.5s linear infinite;
    animation: circleBg 1.5s linear infinite;
}
@keyframes circleBg {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    75% {
        width: 123%;
        height: 123%;
        opacity: 1;
    }  
    100% {
        width: 123%;
        height: 123%;
        opacity: 0;
    }  
}
#ms2 .kmTxt {
    position: absolute;
    left: 20%;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 20vw;
    z-index: 0;

    -webkit-animation: kmTxt 8s ease-in-out infinite;
    -moz-animation: kmTxt 8s ease-in-out infinite;
    -ms-animation: kmTxt 8s ease-in-out infinite;
    -o-animation: kmTxt 8s ease-in-out infinite;
    animation: kmTxt 8s ease-in-out infinite;
}
@keyframes kmTxt {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: 0;
    }
    15% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    80% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
        filter: blur(0px);
    }
    100% {
        transform: translateX(-50%) scale(1.3);
        opacity: 0;
        filter: blur(20px);
    }
}
#ms2 .birds {
    position: absolute;
    right: 10%;
    top: 25%;
    max-width: 20vw;
    z-index: 0;

    -webkit-animation: birds 2s linear infinite;
    -moz-animation: birds 2s linear infinite;
    -ms-animation: birds 2s linear infinite;
    -o-animation: birds 2s linear infinite;
    animation: birds 2s linear infinite;
}
@keyframes birds {
    0% {
        transform: perspective(2500px) rotateX(0);
    }
    85% {
        transform: perspective(2500px) rotateX(50deg);
    }
    100% {
        transform: perspective(2500px) rotateX(0);
    }  
}
#ms2 .ridge_left {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 25vw;
    z-index: 5;
}
#ms2 .ridge_right {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 25vw;
    z-index: 5;
}
#ms2 .jjimdakWrp {
    height: 400px;
}
@media (max-width:1400px) and (min-width:768px){
    #ms2 .topContent .circleBg {
        top: 50%;
        transform: translate3d(-50%, -50%, 0);   
        width: 30vw;
        height: 30vw;
    }
    #ms2 .jjimdakWrp {
        height: auto;
    }
}
@media (max-width:768px){
    #ms2 .topContent .circleBg { 
        width: 65vw;
        height: 65vw;
    }
    #ms2 .jjimdakWrp {
        height: 200px;
    }
}

/* jjimdak_imgs */
#jjimdak_imgs {
    text-align: center;
}
#jjimdak_imgs .slick-slide img {
    display: inline-block;
    opacity: 1;
    filter: blur(8px) brightness(.7);
    transform: scale(.85);

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#jjimdak_imgs .slick-slide.slick-center img {
    opacity: 1;
    filter: blur(0) brightness(1);
    transform: scale(1);
}

/* mtit3_front */
.mtit_front{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ms3 */
#ms3 {
    background: url(../img/ms4_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#ms3::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 20px;
    width: calc(100% - 80px);
    height: calc(100% - 40px);
    border: 2px solid #b69961;
}
#ms3:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 40px;
    height: calc(100% - 80px);
    width: calc(100% - 40px);
    border: 2px solid #b69961;
}
#ms3 .bgLine {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #b69961;
}
#ms3 .bgLine1 {
    left: 20px;
    top: 20px;
    border-top: 0px;
    border-left: 0px;
}
#ms3 .bgLine2 {
    right: 20px;
    top: 20px;
    border-top: 0px;
    border-right: 0px;
}
#ms3 .bgLine3 {
    left: 20px;
    bottom: 20px;
    border-bottom: 0px;
    border-left: 0px;
}
#ms3 .bgLine4 {
    right: 20px;
    bottom: 20px;
    border-bottom: 0px;
    border-right: 0px;
}
#ms3 .mtit3 {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}
#ms3 .mtit3 .mtit_front {
    background: url(../img/mtit3_front.png) left center no-repeat;
    background-size: cover;
    width: 0%;
    left: 20px;

    transition: all 1.5s !important;
    -o-transition: all 1.5s !important;
    -moz-transition: all 1.5s !important;
    -webkit-transition: all 1.5s !important;
    transition-delay: .5s !important;
}
#ms3 .mtit3.aos-animate .mtit_front {
    width: calc(100% - 50px);
	animation: blink .7s linear infinite;
    animation-delay: 2s;
}
@keyframes blink{
	0%{
        opacity: 0;
	}
	19%{
        opacity: 0;
	}
	20%{
        opacity: 1;
	}
	100%{
        opacity: 1;
	}
}

@media (max-width:768px){
    #ms3::before {
        left: 20px;
        top: 10px;
        width: calc(100% - 40px);
        height: calc(100% - 20px);
    }
    #ms3:after {
        left: 10px;
        top: 20px;
        height: calc(100% - 40px);
        width: calc(100% - 20px);
    }
    #ms3 .bgLine {
        width: 20px;
        height: 20px;
    }
    #ms3 .bgLine1 {
        left: 10px;
        top: 10px;
    }
    #ms3 .bgLine2 {
        right: 10px;
        top: 10px;
    }
    #ms3 .bgLine3 {
        left: 10px;
        bottom: 10px;
    }
    #ms3 .bgLine4 {
        right: 10px;
        bottom: 10px;
    }
}
/* spcialBoxs */
#spcialBoxs .item {
    border-radius: var(--border-radius-25);
    background-color: #fff;
    padding: 10px;
    box-shadow: 20px 20px 25px rgba(0,0,0,0.05);
}
#spcialBoxs .item .inner {
    border-radius: var(--border-radius-15);
    background-color: #fff;
    border: 2px solid #cac6bc;
    padding: 50px 15px;
}
#spcialBoxs .item .spTit {
    display: inline-block;
    position: relative;
}
#spcialBoxs .item .spTit .dft {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 4px;
}
#spcialBoxs .item .spIcon {
    padding: 15px 10px;
}
@media (min-width:768px){
    #spcialBoxs > [class*="col-"]:nth-child(2) {
        padding-top: 40px;
    }
}
@media (max-width:768px){
    #spcialBoxs .item {
        max-width: 80vw;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
    }
    #spcialBoxs .item .inner {
        padding: 30px 10px;
    }
    #spcialBoxs .item .spTit img {
        max-width: 30vw;
    }
    #spcialBoxs .item .spIcon img {
        max-width: 20vw;
    }
}

/* contentInner */
.contentInner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.contentInner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    width: 2px;
    background-color: #b69961;
}
.contentInner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 2px;
    background-color: #b69961;
}
@media (min-width:992px){
    .contentInner .special_tit {
        position: absolute;
        left: 20px;
        top: 13%;
        transform: translate3d(-50%, 0, 0);
        z-index: 5;
    }
}
@media (max-width:992px){
    .contentInner::before {
        right: 10px;
        width: 1px;
    }
    .contentInner:after {
        left: 10px;
        width: 1px;
    }
    .contentInner .special_tit {
        text-align: center;
        display: block;
        width: 100%;
    }
    .contentInner .special_tit img {
        max-width: 40vw;
        margin-bottom: 20px;
    }
}
/* ms4 */
#ms4 {
    background-color: #361b05;
    position: relative;
    overflow: hidden;
}
#ms4 .ms4_paper {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    z-index: 12;
}
#ms4 .ms4_back_pattern {
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate3d(-50%, 0, 0);
    z-index: 3;
}
#ms4 .ms4_back_pattern1 {
    -webkit-animation: ms4_back_pattern 2s linear infinite;
    -moz-animation: ms4_back_pattern 2s linear infinite;
    -ms-animation: ms4_back_pattern 2s linear infinite;
    -o-animation: ms4_back_pattern 2s linear infinite;
    animation: ms4_back_pattern 2s linear infinite;
}
#ms4 .ms4_back_pattern2 {
    -webkit-animation: ms4_back_pattern 2s linear infinite;
    -moz-animation: ms4_back_pattern 2s linear infinite;
    -ms-animation: ms4_back_pattern 2s linear infinite;
    -o-animation: ms4_back_pattern 2s linear infinite;
    animation: ms4_back_pattern 2s linear infinite;
    animation-delay: .3s;
}
@keyframes ms4_back_pattern {
    0% {
        top: 38%;
    }
    50% {
        top: 36.5%;
    }
    100% {
        top: 38%;
    }  
}
#ms4 .container {
    position: relative;
    z-index: 10;
}
#ms4 .contentInner {
    background: url(../img/ms4_contentInner.jpg) center center no-repeat;
    background-size: cover;
}
#ms4 .mtit4 {
    display: inline-block;
    border-top: 1px solid rgba(255,255,255, 0.3);
    position: relative;
}
#ms4 .mtit4 img {
    position: relative;
    z-index: 5;
}
#ms4 .mtit4 .mtit4_dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#ms4 .ms4_jimdak_left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
}
#ms4 .ms4_jimdak_right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
}
#ms4 .ms4_jimdak .ms4_smoke1,
#ms4 .ms4_jimdak .ms4_smoke2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#ms4 .ms4_jimdak .ms4_smoke1 {
    animation-name: smoke2;
    animation-iteration-count: infinite;
    animation-duration: 2.3s;
    animation-timing-function: ease-in-out;
}
#ms4 .ms4_jimdak .ms4_smoke2 {
    animation-name: smoke2;
    animation-iteration-count: infinite;
    animation-duration: 2.65s;
    animation-timing-function: ease-in-out;
}
@keyframes smoke2 {
    0% {
        opacity: 0;
        transform: translateY(20%) scale(.9);
    }

    80% {
        opacity: 1;
        transform: translateY(0%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(0%) scale(1);
    }
}
@media (max-width:768px){
    #ms4 .mtit4 {
        border-top: 0px solid rgba(255,255,255, 0.3);
    }
    #ms4 .mtit {
        margin-top: 0px !important;
    }
}
/* bg_gd */
.bg_gd {
    background: linear-gradient(100deg, #aa752a, #fce9bc, #a97927);
}
/* ms5 */
#ms5 {
    background: url(../img/ms5_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#ms5 .contentInner::before {
    display: none;
}
#ms5 .ms5_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
#ms5 .container {
    position: relative;
    z-index: 10;
}
#ms5 .subtit5_2 {
    display: inline-block;
    padding: 3px;
}
#ms5 .subtit5_2 .in {
    background: url(../img/ms5_bg.jpg) center center no-repeat;
    display: inline-block;
    padding: 5px 10px;
}
#ms5 .btTxt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#ms5 .btTxt .bg_gd {
    color: #010101;
    padding: 0 10px;
    
	animation: blink .7s linear infinite;
    animation-delay: 1s;
}
@media (min-width:768px){
    #ms5 .contentInner {
        position: absolute;
        left: 50%;
        top: 0;
        width: 100%;
        height: 100%;
        transform: translate3d(-50%, 0, 0);
    }
}
@media (max-width:768px){
    #ms5 .contentInner::after {
        display: none;
    }
    #ms5 .btTxt {
        flex-direction: column;
        margin-top: 15px;
    }
}

/* policyBoxs */
.policyBoxs {
    margin: 0 -10px;
}
.policyBoxs > [class*="col-"] {
    padding: 10px;
}
.policyBoxs .item {
    background: url(../img/policyBoxs_bg.png) center center;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    box-shadow: 20px 20px 25px rgba(0,0,0,0.05);
    position: relative;
}
.policyBoxs .item .inner {
    border: 2px solid #010101;
    padding: 30px 5px;
}
.policyBoxs .item .inner img {
    max-width: 17vw;
}
.policyBoxs .item .impCon {
    position: absolute;
    right: -10px;
    top: -20px;
    max-width: 20vw;
}
.policyBoxs .item .impCon .tt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding-top: 5px;
    padding-left: 3px;
}
@media (min-width:768px){
    .policyBoxs > [class*="col-"]:nth-child(2) .item,
    .policyBoxs > [class*="col-"]:nth-child(3) .item {
        transform: translateY(40px);
    }
}
@media (max-width:768px){
    .policyBoxsWrp {
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }
    .policyBoxs .item .inner .dft {
        font-size: 5vw;
    }
}
/* ms6 */
#ms6 {
    background: url(../img/ms6_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#ms6 .ms6_top {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    z-index: 15;
}
#ms6 .ms6_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
#ms6 .bigTxt {
    font-size: 1.3em;
    line-height: 1.2em;
}

/* moneyItem */
.moneyItemWrp {
    position: relative;
}
.moneyItem {
    display: inline-block;
    position: relative;
    max-width: 85vw;
}
.moneyItem .money_shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.moneyItem .money_front {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
}
.moneyItem .money_obj {
    position: relative;
    z-index: 5;

    -webkit-animation: money_obj 1.8s linear infinite;
    -moz-animation: money_obj 1.8s linear infinite;
    -ms-animation: money_obj 1.8s linear infinite;
    -o-animation: money_obj 1.8s linear infinite;
    animation: money_obj 1.8s linear infinite;
}
@keyframes money_obj {
    0% {
        transform: translateY(0px) rotate(2deg);
    }
    40% {
        transform: translateY(0px) rotate(2deg);
    }
    70% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(2deg);
    }
}
.moneyItem .money_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* moneyTcon */
.moneyTcon {
    position: absolute;
    left: 10%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 15;
}
.moneyTcon .moneyTconCircle {
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    box-shadow: 20px 20px 25px rgba(0,0,0,0.05);
    position: relative;
    border-radius: 50%;
    display: inline-block;
}
.moneyTcon .moneyTconCircle .inner {
    border: 2px solid #010101;
    width: 250px;
    height: 250px;
    max-width: 30vw;
    max-height: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-top: 10px;
}
.moneyTcon .moneyTconCircle .mtcArr_left {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-60%);
    max-width: 20vw;
}
.moneyTcon .moneyTconCircle .mtcArr_left .mtcArr_left1,
.moneyTcon .moneyTconCircle .mtcArr_left .mtcArr_left2 {
    position: absolute;
    left: 0;
    top: 0;
}
.moneyTcon .moneyTconCircle .mtcArr_left .mtcArr_left1 {
    -webkit-animation: mtcArr1 2.2s linear infinite;
    -moz-animation: mtcArr1 2.2s linear infinite;
    -ms-animation: mtcArr1 2.2s linear infinite;
    -o-animation: mtcArr1 2.2s linear infinite;
    animation: mtcArr1 2.2s linear infinite;
}
@keyframes mtcArr1 {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    50% {
        transform: translateY(-10%);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }  
}
.moneyTcon .moneyTconCircle .mtcArr_left .mtcArr_left2 {
    -webkit-animation: mtcArr2 2.2s linear infinite;
    -moz-animation: mtcArr2 2.2s linear infinite;
    -ms-animation: mtcArr2 2.2s linear infinite;
    -o-animation: mtcArr2 2.2s linear infinite;
    animation: mtcArr2 2.2s linear infinite;
}
@keyframes mtcArr2 {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    70% {
        transform: translateY(-10%);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }  
}
.moneyTcon .moneyTconCircle .mtcArr_right {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(60%);
    max-width: 20vw;
}
.moneyTcon .moneyTconCircle .mtcArr_right .mtcArr_right1,
.moneyTcon .moneyTconCircle .mtcArr_right .mtcArr_right2 {
    position: absolute;
    left: 0;
    top: 0;
}
.moneyTcon .moneyTconCircle .mtcArr_right .mtcArr_right1 {
    -webkit-animation: mtcArr1 2.2s linear infinite;
    -moz-animation: mtcArr1 2.2s linear infinite;
    -ms-animation: mtcArr1 2.2s linear infinite;
    -o-animation: mtcArr1 2.2s linear infinite;
    animation: mtcArr1 2.2s linear infinite;
}
.moneyTcon .moneyTconCircle .mtcArr_right .mtcArr_right2 {
    -webkit-animation: mtcArr2 2.2s linear infinite;
    -moz-animation: mtcArr2 2.2s linear infinite;
    -ms-animation: mtcArr2 2.2s linear infinite;
    -o-animation: mtcArr2 2.2s linear infinite;
    animation: mtcArr2 2.2s linear infinite;
}
/* ms7 */
#ms7 {
    background: url(../img/ms7_bg.jpg) center center no-repeat;
    position: relative;
}
#ms7 .backFoods {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
#ms7 .backFoods .fbox {
    align-items: flex-end;
    flex-wrap: nowrap !important;
    text-align: center;
}
#ms7 .backFoods .fbox .other_food {
    width: 45%;
}
#ms7 .backFoods .fbox .our_food {
    width: 55%;
}
#ms7 .container {
    position: relative;
    z-index: 10;
}
#ms7 .mtit .bg_gd {
    color: #010101;
    padding: 2px 8px 3px;
    
	animation: blink .7s linear infinite;
    animation-delay: 1s;
}
#ms7 .mtit .subTxt .gr_gd {
	animation: blink .7s linear infinite;
    animation-delay: 1.35s;
}
#ms7 .mtit .subTxt span {
    font-size: 1.2em;
}
@media (min-width:992px){
    #ms7 {
        background-attachment: fixed;
    }
}
@media (max-width:992px){
    #ms7 {
        background-size: cover;
    }
    #ms7 .container {
        width: 100%;
    }
}

/* vsWrp */
.vsWrp {
    display: flex;
    align-items: center;
    position: relative;
}
.vsWrp .vsCnt {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 11;
}
.vsWrp .vsCnt img {
    max-width: 30vw;
}
.vsWrp > .other {
    padding-right: 20px;
}
.vsWrp .vsBox {
    position: relative;
    z-index: 7;
}
.vsWrp .vsBox .vsItem {
    background-color: rgba(21, 21, 21, 0.9);
    padding: 60px 30px 35px;
    position: relative;
}
.vsWrp .vsBox .vsItem .vsTit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 8;
}
.vsWrp .vsBox .vsItem .vsTit img {
    max-width: 50vw;
}
.vsWrp .vsBox.our .vsItem {
    background-color: rgba(169, 23, 0, 0.9);
}
.vsWrp .vsBox.our .vsItem .mk1 {
    position: absolute;
    left: 18px;
    top: 18px;
}
.vsWrp .vsBox.our .vsItem .mk2 {
    position: absolute;
    right: 18px;
    top: 18px;
}
.vsWrp .vsBox.our .vsItem .mk3 {
    position: absolute;
    left: 18px;
    bottom: 18px;
}
.vsWrp .vsBox.our .vsItem .mk4 {
    position: absolute;
    right: 18px;
    bottom: 18px;
}
.vsWrp .vsBox.our .vsItem:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #bd8930;
}
@media (min-width:992px){
    .vsWrp > .other {
        width: 45%;
    }
    .vsWrp > .our {
        width: 55%;
    }
    .vsWrp .vsBox.our .vsItem {
        padding: 90px 30px 65px;
    }
}
@media (max-width:992px){
    .vsWrp {
        flex-wrap: wrap;
    }
    .vsWrp .vsCnt {
        transform: translate3d(-50%, -60%, 0);
        left: 50%;
    }
    .vsWrp > div {
        width: 100%;
    }
    .vsWrp > .other {
        padding: 0px;
        padding-top: 100px;
    }
    .vsWrp .vsBox .vsItem {
        padding: 7vw 10px 5vw;
    }
    .vsWrp .vsBox.our {
        order: 1;
    }
    .vsWrp .vsBox.other {
        order: 2;
    }
}
@media (max-width:500px){
    .vsWrp .vsBox .vsItem {
        padding: 9vw 10px 7vw;
    }
}

/* vsConFst */
.vsConFst {
    padding: 50px 20px;
}
.vsConFst .row {
    margin: 0 -5px;
}
.vsConFst .row > div {
    padding: 0 5px;
}
.vsConFst .row > div:not(:first-child) {
    border-left: 2px dashed rgba(255,255,255,0.4);
}
.vsConFst .tcon .dft {
    line-height: 1.2em;
    color: #989898;
}
@media (max-width:768px){
    .vsConFst {
        padding: 30px 10px;
    }
    .vsConFst .icon img {
        width: 50px;
    }
}
@media (max-width:500px){
    .vsConFst .tcon .dft {
        font-size: 4vw;
    }
}
/* vsCon */
.vsCon .slick-slide {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
.vsCon .slick-slide,
.vsCon .slick-slide .txt {
    -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;
}
.vsCon .slick-slide .txt {
    transform: scale(.7);
    color: #4f4f4f;
}
.vsCon .slick-slide.slick-center {
    background-color: rgba(255, 255, 255, 0.05);
}
.vsCon .slick-slide.slick-center .txt {
    transform: scale(1);
    color: #989898;
}

.vsBox.our .vsCon .slick-slide .txt {
    color: #fff;
}
.vsBox.our .vsCon .slick-slide.slick-center .txt {
    color: #f7d82b;
    text-shadow: 0 0 13px rgba(247, 216, 43, 0.35);
}
@media (max-width:768px){
    .vsCon .slick-slide {
        height: 70px;
        padding-top: 5px;
    }
}
@media (max-width:500px){
    .vsCon .slick-slide {
        height: 50px;
    }
}
/* ms8 */
#ms8 {
    background: url(../img/ms8_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}
#ms8 .bar_pattern {
    position: relative;
    z-index: 10;
}
#ms8 .food_rot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 3vw;
}
#ms8 .container {
    position: relative;
    z-index: 10;
}
#ms8 .ms8_back_pattern {
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate3d(-50%, 0, 0);
    z-index: 8;
}
#ms8 .ms8_back_pattern1 {
    -webkit-animation: ms4_back_pattern 1.7s linear infinite;
    -moz-animation: ms4_back_pattern 1.7s linear infinite;
    -ms-animation: ms4_back_pattern 1.7s linear infinite;
    -o-animation: ms4_back_pattern 1.7s linear infinite;
    animation: ms4_back_pattern 1.7s linear infinite;
}
#ms8 .ms8_back_pattern2 {
    -webkit-animation: ms4_back_pattern 1.7s linear infinite;
    -moz-animation: ms4_back_pattern 1.7s linear infinite;
    -ms-animation: ms4_back_pattern 1.7s linear infinite;
    -o-animation: ms4_back_pattern 1.7s linear infinite;
    animation: ms4_back_pattern 1.7s linear infinite;
    animation-delay: .3s;
}
#ms8 .ms8_back {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	animation: ms8_back 8s linear infinite;
    animation-delay: 2s;
}
@keyframes ms8_back{
	0%{
        opacity: 1;
        filter: blur(0);
	}
	33.3333%{
        opacity: 1;
        filter: blur(5px);
	}
	66.6666%{
        opacity: 0.4;
        filter: blur(5px);
	}
	100%{
        opacity: 1;
        filter: blur(0);
	}
}
#ms8 .w800 {
    position: relative;
}
#ms8 .w800:after {
    content: "";
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-radius: 50% 50% 0 0;
    background: url(../img/ms8_paper.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
}
#ms8 .w800 .inner {
    position: relative;
    z-index: 8;
}
#ms8 .ms8_han {
    position: relative;
    display: inline-block;
}
#ms8 .ms8_han img {
    max-width: 30vw;
}
#ms8 .ms8_han::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: calc(50vw - 160px);
    height: 1px;
    background-color: #a87727;
}
#ms8 .ms8_han::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: calc(50vw - 160px);
    height: 1px;
    background-color: #a87727;
}
/* ms9 */
#ms9 {
    background: url(../img/ms9_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#ms9 .ms9_jjimdak {
    position: relative;
    z-index: 1;
    text-align: right;
    display: inline-block;
}
#ms9 .ms9_jjimdak .ms9_jjimdak_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url(../img/ms9_jjimdak_txt.png) left center no-repeat;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    transition-delay: 2s;
}
#ms9 .ms9_jjimdak.aos-animate .ms9_jjimdak_txt {
    width: 100%;
}
#ms9 .ms9_jjimdak .ms9_jjimdak_dot1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100;
    height: 100%;
	animation: blink 1s linear infinite;
    animation-delay: 1s;
    z-index: 10;
}
#ms9 .ms9_jjimdak .ms9_jjimdak_dot2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100;
    height: 100%;
	animation: blink 1s linear infinite;
    animation-delay: 2s;
    z-index: 10;
}
@keyframes blink{
	0%{
        opacity: 0;
	}
	19%{
        opacity: 0;
	}
	20%{
        opacity: 1;
	}
	100%{
        opacity: 1;
	}
}
@media (min-width:992px){
    #ms9 .txtContent {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
    }
    #ms9 .ms9_jjimdak_obj {
        max-width: 80vw;
    }
}
@media (max-width:992px){
    #ms9 .mtit {
        text-align: center;
    }
    #ms9 .txtContent .sec_dvd {
        padding-bottom: 0px !important;
    }
    #ms9 .ms9_jjimdak {
        z-index: 0;
        transform: translateY(-10%);
    }
    #ms9 .ms9_jjimdak:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(#130702, transparent);
    }
}
/* text-mov */
.text-mov {
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
}
.text-mov span{
    display:inline-block;
    animation: txtMove 3s infinite ease-in-out;
}

.text-mov span:nth-child(1){ animation-delay:0s; }
.text-mov span:nth-child(2){ animation-delay:0.75s; }
.text-mov span:nth-child(3){ animation-delay:1.5s; }
.text-mov span:nth-child(4){ animation-delay:2.25s; }

@keyframes txtMove {
    0%, 15%, 100%{
        transform: scale(1);
        color: inherit;
        padding: 0;
    }

    20%{
        transform: scale(1.15);
        color: #ddb553;
        padding: 0 4px;
    }

    25%{
        transform: scale(1.3);
        color: #ddb553;
        padding: 0 8px;
    }

    35%{
        transform: scale(1.3);
        color: #ddb553;
        padding: 0 8px;
    }

    45%{
        transform: scale(1.15);
        color: #ddb553;
        padding: 0 4px;
    }

    50%{
        transform: scale(1);
        color: inherit;
        padding: 0;
    }
}

/* stepCons */
.stepCons {
    display: flex;
    align-items: center;
}
.stepCons .step {
    background-color: rgba(0,0,0,0.9);
    border-radius: 50%;
    padding: 10px;
    position: relative;
    -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;
}
.stepCons .step1 {
    z-index: 3;
}
.stepCons .step2 {
    z-index: 2;
}
.stepCons .step3 {
    z-index: 1;
}
.stepCons .step .inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 230px;
    max-width: 28vw;
    max-height: 28vw;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 10;

    -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;
}
.stepCons .step + .step {
    margin-left: -15px;
}
.stepCons .step .dft,
.stepCons .step .txt {
    color: #fff;
}
.stepCons .step .txt {
    -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;
    transform: scale(.7);
}


.stepCons .step3 .backMov {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 150%;
    height: 150%;
    z-index: 5;
    border-radius: 50%;
    overflow: hidden;
}


.stepCons .step.act {
    background-color: #fff;
}
.stepCons .step.act .inner {
    border: 3px solid #222;
}
.stepCons .step.act .dft {
    color: #111;
}
.stepCons .step.act:not(.step3) .txt {
    color: #9c6804;
}
.stepCons .step.act .txt {
    transform: scale(.95);
    z-index: 5;
    position: relative;
}


.stepCons .step.step3 {
    background-color: rgba(0,0,0,0);
    padding: 0px;
}
.stepCons .step.step3 .inner {
    background-color: rgba(156, 103, 4, 0.9);
    border: 0px !important;
}
.stepCons .step.step3.act .inner {
    /* background-color: rgba(225, 53, 1, 0.9); */
    background-color: rgba(209, 29, 1, 0.9);
    transform: scale(1.15);
}

/* loader */
.loader{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
}

.loader span {
    position: absolute;
    left: 50%;
    top: 4%;
    width: 8px;
    height: 15px;
    margin-left: 0;
    margin-top: 0;
    background: #fff;
    opacity: .15;
    transform-origin: center 80px;
    animation: spinner 1.2s linear infinite;
}

/* 30도 간격 = 12개 */
.loader span:nth-child(1){transform: translate3d(-50%, -50%, 0) rotate(0deg);animation-delay:-1.1s;}
.loader span:nth-child(2){transform: translate3d(-50%, -50%, 0) rotate(30deg);animation-delay:-1.0s;}
.loader span:nth-child(3){transform: translate3d(-50%, -50%, 0) rotate(60deg);animation-delay:-0.9s;}
.loader span:nth-child(4){transform: translate3d(-50%, -50%, 0) rotate(90deg);animation-delay:-0.8s;}
.loader span:nth-child(5){transform: translate3d(-50%, -50%, 0) rotate(120deg);animation-delay:-0.7s;}
.loader span:nth-child(6){transform: translate3d(-50%, -50%, 0) rotate(150deg);animation-delay:-0.6s;}
.loader span:nth-child(7){transform: translate3d(-50%, -50%, 0) rotate(180deg);animation-delay:-0.5s;}
.loader span:nth-child(8){transform: translate3d(-50%, -50%, 0) rotate(210deg);animation-delay:-0.4s;}
.loader span:nth-child(9){transform: translate3d(-50%, -50%, 0) rotate(240deg);animation-delay:-0.3s;}
.loader span:nth-child(10){transform: translate3d(-50%, -50%, 0) rotate(270deg);animation-delay:-0.2s;}
.loader span:nth-child(11){transform: translate3d(-50%, -50%, 0) rotate(300deg);animation-delay:-0.1s;}
.loader span:nth-child(12){transform: translate3d(-50%, -50%, 0) rotate(330deg);animation-delay:0s;}

@keyframes spinner{
    0%{
        opacity:1;
    }
    100%{
        opacity:.15;
    }
}

/* ms10 */
#ms10 {
    background: url(../img/ms10_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#ms10 .v_lot_float {
    max-width: 400px;
    transform: translateX(-50%);
}
#ms10 .txtFloat .tcon .arrBox,
#ms10 .txtFloat .tcon .arrBox [class*="swiper-button"] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
#ms10 .txtFloat .tcon .arrBox [class*="swiper-button"] {
    width: 60px;
    height: 60px;
    background-color: #111;
    color: #fff;
}
#ms10 .bigTxt {
    font-size: 1.3em;
    line-height: 1.2em;
}
#ms10 .backRvw > .rt {
    padding: 40px 0;
    border-top: 3px solid #222;
    border-bottom: 3px solid #222;
}
#ms10 .txtFloat .tcon {
    text-align: center;
}
@media (min-width:992px){
    #ms10 .txtFloat {
        display: flex;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    #ms10 .backRvw {
        display: flex;
        align-items: center;
    }
}
@media (min-width:1930px) {
    #ms10 .txtFloat .container {
        width: 100%;
    }
    #ms10 .txtFloat .tcon {
        max-width: 50%;
    }
    #ms10 .txtFloat .of_hd {
        display: none;
    }
    #ms10 .backRvw > .lft {
        width: 45%;
    }
    #ms10 .backRvw > .rt {
        width: 55%;
    }
}
@media (max-width:1930px) and (min-width:992px){
    #ms10 .txtFloat .tcon {
        max-width: 670px;
    }
    #ms10 .backRvw > .lft {
        width: 55%;
    }
    #ms10 .backRvw > .rt {
        width: 45%;
    }
}
@media (max-width:992px){
    #ms10 .backRvw > .rt {
        margin-top: 30px;
        padding: 30px;
    }
}

/* reviewSwiper */
.reviewSwiper .item {
    position: relative;
    display: block;
    /* border-radius: var(--border-radius-15); */
    overflow: hidden;
}
.reviewSwiper .phoneItem {
    border: 3px solid #222;
    background-color: #fff;
    border-radius: var(--border-radius-25);
}
.reviewSwiper .phoneItem .top {
    padding: 20px;
}
.reviewSwiper .phoneItem .top .bar {
    width: 40px;
    height: 4px;
    background-color: #ddd;
    border-radius: 5px;
    margin: 0 auto;
}
.reviewSwiper .phoneItem .content {
    border-top: 3px solid #eee;
    padding: 15px;
}

@media (min-width: 1500px){
    .reviewSwiper .swiper-slide {
        width: 400px;
    }
}
@media (max-width: 768px){
    .reviewSwiper .phoneItem .top {
        padding: 10px;
    }
    .reviewSwiper .phoneItem .top .score {
        margin-top: 15px !important;
        transform: scale(.8);
    }
    .reviewSwiper .phoneItem .content {
        padding: 10px 0 0;
    }
}
/* v_lot_wrp */
.v_lot_wrp {
    position: relative;
}
.v_lot_wrp .v_lot_float {
    position: absolute;
    bottom: 0;
    left: 45px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: hidden;
}
.v_lot_wrp .v_lot_float.rt {
    left: auto;
    right: 45px;
}
.v_lot_wrp .v_lot_float .v_lot {
    flex-direction: column;
    animation: flowT 7.5s linear infinite;
    transform: translate3d(0%, 0, 0);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.v_lot_wrp .v_lot_float.rt .v_lot {
    flex-direction: column;
    animation: flowBt 7.5s linear infinite;
    transform: translate3d(0%, -100%, 0);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.v_lot_wrp .v_lot_float .v_lot > div {
    padding: 20px 0;
}
.v_lot_wrp .v_lot_float .v_lot:not(.noRot) img {
    animation-timing-function: linear;
    animation-play-state: running;
    animation-iteration-count: infinite;
}

@keyframes flowT {
    form { transform: translate3d(0%, 0%, 0); }
    to { transform: translate3d(0%, -100%, 0); }
} 
@keyframes flowBt {
    form { transform: translate3d(0%, -100%, 0); }
    to { transform: translate3d(0%, 0%, 0); }
}
@media (max-width:1200px){
    .v_lot_wrp .v_lot_float {
        left: 25px;
    }
    .v_lot_wrp .v_lot_float.rt {
        right: 25px;
    }
}
@media (max-width:992px){
    .v_lot_wrp .v_lot_float,
    .v_lot_wrp .v_lot_float.rt {
        max-width: 20vw;
        opacity: .1;
    }
}
/* ms11 */
#ms11 {
    background: url(../img/ms11_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#ms11:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
#ms11 .leaf_left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    max-width: 20vw;
}
#ms11 .leaf_right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    max-width: 20vw;
}

/* pointRot */
.pointRotWrp {
    position: relative;
    padding: 60px 0;
}
.pointRotWrp .pointRotArr {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
.pointRotWrp:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1800px;
    background: url(../img/pointRotWrp.png) center center no-repeat;
    background-size: cover;
    background-color: #fff;
    transform: translate3d(-50%, 0, 0);
    z-index: 0;
}
.pointRotWrp:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20px;
    width: 100%;
    max-width: 1800px;
    height: calc(100% - 40px);
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: translate3d(-50%, 0, 0);
    z-index: 2;
}
.pointRotWrp .pointRot {
    position: relative;
    z-index: 10;
}
.pointRot .slick-slide {
    padding: 40px 20px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.pointRot .item {
    background-color: #f8f4ed;
    padding: 10px;
    box-shadow: 20px 20px 25px rgba(0,0,0,0.05);
    position: relative;
    border: 2px solid #222;
    text-align: center;
}
.pointRot .item .chkIcon {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #000;
    border-radius: 50%;
    padding: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.pointRot .item .chkIcon .chkIcon_inner {
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}
.pointRot .item .chkIcon .chkIcon_inner img {
    max-width: 15vw;
}
.pointRot .item .chkIcon .chkIcon_inner .chkIcon_blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 11;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.pointRot .item .inner {
    border: 1px solid #222;
    padding: 50px 15px;
    opacity: .5;
    filter: grayscale(1);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.pointRot .item .inner img {
    display: inline-block;
}
.pointRot .item .inner .dft {
    color: #111;
}
.pointRot .item .inner .top .dft {
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 13px 30px 9px;
    border-radius: 30px;
    background-color: #000;
}
.pointRot .item .inner .icon {
    padding: 15px 0;
}


.pointRot .slick-slide.slick-center {
    padding: 20px 20px 40px;
}
.pointRot .slick-slide.slick-center .item .inner {
    opacity: 1;
    filter: grayscale(0);
}
.pointRot .slick-slide.slick-center .item .chkIcon {
    background-color: #a91700;
}
.pointRot .slick-slide.slick-center .item .chkIcon .chkIcon_inner .chkIcon_blur {
    opacity: 1;
}
@media (max-width:768px){
    .pointRot .item .inner {
        padding: 30px 15px;
    }
    .pointRot .item .inner img {
        max-width: 30vw;
    }
}
/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #111;
    opacity: 1;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    color: transparent;
}
.slick-dots li.slick-active button {
    background-color: #111;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 7px;
    }
    .slick-dots li button {
        width: 11px;
        height: 11px;
        border: 1px solid #111;
    }
}

/* ms12 */
#ms12 {
    background: url(../img/ms12_bg.png) center center no-repeat;
    background-size: cover;
    background-color: #fff;
}
/* menuNav */
.menuNav {
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
    padding: 10px 0;
}
.menuNav .slick-slide .dft {
    display: inline-block;
    padding: 8px 25px 4px;
    background-color: transparent;
    opacity: .5;
    border-radius: 50px;
    cursor: pointer;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.menuNav .slick-slide.is-active .dft {
    opacity: 1;
    background-color: #a91700;
    color: #fff;
}
.menuNav .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.menuNav .slick-track .slick-slide {
    float: none;
    width: auto !important;
}
/* menuSlickWrp */
.menuSlickWrp {
    position: relative;
}
.menuSlickWrp .arrBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35vw;
    transform: translate3d(-50%, -50%, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuSlickWrp .arrBox [id*="arr_"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    color: #fff;
}
@media (max-width:1400px){
    .menuSlickWrp .arrBox {
        width: 50vw;
    }
}
@media (max-width:992px){
    .menuSlickWrp .arrBox {
        width: 70vw;
    }
}
@media (max-width:768px){
    .menuSlickWrp .arrBox {
        width: 80vw;
    }
}
/* menuSlick */
.menuSlick .slick-slide {
    padding: 0 20px;
}
.menuSlick .mnItem {
    position: relative;
    text-align: center;
    padding-top: 70px;
}
.menuSlick .mnItem:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #f4f4f4;
    z-index: 0;
    border-radius: 300px 300px 0 0;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.menuSlick .mnItem .top,
.menuSlick .mnItem .bt {
    position: relative;
    z-index: 5;
}
.menuSlick .mnItem .bt img {
    display: inline-block;
}
.menuSlick .mnItem .bt .f_cf {
    position: absolute;
    left: 50%;
    transform: translateX(90%);
    bottom: 30%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(156, 103, 4, 0.9);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    text-align: center;
    z-index: 7;
    opacity: 0;
}
.menuSlick .mnItem .bt .mn_smoke {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.menuSlick .mnItem .bt .mn_smoke {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.menuSlick .mnItem .top .symbol {
    width: 80px;
    display: inline-block;
}
.menuSlick .mnItem .top .symbol .symbol_rd {
    display: inline-block;
}
.menuSlick .mnItem .top .symbol .symbol_gd {
    display: none;
}
.menuSlick .mnItem .bt .f_cf,
.menuSlick .mnItem .top .name,
.menuSlick .mnItem .top .detail,
.menuSlick .mnItem .top .symbol img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.menuSlick .mnItem .bt {
    margin-top: -20%;
}

.menuSlick .slick-center .mnItem:after {
    background-color: #191511;
}
.menuSlick .slick-center .mnItem .top .name,
.menuSlick .slick-center .mnItem .top .detail {
    color: #fff;
}
.menuSlick .slick-center .mnItem .top .symbol .symbol_rd {
    display: none;
}
.menuSlick .slick-center .mnItem .top .symbol .symbol_gd {
    display: inline-block;
}
.menuSlick .slick-center .mnItem .bt .mn_smoke {
    opacity: 1;
    animation-name: smoke;
    animation-iteration-count: infinite;
    animation-duration: 2.3s;
    animation-timing-function: ease-in-out;
}
.menuSlick .slick-center .mnItem .bt .f_cf {
    opacity: 1;
}
@media (min-width:1930px){
    .menuSlick .mnItem .bt {
        margin-top: -15%;
    }
}
@media (max-width:768px){
    .menuSlick .mnItem .bt .f_cf {
        width: 130px;
        height: 130px;
    }
}
/* v */
#ms13 {
    background: url(../img/ms13_bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}

/* listCond */
.listCond {
    display: flex;
    align-items: flex-start;
}
.listCond .lft,
.listCond .rt {
    width: calc(50% - 300px);
}
.listCond .cnt {
    width: 600px;
    position: sticky !important;
    top: 60px;
}
.listCond .row {
    margin: 0 -10px;
}
.listCond .row > [class*="col"]{
    padding: 10px;
}
.listCond .storeItem {
    display:block;
    background-color: #fff;
    padding: 10px;
    position: relative;
}
.listCond .storeItem .mark_top {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
}
.listCond .storeItem .store_name {
    padding: 10px 0;
}
.listCond .storeItem .bt {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    background-color: #000;
}
.listCond .storeItem .bt .symbol_gd {
    width: 40px;
}
.listCond .storeItem .bt .f_tsky {
    padding-top: 4px;
}
@media (max-width:1600px){
    .listCond .lft,
    .listCond .rt {
        width: calc(50% - 200px);
    }
    .listCond .cnt {
        width: 400px;
        position: sticky !important;
        top: 60px;
    }
}
@media (max-width:1400px){
    .listCond {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .listCond .cnt {
        width: 50%;
        order: 1;
        position: sticky !important;
        top: 60px;
    }
    .listCond .lft,
    .listCond .rt {
        order: 2;
        width: 50%;
    }
}
@media (max-width:768px){
    .listCond {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .listCond .cnt {
        width: 100%;
        position: relative !important;
        top: 0px;
        padding: 0 50px;
    }
    .listCond .lft,
    .listCond .rt {
        order: 2;
        width: 100%;
    }
}
/* quickForm */
#quickForm {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #191511;
    z-index: 200;
    padding: 10px 0;
}
#quickForm .fbox {
    display: flex;
    margin: 0 -15px;
    align-items: center;
}
#quickForm .fbox > div {
    padding: 0 15px;
}
#quickForm .sub {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 450px;
}
#quickForm .sub .bt {
    display: flex;
    align-items: center;
    gap: 5px;
}
#quickForm .sub .lft {
    width: 100px;
}
#quickForm .sub .bt {
    width: calc(100% - 100px);
}
#quickForm .con .row {
    margin: 0 -5px;
}
#quickForm .con .row > li,
#quickForm .con .row > div {
    padding: 0 5px;
}
#quickForm .con .form-control {
    border: 0px;
    height: 55px;
    font-weight: 400;
    color: #444;
    background-color: #f8f4f4;
    border: 1px solid #fff;
    font-size: 17px;
    border-radius: 5px;
    box-shadow: 0 0 0 ;
	font-family: 'Paperozi', sans-serif !important;
}
#quickForm .con .checkbox-custom {
    vertical-align: middle;
}
#quickForm .con .checkbox-custom label {
    color: #fff;
	font-family: 'Paperozi', sans-serif !important;
    font-size: 14px;
}
#quickForm .con .checkbox-custom + span {
    display: inline-block;
    padding: 4px;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 1em;
    margin-left: 5px;
    vertical-align: middle;
}
#quickForm .smt .smtBtn {
    display: inline-block;
    text-align: center;
    line-height: 90px;
    border-radius: 5px;
    color: #fff;
    background-color: #9c6804;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    padding: 0 50px;
    border: 0px;
}
@media (max-width:1200px) and (min-width:992px){
    #quickForm .fbox > div {
        padding: 0 5px;
    }
    #quickForm .fbox > .sub {
        width: 250px;
    }
    #quickForm .sub .lft {
        width: 50px;
    }
    #quickForm .sub .rt {
        width: calc(100% - 50px);
    }
    #quickForm .fbox > .sub h4 {
        font-size: 16px;
    }
    #quickForm .sub .bt img {
        width: 25px;
    }
    #quickForm .sub .bt .dft {
        font-size: 20px;
    }
    #quickForm .fbox > .con {
        width: calc(100% - 450px);
    }
    #quickForm .fbox > .smt {
        width: 200px;
    }
    #quickForm .smt .smtBtn {
        padding: 0 10px;
    }
}
@media (max-width:992px){
    #quickForm {
        padding: 30px 0;
        bottom: -100%;

        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #quickForm.actForm {
        bottom: 0;
    }
    #quickForm .fbox .cls_btn {
        position: absolute;
        right: 15px;
        top: -10px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }
    #quickForm .fbox {
        flex-wrap: wrap;
        position: relative;
    }
    #quickForm .sub {
        justify-content: center;
        margin-bottom: 15px;
    }
    #quickForm .sub .lft {
        width: 75px;
    }
    #quickForm .fbox > div {
        width: 100%;
    }
    #quickForm .sub {
        text-align: center;
    }
    #quickForm .sub h2 {
        display: inline-block;
    }
    #quickForm .con .row > li,
    #quickForm .con .row > div {
        margin: 8px 0;
    }
    #quickForm .smt .smtBtn {
        line-height: 45px;
        margin-top: 10px;
    }
}


/* quickToggleBtn */
a.quickToggleBtn {
    text-decoration: none;
    position: fixed;
    width: 50%;
    line-height: 50px;
    padding-top: 3px;
    font-size: 20px;
    color: #111;
    background: linear-gradient(100deg, #aa752a, #fce9bc, #a97927);
    z-index: 15;
    bottom: 8px;
    left: 0;
    text-align: center;
    cursor: pointer;
    z-index: 100;
}
a.quickToggleBtn2 {
    text-decoration: none;
    position: fixed;
    width: 50%;
    line-height: 50px;
    padding-top: 3px;
    font-size: 20px;
    color: #fff;
    background-color: #111;
    z-index: 15;
    bottom: 8px;
    right: 0;
    text-align: center;
    cursor: pointer;
    z-index: 100;
}
@media (max-width:992px){
    a.quickToggleBtn2,
    a.quickToggleBtn {
        bottom: 0px;
    }
}



/* quickTop */
.quickTop {
    margin-top: 40px;
}
.quickTop .agrees {
    width: 100%;
}
.quickTop .agrees label {
    color: #fff;
}
.quickTop .btnItem {
    width: 100%;
    background-color: #fff !important;
    color: #111 !important;
    box-shadow: 0 0 0 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    padding: 10px;
    border: 0px;
}
.quickTop .btnItem span{
    display: none;
}
.quickTop .formItem {
    box-shadow: 0 0 0;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom-width: 1px;
    font-weight: 500;
    font-size: 1.6rem;
    background-color: rgba(68, 68, 68, 0.03);
    position: relative;
    padding-left: 100px;
}
.quickTop .formItem label {
    position: absolute;
    font-size: 1.4rem;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ddd;
}
.quickTop select.form-common,
.quickTop input.form-common[type="tel"],
.quickTop input.form-common[type="email"],
.quickTop input.form-common[type="text"] {
    height: 50px;
    border: 0;
    background-color: transparent;
    width: calc(100% - 15px);
    color: #fff;
}
.quickTop select.form-common option {
    color: #111;
}
@media (min-width:992px){
    .quickTop.closed {
        transform: translateX(calc(100% + 125px));
    }
}
@media (max-width:992px){
    .quickTop.closed {
        transform: translateX(calc(100% + 125px));
    }
    .quickTop .bt,
    .quickTop .top {
        padding: 15px;
    }
    .quickTop .quickTopActor {
        padding: 10px;
        writing-mode: vertical-rl;
        white-space: nowrap;
        right: 100%;
    }
    .quickTop .quickTopActor img {
        width: 13px;
    }
}
@media (max-width:992px){
    .quickTop {
        right: 15px;
    }
    .quickTop.closed {
        transform: translateX(calc(100% + 15px));
    }
    .quickTop .bt,
    .quickTop .top {
        padding: 15px;
    }
    .quickTop .quickTopActor {
        padding: 10px;
        writing-mode: vertical-rl;
        white-space: nowrap;
        right: 100%;
    }
    .quickTop .quickTopActor img {
        width: 13px;
    }
}


.agrees input,
.agrees label,
.agrees strong {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.agrees input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.agrees label {
    padding-left: 30px;
    position: relative;
}
.agrees label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ddd;
    transform: translateY(-50%);
}
.agrees input[type="checkbox"]:checked + label:before {
    background-color: #111;
}
.agrees label:after {
    font-family: remixicon !important;
    content: "\eb7b";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    opacity: 0;
}
.agrees input[type="checkbox"]:checked + label:after {
    color: #fff;
    opacity: 1;
}
.agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
    border-bottom: 1px solid #aaa;
}





/* pointRot */
.pointRotWrp {
    position: relative;
    padding: 60px 0;
}
.pointRotWrp .pointRotArr {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
.pointRotWrp:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1800px;
    background: url(../img/pointRotWrp.png) center center no-repeat;
    background-size: cover;
    background-color: #fff;
    transform: translate3d(-50%, 0, 0);
    z-index: 0;
}
.pointRotWrp:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20px;
    width: 100%;
    max-width: 1800px;
    height: calc(100% - 40px);
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: translate3d(-50%, 0, 0);
    z-index: 2;
}
.pointRotWrp #pointRotChk {
    position: relative;
    z-index: 10;
}
/* #pointRotChk .slick-slide {
    padding: 40px 20px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
} */
#pointRotChk > div {
    padding: 15px;
}
#pointRotChk .item {
    background-color: #f8f4ed;
    padding: 10px;
    box-shadow: 20px 20px 25px rgba(0,0,0,0.05);
    position: relative;
    border: 2px solid #222;
    text-align: center;
}
#pointRotChk .item .chkIcon {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #000;
    border-radius: 50%;
    padding: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 5;
}
#pointRotChk .item .chkIcon .chkIcon_inner {
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}
#pointRotChk .item .chkIcon .chkIcon_inner img {
    max-width: 15vw;
}
#pointRotChk .item .chkIcon .chkIcon_inner .chkIcon_blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 11;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#pointRotChk .item .inner {
    border: 1px solid #222;
    padding: 50px 15px;
    /* opacity: .5; */
    /* filter: grayscale(1); */

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#pointRotChk .item .inner img {
    display: inline-block;
}
#pointRotChk .item .inner .dft {
    color: #111;
}
#pointRotChk .item .inner .top .dft {
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 13px 30px 9px;
    border-radius: 30px;
    background-color: #000;
}
#pointRotChk .item .inner .icon {
    padding: 15px 0;
}

#pointRotChk .item.act .inner {
    opacity: 1;
    filter: grayscale(0);
}
#pointRotChk .item.act .chkIcon {
    background-color: #a91700;
}
#pointRotChk .item.act .chkIcon .chkIcon_inner .chkIcon_blur {
    opacity: 1;
}
@media (max-width:768px){
    #pointRotChk .item .inner {
        padding: 30px 15px;
        opacity: 1;
        filter: grayscale(0);
    }
    #pointRotChk .item .inner img {
        max-width: 30vw;
    }
    #pointRotChk .item .chkIcon {
        background-color: #a91700;
    }
    #pointRotChk .item .chkIcon .chkIcon_inner .chkIcon_blur {
        opacity: 1;
    }
}