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

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

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

/*setting*/
.body {
    background: url(../img/pt.png) center center repeat;
    background-size: 20px;
    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 (min-width:1370px){
    .container.container_lg {
        width: 1370px;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*row*/
@media (max-width:767px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}

/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #111;
    opacity: 1;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    color: transparent;
}
.slick-dots li.slick-active button {
    background-color: #111;
}
@media (max-width:767px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 7px;
    }
    .slick-dots li button {
        width: 11px;
        height: 11px;
        border: 1px solid #111;
    }
}
/* pc-floating */
#pc-floating {
    width: 150px;
    position: fixed;
    right: 0%;
    top: calc(50% - 104px);
    z-index: 15;

    -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;
}
#pc-floating.hid {
    right: -150px;
}
#pc-floating .arrBan {
    position: absolute;
    right: 100%;
    top: 30%;
    width: 30px;
    line-height: 30px;
    padding-top: 2px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}
#pc-floating.hid .arrBan {
    transform: rotate(180deg);
}
@media (max-width:767px){
    #pc-floating {
        width: 80px;
        top: 50%;
    }
    #pc-floating.hid {
        right: -80px;
    }
}

/*bt_wrp*/
#header .bt_wrp .bar_i {
    display: inline-block;
}
#header .bt_wrp .bar_i_bk {
    display: none;
}
#header .bt_wrp .bar_i_bk3 {
    position: relative;
    margin-top: 3px;
    padding: 12px 15px 9px 5px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 10;
    color: #fff;
    background-color: #f70000;
    display: block !important;
    width: 18px;
    line-height: 18px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
}
html.add-header #header {
    position: relative;
}
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;
}
@media (min-width:1401px){
    #header .lo_wrp {
        width: 180px;
    }
    #header .mn_wrp {
        width: calc(100% - 180px);
    }
    #header .bt_wrp {
        width: 25%;
        text-align: right;
        padding-right: 30px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 30px 2vw !important;
        font-size: 16px;
    }
}
@media (max-width:1401px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 25px 2.5vw !important;
        font-size: 16px;
    }
    #header .lo_wrp {
        width: 160px;
    }
    #header .mn_wrp {
        width: calc(100% - 160px);
    }
}
@media (max-width:1200px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        width: 200px;
    }
    #header .mn_wrp {
        width: calc(100% - 200px);
    }
    #header .h_nav {
        width: 10%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
@media (max-width:767px){
    #header .lo_wrp {
        width: 100px;
    }
}

/* logBox */
.logBox {
    display: inline-block;
}
.logBox a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border: 1px solid #aaa;
    line-height: 1em;
    padding: 7px 13px;
    border-radius: 50px;
    font-weight: 400;
    margin-right: 3px !important;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.logBox a:hover {
    border-color: #e13611;
    background-color: #e13611;
    color: #fff !important;
}
.logBox a i,
.logBox a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
.logBox a i {
    font-size: 15px;
}
.logBox a i {
    margin-right: 5px;
}
.logBox.mobile a,
html #header:hover .logBox a,
html.sub-header #header .logBox a,
html.add-header #header .logBox a,
html.sticky-header-active #header .logBox a {
    color: #333;
}
@media (max-width:767px){
    .logBox a {
        padding: 4px 8px;
    }
    .logBox a i,
    .logBox a span {
        font-size: 11px;
    }
}
/*sticky*/
html #header .default {
    display: none;
}
html #header .default-c {
    display: inline-block;
}
html #header.header-transparent .default {
    display: inline-block;
}
html #header.header-transparent .default-c {
    display: none;
}
html #header:hover .default,
html.sub-header #header .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.sub-header #header .default-c,
html.add-header #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html.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: #333 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 186px;
    font-weight: 400;
	color: #666;
    word-break: keep-all;
}
html #header .header-nav-main nav > #mainNav > li.inquirtBtn > a,
html.sticky-header-active #header .header-nav-main nav > #mainNav > li.inquirtBtn > a:hover,
html.sticky-header-active #header .header-nav-main nav > #mainNav > li.inquirtBtn > a {
    padding: 8px 30px !important;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    color: #fff !important;
    background-color: #f2360a !important;
}
html #header .header-nav-main nav > ul > li.inquirtBtn > a i {
    font-size: 20px;
}
html #header .ch_wrp .inquirtBtn {
    padding: 5px 10px !important;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-block;    
    color: #fff !important;
    background-color: #e13611 !important;
}
html #header .ch_wrp .inquirtBtn i {
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 992px){
    #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, -10px, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 40px 30px !important;
        font-size: 20px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}
@media (max-width:1601px) {	
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    html.add-header #header .header-nav-main.act  nav > ul:after,
    html.sub-header #header .header-nav-main nav > ul:after,
    html.add-header #header .header-nav-main nav > ul:after,
    html.sticky-header-active #header .header-nav-main.act  nav > ul:after,
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 2px 0px;
        color: #666;
	}
	html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}

