
/*Font: Pretendard*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


/* 팝업레이어 */
#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 only screen and (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 {
    right: 0;
    top: auto;
    bottom: 30px;
}

/*body*/
.body {
    font-family: 'Pretendard', Arial, sans-serif !important;
    max-width: 1920px;
    margin: 0 auto;
}
*, h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.05em;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}

/*#s005 - Logo*/
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media (max-width:992px){
	#header.header-narrow .header-logo {
		margin-top: 0px;
		padding-top: 0px !important;
		float: none;
		display: block;
		text-align: center;
		
	}
	#header .header-logo img {
		width: 100px;
    	margin: 15px 0 !important;
	}
}
/*#s005 - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	padding: 0;
	background-color: #fff !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    border-bottom: 0px;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 20px;
    font-weight: 600;
    color: #161616 !important;
    padding: 40px 25px !important;
    border-radius: 0px;
    text-transform: none;
    cursor: pointer;
    position: relative;
}
#header .header-nav-main nav > ul > li > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    height: 16px;
    width: 1px;
    background-color: #aaa;
}
#header .header-nav-main nav > ul > li:last-child > a:after {
    display: none;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #612683 !important;
	font-weight: 600;
	position: relative;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: #fff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: #252833;
    border-color: #b3b3b3;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #0670cf;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #004ea2 !important;
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:991px) {	
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		width: 100%;
		box-shadow: 0 0 0;
		border: 1px solid #ddd;
		margin-top: -10px;
		padding: 10px 5px;
	}
	#header .header-nav-main nav > ul > li.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
		font-size: 14px;
		border-bottom: 0px;
		padding: 5px;
	}
}
@media (max-width:992px) {
	#header .header-nav-main {
		display: block !important;
		height: auto !important;
	}
    #header .header-body {
        border-bottom-width: 1px !important;
    }
	html.sticky-header-active #header .header-body {
		top: 0px !important;
	}
	#header .header-nav-main nav {
		margin-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li {
		border-right: 0px;
	}	
	#header .header-nav-main nav > ul > li:first-child {
		border-left: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
		background-color: transparent;
		color: #393981 !important;
	}
	#header .header-nav-main nav > ul > li {
		float: left;
		display: block;
		width: 20%;
		clear: none;
		border-bottom: 0px !important;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #252833 !important;
        padding: 7px 8px 7px 8px !important;
		border-left: 0px !important;
        font-size: 13px;
		margin: 0px !important;
		text-align: center;
    }
    #header .header-nav-main nav > ul > li > a:after {
        top: calc(50% - 5px);
        height: 10px;
        background-color: #ddd;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        font-size: 13px;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #0152a4 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
@media (max-width: 768px) {
	/*nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}*/
	#header .header-container {
		padding: 0px;
	}
    #header .header-nav-main nav > ul > li > a {
		padding: 4px 0px !important;
		font-size: 3.8vw;
    }
}
/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 15px 5px;
    background-color: transparent;
    color: #0670cf;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 16px !important;
	display: none;
}


/*footer*/
#footer {
    background-color: #0e0e0e;
    margin-top: 0px !important;
    padding: 50px 0 !important;
    border: 0px;
}
#footer p {
    font-size: 14px;
    line-height: 1.4em;
    color: #eee;
    font-weight: 300;
    word-break: keep-all;
}
@media (max-width:768px) {
    #footer {
        padding: 30px 0 100px !important;
    }
    #footer p {
        font-size: 12px;
    }
}
/*videobox*/
#videobox {
    background: url(../img/videobox_bg.png) center bottom no-repeat;
    background-color: #1e1e1e;
    background-size: cover;
}
#videobox iframe {
	height: 600px !important;
}
@media (max-width:768px) {
	#videobox iframe {
		height: 300px !important;
	}
}
/*sec_dvd*/
.sec_dvd {
	padding: 130px 0;
    position: relative;
}
.sec_dvd.sec_dvd_mini {
	padding: 60px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 50px 0;
	}
	.sec_dvd.sec_dvd_mini {
		padding: 30px 0;
	}
}
/*arr_top*/
.arr_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 0px;
}
@media (max-width:768px){
    .arr_top img {
        width: 30px;
    }
}
/*conbox*/
.conbox {
	margin-top: 60px;
}
.conbox.conbox_sm {
	margin-top: 30px;
}
@media (max-width:768px){
	.conbox {
		margin-top: 30px;
	}
    .conbox.conbox_sm {
        margin-top: 15px;
    }
}
/*c_wrp*/
.v_m > div {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .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 > div {
        display: table-cell;
    }
}

