/*Font: Montserrat*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Font: Roboto*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*Font: Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Font: Libre Baskerville*/
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');


/*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;
}

/*body*/
.body {
	font-family: 'Pretendard', 'malgun gothic', Arial, sans-serif !important;
    letter-spacing: -0.04em;
}
div, h1, h2, h3, h4, h5, h6, p {
    letter-spacing: inherit;
    font-family: inherit;
    letter-spacing: -0.04em;
}
@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*font*/
.f_mon {
	font-family: 'Montserrat', sans-serif !important;
}
.f_robo {
	font-family: "Roboto", sans-serif !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_jm {
	font-family: 'Chosunilbo_myungjo' !important;
}

/*dft*/
.dft {
    word-break: keep-all;
    color: #111;
    text-transform: none;
}
h1.dft {
    font-size: 4.5rem;
    line-height: 1.3em;
}
h1.dft.bigsize {
    font-size: 5.5rem;
    line-height: 1.3em;
}
h1.dft.huge {
    font-size: 6.5rem;
    line-height: 1.3em;
}
h1.dft.biggest {
    font-size: 8rem;
    line-height: 1.3em;
}
h2.dft {    
    font-size: 3.8rem;
    line-height: 1.3em;
}
h3.dft {
    font-size: 2.8rem;
    line-height: 1.6em;
}
h4.dft {
    font-size: 2.4rem;
    line-height: 1.6em;
}
h5.dft {
    font-size: 2rem;
    line-height: 1.6em;
}
h6.dft {
    font-size: 1.4rem;
    line-height: 1.6em;
}
h6.dft.md {
    font-size: 1.3rem;
    line-height: 1.6em;
}
h6.dft.mini {
    font-size: 1.2rem;
    line-height: 1.6em;
}
.pDft p,
p.dft {
    font-size: 1.8rem;
    line-height: 1.8em;
}
p.dft.mini {
    font-size: 1.6rem;
    line-height: 1.8em;
}
.pDft p {
    margin-bottom: 0px;
}
@media (min-width:1200px) {
    h1.dft.mini {
        font-size: 4rem;
    }
    h4.dft.mini {
        font-size: 2.2rem;
    }
}
@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 * (40 / 1200));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (45 / 1200));
    }
    h1.dft.huge {
        font-size: calc(100vw * (50 / 1200));
    }
    h1.dft.biggest {
        font-size: calc(100vw * (60 / 1200));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 1200));
    }
    h3.dft {
        font-size: calc(100vw * (28 / 1200));
    }
    h4.dft {
        font-size: calc(100vw * (24 / 1200));
    }
    h5.dft {
        font-size: calc(100vw * (20 / 1200));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 1200));
    }
    h6.dft.md,
    h6.dft.mini {
        font-size: calc(100vw * (14 / 1200));
    }
    .pDft p,
    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 * (50 / 992));
    }
    h1.dft.biggest {
        font-size: calc(100vw * (60 / 992));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 992));
    }
    h3.dft {
        font-size: calc(100vw * (28 / 992));
    }
    h4.dft {
        font-size: calc(100vw * (24 / 992));
    }
    h5.dft {
        font-size: calc(100vw * (22 / 992));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 992));
    }
    h6.dft.md,
    h6.dft.mini {
        font-size: calc(100vw * (14 / 992));
    }
    .pDft p,
    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 * (40 / 768));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (45 / 768));
    }
    h1.dft.huge {
        font-size: calc(100vw * (50 / 768));
    }
    h1.dft.biggest {
        font-size: calc(100vw * (60 / 768));
    }
    h2.dft {
        font-size: calc(100vw * (30 / 768));
    }
    h3.dft {
        font-size: calc(100vw * (26 / 768));
    }
    h4.dft {
        font-size: calc(100vw * (24 / 768));
    }
    h5.dft {
        font-size: calc(100vw * (22 / 768));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 768));
    }
    h6.dft.md,
    h6.dft.mini {
        font-size: calc(100vw * (14 / 768));
    }
    .pDft p,
    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 * (30 / 500));
    }
    h1.dft.bigsize {
        font-size: calc(100vw * (35 / 500));
    }
    h1.dft.huge {
        font-size: calc(100vw * (40 / 500));
    }
    h1.dft.biggest {
        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 * (18 / 500));
    }
    h5.dft {
        font-size: calc(100vw * (17 / 500));
    }
    h6.dft {
        font-size: calc(100vw * (15 / 500));
    }
    h6.dft.md,
    h6.dft.mini {
        font-size: calc(100vw * (14 / 500));
    }
    .pDft p,
    p.dft {
        font-size: calc(100vw * (17 / 500));
    }
    p.dft.mini {
        font-size: calc(100vw * (16 / 500));
    }
}
/* 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;
}

/* subP */
.subP {
    font-weight: 300;
    letter-spacing: -0.08em;
}

