/* 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;
	}
}

@media (min-width: 1200px){
	.container2 {
		width: 1400px;
	}
	.container3 {
		width: 1700px;
	}
}

/*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: 18px;
    font-weight: 600;
    padding: 40px;
    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: #f7b3b3 !important;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a {
    padding: 20px 40px;
}
/* .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 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: 35%;
}
#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: 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: 150px;*/
}
#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: 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: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: 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;
    }
}


/*bt_wrp*/
#header .ch_wrp {
    position: relative;
    z-index: 1;
}
#header .ch_wrp a {
    display: inline-block;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    padding: 0 15px;
    margin-right: 20px;
    vertical-align: middle;
    font-weight: 500;
    border-left: 1px solid rgba(255,255,255,0.4);
}
html.sticky-header-active .header-shape nav > #mainNav .ch_wrp a {
    border-left: 1px solid rgba(0,0,0,0.4);
}
#header .ch_wrp a img {
    width: 20px;
    vertical-align: middle;
}
#header .ch_wrp a .bk{
    display: none;
}
#header .ch_wrp a .w {
    display: inline-block;
}
html .header-shape.sub-header nav > #mainNav > li a, html.sticky-header-active .header-shape nav > #mainNav > li  a .w {
    
   display: none;
}
html .header-shape.sub-header nav > #mainNav > li a, html.sticky-header-active .header-shape nav > #mainNav > li  a .bk {
    display: inline-block;
}
@media (min-width:1601px){
    #header .ch_wrp {
        width: 20%;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #header .ch_wrp a {
        font-size: 15px;
        padding: 10px 20px;
    }
}


/*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;
}
@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;
    }
}
/*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_mega {
    padding: 250px 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_mega {
		padding: 100px 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: #b6a679 !important;
}
.c_dbl {
    color: #1d4e89 !important;
}
.c_bk {
    color: #000000 !important;
}


.mtit p{
	letter-spacing: 5px;
}
.mtit .lined:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #c5c5c5;
    margin-bottom: 20px;
}

/*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%;
    }
}



/*nw_slider*/
#nw_slider {
    position: relative;
}
#nw_slider .scroll_msc {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
#nw_slider .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 50px;
    width: 26px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}
#nw_slider .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 9px;
    width: 3px;
    top: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 30px;
    
    -webkit-animation: arr 2s linear infinite;
    -moz-animation: arr 2s linear infinite;
    -ms-animation: arr 2s linear infinite;
    -o-animation: arr 2s linear infinite;
    animation: arr 2s 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);
	}  
}
#nw_slider .scroll_msc h6 {
    font-size: 11px;
    font-weight: 700;
}
.swiper-container.mslider {
    width:100%; 
    height:100%;
}
.swiper-container.mslider .swiper-slide {
    height:890px;
}

.swiper-container.mslider  .bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: trans 3s;
	  -moz-animation: trans 3s; /* Firefox */
	  -webkit-animation: trans 3s; /* Safari and Chrome */
	  -o-animation: trans 3s; /* Opera */
}
.swiper-container.mslider .slide_1.slide-active .bg:after {
   
}

.swiper-container.mslider .swiper-slide.slide_1.swiper-slide-active .bg:after {
    background: url(../img/main_slide1.jpg) center center no-repeat;
    background-size: cover;
}

@keyframes trans {
    from {
        transform: scale(1.1);
    }
    to {
       transform: scale(1);
    }
}

