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

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

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

/*setting*/
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:1170px){
    .hid-min {
        display: none;
    }
}
@media (max-width:1170px){
    .hid-max {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*row*/
.row.mini_row {
    margin: 0 -5px;
}
.row.mini_row > li,
.row.mini_row > div {
    padding: 0 5px;
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}


/* maxW */
.maxW10 { max-width: 10px; }
.maxW20 { max-width: 20px; }
.maxW30 { max-width: 30px; }
.maxW40 { max-width: 40px; }
.maxW50 { max-width: 50px; }
.maxW60 { max-width: 60px; }
.maxW70 { max-width: 70px; }
.maxW80 { max-width: 80px; }
.maxW90 { max-width: 90px; }
.maxW100 { max-width: 100px; }
.maxW150 { max-width: 150px; }
.maxW180 { max-width: 180px; }
.maxW200 { max-width: 200px; }
.maxW250 { max-width: 250px; }
.maxW300 { max-width: 300px; }
.maxW400 { max-width: 400px; }
.maxW500 { max-width: 500px; }
.maxW600 { max-width: 600px; }
.maxW700 { max-width: 700px; }
.maxW800 { max-width: 800px; }
.maxW820 { max-width: 820px; }
.maxW900 { max-width: 900px; }
.maxW1000 { max-width: 1000px; }
.maxW1100 { max-width: 1100px; }
.maxW1200 { max-width: 1200px; }
.maxW1260 { max-width: 1260px; }
.maxW1300 { max-width: 1300px; }
.maxW1400 { max-width: 1400px; }

/* alingCenter */
.alingCenter {
    margin-left: auto;
    margin-right: auto;
}
/* fBox */
.fBox {
    display: flex;
}
.fBox.fBoxCenter {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}
.fBox.fBoxCenter > div {
    width: 100%;
}
.fBox.fBoxhalf {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.fBox.fBoxhalf > div {
    width: 50%;
}
@media (max-width:768px){
    .fBox.noMobile {
        display: block;
    }
    .fBox.noMobile > div {
        width: auto;
    }
}
/* header */
#header .header-body {
    padding: 0 15px;
    border-top: 0px;
}
/* html #header.header-transparent:hover .header-body:before {
    background-color: #fff;
    opacity: 1;
} */
@media (min-width:992px){
    #header .header-body {
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    }	
}	
@media (max-width:992px){
	html #header.header-transparent,
	html #header.header-transparent .header-body {
		position: relative !important;
	}
	html.sticky-header-active #header.header-transparent .header-body {
		position: fixed !important;
	}
	#header .header-body {
		background-color: #fff !important;
	}	
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    padding: 30px 20px;
    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-shape nav > #mainNav > li:hover a,
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #ff4655;
}
.header-shape nav > #mainNav > li .link_icon .cls-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-shape nav > #mainNav > li:hover .link_icon .cls-1{
    stroke: #ff4655;
}
.header-shape nav > #mainNav > li:hover .dropdown-menu a,
html.sticky-header-active .header-shape nav > #mainNav > li .dropdown-menu a {
    color: #333;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a {
    padding: 15px 20px;
    color: #222;
}
/* .header-shape:hover nav > #mainNav > li a, */
html.sticky-header-active .header-shape nav > #mainNav > li a:hover {
    color: #000;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 8px 10px;
	font-size: 17px;
	text-align: center;
}
.header-shape nav > #mainNav > li > .dropdown-menu li:hover a {
    background-color: transparent;
    color: #ff4655;
}

@media (max-width:1400px) {
    .header-shape nav > #mainNav > li > a {
        font-size: 17px;
        padding: 30px 15px;
    }
    html.sticky-header-active .header-shape nav > #mainNav > li > a {
        padding: 20px 35px;
    }
}
@media (max-width:1300px) {
    .header-shape nav > #mainNav > li > a {
        font-size: 17px;
    }
}
/* sticky-header-active==================== */
/* logo */
.e{clip-path:url(#b);}
.f{clip-path:url(#c);}
.g{fill:none;}

#header .logoWrp .d ,
#header .logoWrp .h ,
#header .logoWrp .i {
    fill:#fff;
}
/* #header:hover .logoWrp .d , */
.mobile-nav .logoWrp .d ,
html.sticky-header-active #header .logoWrp .d {
    fill:#4f8a96;
}
/* #header:hover .logoWrp .h , */
.mobile-nav .logoWrp .h ,
html.sticky-header-active #header .logoWrp .h {
    fill:#265466;
}
/* #header:hover .logoWrp .i , */
.mobile-nav .logoWrp .i ,
html.sticky-header-active #header .logoWrp .i {
    fill:#032938;
}