/*#header-t*/
#header .header-body .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: #e13611;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 1px solid #fff !important;
	padding: 0;
    background-color: #fff;
    position: relative !important;
}
html.sticky-header-active #header .header-body {
    position: fixed !important;
}
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 .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #ffe400;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #fff !important;
	background: transparent;
}
/* html.sub-header #header .header-nav-main nav > #mainNav > li a,
html.add-header #header .header-nav-main nav > #mainNav > li a,
html.sticky-header-active #header .header-nav-main nav > #mainNav > li a,
#header:hover .header-nav-main nav > #mainNav > li a {
    color: #000 !important;
} */
#header .header-nav-main nav > #mainNav > li a:hover,
html.sticky-header-active #header .header-nav-main nav > #mainNav > li a:hover {
    color: #e13611 !important;
}
/* html.sticky-header-active #header .header-nav-main nav > #mainNav > li:hover > a,
#header:hover .header-nav-main nav > #mainNav > li:hover > a,
#header .header-nav-main nav > #mainNav > li:hover a {
    color: #e13611 !important;
} */
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
/*#header.header-narrow .header-logo img {
    width: 100px;
}*/
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 2.5vw !important;
	}
}
@media (min-width:1600px) {	
    #header .header-body {
        padding: 0 3%;
    }
}
@media (max-width:1600px) and (min-width:991px){	
    #header .header-body {
        padding: 0 15px;
    }
}
@media (min-width:991px) {	
    #header .header-body:after {
        content: "";
        background-color: rgba(250, 250, 250, 0.95);
        position: absolute;
        width: 100%;
        left: 0%;
        height: 0px;
        z-index: 1;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header.actPc .header-body:after {
        height: 360px !important;
    }
    #header .header-nav-main nav > ul > li > a span {
        display: inline-block;
        position: relative;
        padding-bottom: 3px;
    }
    #header .header-nav-main nav > ul > li > a.actMn span:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: 1px;
        z-index: 3;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
	html.sticky-header-active #header .header-nav-main nav > ul > li > a.actMn span{
        color: #e13611 ;
    }
	html.sticky-header-active #header .header-nav-main nav > ul > li > a.actMn span:before {
        background-color: #e13611;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		opacity: 0;
        padding: 0;
        width: 200px;
        display: block;
        padding: 0;
        left: 50%;
        transform: translate(-50%, 0%) !important;
        top: 100%;
        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:hover > .dropdown-menu {
        border-top: 0px;
        opacity: 1;
        background-color: #fff;
        top: 90%;
        max-height: 1000px;
        padding: 20px 0;
        border: 1px solid #ddd;
        transform: translate3d(0, 0, 0);
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 16px;
        border-bottom: 0px;
        padding: 9px 0;
        line-height: 1.2em;
        text-align: center;

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

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

/* logoBox */
#header .lo_wrp a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .lo_wrp a svg {
    display: inline-block;
    vertical-align: middle;
}
/* logo svg */
#header.header-narrow .header-logo .logoSvg {
    line-height: 0px;
    padding: 10px 0;
}
/* .mo-header-body .header-logo .cls-1,
html.add-header #header .header-logo .logoSvg .cls-1,
html #header:hover .header-logo .logoSvg .cls-1,
html.sticky-header-active #header.header-narrow .header-logo .logoSvg .cls-1{
    fill:#000;
}

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

/* 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: #e13611;
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.lines_bar {
    display: inline-block;
    width: 35px;
    height: 1px;
    transition: 0.3s;
    position: relative;
    top: -8px;
    background-color: #222;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 35px;
    height: 1px;
    transition: 0.3s;
    position: absolute;
    background-color: #222;
    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 ,
.add-header .header-body .lines_bar,
.add-header .header-body .lines_bar:before,
.add-header .header-body .lines_bar:after,
.sticky-header-active .lines_bar,
.sticky-header-active .lines_bar:before,
.sticky-header-active .lines_bar:after,
.header-body:hover .lines_bar,
.header-body:hover .lines_bar:before,
.header-body:hover .lines_bar:after {
    background-color: #333;
}
@media (max-width:767px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 2px;
    }
    .lines_bar:before {
        top: 9px;
    }
    .lines_bar:after {
        top: -9px;
    }
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width: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: 80vw;
	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.9);
    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: 250px;
}
.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: #333;
    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: 20px;
    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;
}
/*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:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
    .conbox.conbox_xxxs {
        margin-top: 4px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 80px 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_xxxs {
    padding:40px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xxxs {
        padding: 20px 0;
    }
}


/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:767px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:767px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #ffba00 !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_navy {
    color: #00315c !important;
}
.c_pt {
    color: #f2360a !important;
}

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


/*card_select*/
.card_select .modal-content {
    overflow: hidden;
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    border: 0px;
    background-color: #fff;
    padding: 20px 15px;
    position: relative;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: 20px;
    height: 20px;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 20px;
    top: 20px;
    cursor: pointer;
    border: 0px;
}
.card_select .modal-header h4 {
    font-weight: 700;  
    line-height: 1.2em; 
}
.card_select .modal-header p {
    color: #999;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}
.card_select .modal-body {
    padding: 30px 50px 60px;
}
.card_select .modal-body > p {
    font-weight: 600;
    margin-bottom: 15px;
}
.card_select .modal-body > .bt_cmt {
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.card_select .modal-body .row {
    margin: 0 -5px;
}
.card_select .modal-body .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.card_select .modal-body ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:767px){
    .card_select .modal-body {
        padding: 20px 10px 40px;
    }
    .card_select .modal-body > p {
        margin-bottom: 5px;
    }
    .card_select .modal-body ul li a h6 {
        font-size: 13px;
    }
    .card_select .modal-body > .bt_cmt {
        font-size: 12px;
    }
}
/*gift_confirm*/
.gift_confirm .table tbody tr th,
.gift_confirm .table tbody tr td {
    border: 1px solid #aaa;
    padding: 15px;
    font-size: 15px;
    color: #444;
    border-right: 0px;
}
.gift_confirm .table tbody tr th {
    width: 25%;
    font-weight: 500;
    background-color: #fcfcfc;
    border-left: 0px;
}
.gift_confirm .bt_ {
    margin-top: 10px;
}
.gift_confirm .bt_ a {
    display: inline-block;
    color: #37018d;
    font-weight: 600;
}
.gift_confirm .infobox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.gift_confirm .infobox ul li {
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
}
.gift_confirm .infobox ul li span {
    position: absolute;
    left: 0;
}
.gift_confirm .wanningbox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #ffe5e5;
    border-radius: 10px;
}
.gift_confirm .wanningbox p {
    color: #d40707;
}
@media (max-width: 768px) {
    .gift_confirm .table tbody tr th,
    .gift_confirm .table tbody tr td {
        padding: 10px;
        font-size: 13px;
    }
    .gift_confirm .table tbody tr th {
        word-break: keep-all;
    }
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #ba706c;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:767px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 300;
}
@media (max-width:767px){
    .hList > li:after {
        top: 10px ;
    }
}