/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg.bg1 {
    background: url(../img/visual1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/visual2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg3 {
    background: url(../img/visual3.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg4 {
    background: url(../img/visual4.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg5 {
    background: url(../img/visual5.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg6 {
    background: url(../img/visual6.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg img {
	width: 100%;
}
#visual .tcon {
    margin: 0 auto;
    position: relative;
}
#visual .tcon h1 {
    line-height: 1.1em;
    font-size: 65px;
    font-weight: 800;
    color: #fff;
}
#visual .tcon p {
    font-weight: 400;
    line-height: 1.9em;
    color: rgba(255,255,255,0.6);
}
#visual .tcon img {
    display: inline-block;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 41px);
    width: 82px;
    height: 82px;
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 5%;
    transform: rotate(180deg);
}
#visual_wrp #arr_next {
    right: 5%;
}

@media (max-width:768px){
    #visual .bg {
        background-size: cover !important;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        top: calc(50% - 21px);
        width: 42px;
        height: 42px;
        background-size: 42px;
    }
    #visual .bg.bg1 {
        background: url(../img/visual_m1.jpg) center center no-repeat;
        background-size: cover;
    }
    #visual .bg.bg2 {
        background: url(../img/visual_m2.jpg) center center no-repeat;
        background-size: cover;
    }
    #visual .bg.bg3 {
        background: url(../img/visual_m3.jpg) center center no-repeat;
        background-size: cover;
    }
    #visual .bg.bg4 {
        background: url(../img/visual_m4.jpg) center center no-repeat;
        background-size: cover;
    }
    #visual .bg.bg5 {
        background: url(../img/visual_m5.jpg) center center no-repeat;
        background-size: cover;
    }
    #visual .bg.bg6 {
        background: url(../img/visual_m6.jpg) center center no-repeat;
        background-size: cover;
    }
}
/* scrolls */
#visual .scrolls {
    font-size: 13px;
    color: #fff;
    position: relative;
    font-weight: 600;
    margin-top: 60px;
}
#visual .scrolls span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#visual .scrolls .bars {
    width: 200px;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
    position: relative;
}
#visual .scrolls .bars .stateAct {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #1a2b59;
}
#visual .scrolls .bars .stateAct.act {
    -webkit-animation: movBg 3s linear infinite;
    -moz-animation: movBg 3s linear infinite;
    -ms-animation: movBg 3s linear infinite;
    -o-animation: movBg 3s linear infinite;
    animation: movBg 3s linear infinite;
}
@keyframes movBg {
    0% {
        width: 0px;
    }
    25% {
        width: 0px;
    }
    100% {
        width: 100%;
    }  
}
#visual .scrolls .bars .stateAct {
    animation-play-state: running;
    width: 0px;
}
#visual .slickPause .scrolls .bars .stateAct {
    animation-play-state: paused;
}
#visual .scrolls .consWrp {
    display: inline-block;
}
#visual .scrolls .consWrp .pauseBtn {
    display: inline-block;
}
#visual .scrolls .consWrp .playBtn {
    display: none;
}
#visual .scrolls .consWrp.act .pauseBtn {
    display: none;
}
#visual .scrolls .consWrp.act .playBtn {
    display: inline-block;
}
#visual .scrolls .playBtn {
    font-size: 0.8em;
    cursor: pointer;
}
#visual .scrolls .pauseBtn {
    width: 10px;
    height: 12px;
    position: relative;
    cursor: pointer;
}
#visual .scrolls .pauseBtn:before,
#visual .scrolls .pauseBtn:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
}
#visual .scrolls .pauseBtn:before {
    left: 0;
}
#visual .scrolls .pauseBtn:after {
    right: 0;
}
@media (max-width:768px){
    #visual .scrolls {
        font-size: 13px;
        margin-top: 40px;
    }
    #visual .scrolls .bars {
        width: 150px;
    }
}

