/* 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{
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate3d(-50%, -50%, 0) !important;
        width: 80vw;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

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

/*setting*/
.body {
    overflow: hidden;
}
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (min-width: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 .phoneTxt {
    display: inline-block;
}
#header .ch_wrp .ic_phone {
    width: 20px;
}
#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:1601px){
    #header .lo_wrp {
        width: 200px;
    }
    #header .mn_wrp {
        width: calc(100% - 410px);
        text-align: center;
    }
    #header .ch_wrp {
        width: 250px;
    }
    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: 100px;
    }
    #header .ch_wrp .ic_phone {
        width: 15px;
    }
}
/*sticky*/
html #header .default {
    display: none;
}
html #header .default-c {
    display: inline-block;
}
html #header.header-transparent .default {
    display: inline-block;
}
html #header.header-transparent .default-c {
    display: none;
}
html #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: #000 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
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-body .container.big {
        width: 1600px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 3.5rem 1vw !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: 100px;
    }
}
/*#header-t*/
#header .header-body {
    background-color: #fff;
}
#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: #000 !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;
}

@media (min-width:992px){
    #header .header-btn-collapse-nav {
        position: fixed;
        right: 0;
        top: 0;
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }
    html.sticky-header-active #header .header-btn-collapse-nav {
        height: 71px;
    }
}
/* 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: 0;
    background-color: #333;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 35px;
    height: 1px;
    transition: 0.3s;
    position: absolute;
    background-color: #333;
    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 {
        top: -6px;
    }
    .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:1200px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: 0;
    max-width: 500px;
	width: 100%;
	display: block !important;
	position: fixed;
	top: 0;
    z-index: -1;
	height: 100%;
	padding: 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.95);
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 999;
    opacity: 1;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.mmenu-open .mobile-nav::-webkit-scrollbar {
    display: none;
    width: 0px;
}
.mobile-nav .logoWrp {
    margin: 50px 0 30px;
}
.mobile-nav .logoWrp svg {
    width: 70%;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 15px;
}
.mobile-nav .linkBox {
    text-align: center;
    margin-top: 60px;
}
.mobile-nav .linkBox .schBox {
    margin-bottom: 10px;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    vertical-align: middle;
}
.mobile-nav .header-logo {
	margin-top: 40px;
}
.mobile-nav .header-logo img {
    width: 180px;
}
.mobile-nav .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    top: auto;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 20px;
    padding: 0;
    position: absolute;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 15px;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #111;
    border: 0;
    text-align: center;
    padding: 30px 15px;
    white-space: normal;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    line-height: 1em;
    padding: 10px 0;
    margin: 0px;
}
.mobile-side-menu li.dropdown > a {
    display: block;
    padding-right: 23px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: calc(50% - 8px);
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	z-index: 100;
	margin-top: 1px;

    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.mobile-side-menu li.dropdown.open > a:before {
    transform: rotate(-180deg);
}
.mobile-side-menu li a > span {
    display: inline-block;
    position: relative;
}
.mobile-side-menu li a > span > span {
    display: inline-block;
    position: relative;
    z-index: 5;
}
/* .mobile-side-menu li a > span:after {
    content: "";
    position: absolute;
    right: -25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e6fa2a;
    z-index: 0;
    top: -10px;
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} */
.mobile-side-menu li:hover a > span:after {
    opacity: 1;
}
.mobile-side-menu li a > span > span:after {
    content: "";
    position: absolute;
    width: 0;
    top: 100%;
    height: 3px;
    left: 0;
    background-color: #666;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mobile-side-menu li:hover a > span > span:after {
    width: 100%;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li a {
    font-size: 24px;
    padding: 8px 15px 8px 0;
}
.mobile-side-menu li a .link_icon  .cls-1 {
    
}

.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
    color: #999;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
    display: none;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li a > span:after {
    right: -20px;
    width: 30px;
    height: 30px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
    left: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 100%;
	height: 100%;
    z-index: 100;
	margin-top: 1px;
    background-size: 13px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 17px;
}
.mobile-nav .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
/* .mobile-nav .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
} */
.mobile-nav .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 8px 0;
}
.mobile-nav .snsbox .sns_i {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    cursor: pointer;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/* width */
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}
.w1600 {
    max-width: 1600px;
    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;
    }
}
/* background */
.bg-dark {
    background-color: #000;
}
/*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;
	}
}

/* txtVertical */
.txtVertical > img,
.txtVertical > span,
.txtVertical > strong,
.txtVertical > a,
.txtVertical > i {
    display: inline-block;
    vertical-align: middle;
}

/* footer */
#footer {
    margin-top: 0px !important;
    border-top: 0px;
    background-color: #000;
    padding: 6rem 0 14rem;
}
#footer .logoWrp .c ,
#footer .logoWrp .d {
    fill:#fff;
}
#footer .logoWrp .b {
    fill:#333;
}
#footer h6 {
    color: #bfbfbf;
    margin-top: 15px;
}
#footer h6 .fcon {
    display: inline-block;
    margin-right: 10px;
}
#footer h6 .fcon strong {
    display: inline-block;
    margin-right: 5px;
}
#footer .rt {
    text-align: right;
}
#footer .rt span {
    display: block;
    opacity: 0.5;
    cursor: pointer;
    font-weight: 700;
     
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#footer .rt span:hover{
    opacity: 1;
}
@media (max-width:991px){
    #footer {
        padding-top: calc(100vw * (40 / 992));
        padding-bottom: calc(100vw * (140 / 992));
    }
}
@media (max-width:768px){
    #footer {
        padding-top: calc(100vw * (40 / 768));
        padding-bottom: calc(100vw * (140 / 768));
    }
}
@media (max-width:501px){
    #footer {
        padding-top: calc(100vw * (40 / 500));
        padding-bottom: calc(100vw * (140 / 500));
    }
}

/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbox.v_t {
    align-items: flex-start;
}
@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;
    }
}

/* visual */
#visual_wrp,
#visual {
    position: relative;
}
#visual .slider-single .slick-slide img {
    display: inline-block;
}
#visual .bg {
    position: relative;
    overflow: hidden;
}
/* #visual .bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    mix-blend-mode: color-burn;
    z-index: 3;
} */
#visual .bg:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    transform: scale(1.2);
    transition: all 2s ease;
}
#visual .bg.bg1:before {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2:before {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg3:before {
    background: url(../img/visual_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.slick-current:before {
    transform: scale(1) !important;
}
#visual .bg .img {
    position: relative;
    z-index: 3;
    display: inline-block;
}
#visual .bg .food {
    position: relative;
    z-index: 5;
    transform: translateY(50%);
    
    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