.mobile-nav .lines_bar,
.mobile-nav .lines_bar:before,
.mobile-nav .lines_bar:after,
/* #header:hover .lines_bar,
#header:hover .lines_bar:before,
#header:hover .lines_bar:after, */
html.sticky-header-active #header .lines_bar,
html.sticky-header-active #header .lines_bar:before,
html.sticky-header-active #header .lines_bar:after {
    background-color: #333;
}
@media (max-width:992px) {
    #header .logoWrp .d {
        fill:#4f8a96;
    }
    #header .logoWrp .h {
        fill:#265466;
    }
    #header .logoWrp .i {
        fill:#032938;
    }
}
/* //sticky-header-active==================== */


/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox,
#header .lastBox {
    width: 250px;
}
#header .linkBox {
    width: calc(100% - 500px);
}
@media (max-width:1600px){
    #header .logoBox,
    #header .lastBox {
        width: 150px;
    }
    #header .linkBox {
        width: calc(100% - 300px);
    }
}
@media (max-width:1400px){
    #header .logoBox {
        width: 150px;
    }
    #header .lastBox {
        width: 135px;
    }
    #header .linkBox {
        width: calc(100% - 185px);
    }
}
@media (max-width:992px){
    #header .header-body .m_wrp {
        display: flex;
        align-items: center;
    }
    #header .logoBox {
        width: 150px;
        order: 1;
    }
    #header .lastBox {
        width: calc(100% - 200px);
        order: 2;
    }
    #header .linkBox {
        width: 50px;
        order: 3;
    }
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .logoBox a img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:768px){
    #header .logoBox a img {
        width: 130px;
    }
}
/* lastBox */
#header .lastBox a {
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
    padding: 10px 24px;
    border-radius: 100px;
    background-color: #ef3f41;
    color: #fff;
    /* background-color: #f5f831;
    color: #271a1a; */
    font-size: 17px;
    font-weight: 600;
}
@media (max-width:500px){
    #header .lastBox a {
        padding: 5px 15px;
        font-size: 14px;
    }
}
/* linkBox */
#header .linkBox {
    text-align: center;
}
#header .linkBox .navWrp {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
/* Header Drop Menu */	
#header nav > ul > .dropdown i {
    display: none;
}
@media (min-width:992px) {	
    #header nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 0;
        padding: 0;
		left: 0 !important;
        width: 120%;
        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 nav > ul > li.dropdown:nth-child(2) > .dropdown-menu {
		left: calc(50% - 90px) !important;
        width: 180px;
    }
	#header 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);
	}
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin: 10px 0;
    margin-left: 10px;
}
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
.mobile-nav .lines_bar {
    background-color: transparent !important;
}
.mobile-nav .lines_bar:before,
.mobile-nav .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.mobile-nav .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-nav .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
@media (max-width:992px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        background-color: #333;
    }
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	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,1);
    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: 200px;
}
.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: #666;
    border: 0;
    padding: 20px 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 #eee;
    line-height: 1em;
    padding: 6px 0 5px;
    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: 15px;
	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 {
    stroke:#666;
    stroke-width:5px;
}
.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: 15px;
}
.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: 50px 0;
}
.sec_dvd.sec_dvd_xxxs {
    padding: 30px 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: 15px 0;
    }
}

/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:768px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ab053a !important;
}
.c_lorg {
    color: #f4670b !important;
}
.c_yl {
    color: #ffdf35 !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #ab053a !important;
}
.c_pp {
    color: #37018d !important;
}
.c_bl {
    color: #032938 !important;
}
.c_lbl {
    color: #99bae0 !important;
}
.c_navy {
    color: #14273f !important;
}
.c_sky {
    color: #4f90ff !important;
}
.c_lsky {
    color: #36d6cc !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #ff4655 !important;
}

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

/* footer */
#footer {
    margin-top: 0px !important;
    border-top: 0px solid #ddd;
    background-color: #111;
    padding: 40px 0 !important;
}
#footer .fWrp {
    position: relative;
}
#footer .flogo {
    position: absolute;
    right: 0;
    top: calc(50% - 31px);
}
#footer h6 {
    line-height: 1.7em;
    color: #aaa;
}
#footer h6 strong {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}
@media (max-width:768px){
    #footer {
        padding: 25px 0 !important;
    }
}

