/* 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: #fff;
    font-size: 19px;
    font-weight: 400;
    padding: 30px 35px;
    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: #68c8ca !important;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a {
    padding: 20px 35px;
}
/* .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: 17px;
	text-align: center;
    color: #666;
    font-weight: 400;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #000 !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 0.8vw;
    }
    html.sticky-header-active .header-shape nav > #mainNav > li > a {
        padding: 20px 0.8vw;
    }
}

/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 20%;
}
#header .linkBox {
    width: 60%;
}
#header .logBox {
    width: 20%;
}
#header .headerCon {
	padding: 0 100px;
}
@media (max-width:1200px){
	#header .headerCon {
		padding: 0 15px;
	}
}
@media (max-width:768px) {
    #header .logoBox {
        width: 70%;
    }
    #header .linkBox {
        width: 30%;
    }
}
/* logBox */
.header-shape .logBox .nav > li {
    margin-right: -1px;
	float: right;
}
.header-shape .logBox .nav > li > a {
    line-height: 40px;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 16px;
    width: 85px;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    display: block;
}
html.sticky-header-active .header-shape .logBox .nav > li > a {
	color: #333;
}
/* 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: 150px;
    -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: 100px;
}
#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: 100px;
    }
    #header .logoBox a .default {
        display: none !important;
    }
    #header .logoBox a .default_hv {
        display: block !important;
    }
}
/* linkBox */
#header .linkBox {
    text-align: center;
}
#header .linkBox .navWrp {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
/* Header Drop Menu */	
#header nav > ul > li i {
    display: none;
}
@media (min-width:992px) {	
    #header nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 0;
        padding: 0;
        left: calc(50% - 100px) !important;
        width: 200px;
        min-width: auto;
        display: block;
        padding: 10px 0;
        top: 50%;
        border-radius: 0px;
        border: 1px solid #ddd;
        max-height: 0;
        overflow: hidden;

        transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
	#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);
	}
}
@media (max-width:992px) {	
    #header .linkBox {
        text-align: right;
    }
}
/*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: 150px;
}
.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%;
    line-height: 0px;
}
.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: #fff;
    opacity: 0.8;
    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: 20px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 16px;
	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%;
}
.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: 130px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 40px;
    }
    .conbox.conbox_xlg {
        margin-top: 70px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
}
/*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: #ff3f3f !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: #003b60 !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 {
    position: relative;
}
#visual .bg {
    height: 890px;
}
#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 .topTxt {
    line-height: 1.1em;
    font-size: 90px;
    font-weight: 900;
    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 3s linear infinite;
    -moz-animation: lineMove 3s linear infinite;
    -ms-animation: lineMove 3s linear infinite;
    -o-animation: lineMove 3s linear infinite;
    animation: lineMove 3s linear infinite;
}
@keyframes lineMove {
    0% {
        height: 0;
    }
    10% {
        height: 50px;
    }
    100% {
        height: 50px;
    }
}
#visual .ply .txt1 {
    -webkit-animation: fadeMove 3s linear infinite;
    -moz-animation: fadeMove 3s linear infinite;
    -ms-animation: fadeMove 3s linear infinite;
    -o-animation: fadeMove 3s linear infinite;
    animation: fadeMove 3s linear infinite;
}
@keyframes fadeMove {
    10% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    25% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

#visual .ply .txt3 {
    -webkit-animation: fadeMove3 3s linear infinite;
    -moz-animation: fadeMove3 3s linear infinite;
    -ms-animation: fadeMove3 3s linear infinite;
    -o-animation: fadeMove3 3s linear infinite;
    animation: fadeMove3 3s linear infinite;
}
@keyframes fadeMove3 {
    45% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    65% {
        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 .topTxt {
        font-size: 40px;
    }
}
@media (max-width:768px){
    @keyframes lineMove {
        0% {
            height: 0;
        }
        10% {
            height: 25px;
        }
        100% {
            height: 25px;
        }
    }
    #visual .bg {
        height: 500px;
        background-size: cover !important;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #visual .bg .tcon .topTxt {
        font-size: 30px;
    }
}

/* scroll_msc */
#visual_wrp {
    position: relative;
}
#visual_wrp .scroll_msc {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
#visual_wrp .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 45px;
    width: 27px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}
