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

/*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 .header-body {
    padding: 20px 30px;
    border-top: 0px;
}	
@media (max-width:992px){
    #header .header-body {
        padding: 10px 15px;
    }	
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #8B8B8B;
    font-size: 16px;
}
.header-shape nav > #mainNav > li > a {
    padding: 20px 10px;
    text-align: left;
}
.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;
}
/* 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;
	font-family: 'Libre Baskerville';
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
    height: auto;
    text-align: center;
    padding: 6px 12px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    background-color: transparent;
    color: #333;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 60px 20px 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}
.mobile-nav::-webkit-scrollbar {
    display: block;
    visibility: visible;
    width: 2px;
}
.mobile-nav .mobile-nav-wrapper {
    position: relative;
}
.mobile-nav .mobile-nav-wrapper .mmenu-toggle-btn {
    position: absolute;
    right: 0;
    margin: 0px;
    top: -40px;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: -5px;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #ddd;
}
.mobile-side-menu #mainNav > li+li {
    margin-left: 0px;
}
.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;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 500;
	background-color: transparent;
	color: #111;
	border: 0;
	padding: 10px;
	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 ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.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 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%;
    background-color: transparent;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
    background-color: transparent !important;
}
.mobile-side-menu  .dropdown-menu a svg {
    width: 12px !important;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#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 (min-width:992px){
    .mobile-side-menu .dropdown-menu {
        display: block;
    }
    .mobile-side-menu #mainNav {
        max-width: 500px;
        margin: 5% auto;
    }
    .mobile-side-menu #mainNav > li {
        border-bottom: 0;
        float: left;
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
    .mobile-side-menu .dropdown {
        margin-top: 15px;
    }
    .mobile-side-menu li a {
        font-size: 20px;
        text-align: center;
        padding: 15px 15px 10px;
    }
    .mobile-side-menu li a.dropdown-toggle {
        font-weight: 700;
    }
    .mobile-side-menu .dropdown-menu a {
        font-size: 17px;
        font-weight: 400;
        padding: 5px;
    }
    .mobile-side-menu .dropdown-menu a:hover {
        color: #1e8bf1;
    }
    .mobile-side-menu .dropdown-menu a > span {
        position: relative;
        padding: 0 15px;
        display: inline-block;
        position: relative;
    }
    .mobile-side-menu .dropdown-menu a > span:after {
        content: "";
        background-color: rgba(4, 166, 225, 0.2);
        position: absolute;
        left: 0;
        top: 30%;
        height: 60%;
        width: 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 .dropdown-menu a:hover > span:after {
        width: 100%;
    }
    .mobile-side-menu .dropdown-menu a > span > span {
        position: relative;
        z-index: 3;
    }
}
@media (max-width:992px){
    .mobile-nav {
        left: -300px;
        width: 300px;
        padding: 60px 20px 20px;
    }
    .mobile-side-menu li li a {
        margin-left: 10px;
        font-size: 15px;
    }
    .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;
    }
}

/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -5px;
}
.mobile-side-menu .row > div{
    padding: 0 5px;
}
.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: 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: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 20px 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: #e9c960 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #ffc936 !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: #0e1f3e !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*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual img {
    display: inline-block;
}
#visual .bg.bg1 {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
	    height: 660px;
		padding: 0px 200px;
		background-position: 65% -80px;
}
#visual .bg.bg2 {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
	    height: 660px;
}
#visual .bg.bg3 {
    background: url(../img/visual_bg3.jpg) 80% center no-repeat;
    background-size: cover;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: rgba(51, 51, 51, 0.1);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 10%;
}
#visual_wrp #arr_next {
    right: 10%;
    transform: rotate(180deg);
}
@media (max-width:1600px){
    #visual_wrp #arr_prev {
        left: auto;
        right: calc(5% + 90px);
    }
    #visual_wrp #arr_next {
        right: 5%;
        transform: rotate(180deg);
    }
	#visual img {
		margin-top: 120px;
	}
}
@media (min-width:769px){
    #visual .txt1 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 0.5s;
    }
    #visual .slick-current .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt2 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1s;
    }
    #visual .slick-current .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt3 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1.5s;
    }
    #visual .slick-current .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt4 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #visual .slick-current .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt5 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #visual .slick-current .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: auto;
    }
}
@media (max-width:768px){
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        display: none !important;
    }
	
	#visual .bg.bg1 {
		padding: 0px 20px;
	}
}
/* btnWrp */
.btnWrp .btnItem {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 180px;
    line-height: 50px;
    background-color: #162865;
    border: 1px solid #1d337d;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin: 0 2px;
}
.btnWrp .btnItem.brw {
    background-color: #6b5612;
    border: 1px solid #7f6717;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        width: 120px;
        font-size: 15px;
        font-weight: 600;
        margin: 4px 2px;
        line-height: 30px;
    }
}
/* footer */
#footer {
    margin-top: 0px !important;
    padding: 40px 0 !important;
}

