
/*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 (min-width:1370px){
	.container  {
		width: 1370px;
	}
}
@media (max-width:501px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
@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: 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;
		line-height: 1.1em;
    }
}
/*#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 video {
	height: 700px !important;
}
@media (max-width:768px) {
	#videobox video {
		height: 300px !important;
	}
}
/*sec_dvd*/
.sec_dvd {
	padding: 130px 0;
    position: relative;
}
.sec_dvd.sec_dvd_mini {
	padding: 100px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 50px 0;
	}
	.sec_dvd.sec_dvd_mini {
		padding: 40px 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;
    }
}

/* word-keep */
.word-keep {
    word-break: keep-all;
}
.word-break {
    word-break: break-all;
}
/* font-weight */
.font-Thin {
    font-weight: 100 !important;
}
.font-ExtraLight {
    font-weight: 200 !important;
}
.font-Light {
    font-weight: 300 !important;
}
.font-Regular {
    font-weight: 400 !important;
}
.font-Medium {
    font-weight: 500 !important;
}
.font-Bold {
    font-weight: 600 !important;
}
.font-ExtraBold {
    font-weight: 700 !important;
}
.font-Heavy {
    font-weight: 800 !important;
}
.font-Black {
    font-weight: 900 !important;
}

/*dft*/
.dft {
    word-break: keep-all;
    color: #444;
    text-transform: none;
}
h1.dft {
    font-size: 4.5rem;
    line-height: 1.3em;
}
h1.dft.bigsize {
    font-size: 5.5rem;
    line-height: 1.2em;
}
h1.dft.huge {
    font-size: 6.5rem;
    line-height: 1.2em;
}
h2.dft {    
    font-size: 3.2rem;
    line-height: 1.3em;
}
h3.dft {
    font-size: 2.8rem;
    line-height: 1.3em;
    color: #333;
}
h4.dft {
    font-size: 2.4rem;
    line-height: 1.6em;
}
h4.dft.mini {
    font-size: 2.2rem;
    line-height: 1.4em;
}
h5.dft {
    font-size: 2rem;
    line-height: 1.6em;
}
h6.dft {
    font-size: 1.4rem;
    line-height: 1.6em;
}
p.dft {
    font-size: 1.8rem;
    line-height: 1.6em;
}
p.dft.mini {
    font-size: 1.6rem;
    line-height: 1.6em;
}
@media (max-width:1200px) {
    h1.dft {
        font-size: calc(100vw * (45 / 1200));
    }
}
@media (max-width:1200px) and (min-width:992px){
    h1.dft {
        font-size: calc(100vw * (45 / 1200));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (55 / 1200));
    }
    h1.dft.huge {
        font-size: calc(100vw * (65 / 1200));
    }
    h2.dft {
        font-size: calc(100vw * (35 / 1200));
    }
    h3.dft {
        font-size: calc(100vw * (30 / 1200));
    }
    h4.dft {
        font-size: calc(100vw * (24 / 1200));
    }
    h4.dft.mini {
        font-size: calc(100vw * (22 / 1200));
    }
    h5.dft {
        font-size: calc(100vw * (20 / 1200));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 1200));
    }
    p.dft {
        font-size: calc(100vw * (18 / 1200));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 1200));
    }
}
@media (max-width:991px) and (min-width:768px){
    h1.dft {
        font-size: calc(100vw * (40 / 992));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (45 / 992));
    }
    h1.dft.huge {
        font-size: calc(100vw * (55 / 992));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 992));
    }
    h3.dft {
        font-size: calc(100vw * (30 / 992));
    }
    h4.dft {
        font-size: calc(100vw * (26 / 992));
    }
    h4.dft.mini {
        font-size: calc(100vw * (24 / 992));
    }
    h5.dft {
        font-size: calc(100vw * (22 / 992));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 992));
    }
    p.dft {
        font-size: calc(100vw * (18 / 992));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 992));
    }
}
@media (max-width:768px) and (min-width:500px){
    h1.dft {
        font-size: calc(100vw * (35 / 768));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (40 / 768));
    }
    h1.dft.huge {
        font-size: calc(100vw * (45 / 768));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 768));
    }
    h3.dft {
        font-size: calc(100vw * (30 / 768));
    }
    h4.dft {
        font-size: calc(100vw * (26 / 768));
    }
    h4.dft.mini {
        font-size: calc(100vw * (24 / 768));
    }
    h5.dft {
        font-size: calc(100vw * (22 / 768));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 768));
    }
    p.dft {
        font-size: calc(100vw * (18 / 768));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 768));
    }
}
@media (max-width:501px){
    h1.dft {
        font-size: calc(100vw * (32 / 500));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (40 / 500));
    }
    h1.dft.huge {
        font-size: calc(100vw * (45 / 500));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 500));
    }
    h3.dft {
        font-size: calc(100vw * (24 / 500));
    }
    h4.dft {
        font-size: calc(100vw * (22 / 500));
    }
    h4.dft.mini {
        font-size: calc(100vw * (20 / 500));
    }
    h5.dft {
        font-size: calc(100vw * (18 / 500));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 500));
    }
    p.dft {
        font-size: calc(100vw * (18 / 500));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 500));
    }
}
/*conbox*/
.conbox {
	margin-top: 60px;
}
.conbox.conbox_mini {
	margin-top: 30px;
}
@media (max-width:768px){
	.conbox {
		margin-top: 30px;
	}
	.conbox.conbox_mini {
		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 {
	background: url(../img/visual_bg.jpg) center center no-repeat;
}

/* ms1 */
#ms1 {
	background: url(../img/ms1_bg.jpg) center center no-repeat;
	position: relative;
}
#ms1 > div {
	position: relative;
	z-index: 5;
}
@media (min-width:991px){	
	#ms1 {
		min-height: 1140px;
	}
}
@media (max-width:992px){	
	#ms1 {
		background-size: 100% !important;
		background-position: center bottom !important;
		padding-bottom: 20vw;
	}
	#ms1:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 80%;
		background: linear-gradient(to bottom, #d2c8ac 70%, transparent 100%);
	}
}