#visual .bg .food_shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transform: scale(.7) translateY(10%);
    filter: blur(50px);
    opacity: 0;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#visual .bg.slick-current .food {
    transform: translateY(0%);
}
#visual .bg.slick-current .food_shadow {
    transform: scale(1) translateY(0%);
    opacity: 1;
    transition-delay: 1s;
    filter: blur(0px);
}
#visual_wrp .container::after,
#visual_wrp .container::before {
    display: none;
}
#visual_wrp #txtWrp .tx_inner .visual_logo {
    opacity: 0;
}
#visual_wrp #txtWrp .tx_inner .tx_arr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#visual_wrp #txtWrp .tx_inner .tx_arr .arrBtn {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#visual_wrp #txtWrp .tx_inner .tx_arr .arrBtn + .arrBtn {
    border-left: 0px;
}
@media (min-width:767px){
    #visual_wrp #txtWrp {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 8;
    }
    #visual_wrp #txtWrp .tx_inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    #visual_wrp #txtWrp .tx_inner .tw_grn_box {
        background: url(../img/tw_grn_box.png) center center no-repeat;
        background-size: 100%;
        padding: 4.5rem 5rem;
    }
}
@media (max-width:768px){
    #visual .logo_float {
        position: absolute;
        right: 15px;
        top: 15px;
        max-width: 8vw;
        z-index: 8;
    }
    #visual_wrp #txtWrp {
        background-color: #004c2a;
        padding: 3rem 1.5rem;
    }
}

/* infiLogo */
.infiLogo {
    background-color: #00371d;
}
.infiLogo2 {
    background-color: #f1d33d;
    transform: rotate(180deg);
}
.infiLogo2 .slick-slide {
    transform: rotate(180deg);
}
/* ms1 */
#ms1 {
    background: url(../img/ms1_bg.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
    max-height: 1000px;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    position: relative;
}
#ms1 .rs_float_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 6;
    /* backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px); */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#ms1 .rs_float_txt .rs_float_txt_con {
    max-width: 685px;
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
    z-index: 6;
}
#ms1 .rotate_stores {
    padding: 60px 0;
    width: 100%;
}
@media (min-width:768px){
    #ms1:after{
        content: "";
        background: url(../img/ptBg.jpg) center no-repeat;
        background-size: cover;
        left: 0;
        top: 0;
        width: 58%;
        height: 100%;
        z-index: 1;
    }
    #ms1 .ms1_soba {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 4;
    }
    #ms1 .ms1_soba img {
        transform: translateY(-50%) translateX(-20%);
        -webkit-animation: rotSoba 15s linear infinite;
        -moz-animation: rotSoba 15s linear infinite;
        -ms-animation: rotSoba 15s linear infinite;
        -o-animation: rotSoba 15s linear infinite;
        animation: rotSoba 15s linear infinite;
    }
    @keyframes rotSoba {
        0% {
            transform: translateY(-50%) translateX(-20%) rotate(0);
        }
        100% {
            transform: translateY(-50%) translateX(-20%) rotate(360deg);
        }
    }
}
@media (max-width:768px){
    #ms1 {
        display: block;
        height: auto;
        min-height: auto;
        max-height: none;
    }
    #ms1 .rs_float_txt {
        position: relative;
        width: 100%;
        height: auto;
        padding: 3.5rem 1.5rem !important;
        text-align: center;
        background: url(../img/ptBg.jpg) center no-repeat;
        background-size: cover;
    }
    #ms1 .ms1_soba {
        padding: 10vw 20vw;
    }
    #ms1 .ms1_soba img {
        -webkit-animation: rotSoba 15s linear infinite;
        -moz-animation: rotSoba 15s linear infinite;
        -ms-animation: rotSoba 15s linear infinite;
        -o-animation: rotSoba 15s linear infinite;
        animation: rotSoba 15s linear infinite;
    }
    @keyframes rotSoba {
        0% {
            transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
        }
    }
}
/* rotate_stores */
.rotate_stores .slick-slide {
    padding: 0 1rem;
}
.rotate_stores .slick-slide .rs_item {
    padding: 1rem 1rem 0;
    background-color: #5e522d;
}
.rotate_stores .slick-slide .rs_item .rs_txt {
    padding: 1.5rem 0;
    text-align: center;
}
@media (max-width:500px){
    .rotate_stores .slick-slide .rs_item .rs_txt h4 {
        font-size: calc(100vw * (18 / 500));
    }
}
/* ms3 */
#ms3 {
    padding: 3rem;
}
#ms3 .ms3_inner {
    border: 1px solid #c0c0c0;
    background: url(../img/texture1.jpg) center center no-repeat;
    background-size: cover;
}
#ms3 .ms3_inner .mtit {
    position: relative;
    z-index: 4;
}
#ms3 .ms3_inner .mtit h1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}
@media (max-width:768px){
    #ms3 {
        padding: 1.5rem;
        overflow: hidden;
    }
    #ms3 .ms3_inner .mtit img {
        width: 8px;
    }
    #ms3 .ms3_inner .mtit h1 {
        gap: 3px;
    }
}

/* slick-noodles */
.slick-noodles-wrp {
    margin-top: -5%;
    position: relative;
    z-index: 1;
}
.slick-noodles-wrp .snw_float_txt_wrp {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 630px;
    height: 100%;
    z-index: 5;
    transform: translate3d(-50%, -10%, 0);
}
.slick-noodles-wrp .snw_float_txt_wrp .snw_float_txt .snw_txt {
    background-color: #651e1e;
    position: relative;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 50%;
    text-align: center;
}
.slick-noodles-wrp .snw_float_txt_wrp .snw_float_txt .snw_txt::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 4;
}
.slick-noodles-wrp .snw_float_txt_wrp .snw_float_txt .snw_txt: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(101, 30, 30, 0.3);

    -webkit-animation: ani_txt 1.5s linear infinite;
    -moz-animation: ani_txt 1.5s linear infinite;
    -ms-animation: ani_txt 1.5s linear infinite;
    -o-animation: ani_txt 1.5s linear infinite;
    animation: ani_txt 1.5s linear infinite;
}
@keyframes ani_txt {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    80% {
        width: 115%;
        height: 115%;
        opacity: 1;
    }  
    100% {
        width: 115%;
        height: 115%;
        opacity: 0;
    }  
}
.slick-noodles-wrp .snw_float_txt_wrp .snw_float_txt .snw_txt h2 {
    position: relative;
    z-index: 5;
}
.slick-noodles img {
    display: inline-block;
    width: auto;
}
@media (max-width:768px){
    .slick-noodles-wrp .snw_float_txt_wrp .snw_float_txt .snw_txt {
        width: 30vw;
        height: 30vw;
    }
}
@media (max-width:500px){
    .slick-noodles-wrp .snw_float_txt_wrp .snw_float_txt .snw_txt h2 {
        font-size: calc(100vw * (25 / 500));
    }
}

/* ms4 */
#ms4 {
    background: url(../img/ms4_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#ms4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10%;
    width: 100%;
    background: linear-gradient(to top, #000, transparent);
    z-index: 1;
}
#ms4 .container {
    position: relative;
    z-index: 3;
}
@media (min-width:991px){
    #ms4 {
        background-attachment: fixed;
    }
}


