/* 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 (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*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/* header */
#header {
    z-index: 1000;
}
#header .header-body {
    padding: 10px 0;
    border-top: 0px;
}
@media (min-width:992px){
    #header .header-body {
        border-bottom: 1px solid rgba(0,0,0,0.2) !important;
        background-color: #fff !important;
    }
    #header.header-transparent .header-body {
        background-color: rgba(0,0,0,0.2) !important;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    }
    html #header.header-transparent:hover .header-body:before {
        /* background-color: #fff;
        opacity: 1; */
    }
}	
@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;
        padding: 10px 0px;
	}	
	html.sticky-header-active #header.header-transparent .header-body:before {
        background-color: #fff;
        opacity: 1;
        /* border-bottom: 1px solid #333 */
    }
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: rgba(255,255,255,0.7);
    font-size: 20px;
    font-weight: 600;
    padding: 20px 50px;
    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 a:hover {
    color: #fff !important;
}
.header-shape nav > #mainNav > li a .en {
    font-size: 0.8em;
}
html.sticky-header-active .header-shape nav > #mainNav > li a:hover {
    color: #0090d5 !important;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a {
    padding: 10px 50px;
}
/* .header-shape:hover nav > #mainNav > li a, */
.header-shape nav > #mainNav > li a:hover {
    color: #000;
}
html .header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 8px 10px;
	font-size: 18px;
	text-align: center;
    color: #666;
    font-weight: 500;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #0090d5 !important;
}
html .header-shape.sub-header nav > #mainNav > li a,
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #333;
}

@media (max-width:1600px) {
    .header-shape nav > #mainNav > li > a {
        padding: 30px 25px;
    }
    html.sticky-header-active .header-shape nav > #mainNav > li > a {
        padding: 20px 25px;
    }
}

/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 30%;
}
#header .linkBox {
    width: 65%;
}
@media (max-width:768px) {
    #header .logoBox {
        width: 60%;
    }
    #header .linkBox {
        width: 40%;
    }
}
/* 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;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* html.sticky-header-active #header .logoBox a img {
    width: 100px;
} */

/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .logoBox a img {
    width: 303px;
    -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;
    
    display: inline-block;
    vertical-align: middle;
}
html.sticky-header-active #header .logoBox a img {
    width: 200px;
}
#header .logoBox a .default {
    display: block;
}
#header .logoBox a .default_hv {
    display: none;
}
#header .logoBox a .default {
    display: block;
}
#header .logoBox a .default_hv {
    display: none;
}
/* #header:hover .logoBox a .default, */
html.sticky-header-active #header .logoBox a .default {
    display: none;
}
/* #header:hover .logoBox a .default_hv, */
html.sticky-header-active #header .logoBox a .default_hv {
    display: block;
}
@media (max-width:768px){
    #header .logoBox a svg {
        width: 150px;
    }
}
@media (max-width:992px){
    #header .logoBox a img,
    html.sticky-header-active #header .logoBox a img {
        width: 40vw;
    }
    #header .logoBox a .default {
        display: none !important;
    }
    #header .logoBox a .default_hv {
        display: block !important;
    }
}
/* linkBox */
#header .linkBox {
    text-align: right;
}
#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;
        width: 100%;
        min-width: auto;
        display: block;
        padding: 10px 0;
        top: 20%;
        border-radius: 0px;
        border: 1px solid #ddd;
        max-height: 0;
        overflow: hidden;

        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
        border-radius: 10px;
        opacity: 1;
        background-color: #fff;
        top: 90%;
        max-height: 1000px;
	}
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
		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;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .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: #111;
    }
    
    .mobile-nav .lines_bar,
    .mobile-nav .lines_bar:before,
    .mobile-nav .lines_bar:after {
        background-color: #fff;
    }
}
/*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(0,0,0,0.95);
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 9999;
    opacity: 1;
}
.mobile-nav .logoWrp {
    margin-top: 80px;
}
.mobile-nav .logoWrp svg {
    width: 80%;
}
.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: 25%;
}
.mobile-nav .header-logo img {
    width: 230px;
}
.mobile-nav .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 19px;
    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 .en {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    font-size: 0.8em;
}
.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: rgba(255,255,255,0.8);
    opacity: 1;
    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 li.dropdown > a {
    display: inline-block;
    padding-right: 30px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 17px;
	right: 0;
	display: block;
	color: #ddd;
	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 li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
    left: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 100%;
	height: 100%;
    z-index: 100;
	margin-top: 1px;
    background-size: 13px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
    margin-top: -10px;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
}
.mobile-side-menu  .dropdown-menu a:hover {
    background-color: transparent;
    color: #fff;
}
.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;
}
@media (max-width:768px) {
    .mobile-nav {
        /* left: -300px;
        width: 300px; */
        overflow-y: scroll;
    }
    .mobile-side-menu li a {
        font-size: 20px;
        padding: 12px 15px 12px 0;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
}
/*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: 80px;
}
.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: 40px;
    }
    .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: 40px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 80px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        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: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #e6fa2a !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #0090d5 !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%;
    }
}


/*visual*/
#visual_wrp {
    position: relative;
}
#visual_wrp .scroll_msc {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    z-index: 15;
    background-color: #0090d5;
    transform: translate(-50%, 0%);
    padding-top: 15px;
    line-height: 1em;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.2);
}
#visual_wrp .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 45px;
    width: 25px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}
