/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

.slick-next:before{ display: none;}
.slick-prev:before{ display: none;}
.scrollDown #header{ transform: translateY(-100%);}
#header { z-index: 100; position: fixed; left: 0; top: 0; width: 100%; transition: all 0.3s;}
section{ overflow: hidden; position: relative;}
body{ background: #fff;}
div.nav_sec{ display: none;}

section.map div.cont{ display: none;}
section.map div.wrap_controllers{ display: none;}
.root_daum_roughmap .wrap_map{ height: 100% !important;}


/* 서브 페이지 배너 */

.modal{ height: 100vh;}
.modal-dialog{ position: absolute; right: 50px; top: 50%; transform: translateY(-50%) !important; max-width: 600px;}
.modal-body{ padding: 0;}
.modal-dialog .hd-pops-content{ margin: 0 !important;}
.modal-dialog .hd-pops-content br{ display: none;}

.p_ver{ display: none;}
.ta_ver{ display: none;}
.m_ver{ display: none;}



/* 메인 */
@media(min-width: 1025px) { 


	.p_ver{ display: block;}
	
	header{ z-index: 100; position: fixed; left: 0; top: 0; width: 100%;}
	header:hover{ background: #007c7c;}
	header.active{ background: #007c7c;}
	header div.inner_wrap{ display: flex; align-items: center; justify-content: space-between; height: 110px;}
	header h1{ width: 320px;}
	header h1 a{ display: block; width: 100%;}
	header h1 a img{ display: block; width: 100%; filter: brightness(0) invert(1);}
	header nav > ul{ display: flex; gap: 33px;}
	header nav > ul > li > button{ position: relative; font-weight: 500; font-size: 18px; color: #fff;}
	header nav > ul > li > button::after{ content: ""; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); display: block; width: 0; height: 1px; background: #fff;}
	header nav > ul > li.active > button::after{ width: 100%; transition: all 0.3s;}
	header nav > ul > li > ul.depth_2{ display: none;}
	header div.inner_wrap > button{}
	
	div.header_menu{ z-index: 100; position: fixed; left: 0; top: 110px; width: 100%; padding: 20px 0 40px; border-radius: 0 0 40px 40px; background: #007c7c; opacity: 0;
	transform: translateY(-50px); visibility: hidden;}
	div.header_menu div.inner_wrap{ display: flex; justify-content: center; gap: 150px; min-height: 280px;}
	div.header_menu div.menu ul{ width: 135px;}
	div.header_menu div.menu ul li{ position: relative;}
	div.header_menu div.menu ul li::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; width: 0; height: 2px;
	background: #fff;}
	div.header_menu div.menu ul li + li{ margin-top: 20px;}
	div.header_menu div.menu ul li a{ display: block; font-weight: 500; font-size: 20px; color: #fff; white-space: nowrap;}
	div.header_menu div.info_wrap{ display: flex; align-items: flex-end; gap: 70px;} 
	div.header_menu div.info_wrap div.img_wrap{ width: 325px;}
	div.header_menu div.info_wrap div.img_wrap img{ display: block; width: 100%; border-radius: 25px;}
	div.header_menu div.info_wrap div.img_wrap a{ display: flex; align-items: center; gap: 10px; margin-top: 5px; font-size: 18px; color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap{ padding-bottom: 50px;}
	div.header_menu div.info_wrap div.txt_wrap div.head{ display: flex; align-items: center; justify-content: space-between; width: 90%; padding-bottom: 5px; margin: 0 auto 10px;
	border-bottom: 1px solid #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.reserve a{ display: flex; align-items: center; gap: 5px; color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.sns{ display: flex; gap: 10px; width: 70px;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.sns a{ display: block; width: calc((100% - 10px) / 2);}
	div.header_menu div.info_wrap div.txt_wrap div.head div.sns a:first-child{ border-radius: 5px; background: #02c465;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.sns a img{ display: block; width: 100%;}
	div.header_menu div.info_wrap div.txt_wrap div.tel{ display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 10px; font-weight: 500; font-size: 19px;
	color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.tel span{ display: block; padding: 3px 10px; font-size: 14px; border-radius: 7px; background: #0a5246;}
	div.header_menu div.info_wrap div.txt_wrap div.time div{ display: flex; gap: 5px; font-size: 15px; color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.time div p{ display: flex; justify-content: space-between; width: 60px;}
	
	div.header_menu div.menu ul li:hover a{ color: #fff900; transform: translateX(15px); transition: all 0.3s;}
	div.header_menu div.menu ul li:hover::before{ width: 10px; transition: all 0.3s; background: #fff900;}
	div.header_menu.on{ display: block; animation: depth_on 0.3s forwards ease-in-out; visibility: visible;}
	div.header_menu.off{ animation: depth_off 0.3s forwards ease-in-out;}
	
	@keyframes depth_on{
		0%{ opacity: 0; transform: translateY(-50px);}
		100%{ opacity: 1; transform: translateY(0);}
	}
	
	@keyframes depth_off{
		0%   { opacity: 1; transform: translateY(0);}
		100% { opacity: 0; transform: translateY(-50px);}
	}
	
	div.nav_map { z-index: 101; position: fixed; left: 0; top: 0; display: flex; justify-content: center; align-items: center; width: 100%; padding: 105px 0; background: #007c7c;
	animation: fade 0.3s;}
    div.nav_map div.nav_inner{ width: 100%; max-width: 1300px; padding: 0 20px;}
    div.nav_map div.nav_inner div.nav_head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.6);}
    div.nav_map div.nav_inner div.nav_head p { font-size: 24px; font-weight: 500; color: #fff; line-height: 1;}
    div.nav_map div.nav_inner div.nav_head div.close { width: 25px; height: 25px; transition: all 0.5s;}
    div.nav_map div.nav_inner div.nav_head div.close:hover { transform: rotate(180deg);}
    div.nav_map div.nav_inner div.nav_head div.close button{ position: relative; display: block; width: 100%; height: 100%;}
    div.nav_map div.nav_inner div.nav_head div.close button::before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); display: block;
    width: 25px; height: 2px; background: #fff; transform-origin: center;}
    div.nav_map div.nav_inner div.nav_head div.close button::after{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-45deg); display: block;
    width: 25px; height: 2px; background: #fff; transform-origin: center;}
    div.nav_map div.nav_inner div.info_wrap{ padding-top: 20px;}
    div.nav_map div.nav_inner div.info_wrap > ul{ display: flex; justify-content: space-around;}
    div.nav_map div.nav_inner div.info_wrap > ul > li > a{ display: block; margin-bottom: 15px; font-weight: 500; font-size: 20px; color: #fff;}
    div.nav_map div.nav_inner div.info_wrap > ul > li > ul > li > a{ position: relative; display: block; font-size: 16px; font-weight: 300; line-height: 2.5; color: #fff;}
    div.nav_map div.nav_inner div.info_wrap > ul > li > ul > li > a::before{ content: ""; position: absolute; right: calc(100% + 5px); top: 50%; transform: translateY(-50%); display: block;
	width: 10px; height: 2px; background: #fff; opacity: 0;}
    div.nav_map div.nav_inner div.info_wrap > ul > li > ul > li > a:hover{ transform: translateX(20px); transition: all 0.3s;}
    div.nav_map div.nav_inner div.info_wrap > ul > li > ul > li > a:hover::before{ opacity: 1; transition: all 0.3s;}

    @keyframes fade{
        0%{ opacity: 0;}
        100%{ opacity: 100;}
    }
	
	div.quick_ico{ z-index: 20; position: fixed; right: 30px; bottom: 80px; width: 80px; height: 80px; border: 1px solid #007c7c; border-radius: 10px; background: #c5e7ef;}
	div.quick_ico a{ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 100%; height: 100%;}
	div.quick_ico a p{ color: #343434;}
	
	section.visual{ position: relative; width: 100%; height: 100vh;}
	section.visual::after{ content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1);}
	section.visual div.video_wrap{overflow: hidden; width: 100%; height: 100%;}
	section.visual div.video_wrap video { display: block; width: 100%; height: 100%; object-fit: cover;}
	section.visual div.txt_wrap{ z-index: 1; position: absolute; left: 50%; top: 39%; transform: translateX(-50%); width: 90%; color: #fff;}
	section.visual div.txt_wrap h2{ margin-bottom: 40px; font-size: 6.7vh; text-align: center;}
	section.visual div.txt_wrap h2 span{ font-weight: 500;}
	section.visual div.txt_wrap p{ font-size: 3.5vh; text-align: center;}
	

	section.program{ padding: 90px 10px; background: #f3faf9;}
	section.program h2{ margin-bottom: 25px; font-size: 50px; text-align: center;}
	section.program p.desc{ margin-bottom: 50px; font-weight: 500; font-size: 24px; text-align: center;}
	section.program div.tab_wrap{ width: 95%; max-width: 744px; padding: 6px; margin: 0 auto 60px; border-radius: 9999px; background: #fff;}
	section.program div.tab_wrap ul{ display: flex;}
	section.program div.tab_wrap ul li{ flex: 1;}
	
	section.program div.tab_wrap ul li:hover button{ color: #fff; border-radius: 9999px; background: #1f9a92;}
	section.program div.tab_wrap ul li button{ display: block; width: 100%; padding: 12px 0; font-weight: 500; font-size: 20px;}
	section.program div.tab_wrap ul li.active button{ color: #fff; border-radius: 9999px; background: #1f9a92;}
	section.program div.info_wrap ul{ display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;}
	section.program div.info_wrap ul li{ overflow: hidden; width: calc((100% - 80px) / 5); border-radius: 10px; background: #fff; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);}
	section.program div.info_wrap ul li a{ display: block; padding: 15px;}
	section.program div.info_wrap ul li p.tit{ margin-bottom: 5px; font-weight: bold; font-size: 20px;}
	section.program div.info_wrap ul li span{ display: block; margin-bottom: 25px; font-size: 14px; color: #8e8e8e;}
	section.program div.info_wrap ul li div.ico_wrap{ width: 70px; margin-left: auto;}
	section.program div.info_wrap ul li div.ico_wrap img{ display: block; width: 100%;}
	
	
	section.media{ padding: 90px 10px;}
	section.media h2{ margin-bottom: 50px; font-size: 50px; text-align: center;}
    section.media div.flex_wrap{ display: flex; gap: 40px;}
    section.media div.flex_wrap div.left_wrap{ flex: 1;}
    section.media div.flex_wrap div.left_wrap a{ overflow: hidden; position: relative; display: block; border-radius: 15px;}
    section.media div.flex_wrap div.left_wrap a img{ display: block; width: 100%; height: calc((379 / 1920) * 100vw); object-fit: cover;}
    section.media div.flex_wrap div.left_wrap a p{ padding: 19px 15px; font-weight: 500; font-size: 20px; color: #fff; background: #00a097; overflow: hidden; text-overflow: ellipsis;
	display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
	section.media div.flex_wrap div.left_wrap a div.play{ position: absolute; left: 0; top: 0; display: none; align-items: center; justify-content: center; width: 100%; height: 100%;
	background: rgba(0 , 0, 0, 0.6);}
    section.media div.flex_wrap div.right_wrap{ flex: 1; height: calc((445 / 1920) * 100vw); min-height: 268px;}
    section.media div.flex_wrap div.right_wrap ul{ overflow-y: auto; height: 100%;}
    section.media div.flex_wrap div.right_wrap ul::-webkit-scrollbar{ width: 8px; border-radius: 99px; background: #ccc;}
    section.media div.flex_wrap div.right_wrap ul::-webkit-scrollbar-thumb{ border-radius: 99px; background: #00a097;}
    section.media div.flex_wrap div.right_wrap ul li + li{ margin-top: 10px;}
    section.media div.flex_wrap div.right_wrap ul li a{ display: flex; align-items: center; gap: 20px; padding-right: 20px;}
    section.media div.flex_wrap div.right_wrap ul li a div.img_wrap{ overflow: hidden; position: relative; height: 90px; border-radius: 10px;}
    section.media div.flex_wrap div.right_wrap ul li a div.img_wrap img{ height: 100%;}
	section.media div.flex_wrap div.right_wrap ul li a div.img_wrap div.play{ position: absolute; left: 0; top: 0; display: none; align-items: center; justify-content: center; width: 100%;
	height: 100%; background: rgba(0 , 0, 0, 0.6);}
    section.media div.flex_wrap div.right_wrap ul li a p{ width: calc(100% - 180px); font-size: 18px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
	
	section.media div.flex_wrap div.left_wrap a:hover div.play{ display: flex;}
	section.media div.flex_wrap div.right_wrap ul li a:hover div.img_wrap div.play{ display: flex;}

    div.media_modal{ display: none; z-index: 150; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.7);}
    div.media_modal div.info_wrap{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: calc((1000 / 1920) * 100vw); height: calc((570 / 1920) * 100vw);}
    div.media_modal div.info_wrap div.media_wrap{ height: 100%;}
    div.media_modal button{ position: absolute; right: 0; top: -45px;}
	

	section.build{ z-index: 1; padding: 90px 10px; background: #00a097; }
	section.build::after{ z-index: -1; content: ""; position: absolute; right: 10px; top: 10px; display: block; width: 401px; height: 441px;
	background: url("/img/simbol.png") no-repeat 50% 50%; background-size: cover; opacity: 0.8;}
	section.build div.inner_wrap{ max-width: 100%;}
	section.build h2{ margin-bottom: 25px; font-size: 50px; color: #fff; text-align: center;}
	section.build p.desc{ margin-bottom: 50px; font-weight: 500; font-size: 24px; color: #fff; text-align: center; line-height: 1.3;}
	section.build div.view_box_build{ margin: 0 -60px;}
	section.build div.view_box_build div.list{ overflow: hidden; margin: 60px; border-radius: 20px; transition: all 0.4s;}
	section.build div.view_box_build div.list.slick-center{ transform: scale(1.2);}
	section.build div.view_box_build div.list img{ display: block; width: 100%;}
	section.build button{ z-index: 5; position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px;}
	section.build button.slick-next{ right: 33.5%; background: url("/img/next.png") no-repeat 50% 50%; background-size: cover;}
	section.build button.slick-prev{ left: 33.5%; background: url("/img/prev.png") no-repeat 50% 50%; background-size: cover;}

	
	section.baby{ padding: 150px 0; background: url("/img/baby_bg.jpg")no-repeat; background-size: cover; background-attachment: fixed}
	section.baby h2{ margin-bottom: 70px; text-align: center;}
	section.baby h2 span{ display: block; font-size: 24px; font-weight: 400;}
	section.baby div.info_wrap{ margin-bottom: 20px;}
	section.baby div.info_wrap ul{ display: flex; gap: 70px;}
	section.baby div.info_wrap ul li{ padding: 10px; height: 388px;}
	section.baby div.info_wrap ul li div.con_wrap{ height: 100%; padding: 50px 25px; border-radius: 10px; background: #fff; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);}
	section.baby div.info_wrap ul li span.con{ display: block; margin-bottom: 10px; font-weight: bold; font-size: 16px; color: #906756;}
	section.baby div.info_wrap ul li p.name{ margin-bottom: 15px; font-weight: bold; font-size: 24px;}
	section.baby div.info_wrap ul li p.name span.info{ display: inline-block; padding-left: 10px; font-size: 16px;}
	section.baby div.info_wrap ul li p.desc{ font-size: 16px; font-weight: bold; color: #777; line-height: 1.4; overflow:hidden; text-overflow: ellipsis; display: -webkit-box;
	-webkit-line-clamp: 8; -webkit-box-orient: vertical;}
	section.baby div.inner_wrap > a{ display: block; width: 120px; padding: 10px 0; margin: 0 auto; font-size: 16px; font-weight: bold; color: #fff; border-radius: 7px; text-align: center;
	background: #f4a63e;}
	section.baby div.inner_wrap > a:hover{ background: #ff9d1a;}
	

	section.guide{ padding: 90px 10px;}
	section.guide h2{ margin-bottom: 25px; font-size: 50px; text-align: center;}
	section.guide p.desc{ margin-bottom: 50px; font-weight: 500; font-size: 24px; text-align: center; line-height: 1.3;}
	section.guide div.info_wrap ul{ display: flex; flex-wrap: wrap; gap: 20px;}
	section.guide div.info_wrap ul li{ overflow: hidden; width: calc((100% - 60px) / 4); border-radius: 10px;}
	section.guide div.info_wrap ul li:nth-child(3n-2){ background: #eef0f5;}
	section.guide div.info_wrap ul li:nth-child(3n-1){ background: #d6f6ee;}
	section.guide div.info_wrap ul li:nth-child(3n){ background: #00a097;}
	section.guide div.info_wrap ul li.two{ width: calc((100% - 20px) / 2); padding: 20px; background: url("/img/guide_bg.jpg") no-repeat 50% 50%; background-size: cover;}
	section.guide div.info_wrap ul li a{ position: relative; display: block; width: 100%; padding-top: 100%;}
	section.guide div.info_wrap ul li a p.tit{ position: absolute; left: 20px; top: 20px; font-weight: 500; font-size: 28px;}
	section.guide div.info_wrap ul li a div.ico_wrap{ position: absolute; bottom: 20px; right: 20px; width: 100px;}
	section.guide div.info_wrap ul li a div.ico_wrap img{ display: block; width: 100%;}
	section.guide div.info_wrap ul li.two p.tit{ font-weight: bold; font-size: 24px; color: #fff; line-height: 1.3;}
	section.guide div.info_wrap ul li:nth-child(3n) a p.tit{ color: #fff;}
	section.guide div.info_wrap ul li:nth-child(3n) a div.ico_wrap img{ filter: brightness(0) invert(1);}
	section.guide div.info_wrap ul li:not(.two):hover{ box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); transition: all 0.4s ease-in-out;}
	
	
	section.notice{ padding: 90px 10px;}
	section.notice h2{ margin-bottom: 25px; font-size: 50px; text-align: center;}
	section.notice p.desc{ margin-bottom: 50px; font-weight: 500; font-size: 24px; text-align: center; line-height: 1.3;}
	section.notice div.flex_wrap{ display: flex; gap: 20px;}
	section.notice div.flex_wrap div.info_wrap{ flex: 1; padding: 40px 20px 20px; border: 1px solid #ccc; border-radius: 20px;}
	section.notice div.flex_wrap div.info_wrap p.tit{ position: relative; padding-bottom: 20px; margin-bottom: 30px; font-weight: bold; font-size: 24px;}
	section.notice div.flex_wrap div.info_wrap p.tit::after{ content: ""; position: absolute; left: 0; bottom: 0; display: block; width: 33px; height: 5px; background: #00a097;}
	section.notice div.flex_wrap div.info_wrap ul{ padding-top: 15px; border-top: 2px solid #ccc;}
	section.notice div.flex_wrap div.info_wrap ul li{ border-bottom: 1px solid #ccc;}
	section.notice div.flex_wrap div.info_wrap ul li a{ display: flex; align-items: center; justify-content: space-between; padding: 15px 0;}
	section.notice div.flex_wrap div.info_wrap ul li a p{ width: calc(100% - 30px); font-weight: 500; font-size: 18px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
	-webkit-line-clamp: 1;  -webkit-box-orient: vertical;}
	section.notice div.flex_wrap div.info_wrap ul li a span{ display: block; width: 8px;}
	section.notice div.flex_wrap div.info_wrap ul li a span img{ display: block; width: 100%;}
	section.notice div.flex_wrap div.hospital{ position: relative; background: url("/img/online_bg.jpg") no-repeat 50% 50%; background-size: cover;}
	section.notice div.flex_wrap div.hospital a{ display: block; width: 100%; height: 100%;} 
	section.notice div.flex_wrap div.hospital p{ position: absolute; left: 30px; bottom: 30px; font-weight: bold; font-size: 28px; color: #fff;}
	section.notice div.flex_wrap div.hospital:hover p svg{ transform: translate(5px, -5px); transition: all 0.3s;}
	/*section.notice div.flex_wrap div.hospital ul li a span{ display: block; width: 60px; padding: 2px 0 3px; color: #fff; font-size: 12px; border-radius: 4px; text-align: center;
	background: #00a097;}*/
	
	
	section.map{ padding: 90px 10px; color: #fff; background: #0a5246;}
	section.map h2{ margin-bottom: 25px; font-size: 50px; text-align: center;}
	section.map p.desc{ margin-bottom: 50px; font-weight: 500; font-size: 24px; text-align: center; line-height: 1.3;}
	section.map div.flex_wrap{ display: flex; gap: 40px;}
	section.map div.flex_wrap div.map_wrap{ overflow: hidden; width: calc((100% - 40px) / 2); border-radius: 30px;}
	section.map div.flex_wrap div.info_wrap{ padding: 40px 0;}
	section.map div.flex_wrap div.info_wrap p.tit{ padding-bottom: 5px; margin-bottom: 10px; font-weight: 500; font-size: 28px; border-bottom: 1px solid #fff;}
	section.map div.flex_wrap div.info_wrap div.road p.info{ margin-bottom: 15px; font-weight: 500; font-size: 18px;}
	section.map div.flex_wrap div.info_wrap div.road div.tel{ display: flex; align-items: center; gap: 10px; font-weight: 500; font-size: 24px;}
	section.map div.flex_wrap div.info_wrap div.road div.tel span{ padding: 3px 14px; font-size: 18px; color: #0a5246; border-radius: 999px; background: #fff;}
	section.map div.flex_wrap div.info_wrap div.time{ margin-top: 35px;}
	section.map div.flex_wrap div.info_wrap div.time div.info div{ display: flex; gap: 5px; font-weight: 500; font-size: 18px;}
	section.map div.flex_wrap div.info_wrap div.time div.info div p{ display: flex; justify-content: space-between; width: 70px;}
	
	
	div.quick_db{ z-index: 99; position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); width: 100%; max-width: 1024px; border: 2px solid #0a5246; border-radius: 9999px;
	background: #fff;}
	div.quick_db div.form_inner{ display: flex; align-items: center; justify-content: center; gap: 20px; padding: 15px;}
	div.quick_db div.form_inner div.inp_wrap{ display: flex; align-items: center; gap: 7px;}
	div.quick_db div.form_inner div.inp_wrap label{ font-weight: bold; font-size: 17px;}
	div.quick_db div.form_inner div.inp_wrap input{ display: block; width: 162px; height: 39px; padding: 0 5px; border: 1px solid #ccc; border-radius: 5px;}
	div.quick_db div.form_inner div.inp_wrap select{ display: block; width: 162px; height: 39px; padding: 0 5px; border: 1px solid #ccc; border-radius: 5px;}
	div.quick_db div.form_inner div.agr_wrap{ display: flex; align-items: center; gap: 5px; line-height: 1.1;}
	div.quick_db div.form_inner div.agr_wrap label{ display: block; font-weight: 500;}
	div.quick_db div.form_inner div.agr_wrap a{ font-size: 12px; color: #535353;}
	div.quick_db div.form_inner div.send input{ display: block; padding: 10px 27px; font-weight: 500; font-size: 18px; color: #fff; border: none; border-radius: 999px; background: #0a5246;}

	footer div.logo_wrap{ width: 199px; margin: 0 auto 15px;}
	footer div.logo_wrap img{ display: block; width: 100%;}
	footer p.addr{ margin-bottom: 15px; font-weight: 500; font-size: 20px; text-align: center;}
	footer div.foot_info{ margin-bottom: 10px;}
	footer div.foot_info ul{ display: flex; align-items: center; justify-content: center; gap: 51px;}
	footer div.foot_info ul li{ position: relative; font-size: 13px;}
	footer div.foot_info ul li::after{ content: ""; position: absolute; right: -25px; top: 50%; transform: translateY(-50%); display: block; width: 1px; height: 15px; background: #333;}
	footer div.foot_info ul li:last-child::after{ display: none;}
	footer p.copy{ text-align: center;}
	
	div.mobile_quick{ display: none;}
}

@media(max-width: 1024px) and (min-width: 768px){ 
	h2{ font-size: 38px;}
	.ta_ver{ display: block;}
	
	
	header{ z-index: 100; position: sticky; left: 0; top: 0; padding: 0 10px; background: #007c7c;}
	header div.inner_wrap{ display: flex; align-items: center; justify-content: space-between; height: 90px;}
	header h1{ width: 320px;}
	header h1 a{ display: block; width: 100%;}
	header h1 a img{ display: block; width: 100%; filter: brightness(0) invert(1);}
	header nav > ul{ display: flex; gap: 20px;}
	header nav > ul > li > button{ font-weight: 500; font-size: 18px; color: #fff;}
	header nav > ul > li > ul.depth_2{ display: none;}
	header div.inner_wrap > button{}
	
	
	div.header_menu{ z-index: 100; position: fixed; left: 0; top: 110px; width: 100%; padding: 20px 0 40px; border-radius: 0 0 40px 40px; background: #00a097; opacity: 0;
	transform: translateY(-50px); visibility: hidden;}
	div.header_menu div.inner_wrap{ display: flex; justify-content: space-between; min-height: 280px;}
	div.header_menu div.menu ul li{ position: relative;}
	div.header_menu div.menu ul li::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; width: 0; height: 2px;
	background: #fff;}
	div.header_menu div.menu ul li + li{ margin-top: 20px;}
	div.header_menu div.menu ul li a{ display: block; font-weight: 500; font-size: 20px; color: #fff;}
	div.header_menu div.info_wrap{ display: flex; align-items: flex-end; gap: 70px;} 
	div.header_menu div.info_wrap div.img_wrap{ width: 325px;}
	div.header_menu div.info_wrap div.img_wrap img{ display: block; width: 100%; border-radius: 25px;}
	div.header_menu div.info_wrap div.img_wrap a{ display: flex; align-items: center; gap: 10px; margin-top: 5px; font-size: 18px; color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap{ padding-bottom: 50px;}
	div.header_menu div.info_wrap div.txt_wrap div.head{ display: flex; align-items: center; justify-content: space-between; width: 90%; padding-bottom: 5px; margin: 0 auto 10px;
	border-bottom: 1px solid #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.reserve a{ display: flex; align-items: center; gap: 5px; color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.kakao{ width: 30px;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.kakao a{ display: block; width: 100%;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.kakao a img{ display: block; width: 100%;}
	div.header_menu div.info_wrap div.txt_wrap div.tel{ display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 10px; font-weight: 500; font-size: 19px;
	color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.tel span{ display: block; padding: 3px 10px; font-size: 14px; border-radius: 7px; background: #0a5246;}
	div.header_menu div.info_wrap div.txt_wrap div.time div{ display: flex; gap: 5px; font-size: 15px; color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.time div p{ display: flex; justify-content: space-between; width: 60px;}
	
	div.header_menu div.menu ul li:hover a{ transform: translateX(15px); transition: all 0.3s;}
	div.header_menu div.menu ul li:hover::before{ width: 10px; transition: all 0.3s;}
	div.header_menu.on{ display: block; animation: depth_on 0.3s forwards ease-in-out; visibility: visible;}
	div.header_menu.off{ animation: depth_off 0.3s forwards ease-in-out;}
	@keyframes depth_on{
		0%{ opacity: 0; transform: translateY(-50px);}
		100%{ opacity: 1; transform: translateY(0);}
	}
	@keyframes depth_off{
		0%   { opacity: 1; transform: translateY(0); }
		100% { opacity: 0; transform: translateY(-50px); }
	}
	
	div.nav_map{ z-index: 101; position: fixed; left: 0; top: 0; display: none; width: 100%; height: 100vh; padding-top: 50px; background: #00a097; animation: fade 0.3s;}
	div.nav_map div.nav_inner{ width: 100%; max-width: 1800px; padding: 0 20px;}
	div.nav_map div.nav_inner div.nav_head{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.6);}
	div.nav_map div.nav_inner div.nav_head p{ font-size: 24px; font-weight: 500; color: #fff; line-height: 1;}
	div.nav_map div.nav_inner div.nav_head div.close{ width: 25px; height: 25px; transition: all 0.5s;}
	div.nav_map div.nav_inner div.nav_head div.close:hover{ transform: rotate(180deg);}
	div.nav_map div.nav_inner div.nav_head div.close button{ position: relative; display: block; width: 100%; height: 100%;}
	div.nav_map div.nav_inner div.nav_head div.close button::before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); display:block;
	width: 25px; height: 2px; background: #fff; transform-origin: center;}
	div.nav_map div.nav_inner div.nav_head div.close button::after{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-45deg); display:block;
	width: 25px; height: 2px; background: #fff; transform-origin: center;}
	div.nav_map div.nav_inner div.info_wrap > ul{ overflow-y: scroll; height: calc(100vh - 96px); padding-bottom: 30px;}
	div.nav_map div.nav_inner div.info_wrap > ul > li{ position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.6);}
	div.nav_map div.nav_inner div.info_wrap > ul > li::after{ content: ""; position: absolute; right: 10px; top: 22px; display: block; width: 12px; height: 8px;
	background: url("/img/nav_m_arr.png") no-repeat 50% 50%; background-size: cover;}
	div.nav_map div.nav_inner div.info_wrap > ul > li.active::after{ transform: rotate(180deg); transition: all 0.3s;}
	div.nav_map div.nav_inner div.info_wrap > ul > li.active > ul{ max-height: 400px;}
	div.nav_map div.nav_inner div.info_wrap > ul > li > a{ display: block; padding: 13px 10px; font-size: 18px; color: #fff;}
	div.nav_map div.nav_inner div.info_wrap > ul > li > ul{ overflow: hidden; max-height: 0; transition: all 0.8s ease-out;}
	div.nav_map div.nav_inner div.info_wrap > ul > li > ul > li > a{ position: relative; display: block; padding-left: 10px; font-size: 15px; font-weight: 300; line-height: 2.5; color: #fff;
	opacity: 0.8;}
	@keyframes fade{
		0%{
			opacity: 0;
		}
		100%{
			opacity: 100;
		}
	}
	
	div.quick_ico{ z-index: 20; position: fixed; right: 30px; bottom: 80px; width: 80px; height: 80px; border: 1px solid #007c7c; border-radius: 10px; background: #c5e7ef;}
	div.quick_ico a{ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 100%; height: 100%;}
	div.quick_ico a p{ color: #343434;}
	
	section.visual{ position: relative; width: 100%;}
	section.visual::after{ content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1);}
	section.visual div.video_wrap{overflow: hidden; width: 100%; height: 100%;}
	section.visual div.video_wrap video{ display: block; width: 100%; height: 100%; object-fit: cover;}
	section.visual div.txt_wrap{ z-index: 1; position: absolute; left: 50%; top: 39%; transform: translateX(-50%); width: 90%; color: #fff;}
	section.visual div.txt_wrap h2{ margin-bottom: 40px; font-size: 4.7vh; text-align: center;}
	section.visual div.txt_wrap h2 span{ font-weight: 500;}
	section.visual div.txt_wrap p{ font-size: 2.8vh; text-align: center;}
	

	section.program{ padding: 90px 10px; background: #f3faf9;}
	section.program h2{ margin-bottom: 25px; font-size: 42px; text-align: center;}
	section.program p.desc{ margin-bottom: 50px; font-weight: 500; font-size: 20px; text-align: center;}
	section.program div.tab_wrap{ width: 95%; max-width: 744px; padding: 6px; margin: 0 auto 60px; border-radius: 9999px; background: #fff;}
	section.program div.tab_wrap ul{ display: flex;}
	section.program div.tab_wrap ul li{ flex: 1;}
	section.program div.tab_wrap ul li button{ display: block; width: 100%; padding: 12px 0; font-weight: 500; font-size: 20px;}
	section.program div.tab_wrap ul li.active button{ color: #fff; border-radius: 9999px; background: #1f9a92;}
	section.program div.info_wrap ul{ display: flex; flex-wrap: wrap; gap: 20px;}
	section.program div.info_wrap ul li{ overflow: hidden; width: calc((100% - 40px) / 3); border-radius: 10px; background: #fff; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);}
	section.program div.info_wrap ul li a{ display: block; padding: 15px;}
	section.program div.info_wrap ul li p.tit{ margin-bottom: 5px; font-weight: bold; font-size: 20px;}
	section.program div.info_wrap ul li span{ display: block; margin-bottom: 25px; font-size: 14px; color: #8e8e8e;}
	section.program div.info_wrap ul li div.ico_wrap{ width: 70px; margin-left: auto;}
	section.program div.info_wrap ul li div.ico_wrap img{ display: block; width: 100%;}
	
	
	section.media{ padding: 90px 10px;}
    section.media h2{ margin-bottom: 50px; font-size: 42px; text-align: center;}
    section.media div.flex_wrap div.left_wrap{ margin-bottom: 30px;}
    section.media div.flex_wrap div.left_wrap a{ overflow: hidden; display: block; border-radius: 15px;}
    section.media div.flex_wrap div.left_wrap a img{ display: block; width: 100%; object-fit: cover;}
    section.media div.flex_wrap div.left_wrap a p{ padding: 15px 10px; font-weight: 500; font-size: 21px; color: #fff; background: #00a097;}
    section.media div.flex_wrap div.right_wrap{ height: calc((445 / 1024) * 100vw); min-height: 268px;}
    section.media div.flex_wrap div.right_wrap ul{ overflow-y: auto; height: 100%;}
    section.media div.flex_wrap div.right_wrap ul::-webkit-scrollbar{ width: 8px; border-radius: 99px; background: #ccc;}
    section.media div.flex_wrap div.right_wrap ul::-webkit-scrollbar-thumb{ border-radius: 99px; background: #00a097;}
    section.media div.flex_wrap div.right_wrap ul li + li{ margin-top: 10px;}
    section.media div.flex_wrap div.right_wrap ul li a{ display: flex; align-items: center; gap: 20px;}
    section.media div.flex_wrap div.right_wrap ul li a div.img_wrap{ overflow: hidden; height: 90px; border-radius: 10px;}
    section.media div.flex_wrap div.right_wrap ul li a div.img_wrap img{ height: 100%;}
	section.media div.flex_wrap div.left_wrap a div.play{ display: none;}
	section.media div.flex_wrap div.right_wrap ul li a div.img_wrap div.play{ display: none;}
    div.media_modal{ display: none; z-index: 150; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.7);}
    div.media_modal div.info_wrap{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 80px); height: 53.25vw;}
    div.media_modal div.info_wrap div.media_wrap{ height: 100%;}
    div.media_modal button{ position: absolute; right: 0; top: -45px;}


	section.guide{ padding: 90px 10px;}
	section.guide h2{ margin-bottom: 25px; font-size: 42px; text-align: center;}
	section.guide p.desc{ margin-bottom: 50px; font-weight: 500; font-size: 20px; text-align: center; line-height: 1.3;}
	section.guide div.info_wrap ul{ display: flex; flex-wrap: wrap; gap: 20px;}
	section.guide div.info_wrap ul li{ overflow: hidden; width: calc((100% - 40px) / 3); border-radius: 10px;}
	section.guide div.info_wrap ul li:nth-child(3n-2){ background: #eef0f5;}
	section.guide div.info_wrap ul li:nth-child(3n-1){ background: #d6f6ee;}
	section.guide div.info_wrap ul li:nth-child(3n){ background: #00a097;}
	section.guide div.info_wrap ul li.two{ width: 100%; height: 250px; padding: 20px; background: url("/img/guide_bg.jpg") no-repeat 50% 50%; background-size: cover;}
	section.guide div.info_wrap ul li a{ position: relative; display: block; width: 100%; padding-top: 100%;}
	section.guide div.info_wrap ul li a p.tit{ position: absolute; left: 20px; top: 20px; font-weight: 500; font-size: 28px;}
	section.guide div.info_wrap ul li a div.ico_wrap{ position: absolute; bottom: 20px; right: 20px; width: 100px;}
	section.guide div.info_wrap ul li a div.ico_wrap img{ display: block; width: 100%;}
	section.guide div.info_wrap ul li.two p.tit{ font-weight: bold; font-size: 24px; color: #fff; line-height: 1.3;}
	section.guide div.info_wrap ul li:nth-child(3n) a p.tit{ color: #fff;}
	section.guide div.info_wrap ul li:nth-child(3n) a div.ico_wrap img{ filter: brightness(0) invert(1);}


	section.build{ z-index: 1; padding: 90px 10px; background: #00a097; }
	section.build::after{ z-index: -1; content: ""; position: absolute; right: 10px; top: 10px; display: block; width: 401px; height: 441px;
	background: url("/img/simbol.png") no-repeat 50% 50%; background-size: cover; opacity: 0.8;}
	section.build div.inner_wrap{ max-width: 100%;}
	section.build h2{ margin-bottom: 25px; font-size: 42px; color: #fff; text-align: center;}
	section.build p.desc{ margin-bottom: 50px; font-weight: 500; font-size: 20px; color: #fff; text-align: center; line-height: 1.3;}
	section.build div.view_box_build div.list{ overflow: hidden; border-radius: 20px; transition: all 0.4s;}
	section.build div.view_box_build div.list img{ display: block; width: 100%;}
	section.build button{ z-index: 5; position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px;}
	section.build button.slick-next{ right: 20px; background: url("/img/next.png") no-repeat 50% 50%; background-size: cover;}
	section.build button.slick-prev{ left: 20px; background: url("/img/prev.png") no-repeat 50% 50%; background-size: cover;}

	
	section.baby{ padding: 150px 0; background: url("/img/baby_bg.jpg")no-repeat; background-size: cover; background-attachment: fixed}
	section.baby h2{ margin-bottom: 70px; text-align: center;}
	section.baby h2 span{ display: block; font-size: 24px; font-weight: 400;}
	section.baby div.info_wrap{ margin-bottom: 20px;}
	section.baby div.info_wrap ul{ display: flex; gap: 70px;}
	section.baby div.info_wrap ul li{ padding: 10px; height: 388px;}
	section.baby div.info_wrap ul li div.con_wrap{ height: 100%; padding: 50px 25px; border-radius: 10px; background: #fff; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);}
	section.baby div.info_wrap ul li span.con{ display: block; margin-bottom: 10px; font-weight: bold; font-size: 16px; color: #906756;}
	section.baby div.info_wrap ul li p.name{ margin-bottom: 15px; font-weight: bold; font-size: 24px;}
	section.baby div.info_wrap ul li p.name span.info{ display: inline-block; padding-left: 10px; font-size: 16px;}
	section.baby div.info_wrap ul li p.desc{ font-size: 16px; font-weight: bold; color: #777; line-height: 1.4; overflow:hidden; text-overflow: ellipsis; display: -webkit-box;
	-webkit-line-clamp: 8; -webkit-box-orient: vertical;}
	section.baby div.inner_wrap > a{ display: block; width: 120px; padding: 10px 0; margin: 0 auto; font-size: 16px; font-weight: bold; color: #fff; border-radius: 7px; text-align: center;
	background: #f4a63e;}
	section.baby div.inner_wrap > a:hover{ background: #ff9d1a;}
	
	
	section.notice{ padding: 90px 10px;}
	section.notice h2{ margin-bottom: 25px; font-size: 42px; text-align: center;}
	section.notice p.desc{ margin-bottom: 50px; font-weight: 500; font-size: 20px; text-align: center; line-height: 1.3;}
	section.notice div.flex_wrap div.info_wrap{ padding: 40px 20px 20px; border: 1px solid #ccc; border-radius: 20px;}
	section.notice div.flex_wrap div.info_wrap + div.info_wrap{ margin-top: 20px;}
	section.notice div.flex_wrap div.info_wrap p.tit{ position: relative; padding-bottom: 20px; margin-bottom: 30px; font-weight: bold; font-size: 24px;}
	section.notice div.flex_wrap div.info_wrap p.tit::after{ content: ""; position: absolute; left: 0; bottom: 0; display: block; width: 33px; height: 5px; background: #00a097;}
	section.notice div.flex_wrap div.info_wrap ul{ padding-top: 15px; border-top: 2px solid #ccc;}
	section.notice div.flex_wrap div.info_wrap ul li{ border-bottom: 1px solid #ccc;}
	section.notice div.flex_wrap div.info_wrap ul li a{ display: flex; align-items: center; justify-content: space-between; padding: 15px 0;}
	section.notice div.flex_wrap div.info_wrap ul li a p{ width: calc(100% - 90px); font-weight: 500; font-size: 18px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
	-webkit-line-clamp: 1;  -webkit-box-orient: vertical;}
	section.notice div.flex_wrap div.info_wrap ul li a span{ display: block; width: 8px;}
	section.notice div.flex_wrap div.info_wrap ul li a span img{ display: block; width: 100%;}
	section.notice div.flex_wrap div.hospital{ position: relative; background: url("/img/online_bg.jpg") no-repeat 50% 50%; background-size: cover;}
	section.notice div.flex_wrap div.hospital a{ display: block; width: 100%; height: 100%; padding-top: 33.3333%;} 
	section.notice div.flex_wrap div.hospital p{ position: absolute; left: 30px; bottom: 30px; font-weight: bold; font-size: 28px; color: #fff;}
	section.notice div.flex_wrap div.hospital:hover p svg{ transform: translate(5px, -5px); transition: all 0.3s;}
	/*section.notice div.flex_wrap div.hospital ul li a span{ display: block; width: 60px; padding: 2px 0 3px; color: #fff; font-size: 12px; border-radius: 4px; text-align: center;
	background: #00a097;}*/
	
	
	section.map{ padding: 90px 10px; color: #fff; background: #0a5246;}
	section.map h2{ margin-bottom: 25px; font-size: 42px; text-align: center;}
	section.map p.desc{ margin-bottom: 50px; font-weight: 500; font-size: 20px; text-align: center; line-height: 1.3;}
	section.map div.flex_wrap div.map_wrap{ overflow: hidden; width: 100%; height: 500px; border-radius: 30px;}
	section.map div.flex_wrap div.info_wrap{ padding: 40px 0;}
	section.map div.flex_wrap div.info_wrap p.tit{ padding-bottom: 5px; margin-bottom: 10px; font-weight: 500; font-size: 28px; border-bottom: 1px solid #fff;}
	section.map div.flex_wrap div.info_wrap div.road p.info{ margin-bottom: 15px; font-weight: 500; font-size: 18px;}
	section.map div.flex_wrap div.info_wrap div.road div.tel{ display: flex; align-items: center; gap: 10px; font-weight: 500; font-size: 24px;}
	section.map div.flex_wrap div.info_wrap div.road div.tel span{ padding: 3px 14px; font-size: 18px; color: #0a5246; border-radius: 999px; background: #fff;}
	section.map div.flex_wrap div.info_wrap div.time{ margin-top: 35px;}
	section.map div.flex_wrap div.info_wrap div.time div.info div{ display: flex; gap: 5px; font-weight: 500; font-size: 18px;}
	section.map div.flex_wrap div.info_wrap div.time div.info div p{ display: flex; justify-content: space-between; width: 70px;}
	
	
	div.quick_db{ display: none;}
	
	footer div.logo_wrap{ width: 199px; margin: 0 auto 15px;}
	footer div.logo_wrap img{ display: block; width: 100%;}
	footer p.addr{ margin-bottom: 15px; font-weight: 500; font-size: 20px; text-align: center;}
	footer div.foot_info{ margin-bottom: 10px;}
	footer div.foot_info ul{ display: flex; align-items: center; justify-content: center; gap: 51px;}
	footer div.foot_info ul li{ position: relative; font-size: 13px;}
	footer div.foot_info ul li::after{ content: ""; position: absolute; right: -25px; top: 50%; transform: translateY(-50%); display: block; width: 1px; height: 15px; background: #333;}
	footer div.foot_info ul li:last-child::after{ display: none;}
	footer p.copy{ text-align: center;}
	
	div.mobile_quick{ display: none;}
}

@media(max-width: 767px) { 
	h2{ font-size: 24px;}
	.m_ver{ display: block;}

	header{ z-index: 100; position: sticky; left: 0; top: 0; padding: 0 10px; background: #007c7c;}
	header div.inner_wrap{ display: flex; align-items: center; justify-content: space-between; height: 80px;}
	header h1{ width: 200px;}
	header h1 a{ display: block; width: 100%;}
	header h1 a img{ display: block; width: 100%; filter: brightness(0) invert(1);}
	header nav > ul{ display: flex; gap: 20px;}
	header nav > ul > li > button{ font-weight: 500; font-size: 18px; color: #fff;}
	header nav > ul > li > ul.depth_2{ display: none;}
	header div.inner_wrap > button{}
	
	
	div.header_menu{ z-index: 100; position: fixed; left: 0; top: 110px; width: 100%; padding: 20px 0 40px; border-radius: 0 0 40px 40px; background: #00a097; opacity: 0;
	transform: translateY(-50px); visibility: hidden;}
	div.header_menu div.inner_wrap{ display: flex; justify-content: space-between; min-height: 280px;}
	div.header_menu div.menu ul li{ position: relative;}
	div.header_menu div.menu ul li::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; width: 0; height: 2px;
	background: #fff;}
	div.header_menu div.menu ul li + li{ margin-top: 20px;}
	div.header_menu div.menu ul li a{ display: block; font-weight: 500; font-size: 20px; color: #fff;}
	div.header_menu div.info_wrap{ display: flex; align-items: flex-end; gap: 70px;} 
	div.header_menu div.info_wrap div.img_wrap{ width: 325px;}
	div.header_menu div.info_wrap div.img_wrap img{ display: block; width: 100%; border-radius: 25px;}
	div.header_menu div.info_wrap div.img_wrap a{ display: flex; align-items: center; gap: 10px; margin-top: 5px; font-size: 18px; color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap{ padding-bottom: 50px;}
	div.header_menu div.info_wrap div.txt_wrap div.head{ display: flex; align-items: center; justify-content: space-between; width: 90%; padding-bottom: 5px; margin: 0 auto 10px;
	border-bottom: 1px solid #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.reserve a{ display: flex; align-items: center; gap: 5px; color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.kakao{ width: 30px;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.kakao a{ display: block; width: 100%;}
	div.header_menu div.info_wrap div.txt_wrap div.head div.kakao a img{ display: block; width: 100%;}
	div.header_menu div.info_wrap div.txt_wrap div.tel{ display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 10px; font-weight: 500; font-size: 19px;
	color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.tel span{ display: block; padding: 3px 10px; font-size: 14px; border-radius: 7px; background: #0a5246;}
	div.header_menu div.info_wrap div.txt_wrap div.time div{ display: flex; gap: 5px; font-size: 15px; color: #fff;}
	div.header_menu div.info_wrap div.txt_wrap div.time div p{ display: flex; justify-content: space-between; width: 60px;}
	
	div.header_menu div.menu ul li:hover a{ transform: translateX(15px); transition: all 0.3s;}
	div.header_menu div.menu ul li:hover::before{ width: 10px; transition: all 0.3s;}
	div.header_menu.on{ display: block; animation: depth_on 0.3s forwards ease-in-out; visibility: visible;}
	div.header_menu.off{ animation: depth_off 0.3s forwards ease-in-out;}
	@keyframes depth_on{
		0%{ opacity: 0; transform: translateY(-50px);}
		100%{ opacity: 1; transform: translateY(0);}
	}
	@keyframes depth_off {
		0%   { opacity: 1; transform: translateY(0); }
		100% { opacity: 0; transform: translateY(-50px); }
	}
	
	div.nav_map{ z-index: 101; position: fixed; left: 0; top: 0; display: none; width: 100%; height: 100vh; padding-top: 50px; background: #007c7c; animation: fade 0.3s;}
	div.nav_map div.nav_inner{ width: 100%; max-width: 1800px; padding: 0 20px;}
	div.nav_map div.nav_inner div.nav_head{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.6);}
	div.nav_map div.nav_inner div.nav_head p{ font-size: 24px; font-weight: 500; color: #fff; line-height: 1;}
	div.nav_map div.nav_inner div.nav_head div.close{ width: 25px; height: 25px; transition: all 0.5s;}
	div.nav_map div.nav_inner div.nav_head div.close:hover{ transform: rotate(180deg);}
	div.nav_map div.nav_inner div.nav_head div.close button{ position: relative; display: block; width: 100%; height: 100%;}
	div.nav_map div.nav_inner div.nav_head div.close button::before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); display:block;
	width: 25px; height: 2px; background: #fff; transform-origin: center;}
	div.nav_map div.nav_inner div.nav_head div.close button::after{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-45deg); display:block;
	width: 25px; height: 2px; background: #fff; transform-origin: center;}
	div.nav_map div.nav_inner div.info_wrap > ul{ overflow-y: scroll; height: calc(100vh - 96px); padding-bottom: 30px;}
	div.nav_map div.nav_inner div.info_wrap > ul > li{ position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.6);}
	div.nav_map div.nav_inner div.info_wrap > ul > li::after{ content: ""; position: absolute; right: 10px; top: 22px; display: block; width: 12px; height: 8px;
	background: url("/img/nav_m_arr.png") no-repeat 50% 50%; background-size: cover;}
	div.nav_map div.nav_inner div.info_wrap > ul > li.active::after{ transform: rotate(180deg); transition: all 0.3s;}
	div.nav_map div.nav_inner div.info_wrap > ul > li > a{ display: block; padding: 13px 10px; font-size: 18px; color: #fff;}
	div.nav_map div.nav_inner div.info_wrap > ul > li.active > a{ color: #fff900;}
	div.nav_map div.nav_inner div.info_wrap > ul > li > ul{ overflow: hidden; height: 0; transition: all 0.4s ease-out;}
	div.nav_map div.nav_inner div.info_wrap > ul > li > ul > li > a{ position: relative; display: block; padding-left: 10px; font-size: 15px; font-weight: 300; line-height: 2.5; color: #fff;
	opacity: 0.8;}
	
	div.nav_map div.nav_inner div.info_wrap > ul > li > ul > li > a.active{ position: relative; display: block; padding-left: 10px; font-size: 15px; font-weight: 300; line-height: 2.5; color: #fff;
	opacity: 1;text-decoration: underline;text-underline-offset: 4px;}
	
	@keyframes fade{
		0%{
			opacity: 0;
		}
		100%{
			opacity: 100;
		}
	}
	
	
	section.visual{ position: relative; width: 100%; padding-top: 80px;}
	section.visual::after{ content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1);}
	section.visual div.video_wrap{overflow: hidden; width: 100%; height: 100%;}
	section.visual div.video_wrap video { display: block; width: 100%; height: 100%; object-fit: cover;}
	section.visual div.txt_wrap{ z-index: 1; position: absolute; left: 50%; top: 39%; transform: translateX(-50%); width: 90%; color: #fff;}
	section.visual div.txt_wrap h2{ margin-bottom: 40px; font-size: 2.7vh; text-align: center;}
	section.visual div.txt_wrap h2 span{ font-weight: 500;}
	section.visual div.txt_wrap p{ font-size: 1.9vh; text-align: center;}
	

	section.program{ padding: 60px 10px; background: #f3faf9;}
	section.program h2{ position: relative; margin-bottom: 15px; font-size: 24px; text-align: center;}
	section.program p.desc{ margin-bottom: 30px; font-weight: 500; font-size: 16px; text-align: center;}
	section.program div.tab_wrap{ max-width: 744px; padding: 4px; margin-bottom: 30px; border-radius: 9999px; background: #fff;}
	section.program div.tab_wrap ul{ display: flex;}
	section.program div.tab_wrap ul li{ flex: 1;}
	section.program div.tab_wrap ul li button{ display: block; width: 100%; padding: 9px 0; font-weight: 500; font-size: 12px;}
	section.program div.tab_wrap ul li.active button{ color: #fff; border-radius: 9999px; background: #1f9a92;}
	section.program div.info_wrap ul{ display: flex; flex-wrap: wrap; gap: 15px;}
	section.program div.info_wrap ul li{ overflow: hidden; width: calc((100% - 15px) / 2); border-radius: 10px; background: #fff; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);}
	section.program div.info_wrap ul li a{ display: block; padding: 10px;}
	section.program div.info_wrap ul li p.tit{ margin-bottom: 5px; font-weight: bold; font-size: 17px;}
	section.program div.info_wrap ul li span{ display: block; margin-bottom: 25px; font-size: 14px; color: #8e8e8e;}
	section.program div.info_wrap ul li div.ico_wrap{ width: 70px; margin-left: auto;}
	section.program div.info_wrap ul li div.ico_wrap img{ display: block; width: 100%;}


	section.media{ padding: 60px 10px;}
    section.media h2{ margin-bottom: 20px; text-align: center;}
    section.media div.flex_wrap div.left_wrap{ margin-bottom: 30px;}
    section.media div.flex_wrap div.left_wrap a{ overflow: hidden; display: block; border-radius: 15px;}
    section.media div.flex_wrap div.left_wrap a img{ display: block; width: 100%; object-fit: cover;}
    section.media div.flex_wrap div.left_wrap a p{ padding: 10px; font-weight: 500; font-size: 16px; color: #fff; background: #00a097; overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3}
    section.media div.flex_wrap div.right_wrap{ height: calc((445 / 1024) * 100vw); min-height: 268px;}
    section.media div.flex_wrap div.right_wrap ul{ overflow-y: auto; height: 100%;}
    section.media div.flex_wrap div.right_wrap ul::-webkit-scrollbar{ width: 6px; border-radius: 99px; background: #ccc;}
    section.media div.flex_wrap div.right_wrap ul::-webkit-scrollbar-thumb{ border-radius: 99px; background: #00a097;}
    section.media div.flex_wrap div.right_wrap ul li + li{ margin-top: 10px;}
    section.media div.flex_wrap div.right_wrap ul li a{ display: flex; align-items: center; gap: 10px;}
    section.media div.flex_wrap div.right_wrap ul li a div.img_wrap{ overflow: hidden; height: 60px; border-radius: 5px;}
    section.media div.flex_wrap div.right_wrap ul li a div.img_wrap img{ height: 100%;}
    section.media div.flex_wrap div.right_wrap ul li a p{ width: calc(100% - 116px); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;
	-webkit-box-orient: vertical; font-size: 15px;}
	section.media div.flex_wrap div.left_wrap a div.play{ display: none;}
	section.media div.flex_wrap div.right_wrap ul li a div.img_wrap div.play{ display: none;}
    div.media_modal{ display: none; z-index: 150; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.7);}
    div.media_modal div.info_wrap{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 40px); height: 53.25vw; background: #fff;}
    div.media_modal div.info_wrap div.media_wrap{ height: 100%;}
    div.media_modal button{ position: absolute; right: 0; top: -45px;}


	section.guide{ padding: 60px 10px 0;}
	section.guide h2{ margin-bottom: 15px; font-size: 24px; text-align: center;}
	section.guide p.desc{ margin-bottom: 30px; font-weight: 500; font-size: 16px; text-align: center; line-height: 1.3;}
	section.guide div.info_wrap ul{ display: flex; flex-wrap: wrap; gap: 15px;}
	section.guide div.info_wrap ul li{ overflow: hidden; width: calc((100% - 15px) / 2); border-radius: 10px;}
	section.guide div.info_wrap ul li:nth-child(3n-2){ background: #eef0f5;}
	section.guide div.info_wrap ul li:nth-child(3n-1){ background: #d6f6ee;}
	section.guide div.info_wrap ul li:nth-child(3n){ background: #00a097;}
	section.guide div.info_wrap ul li.two{ width: 100%; height: 175px; padding: 20px; background: url("/img/guide_bg.jpg") no-repeat 50% 50%; background-size: cover;}
	section.guide div.info_wrap ul li a{ position: relative; display: block; width: 100%; padding-top: 100%;}
	section.guide div.info_wrap ul li a p.tit{ position: absolute; left: 10px; top: 10px; font-weight: 500; font-size: 16px;}
	section.guide div.info_wrap ul li a div.ico_wrap{ position: absolute; bottom: 10px; right: 10px; width: 60px;}
	section.guide div.info_wrap ul li a div.ico_wrap img{ display: block; width: 100%;}
	section.guide div.info_wrap ul li.two p.tit{ font-weight: 500; font-size: 16px; color: #fff; line-height: 1.3;}
	section.guide div.info_wrap ul li:nth-child(3n) a p.tit{ color: #fff;}
	section.guide div.info_wrap ul li:nth-child(3n) a div.ico_wrap img{ filter: brightness(0) invert(1);}


	section.build{ z-index: 1; padding: 60px 10px; background: #00a097; }
	section.build::after{ z-index: -1; content: ""; position: absolute; right: 10px; top: 40%; transform: translateY(-50%); display: block; width: 150px; height: 165px;
	background: url("/img/simbol.png") no-repeat 50% 50%; background-size: cover; opacity: 0.8;}
	section.build div.inner_wrap{ max-width: 100%;}
	section.build h2{ margin-bottom: 15px; font-size: 24px; color: #fff; text-align: center;}
	section.build p.desc{ margin-bottom: 30px; font-weight: 500; font-size: 16px; color: #fff; text-align: center; line-height: 1.3;}
	section.build div.view_box_build div.list{ overflow: hidden; border-radius: 20px; transition: all 0.4s;}
	section.build div.view_box_build div.list img{ display: block; width: 100%;}
	section.build button{ z-index: 5; position: absolute; top: 50%; transform: translateY(-50%); width: 24px; height: 24px;}
	section.build button.slick-next{ right: 10px; background: url("/img/next.png") no-repeat 50% 50%; background-size: cover;}
	section.build button.slick-prev{ left: 10px; background: url("/img/prev.png") no-repeat 50% 50%; background-size: cover;}

	
	section.baby{ padding: 150px 0; background: url("/img/baby_bg.jpg")no-repeat; background-size: cover; background-attachment: fixed}
	section.baby h2{ margin-bottom: 70px; text-align: center;}
	section.baby h2 span{ display: block; font-size: 24px; font-weight: 400;}
	section.baby div.info_wrap{ margin-bottom: 20px;}
	section.baby div.info_wrap ul{ display: flex; gap: 70px;}
	section.baby div.info_wrap ul li{ padding: 10px; height: 388px;}
	section.baby div.info_wrap ul li div.con_wrap{ height: 100%; padding: 50px 25px; border-radius: 10px; background: #fff; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);}
	section.baby div.info_wrap ul li span.con{ display: block; margin-bottom: 10px; font-weight: bold; font-size: 16px; color: #906756;}
	section.baby div.info_wrap ul li p.name{ margin-bottom: 15px; font-weight: bold; font-size: 24px;}
	section.baby div.info_wrap ul li p.name span.info{ display: inline-block; padding-left: 10px; font-size: 16px;}
	section.baby div.info_wrap ul li p.desc{ font-size: 16px; font-weight: bold; color: #777; line-height: 1.4; overflow:hidden; text-overflow: ellipsis; display: -webkit-box;
	-webkit-line-clamp: 8; -webkit-box-orient: vertical;}
	section.baby div.inner_wrap > a{ display: block; width: 120px; padding: 10px 0; margin: 0 auto; font-size: 16px; font-weight: bold; color: #fff; border-radius: 7px; text-align: center;
	background: #f4a63e;}
	section.baby div.inner_wrap > a:hover{ background: #ff9d1a;}
	
	
	section.notice{ padding: 60px 10px;}
	section.notice h2{ margin-bottom: 15px; font-size: 24px; text-align: center;}
	section.notice p.desc{ margin-bottom: 30px; font-weight: 500; font-size: 16px; text-align: center; line-height: 1.3;}
	section.notice div.flex_wrap div.info_wrap{ padding: 30px 15px 15px; border: 1px solid #ccc; border-radius: 20px;}
	section.notice div.flex_wrap div.info_wrap + div.info_wrap{ margin-top: 20px;}
	section.notice div.flex_wrap div.info_wrap p.tit{ position: relative; padding-bottom: 20px; margin-bottom: 30px; font-weight: bold; font-size: 20px;}
	section.notice div.flex_wrap div.info_wrap p.tit::after{ content: ""; position: absolute; left: 0; bottom: 0; display: block; width: 33px; height: 5px; background: #00a097;}
	section.notice div.flex_wrap div.info_wrap ul{ padding-top: 15px; border-top: 2px solid #ccc;}
	section.notice div.flex_wrap div.info_wrap ul li{ border-bottom: 1px solid #ccc;}
	section.notice div.flex_wrap div.info_wrap ul li a{ display: flex; align-items: center; justify-content: space-between; padding: 15px 0;}
	section.notice div.flex_wrap div.info_wrap ul li a p{ width: calc(100% - 90px); font-weight: 500; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
	-webkit-line-clamp: 1;  -webkit-box-orient: vertical;}
	section.notice div.flex_wrap div.info_wrap ul li a span{ display: block; width: 8px;}
	section.notice div.flex_wrap div.info_wrap ul li a span img{ display: block; width: 100%;}
	section.notice div.flex_wrap div.hospital{ position: relative; background: url("/img/online_bg.jpg") no-repeat 50% 50%; background-size: cover;}
	section.notice div.flex_wrap div.hospital a{ display: block; width: 100%; height: 100%; padding-top: 51.2852%;} 
	section.notice div.flex_wrap div.hospital p{ position: absolute; left: 30px; bottom: 30px; font-weight: bold; font-size: 24px; color: #fff;}
	section.notice div.flex_wrap div.hospital:hover p svg{ transform: translate(5px, -5px); transition: all 0.3s;}
	/*section.notice div.flex_wrap div.hospital ul li a span{ display: block; width: 60px; padding: 2px 0 3px; color: #fff; font-size: 12px; border-radius: 4px; text-align: center;
	background: #00a097;}*/
	
	
	section.map{ padding: 60px 10px; color: #fff; background: #0a5246;}
	section.map h2{ margin-bottom: 15px; font-size: 24px; text-align: center;}
	section.map p.desc{ margin-bottom: 30px; font-weight: 500; font-size: 16px; text-align: center; line-height: 1.3;}
	section.map div.flex_wrap div.map_wrap{ overflow: hidden; width: 100%; height: 250px; border-radius: 30px;}
	section.map div.flex_wrap div.info_wrap{ padding-top: 40px;}
	section.map div.flex_wrap div.info_wrap p.tit{ padding-bottom: 5px; margin-bottom: 10px; font-weight: 500; font-size: 20px; border-bottom: 1px solid #fff;}
	section.map div.flex_wrap div.info_wrap div.road p.info{ margin-bottom: 15px; font-weight: 500; font-size: 15px;}
	section.map div.flex_wrap div.info_wrap div.road div.tel{ display: flex; align-items: center; gap: 10px; font-weight: 500; font-size: 24px;}
	section.map div.flex_wrap div.info_wrap div.road div.tel span{ padding: 3px 14px; font-size: 15px; color: #0a5246; border-radius: 999px; background: #fff;}
	section.map div.flex_wrap div.info_wrap div.time{ margin-top: 35px;}
	section.map div.flex_wrap div.info_wrap div.time div.info div{ display: flex; gap: 5px; font-weight: 500; font-size: 18px;}
	section.map div.flex_wrap div.info_wrap div.time div.info div p{ display: flex; justify-content: space-between; width: 70px;}
	
	div.quick_ico{ display: none;}
	
	footer div.logo_wrap{ width: 150px; margin: 0 auto 15px;}
	footer div.logo_wrap img{ display: block; width: 100%;}
	footer p.addr{ margin-bottom: 15px; font-weight: 500; font-size: 20px; text-align: center;}
	footer div.foot_info{ margin-bottom: 10px;}
	footer div.foot_info ul{ display: flex; flex-direction: column; align-items: center; gap: 10px;}
	footer div.foot_info ul li{ position: relative; font-size: 13px;}
	footer p.copy{ font-size: 14px; text-align: center;}
	
	div.mobile_quick { position: fixed; width: 100%; left: 0; bottom: 0; z-index: 20; } 
	div.mobile_quick::before { content: ""; position: absolute; left: 0; top: -10px; width: 100%; height: 100%; background-color: rgba( 0,0,0,0.14); filter: blur(10px); } 
	div.mobile_quick.active ul::before, 
	div.mobile_quick.active ul::after { background-color: #FEF6E7; } 
	div.mobile_quick ul { display: flex; position: relative; z-index: 20; } 
	div.mobile_quick ul::before, 
	div.mobile_quick ul::after { content: ""; position: absolute; bottom: 0; z-index: -1; width: calc( 50% - 85px); height: 72px; background-color: #fff; border: 1px solid #fff;
	transition: .3s; } 
	div.mobile_quick ul::before { left: 0; border-top-left-radius: 20px; border-right: 0; } 
	div.mobile_quick ul::after { right: 0; border-top-right-radius: 20px; border-left: 0; } 
	div.mobile_quick li { position: relative; width: 100%; height: 70px; } 
	div.mobile_quick li.quick-button { flex-shrink: 0; width: 70px; height: 70px; margin-top: -20px; border-radius: 50%; background-color: #3a4e77; } 
	div.mobile_quick li.quick-button::before { content: ""; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 170px; height: 72px; background-image: url("/img/mobile_quick.png"); background-repeat: no-repeat; background-position: bottom; background-size: cover; z-index: -1; transition: .3s; } 
	div.mobile_quick li.quick-button .btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 100%; height: 100%; font-size: 12px; line-height: 14px; font-weight: 500; color: #fff} 
	div.mobile_quick li.quick-button.active .btn::before { transform: rotate(45deg); } 
	div.mobile_quick li.quick-button .btn::before { content: ""; display: inline-block; width: 24px; height: 24px; background-image: url("/img/bottom_more.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; transition: .3s; } 
	div.mobile_quick a { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; text-align: center; } 
	div.mobile_quick .quick-figure { width: 28px; height: 28px; margin: 0 auto; } 
	div.mobile_quick .quick-figure img { width: 100%; height: 100%; object-fit: contain; } 
	div.mobile_quick span { display: inline-block; margin-top: 10px; font-size: 12px; line-height: 14px; font-weight: 500; } 
}

/* 메인 */

@media(max-width: 1155px){
	header nav{ display: none;}
}