/* mtit */
.mtit {
    position: relative;
    z-index: 5;
}
.mtit h1 {
    line-height: 1.2em;
    color: #111;
    word-break: keep-all;
}
.mtit h4 {
    margin-top: 20px;
    line-height: 1.3em;
}
@media (max-width:992px){
    .mtit h4 {
        margin-top: 15px;
    }
}
/* borderSec */
.borderSec .conWrp {
    position: relative;
}
.borderSec .conWrp .con {
    position: absolute;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    top: 0;
    left: 50%;
    border: 2px solid #333;
    transform: translateX(-50%);
    background-color: #fff;
}
.borderSec .conWrp .con .top,
.borderSec .conWrp .con .bot {
    position: absolute;
    left: 0;
    width: 100%;
}
.borderSec .conWrp .con .top {
    top: 0;
}
.borderSec .conWrp .con .bot {
    bottom: 0;
}
.borderSec .conWrp .con .top:after,
.borderSec .conWrp .con .top::before,
.borderSec .conWrp .con .bot:after,
.borderSec .conWrp .con .bot::before {
    content: "";
    position: absolute;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #111;
    width: 20px;
    height: 20px;
}
.borderSec .conWrp .con .top::after {
    left: 15px;
    top: 15px;
}
.borderSec .conWrp .con .top::before {
    right: 15px;
    top: 15px;
}
.borderSec .conWrp .con .bot::after {
    bottom: 15px;
    left: 15px;
}
.borderSec .conWrp .con .bot::before {
    bottom: 15px;
    right: 15px;
}
@media (max-width:992px){
    .borderSec {
        padding-left: 15px;
        padding-right: 15px;;
    }
    .borderSec > .container {
        padding: 0px;
    }
}
/* visual */
#visual .bg {
    position: relative;
}
#visual .bg a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#visual .bg1 {
    background: url(../img/visual1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg2 {
    background: url(../img/visual2_bg.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg img {
    display: inline-block;
}
/* ms2Wrp */
#ms2Wrp {
    background: url(../img/ms2_bg.jpg) center top no-repeat;
}
#ms2Wrp #ms2 {
    overflow: hidden;
}
#ms2Wrp #ms2 .imgBox {
    position: relative;
}
#ms2Wrp #ms2 .imgBox::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    background-color: #0b2134;
    z-index: 1;
}
#ms2Wrp #ms2 .imgBox .img {
    position: relative;
}
#ms2Wrp #ms2 .imgBox .img .ms1_chk {
    position: relative;
    z-index: 4;
}
#ms2Wrp #ms2 .imgBox .img .logo_big {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(50%);
    z-index: 3;
}
#ms2Wrp #ms2 .imgBox .img .logo_big2 {
    top: calc(50% - 130px);
    transform: translateX(-50%);
}