#visual_wrp .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 49%;
    width: 2px;
    top: 5px;
    height: 8px;
    background-color: #fff;
    border-radius: 10px;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
        transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
#visual_wrp .scroll_msc h6 {
    font-size: 13px;
    font-weight: 500;
}
#visual_wrp:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/wave.png) center bottom no-repeat;
    z-index: 1;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 780px;
}
#visual .bg.bg1:after {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2:after {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg3:after {
    background: url(../img/visual_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg4:after {
    background: url(../img/visual_bg4.jpg) center center no-repeat;
    background-size: cover;
}
/* #visual .bg:before {
    content: "";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
} */
#visual .bg:after {
    content: "";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 0;

    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);   
	transition-duration:5s;
}
#visual .ply .slick-current.bg:after,
#visual .slick-current.bg:after {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:transform 3s;
	-moz-transition:transform 3s;
	-ms-transition:transform 3s;
	-o-transition:transform 3s;
	transition:transform 3s;
}
#visual .tcon {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5;
}
#visual .tcon .pageNums {
    position: absolute;
    left: calc(100% - 75px);
    top: calc(50% - 45px);
    width: 75px;
    height: 75px;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
}
#visual .tcon .pageNums:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 150%;
    background-color: rgba(255,255,255,0.2);
    transform: rotate(45deg);
    top: -25%;
    right: 50%;
}
#visual .tcon .pageNums > span {
    position: absolute;
    line-height: 1em;
    width: 50px;
    line-height: 40px;
}
#visual .tcon .pageNums .current {
    left: 0;
    top: 0;
    text-align: left;
}
#visual .tcon .pageNums .total {
    right: 0;
    bottom: 0;
    text-align: right;
    opacity: 0.4;
}
#visual .tcon h1 {
    line-height: 1.1em;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
#visual .tcon h4 {
    font-weight: 500;
    line-height: 1.2em;
}
#visual .tcon img {
    display: inline-block;
}
#visual .tcon .lined {
    display: inline-block;
    width: 2px;
    height: 0;
    position: relative;
    margin-bottom: 10px;  
}
#visual .tcon .lined:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: 0;
    background-color: #fff;
}