#visual_wrp .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 10px;
    width: 3px;
    top: 8px;
    height: 6px;
    background-color: #fff;
    border-radius: 30px;
    
    -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(6px);
		-moz-transform: translateY(6px);
		-ms-transform: translateY(6px);
		-o-transform: translateY(6px);
        transform: translateY(6px);
	}
	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: 11px;
    font-weight: 700;
}
@media (max-width:768px){
    #visual_wrp .scroll_msc {
        bottom: 20px;
    }
    #visual_wrp .scroll_msc h6 {
        margin-bottom: 2px;
        font-size: 12px;
    }
    #visual_wrp .scroll_msc a {
        height: 35px;
        width: 21px;
    }
    #visual_wrp .scroll_msc a:after {
        left: 7px;
        width: 3px;
        top: 7px;
        height: 4px;
    }
}
/* slider_bt */
#slider_bt {
    position: absolute;
    width: 100%;
    left: 0;
    height: 60px;
    top: calc(50% - 30px);
}
#slider_bt .container {
    position: relative;
}
#slider_bt .arrBtn {
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    z-index: 5;
    text-align: center;
    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-radius: 50%;
    
    -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 #arr_prev {
    transform: rotate(180deg);
    left: 0;
}
#slider_bt #arr_next {
    right: 0;
}
#slider_bt .arrBtn:hover {
    opacity: 0.8;
}
@media (max-width:768px){
    #slider_bt {
        bottom: 50px;
    }
}
/* 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: #f7f7f7;
    border-top: 0px;
}
#footer .infoBox p {
    font-weight: 300;
}
#footer .infoBox p strong {
    color: #666;
    font-weight: 500;
}
#footer .fBtn a {
    text-decoration: none;
    display: block;
    background-color: #999;
    color: #fff;
    font-size: 17px;
    line-height: 55px;
    border-radius: 4px;
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-bottom: 5px;
}
#footer .fBtn .jp {
    background-color: #25a3c2;
}
@media (min-width:768px){
    #footer .infoWrp {
        display: flex;
        justify-content: space-between;
    }
    #footer .infoBox p:not(:first-of-type) {
        margin-top: 20px;
    }
    #footer .infoBox p strong {
        display: block;
    }
}
@media (max-width:768px){
    #footer {
        padding: 30px 0 !important;
    }
    #footer .infoBox p {
        position: relative;
        padding-left: 100px;
    }
    #footer .infoBox p strong {
        position: absolute;
        left: 0;
        top: 0;
    }
    #footer .fBtn a {
        display: inline-block;
        width: 48%;
        margin-top: 10px;
        font-size: 14px;
        line-height: 35px;
    }
}

/* fCopy */
.fCopy {
    padding: 30px 0;
    background-color: #ededed;
}
.fCopy .rt {
    text-align: right;
}
.fCopy .rt span {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
@media (max-width:768px){
    .fCopy {
        padding: 15px 0;
    }
    .fCopy .rt {
        text-align: center;
    }
}
/* btnWrp */
.btnWrp .btnItem {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    background-color: #fff;
    font-weight: 600;
    color: #666;
    line-height: 55px;
    font-size: 20px;
    text-decoration: none;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        min-width: 150px;
        line-height: 45px;
        font-size: 17px;
    }
}




/* btnWrp */
.btnWrp .plsItem {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
} 
.btnWrp .arrItem {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #a6a6a6;
    background: url(../img/arrItem.png) center center no-repeat;
} 
.btnWrp .arrItem.arrItem_next {
    transform: rotate(180deg);
} 
.btnWrp .arrItem.w {
    border-color: #fff;
    background-color: #fff;
} 
@media (max-width:768px){
    .btnWrp .plsItem {
        width: 28px;
        line-height: 28px;
    }
    .btnWrp .arrItem {
        width: 28px;
        height: 28px;
        background-size: 30px !important;
    } 
}

