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

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

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

/*setting*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (min-width:1340px){
    .container {
        width: 1340px;
    }
}
@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 .header-body {
    padding: 0px;
    border-top: 0px;
    border-bottom: 1px solid #ddd;
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
}
.header-shape nav > #mainNav::after,
.header-shape nav > #mainNav::before {
    display: none;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #111;
    font-size: 1.1vw;
    padding: 1.5vw 0;
    text-align: left;
    font-weight: 600;
}
.header-shape nav > #mainNav > li a:hover {
    color: #000;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 0 10px;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #000;
}
@media (max-width:1200px) {	
    .header-shape nav > #mainNav > li a {
        font-size: 1.8vw;
    }
}
@media (max-width:992px) {	
    .header-shape nav > #mainNav > li a {
        font-size: 2.3vw;
    }
}
@media (max-width:600px) {	
    .header-shape nav > #mainNav > li a {
        font-size: 3vw;
    }
}
/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 70%;
}
#header .linkBox {
    width: 30%;
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    padding-top: 2px;
}
#header .logoBox a svg {
    display: inline-block;
    vertical-align: middle;
}
#header .logoBox a .cls-1 {
    fill: #8b8b8b;
}
@media (max-width:768px){
    #header .logoBox a {
        margin-left: 10px;
    }
    #header .logoBox a svg {
        width: 110px;
    }
}
/* linkBox */
#header .linkBox {
    text-align: right;
}
#header .linkBox .global li {
    display: inline-block;
    position: relative;
}
#header .linkBox .global li:not(:first-child):after {
    content: "";
    position: absolute;
    left: -2px;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ccc;
}
#header .linkBox .global li a {
    color: #8B8B8B;
    display: inline-block;
    text-decoration: none;
    padding: 5px 14px;
    font-size: 24px;
    font-weight: 700;
    opacity: 0.6;

    -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;
}
#header .linkBox .global li a.act,
#header .linkBox .global li a:hover {
    opacity: 1;
}
#header .linkBox .global a {
    text-decoration: none;
}
#header .linkBox .global span {
    display: inline-block;
    width: 24px;
    height: 22px;
    vertical-align: middle;
}
#header .linkBox .global .global_k {
    background: url(../img/global_k.png) center center no-repeat;
    background-size: 100%;
}
@media (max-width:1600px){
    #header .linkBox .links li a {
        padding: 0 5px;
    }
}
@media (max-width:768px){
    #header .linkBox .global li a {
        padding: 0 5px;
        font-size: 18px;
    }
    #header .linkBox .global li:not(:first-child):after {
        top: 30%;
        height: 40%;
    }
}
/* 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;
        min-width: 150px;
        display: block;
        padding: 10px 0;
        top: 20%;
        box-shadow: 0 0 0;
        border-radius: 0px;
        border: 0;
        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-top: 0px;
        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;
    width: 40px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    top: -3px;
    background-color: #8B8B8B;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: absolute;
    background-color: #8B8B8B;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 14px;
}
.lines_bar:after {
    top: -14px;
}
.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);
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #8B8B8B;
}
@media (max-width:768px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 3px;
    }
    .lines_bar:before {
        top: 9px;
    }
    .lines_bar:after {
        top: -9px;
    }
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: -600px;
	width: 600px;
	display: block !important;
	position: fixed;
	top: 0;
	z-index: 999;
	height: 100%;
	padding: 20px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.9);
}

.mobile-nav-wrapper {
    display: table;
    height: 100%;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    display: table-cell;
    vertical-align: middle;
}
.mobile-side-menu .header-logo img {
    width: 190px;
}
.mobile-side-menu > .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    top: auto;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 0;
    padding: 0;
    position: absolute;
    left: 15px;
}
.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: 30px;
}
.mobile-side-menu li a {
	display: block;
    text-align: center;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #666;
    border: 0;
    padding: 20px 15px;
    white-space: normal;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu 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;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


.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: 13px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 5px;
}
.mobile-side-menu .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;
}
.mmenu-open .mobile-nav {
	left: 0;
}
@media (max-width:768px) {
    .mobile-nav {
        left: -300px;
        width: 300px;
        overflow-y: scroll;
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        top: 0px;
        left: 0;
        line-height: 20px;
    }
    .mobile-side-menu li a {
        font-size: 25px;
        padding: 15px 15px;
    }
    .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: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 10px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 6.5vw 0;
}
@media (max-width:1200px) {	
    .sec_dvd {
        padding: 6.5vw 0;
    }
}
@media (max-width:992px) {	
    .sec_dvd {
        padding: 6.5vw 0;
    }
}
@media (max-width:600px) {	
    .sec_dvd {
        padding: 6.5vw 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: #007346 !important;
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 80vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}
/* footer */
#footer {
    margin-top: 0px !important;
    border-top: 0px !important;
    padding: 30px 0 !important;
}
/* stit */
.stit {
    position: relative;
    overflow: hidden;
}
.stit strong {
    position: relative;
}
.stit.aos-animate span {
    opacity: 0;
    display: inline-block;
    margin-right: 2px;
}
.stit.aos-animate strong {
    display: inline-block;
    position: relative;
}
.stit strong::after {
    content: "";
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    height: 1px;
    width: 0px;
    background-color: rgba(255,255,255,.9);

    transition: all 2.5s;
    -o-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -webkit-transition: all 2.5s;
    transition-timing-function: ease-out;
    transition-delay: 1.5s;
}
.stit.aos-animate strong::after {
    width: 50vw;
}
.stit.aos-animate strong span {
    animation: moveLeft 1s ease-out forwards;
}
.stit strong span:nth-of-type(1){ 
    animation-delay: 0.2s; 
}
.stit strong span:nth-of-type(2){ 
    animation-delay: 0.4s; 
}
.stit strong span:nth-of-type(3){ 
    animation-delay: 0.6s; 
}
.stit strong span:nth-of-type(4){ 
    animation-delay: 0.8s; 
}
.stit strong span:nth-of-type(5){ 
    animation-delay: 1s; 
}
.stit strong span:nth-of-type(6){ 
    animation-delay: 1.2s; 
}
.stit strong span:nth-of-type(7){ 
    animation-delay: 1.4s; 
}
@keyframes moveLeft {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
/* ms1 */
#ms1 {
    background-color: #00b0f0;
    position: relative;
}
#ms1 .hList {
    padding: 50px 30px;
}
#ms1 .rtChar {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    max-width: 40vw;
}
@media (max-width:1200px) {
    #ms1 .rtChar {
        max-width: 30vw;
    }
}
@media (max-width:768px) {
    #ms1 .hList {
        padding: 30px 20px;
    }
}