/* ms2 */
#ms2 {
	background: url(../img/ms2_bg.jpg) center center no-repeat;
	background-size: cover !important;
}

/* pointItem */
.pointItem {
	display: flex;
	align-items: center;
	min-height: 140px;
	padding: 0 35px;
	border-radius: 200px;
	background-color: #eff0f1;
	border: 1px solid #eff0f1;
	margin: 15px 0;
	position: relative;
	z-index: 1;
	
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.pointItem .icon {
	width: 80px;
}
.pointItem .icon img {
	background-color: #d7d7d7;
	border-radius: 50%;
	
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.pointItem:hover .icon img {
	background-color: #f39800;
}
.pointItem .tcon {
	width: calc(100% - 80px);
	padding-left: 25px;
}
@media (min-width:991px){
	.pointItem:hover {
		border-color: #f39800;
		box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
		z-index: 3;
	}
}
@media (max-width:992px){
	.pointItem {
		border-radius: 10px;
		min-height: auto;
		padding: 25px 15px;
		align-items: flex-start;
	}
	.pointItem .icon {
		width: 50px;
	}
	.pointItem .icon img {
		background-color: #f39800;
	}
	.pointItem .tcon {
		width: calc(100% - 50px);
		padding-left: 15px;
	}
	.pointItem .slideTxt {
		display: block !important;
	}
}

/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbox.v_t {
    align-items: flex-start;
    gap: 8px;
}
.fbox.v_bt {
    align-items: flex-end;
    gap: 8px;
}
.fbox.h_t {
    justify-content: flex-start;
    gap: 10px;
}
.fbox.h_ct {
    justify-content: center;
}
.fbox.h_bt {
    justify-content: flex-end;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
}
@media (max-width:768px) {
    .fbox:not(.noMobile) {
        flex-wrap: wrap;
    }
}
/* ms3_1 */
@media (min-width:991px) {
	#ms3_1 .top {
		background: url(../img/ms3_1_bg.jpg) center bottom no-repeat;
	}
	#ms3_1 .fbox {
		min-height: 1000px;
		padding: 0px;
	}
}
@media (max-width:991px) {
	#ms3_1 {
		background-color: #f4f4f4;
	}
}
/* ms3_2 */
@media (min-width:991px) {
	#ms3_2 .top {
		background: url(../img/ms3_2_bg.jpg) center bottom no-repeat;
	}
	#ms3_2 .fbox {
		min-height: 840px;
		padding: 0px;
	}
}
@media (max-width:991px) {
	#ms3_2 {
		background-color: #f4f4f4;
	}
}
/* ms3_3 */
@media (min-width:991px) {
	#ms3_3 .top {
		background: url(../img/ms3_3_bg.jpg) center bottom no-repeat;
	}
	#ms3_3 .fbox {
		min-height: 960px;
		padding: 0px;
	}
}
@media (max-width:991px) {
	#ms3_3 {
		background-color: #f4f4f4;
	}
}
/* ms3_4 */
@media (min-width:991px) {
	#ms3_4 .top {
		background: url(../img/ms3_4_bg.jpg) center bottom no-repeat;
	}
	#ms3_4 .fbox {
		min-height: 1000px;
		padding: 0px;
	}
}
@media (max-width:991px) {
	#ms3_4 {
		background-color: #f4f4f4;
	}
}