/* mtit */
.mtit .en {
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #aaa;
}
@media (max-width:768px){
    .mtit .en {
        font-size: 11px;
        letter-spacing: 2px;
    }
}

/* ms1 */
#ms1 .mtit h1 {
    line-height: 1.1em;
}
#ms1 .ptnInfo {
    position: relative;
}
#ms1 .ptnInfo:after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    height: 6px;
    width: 100%;
    background: url(../img/pt_bg.png) center center;
}
#ms1 .lTIt span {
    font-size: 0.8em;
    color: #999;
    line-height: 1em;
    position: relative;
    padding-left: 10px;
}
#ms1 .lTIt span:after {
    content: "";
    position: absolute;
    left: 4px;
    width: 2px;
    height: 80%;
    top: 10%;
    background-color: #aaa;
}
#ms1 .logoBox {
    border: 1px solid #ddd;
    margin: 15px 0;
}
@media (max-width:768px){
    #ms1 .mtit {
        text-align: center;
    }
    #ms1 .mtit h1 {
        font-size: 32px;
    }
    #ms1 .img {
        text-align: center;
        margin-top: 20px;
    }
    #ms1 .logoBox img,
    #ms1 .img img {
        width: 70%;
    }
}
/* ms2 */
@media (min-width:992px){
    #ms2 {
        background: url(../img/ms2_bg.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media (max-width:992px){
    #ms2 {
        background: url(../img/ms2_bg_m.jpg) center center no-repeat;
        background-size: cover;
        padding-bottom: 0px;
    }
}

/* tableBasic */
.table.tableBasic {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.table.tableBasic tr th,
.table.tableBasic tr td {
    font-size: 20px;
    color: #aaa;
    line-height: 1.4em;
    vertical-align: middle;
    padding: 14px;
	word-break: keep-all;
}
.table.tableBasic tr th {
    white-space: nowrap;
    color: #d4b44a;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    text-align: center;
    background-color: rgba(0,0,0,0.4);
}
.table.tableBasic tr th {
    font-weight: 600;
}
.table.tableBasic tr td .tt {
    vertical-align: middle;
    background-color: #a98308;
    padding: 3px 15px;
    border-radius: 60px;
    color: #fff;
    font-size: 0.85em;
    font-weight: 600;
    margin-right: 10px;
}
.table.tableBasic tr td ul li {
    margin: 8px 0;
}
.table.tableBasic tr td ul li p {
    position: relative;
    color: #aaa;
    font-weight: 300;
    line-height: 1.4em;
}
.table.tableBasic tr td ul li p strong {
    color: #fff;
}
@media (min-width:992px){
    .table.tableBasic tr td ul li p {
        padding-left: 180px;
    }
    .table.tableBasic tr td ul li p strong {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width:1200px) and (min-width:768px){
    .table.tableBasic tr th,
    .table.tableBasic tr td {
        font-size: 18px;
    }
}
@media (max-width:768px){
    .table.tableBasic tr th,
    .table.tableBasic tr td {
        font-size: 16px;
    }
}

/* ms3 */
#ms3 .ppTop {
    background-color: #f7f7f7;
}
#ms3 .ppTop .rt .pList p {
    letter-spacing: -0.05em;
    font-size: 16px;
}
@media (min-width:992px){
    #ms3 .ppTop {
        padding: 60px;
        display: flex;
        align-items: center;
    }
    #ms3 .ppTop > div {
        width: 50%;
    }
    #ms3 .ppTop .lft {
        padding-right: 30px;
    }
}
@media (max-width:992px){
    #ms3 .ppTop {
        padding: 30px 20px;
    }
    #ms3 .ppTop .lft {
        text-align: center;
    }
    #ms3 .ppTop .rt {
        padding-top: 20px;
    }
}
/* ppList */
.ppList {
    margin: 0 -10px;
}
.ppList .slick-slide {
    padding: 0px 10px;
}
.ppList .txt {
    padding-top: 15px;
}
.ppList .slick-arrow {
    position: absolute;
    top: calc(50% - 16px);
    width: 34px;
    height: 32px;
    background: url(../img/arr_bsn.png) center center no-repeat;
    border: 0px;
    color: transparent;
    border-radius: 50%;
}
.ppList .slick-arrow.slick-prev {
    left: -50px;
}
.ppList .slick-arrow.slick-next {
    right: -50px;
    transform: rotate(180deg);
}
@media (max-width:992px){
    .ppList .slick-arrow {
        display: none !important;
    }
}
@media (max-width:768px){
    .ppList .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 40px;
    }
    .ppList .slick-dots li {
        display: inline-block;
    }
    .ppList .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: #ddd;
    }
    .ppList .slick-dots li.slick-active button {
        background-color: #c5a875;
        opacity: 1;
    }
}

