
/*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: 140px;
    	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: 30px 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;
		line-height: 1.2em;
		font-size: 3.8vw;
		word-break: keep-all;
    }
}
/*#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 !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_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;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
@media (max-width:1200px) and (min-width:992px){
    .conbox {
        margin-top: calc(100vw * (60 / 1200));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 1200));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 1200));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 1200));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 1200));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 1200));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 1200));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 1200));
    }
}
@media (max-width:991px) and (min-width:767px){
    .conbox {
        margin-top: calc(100vw * (60 / 992));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 992));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 992));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 992));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 992));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 992));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 992));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 992));
    }
}
@media (max-width:768px) and (min-width:450px){
    .conbox {
        margin-top: calc(100vw * (40 / 768));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 768));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 768));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 768));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (30 / 768));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 768));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 768));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (5 / 768));
    }
}
@media (max-width:501px){
    .conbox {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 500));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 500));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 500));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 500));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 500));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (5 / 500));
    }
}
/*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;
    }
}


/* tbox */
.tbox {
	display: flex;
	align-items: center;
	justify-content: center
}
.tbox > div {
	width: 50%;
}
.tbox > .img {
	display: none;
}
.tbox > .emp {
	display: block;
}
@media (min-width:768px){
	.tbox {
		height: 790px;
	}
}
@media (max-width:768px){
	.tbox {
		flex-wrap: wrap;
	}
	.tbox > div {
		width: 100%;
	}
	.tbox > .img {
		display: block;
		order: 2;
	}
	.tbox > .emp {
		display: none;
	}
	.tbox > .txt {
		padding: 35px 0 15px;
		order: 1;
	}
}

/* conWrp */
#conWrp {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#conWrp .arrWrp {
	position: absolute;
	bottom: 150px;
	left: 0;
	width: 100%;
	z-index: 5;
}
#conWrp .arrWrp .arrs {
	display: flex;
	gap: 8px;
	justify-content: center;
}
#conWrp .arrWrp .arrs .arr {
	display: flex;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
#conWrp .slider-single .bg .tbox {
	height: 900px;
	padding-bottom: 5vw;
}
#conWrp .slider-single .bg .tbox > div {
	width: 100%;
}
#conWrp .slider-single .bg img {
	display: inline-block;
}
#conWrp .slider-single .bg.bg1 {
	background: url(../img/conBg1.jpg) center center no-repeat;
	background-size: cover;
}
#conWrp .slider-single .bg.bg2 {
	background: url(../img/conBg2.jpg) center center no-repeat;
	background-size: cover;
}
#conWrp .slider-single .bg.bg3 {
	background: url(../img/conBg3.jpg) center center no-repeat;
	background-size: cover;
}
#conWrp .slider-single .bg.bg4 {
	background: url(../img/conBg4.jpg) center center no-repeat;
	background-size: cover;
}
#conWrp .slider-single .bg.bg5 {
	background: url(../img/conBg5.jpg) center center no-repeat;
	background-size: cover;
}
#conWrp .slider-single .bg.bg6 {
	background: url(../img/conBg6.jpg) center center no-repeat;
	background-size: cover;
}
@media (max-width:768px){
	#conWrp {
		border-radius: 0px;
	}
	#conWrp .slider-single .bg .tbox {
		height: 400px;
	}
	#conWrp .arrWrp {
		position: absolute;
		bottom: 10vw;
	}
	#conWrp .arrWrp .arrs .arr {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}

/* ms2 */
@media (min-width:992px) {
	#ms2 {
		background: url(../img/ms2_bg.jpg) center center no-repeat;
		background-size: cover;
		position: relative;
	}
	#ms2 .career {
		padding: 40px 0;
	}
}
@media (max-width:992px) {
	#ms2 {
		background-color: #f7f7f7;
	}
	#ms2 .career {
		background-color: #fff;
		padding: 30px 20px;
	}
}


/* ms3 */
#ms3 {
	background: url(../img/ms3_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
#ms3 .txt {
	background-color: rgba(23, 46, 87, 0.9);
	max-width: 850px;
	margin: 0 auto;
	backdrop-filter: blur(5px);
}