#visual .txt1,
#visual .txt2,
#visual .txt3 {
    opacity: 0;
}
#visual .ply .tcon .lined:after {
    -webkit-animation: lineMove 4s linear infinite;
    -moz-animation: lineMove 4s linear infinite;
    -ms-animation: lineMove 4s linear infinite;
    -o-animation: lineMove 4s linear infinite;
    animation: lineMove 4s linear infinite;
}
@keyframes lineMove {
    0% {
        height: 0;
    }
    10% {
        height: 50px;
    }
    100% {
        height: 50px;
    }
}
#visual .ply .txt1 {
    -webkit-animation: fadeMove 4s linear infinite;
    -moz-animation: fadeMove 4s linear infinite;
    -ms-animation: fadeMove 4s linear infinite;
    -o-animation: fadeMove 4s linear infinite;
    animation: fadeMove 4s linear infinite;
}
@keyframes fadeMove {
    10% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    20% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#visual .ply .txt2 {
    -webkit-animation: fadeMove2 4s linear infinite;
    -moz-animation: fadeMove2 4s linear infinite;
    -ms-animation: fadeMove2 4s linear infinite;
    -o-animation: fadeMove2 4s linear infinite;
    animation: fadeMove2 4s linear infinite;
}
@keyframes fadeMove2 {
    20% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    30% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#visual .ply .txt3 {
    -webkit-animation: fadeMove3 4s linear infinite;
    -moz-animation: fadeMove3 4s linear infinite;
    -ms-animation: fadeMove3 4s linear infinite;
    -o-animation: fadeMove3 4s linear infinite;
    animation: fadeMove3 4s linear infinite;
}
@keyframes fadeMove3 {
    30% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    40% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 700px;
    }
    #visual .tcon h1 {
        font-size: 40px;
    }
}
@media (max-width:1400px){
    #visual .tcon .pageNums {
        left: auto;
        right: 0;
    }
}
@media (max-width:768px){
    @keyframes lineMove {
        0% {
            height: 0;
        }
        10% {
            height: 25px;
        }
        100% {
            height: 25px;
        }
    }
    #visual_wrp:after {
        background-size: 100%;
    }
    #visual .bg {
        height: 400px;
        background-size: cover !important;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        margin-bottom: 60px;
    }
    #visual .bg .tcon h1 {
        font-size: 30px;
    }
    #visual .tcon .pageNums {
        top: auto;
        width: 60px;
        height: 60px;
        font-size: 20px;
        bottom: 0;
    }
    #visual .tcon .pageNums:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 150%;
        background-color: rgba(255,255,255,0.2);
        transform: rotate(45deg);
        top: -25%;
        right: 50%;
    }
    #visual .tcon .pageNums > span {
        position: absolute;
        line-height: 1em;
        width: 30px;
        line-height: 30px;
    }
}
@media (max-width:500px){
    #visual .tcon .pageNums {
        display: none;
    }
}
/* slider_bt */
#slider_bt {
    position: absolute;
    bottom: 25%;
    left: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
}
#slider_bt .con {
    position: relative;
}
#slider_bt .con .arrBox {
    display: inline-block;
    vertical-align: middle;
}
#slider_bt .con .arrBox .dvder {
    display: inline-block;
    height: 3px;
    width: 3px;
    background-color: rgba(255,255,255,0.4);
    margin: 0 6px;
    vertical-align: middle;
    border-radius: 50px;
}
#slider_bt .con .arrBox .arrBtn {
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/arrBtn.png) center center no-repeat;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 0;
    background-size: 14px !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;
}
#slider_bt .con .arrBox #arr_prev {
    transform: rotate(180deg);
}
#slider_bt .con .arrBox .arrBtn:hover {
    opacity: 0.8;
}
@media (max-width:768px){
    #slider_bt {
        bottom: 15%;
    }
}
@media (max-width:500px){
    #slider_bt .con .arrBox .arrBtn {
        width: 40px;
        height: 40px;
        margin-left: 5px;
    }
}
/* controls */
#visual_wrp .controls .playBtn {
    font-size: 0.8em;
    cursor: pointer;
    margin-left: 2px;
    z-index: 3;
}
#visual_wrp .controls .pauseBtn {
    width: 10px;
    height: 12px;
    position: relative;
    cursor: pointer;
    z-index: 3;
}
#visual_wrp .controls .pauseBtn:before,
#visual_wrp .controls .pauseBtn:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
}
#visual_wrp .controls .pauseBtn:before {
    left: 0;
}
#visual_wrp .controls .pauseBtn:after {
    right: 0;
}
/* controls */
#visual_wrp .controls {
    font-size: 24px;
    color: rgba(255,255,255,1);
    position: relative;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