/* ms4 */
#ms4 {
    background: url(../img/ms4_bg.jpg) center center no-repeat;
    background-size: cover;
}
#ms4 .inner {
    position: relative;
}
#ms4 .inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/em_bg.png) center center no-repeat;
}
#ms4 ul li {
    margin: 15px 0;
}
#ms4 ul li .item {
    display: flex;
    align-items: center;
    height: 240px;
    background-color: #f7f7f7;
    text-align: center;
    justify-content: center;
    padding: 0 20px;
}
#ms4 ul li:nth-child(1) .item {
    border-radius: 30px 0 0 0;
}
#ms4 ul li:nth-child(2) .item {
    border-radius: 0 30px 0 0;
}
#ms4 ul li:nth-child(3) .item {
    border-radius: 0 0 0 30px;
}
#ms4 ul li:nth-child(4) .item {
    border-radius: 0 0 30px 0;
}
#ms4 ul li .item h5 {
    font-weight: 400;
    line-height: 1.4em;
    color: #666;
    margin-top: 10px;
}
@media (max-width:768px){
    #ms4 ul li {
        margin: 5px 0;
    }
    #ms4 .inner:after {
        background-size: 200px;
    }
}
@media (max-width:500px){
    #ms4 .inner:after {
        background-size: 100px;
    }
}



/* ----------------------------------------------------------------
GO TO TOP BUTTON
-----------------------------------------------------------------*/
#goToTop {
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 26px;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    z-index: 999;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
    background-color: rgba(30, 30, 30, 0.25) !important;
    overflow: hidden;
    bottom: 16px;
    opacity: 0;
}
html.sticky-header-active #goToTop {
    opacity: 1;
    bottom: 26px;
}
#goToTop i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    font-size: 16px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    transform: translate(0, 0px);
    transition: transform 0.2s ease; 
}
#goToTop:hover {
    transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
    background-color: transparent !important; 
}
#goToTop:hover i {
transform: translate(0, -39px) !important; 
}
#goToTop:after, #goToTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #1f2f46;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px; 
}
#goToTop:before {
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    z-index: 2; 
}
#goToTop:hover:after {
    transform: scale(1); 
}
#goToTop:active:before {
    opacity: 1; 
}
  
@media (max-width:768px){
    #goToTop {
        bottom: 96px;
    }
    html.sticky-header-active #goToTop {
        bottom: 20px;
        right: 15px;
    }
}