/* mouse */
.mouse_wrp {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    z-index: 5;
    text-align: center;
}
.mouse_wrp h6 {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 20px;
}
.mouse {
    width: 25px;
    height: 40px;
    border-radius: 13px;
    border: 2px solid #fff;
    display: inline-block;
    position: relative;
}
.mouse::before {
    content: "";
    width: 3px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: scrollDown 1.2s ease-in-out;
    animation-iteration-count: infinite;
}
.mouse__arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 2px;
    height: 2px;
    animation: fading 1.2s ease;
    animation-iteration-count: infinite;
}
.mouse__arrow:last-child {
    width: 0;
    height: 0;
    background-color: transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 3px solid #fff;
}
.mouse__arrow:nth-child(1) {
    animation-delay: 0s;
    bottom: -8px;
}
.mouse__arrow:nth-child(2) {
    animation-delay: 0.4s;
    bottom: -14px;
}
.mouse__arrow:nth-child(3) {
    animation-delay: 0.8s;
    bottom: -20px;
}
  
@keyframes scrollDown {
    0% {
        transform: translate(-50%, 0);
    }
    70%, 90% {
        transform: translate(-50%, 100%);
    }
    100% {
        transform: translate(-50%, 0);
    }
}
@keyframes fading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width:768px){
    .mouse_wrp {
        display: none;
        bottom: 30px;
    }
}
/* ms1 */
#ms1 {
    background-color: #032b5e;
}
@media (max-width:768px){
    #ms1 {
        padding: 30px 15px;
    }
    #ms1 .rt {
        padding-top: 20px;
    }
}

/* ms2 */
#ms2 {
    background: url(../img/ms2_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* ms3 */
@media (min-width:1920px) {
	#ms3 {
		background-size: cover;
	}
}
@media (min-width:992px) {
	#ms3 {
		background: url(../img/ms3_bg.jpg) center center no-repeat;
		position: relative;
	}
}
@media (max-width:992px) {
	#ms3 {
		background-color: #ebeff6;
	}
}
/* ms4 */
@media (max-width:992px){
	#ms4 iframe {
		height: 450px;
	}
}
@media (max-width:768px){
	#ms4 iframe {
		height: 280px;
	}
}
/* ms5 */
#ms5 {
    background-color: #f7f7f7;
}
/* ms6 */
#ms6 {
    position: relative;
}
/*arr*/
.arr {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: -3px;
}

/* table_basic */
.table.table_basic {
    border-top: 1px solid #333;
    table-layout: fixed;
}
.table.table_basic tr.topTr {
    border-top: 1px solid #666;
}
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    color: #222;
    border: 1px solid #ddd;
    padding: 14px 10px;
    vertical-align: middle;
}
.table.table_basic tr td.text-left {
    text-align: left;
}
.table.table_basic thead tr th {
    font-size: 18px;
    font-weight: 600;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tbody tr th {
    background-color: #f7f7f7;
    color: #111;
    font-weight: 600;
}
.table.table_basic tbody tr.navi th {
    border-color: #fff;
    background-color: #033e7f;
    color: #fff;
    font-weight: 600;
}
.table.table_basic tbody tr.navi td {
    background-color: #f3f8ff;
    color: #111;
}
.table.table_basic tr td.gr {
    background-color: #fcfdff;
    color: #111;
    font-weight: 500;
}
.table.table_basic tr td p span {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 600;
    background-color: #fff8b7;
    border-radius: 4px;
    margin-bottom: 5px;
}
.table.table_basic tr td p span.tit2 {
    background-color: #ffebeb;
}
.table.table_basic tr td p span.tit3 {
    background-color: #ebffce;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 13px;
        padding: 8px 5px;
        word-break: keep-all;
    }
    .table.table_basic thead tr th {
        font-size: 15px;
    }
}
@media (max-width:992px){
    .oft {
        overflow-x: scroll;
    }
    .oft .table.table_basic {
        width: 700px;
    }
}
/* ms7 */
#ms7 {
    background-color: #f7f7f7;
}
#ms7 ul li {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #fff;
}
#ms7 ul li > div {
    width: 50%;
}
@media (min-width:768px){
    #ms7 ul li > .tbox {
        padding-left: 50px;
    }
}
@media (max-width:768px){
    #ms7 ul li {
        flex-wrap: wrap;
    }
    #ms7 ul li > div {
        width: 100%;
        text-align: center;
    }
    #ms7 ul li > .ibox {
        order: 2;
    }
    #ms7 ul li > .tbox {
        order: 1;
        padding: 40px 20px;
    }
}
/* ms8 */
#ms8 {
   /* background-color: #e8eaed;*/
}
/* ms9 */
@media (min-width:992px) {
	#ms9 {
		background: url(../img/ms9_bg.jpg) center center no-repeat;
        background-size: cover;
	}
}
/* ms10 */
#ms10 {
    background: url(../img/ms10_bg.jpg) center center no-repeat;
    background-size: cover;
}
#ms10 ul li {
    margin-bottom: 30px;
}
@media (max-width:768px) {
    #ms10 ul li {
        margin-bottom: 10px;
    }
}