#visual_wrp .controls span {
    display: inline-block;
    position: relative;
}
#visual_wrp .controls .bars .stateAct {
    position: relative;
    width: 60px;
    line-height: 56px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    border: 2px solid rgba(255,255,255,0.8);
}
#visual_wrp .controls .bars .stateAct:after {
    content: "";
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    z-index: 1;
    /* background: url(../img/playing.png) center center no-repeat;
    background-size: cover; */
}
#visual_wrp .controls .bars .stateAct::after {
    /* -webkit-animation: spinCircle 5s linear infinite;
    -moz-animation: spinCircle 5s linear infinite;
    -ms-animation: spinCircle 5s linear infinite;
    -o-animation: spinCircle 5s linear infinite;
    animation: spinCircle 5s linear infinite; */
}
#visual_wrp .controls .consWrp {
    display: inline-block;
}
#visual_wrp .controls .stateAct .pauseBtn {
    display: inline-block;
}
#visual_wrp .controls .stateAct .playBtn {
    display: none;
}
#visual_wrp .controls .stateAct.act .pauseBtn {
    display: none;
}
#visual_wrp .controls .stateAct.act .playBtn {
    display: inline-block;
}
@keyframes spinCircle {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
#visual_wrp .controls .bars .stateAct.act::after {
    animation-play-state: paused;
}
#visual_wrp .controls .bars .stateAct:not(.act) ::after{
    animation-play-state: running;
}
@media (max-width:768px){
    #visual_wrp .controls {
        font-size: 13px;
    }
}
@media (max-width:500px){
    #visual_wrp .controls .bars .stateAct {
        width: 40px;
        line-height: 36px;
        margin: 0 5px;
    }
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width: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 ;
    }
}

/* footer */
#footer {
    margin-top: 0px !important;
    padding: 50px 0 !important;
    background-color: #333333;
    border-top: 0px !important;
}
#footer p,
#footer h6 {
    color: #9a9a9a;
}
#footer p span {
    display: inline-block;
}
#footer p span strong {
    color: #fff;
}
#footer h6 {
    line-height: 1.5em;
}
#footer h6 strong {
    font-weight: 400;
    vertical-align: middle;
}
#footer h6 .sp {
    display: inline-block;
    vertical-align: middle;
    height: 11px;
    width: 1px;
    background-color: #aaa;
    margin: 0 5px;
}
#footer .rt .nav {
    display: flex;
    justify-content: space-between;
}
#footer .rt .nav > li {
    display: block;
    padding-right: 10%;
}
#footer .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    position: relative;
    float: none;
    display: block;
    background-color: transparent;
    box-shadow: 0 0 0;
    border: 0px;
    min-width: auto;
    top: 0;
}
#footer .nav > li > a {
    padding: 5px 0;
    font-size: 17px;
    font-weight: 600;
    opacity: 0.6;
    white-space: nowrap;
}
#footer .dropdown-menu > li > a {
    padding: 5px 0;
    font-size: 15px;
    font-weight: 300;
    background-color: transparent !important;
}
@media (max-width:768px){
    #footer .f_logo img  {
        width: 60px;
    }
}