/* ms5 */
#ms5 {
    background: linear-gradient(to left, #152a55, #17326b, #152a55);
}
#ms5 .tbox {
    padding: 0 60px;
}
#ms5 .tbox h5 {
    margin-top: 15px;
}
#ms5 ul li .item p {
    opacity: .8;
}
@media (min-width:600px) {
    #ms5 ul li:nth-child(even) .tbox {
        order: 1;
    }
    #ms5 ul li:nth-child(even) .ibox {
        order: 2;
    }
    #ms5 ul li .item {
        padding: 0 15px;
    }
    #ms5 ul li:not(:last-child) .item{
        border-right: 1px dashed rgba(255, 255, 255, 0.25);
    }
}
@media (max-width:768px) {
    #ms5 ul li .item strong {
        font-size: 30px;
        line-height: 35px;
    }
}
@media (max-width:600px) {
    #ms5 ul {
        border-top: 1px dashed rgba(255, 255, 255, 0.25);
    }
    #ms5 ul li {
        flex-wrap: wrap;
        width: 50%;
        margin-top: -1px;
    }
    #ms5 ul li:nth-child(2),
    #ms5 ul li:nth-child(4) {
        border-left: 1px dashed rgba(255, 255, 255, 0.25);
    }
    #ms5 ul li:last-child {
        width: 100%;
    }
    #ms5 ul li .item {
        height: 210px;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
        padding: 20px;
    }
    #ms5 ul li .item strong {
        font-size: 30px;
        line-height: 35px;
    }
}

/* ms6 */
#ms6 {
    background: url(../img/ms6_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* prcessBox */
.prcessBox .item {
    position: relative;
    text-align: center;
    padding: 0 15px;
    width: 20%;
    border: 3px solid #e9c960;
    border-radius: 15px;
    display: flex;
    align-items: center;
    min-height: 130px;
    justify-content: center;
}
.prcessBox li {
    margin: 10px 0;
}
.prcessBox li:not(:last-child) .item:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/pro_arr.png) center center no-repeat;
    top: calc(100% - 10px);
    right: calc(50% - 20px);
    z-index: 3;
}
.prcessBox li {
    display: flex;
    align-items: center;
}
.prcessBox .item h4 {
    color: #e9c960;    
    line-height: 1.2em;
}
.prcessBox .rt {
    padding: 0 35px;
    width: 80%;
    text-align: left;
}
@media (max-width:768px){
    .prcessBox .item {
        min-height: 200px;
        border-width: 2px;
        border-radius: 4px;
    }
    .prcessBox .item {
        width: 30%;
    }
    .prcessBox .rt {
        padding: 0 0 0 15px;
        width: 70%;
    }
}

/* hList */
.hList > li > h4 {
    color: #fff;
    position: relative;
    padding-left: 25px;
}
.hList > li > h4 > strong {
    position: absolute;
    left: 0;
    top: 0;
}
/* ms7 */
#ms7 .item {
    background-color: #f7f7f7;
    display: flex;
    height: 350px;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 0 15px;
    word-break: keep-all;
}
#ms7 .item .txt {
    padding-left: 25px;
}
@media (min-width:768px){
    #ms7 .item::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 30px;
        background: linear-gradient(to left, rgba(0,0,0,0.05), transparent);
    }
    #ms7 li:nth-child(even) .item::after {
        display: none;
    }
    #ms7 li:nth-child(1) .item::before,
    #ms7 li:nth-child(2) .item::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background: linear-gradient(to top, rgba(0,0,0,0.05), transparent);
    }
}
@media (max-width:768px){
    #ms7 ul li {
        margin: 10px 0;
    }
    #ms7 .item {
        height: auto;
        padding: 40px 20px;
        display: block;
        text-align: center;
    }
    #ms7 .item .icon img {
        width: 80px;
    }
    #ms7 .item .txt {
        padding: 0px;
        padding-top: 15px;
    }
}
/* ms8 */
#ms8 {
    background: url(../img/ms8_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* numBox */
.numBox {
    padding-bottom: 25px;
}
.numBox span {
    display: inline-block;
    line-height: 60px;
    width: 60px;
    background-color: #004884;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    position: relative;
}
.numBox span:after {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    bottom: -5px;
    width: 12px;
    height: 12px;
    background-color: #004884;
    transform: rotate(45deg);
}
@media (max-width:768px){
    .numBox {
        padding-bottom: 15px;
    }
    .numBox span {
        line-height: 40px;
        width: 40px;
    }
}

/* subTit */
.subTit {
    position: relative;
    padding: 0 30px;
}
.subTit::before {
    position: relative;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: calc(50% - 1px);
    background-color: #aaa;
}
.subTit:after {
    position: relative;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% + 1px);
    height: 1px;
    width: 100%;
    background-color: #aaa;
}
.subTit span {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.subTit.w::before,
.subTit.w:after {
    background-color: #aaa;
}
.subTit.w span {
    background-color: #131625;
    color: #fff;
}
@media (max-width: 768px) {
    .subTit {
        text-align: center;
        padding: 0 15px;
    }
}

/* ms9 */
#ms9 .coni li .txt {
    margin-top: 15px;
    text-align: center;
}
@media (max-width: 768px) {
    #ms9 .coni li {
        margin-bottom: 25px;
    }
}