/* ms11 */
#ms11 .c_wrp {
    background-color: #f7f7f7;
}
#ms11 .txt {
    padding: 60px 15px;
    position: relative;
}
#ms11 .img {
    position: relative;
}
#ms11 .img .rpt1 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 40%;
}
#ms11 .img .rpt2 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
}
#ms11 .warn {
    background-color: #fcfbf9;
    border-radius: 30px;
}
@media (min-width:768px){
    #ms11 .txt:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 40px;
        background: linear-gradient(to right, transparent, #eee);
    }
}
@media (max-width:768px){
    #ms11 .txt {
        padding: 30px;
    }
    #ms11 .img {
        padding: 30px;
        background-color: #fff;
        border: 1px solid #ddd;
    }
    #ms11 .img .rpt1,
    #ms11 .img .rpt2 {
        max-width: 10%;
    }
    #ms11 .warn {
        border-radius: 10px;
    }
}

/* ms12 */
#ms12 {
    background-color: #f7f9fb;
}
#ms12 .item {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 40px 15px;
    text-align: center;
}
@media (min-width:768px){
    #ms12 .item h4 {
        margin-top: 10px;
    }
}
@media (max-width:768px){
    #ms12 .item {
        display: flex;
        align-items: center;
        padding: 20px 25px;
        margin-top: -1px;
    }
    #ms12 .item .icon {
        width: 40px;
    }
    #ms12 .item .txt {
        padding-left: 20px;
        width: calc(100% - 40px);
        text-align: left;
    }
    #ms12 .item .txt h4 {
        word-break: keep-all;
    }
}


/* spList */
.spList .fbox {
	display: flex;
	align-items: center;
}
.spList .fbox > div {
	width: 50%;
}
@media (min-width:992px) {
	.spList .fbox .moImg {
		display: none;
	}
	.spList .fbox .txt .c_wrp {
		height: 700px;
	}
	.spList #sp1 {
		background: url(../img/sp1_bg.jpg);
		background-size: cover;
	}
	.spList #sp2 {
		background: url(../img/sp2_bg.jpg);
		background-size: cover;
	}
	.spList #sp3 {
		background: url(../img/sp3_bg.jpg);
		background-size: cover;
	}
}
@media (max-width:992px) {
	.spList .fbox {
		flex-wrap: wrap;
	}
	.spList .fbox > div {
		width: 100%;
	}
	.spList .fbox .empty {
		display: none;
	}
	.spList li .fbox .moImg {
		order: 2;
		padding: 0px;
	}
	.spList li .fbox .txt {
		order: 1;
		padding: 40px 15px;
	}
	.spList #sp1 {
		background-color: #f3f3f3;
	}
	.spList #sp2 {
		background-color: #faf8f9;
	}
	.spList #sp3 {
		background: url(../img/sp3_bg_m.jpg);
		background-size: cover;
	}
}

/*ms13*/
#ms13 .owl-carousel .img-thumbnail,
#ms13 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#ms13 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#ms13 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#ms13 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#ms13 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#ms13 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	#ms13 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	#ms13 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
/*arr*/
.arr {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: -3px;
}
/* ms14 */
#ms14 {
    background: url(../img/ms14_bg.jpg) center center no-repeat;
    background-size: cover;
}
#ms14 .img_wrp {
	background-color: rgba(255,255,255,0.95);
	max-width: 800px;
	margin: 0 auto;
}
/* ms15 */
#ms15 .map_wrp {
    border: 1px solid #ddd;
    padding: 20px;
}

#ms16tit {
background-color: #e8eaed;
}