/* ltTit */
.ltTit {
    position: relative;
    padding-right: 50px;    
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
}
.ltTit .subTxt {
    font-size: 0.75em;
    color: #666;
    padding-left: 10px;
    margin-left: 5px;
    position: relative;
    font-weight: 400;
    line-height: 1em;
}
.ltTit .subTxt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #aaa;
}
.ltTit .more {
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
    width: 45px;
    height: 45px;
}
.ltTit .more .bd {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ddd;
}
.ltTit .more::after,
.ltTit .more::before {
    content: "";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.ltTit .more::after {
    width: 16px;
    height: 2px;
    background-color: #ddd;
}
.ltTit .more::before {
    height: 16px;
    width: 2px;
    background-color: #ddd;
}
.ltTit .more:hover::after,
.ltTit .more:hover::before {
    background-color: #0090d5;
}
.ltTit .more .moveHover .right_l,
.ltTit .more .moveHover .left_l {
    width: 2px;
}
.ltTit .more .moveHover .top_l,
.ltTit .more .moveHover .bottom_l {
    height: 2px;
}
@media (max-width:768px){
    .ltTit {
        position: relative;
        padding-right: 40px;    
        margin-bottom: 0;
        padding-bottom: 8px;
    }
    .ltTit .more {
        top: calc(50% - 17px);
        width: 30px;
        height: 30px;
        background-size: 20px !important;
    }
    .ltTit_gall {
        margin-bottom: 10px;
    }
}
/* latestNt */
#latestNt li {
    border-bottom: 1px solid #ddd;
}
#latestNt li a {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 0;
}
#latestNt li a .date {
    width: 20%;
    max-width: 85px;
    padding: 13px 5px;
    border: 3px solid #ddd;
    min-width: 70px;
}
#latestNt li a .date h3 {
    line-height: 1em;
    margin-bottom: 5px;
}
#latestNt li a .con {
    width: 80%;
    padding-right: 45px;
    position: relative;
    padding-left: 15px;
}
#latestNt li a .con h5,
#latestNt li a .con p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#latestNt li a .con:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    right: 0;
    top: calc(50% - 10px);
    background: url(../img/plsBtn.png) center center no-repeat;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#latestNt li a:hover .con:after {
    right: -10px;
}
#latestNt li .conT {
    justify-content: space-between;
    padding: 15px 0;
}
#latestNt li .conT .sub {
    width: 100%;
}
#latestNt li .conT .sub p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#latestNt li .conT:hover p,
#latestNt li a:hover .con h5 {
    color: #0090d5;
}
@media (max-width:992px){
    #latestNt li a {
        padding: 15px 15px 15px 0;
    }
    #latestNt li a .con {
        padding-right: 30px;
    }
    #latestNt li a .con:after {
        width: 15px;
        height: 15px;
        background-size: 15px !important;
    }
}

/* latestGall */
#latestGall {
    margin: 0 -15px;
}
#latestGall .slick-slide {
    padding: 0 15px;
}
#latestGall .slick-slide a {
    text-decoration: none;
    display: block;
}
#latestGall .slick-slide .txt {
    padding: 10px;
    border: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width:768px){
    #latestGall {
        margin: 0 -5px;
    }
    #latestGall .slick-slide {
        padding: 0 5px;
    }
}


/* ms1 */
@media (min-width:768px){
    #ms1 .ltList {
        margin: 0 -30px;
    }
    #ms1 .ltList > li {
        padding: 0 30px;
    }
}
@media (max-width:768px){
    #ms1 .ltList > li:not(:first-child) {
        margin-top: 30px;
    }
}

/* ms2 */
#ms2 {
    background-color: #f1f4fb;
}
#ms2 .fBox {
    display: flex;
    align-items: center;
}
#ms2 .fBox a {
    display: block;
    text-decoration: none;
    position: relative;
    background-color: #36aec8;
    border-radius: 30px;
    box-shadow: 20px 20px 25px rgba(25,37,63,0.15);
}
#ms2 .fBox .ban2 {
    background-color: #214298;
}
#ms2 .fBox .lft h6 {
    font-weight: 700;
    text-transform: uppercase;
}
#ms2 .fBox .lft h2 {
    margin-top: 10px;
}
#ms2 .fBox .lft h5 {
    line-height: 1.3em;
    margin-top: 10px;
}
#ms2 .fBox a .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
}
#ms2 .fBox a .txt p {
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 1em;
    padding: 7px;
    color: #fff;
}
@media (min-width:768px){
    #ms2 .fBox .lft {
        width: 35%;
    }
    #ms2 .fBox .rt {
        width: 65%;
    }
}
@media (max-width:768px){
    #ms2 .fBox {
        flex-wrap: wrap;
    }
    #ms2 .fBox > div {
        width: 100%;
    }
    #ms2 .fBox .lft {
        text-align: center;
    }
}
@media (max-width:500px){
    #ms2 .fBox .rt ul li {
        margin-top: 20px;
    }
    #ms2 .fBox a {
        padding-top: 100px;
        border-radius: 10px;
    }
    #ms2 .fBox a .txt {
        padding: 25px 20px;
        text-align: center;
    }
}