@media (max-width:767px){
    #ms2Wrp #ms2 .imgBox .img .logo_big2 {
        top: calc(50% - 15vw);
    }
}
/* ms3 */
#ms3 .lined {
    width: 30%;
    height: 1px;
    background-color: #ddd;
    margin: 40px auto;
}
/* outreLined */
.outreLinedWrp {
    position: relative;
}
.outreLinedWrp .outreLined {
    position: absolute;
    background-color: #fff;
}
.outreLinedWrp.org .outreLined {
    background-color: #f2360a;
}
.outreLinedWrp .outreLined.left {
    height: 100%;
    width: 1px;
    top: 0;
    left: 15px;
}
.outreLinedWrp .outreLined.right {
    height: 100%;
    width: 1px;
    top: 0;
    right: 15px;
}
.outreLinedWrp .outreLined.top {
    width: 100%;
    height: 1px;
    left: 0;
    top: 15px;
}
.outreLinedWrp .outreLined.bottom {
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 15px;
}
/* ms4 */
#ms4Wrp {
    background-color: #e13611;
}
#ms4 {
    background: url(../img/ms4_bg.png) center bottom no-repeat;
}
#ms4 .mtit {
    padding: 0 15px;
}
#ms4 ul li .item {
    border-radius: 30px;
    background-color: #fff;
    padding: 50px 15px;
    max-width: 80vw;
    margin: 0 auto;
}
#ms4 ul li .item h3 {
    margin-top: 10px;
}
@media (max-width:767px){
    #ms4 ul li .item {
        padding: 20px 15px 20px 25px;
        border-radius: 10px;
    }
    #ms4 ul li .item > div {
        display: flex;
        align-items: center;
    }
    #ms4 ul li .item img {
        width: 60px;
    }
    #ms4 ul li .item h3 {
        padding-left: 20px;
        text-align: left;
        margin-top: 0px;
    }
}
/* ms5Wrp */
#ms5Wrp {
    background: url(../img/ms5_bg.png) center top no-repeat;
}
#ms5Wrp #ms5_2 {
    background: url(../img/ms5_2_bg.png) center bottom no-repeat;
    background-size: 100%;
}
@media (max-width: 992px) {
    #ms5Wrp #ms5_2 {
        background-size: 300%;
    }
}
/* ms6 */
#ms6Wrp .moo {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 20vw;
    z-index: 5;
}
#ms6 .listWrp {
    max-width: 1140px;
    margin: 0 auto;
}
#ms6 .listWrp .item {
    max-width: 555px;
    margin: 0 auto;
}
@media (max-width:767px) {
    #ms6 .listWrp .item {
        padding: 0 30px;
    }
}

/* btnWrp */
.btnWrp .btnItem {
    overflow: hidden;
    position: relative;    
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000;
    padding: 15px 30px;
    line-height: 1em;
    color: #fff;
    background-color: #000;
    font-weight: 500;
    border-radius: 5px;
    min-width: 180px;
    text-align: center;
}
.btnWrp .btnItem.bg_pt {
    border-color: #002f7c;
    background-color: #002f7c;
}
.btnWrp .btnItem.w {
    color: #037e95;
    border-color: #fff;
    background-color: #fff;
}
@media (max-width:767px){
    .btnWrp .btnItem {
        font-size: 13px;
        padding: 10px 15px;
        min-width: 120px;
    }
}
/* ms7Wrp */
#ms7Wrp {
    position: relative;
    background: url(../img/ms7_bg.png) center top;
}
#ms7Wrp .wave {
    background: url(../img/wave.png) 0 center repeat-x;
    height: 120px;
    width: 500%;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
}
#ms7Wrp:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #0b2134;
    z-index: 1;
}
#ms7Wrp .ms7Wrp_rotTxt {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: #0b2134;
    padding: 15px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: .8;
    z-index: 3;
}
#ms7Wrp .ms7Wrp_rotTxt span {
    display: flex;
    height: 30px;
    width: 100%;
    animation: moveBg 7s linear infinite;
    gap: 20px;
}
@keyframes moveBg {
    0% {transform: translateX(0)}
    100% {transform: translateX(-50%)}
}
#ms7Wrp #ms7 {
    position: relative;
    z-index: 5;
    padding-top: 200px;
}
@media (max-width:767px){
    #ms7Wrp #ms7 {
        padding-top: 100px;
    }
    #ms7Wrp .ms7Wrp_rotTxt span {
        height: 20px;
    }
}
/* scaleList */
#scaleList .slick-slide {
    padding: 0 10px;
}
#scaleList .slick-slide .ibox {
    position: relative;
}
#scaleList .slick-slide .ibox h3 {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: rgba(0, 49, 92, 0.9);
    width: 105px;
    padding-top: 5px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#scaleList .slick-slide .tbox {
    background-color: #000;
    padding: 20px 15px;
}
/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #111;
    opacity: 1;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    color: transparent;
}
.slick-dots li.slick-active button {
    background-color: #111;
}
@media (max-width: 768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 7px;
    }
    .slick-dots li button {
        width: 11px;
        height: 11px;
        border: 1px solid #111;
    }
}