/* careerItem */
@media (max-width:991px) {
	.careerItem .img {
		order: 1;
	}
	.careerItem .txt {
		order: 2;
	}
}


/* spItem */
.spItem {
	display: flex;
	align-items: center;
	justify-content: center
}
.spItem > div {
	width: 50%;
}
.spItem > .img {
	display: none;
}
.spItem > .emp {
	display: block;
}
@media (min-width:768px){
	.spItem {
		height: 790px;
	}
}
@media (max-width:768px){
	.spItem {
		flex-wrap: wrap;
	}
	.spItem > div {
		width: 100%;
	}
	.spItem > .img {
		display: block;
		order: 2;
	}
	.spItem > .emp {
		display: none;
	}
	.spItem > .txt {
		padding: 35px 0 15px;
		order: 1;
	}
}

/* ms5 */
@media (min-width:768px){
	#ms5 {
		background: url(../img/ms5_bg.jpg) center center no-repeat;
	}
}
@media (max-width:768px){
	#ms5 {
		background-color: #d3d4d3;
		padding-bottom: 15px;
	}
}
/* ms6 */
@media (min-width:768px){
	#ms6 {
		background: url(../img/ms6_bg.jpg) center center no-repeat;
	}
}
@media (max-width:768px){
	#ms6 {
		background-color: #f0f0f0;
		padding-bottom: 15px;
	}
}
/* ms7 */
@media (min-width:768px){
	#ms7 {
		background: url(../img/ms7_bg.jpg) center center no-repeat;
	}
}
@media (max-width:768px){
	#ms7 {
		background-color: #dce0dc;
		padding-bottom: 15px;
	}
}
/* ms8 */
@media (min-width:768px){
	#ms8 {
		background: url(../img/ms8_bg.jpg) center center no-repeat;
	}
}
@media (max-width:768px){
	#ms8 {
		background-color: #f1f1f1;
		padding-bottom: 15px;
	}
}

/* ms9 */
#ms9 {
	background-color: #002f54;
}
@media (max-width:768px){
	#ms9 video {
		height: 300px !important;
	}
}

/*ms10*/
#ms10 {
	background: url(../img/ms10_bg.jpg) center center no-repeat;
	background-size: cover;
}
#ms10 .img_wrp {
	background-color: rgba(255,255,255,0.95);
	max-width: 800px;
	margin: 0 auto;
}
/* msec11 */
#ms11 .mapBox .root_daum_roughmap .wrap_map {
  height: 500px !important;
}
@media (max-width: 768px) {
  #ms11 .mapBox .root_daum_roughmap .wrap_map {
    height: 250px !important;
  }
}