/* btnWrp */
.btnWrp .btnItem {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    background-color: #fff;
    font-weight: 600;
    color: #666;
    line-height: 55px;
    font-size: 20px;
}
/* ms1 */
#ms1 {
    background: url(../img/ms1_bg.png) left top no-repeat;
}
#ms1 .iconWrp {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 40px 30px;
}
#ms1 ul li .icon img {
    background-color: #f1f9fb;
    border-radius: 10px;
}
@media (min-width:768px){
    #ms1 .fbox {
        display: flex;
    }
    #ms1 .fbox > div {
        width: 50%;
    }
    #ms1 ul li .icon {
        margin-bottom: 10px;
    }
}
@media (max-width:768px){
    #ms1 .fbox {
        text-align: center;
    }
    #ms1 .fbox .rt {
        margin-top: 20px;
    }
    #ms1 .iconWrp {
        border-radius: 10px;
        padding: 20px 15px;
    }
    #ms1 ul li {
        margin: 10px 0;
    }
    #ms1 ul li .icon img {
        width: 80px;
    }
}
/* ms2 */
#ms2 {
	position: relative;
    background: url(../img/ms2_bg.jpg) center center no-repeat;
    background-size: cover;
}
#ms2 .fbox {
	display: flex;
	position: relative;
	z-index: 3;
    align-items: center;
}
#ms2 .fbox .tbox {
	width: 25%;
}
#ms2 .fbox .ibox {
	width: 50%;
    position: relative;
}
#ms2 .fbox .ibox .btnBox {
    position: absolute;
    bottom: 10%;
    left: 15%;
    width: 70%;
    text-align: center;
}
#ms2 .fbox .ibox .btnBox > a {
    display: block;
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 55px;
    background-color: #fff;
    text-align: center;
    color: #666;
    text-decoration: none;
    border-radius: 30px;
}
#ms2 .fbox .ibox .btnBox > a:nth-last-of-type(1) {
    background-color: #25a3c2;
    color: #fff;
}
#ms2 .fbox .tbox .item {
    padding-top: 20px;
}
#ms2 .fbox .tbox .item h5 {
    font-weight: 300;
    line-height: 1.2em;
}
@media (min-width:992px){
    #ms2 .fbox .tbox {
        padding-bottom: 100px;
    }
    #ms2 .fbox .tbox .item {
        border-top: 1px solid #fff;
    }
    #ms2 .fbox .tbox .item:nth-child(2) {
        margin-top: 60px;
    }
}
@media (max-width:992px) and (min-width:500px){
	#ms2 .fbox .tbox {
        display: flex;
    }
	#ms2 .fbox .tbox > div {
        width: 50%;
    }
}
@media (max-width:992px){
	#ms2 .fbox {
		flex-wrap: wrap;
	}
	#ms2 .fbox .ibox,
	#ms2 .fbox .tbox {
		width: 100%;
	}
	#ms2 .fbox .ibox {
		order: 1;
	}
	#ms2 .fbox .tbox {
		order: 2;
	}
    #ms2 .fbox .tbox .item {
        padding-top: 0;
        margin-top: 20px;
    }
    #ms2 .fbox .tbox .item {
        vertical-align: middle;
    }
    #ms2 .fbox .tbox .item .icon {
        width: 25%;
    }
    #ms2 .fbox .tbox .item .icon img {
        width: 50px;
    }
    #ms2 .fbox .ibox .btnBox {
        left: 0%;
        width: 100%;
    }
    #ms2 .fbox .ibox .btnBox > a {
        font-size: 16px;
        line-height: 40px;
    }
}
/* ms3 */
#ms3 .prdWrp {
    padding: 0 15px;
    margin: 0 auto;
}
#ms3 .prdWrp .item {
    text-decoration: none;
    display: block;
    position: relative;
}
#ms3 .prdWrp .item .img {
    overflow: hidden;
}
#ms3 .prdWrp .item .img img {
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
#ms3 .prdWrp .item .txt {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding-left: 30px;
}
#ms3 .prdWrp .item .txt h4 {
    font-weight: 600;
    color: #fff;
}
@media (min-width:1560px){
    #ms3 .prdWrp {
        width: 1560px;
    }
}
@media (min-width:992px){
    #ms3 .prdWrp .item:hover .img img {
        transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
    }
}
@media (max-width:992px){
    #ms3 .prdWrp ul li {
        margin: 5px 0;
    }
    #ms3 .prdWrp .item .txt {
        left: 0;
        padding-left: 0;
        text-align: center;
        width: 100%;
        bottom: 20px;
    }
}