/* circleWrp */
.circleWrp .circleItem {
    width: 100%; 
}
.circleWrp .circleItem > li {
    width: 25%; 
    padding-top: calc(25% + 1px)
}
.circleItem {
    position: relative;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    top: 0;
}
.circleItem > li + li {
    margin-left: -20px;
}
.circleItem > li .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 12;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.circleItem > li .txt:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(155, 155, 155, 0.1);
    border-radius: 50%;
}
.circleItem > li .txt.txt1:after {
    background-color: rgba(9, 82, 47, 0.6);
}
.circleItem > li .txt.txt2:after {
    background-color: rgba(255, 255, 455, 0.6);
}
.circleItem > li .txt.txt3:after {
    background-color: rgba(255, 224, 23, 0.6);
}
.circleItem > li .txt h5,
.circleItem > li .txt h1 {
    position: relative;
    z-index: 2;
}
.circleItem .box {
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index:10;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 50%; 
    flex-direction: column;
    z-index: 11;
}
.circleItem .circleWrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    display:block;
}
.circleItem .circleWrapper-right {
    right: 0px;
}
.circleItem .circleWrapper-left {
    left: 0px;
}
.circleItem .reverse .box {
    transform: scale(-1, -1);
}
.circleItem .circle {    
    width: 200%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
    display: block;
}
.circleItem .circle-right {
    border-top: 2px solid #cfcfcf;
    border-right: 2px solid #cfcfcf;
    right: 1px;
    visibility: hidden; 
}
.circleItem .circle-left {
    border-bottom: 2px solid #cfcfcf;
    border-left: 2px solid #cfcfcf;
    left: 1px;
    visibility: hidden; 
}
.circleItem .aos-animate .circle-right {
    visibility: visible; 
    animation: circleRight 1.5s linear forwards;
    animation-delay: 1s;
}
.circleItem .aos-animate .circle-left {
    visibility: visible; 
    animation: circleLeft 1.5s linear forwards;
    animation-delay: 1s;
}
.circleItem .aos-animate:nth-child(1) .circle-right,
.circleItem .aos-animate:nth-child(1) .circle-left {
    animation-delay: 1.05s;
}
.circleItem .aos-animate:nth-child(2) .circle-right,
.circleItem .aos-animate:nth-child(2) .circle-left {
    animation-delay: 1.025s;
}

@keyframes circleRight {
    0% {
        transform: rotate(-135deg);
    }
    50%, 100% {
        transform: rotate(45deg);
    }
}

@keyframes circleLeft {
    0%, 50% {
        transform: rotate(-135deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@media (max-width:768px){
    .circleWrp .circleItem > li {
        padding-top: 0;
        width: 45vw;
        height: 45vw;
    }
    .circleWrp .circleItem > li:last-child {
        margin: -7.8vw 0 0 0;
    }
    .circleItem > li + li {
        margin-left: -10px;
    }
    .circleItem > li .txt img {
        width: 45px;
    }
}
@media (max-width:600px){
    .circleItem > li .txt h1 {
        font-size: calc(100vw * (30 / 500));
    }
}

/* ms5 */
#ms5 {
    background: url(../img/ms5_bg.png) left top no-repeat;
    background-color: #000;
}
#ms5 .content {
    position: relative;
    z-index: 1;
}
#ms5 .content .front {
    position: relative;
    z-index: 3;
}
#ms5 .content .front .lett{
    letter-spacing: -16px;
}
#ms5 .txtVertical img {
    width: 15px;
}
@media (min-width:767px){
    #ms5 .content {
        padding-right: 10%;
    }
    #ms5 .content:after {
        content: "";
        position: absolute;
        right: 50%;
        top: 0;
        height: 100%;
        width: 15%;
        background: linear-gradient(to right, transparent, #000);
        z-index: 1;
    }
    #ms5 .content .floatImg {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        z-index: 7;
    }
}
@media (max-width:768px){
    #ms5 .content .front {
        text-align: center;
    }
    #ms5 .content .floatImg {
        display: none;
    }
    #ms5 .content .front .lett{
        letter-spacing: calc(100vw * (-10 / 768));;
    }
}

/* slick-history */
.slick-history {
    margin: 0 -7px;
}
.slick-history .slick-slide{
    padding: 0 7px;
}
/* darkImgBg */
.darkImgBg {
    background: url(../img/darkImgBg1.jpg) center center no-repeat;
    background-size: cover;
}
@media (min-width:991px){
    .darkImgBg {
        background-attachment: fixed;
    }
}

/* ms6 */
#ms6 {
    background: url(../img/ms6_bg.png) left top no-repeat;
    position: relative;
}
#ms6:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: url(../img/ms6_line.png) left top no-repeat;

    transition: all 5s;
    -o-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}
#ms6.aos-animate:after {
    width: 100%;
}
#ms6 .container {
    position: relative;
    z-index: 5;
}
#ms6 .per_img {
    position: relative;
    display: block;
    width: 380px;
    margin: 0 auto;
}
#ms6 .per_img .per_img_front {
    position: relative;
    z-index: 4;
}
#ms6 .per_img .per_img_back {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    -webkit-animation: per_img_ani 1.5s linear infinite;
    -moz-animation: per_img_ani 1.5s linear infinite;
    -ms-animation: per_img_ani 1.5s linear infinite;
    -o-animation: per_img_ani 1.5s linear infinite;
    animation: per_img_ani 1.5s linear infinite;
}
@keyframes per_img_ani {
    0% {
        -webkit-transform: translateY(65px) scale(.9);
        -moz-transform: translateY(65px) scale(.9);
        -ms-transform: translateY(65px) scale(.9);
        -o-transform: translateY(65px) scale(.9);
        transform: translateY(65px) scale(.9);
        opacity: 0;
    }
    40% {
        -webkit-transform: translateY(0px) scale(1);
        -moz-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
        -o-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px) scale(1);
        -moz-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
        -o-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
        opacity: 1;
    }
}
#ms6 .per_img .per_img_back .per_txt {
    position: absolute;
    left: 0;
    top: 20%;
    text-align: center;
    width: 100%;
}
#ms6 .per_img .per_img_back .per_txt h2,
#ms6 .per_img .per_img_back .per_txt h5,
#ms6 .per_img .per_img_back .per_txt h1 {
    line-height: 1em;
    margin: 0px;
}
#ms6 .per_img .per_img_back .per_txt h5 {
    margin-top: -5px;
}
#ms6 .per_img .per_img_back .per_txt h1 i {
    font-style: italic;
}
#ms6 .per_img .per_img_back .per_txt h1 .sm {
    font-size: .5em;
}
@media (min-width:1920px){
    #ms6 {
        background: url(../img/ms6_bg.png) left bottom no-repeat;
        background-size: 100%;
    }

	#ms6:after {
		background: url(../img/ms6_line.png) left bottom no-repeat;
		background-size: 100%;
		width: 100% !important;
	}
}
@media (min-width:991px){
    #ms6 .fbox .lft {
        width: calc(100% - 380px);
    }
    #ms6 .fbox .img {
        width: 380px;
    }
}
@media (max-width:768px){
    #ms6 {
        background: url(../img/ms6_bg.png) center top no-repeat;
        position: relative;
    }
    #ms6:after {
        background: url(../img/ms6_line.png) center top no-repeat;
    }
    #ms6 .mtit {
        text-align: center;
    }
    #ms6 .fbox .lft,
    #ms6 .fbox .img {
        width: 100%;
    }
    #ms6 .fbox .lft h3 {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        max-width: 95%;
    }
    #ms6 .mobox {
        padding: 35px 25px;
        border-radius: 20px;
        border: 2px solid #eee;
        height: calc(100vw*(320 / 768));
    }
}
@media (max-width:500px){
    #ms6 .per_img {
        width: 60vw;
    }
    #ms6 .fbox .lft h3 {
        font-size: calc(100vw * (24 / 500));
        width: 100%;
        max-width: 100%;
        gap: 0;
        flex-direction: column;
    }
    #ms6 .fbox .lft h3 img {
        width: 20px;
        display: block;
        margin-bottom: 8px;
    }
    #ms6 .mobox {
        padding: 25px 15px;
        border-radius: 10px;
        height: calc(100vw*(370 / 500));
    }
}