/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 500px;
}
#visual .bg.bg4 {
    background: url(../img/visual_bg4.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg1 {
    background: url(../img/visual_bg1.jpg) 70% center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/visual_bg2.jpg) 60% center no-repeat;
    background-size: cover;
}
#visual .bg.bg3 {
    background: url(../img/visual_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#visual .tcon {
    max-width: 1100px;
    padding: 0 25px;
    margin: 0 auto;
    text-align: left;
}
#visual .tcon p {
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    position: relative;
}
@media (min-width:768px){
    #visual .tcon h5 {
        padding-left: 30px;
    }
    #visual .tcon h5:after {
        content: "";
        position: absolute;
        left: 0;
        top: 13px;
        width: 17px;
        height: 1px;
        background-color: rgba(255,255,255,0.8);
    }
    #visual_wrp #arr_wrp {
        width: 50%;
        position: absolute;
        left: 50%;
        top: calc(50% - 35px);
    }
    #visual_wrp #arr_wrp .con {
        max-width: 570px;
        margin-right: auto;
        padding: 0 20px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        margin-left: auto;
        width: 70px;
        height: 70px;
        background: url(../img/v_arr.png) center center no-repeat;
        position: relative;
        cursor: pointer;
    }
}
@media (min-width:769px){
    #visual .txt1 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -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;
        transition-delay: 0.5s;
    }
    #visual .slick-current .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt2 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -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;
        transition-delay: 1s;
    }
    #visual .slick-current .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt3 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -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;
        transition-delay: 1.5s;
    }
    #visual .slick-current .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt4 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -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;
        transition-delay: 2s;
    }
    #visual .slick-current .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt5 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -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;
        transition-delay: 2s;
    }
    #visual .slick-current .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 400px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        width: 80px;
        height: 80px;
    }
}
@media (max-width:768px){
    #visual .bg {
        height: 400px;
    }
    #visual .bg.bg4 {
        background: url(../img/visual_bg4_m.jpg) center center no-repeat;
        background-size: cover;
    }
    #visual .bg .m_wrp {
        height: 65%;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
    }
    #visual_wrp #arr_wrp {
        display: none;
    }
}
/*Slider - navigation*/
#slider_bt {
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 0;
    z-index: 100;
}
#slider_bt .con {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center;
}
#slider_bt .slider-nav .slick-track {
    width: auto !important;
}
#slider_bt .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    float: none;
}
#slider_bt .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 7px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
}
#slider_bt .slider-nav .slick-track .slick-slide.is-active span {
    opacity: 1;
}
@media (max-width:992px){
    #slider_bt .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #slider_bt .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
@media (max-width:768px){
    #slider_bt .slider-nav .slick-track {
        text-align: center;
    }
}

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

/* btnWrp */
.btnWrp .btnMain {
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    padding: 0 45px 0 25px;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-weight: 500;
    position: relative;
}
.btnWrp .btnMain.gray {
    font-size: 17px;
    border-color: #b7b7b7;
    color: #b7b7b7;
    background-color: transparent;
}
.btnWrp .btnMain.trans {
    background-color: transparent;
}
.btnWrp .btnMain .more {
    position: absolute;
    right: 25px;
    width: 10px;
    top: 0;
    text-align: center;
}
.btnWrp .btnItem {
    font-size: 17px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 25px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    position: relative;
    width: 100%;
    border-color: #b7b7b7;
    color: #b7b7b7;
    background-color: transparent;
    
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnWrp .btnItem:hover {
    background-color: #14a5c3;
    border-color: #14a5c3;
    color: #fff;
}
.btnWrp .btnDown {
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    padding: 0 25px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    position: relative;
    border-color: #14a5c3;
    color: #fff;
    background-color: #14a5c3;
    margin-bottom: 3px;
}
.btnWrp .btnDown.dk {
    border-color: #032938;
    color: #fff;
    background-color: #032938;
}
@media (max-width:768px) {
    .btnWrp .btnMain {
        font-size: 14px !important;
        line-height: 30px;
        padding: 0 40px 0 20px;
    }
    .btnWrp .btnDown {
        font-size: 14px !important;
        line-height: 30px;
        padding: 0 20px;
    }
    .btnWrp .btnDown img {
        width: 15px;
        margin-left: 5px;
    }
}

/* ms1 */
#ms1 .ban {
    display: block;
    text-decoration: none;
    height: 200px;
    text-align: center;
    border-radius: 20px;
}
#ms1 .ban.ban1 {
    background: url(../img/ban1.jpg) center center no-repeat;
    background-size: cover;
}
#ms1 .ban.ban2 {
    background: url(../img/ban2.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:992px) {
    #ms1 .ban {
        border-radius: 10px;
        margin-bottom: 30px;
        height: 130px;
    }
}