.swiper-container.mslider .swiper-slide.slide_2.swiper-slide-active .bg:after {
    background:url(../img/main_slide2.jpg) center center no-repeat;
    background-size: cover;
}
.swiper-container.mslider .swiper-slide.slide_3 .bg {
    background-image:url(../img/main_slide3.jpg);
}
.swiper-container.mslider .swiper-slide.slide_4 .bg {
    background-image:url(../img/main_slide4.jpg);
}
.swiper-container.mslider .swiper-slide.slide_5 .bg {
    background-image:url(../img/main_slide5.jpg);
}
.swiper-container.mslider .swiper-slide .txtbox {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
	    z-index: 2;
}
.swiper-container.mslider .swiper-slide .txtbox h1 {
    font-size: 80px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
	    letter-spacing: 0.12em;
}
.swiper-container.mslider .swiper-slide .txtbox h2 {
    letter-spacing: 0.5em;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
}
.swiper-container.mslider .swiper-slide .txtbox h5 {
    color: #fff;
    font-weight: 400;
    margin-top: 25px;
}
.swiper-container.mslider .swiper-slide .btn_wrp {
    margin-top: 40px;
}
.swiper-container.mslider .swiper-slide .btn_wrp a {
    display: inline-block;
    text-decoration: none;
    /* font-size: 17px; 
    display: inline-block; 
    border: 1px solid rgba(255,255,255,0.4); 
    padding: 15px 25px; 
    color: #fff; 
    font-weight: 400; 
    text-align: center; 
    text-decoration: none;
    margin: 5px; */
}
.swiper-container.mslider div.swiper-button-next,
.swiper-container.mslider div.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 87px;
    margin-top: calc(-1 * 100 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url(../img/v_arr.png) center center no-repeat;
}
.swiper-container.mslider .swiper-button-prev {
    left: 60px;
}
.swiper-container.mslider .swiper-button-next {
    transform: rotate(180deg);
    right: 60px;
}
.swiper-container.mslider .swiper-button-prev:after, 
.swiper-container.mslider .swiper-button-next:after {
    content: "";
}
.swiper-container.mslider .pagination_wrp {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100px;
}
.swiper-container.mslider div.swiper-pagination {
    display:block;
    bottom: 60px;
    position: relative;
}
.swiper-container.mslider .swiper-pagination-bullet {
    width: 70px;
    height: 5px;
    background:rgba(255,255,255,0.7);
    margin: 0 8px 0 0;
    border-radius: 0;
}
.swiper-container.mslider .swiper-pagination-bullet-active {
    background-color: #fff;
}
@media (min-width:768px){
    .swiper-container.mslider div.swiper-pagination {
        text-align: center;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    #nw_slider .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;
    }
    #nw_slider .swiper-slide-active .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .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;
    }
    #nw_slider .swiper-slide-active .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .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;
    }
    #nw_slider .swiper-slide-active .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .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;*/
    }
    #nw_slider .swiper-slide-active .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .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;*/
    }
    #nw_slider .swiper-slide-active .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:768px){
    #nw_slider .scroll_msc {
        bottom: 20px;
        display: none;
    }
    #nw_slider .scroll_msc h6 {
        margin-bottom: 2px;
        font-size: 12px;
    }
    #nw_slider .scroll_msc a {
        height: 40px;
        width: 20px;
    }
    #nw_slider .scroll_msc a:after {
        left: 7px;
        width: 3px;
        top: 7px;
        height: 4px;
    }
    #nw_slider {
        text-align: center;
    }
    .swiper-container.mslider .swiper-slide,
    .swiper-container.mslider .swiper-slide .bg {
        height:500px; 
        background-size: cover !important;
    }
    .swiper-container.mslider .swiper-slide .txtbox h1 {
        font-size: 30px;
    }
    .swiper-container.mslider .swiper-slide .txtbox h2 {
           letter-spacing: 0.15em;
        font-size: 17px;
        margin-top: 0px;

    }
    .swiper-container.mslider .swiper-slide .txtbox h5 {
        margin-top: 10px;
    }
    .swiper-container.mslider div.swiper-pagination {
        bottom: 0px;
    }
    .swiper-container.mslider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .swiper-container.mslider div.swiper-button-next,
    .swiper-container.mslider div.swiper-button-prev {
        width: 20px;
        height: 40px;
        background-size: 100%;
    }
    .swiper-container.mslider .swiper-button-prev {
        left: 30px;
    }
    .swiper-container.mslider .swiper-button-next {
        right: 30px;
    }
    .swiper-container.mslider .swiper-slide .btn_wrp {
        margin-top: 20px;
    }
    .swiper-container.mslider .swiper-slide .btn_wrp a img {
        width: 170px;
    }
}
@media (max-width:500px){
    .swiper-container.mslider .swiper-slide,
    .swiper-container.mslider .swiper-slide .bg {
        height:330px; 
        background-size: cover !important;
    }
    .swiper-container.mslider .swiper-slide .txtbox h5 {
        font-size: 12px;
    }
    .swiper-container.mslider .pagination_wrp {
        bottom: 20px;
    }
}