/* setting */
@media (min-width:1340px){
	.container {
		width: 1340px;
	}
	.container.mini {
		width: 1140px;
	}
}

@media (max-width:1370px){
    .hid-max {
        display: none;
    }
}
@media (max-width:501px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/* 팝업레이어 */
#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;
}

/*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: 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: #24a6a7;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #24a6a7 !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: #24a6a7 !important;
	}
	#header .header-nav-main nav > ul > li {
		float: left;
		display: block;
		width: 33.3333%;
		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: #24a6a7 !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 !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;
	}
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 80px;
}
.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:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 40px;
    }
    .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: 8px;
    }
    .conbox.conbox_xxxs {
        margin-top: 5px;
    }
}
/*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;
}
.sec_dvd.sec_dvd_xxs {
    padding: 30px 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;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 10px 0;
    }
}
@media (max-width:992px){
    .sec_dvd {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 10px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 5px 0;
    }
}

/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: rgba(150, 150, 150, 0.4);
    margin: 4rem 0;
}
.dvdHr.md {
    margin: 7rem 0;
}
.dvdHr.big {
    margin: 10rem 0;
}
@media (max-width:768px) {
    .dvdHr {
        margin: 2rem 0;
    }
    .dvdHr.md {
        margin: 3.5rem 0;
    }
    .dvdHr.big {
        margin: 6rem 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;
    }
}
/*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;
    }
}
/*msec13
#msec13 .owl-carousel .img-thumbnail,
#msec13 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#msec13 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#msec13 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#msec13 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#msec13 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#msec13 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	#msec13 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	#msec13 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
/*msec15
#msec15 .map_wrp {
	margin-top: 60px;
}
#msec15 .map_wrp .root_daum_roughmap .wrap_map {
    height: 500px !important;
}
@media (max-width:768px) {
	#msec15 .map_wrp {
		margin-top: 30px;
	}
	#msec15 .map_wrp .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}*/


/* visual */
#visual_vdo {
    position:relative; 
    padding-bottom:56.25%; 
    height:0; 
    overflow:hidden;
	background: url(../img/mainVdo.png) center center no-repeat;
	background-size: cover;
}
#visual_vdo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#visual_vdo video {
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
}
#visual_vdo .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media (min-width:768px){
	#visual_vdo .txt img {
		background-color: rgba(95, 150, 224, 0.9);
	}
}
@media (max-width:768px){
	#visual_vdo .txt {
		background-color: rgba(95, 150, 224, 0.7);
	}
	#visual_vdo .txt img {
		max-width: 75%;
	}
}

/* visual */
#visual {
	background: url(../img/visual.jpg) center center no-repeat;
	background-size: cover;
}