/*latest_notice*/
.latest_notice ul li {
    border-bottom: 1px solid #ddd;
}
.latest_notice ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 1.2em;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 0;
    padding-left: 120px;
    padding-right: 40px;
    font-weight: 400;
    
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.latest_notice ul li a:hover {
    color: #ff4655;
}
.latest_notice ul li a .data {
    position: absolute;
    left: 0;
    color: #999;
}
@media (min-width:768px){
    .latest_notice ul li a:after {
        content: "";
        position: absolute;
        right: 15px;
        top: calc(50% - 7px);
        width: 25px;
        height: 14px;
        opacity: .5;
        background: url(../img/ltst_arr.png) center center no-repeat;
        
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .latest_notice ul li a:hover:after {
        opacity: 1;
        right: 0;
    }
}
@media (max-width:768px){
    .latest_notice ul li a {
        font-size: 15px;
        padding: 11px 0;
        padding-left: 90px;
    }
    .latest_notice ul li a .data {
        font-size: 13px;
    }
}

/* mtit */
.mtit .rt a {
    text-decoration: none;
    display: inline-block;
}
@media (min-width:768px){
    .mtit .rt {
        text-align: right;
    }
}
@media (max-width:768px){
    .mtit {
        text-align: center;
    }
}
/* teachList */
.teachList {
    margin: 0 -15px;
}
.teachList .slick-slide {
    padding: 0 15px 15px;
}
.teachList li a {
    text-decoration: none;
    display: block;
    border-radius: 15px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    padding: 30px 15px;
}
.teachList li a .prof {
    display: flex;
    align-items: center;
}
.teachList li a .prof .img {
    width: 30%;
    text-align: center;
}
.teachList li a .prof .img img {
    border-radius: 50%;
}
.teachList li a .prof .txt {
    width: 70%;
    padding-left: 15px;
}
.teachList li a .tag h6 {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 4px;
    background-color: #fff4f5;
    line-height: 1em;
    padding: 8px;
    border-radius: 4px;
    color: #ff4655;
}

@media (max-width:768px){
    .teachList {
        margin: 0 -5px;
    }
}

/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
    line-height: 8px;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50px;
    padding: 0;
    color: transparent;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background-color: #a4a4a4;
}
.slick-dots li.slick-active button {
    background-color: #ff4655;
    opacity: 1;
    width: 25px;
}
#nv-slide .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
}

/* slick-arrow */
.slick-arrow {
    position: absolute;
    top: calc(50% - 19px);
    width: 19px;
    height: 38px;
    background: url(../img/arr_bsn.png) center center no-repeat;
    border: 0px;
    color: transparent;
    border-radius: 50%;
}
.slick-arrow.slick-prev {
    left: -50px;
}
.slick-arrow.slick-next {
    right: -50px;
    transform: rotate(180deg);
}