/* ms4 */
@media (min-width:768px){
	#ms4 {
		background: url(../img/ms4_bg.jpg) center center no-repeat;
	}
}
@media (max-width:768px){
	#ms4 {
		background-color: #fcfcf9;
		padding-bottom: 15px;
	}
}
/* ms5 */
#ms5 {
	background: url(../img/ms5_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
#ms5 ul li {
	margin-top: 10px;
}
#ms5 .item {
	background-color: rgba(255,255,255,0.8);
	border-radius: 15px;
	backdrop-filter: blur(5px);
}
@media (max-width:768px){
	#ms5 ul li img {
		max-width: 80%;
	}
}
/* ms6 */
#ms6 .bt {
	margin-top: -10%;
}
/* ms7 */
#ms7 {
	background: url(../img/ms7_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
#ms7 ul li {
	margin-top: 10px;
}
#ms7 .item {
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
}
/* ms8 */
#ms8 .txt {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:768px){
	#ms8 {
		background: url(../img/ms8_bg.jpg) center center no-repeat;
	}
}
@media (max-width:768px){
	#ms8 {
		background-color: #fcfcf9;
		padding-bottom: 15px;
	}
}

/* ms9 */
#ms9 .cons {
	display: flex;
	align-items: center;
}
@media (max-width:768px){
	#ms9 .cons {
		flex-direction: column;
	}
	#ms9 .cons + .cons {
		margin-top: 15px;
	}
	#ms9 .cons .img {
		order: 2;
	}
	#ms9 .cons .txt {
		order: 1;
	}
}

/* ms10 */
#ms10 {
	background: url(../img/ms10_bg.jpg) right bottom no-repeat;
	background-size: cover;
	background-color: #172e57;
}
#ms10 ul {
	display: flex;
	align-items: center;
	background-color: #fff;
}
#ms10 ul > li {
	width: 50%;
	text-align: center;
	position: relative;
}
@media (min-width:550px){
	#ms10 ul > .img::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 150px;
		height: 100%;
		background: linear-gradient(to right, transparent, rgba(0,0,0,0.05));
	}
}
@media (max-width:550px){
	#ms10 ul {
		flex-wrap: wrap;
	}
	#ms10 ul > li {
		width: 100%;
	}
	#ms10 ul > .img {
		order: 2;
	}
	#ms10 ul > .txt {
		order: 1;
		padding: 30px 15px;
	}	
	#ms10 ul > .img::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 150px;
		width: 100%;
		background: linear-gradient(to top, transparent, rgba(0,0,0,0.05));
	}
}

/* ms11 */
#ms11 {
	background: url(../img/ms11_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
#ms11 ul li {
	margin-top: 10px;
}
#ms11 ul li .img {
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
}
@media (max-width:768px){
	#ms11 ul li img {
		max-width: 80%;
	}
}
/* ms1BackSlick */
.ms1BackSlick {
	padding: 30px;
	border-radius: 30px;
	background-color: #f6f7fa;
}
@media (min-width:768px){	
	.ms1BackSlick .fbox {
		display: flex;
		align-items: center;
	}
	.ms1BackSlick .fbox > div {
		width: 50%;
	}
}
@media (max-width:768px){	
	.ms1BackSlick {
		padding: 10px;
		border-radius: 4px;
	}
}
/* ms1BackSlick_nav */
.ms1BackSlick_nav .slick-track {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.ms1BackSlick_nav .slick-track .slick-slide {
    width: auto !important;
}
.ms1BackSlick_nav .slick-track .slick-slide .dft {
    padding: 8px 25px;
    border-radius: 100px;
    background-color: #999;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer;
    font-weight: 700;
	font-size: 15px;
}
.ms1BackSlick_nav .slick-track .slick-slide.is-active .dft {
    background-color: #172e57;
    color: #fff !important;
}
@media (max-width:992px){
    .ms1BackSlick_nav .slick-track {
        justify-content: center;
        gap: 5px 2px;
    }
    .ms1BackSlick_nav .slick-track .slick-slide .dft {
        padding: 4px 18px;
    }
}

/* ms13 */
#ms13 {
	background-color: #f5f3ee;
}

/* ms13 */
#ms13 {
	background-color: #ebeae6;
}
#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;
	}
}
/* ms14 */
#ms14 .map_wrp {
	padding: 50px;
	background-color: #fcfcfc;
	border-radius: 20px;
}
#ms14 .map_wrp .root_daum_roughmap .wrap_map {
    height: 700px !important;
}
#ms14 .map_wrp .root_daum_roughmap .cont {
	display: none !important;
}
@media (max-width:768px) {
	#ms14 .map_wrp {
		padding: 30px 15px;
		border-radius: 10px;
	}
	#ms14 .map_wrp .root_daum_roughmap {
		margin-top: 30px;
	}
	#ms14 .map_wrp .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}