/* ms1 */
#ms1 {
	/* background-color: #ecf4f3; */
}
#ms1 .owl-carousel .img-thumbnail,
#ms1 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#ms1 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#ms1 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#ms1 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#ms1 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#ms1 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	#ms1 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	#ms1 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
/* mapbox */
.mapbox .cont {
	display: none !important;
}
.mapbox .root_daum_roughmap .wrap_map {
	height: 500px !important;
}
@media (max-width: 768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !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;
}
.fbox.h_ct {
    justify-content: center;
}
.fbox.h_bt {
    justify-content: flex-end;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 60px;
    }
    .fbox.long > .txt.rt {
        padding-left: 60px;
    }
}
@media (max-width:768px) {
    .fbox {
        flex-wrap: wrap;
    }
}



/* bg-gray */
.bg-gray {
	background-color: #f7f7f7;
}
.bg-gray2 {
	background-color: #f8fdfd;
}
.bg-mint {
	background-color: #42babb;
}

/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_rd {
    color: #f00000 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #ffea05 !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_bw {
    color: #967440 !important;
}
.c_navy {
    color: #282468 !important;
}
.c_dbl {
    color: #251ab8 !important;
}
.c_bl {
    color: #2a60e9 !important;
}
.c_dgray {
    color: #444 !important;
}
.c_gray {
    color: #888 !important;
}
.c_lgray {
    color: #858585 !important;
}
.c_lgray2 {
    color: #b4b4b4 !important;
}
.c_dft {
    color: #0d174e !important;
}
.c_pt {
    color: #42babb !important;
}

/* ms2 */
@media (min-width:992px){
	#ms2 .top .lft {
		width: 400px;
	}
	#ms2 .top .rt {
		width: calc(100% - 400px);
	}
}
@media (max-width:768px){
	#ms2 .top {
		text-align: center;
	}
	#ms2 .item {
		display: flex;
		align-items: center;
		padding: 14px 0;
		border-bottom: 1px solid #ddd;
	}
	#ms2  [class*='col']:first-child .item {
		border-top: 1px solid #ddd;
		margin-top: 30px;
	}
	#ms2 .top .lft,
	#ms2 .top .rt {
		width: 100% !important;
	}
	#ms2 .item .img {
		width: 130px;
	}
	#ms2 .item .txt {
		width: calc(100% - 130px);
		padding-left: 20px;
		text-align: center;
		margin-top: 0px !important;
	}
}



/* pointItem */
.pointItem {
	display: flex;
	align-items: center;
	min-height: 130px;
	padding: 0 35px;
	border-radius: 200px;
	background-color: #eff0f1;
	border: 1px solid #eff0f1;
	margin: 20px 0;
	position: relative;
	z-index: 1;
}
.pointItem .icon {
	width: 50px;
}
.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: #42babb;
}
.pointItem .tcon {
	width: calc(100% - 50px);
	padding-left: 25px;
}
@media (min-width:991px){
	.pointItem {
		transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
	}
	.pointItem:hover {
		border-color: #42babb;
		box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
		z-index: 3;
	}
	.pointItem .dft {
		opacity: .6;
	}
	.pointItem:hover .dft {
		opacity: 1;
	}
}
@media (max-width:992px){
	.pointItem {
		border-radius: 10px;
		min-height: auto;
		padding: 25px 15px;
		align-items: flex-start;
	}
	.pointItem .icon {
		width: 30px;
	}
	.pointItem .icon img {
		background-color: #42babb;
	}
	.pointItem .tcon {
		width: calc(100% - 30px);
		padding-left: 15px;
	}
	.pointItem .slideTxt {
		display: block !important;
	}
}

/* ms4 */
@media (min-width:991px){
	#ms4 {
		background: url(../img/ms4_bg.png) center bottom no-repeat;
		background-color: #f8fdfd;
	}
}
@media (max-width:1400px) and (min-width:991px){
	#ms4 {
		background-size: cover !important;
		background-position-x: 40% !important;
	}
}
@media (max-width:991px){
	#ms4 .career_wrp {
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
	}
    #ms4 .doctorImg {
        padding: 0;
        margin: 0 -10px;
    }
}