/* mapbox */
.mapbox .lft h6 {
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.mapbox .root_daum_roughmap .wrap_map {
    height: 500px !important;
}  
@media (min-width:992px){
    .mapbox {
        display: flex;
        align-items: center;
    }
    .mapbox > div {
        width: 50%;
    }
} 
@media (max-width: 768px) {
    .mapbox .lft {
        margin-bottom: 20px;
        text-align: center;
    }
    .mapbox .lft img {
       /*width: 100px;*/
    }
    .mapbox .root_daum_roughmap .wrap_map {
        height: 250px !important;
    }
}
/* ms10 */
#ms10 {
    background: url(../img/ms10_bg.jpg) center center no-repeat;
    background-size: cover;
}
#ms10 .bdw{
	border: 1px solid;
    padding: 20px;
}
#ms10 .bdd{
	border: 1px solid #000;
    padding: 20px;
}

@media (max-width: 768px) {

	#ms10 .bdw{
		border: none;
		 padding: 0px;
	}
	#ms10 .bdd{
		border: none;
		 padding: 0px;
	}
}
/* ms12 */
#ms12 {
    background-color: #f7f7f7;
}
#ms12 video {
    width: 100%;
}


/*quick_fix*/
#quick_fix {
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background-color: #363636;
	z-index: 1000;
	position: fixed;
}
#quick_fix .row {
	margin: 0 -5px;
}
#quick_fix .row div[class*="col-"] {
	padding: 0 5px;
}
#quick_fix .form-control {
	border-radius: 5px;
	box-shadow: 0 0 0;
    height: 36px;
    font-size: 15px;
}
#quick_fix .agree label {
	display: inline-block;
	color: #d8dce4;
	font-size: 15px;
	line-height: 1em;
	margin: 2px 0 0 0;
    font-weight: 400;
}
#quick_fix .conin {
	margin: 0 auto;
}

#quick_fix  .topcount {
	font-size: 1.6em;
    line-height: 1em;
	vertical-align: text-bottom;
}
#quick_fix  .btnbox input {
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1em;
    background-color: #ffaf3b;
    border: 0px;
    padding: 5px 8px;
    color: #fff;
    font-size: 18px;
}
#quick_fix .conin .q_lb {
	position: relative;
}
#quick_fix .conin .c_wrp{
    position: relative;
}
#quick_fix .conin .footer_lg{
    width: 15%
}
#quick_fix .conin .footer_lg img{
    width: 100%;
}
#quick_fix .conin .al_wrp {
    width: 44%;
	padding: 0 20px;
}
#quick_fix .conin .btn_wrp {
    width: 24%;
}
#quick_fix .conin .al_wrp .agree {
	
}
#quick_fix .conin .al_wrp .agree .agr2 {
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    color: #d8dce4;
    font-size: 15px;
    line-height: 1em;
    padding-bottom: 1px;
    border-bottom: 1px solid #d8dce4;
    font-weight: 400;
}
#quick_fix .conin .al_wrp .q_m{
    color:#ffaf3b;
    font-size: 1.4em;
}
#quick_fix .quick_btn a{
    font-size: 27px;
    font-weight: 400;
    padding: 17px 35px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
#quick_fix .quick_btn button{
    font-size: 27px;
    font-weight: 400;
    padding: 12px 35px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
#quick_fix .quick_btn input {
    font-size: 26px;
    font-weight: 500;
    padding: 17px 35px;
    background-color: #e60012;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
#quick_fix .quick_btn a span{
   font-weight: 600; 
}