/* ms7 */
#ms7 {
    background: linear-gradient(to top, #000, transparent);
}


/* storeSlick */
#storeSlick {
    position: relative;
    z-index: 3;
}
#storeSlick .slick-slide {
    padding: 10px;
    padding: 0 30px;
    padding-top: 15px;
}
#storeSlick .item {
    padding: 10px;
}
#storeSlick .item .img {
    margin-bottom: 15px;
    position: relative;
}
#storeSlick .item .img .reciptBt {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
}
#storeSlick .item .img .top {
    top: -15px;
    right: -15px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0,0,0,0.9);
    border-radius: 50%;
    position: absolute;
    font-size: 1.3vw;
    color: #fff;
    z-index: 3;
    padding-top: .3vw;

    -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;
}
#storeSlick .slick-center .item .img .top {
    background-color: rgba(0,61,32,0.95);
    text-shadow:1px 1px 10px rgba(255,255,255,0.7);
}
#storeSlick .item .img .top strong {
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    margin-right: 2px;
}
#storeSlick .item .img .top:after {
    content: "";
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
#storeSlick .slick-slide .item .img img:not(.reciptBt) {
    width: 100%;
    position: relative;
    z-index: 2;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#storeSlick .slick-slide:not(.slick-center) .item .img img:not(.reciptBt) {
    filter: grayscale(1);
}
#storeSlick .item .img .flTxt {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 15px;
    color: #fff;
    z-index: 5;
    background: linear-gradient(to bottom, #fff, #c5c5c5);
}
#storeSlick .item .img .flTxt .cost {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#storeSlick .item .img .flTxt .cost span {
    font-size: 1.3em;
    background-color: #003d20;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 8px 8px 2px;
}
@media (min-width:2000px){
    #storeSlick .item .img .top {
        font-size: 28px;
    }
}
@media (max-width:1200px){
    #storeSlick .item .img .top {
        width: 80px;
        height: 80px;
    }
}
@media (max-width:992px){
    #storeSlick .slick-slide {
        padding: 0 20px;
        padding-top: 8px;
    }
    #storeSlick .item .img .top {
        top: -8px;
        right: -8px;
        font-size: 2vw;
    }
}
@media (max-width:768px){
    #storeSlick .item .img .top {
        font-size: 4vw;
    }
}

/* 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;
    opacity: 1;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    background-color: rgba(122, 122, 122, 0.3);
    color: transparent;
    border: 0px;
}
.slick-dots li.slick-active button {
    background-color: #034426;
}
@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;
    }
}

/* ms8 */
#ms8 .top {
    background: url(../img/ms8_top.png) center center no-repeat;
    background-size: contain;
}
#ms8 .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#ms8 .nav-pills::before,
#ms8 .nav-pills::after {
    display: none;
}
#ms8 .nav-pills > li {
    float: none;
    margin: 0px !important;
    padding: 5px 20px;
}
#ms8 ul.nav-pills > li a {
    background-color: transparent;
    color: #fff;
    line-height: 1em;
    font-size: 28px;
    padding: 5px 5px 10px;
    border-radius: 100px;
    font-weight: 500;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    position: relative;
    color: #acacac;
}
#ms8 ul.nav-pills > li > a .nav_bg {
    opacity: 0;
    height: 4px;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}
#ms8 ul.nav-pills > li.active > a {
    color: #034426;
}
#ms8 ul.nav-pills > li.active > a .nav_bg {
    opacity: 1;
}

@media (max-width:768px){
    #ms8 .nav-pills {
        flex-wrap: wrap;
        gap: 5px;
    }
    #ms8 .nav-pills > li {
        padding: 3px 5px;
    }
    #ms8 ul.nav-pills > li a {
        font-size: 20px;
    }
}
/* portfolio-list */
.portfolio-list .isotope-item .img {
    border: 1px solid #c0c0c0;
    border-bottom: 0px;
}
.portfolio-list .isotope-item .name {
    background-color: #034426;
    padding: 15px 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.portfolio-list .isotope-item .name .name_t {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.portfolio-list .isotope-item .name .name_t .frt {
    font-size: 12px;
    background-color: #b92121;
    display: inline-block;
    line-height: 1em;
    font-weight: 500;
    padding: 3px 6px;
    color: #fff;
    letter-spacing: 0;
}
.portfolio-list .isotope-item .name h6 {
    opacity: .7;
    font-size: 11px;
    letter-spacing: 2px;
}
.portfolio-list .isotope-item .cost {
    padding: 15px 20px;
}
.portfolio-list .isotope-item .cost li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.portfolio-list .isotope-item .cost li .cost {
    position: relative;
}
.portfolio-list .isotope-item .cost li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px dashed #c0c0c0;
    z-index: 0;
}
.portfolio-list .isotope-item .cost li .cost_n,
.portfolio-list .isotope-item .cost li .cost_p {
    position: relative;
    padding: 0 8px;
    background-color: #fff;
    z-index: 2;
}
.portfolio-list .isotope-item .cost li .cost_n > span {
    display: inline-block;
    line-height: 1em;
    padding: 4px 9px;
    border-radius: 50px;
    background-color: #f2f5f4;
}

/* ms9 */
#ms9 {
    background: url(../img/ms9_bg.png) center top no-repeat;
    background-size: cover;
}

/* imgList */
.imgList {
    display: flex;
    flex-wrap: wrap;
}
.imgList > li {
    flex-basis: 50%;
}
.imgList > .item .txt {
    margin-top: -10%;
}
.imgList > .item .con {
    display: inline-block;
}
.imgList > .item .con .txt {
    text-align: left;
}
@media (min-width:768px){
    .imgList > li:nth-child(even) {
        padding-top: 60px;
    }
}
@media (max-width:768px){
    .imgList > li {
        flex-basis: 100%;
        padding: 0 30px;
    }
}

/* iconSet */
.iconSet {
    background: url(../img/iconSet_bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 10rem 5rem;
}
@media (max-width:768px){
    .iconSet {
        padding: 5rem 2rem;
        border-radius: 10px;
    }
    .iconSet li {
        margin: 15px 0;
    }
    .iconSet li .icon img {
        max-width: 70%;
    }
}

/* ms11 */
#ms11 {
    background-color: #f7f7f7;
    position: relative;
}
#ms11 .ms11_fl1 {
    position: absolute;
    left: 5vw;
    top: 20%;
    z-index: 1;
    max-width: 20vw;
}
#ms11 .ms11_fl2 {
    position: absolute;
    right: 8vw;
    top: 10%;
    z-index: 1;
    max-width: 20vw;
}
#ms11 .btCon {
    padding: 4rem;
    border: 1px solid #333;
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 5;
}
#ms11 .rt li {
    padding: 2rem;
}
#ms11 .rt li + li {
    border-top: 1px dashed #c0c0c0;
}
@media (max-width:768px){
    #ms11 .btCon {
        padding: 3rem 1.5rem;
    }
    #ms11 .rt li {
        padding: 1.5rem .5rem;
    }
    #ms11 .ms11_fl1 {
        left: 8vw;
    }
    #ms11 .ms11_fl2 {
        top: 24%;
    }
}