/* ms5 */
#ms5 .non {
	padding: 25px;
	background-color: #f7f7f7;
}
#ms5 .non_link_wrp {
	margin: 0 -15px;
}
#ms5 .non_link_wrp [class*='col-'] {
	padding: 15px;
}
#ms5 .non_link_wrp .non_link {
	border: 1px solid #ddd;
	text-decoration: none;
	display: block;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#ms5 .non_link_wrp .non_link:hover {
	border-color: #42babb;
}
@media (max-width:768px){
	#ms5 .non {
		padding: 5px;
		background-color: #f7f7f7;
	}
	#ms5 .non_link_wrp [class*='col-'] {
		padding: 8px;
	}
}


/* slick */
.slick-prs .slick-slide {
    padding: 12.5px;
}
.slick-prs .slick-slide .sc_item {
    overflow: hidden;
    text-decoration: none !important;
    display: block;
    border-radius: 15px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
.slick-prs .slick-slide .sc_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.5s;
}
.slick-prs .slick-slide .sc_item .sc_caption {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-end;
    padding: 50px;
	gap: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
}
.slick-prs .slick-slide .sc_item .sc_caption .cate {
    display: inline-block;
    background-color: #24a6a7;
    padding: 8px 15px;
    line-height: 1em;
    border-radius: 50px;
    color: #fff;
    width: auto;
}
@media (max-width:768px){
    .slick-prs .slick-slide {
        padding: 8px;
    }
	.slick-prs .slick-slide .sc_item .sc_caption {
		padding: 25px;
	}
}


/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 20px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    color: transparent;
}
.slick-dots li.slick-active button {
    border-radius: 50px;
    background-color: rgba(255,255,255,0.8);
}
.dkSlide .slick-dots li button {
    background-color: rgba(36, 166, 167, 0.1);
}
.dkSlide .slick-dots li.slick-active button {
    background-color: rgba(36, 166, 167,0.8);
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
    }
}

/* txtConITem */
.txtConITem {
	display: flex;
	align-items: flex-start;
	padding: 40px 15px;
	border-bottom: 1px solid #ddd;
}
.txtConITem:first-child {
	border-top: 1px solid #ddd;
}
.txtConITem .num {
	width: 90px;
}
.txtConITem .txt {
	width: calc(100% - 90px);
}
@media (max-width:768px){
	.txtConITem {
		padding: 20px 8px;
	}
	.txtConITem .num {
		width: 50px;
	}
	.txtConITem .txt {
		width: calc(100% - 50px);
	}
}

/* ms6 */
.conFx .tcon {
	padding: 0 30px;
	max-width: 850px;
	margin: 0 auto;
}
.conFx .tcon .bt span {
	display: inline-block;
	border-bottom: 1px solid #333;
}
@media (max-width:768px){
	.conFx .tcon {
		padding: 20px 20px 40px;
	}
	#ms6 .conFx .tcon {
        text-align: center;
	}
}

/* ms8 */
#ms8 .txt {
	padding: 15px 4px;
	border: 1px solid #fff;
	border-top: 0px;
}

/* dtItem */
.dtItem {
	padding: 40px;
	border-radius: 15px;
	border: 1px solid #ddd;
}
.dtItem .tit {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: flex-start;
}
.dtItem .tit .sm {
	font-size: .7em;
	font-weight: 500;
}
@media (max-width:768px){
	.dtItem {
		padding: 25px 15px;
		border-radius: 5px;
	}
	.dtItem .tit img {
		width: 24px;
	}
}
@media (max-width:768px){
	#ms7,
	#ms11 .mtit,
	#ms12 .mtit,
	#ms10 .mtit,
	#ms20 .mtit,
	#ms13 .mtit {
		text-align: center;
	}
}
@media (max-width:500px){
    .dtItem h5.dft {
        text-align: justify;
    }
	#ms10 .mtit h3.dft,
	#ms13 .mtit h3.dft {
        font-size: calc(100vw * (20 / 500));
	}
	#ms7 .tcon h2.dft {
        font-size: calc(100vw * (22 / 500));
	}
}