/* ms1 */
#ms8 {
    position: relative;
    overflow: hidden;
}
#ms8 .gal1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 15vw;
}
#ms8 .gal2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    max-width: 15vw;
}
#ms8 .bgTxt {
    position: absolute;
    right: 2vw;
    bottom: 10%;
    max-width: 3200px;
}
#ms8 .txtBox > div {
    max-width: 700px;
    margin-left: auto;
}
#ms8 .container {
    position: relative;
}
#ms8 .container::before {
    content: "";
    position: absolute;
    right: -20vw;
    top: 48%;
    width: 700px;
    height: 700px;
    border: 2px solid #ddd;
    border-radius: 50%;
    transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); 
}
@media (max-width:1200px) and (min-width:992px){
   #ms8 .container{
		width: 100% !important;
   }
   .swiperMain .swiper-slide.swiper-slide-prev .ibox, .swiperMain .swiper-slide.swiper-slide-next .ibox {
		width: 30% !important;
	}
}

@media (min-width:991px){
    #ms8 .txtBox {
        position: absolute;
        left: 0;
        top: 0;
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        z-index: 5;
    }
}

@media (max-width:2050px) and (min-width:1922px){
	 #ms8 .container {
		width: 2000px;
	}
	#ms8 .container::before {
		right: -14vw;
	}

}
@media (max-width:2400px) and (min-width:2050px){
	 #ms8 .container {
		width: 2200px;
	}
	#ms8 .container::before {
		right: -10vw;
	}

}
@media (max-width:2800px) and (min-width:2400px){
	 #ms8 .container {
		width: 2600px;
	}
	#ms8 .container::before {
		right: -10vw;
	}

}

@media (max-width:1920px) and (min-width:1700px){
    #ms8 .container {
        width: 1600px;
    }
}
@media (max-width:1690px){
    #ms8 .container {
        width: 1500px;
    }
}
@media (max-width:1390px){
    #ms8 .container {
        width: 100%;
    }
}
@media (max-width:1690px){
    #ms8 .container {
        width: -30vw;
    }
}
@media (max-width:1500px){
    #ms8 .container::before {
        right: -25vw;
    }
}
@media (max-width:1300px){
    #ms8 .container::before {
        right: -30vw;
    }
}
@media (max-width:1200px){
    #ms8 .container::before {
        right: -40vw;
    }
}
@media (max-width:992px){
    #ms8 {
        padding: 60px 0;
    }
    #ms8 .container::before {
        display: none;
    }
    #ms8 .mtit {
        text-align: center;
    }
    #ms8 .txtBox {
        padding: 0 15px;
    }
    #ms8 .txtBox > div {
        margin-right: auto;
    }
}
/* bullet */
.swiper-container-vertical > .swiper-pagination-bullets {
    right: auto;
    left: 0;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: start;
    top: auto;
    bottom: 0px;
}
.swiper-pagination span {
    margin-right: 5px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #666;
}
@media (max-width:992px){
    .swiper-pagination {
        position: relative;
        margin: 15px 0 !important;
    }
}
/* swiperSub */
.swiperSub {
    height: 300px;
}
.swiperSub:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, #f7f7f7, transparent);
    z-index: 5;
}
.swiperSub::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, #f7f7f7, transparent);
    z-index: 5;
}
.swiperSub .iconTxt {
    display: flex;
    align-items: center;
    height: 100%;
}
.swiperSub .iconTxt .icon {
    width: 70px;
}
.swiperSub .iconTxt .icon img {
    background-color: #ebebeb;
    border-radius: 10px;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.swiperSub .swiper-slide.swiper-slide-active .iconTxt .icon img {
    background-color: #e6353f;
}
.swiperSub .iconTxt .icon img.nhv {
    display: inline-block;
}
.swiperSub .swiper-slide.swiper-slide-active .iconTxt .icon img.nhv {
    display: none;
}
.swiperSub .iconTxt .tbox {
    width: calc(100% - 70px);
    padding-left: 15px;
}
/* swiper-container  */
.swiperMain {
    width: 100%;
    height: 850px;
}
.swiperMain .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: end;
}
.swiperMain .swiper-slide .ibox {
    width: 40%;
    
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.swiperMain .swiper-slide.swiper-slide-prev .ibox,
.swiperMain .swiper-slide.swiper-slide-next .ibox {
    width: 23%;
	padding-left: 100px;
}



@media (max-width:1470px){
	.swiperMain .swiper-slide.swiper-slide-prev .ibox,
	.swiperMain .swiper-slide.swiper-slide-next .ibox {
		width: 23%;
		padding-left: 0px;
	}

	
	.swiperMain .swiper-slide.swiper-slide-prev .ibox,
	.swiperMain .swiper-slide.swiper-slide-next .ibox {
		text-align: right;
	}
}

.swiperMainMo .swiper-slide .ibox .img,
.swiperMain .swiper-slide .ibox .img {
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.swiperMainMo .swiper-slide:not(.swiper-slide-active) .ibox .img {
    padding: 10px;
}
.swiperMainMo .swiper-slide img {   
    border-radius: 50%; 
   /* filter: grayscale(1);*/
    z-index: 1;
    position: relative;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.swiperMainMo .swiper-slide.swiper-slide-active img {  
    filter: grayscale(0);
}
.swiperMain .swiper-slide .solImg {    
    border-radius: 50%; 
    width: 220px;
    height: 220px;
    transform: scale(1);
    z-index: 1;
    position: relative;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.swiperMain .swiper-slide.swiper-slide-active .solImg {
    transform: scale(2);
}
.swiperMain .swiper-button-prev {
    width: 56px;
    height: 30px;
    background: url(../img/arrows.png) center center no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    right: 76px;
    left: auto;
    background-color: transparent;
    box-shadow: 0 0 0;
}
.swiperMain .swiper-button-next {
    width: 56px;
    height: 30px;
    background: url(../img/arrows.png) center center no-repeat;
    background-size: 100%;
    right: 0px;
    background-color: transparent;
    box-shadow: 0 0 0;
}
.swiperMain .swiper-button-prev::after,
.swiperMain .swiper-button-next::after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
}
.swiperMainMo .swiper-button-prev,
.swiperMainMo .swiper-button-next {
    display: none !important;
}
@media (min-width:1470px){
    .swiperMain .swiper-slide {
        padding-right: 50px;
		text-align: center;
    }
}
@media (min-width:991px){
    .swiperMainMo {
        position: absolute;
        overflow: hidden;
        opacity: 0;
        z-index: -1;
    }
    .swiperMain .swiper-slide .ibox .img .logo .logo_cnt {
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        height: 35px;        
        width: 118px;
        padding: 0 0 0 4px;
        margin: 0 -4px;
        position: relative;
    }
    .swiperMain .swiper-slide .ibox .img .logo .logo_cnt img {
        max-width: none !important;
    }
    .swiperMain .swiper-slide .ibox:hover .img .logo .logo_cnt {
        padding: 0;
        margin: 0;
        width: 16px;

        transition: all 0.7s;
        -o-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        transition-delay: 0.3s;
    }
    .swiperMain .swiper-slide .ibox .img .logo .logo_cnt .logo_ct {
        opacity: 1;
        margin-right: -6px;

        transition: all 0.7s;
        -o-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        transition-delay: 0.3s;
    }
    .swiperMain .swiper-slide .ibox:hover .img .logo .logo_cnt .logo_ct {
        opacity: 0;
    }
    .swiperMain .swiper-slide .ibox .img .logo .logo_cnt .logo_rt {
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0;

        transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition-delay: 0.3s;
    }
    .swiperMain .swiper-slide .ibox:hover .img .logo .logo_cnt .logo_rt {
        opacity: 1;
    }
    .swiperMain .swiper-slide .ibox .img .logo .logo_cnt img {
        max-width: none !important;
    }
}
@media (max-width:992px){
    .swiperMain {
        position: absolute;
        overflow: hidden;
        opacity: 0;
        z-index: -1;
    }
}


/* ms9 */
#ms9 {
    position: relative;
    background: url(../img/ms7_bg.png) center top;
}
#ms9 .wave {
    background: url(../img/wave.png) 0 center repeat-x;
    height: 120px;
    width: 500%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 1;
}
#ms9 ul li .item {
    padding: 15px;
    border: 2px solid #333;
    background-color: #fff;
}
#ms9 ul li .item .img {
    position: relative;
}
#ms9 ul li .item .img .deco {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: rgba(0, 49, 92, 0.9);
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ms9 ul li .item .txt {
    padding: 15px 0 5px;
}