/* cutRotImg */
.cutRotImg {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.cutRotImg img {
    -webkit-animation: rotImg 9s linear infinite;
    -moz-animation: rotImg 9s linear infinite;
    -ms-animation: rotImg 9s linear infinite;
    -o-animation: rotImg 9s linear infinite;
    animation: rotImg 9s linear infinite;
}
@keyframes rotImg {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.cutRotImg .snw_float_txt_wrp {
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 100%;
    max-width: 630px;
    height: 100%;
    z-index: 5;
    transform: translate3d(-50%, 0%, 0);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.cutRotImg .snw_float_txt_wrp .snw_float_txt .snw_txt {
    background-color: #d41b1b;
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 50%;
    text-align: center;
}
.cutRotImg .snw_float_txt_wrp .snw_float_txt .snw_txt::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 4;
}
.cutRotImg .snw_float_txt_wrp .snw_float_txt .snw_txt: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(212, 27, 27, 0.4);

    -webkit-animation: ani_txt 1.5s linear infinite;
    -moz-animation: ani_txt 1.5s linear infinite;
    -ms-animation: ani_txt 1.5s linear infinite;
    -o-animation: ani_txt 1.5s linear infinite;
    animation: ani_txt 1.5s linear infinite;
}
@keyframes ani_txt {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    80% {
        width: 115%;
        height: 115%;
        opacity: 1;
    }  
    100% {
        width: 115%;
        height: 115%;
        opacity: 0;
    }  
}
.cutRotImg .snw_float_txt_wrp .snw_float_txt .snw_txt > div {
    position: relative;
    z-index: 5;
}
.slick-noodles img {
    display: inline-block;
    width: auto;
}
@media (max-width:768px){
    .cutRotImg .snw_float_txt_wrp .snw_float_txt .snw_txt {
        width: 30vw;
        height: 30vw;
    }
}
@media (max-width:500px){
    .cutRotImg .snw_float_txt_wrp .snw_float_txt .snw_txt h2 {
        font-size: calc(100vw * (25 / 500));
    }
}
/* ms12 */
#ms12 {
    background: url(../img/ms12_bg.png) center top no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* focusSlick */
.focusSlickWrp {
    position: relative;
}
.focusSlickWrp::after {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -40px;
    width: calc(100% + 80px);
    background-color: #031f12;
    height: 70%;
    z-index: 0;
}
.focusSlickWrp .mMark {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(30%, -50%, 0);
    z-index: 6;
}
.focusSlickWrp .mMark img {
    max-width: 20vw;

    -webkit-animation: rotImg 9s linear infinite;
    -moz-animation: rotImg 9s linear infinite;
    -ms-animation: rotImg 9s linear infinite;
    -o-animation: rotImg 9s linear infinite;
    animation: rotImg 9s linear infinite;
}
.focusSlick {
    position: relative;
    z-index: 5;
}
.focusSlick .slick-slide {
    padding: 0 15px;
}
.focusSlick .slick-slide .item {
    max-width: 400px;
    display: inline-block;
    line-height: 0px;
}
.focusSlick .slick-slide .txt {
    padding: 4rem 3rem;
    background-color: #fff;
    text-align: left;
}
.focusSlick .slick-arrow {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translate3d(-100%, -50%, 0);
    background-color: transparent;
    z-index: 8;
}
.focusSlick .slick-arrow:before {
    content: "\ea64";
    font-family: remixicon !important;
}
.focusSlick .slick-next {
    left: auto;
    right: -60px;
    transform: translate3d(100%, -50%, 0) rotate(180deg);
}
@media (max-width:768px){
    .focusSlick .slick-slide {
        padding: 0 5px;
    }
    .focusSlick .slick-slide .txt {
        padding: 3rem 1.5rem;
    }
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:767px){
    .pList > li:after {
        top: 8px ;
    }
}
/* ms13 */
#ms13 {
    background: url(../img/ms13_bg.jpg) center center no-repeat;
    background-size: cover;
}
#ms13 .perBoxWrp {
    padding: 0 15px;
}
#ms13 .perBox {
    background-color: rgba(70, 2, 0, 0.3);
    max-width: 1500px;
    position: relative;
    background: url(../img/perBox_bg.png) center center no-repeat;
    padding: 1.5rem;
    margin: 0 auto;
    background-size: cover;
}
#ms13 .perBox:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #111;
}
#ms13 .perBox .fbox {
    padding: 4rem 0;
}
#ms13 .perBox .lft {
    text-align: center;
}
#ms13 .perBox .table_per_wrp {
    max-width: 500px;
    position: relative;
}
#ms13 .perBox .table_per_wrp .per_brush_wrp {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate3d(50%, -50%, 0);
}
#ms13 .perBox .table_per_wrp .per_brush_wrp img {
    opacity: 0;
    max-width: 30vw;
}
#ms13 .perBox .table_per_wrp .per_brush {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: url(../img/per_brush.png) left top no-repeat;
    background-size: cover;

    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
#ms13 .perBox .table_per_wrp .per_brush.aos-animate {
    width: 100%;
} 
@media (min-width:991px){
    #ms13 {
        background-attachment: fixed;
    }
    #ms13 .mtit .bgLined {
        display: inline-block;
        background-color: #b67d10;
        padding: 0 5px;
        font-weight: 700;
    }
}
@media (max-width:992px) {
    #ms13 .mtit .bgLined {
        color: #b67d10;
        font-weight: 700;
    }
    #ms13 .perBox .fbox {
        flex-wrap: wrap;
        padding: 20px;
    }
    #ms13 .perBox .fbox div {
        width: 100%;
    }
    #ms13 .perBox .lft {
        padding-bottom:  20px;
    }
    #ms13 .perBox .table_per_wrp {
        margin: 0 auto;
    }
}
@media (max-width:768px) {
    #ms13 .perBox .table_per_wrp .per_brush_wrp {
        bottom: -10%;
    }
}
@media (max-width:500px) {
    #ms13 .perBox .table_per_wrp .per_brush_wrp {
        bottom: 5%;
    }
}