/* chkConItembox */
.chkConItembox {
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.chkConItembox .num {
	width: 60px;
}
.chkConItembox .con {
	width: calc(100% - 120px);
}
.chkConItembox .chkCon {
	width: 60px;
	text-align: center;
}
@media (max-width:768px){
	.chkConItembox {
		flex-wrap: wrap;
	}
	.chkConItembox .num {
		width: 100%;
	}
	.chkConItembox .con {
		width: calc(100% - 40px);
	}
	.chkConItembox .chkCon {
		width: 40px;
		text-align: center;
	}
}

/* ramiCates */
.ramiCates {
	background-color: #eef6f6;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
}
.ramiCates .tt {
	background-color: #42babb;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 100px;
	color: #fff;
	margin-bottom: 8px !important;
}
.ramiCates h5 {
	line-height: 1em;
}
@media (max-width:768px){
	.ramiCates {
		height: 180px;
	}
}

/* imConItem */
.imConItem {
	display: flex;
	align-items: center;
	border-top: 1px solid #ddd;
	padding: 20px 0;
}
.imConItem + .imConItem {
	border-bottom: 1px solid #ddd;
}
.imConItem .txt {
	width: 50%;
	padding-right: 30px;
}
.imConItem .img {
	width: 50%;
}
@media (max-width:768px){
	.imConItem {
		flex-wrap: wrap;
	}
	.imConItem .txt {
		width: 100%;
		padding: 30px 0;
	}
	.imConItem .img {
		width: 100%;
	}
	.imConItem .img video {
        width: 100% !important;
    }
}
@media (max-width:500px){
	.imConItem .txt .dft {
        text-align: justify;
    }
}


/* bfaf */
.bfaf .topWrp {
    position: relative;
}
.bfaf .topWrp .arr {
    position: absolute;
    width: 70px;
    height: 70px;
    max-width: 10vw;
    max-height: 10vw;
    background-color: #000;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.bfaf .btWrp .dft {
	padding: 10px;
	background-color: #999;
	color: #fff;
	text-align: center;
}
.bfaf .btWrp .dft.af {
	background-color: #24a6a7;
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 300;
}
@media (max-width:768px){
    .hList > li:after {
        top: 7px;
    }
}


/* contactWrp */
.contactWrp {
    position: relative;
}
.contactWrp .contList {
    position: relative;
    z-index: 3;
}
.contactWrp .contList .icon {
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #24a6a7;
    margin: 0 auto;
    position: relative;
}
.contactWrp .contList .icon span {
    position: relative;
    z-index: 5;
}
.contactWrp .contList .tt {
    margin-top: 20px;
    display: inline-block;
    background-color: #24a6a7;
    color: #fff;
    border-radius:60px;
    padding: 0 25px;
}
@media (min-width:768px) {
	.contactWrp {
		position: relative;
		border-top: 1px solid #ddd;
	}
}
@media (max-width:768px) {
    .contactWrp:after {
        left: 40px;
        top: 0;
        width: 1px;
        height: 100%;
    }
    .contactWrp .contList li {
        display: flex;
    }
    .contactWrp .contList li:not(:first-child) {
        margin-top: 30px;
    }
    .contactWrp .contList .icon {
        width: 50px;
        height: 50px;
    }
    .contactWrp .contList .tt {
        margin: 0px;
        display: inline-block;
        background-color: #24a6a7;
        color: #fff;
        border-radius: 0 60px 60px 0;
        padding: 0 25px 0 15px;
    }
    .contactWrp .contList .cc {
        width: 100%;
        padding-left: 0;
        text-align: left;
    }
    .contactWrp .contList .cc .btnWrp {
        margin-top: 8px;
    }
}

/* timeTable2 */
.timeTable2 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;;
}
.timeTable2 .time {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
}
.timeTable2 .time strong {
    width: 120px;
    font-weight: 600;
}
.timeTable2 .time span {
    width: calc(100% - 120px);
    font-weight: 300;
    color: #666;
}