/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #333;
    border-top: 0px !important;
    padding: 0px !important;
    padding: 60px 0 !important;
}
#footer #trpSiteMap p {
    font-weight: 700;
}
#footer #trpSiteMap ul li a {
    color: #999;
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 0;
}
#footer .link {
    margin-top: 10px;
}
#footer .link span {
    font-size: 15px;
    color: #aaa;
    cursor: pointer;
}
#footer .link .sp_line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #999;
    vertical-align: middle;
    margin: 0 10px;
    margin-bottom: 4px;
}
#footer .c_wrp h6 {
    color: #999;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 15px;
}
@media (min-width: 768px) {
    #footer #trpSiteMap {
        padding-bottom: 60px;
        margin-bottom: 30px;
        border-bottom: 1px solid #666;
    } 
}
@media (max-width: 768px) {
    #footer {
        text-align: center;
        padding: 40px 0 !important;
    }
    #footer .link span {
        font-size: 13px;
    }
}



/* ms1 */
#ms1 {
    /*background-color: #f7f7f7;*/
    position: relative;
}
#ms1 ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
	
    border-radius: 30px;
    box-shadow: -1px 4px 12px 2px #c1c0c0;
}
#ms1 ul li a:hover {
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3);
}
#ms1 ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
   /* background: linear-gradient(#0e7edb, #81c345);*/
    background: #cf242a;
}
#ms1 ul li a:hover:after {
    opacity: 0.7;
}
#ms1 ul li a img {
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
#ms1 ul li a:hover img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
#ms1 ul li a .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    top: 0%;
    text-align: center;
    padding: 140px 15px 0 15px;
    z-index: 3;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#ms1 ul li a .txt h3,
#ms1 ul li a .txt p {
    color: #fff;
    line-height: 1.2em;
}
#ms1 ul li a .txt p {
    margin-top: 10px;
	color:#c9c9c9;
	font-size: 14px;
}
#ms1 ul li a .txt .bsn_more {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 40px;
}
#ms1 ul li a .txt .bsn_more:before,
#ms1 ul li a .txt .bsn_more:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    -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;
}
#ms1 ul li a .txt .bsn_more:before {
    background: url(../img/bsn_more.png) center center no-repeat;
    z-index: 3;
}
#ms1 ul li a .txt .bsn_more:after {
    background: url(../img/bsn_more_hv.png) center center no-repeat;
    opacity: 0;
    z-index: 5;
}
#ms1 ul li a:hover .txt .bsn_more:after {
    opacity: 1;
}
@media (min-width:768px){
    #ms1 .business_slick .slick-slide {
        padding-bottom: 30px;
    }
}
@media (max-width:1200px) and (min-width:768px){
    #ms1 ul li a .txt h2 {
        font-size: 24px;
    }
    #ms1 ul li a .txt p {
        font-size: 15px;
    }
}
@media (max-width:768px){
    #ms1 ul .slick-slide {
        padding: 0 5px;
    }
    #ms1 ul li a .txt {
        padding: 90px 15px 0 15px
    }
    #ms1 ul li a .txt .bsn_more {
        width: 30px;
        height: 30px;
        margin-top: 20px;
    }
    #ms1 ul li a .txt .bsn_more:before,
    #ms1 ul li a .txt .bsn_more:after {
        background-size: 100% !important;
    }
	
	#ms1 ul li a {
		height: 230px;
		margin-bottom: 20px;

	}
}
@media (max-width:400px){
    #ms1 ul li a .txt {
        padding: 40px 15px 0 15px;
    }
    #ms1 ul li a .txt br {
        display: none;
    }
}