/* table */
.table.table_per {
    border-top: 1px solid #111;
}
.table.table_per tr th,
.table.table_per tr td {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 400;
    color: #111;
    padding: 13px 20px;
    border-color: #aaa;
}
.table.table_per tr.dk td {
    background-color: #111;
    border-color: #111;
    color: #fff;
}
.table.table_per tr th {
    font-weight: 500;
}
.table.table_per thead tr th {
    border-bottom: 1px solid #111;
}
.table.table_per tr th:nth-child(1),
.table.table_per tr td:nth-child(1) {
    text-align: left;
}
.table.table_per tr th:nth-child(2),
.table.table_per tr td:nth-child(2) {
    text-align: right;
}
.table.table_per tr th:nth-child(3),
.table.table_per tr td:nth-child(3) {
    text-align: center;
}
.table.table_per tfoot tr th,
.table.table_per tfoot tr td {
    background-color: #f4ba1c;
    border-top: 0px;
    font-weight: 700;
    font-size: 24px;
    padding: 15px 20px;
}
@media (max-width:768px) {
    .table.table_per tr th,
    .table.table_per tr td {
        font-size: calc(100vw * (15 / 768));
        padding: 8px 10px;
    }
    .table.table_per tfoot tr th,
    .table.table_per tfoot tr td {
        font-size: calc(100vw * (18 / 768));
        padding: 12px 10px;
    }
}
@media (max-width:500px) {
    .table.table_per tr th,
    .table.table_per tr td {
        font-size: calc(100vw * (15 / 500));
    }
    .table.table_per tfoot tr th,
    .table.table_per tfoot tr td {
        font-size: calc(100vw * (18 / 500));
    }
}


/* proList */
.proList {
    position: relative;
    z-index: 3;
}
.proList li {
    position: relative;
}
.proList li:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
}
.proList .item .txt h5 {
    line-height: 1.5em;
}
.proList .item .txt h5 i {
    font-weight: 700;
}
@media (min-width:992px){
    .proList {
        border: 2px solid #111;
        padding: 5rem 0;
    }
    .proList > li:nth-child(4),
    .proList > li:nth-child(5),
    .proList > li:nth-child(6) {
        margin-bottom: 0px;
    }
    .proList .item .txt {
        margin-top: 15px;
        height: 200px;
    }
    .proList .item .txt h5 {
        margin-top: 10px;
        height: 110px;
    }
    .proList .prc1:after,
    .proList .prc2:after,
    .proList .prc3:after {
        right: -30px;
        background: url(../img/arrRt.png) center center no-repeat;
    }
    .proList .prc4:after {
        background: url(../img/arrBt.png) center center no-repeat;
        bottom: -20px;
        left: calc(50% - 30px);
    }
    .proList .prc5:after,
    .proList .prc6:after,
    .proList .prc7:after {
        left: -30px;
        background: url(../img/arrLt.png) center center no-repeat;
    }
    .proList .prc1:after,
    .proList .prc2:after,
    .proList .prc3:after,
    .proList .prc5:after,
    .proList .prc6:after,
    .proList .prc7:after {
        top: calc(50% - 30px);
    }
}
@media (max-width:992px){
    .proList {
        display: flex;
        flex-wrap: wrap;
    }
    .proList > li {
        width: 50%;
        margin-bottom: 60px;
    }
    .proList .item .txt {
        margin-top: 15px;
        height: 150px;
    }
    .proList .prc1 {order:1}
    .proList .prc2 {order:2}
    .proList .prc3 {order:4}
    .proList .prc4 {order:3}
    .proList .prc5 {order:5;}
    .proList .prc6 {order:6;}
    .proList .prc7 {order:7;}
    .proList .prc8 {order:8;}
    .proList1 .prc7 {margin-bottom: 0px;}
    .proList1 .prc8 {margin-bottom: 0px;}

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

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

@media (max-width:768px){
    .proList > li {
        padding: 20px 0;
    }
    .proList .item {
        display: flex;
        align-items: center;
    }
    .proList .item .icon {
        width: 35%;
        padding-right: 15px;
        text-align: center;
    }
    .proList .item .icon img {
        width: 55px;
    }
    .proList .item .icon span {
        display: inline-block;
        background-color: #fff;
        border-radius: 50%;
        padding: 10px;
    }
    .proList .item .txt {
        width: 65%;
        text-align: left;
    }
}


/* ms15 */
#ms15 {
    background-color: #f7f7f7;
    position: relative;
}
/* table  */
.table.table_cost thead tr th {
    text-align: center;
    background-color: #111;
    color: #fff;
    border: 1px solid #ddd;
    font-size: 22px;
    font-weight: 400;
    padding: 15px;
}
.table.table_cost tbody tr th,
.table.table_cost tbody tr td,
.table.table_cost tfoot tr th,
.table.table_cost tfoot tr td {
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    color: #222;
    border: 1px solid #ddd;
    font-weight: 500;
    padding: 15px;
    line-height: 1.4em;
    word-break: keep-all;
    background-color: #fff;
}
.table.table_cost tbody tr.imp th,
.table.table_cost tbody tr.imp td {
    background-color: #fffddf;
}
.table.table_cost thead tr th:first-child,
.table.table_cost thead tr td:first-child,
.table.table_cost tbody tr th:first-child,
.table.table_cost tbody tr td:first-child,
.table.table_cost tfoot tr th:first-child,
.table.table_cost tfoot tr td:first-child {
    border-left: 0;
}
.table.table_cost thead tr th:last-child,
.table.table_cost thead tr td:last-child,
.table.table_cost tbody tr th:last-child,
.table.table_cost tbody tr td:last-child,
.table.table_cost tfoot tr th:last-child,
.table.table_cost tfoot tr td:last-child {
    border-right: 0;
}
.table.table_cost tbody tr th {
    color: #111;
    font-weight: 500;
}
.table.table_cost tbody tr td span,
.table.table_cost tbody tr td strong {
    display: inline-block;
    vertical-align: middle;
}
.table.table_cost tbody tr td .del {
    font-weight: 300;
    color: #aaa;
    display: inline-block;
    padding: 0px 10px 0px 3px;
    position: relative;
}
.table.table_cost tbody tr td .del::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #aaa;
}
.table.table_cost tbody tr td .del::before {
    content: "";
    position: absolute;
    border-width: 3px;
    border-color: transparent transparent transparent #aaa;
    border-style: solid;
    right: -5px;
    top: calc(50% - 3px);
}
.table.table_cost tbody tr td .sm {
    font-size: .8em;
}
.table.table_cost tfoot tr th,
.table.table_cost tfoot tr td {
    background-color: #f4ba1c;
    font-size: 22px;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
    font-weight: 700;
}
@media (max-width:992px){
    .tableListWrp {
        overflow-x: scroll;
    }
    .tableListWrp > .table.table_cost {
        width: 800px;
    }
}
@media (max-width:767px){
    .table.table_cost tbody tr th,
    .table.table_cost tbody tr td {
        padding: 7px;
    }
}


@media (max-width:768px) {
    .table.table_cost tr th,
    .table.table_cost tr td {
        font-size: calc(100vw * (15 / 768)) !important;
        padding: 8px 10px;
    }
    .table.table_cost tfoot tr th,
    .table.table_cost tfoot tr td {
        font-size: calc(100vw * (18 / 768)) !important;
        padding: 12px 10px;
    }
}
@media (max-width:500px) {
    .table.table_cost tr th,
    .table.table_cost tr td {
        font-size: calc(100vw * (15 / 500)) !important;
    }
    .table.table_cost tfoot tr th,
    .table.table_cost tfoot tr td {
        font-size: calc(100vw * (18 / 500)) !important;
    }
}