/* ms10 */
#ms10 .menuWrp {
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
}
#ms10 .menuWrp .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
#ms10 .menuWrp .nav-pills::before,
#ms10 .menuWrp .nav-pills::after {
    display: none;
}
#ms10 .menuWrp .nav-pills > li {
    float: none;
    margin: 0px !important;
}
#ms10 .menuWrp ul.nav-pills > li a {
    background-color: transparent;
    border: 1px solid transparent;
    color: #666;
    line-height: 1em;
    padding: 8px 30px;
    font-size: 18px;
    border-radius: 100px;
}
#ms10 .menuWrp ul.nav-pills > li.active > a {
    background-color: transparent;
    border: 1px solid #ed6c1f;
    color: #ed6c1f;
}
@media (max-width:767px){
    #ms10 .menuWrp ul .isotope-item {
        width: 50%;
    }
    #ms10 .menuWrp .nav-pills {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    #ms10 .menuWrp ul.nav-pills > li a {
        padding: 5px 20px;
        font-size: 15px;
    }
}
/* ms11 */
#ms11Wrp {
    background-color: #0b2134;
    position: relative;
    overflow: hidden;
}
#ms11Wrp .ms11Wrp_rotTxt {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    background-color: #0b2134;
    padding: 0 15px;
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    z-index: 3;
}
#ms11Wrp .ms11Wrp_rotTxt2 {
    left: auto;
    right: 20px;
}
#ms11Wrp .ms11Wrp_rotTxt span {
    display: flex;
    flex-direction: column;
    width: 180px;
    height: 100%;
    animation: moveBg2 20s linear infinite;
    gap: 20px;
    max-width: 2vw;
}
@keyframes moveBg2 {
    0% {transform: translateY(0)}
    100% {transform: translateY(-50%)}
}
#ms11 .big {
    border: 2px solid #fff;
    padding: 40px 60px;
    border-radius: 40px;
    display: inline-block;
}
#ms11 .big h1 {
    display: block;
    align-items: center;
}