/* ms2 */
#ms2 .left {
	position: relative;
	z-index: 3;
}
#ms2 .left > h1 {
	line-height: 1.2em;
	margin-top: 15px;
}
#ms2 .iconList {
	margin: 0 -3px;
}
#ms2 .iconList > li {
	margin: 6px 0;
	padding: 0 3px;
}
#ms2 .iconList .item {
	position: relative;
	padding: 15px 0;
	padding-left: 70px;
}
#ms2 .iconList .item .icon {
	position: absolute;
	left: 0;
	top: 0;
	left: 0;
	width: 54px;
	height: 100%;
	background: url(../img/msi1.png) center center no-repeat;
}
#ms2 .iconList .item .icon2 {
	background-image: url(../img/msi2.png);
}
#ms2 .iconList .item .icon3 {
	background-image: url(../img/msi3.png);
}
#ms2 .iconList .item .icon4 {
	background-image: url(../img/msi4.png);
}
#ms2 .iconList .item .icon5 {
	background-image: url(../img/msi5.png);
}
#ms2 .iconList .item .icon6 {
	background-image: url(../img/msi6.png);
}
@media (min-width:992px){
	#ms2 {
		background: url(../img/fierms_bg.jpg) center center no-repeat;
	}
	#ms2 .right {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
		height: 100%;
	}
}
@media (max-width:992px){
	#ms2 {
		background-color: #e1e1e1;
	}
}
@media (max-width:992px){
	#ms2 {
		text-align: center;
	}
	#ms2 .iconList > li {
		text-align: left;
		margin: 2px 0;
	}
}
@media (max-width:768px){
	#ms2 .iconList .item {
		padding: 10px 0;
		padding-left: 50px;
	}
	#ms2 .iconList .item .icon {
		background-size: 40px !important;
	}
}

#ms2 .left .box {
	padding: 50px 15px;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin: 90px 0px;
	box-shadow: -1px 4px 12px 2px #c1c0c0;
}
#ms2 .left .box li {
	position: relative;
}
#ms2 .left .box li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 5%;
	height: 90%;
	width: 1px;
	background-color: #ddd;
}
#ms2 .left .box li a {
	text-decoration: none;
}
#ms2 .left .box li a p {
	margin-top: 8px;
	color: #444;
	font-weight: 600;
}
@media (min-width:992px){
	#ms2 .right {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
		height: 100%;
	}
}
@media (max-width:992px){
	#ms2 .left {
		text-align: center;
	}
}
@media (max-width:768px){
	#ms2 .left .box li a img {
		width: 30px;
	}
	#ms2 .left .box {
		    margin: 30px 0px 0px;
	}
}