/* ms4 */
#ms4 {
    background-color: #f3f5f8;
}
#ms4 .btnWrp {
    text-align: right;
}
@media (min-width:992px){
    #ms4 .latestWrp {
        margin: 0 -30px;
    }
    #ms4 .latestWrp > li {
        padding: 0 30px;
    }
}
@media (max-width:992px){
    #ms4 .rtLatest {
        margin-top: 40px;
    }
}
/* slick-lics */
.slick-lics {
    margin: 0 -10px;
}
.slick-lics .slick-slide {
    padding: 0 10px;
}
.slick-lics .slick-slide a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
}


/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50%;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #999999;
}
.slick-dots li.slick-active button {
    background-color: #25a3c2;
    opacity: 1;
}
#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;
    }
}
/* ms5 */
#ms5 {
    background: url(../img/ms5_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
@media (min-width:992px){
    #ms5 .form {
        width: 70%;
    }
}
@media (max-width:992px){
    #ms5 {
        background-position-x: right !important;
        background-size: cover;
    }
    #ms5:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.8);
    }
    #ms5 .formBox {
        z-index: 3;
        position: relative;
    }
    #ms5 .formBox .mtit {
        text-align: center;
    }
}
/*form*/
.form > ul {
    margin: 0 -5px;
}
.form > ul > li {
    margin-bottom: 10px;
    padding: 0 5px;
}
.form .form_item {
    position: relative;
}
.form .form_item label {
    position: absolute;
    left: 15px;
    font-size: 17px;
    color: #ddd;
    margin: 0;
    line-height: 60px;
}
.form .form_item .form-control {
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0;
    color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 17px;
}
.form .form_item .form-control:focus {
    border-color: #4bade1;
}
.form .form_item .form-control:not(textarea) {
    height: 60px;
    padding-left: 90px;
}
.form .form_item textarea.form-control {
    padding-top: 60px;
}
.form input[type="submit"] {
    display: block;
    width: 100%;
    line-height: 55px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    border: 0px;
    color: #fff;
    background-color: #25a3c2;
    border-radius: 4px;
}
.form .checkbox-custom span {
    line-height: 1em;
    display: inline-block;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
    cursor: pointer;
}
@media (max-width:768px){
    .form {
        border: 0px;
    }
    .form > ul > li {
        margin-bottom: 10px;
    }
    .form > ul > li .checkbox-custom{
        margin: 20px 0;
    }
    .form .form_item label {
        line-height: 50px;
    }
    .form .form_item .form-control:not(textarea) {
        height: 50px;
        padding-left: 80px;
    }
    .form input[type="submit"] {
        line-height: 50px;
        font-size: 17px;
    }
}


/* latestNt */
#latestNt li {
    border-bottom: 1px solid #ddd;
}
#latestNt li a {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 0;
}
#latestNt li a .date {
    width: 20%;
    max-width: 85px;
    padding: 10px 5px;
    border: 3px solid #ddd;
    min-width: 70px;
}
#latestNt li a .date h3 {
    line-height: 1em;
    margin-bottom: 2px;
}
#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;
    max-width: 300px;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media (min-width:992px){
    #latestNt li .conT:hover p,
    #latestNt li a:hover .con h5 {
        color: #25a3c2;
    }
}
@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;
    }
}