@media (max-width:767px){
    #ms11Wrp {
        padding-left: 10vw;
        padding-right: 10vw;
    }
    #ms11Wrp .ms11Wrp_rotTxt {
        padding: 0 10px;
        border-width: 1px;
        left: 3px;
        border-color: rgba(255, 255, 255, 0.5);
    }
    #ms11Wrp .ms11Wrp_rotTxt2 {
        right: 3px;
        left: auto;
    }
    #ms11 .big {
        border: 1px solid #fff;
        padding: 20px 30px;
        border-radius: 20px;
    }
    #ms11 .big h1 img {
        width: 30px;
    }
}
/* table  */
.table.table_cost thead tr th {
    text-align: center;
    background-color: #e13611;
    color: #fff;
    border: 1px solid #ddd;
    font-size: 22px;
    font-weight: 700;
    padding: 15px;
}
.table.table_cost tbody tr th,
.table.table_cost tbody tr td {
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #ddd;
    font-weight: 500;
    padding: 15px;
    line-height: 1.4em;
    word-break: keep-all;
}
.table.table_cost.dark tbody tr:not(:last-child) th,
.table.table_cost.dark tbody tr:not(:last-child) td {
    color: #444;
    border-color: #333;
}
.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 {
    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 {
    border-right: 0;
}
.table.table_cost tbody tr th {
    font-weight: 500;
}
.table.table_cost tbody tr th.bg {
    background-color: rgba(0,0,0,0.1);
    border-right: 1px solid #fff;
}
.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:not(.def) tbody tr:last-child th,
.table.table_cost:not(.def) tbody tr:last-child td {
    background-color: #000;
    border-color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}
@media (min-width:1200px){
    .tableListWrp {
        max-width: 1630px;
        margin: 0 auto;
    }
    .tableListWrp .pList {
        max-width: 90%;
        margin: 0 auto;
    }
    .tableCostWrp {
        width: 80%;
        margin: 0 auto;
    }
}
@media (max-width:1200px){
    .tableListWrp {
        padding: 0 15px;
    }
}
@media (max-width:992px){
    .tableCostWrp .tableWrp {
        overflow-x: scroll;
    }
    .tableList li:not(:first-child) {
        margin-top: 40px;
    }
}
@media (max-width:767px){
    .table.table_cost tbody tr th,
    .table.table_cost tbody tr td {
        padding: 7px;
    }
    .table.table_cost thead tr th,
    .table.table_cost tbody tr:last-child th,
    .table.table_cost tbody tr:last-child td {
        font-size: 16px;
        vertical-align: middle;
    }
    .table.table_cost tbody tr th,
    .table.table_cost tbody tr td {
        font-size: 14px;
    }
    .table.table_cost:not(.def) tbody tr:last-child th,
    .table.table_cost:not(.def) tbody tr:last-child td {
        font-size: 19px;
    }
}

/* form */
.form {
    max-width: 1200px;
    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: #fff;
    font-size: 18px;
}
.form ul li select.form-control option {
    background-color: #00315c;
}
.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: #e13611;
    width: 100%;
    display: block;
    border: 0px;
    padding-top: 3px;
    font-weight: 700;
}
@media (min-width:991px){
    .form {
        border: 1px solid #fff;
        padding: 2.5vw 3.5vw;
    }
}
@media (max-width:767px){
    .form .top h3,
    .form .top p {
        margin-right: 5px;
    }
    .form ul li {
        padding-left: 0;
        margin: 12px 0;
    }
    .form ul li label,
    .form ul li select.form-control,
    .form ul li input.form-control {
        height: 45px;
        font-size: 16px;
    }
    .form ul li label {
        line-height: 30px;
        height: 30px;
        position: relative;
    }
    .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;
    }
}

/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #1c1c1c;
    border-top: 0px;
    padding: 60px 0 140px !important;
}
#footer .logoWrp .c ,
#footer .logoWrp .d {
    fill:#fff;
}
#footer .logoWrp .b {
    fill:#333;
}
#footer h6 {
    color: #bfbfbf;
    margin-top: 15px;
}
#footer h6 .fcon {
    display: inline-block;
    margin-right: 10px;
}
#footer h6 .fcon strong {
    display: inline-block;
    margin-right: 5px;
}
#footer .rt {
    text-align: right;
}
#footer .rt span {
    display: block;
    opacity: 0.5;
    cursor: pointer;
    font-weight: 700;
     
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#footer .rt span:hover{
    opacity: 1;
}
@media (max-width:767px){
    #footer {
        padding: 30px 0 100px !important;
    }
}
/* fsns */
#footer .fsns {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
#footer .fsns span {
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
}
#footer .fsns span::after,
#footer .fsns span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% !important;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#footer .fsns span::after {
    opacity:0.6;
}
#footer .fsns span::before {
    opacity: 1;
}
#footer .fsns span.sns1::after {
    background: url(../img/fsns1.png) center center no-repeat;
}
#footer .fsns span.sns2::after {
    background: url(../img/fsns2.png) center center no-repeat;
}
#footer .fsns span.sns3::after {
    background: url(../img/fsns3.png) center center no-repeat;
}
#footer .fsns span.sns4::after {
    background: url(../img/fsns4.png) center center no-repeat;
}
@media (max-width:767px){
    #footer svg {
        max-width: 60%;
        min-width: 180px;
    }
    #footer .c_wrp > div {
        text-align: center;
    }
    #footer .c_wrp > .rt {
        padding-top: 15px;
    }
    #footer .fsns {
        margin: 0 2px;
        margin-top: 15px;
    }
    #footer .fsns span {
        width: 35px;
        height: 35px;
    }
}