/* hList */
.hList li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 3px;
    height: 3px;
    background-color: #fff;
}
/* ms2 */
#ms2 {
    background-color: #f7f6f7;
}
/* ms3 */
#ms3 {
    position: relative;
}
#ms3 img {
    position: relative;
    z-index: 3;
}
@media (min-width:992px){
    #ms3::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: #fccc47;
    }
}
/* ms4 */
#ms4 {
    background-color: #f7f6f7;
}
/* ms6 */
#ms6 {
    position: relative;
}
#ms6 .txt .txtbox {
    display: inline-block;
    padding: 60px 40px;
    background-color: rgba(255,255,255,.9);
    min-width: 35%;
}
@media (min-width:992px){
    #ms6 .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}
@media (max-width:992px){
    #ms6 .txt .txtbox {
        padding: 30px 15px;
    }
}
@media (max-width:992px) and (min-width:768px) {
    #ms6 .txt p br {
        display: none;
    }
}
/* ms8 */
#ms8 {
    position: relative;
    background-color: #f7f6f7;
}
#ms8 .fbox {
    position: relative;
    z-index: 3;
}
#ms8 .fbox {
    display: flex;
    align-items: center;
}
#ms8 .fbox > div {
    width: 50%;
}
#ms8 .fbox .txt {
    padding: 0 15px;
    margin-left: auto;
    position: relative;
}
#ms8 .fbox .txt .bt {
    padding: 40px 15px;
    margin-top: 40px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    display: inline-block;
}
#ms8 .fbox .txt .bt li p {
    display: flex;
}
#ms8 .fbox .txt .bt li p .title {
    width: 60px;
    display: flex;
    justify-content: space-between;
}
#ms8 .fbox .txt .bt li p .con {
    width: calc(100% - 60px);
    padding-left: 15px;
}
@media (min-width:992px){
    #ms8 .fbox .txt::after {
        content: "";
        position: absolute;
        width: 28px;
        height: 100%;
        top: 0;
        left: calc(100% - 1px);
        background: url(../img/arr.png) right center no-repeat;
        z-index: 5;
    }
    #ms8:before {
        content: "";
        background-color: #fdcc03;
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
    }
    #ms8 .fbox .txt {
        max-width: 700px;
    }
}
@media (max-width:992px){
    #ms8 .fbox {
        flex-wrap: wrap;
    }
    #ms8 .fbox > div {
        width: 100%;
    }
    #ms8 .fbox .txt {
        background-color: #fdcc03;
        padding: 30px 15px;
    }
    #ms8 .fbox .txt .bt {
        padding: 20px 15px;
        margin-top: 20px;
    }
}


/* workList */
.workList li {
    margin-bottom: 60px;
}
.workList .item {
    display: block;
    text-decoration: none;
}
.workList .item .img {
    overflow: hidden;
    position: relative;
    box-shadow: 15px 15px 35px rgba(0,0,0,0.3);
    border-radius: 15px;
}
.workList .item .img img {
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    width: 100%;
}
.workList .item:hover .img img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.workList .item .txt {
    text-align: center;
    margin-top: 20px;
}
@media (min-width:1140px){
    .workList {
        margin: 0 -40px;
    }
    .workList > li {
        padding: 0 40px;
    }
}
@media (max-width:768px){
    .workList li {
        margin-bottom: 30px;
    }
}
/* dotsDeco */
.dotsDeco {
    text-align: center;
}
.dotsDeco > span {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 2px;
}
.dotsDeco > span:nth-of-type(1) {
    background-color: #8092aa;
}
.dotsDeco > span:nth-of-type(2) {
    background-color: #adc1e0;
}
.dotsDeco > span:nth-of-type(3) {
    background-color: #b7d0e7;
}