/* ms3 */
#ms3 {
    background-color: #f7f7f7;
}
/* rvList */
.rvList {
    margin: 0 -15px;
}
.rvList .slick-slide {
    padding: 0 15px 15px;
}
.rvList li a {
    text-decoration: none;
    display: block;
}
.rvList li a .stars {
    border-radius: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #818181;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}
.rvList li a .stars h4,
.rvList li a .stars .star {
    display: inline-block;
    align-items: center;
    line-height: 1em;
}
.rvList li a .stars h4 {
    margin-right: 10px;
}
.rvList li a .stars .star i {
    display: inline-block;
    align-items: center;
    font-size: 24px;
    line-height: 1em;
}
.rvList li a .txt {
    text-decoration: none;
    display: block;
    border-radius: 15px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    padding: 30px 20px;
    background-color: #fff;
}
.rvList li a .txt .cont {
    font-size: 16px;
    line-height: 1.3em;
    min-height: 130px;
}
@media (max-width:768px){
    .rvList {
        margin: 0 -5px;
    }
}

/* ms4 */
.proc {
    padding: 30px;
    border-radius: 30px;
    border: 1px dashed #aaa;
    text-decoration: none;
    position: relative;
}
.proc h4 {
    line-height: 30px;
    position: absolute;
    left: 0;
    top: -15px;
    text-align: center;
    width: 100%;
}
.proc h4 span {
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
}
.proc ul {
    max-width: 900px;
    margin: 0 auto;
}
.proc .row {
    margin: 0 -10px;
}
.proc ul li {
    padding: 0 10px;
    position: relative;
}
.proc .item {
    border: 1px solid #ff4655;
    border-radius: 20px;
    background-color: #fff7f7;
    padding: 40px 15px;
}
@media (min-width:768px){
    .proc ul li .arrWrp {
        position: absolute;
        text-align: center;
        width: 40px;
        height: 100%;
        top: 0;
        right: -20px;
        z-index: 3;
    }
    .proc ul li .arrWrp .arr {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .proc ul li .arrWrp .arr i {
        font-size: 30px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        background-color: #ff4655;
        color: #fff;
        border-radius: 50%;
        display: inline-block;
    }
}
@media (max-width:768px){
    .proc {
        padding: 20px 25px;
        border-radius: 10px;
    }
    .proc .item {
        border-radius: 10px;
        padding: 20px 15px;
    }
    .proc ul li .arrWrp .arr i::before{
        content: "\EA4E";
    }
    .proc ul li {
        padding: 10px 0;
    }
    .proc ul li .arrWrp {
        position: absolute;
        text-align: center;
        width: 100%;
        height: 30px;
        bottom: -15px;
        left: 0;
        z-index: 3;
    }
    .proc ul li .arrWrp .arr {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    .proc ul li .arrWrp .arr i {
        font-size: 20px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        background-color: #ff4655;
        color: #fff;
        border-radius: 50%;
        display: inline-block;
    }
}

/* subtop */
#subtop .c_wrp {
    height: 350px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.8);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 220px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid #eee;
}
#site_config .site {
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 210px;
    position: relative;
    border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    background-color: #ff4655;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#site_config .site .home svg {
    width: 14px;
}
#site_config .site .home .cls-1 {
    stroke: #666;
}
#site_config .site .home li:hover .cls-1 {
    stroke: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 20px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #ff4655;
}
#site_config .site .home > ul li a:hover{
    background-color: #ff4655;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 200px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 14px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 120px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 15px;
    }
    #site_config .site .home > ul li a {
        font-size: 14px;
        padding: 5px 15px;
    }
    #site_config .site .home svg {
        width: 9px;
    }
}

/* btnBox */
.btnBox a {
    text-decoration: none;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 5px;
    background-color: #f7e509;
    font-size: 20px;
    font-weight: 700;
    color: #2c120d;
}
.btnBox a span,
.btnBox a img {
    display: inline-block;
    vertical-align: middle;

	font-size: 23px;
}
@media (max-width:768px){
    .btnBox a {
        padding: 10px 30px;
        font-size: 15px;
    }
    .btnBox a img {
        width: 18px;
    }
}

/* quick_banner */
#quick_banner {
   position: fixed;
    z-index: 999;
    right: 10px;
    top: 10%;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#quick_banner.closed {
    transform: translateX(calc(100% + 10px));
}
#quick_banner .quickFloatActor {
    position: absolute;
    right: 100%;
    top: 0px;
    cursor: pointer;
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff;
    border-right: 0px;
    padding: 5px 3px 7px;
    writing-mode: vertical-lr;
    letter-spacing: 1px;
    text-align: center;
}
#quick_banner h3, 
#quick_banner p{
    background: #000;
	    padding: 10px 0px;
}
#quick_banner img {
  width:250px;
}
/*remote_quick*/
#remote_quick {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
}
#remote_quick li {
    margin: 10px 0;
}
#remote_quick li a {
    text-decoration: none;
    display: block;
    text-decoration: none;
    position: relative;
}
#remote_quick li a img {
    width: 60px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
    border-radius: 50%;
}
#remote_quick li:not(:last-child) a img {
    background-color: #f7e509;
}
#remote_quick li a span {
    position: absolute;
    right: 20%;
    width: 120px;
    background-color: #222;
    text-align: center;
    color: #fff;
    line-height: 1em;
    padding: 6px 0 8px;
    border-radius: 4px;
    top: calc(50% - 14px);
    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;
}
#remote_quick li a:hover span {
    right: 100%;
    opacity: 1;
}
#remote_quick li a span:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #222;
}
@media (max-width:992px){
    #remote_quick {
        top: auto;
        right: 15px;
        bottom: 15px;
    }
    #remote_quick li {
        margin: 5px 0;
    }
    #remote_quick li a img {
        width: 35px;
    }
    #remote_quick li a span {
        display: none;
    }
	#quick_banner img {
		width: 180px;
	}
}
/* ms0 */
#ms0 {
    background-color: #111;
}