/* ms16 */
#ms16 {
    /* background: url(../img/ms12_bg.png) center top no-repeat; */
    background: url(../img/ptBg.jpg) center no-repeat;
    background-size: cover;
}
/* form */
.form {
    max-width: 1000px;
    margin: 0 auto;
}
.form .top h3,
.form .top p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.form ul li {
    position: relative;
    padding-left: 150px;
    margin: 8px 0;
}
.form ul li label {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 55px;
    font-weight: 600;
}
.form ul li label,
.form ul li select.form-control,
.form ul li input.form-control {
    display: block;
    height: 55px;
    color: #979797;
    font-size: 18px;
}
.form ul li .form-control {
    border-radius: 0px;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 0px;
}
.form .smt {
    line-height: 65px;
    font-size: 28px;
    color: #fff;
    background-color: #000;
    width: 100%;
    display: block;
    border: 0px;
}
@media (max-width:768px){
    .form .top h3,
    .form .top p {
        margin-right: 5px;
    }
    .form ul li {
        padding-left: 110px;
    }
    .form ul li label {
        line-height: 45px;
    }
    .form ul li label,
    .form ul li select.form-control,
    .form ul li input.form-control {
        height: 45px;
        font-size: 16px;
    }
    .form .smt {
        line-height: 55px;
        font-size: 20px;
    }
}

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


/* quickForm */
#quickForm {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/quickForm_bg.png) center top no-repeat;
    background-size: cover;
    z-index: 200;
    padding: 10px 0;
}
#quickForm .fbox {
    display: flex;
    margin: 0 -15px;
    align-items: center;
}
#quickForm .fbox > div {
    padding: 0 15px;
}
#quickForm .sub h2 {
    padding-left: 40px;
    background: url(../img/ic_phone_w.png) left 45% no-repeat;
    white-space: nowrap;
    background-size: 30px;
}
#quickForm .con .row {
    margin: 0 -5px;
}
#quickForm .con .row > li,
#quickForm .con .row > div {
    padding: 0 5px;
}
#quickForm .con .form-control {
    border: 0px;
    height: 45px;
    font-weight: 400;
    color: #999999;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 17px;
    border-radius: 0;
    box-shadow: 0 0 0 ;
}
#quickForm .con .checkbox-custom {
    vertical-align: middle;
}
#quickForm .con .checkbox-custom label {
    color: #fff;
}
#quickForm .con .checkbox-custom + span {
    display: inline-block;
    padding: 4px;
    color: #fff;
    font-size: 13px;
    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: 55px;
    border-radius: 0;
    color: #111;
    background-color: #f4ba1c;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    padding: 0 30px;
    border: 0px;
    white-space: nowrap;
}
@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 .fbox > div {
        width: 100%;
    }
    #quickForm .sub {
        text-align: center;
    }
    #quickForm .sub h2 {
        padding-left: 30px;
        background-size: 20px !important;
        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: 100%;
    line-height: 55px;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    z-index: 15;
    bottom: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
}

/* kbap list */
.kbapList li {
    margin-bottom: 30px !important;
}

/* newAdd1 */
#newAdd1 {
    background-color: #f7f7f7;
}
#newAdd1 .org_box .orgBox_back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(-30%, -50%, 0);
    z-index: 0;
}
#newAdd1 .org_box .top  {
    padding-bottom: 30px;
    position: relative;
    z-index: 5;
}
#newAdd1 .org_box .top:after  {
    content: "";
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 1px;
    background-color: #ddd;
    left: 50%;
    transform: translateX(-50%);
}
#newAdd1 .org_box .top .dft {
    display: inline-block;
    line-height: 1em;
    padding: 12px 40px;
    background-color: #004c2a;
    color: #fff;
    border-radius: 60px;
}
#newAdd1 .org_box .top .dft .sm {
    font-size: .7em;
}
#newAdd1 .org_box .bt {
    position: relative;
    display: inline-block;
}
#newAdd1 .org_box .bt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#newAdd1 .org_box .bt .circleBox {
    position: relative;
    margin: 30px 0;
    padding: 0 10px;
    z-index: 5;
}
#newAdd1 .org_box .bt .circleBox:after  {
    content: "";
    position: absolute;
    top: -30px;
    height: 30px;
    width: 1px;
    background-color: #ddd;
    left: 50%;
    transform: translateX(-50%);
}
#newAdd1 .org_box .bt .circleBox::before  {
    content: "";
    position: absolute;
    top: -30px;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    left: 0%;
    transform: translateY(50%);
}
#newAdd1 .org_box .bt .circleBox.first::before  {
    width: 50%;
    left: 50%;
}
#newAdd1 .org_box .bt .circleBox.last::before  {
    width: 50%;
    left: 0%;
    right: 50%;
}
#newAdd1 .org_box .bt .circleBox .cr{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 210px;
    max-width: 30vw;
    max-height: 30vw;
    box-shadow: 5px 5px 15px rgba(1, 27, 14, 0.05);
    border-radius: 50%;
    text-align: center;
    position: relative;
    background-color: #fff;
}
#newAdd1 .org_box .bt .circleBox .dft {
    line-height: 1.2em;
    margin-top: 10px;;
}
@media (max-width:1500px){
    #newAdd1 .org_box .bt {
        flex-wrap: wrap;
        max-width: 100%;
        width: 760px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 30px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 100px;
    }
    #newAdd1 .org_box .orgBox_back {
        opacity: .2;
    }
    #newAdd1 .org_box .bt .circleBox {
        margin: 20px 0;
    }
    #newAdd1 .org_box .bt .circleBox::after,
    #newAdd1 .org_box .bt .circleBox::before  {
        display: none !important;
    }
}

/* perBoxWrp */
#newAdd1 .perBoxWrp {
    padding: 0 15px;
}
#newAdd1 .perBox {
    background-color: rgba(70, 2, 0, 0.3);
    max-width: 1500px;
    position: relative;
    background: url(../img/perBox_bg.png) center center no-repeat;
    padding: 1.5rem;
    margin: 0 auto;
    background-size: cover;
    padding: 0 30px;
}
#newAdd1 .perBox:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #111;
}

/* lic_pp */
.lic_pp {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    max-width: 90%;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.lic_pp .row {
    margin: 0 -5px;
}
.lic_pp .row > div {
    padding: 5px;
}
.lic_pp img {
    border: 1px solid #ddd;
}
@media (max-width:768px){
    .lic_pp {
        padding: 10px;
        border-radius: 10px;
    }
}

/* newAdd2 */
#newAdd2 {
    background: url(../img/newAdd2_bg.jpg) center center no-repeat;
    background-size: cover;
}