#quick_fix .item {
    display: flex;
    align-items: center;
    width: 100%;
}
#quick_fix .item .txt {
    padding-left: 25px;
}
@media (max-width:768px){
	#quick_fix {
		padding: 15px;
	}
	#quick_fix .conin .q_lb {
		margin: 5px 0;
	}
	#quick_fix .conin .toptop {
		text-align: center;
	}
	#quick_fix .conin .toptop img {
		height: 15px;
	}
	#quick_fix .conin .q_lb img {
		width: 35px;
		top: 10px;
	}
	#quick_fix .conin .q_lb {
		padding-left: 50px;
	}
	#quick_fix .conin .btnbox {
		width: 80px;
		padding-left: 10px;
	}
	
	#quick_fix .conin .footer_lg{
		width: 0%
	}
		
	#quick_fix .conin .al_wrp {
		width: 100%;
		padding: 0px
	}
	#quick_fix {
		padding: 10px;
	}

	#quick_fix .item h5 {
			font-size: 12px;
			    margin-bottom: 0px;
	}
	#quick_fix .item h4 {
			font-size: 15px;
	}
	
	#quick_fix .item .txt {
		padding-left: 0px;
	}
	
	#quick_fix .item i{
		    font-size: 12px;
		display: inline-block;
	}
}



/* ms14 */
#ms14 {
    background: url(../img/ms14_bg.jpg) center bottom no-repeat;
    background-size: cover;
}
#ms14 .inner {
    position: relative;
}
#ms14 .inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/em_bg.png) center center no-repeat;
}
#ms14 ul li {
    margin: 15px 0;
	position: relative;
}
#ms14 ul li .item {
    text-align: left;
    justify-content: center;
    padding: 0 20px;
}
#ms14 ul li:not(:last-child):before {
    content: "";
    position: absolute;
    width: 43px;
    height: 100%;
    top: 0;
    right: 0px;
    background: url(../img/arr_bsn2.png) 100% 80px no-repeat;
}
#ms14 ul li p:not(:last-child)  {
       border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    padding-bottom: 10px;
}
#ms14 ul li .item h3 {
	 background: linear-gradient(to right top, #ffdd00, #ff8400);
    color: transparent;
    -webkit-background-clip: text;
 }
#ms14 ul li .item h5 {
    font-weight: 400;
    line-height: 1.4em;
    color: #666;
    margin-top: 10px;
}
@media (max-width:768px){
    #ms14 ul li {
		margin: 5px 0;
		width: 100%;
	}
    #ms14 ul li img {
		    width: 150px;
	}
    #ms14 .inner:after {
        background-size: 200px;
    }
	#ms14 ul li .item {
		margin-bottom: 60px;
		text-align:center;
	}
	
	#ms14 {
		background: url(../img/ms14_bg.jpg) left top no-repeat;
		background-size: cover;
	}

	#ms14 ul li .item h3 {
		text-align: left;
	}
	#ms14 ul li .item p {
		text-align: left;
	}
	#ms14 ul li:not(:last-child):before {
		background: none;
	}
}
@media (max-width:500px){
    #ms14 .inner:after {
        background-size: 100px;
    }
}

#ms9 .sub .subway {
    width: 45px;
    line-height: 37px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    font-weight: 700;
    border: 4px solid #e66813;
    color: #e66813;
}
#ms9 .sub .subway9 {
    border: 4px solid #e66813;
    color: #e66813;
}
#ms9 .sub .subway2 {
    border: 4px solid #0aa700;
    color: #0aa700;
}
#ms9 .sub .subway7 {
    border: 4px solid #9f633b;
    color: #9f633b;
}
#ms9 .sub .subways {
    border: 4px solid #e61313;
    color: #e61313;
}
#ms9 .sub span {
    display: inline-block;
    vertical-align: middle;
}


#ms17 {
    background: url(../img/ms10_bg.jpg) center center no-repeat;
    background-size: cover;
}
#ms17 ul li h3 {
    background: linear-gradient(to right top, #ffdd00, #ff8400);
    color: transparent;
    -webkit-background-clip: text;
}
#ms17 ul li img {
        border: 5px solid #dac790;
    border-radius: 20px;
	    box-shadow: 8px 2px 12px 6px #0000
	}