@media (max-width:768px) {
    .timeTable2 {
        margin-left: 0;
    }
    .timeTable2 .time {
        font-size: 18px;
    }
    .timeTable2 .time strong {
        width: 80px;
    }
    .timeTable2 .time span {
        width: calc(100% - 80px);
    }
}
/* ms18 */
#ms18 {
    /* background: url(../img/ms18_bg.jpg) center top no-repeat; */
}
#ms18 .item {
    padding: 30px;
    border-radius: 20px;
    background-color: #f7f7f7;
}
#ms18 .item .txt {
    margin-top: 20px;
}
#ms18 .item .txt .icon {
    margin-top: 20px;
}
#ms18 .item .txt .icon img {
	background-color: #42babb;
    width: 30px;
    margin-bottom: 15px;
}
@media (max-width:768px) {
    #ms18 .item {
        padding: 15px;
        border-radius: 5px;
    }
    #ms18 .item .txt {
        margin-top: 10px;
    }
    #ms18 .item .txt .icon {
        margin-top: 10px;
    }
    #ms18 .item .txt .icon img {
        width: 17px;
        margin-bottom: 7px;
    }
}
/* ms19 */
#ms19 {
    background: url(../img/ms19_bg.png) center bottom no-repeat;
}
#ms19 .top {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
#ms19 .bt {
    max-width: 1420px;
    margin: 0 auto;
    padding: 10px;
}
#ms19 .bt .spec2 {
    border: 1px dashed #24a6a7;
    border-radius: 20px;
    padding: 30px;
}
#ms19 .bt .btCon {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
@media (max-width:768px) {
    #ms19 .top {
        flex-direction: column;
        gap: 10px;
    }
    #ms19 .bt .spec2 {
        border-radius: 10px;
        padding: 20px 15px;
    }
    #ms19 .bt .btCon {
        flex-wrap: wrap;
        gap: 10px;
    }
    #ms19 .bt .btCon > img {
        width: calc(50% - 10px);
    }
}

/* wanTxt */
@media (max-width:500px){
	.wanTxt {
        text-align: justify;
    }
}



/* bdList */
.bdList li {
    padding: 20px 30px;
}
.bdList li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .05);
}
@media (max-width:992px) {
    .bdList {
        max-width: 100% !important;
        width: 100%;
    }
    .bdList li {
        padding: 20px 0;
    }
}


/* ms20 */
#ms20 .tkTxt {
    display: flex;
    align-items: center;
    gap: 12px;
}
#ms20 .tkTxt img {
    width: 35px;
}
#ms20 .bdList .mIconSet {
    display: flex;
    align-items: center;
}
#ms20 .bdList .mIconSet .icon {
    width: 70px;
    text-align: center;
}
#ms20 .bdList .mIconSet h3 {
    width: calc(100% - 70px);
    padding-left: 35px;
}
@media (max-width:992px) {
    #ms20 .fbox > div {
        width: 100%;
    }
    #ms20 .fbox > .rt {
        padding-top: 30px;
    }
    #ms20 .bdList .mIconSet .icon {
        width: 50px;
        text-align: center;
    }
    #ms20 .bdList .mIconSet .icon img {
        max-width: 60%;
    }
    #ms20 .bdList .mIconSet h3 {
        width: calc(100% - 50px);
        padding-left: 20px;
        font-size: calc(100vw * (20 / 500));
    }
}
@media (max-width:768px) {
    #ms20 .tkTxt {
        gap: 6px;
        justify-content: center;
        text-align: left;
        line-height: 1.1em;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        padding: 15px;
        border: 1px solid #ddd;
    }
    #ms20 .tkTxt img {
        width: 40px;
    }
}

/* ms17 */
@media (max-width:768px) {
    #ms17 .location_info {
        height: 250px !important;
    }
}