/* moreBtn */
.moreBtn {
	text-decoration: none;
	display: inline-block;
	width: 200px;
	line-height: 48px;
	border-radius: 100px;
	background-color: #16263e;
	border: 1px solid #16263e;
	color: #fff !important;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 12px 12px 20px rgba(0,0,0,0.1);
}
.moreBtn.w {
	background-color: #fff;
	border-color: #ddd;
	color: #666 !important;
}
.moreBtn span {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.moreBtn span.w {
	background: url(../img/pls_w.png) center center no-repeat;
}
.moreBtn span.gr {
	background: url(../img/pls_gr.png) center center no-repeat;
}
.moreBtn span.dk {
	background: url(../img/pls_dk.png) center center no-repeat;
}
@media (max-width:768px){
	.moreBtn {
		width: 150px;
		line-height: 35px;
		font-size: 15px;
	}
	.moreBtn span {
		width: 10px;
		height: 10px;
		background-size: 10px;
	}
}

/* ms3 */
#ms3 {
    position: relative;
}
#ms3 .ms3_logo {
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 1;
    /* width: 100%; */
}
#ms3 .ms3_logo img {
        width: 900px;
}
@media (max-width:768px){
    
}
/* techSlider */
#techSlider {
    position: relative;
    z-index: 3;
}
#techSlider .slider-single {
    border-radius: 20px;
    box-shadow: 20px 20px 45px rgba(0, 0, 0, 0.1);
}
#techSlider .slider-single img {
    border-radius: 20px;
}
#techSlider #slider_bt p {
    margin-top: 15px;
}
#techSlider #slider_bt .slider-nav {
    margin-top: 30px;
}
#techSlider #slider_bt .slider-nav .slick-track {
    width: auto !important
}
#techSlider #slider_bt .slider-nav .slick-slide h5 {
    color: #aaa;
    font-weight: 700;
    cursor: pointer;
    background-position-x: 95% !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;
}
#techSlider #slider_bt .slider-nav .slick-slide.is-active h5 {
    color: #d0242a;
}
@media (min-width:992px){
    #techSlider {
        padding-left: 450px;
    }
    #techSlider #slider_bt {
        position: absolute;
        left: 0;
        width: 330px;
        padding-right: 30px;
        padding-top: 30px;
    }
    #techSlider #slider_bt .slider-nav .slick-slide {
        width: 100% !important;
        padding: 10px 0;
        border-bottom: 1px dashed #ddd;
    }
    #techSlider #slider_bt .slider-nav .slick-slide.is-active h5 {
        background: url(../img/tech_act.png) 95% center no-repeat;
    }
}
@media (max-width:992px){
    #techSlider #slider_bt {
        text-align: center;
    }
    #techSlider #slider_bt p {
        margin-top: 5px;
    }
    #techSlider #slider_bt .slider-nav {
        margin-top: 15px;
        text-align: center;
        margin-bottom: 25px;
    }
    #techSlider #slider_bt .slider-nav .slick-slide {
        width: auto !important;
        display: inline-block;
        float: none;
    }
    #techSlider #slider_bt .slider-nav .slick-slide h5 {
        padding: 3px 15px;
       /* border: 2px solid #ddd;*/
        border-radius: 50px;
        font-size: 13px;
        margin: 3px 1px;
    }
}

/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #343434;
    padding: 0px !important;
    padding: 60px 0 !important;
}
#footer #trpSiteMap p {
    font-weight: 700;
}
#footer #trpSiteMap ul li a {
    color: #999;
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 0;
}
#footer .link {
    margin-top: 10px;
}
#footer .link span {
    font-size: 15px;
    color: #aaa;
    cursor: pointer;
}
#footer .link .sp_line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #999;
    vertical-align: middle;
    margin: 0 10px;
    margin-bottom: 4px;
}
#footer .c_wrp h6 {
    color: #999;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 15px;
}
@media (min-width: 768px) {
    #footer #trpSiteMap {
        padding-bottom: 60px;
        margin-bottom: 30px;
        border-bottom: 1px solid #666;
    } 
}
@media (max-width: 768px) {
    #footer {
        text-align: center;
        padding: 40px 0 !important;
    }
    #footer .link span {
        font-size: 13px;
    }
    #footer .rt {
      margin-top:15px;
	  text-align:center !important
    }
    #footer .rt img {
     width: 100px;
    }

}