/* mrmilSys */
.mrmilSys .item {
    padding: 50px 30px;
    background-color: rgba(3, 32, 19, 0.5);
    border-top: 2px solid #1a783b;
}
.mrmilSys .item .txt .tt {
    display: inline-block;
    position: relative;
}
.mrmilSys .item .txt .tt .tcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 12px;
}
.mrmilSys .item .btCon {
    margin-top: 40px;
}
.mrmilSys .item .btCon .img {
    height: 300px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 20px;
    
    display: flex;
    align-items: center;
}
.mrmilSys .item .btCon .img1 > div {
    width: 100%;
}
.mrmilSys .item .btCon .img1 .slick-slide {
    padding: 0 4px;
}
.mrmilSys .item .btCon .img2 {    
    position: relative;
    overflow: hidden;
}
.mrmilSys .item .btCon .img2 .img2_img {
    position: absolute;
    top: 0;

    -webkit-animation: img2_img 10s linear infinite;
    -moz-animation: img2_img 10s linear infinite;
    -ms-animation: img2_img 10s linear infinite;
    -o-animation: img2_img 10s linear infinite;
    animation: img2_img 10s linear infinite;
}
@keyframes img2_img {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    70% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }  
}
@media (max-width:768px){
    .mrmilSys .item {
        padding: 30px 20px;
    }
    .mrmilSys .item .txt .tt img {
        width: 120px;
    }
    .mrmilSys .item .btCon {
        margin-top: 20px;
    }
    .mrmilSys .item .btCon .img {
        height: 200px;
        border-radius: 10px;
        overflow: hidden;
    }
}


/* mealkit */
#mealkit {
    background: url(../img/mealkit_bg.jpg) center center no-repeat;
}
#mealkit1 {
    background: url(../img/mealkit1_bg.png) center bottom no-repeat;
    background-color: #f3f0eb;
    background-size: 100%;
    overflow: hidden;
}
#mealkit2 {
    background: url(../img/mealkit2_bg.jpg) center bottom no-repeat;
    background-size: cover;
    position: relative;
}
#mealkit2 .mrmil_momil,
#mealkit2 .mrmil_momil_front {
    position: absolute;
    bottom: 0;
    right: 0;
}
#mealkit2 .mrmil_momil_front {
    width: 100%;
    height: 100%;

    -webkit-animation: mrmil_momil_front 1.2s linear infinite;
    -moz-animation: mrmil_momil_front 1.2s linear infinite;
    -ms-animation: mrmil_momil_front 1.2s linear infinite;
    -o-animation: mrmil_momil_front 1.2s linear infinite;
    animation: mrmil_momil_front 1.2s linear infinite;
}
@keyframes mrmil_momil_front {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    70% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }  
}

@media (max-width:768px){
    #mealkit2 {
        text-align: center;
    }
    #mealkit2 .lft,
    #mealkit2 .rt {
        width: 100%;
    }
    #mealkit2 .rt {
        padding-top: 30px;
    }
}
/* stit */
.stit .point {
    display: inline-block;
    position: relative;
}
.stit .point .tcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 12px;
}
@media (max-width:768px){
    .stit .point img {
        max-width: 40vw;
    }
}

/* mealkit3 */
#mealkit3 {
    background-color: #f3f0eb;
    position: relative;
}
#mealkit3 .mealkit3_deco_top {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    max-width: 50vw;
}
#mealkit3 .mealkit3_deco_bt {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 0;
    max-width: 50vw;
}
#mealkit3 .wave_pt {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 1;
}
#mealkit3 .wave_pt .container {
    position: relative;
    z-index: 3;
}

/* mrVs */
.mrVsWrp {
    position: relative;
}
.mrVsWrp .mrVsImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mrVsWrp .mrVsImg img {
    max-width: 20vw;
}
.mrVs .rt {
    padding-left: 40px;
}
.mrVs .item {
    border-radius: 10px;
    border: 2px solid #5f5f5f;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
.mrVs .item .top {
    padding: 0 0 10px 10px;
    background-color: #5f5f5f;
    border-radius: 10px;
    padding: 15px;
}
.mrVs .item .bt {
    padding: 30px 15px;
}
.mrVs .item.item_mr {
    border-color: #034426;
}
.mrVs .item.item_mr .top {
    background-color: #034426;
}
@media (max-width:768px){
    .mrVs .rt,
    .mrVs .lft {
        width: 100%;
    }
    .mrVs .rt {
        padding-top: 10px;
        padding-left: 0px;
    }
    .mrVs .lft {
        padding-bottom: 10px;
    }
    .mrVs .item .bt img {
        height: 200px;
    }
}


/* mealkit4 */
#mealkit4 .nav-pills .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#mealkit4 .nav-pills::before,
#mealkit4 .nav-pills::after {
    display: none;
}
#mealkit4 .nav-pills .slick-slide {
    float: none;
    margin: 0px !important;
    padding: 5px 20px 20px;
    width: auto !important;
}
#mealkit4 ul.nav-pills .slick-slide a {
    background-color: transparent;
    color: #fff;
    line-height: 1em;
    font-size: 28px;
    padding: 5px 5px 10px;
    border-radius: 100px;
    font-weight: 500;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: #acacac;
    display: block;
}
#mealkit4 ul.nav-pills .slick-slide > a .nav_bg {
    opacity: 0;
    height: 4px;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}
#mealkit4 ul.nav-pills .slick-slide.is-active > a {
    color: #034426;
}
#mealkit4 ul.nav-pills .slick-slide.is-active > a .nav_bg {
    opacity: 1;
}

@media (max-width:768px){
    #mealkit4 .nav-pills {
        flex-wrap: wrap;
        gap: 5px;
    }
    #mealkit4 .nav-pills .slick-slide {
        padding: 3px 5px;
    }
    #mealkit4 ul.nav-pills .slick-slide a {
        font-size: 20px;
    }
}

/* mealBtCon */
.mealBtCon {
    padding: 50px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.02);
}
.mealBtCon .img img {
    border-radius: 30px;
}
.mealBtCon .txt .lined {
    margin: 20px 0;
    height: 1px;
    background-color: #aaa;
}
.mealBtCon .txt .infoCon:not(.infoCon_en)  {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
}
.mealBtCon .txt .infoCon .hd {
    font-weight: 600;
}
.mealBtCon .txt .infoCon:not(.infoCon_en) .hd {
    font-weight: 600;
}
.mealBtCon .txt .infoCon:not(.infoCon_en) .con {
    width: calc(100% - 80px);
    padding-left: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mealBtCon .txt .infoCon .con > span {
    display: inline-flex;
    align-items: center;
}
.mealBtCon .txt .infoCon .con .nn {
    display: inline-flex;
    width: 22px;
    height: 22px;
    background-color: #00371d;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: .7em;
    margin-right: 5px;
}
.mealBtCon .txt .infoCon .con .cc {
    display: inline-flex;
    margin-right: 10px;
}
@media (max-width:768px){
    .mealBtCon {
        padding: 20px;
        border-radius: 10px;
    }
    .mealBtCon .txt {
        margin-top: 30px;
    }
    .mealBtCon .img img {
        border-radius: 10px;
    }
}

/* prdTit */
.prdTit {
    border-bottom: 2px solid #003d20;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* prItems */
.prItems .img {
    border-radius: 20px;
    background-color: #f7f7f7;
}

/* mealkit5 */
@media (min-width:768px){
    #mealkit5 {
        background: url(../img/mealkit5_bg.jpg) center center no-repeat;
        background-size: cover;
        height: 700px;
        display: flex;
        align-items: center;
    }
}
@media (max-width:768px){
    #mealkit5 {
        background-color: #eeefe1;
    }
}

.mrBoxWrp .doda_cont .list_box{
    position: absolute; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 100vw; 
    height: 100%; 
    transform: translateX(100%);
}