/* ms3 */
#ms3 .banList {
    display: flex;
    vertical-align: middle;
    border: 5px solid #eee;
    padding: 40px 15px;
}
#ms3 .banList > li {
    width: 25%;
    text-align: center;
}
#ms3 .banList > li a {
    text-decoration: none;
    display: block;
}
#ms3 .banList > li a h5 {
    margin-top: 10px;
}
@media (min-width:768px){
    #ms3 .mList {
        margin: 0 -30px;
    }
    #ms3 .mList > li {
        padding: 0 30px;
    }
}
@media (max-width:768px){
    #ms3 .banList {
        border: 3px solid #eee;
        padding: 20px 0;
        margin-bottom: 20px !important
    }
}
@media (max-width:500px){
    #ms3 .banList > li a img {
        width: 40px;
    }
}



/* latestFaq */
#latestFaq li .conT {
    justify-content: space-between;
    padding: 15px 0;
}
#latestFaq li .conT .sub {
    width: 60%;
}
#latestFaq li .conT .dt {
    width: 40%;
    text-align: right;
}
#latestFaq li .conT .sub p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#latestFaq li .conT:hover p {
    color: #0090d5;
}
@media (max-width:992px){
    #latestNt li .latestFaq {
        padding: 15px 15px 15px 0;
    }
}


/* subtop */
#subtop .c_wrp {
    height: 450px;
    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 (min-width:992px) {
    #subtop .c_wrp h1 {
        margin-top: 100px;
    }
}
@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;
        padding-top: 70px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid #ddd;
}
#site_config .site {
    background-color: #fcfcfc;
}
#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 #ddd;
}
#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: #0090d5;
}
#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 #ddd;
}
#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: #0090d5;
}
#site_config .site .home > ul li a:hover{
    background-color: #0090d5;
    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 {
        width: 100px;
    }
    #site_config .site .home.home3 {
        width: 150px;
    }
    #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;
    }
}
/* moveHover */
.moveHover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.moveHover > span {
    position: absolute;
    background-color: #0090d5;
    z-index: 3;
    
    -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;
}
.moveHover .top_l {
    width: 100%;
    height: 3px;
    top: 0;
    right: 100%;
}
.moveHover .top_l.on {
    right: 0;
}
.moveHover .top_l.off {
    right: 100%;
    transition-delay: 0.6s;
}
.moveHover .left_l {
    width: 3px;
    height: 100%;
    bottom: 100%;
    right: 0;
}
.moveHover .left_l.off {
    transition-delay: 0.4s;
}
.moveHover .left_l.on {
    transition-delay: 0.2s;
}
.moveHover .left_l.off {
    bottom: 100%;
}
.moveHover .left_l.on {
    bottom: 0;
}
.moveHover .bottom_l {
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 100%;
}
.moveHover:hover .bottom_l {
    left: 0;
}
.moveHover .bottom_l.off {
    transition-delay: 0.2s;
}
.moveHover .bottom_l.on {
    transition-delay: 0.4s;
}
.moveHover .bottom_l.off {
    left: 100%;
}
.moveHover .bottom_l.on {
    left: 0;
}
.moveHover .right_l {
    width: 3px;
    height: 100%;
    top: 100%;
    left: 0;
}
.moveHover .right_l.on {
    transition-delay: 0.6s;
}
.moveHover .right_l.off {
    top: 100%;
}
.moveHover .right_l.on {
    top: 0;
}

#board01_view_wrap img{
	margin-bottom: 20px !important;
}

#board_01_view .view_btn_wrp .btn_left img{
   margin-bottom: 0px !important;
}
#board_01_view .view_btn_wrp .btn_right img {
   margin-bottom: 0px !important;
}