/* quickForm */
#quickForm {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    z-index: 200;
    padding: 10px 0;
}
#quickForm .fbox {
    display: flex;
    margin: 0 -15px;
    align-items: center;
}
#quickForm .fbox > div {
    padding: 0 15px;
}
#quickForm .sub h4 {
    white-space: nowrap;
    font-weight: 700;
}
#quickForm .con .row {
    margin: 0 -2px;
}
#quickForm .con .row > li,
#quickForm .con .row > div {
    padding: 0 2px;
}
#quickForm .con .form-control {
    border: 0px;
    height: 45px;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 17px;
    border-radius: 0;
    box-shadow: 0 0 0 ;
}
#quickForm .con .form-control option {
    background-color: #000;
}
#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: #fff;
    background-color: #0b2134;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    padding: 0 50px;
    border: 0px;
    font-weight: 700;
}
@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 h4 {
        font-size: 25px;
        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: #0b2134;
    z-index: 15;
    bottom: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
}

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


/* ms12Wrp */
#ms12Wrp {
    position: relative;
    overflow: hidden;
}
#ms12Wrp .ms12Wrp_rotTxt {
    border-right: 2px solid #aaa;
    border-left: 2px solid #aaa;
    padding: 0 15px;
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    z-index: 3;
}
#ms12Wrp .ms12Wrp_rotTxt2 {
    left: auto;
    right: 20px;
}
#ms12Wrp .ms12Wrp_rotTxt span {
    display: flex;
    flex-direction: column;
    width: 180px;
    height: 100%;
    animation: moveBg2 20s linear infinite;
    gap: 20px;
    max-width: 3vw;
}
@keyframes moveBg2 {
    0% {transform: translateY(0)}
    100% {transform: translateY(-50%)}
}
@media (max-width:767px){
    #ms12Wrp {
        padding-left: 10vw;
        padding-right: 10vw;
    }
    #ms12Wrp .ms12Wrp_rotTxt {
        padding: 0 10px;
        border-width: 1px;
        left: 3px;
        border-color: rgba(255, 255, 255, 0.5);
    }
    #ms12Wrp .ms12Wrp_rotTxt2 {
        right: 3px;
        left: auto;
    }
}


/* ms12 */
#ms12 {
    position: relative;
    background: url(../img/ms12_bg.png) center center no-repeat;
    background-size: cover;
}
#ms12 .perBox {
    border-radius: 30px;
    background-color: rgba(70, 2, 0, 0.3);
    padding: 80px 40px;
}
#ms12 .perBox .pList p {
    color: #d47e9f;
    font-weight: 400;
}
@media (max-width:992px) {
    #ms12 .perBox {
        border-radius: 10px;
        padding: 40px 0;
    }
    #ms12 .perBox .fbox {
        flex-wrap: wrap;
    }
    #ms12 .perBox .fbox div {
        width: 100%;
    }
    #ms12 .perBox .lft {
        padding: 0 20px 20px;
    }
    #ms12 .perBox .rt {
        padding: 0 20px;
    }
}

/* ms13 */
#ms13 {
    background-color: #0b2134;
}
#ms13 .item {
    background-color: #fff;
    border-radius: 30px;
    padding: 50px 15px;
}
#ms13 .item h3 {
    line-height: 1.1em;
    margin-top: 15px;
}
@media (max-width:767px){
    #ms13 ul {
        padding: 0 15px;
    }
    #ms13 .item {
        border-radius: 10px;
        padding: 30px 15px;
    }
    #ms13 .item img {
        width: 70px;
    }
}

/* ms14 */
@media (min-width:991px){
    #ms14 {
        background: url(../img/ms2_bg.jpg) center top no-repeat;
        background-attachment: fixed;
    }
}
@media (max-width:992px){
    #ms14 {
        background: url(../img/ms2_bg.jpg) center top no-repeat;
        background-size: cover;
    }
}

/* numList */
.numList {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.numList .item .num {
    background-color: #ff7427;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
@media (min-width:768px){
    .numList .item {
        display: flex;
    }
    .numList .item .num {
        width: 80px;
    }
    .numList .item .txt {
        width: calc(100% - 80px);
        padding-left: 25px;
    }
}
@media (max-width:767px){
    .numList {
        padding: 30px 15px;
    }
    .numList .item .num {
        padding: 7px;
        display: block;
        width: 42px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .numList .item .num h1 {
        font-size: 15px;
    }
    .numList .item .txt {
        text-align: center;
    }
}