/* ms4 */
#ms4 a {
    text-decoration: none;
}
#ms4 .ban1_wrp > img {
    opacity: 0;
}
#ms4 .ban1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
}
#ms4 .ban1 a {
    display: inline-block;
}
#ms4 .ban1 a h1 {
    text-decoration: none;
    font-size: 60px;
    line-height: 1.2em;
    color: #dddddd;
    font-weight: 600;
}
#ms4 .ban1 a img {
    margin-top: 15px;
}
#ms4 .ban_wrp .txt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#ms4 .ban_wrp .txt h6 {
    letter-spacing: 3px;
    text-transform: uppercase;
}
#ms4 .ban_wrp .txt .btn_wrp span {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    line-height: 1em;
    color: #fff;
    overflow: hidden;
    height: 0px;
    
    -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;
}
#ms4 .ban_wrp .imgbox {
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}
#ms4 .ban1 a img,
#ms4 .ban_wrp .txt,
#ms4 .ban_wrp .txt .btn_wrp {  
    -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;
}
#ms4 .ban_wrp .imgbox img {
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
@media (min-width:769px){
    #ms4 .ban1 a:hover img {
        margin-left: 60px;
    }
    #ms4 .ban_wrp div:hover .imgbox img {
        transform: scale(1.1);
    }
    #ms4 .ban_wrp .txt:hover {
        background-color: rgba(207, 36, 42, 0.8);
    }
    #ms4 .ban_wrp .txt:hover a .btn_wrp {
        margin-top: 40px;
    }
    #ms4 .ban_wrp .txt:hover a .btn_wrp span {
        height: 30px;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
    }
}
@media (max-width:768px){
    #ms4 .ban1 {
        background-color: #00aeef;
        padding: 20px;
    }
    #ms4 .ban1 a h1 {
        font-size: 30px;
        color: #fff;
    }
    #ms4 .ban1 a img {
        width: 40px;
    }
}
@media (max-width:450px){
    #ms4 .ban1 a h1 {
        font-size: 20px;
    }
    #ms4 .ban1 a img {
        width: 25px;
    }
    #ms4 .ban_wrp .txt h2 {
        font-size: 15px;
        letter-spacing: 0;
    }
    #ms4 .ban_wrp .txt h6 {
        font-size: 11px;
    }
}




/* ms5 */
#ms5 .mtit h1 {
    line-height: 1.4em;
}
#ms5 ul li a {
    display: block;
    border-radius: 35px;
    padding: 55px 15px;
    box-shadow: 15px 15px 35px rgba(0,0,0,0.1);  
    text-decoration: none; 
    border: 2px solid #fff; 

    -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;
}
#ms5 ul li a:hover {
    border-color: #cd242a; 
}
#ms5 ul li a p {
    line-height: 1.3em;
    margin-top: 10px;
}
#ms5 .iconBox {
    width: 100px;
    position: relative;
    display: inline-block;
}
#ms5 .iconBox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #d02329;
    opacity: 0.1;
    border-radius: 50%;
}
#ms5 .iconBox.iconBox2:after {
    left: 0;
    top: auto;
    bottom: 0;
}
#ms5 .iconBox.iconBox3:after {
    left: auto;
    right: 0;
    top: 0;
}
#ms5 .iconBox.iconBox4:after {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}
#ms5 .iconBox {
    margin-bottom: 10px;
}
#ms5 .iconBox i {
    font-size: 80px;
    line-height: 100px;
    color: #d02329;
}
@media (max-width:768px){
    #ms5 .iconBox {
        width: 50px;
        margin-bottom: 0px;
    }
    #ms5 .iconBox i {
        font-size: 35px;
        line-height: 50px;
    }
    #ms5 .iconBox:after {
        width: 30px;
        height: 30px;
    }
    #ms5 ul li a {
        border-radius: 5px;
        padding: 20px 5px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.1);  
    }
    #ms5 ul li a h3 {
        font-size: 15px;
    }
    #ms5 ul li a p {
      /*  display: none;*/
    }
}





/* ms6 */
#ms6 ul {
    max-width: 1920px;
    margin: 0 auto;
}
#ms6 ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}
#ms6 ul li a img {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#ms6 ul li a:hover img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
#ms6 ul li a .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* btnSet */
.btnSet .btnItem {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    border: 2px solid #fff;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.btnSet .btnItem.pt {
    border-color: #ce2622;
    background-color: #ce2622;
}
.btnSet .btnItem span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background: url(../img/btn_arr.png) center center no-repeat;
    margin-bottom: 2px;
    margin-left: 5px;
}
@media (max-width:768px){
    .btnSet .btnItem {
        padding: 0 15px;
        line-height: 30px;
        font-size: 13px;
    }
    .btnSet .btnItem.pt {
        border-color: #ce2622;
        background-color: #ce2622;
    }
    .btnSet .btnItem span {
        width: 9px;
        height: 14px;
        background-size: 6px !important;
    }
}