@charset "utf-8";

/* 4차메뉴 */
#four_depth_nav{width:100%; }
#four_depth_nav dt{display:none;}
#four_depth_nav dd{width:100%; }
#four_depth_nav dd ul {margin-bottom: 20px; position: relative; display: flex; justify-content: center; text-align: center;}
#four_depth_nav dd ul li{border:1px solid #ddd; background: #fff; color: #Fff;  margin: 0 3px 3px 0; border-radius: 50px; font-weight: 500; transition:all ease-in 0.3s} 
#four_depth_nav dd ul li a{display:block; min-width: 200px; font-size:15px; padding:14px 20px; color:#555; line-height:150%;}

#four_depth_nav dd ul li.on a{color:#fff; font-weight:500;}
#four_depth_nav dd ul li.on{border:1px solid  #18af85;  background: #18af85;}

#four_depth_nav dd ul li:hover{background: #ddd;}
#four_depth_nav dd ul li.on:hover{background: #18af85;}

.wlink_bg{position:relative; }
.wlink_bg:before{content: ""; background: #ffef99; display: inline-block; height: 24px; position: absolute; width: 150%; z-index: 0; top: -3px; border-radius: 30px; margin-left: -25%;}
.wlink_bg span{position:relative; z-index:1}

.sub_con{font-size:17px;color:#222; line-height:1.4; margin:50px 0 ;}
.sub_con p{ word-break:keep-all}
.sub_con b{font-weight:500}

.d_flex_jcl{display:flex; justify-content:left;}
.d_flex_jcsb{display:flex; justify-content:space-between;}

div table.tb01 { width: 100%; border-collapse: collapse; border-bottom: 1px solid #ddd; border-right: 2px solid #fff;  border-top: 2px solid #333;}
div table.tb01 caption{font-size:0; text-indent:-999999999px;}
div table.tb01 th, 
div table.tb01 td {font-size:17px; padding:20px 20px 18px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align:center; vertical-align:middle}
div table.tb01 th { background:#f9f9f9; color: #333; font-weight: 700; letter-spacing:-0.5px; }
div table.tb01 .borR { border-right: 1px solid #ddd !important; }
div table.tb01 .borL { border-left: 1px solid #ddd !important; }
div table.tb01 tbody tr th:last-child { border-right: 0 none; }
div table.tb01 em{color:#ca3d3d; font-style:normal}
.tbl_guide{display:none}

.td_left{text-align:left !important}

.tbl_scroll {overflow-x: scroll;}
.tbl_scroll table{width:800px;}

.imgmf{max-width:100%;}

.h3_tit{position:relative; font-size:40px; color:#111;  font-family: 'Cafe24 Ssurround'; display: inline-block;}
.h3_tit:after{content:""; display:inline-block; width:11px; height:11px; position:absolute;  right: -16px; top: 1px; border-radius:50%; background:#fbde42;}
.h4_tit{font-size:28px; /* color:#424c94;  */ color:#019863; font-family: 'Cafe24 Ssurround'; margin-bottom: 10px; }


.bg_box{background:#edf4f3; padding:50px;}
.botl_box{border-top:2px solid #333; padding:30px 40px; background:#f7f7f7;}
.bg_box2{background: #fff; font-size: 16px; padding: 30px 50px; line-height: 1.8; margin: 10px 0px;  color: #444;}

.bg_box2.df_jcsb{display: flex;   justify-content: space-between;    align-items: center;}

.li_st1 > li{position:relative;padding: 5px 0 5px 19px;}
.li_st1 > li:before{content:"";width: 12px;height: 12px;display:inline-block;border-radius:50%;background: #ffffff;position:absolute;left: 2px;top: 10px;border: 4px solid #f9e3b7;border-radius: 0 5px 5px 5px;}
.li_st1 > li:after{content:"";width: 12px;height: 12px;display:inline-block;border-radius:50%;background: #ffffff;position:absolute;left:0px;top: 8px;border: 4px solid #ffaa00;border-radius: 0 5px 5px 5px;}

.li_st1 strong{position:relative; font-weight:bold; z-index:1; margin-right:5px;}
.li_st1 strong:after {content: ""; width: 100%; height: 13px; display: inline-block; background: #fff5c1; position: absolute; left: 0px; top: 6px; z-index: -1}

.li_st2 li{position:relative;padding: 5px 0 5px 14px;}
.li_st2 li:before{content:"";width: 6px;height: 6px;display:inline-block;background: #8eb0cb;position:absolute;left:0px;top: 12px;border-radius: 50%;}

.li_num li{line-height: 1.5; margin-bottom:5px;}
.li_num .num{background:gray; color:#fff; width:24px; height:24px; border-radius:50%; display:inline-block; text-align: center; font-size: 14px; padding-top: 4px; font-style: normal; position: relative;}

.col_st1{color:#019170;}

.down_btn{ background: #424c94; padding: 20px 30px 16px; display: flex ; justify-content: center; align-items: center; max-width: 330px; margin: 0 auto; border-radius: 50px; color: #fff;}


/* 센터소개 */

.intro_t{ z-index:1; position:relative;}
.intro_i{margin-top:-36px; z-index:0; position:relative; border-radius:30px;}
.intro_txt{color:#111; font-size:20px; margin-top:60px}
.info_w{text-align:left; border-top:2px solid #e57e73; margin-top:20px;}
.info_w li{padding:50px 15px; border-bottom:1px solid #ddd;  position: relative;  display: flex;  align-items: flex-start;     flex-wrap: wrap;}
.info_w li:last-child{border-bottom:none;}
.info_w > li > .tit{font-size:26px; width:185px;  display: flex;  align-items: center; color:#111;}
.info_w i {display: block; width:32px;  height:31px; margin-right:5px; }
.info_w i[class^='intro_'] {display: inline-block;  background-image: url('/images/contents/intro_ico.png'); background-repeat: no-repeat;}  
.info_w i.intro_ico1{ background-position:0 0px;}
.info_w i.intro_ico2{background-position:-69px 0px;}
.info_w i.intro_ico3{background-position:-137px 0px;}
.info_w .con{font-size:22px; color:#333; margin-top: 5px; display: block; }
.info_w .fcon{flex:1 1 100%; margin-top:20px;}
.info_w .floor_w{ display: flex;  justify-content: space-between;  flex-wrap: wrap; gap:38px;}	
.info_w .floor{background:#fff;flex:1 1 20%;border-radius: 14px;display: flex;flex-wrap: wrap;justify-content: center;position: relative;}
.info_w .floor .tit{border-radius:10px 10px 50% 50%;width: 100%;height:74px;text-align:center;color:#fff;font-size:24px;font-family: 'Cafe24 Ssurround'; 
					display: flex; align-items: center;  justify-content: center;}
.info_w .floor .con{ font-size:17px; text-align:center; line-height:2; padding:15px 0 25px}
.info_w .floor.f00{border:1px solid #fec900;}
.info_w .floor.f01{border:1px solid #f48175;}
.info_w .floor.f02{border:1px solid #2fad67;}
.info_w .floor.f03{border:1px solid #b089c1;}

.info_w .floor.f00 .tit{background:#fec900;}
.info_w .floor.f01 .tit{background:#f48175;}
.info_w .floor.f02 .tit{background:#2fad67;}
.info_w .floor.f03 .tit{background:#b089c1;}

.bubble_wrap{position:relative; display:block; color:#333;}
.bubble_c  {width:500px;display: none;position: absolute;padding: 24px;top:40px;border-radius: 8px;background: #fff;color: #fff;font-size: 13px !important;word-break:keep-all;z-index:10;left: 50%;margin-left: -250px;box-shadow: 0 10px 40px rgba(0, 0, 0, .2);}
.bubble_c:after { position: absolute; bottom: 100%; left: 50%; width: 0; height: 0; margin-left: -10px; border: solid transparent; border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff;
				border-width: 10px; pointer-events: none;  content: ' ';}
.bubble_wrap .bubble_b{position:relative; }
.bubble_wrap .bubble_b:after{content: ""; display: inline-block; width: 100%; height: 1px; border-bottom: 1px dashed #b2b2b2; position: absolute; left: 0; bottom: 0px;}

.bubble_b:hover + .bubble_c {display: block !important;  }

/*찾아오시는길_지도*/
#container2 {overflow:hidden;height:500px;position:relative;}
#btnRoadview,  #btnMap {position:absolute;top:5px;left:5px;padding:7px 12px;font-size:14px;border: 1px solid #dbdbdb;background-color: #fff;border-radius: 2px;box-shadow: 0 1px 1px rgba(0,0,0,.04);z-index:1;cursor:pointer;}
#btnRoadview:hover,  #btnMap:hover{background-color: #fcfcfc;border: 1px solid #c1c1c1;}
#container2.view_map #mapWrapper {z-index: 10;}
#container2.view_map #btnMap {display: none;}
#container2.view_roadview #mapWrapper {z-index: 0;}
#container2.view_roadview #btnRoadview {display: none;}

.root_daum_roughmap{width:100%; height:500px; background:gray;}
.map_wrap{border-radius:30px; overflow:hidden;}
.map_info{/* background: #ffffff; */padding: 30px 14px;color: #272727;border-radius: 0 0 30px 30px;margin-top: 10px;border-top: 2px solid #329671;}
.map_info .tit{font-size: 38px;font-family: 'Cafe24 Ssurround';margin-bottom:10px;}
.map_info .info{display:flex;align-items: center;margin-top: 19px;}
.map_info .info li{display: flex;margin-right:50px;font-size: 20px;/* line-height: 1.5; */align-items: center;}
.map_info .info li span.info_tit{width: 104px;height: 37px;border-radius:30px;background:#20ab78;font-size: 18px;color: #fff;display:flex;align-items: center;justify-content: center;margin-right: 10px;}

.map_info_l{flex:0 0 90%; display: flex; align-items: center;}

.map_info .info .cir_ico{background:#fff; width:24px; height:24px; border-radius:50%; display: flex; align-items: center;  justify-content: center; margin-right: 7px;}
.map_info .info .tit{font-weight:500; width:70px;}
.map_info .map_btn{border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 10px; height: 85px; width: 80px;display: flex; justify-content: center; align-items: center;flex: 0 0 10%; flex-wrap:wrap;}
.map_info .map_btn span{display:block; font-size:15px; width:100%; text-align:center;     margin-top: -20px;}

.step_box{display:flex; justify-content:space-between; gap:20px;}
.step_box li{background:#fff; padding: 30px; width: 100%; height: 130px; border-radius: 20px; display: flex; justify-content: center; align-items: center; position:relative; overflow:hidden;}
.step_box li .num{position:absolute; left:0; top:0; background:#f48175; color:#fff; font-size: 14px; width: 40px; height: 33px; display: flex ; align-items: center; justify-content: center;  border-radius: 0 0 20px 0;}

.bdl_box{border:2px solid #333;display:flex;padding:50px;justify-content: center;}
.cinfo_box{display:flex;padding:50px;justify-content: center;}
.info_b{text-align:center;position:relative; padding: 0 40px;}
.info_b:after{content:"";width: 1px;height: 100%;display:inline-block;position:absolute;right:0;top: 0;border-right: 1px dashed #d1d1d1;}
.info_b:last-child:after{display:none;}
.info_b .tit{font-size:22px; font-weight:bold}
.info_b .con{font-size:16px;     margin-top: 9px;}
.info_b i {display: block; width:78px;  height:74px; margin-bottom:5px; }
.info_b i[class^='info_'] {display: inline-block; background-image: url('/images/contents/info_ico.png'); background-repeat: no-repeat;}  
.info_b i.info_ico.ico1{ background-position:6px 0px;}
.info_b i.info_ico.ico2{background-position:-118px 0px;}
.info_b i.info_ico.ico3{background-position:-257px 0px;}
.info_b i.info_ico.ico4{background-position:-379px 0px;}
.info_b i.info_ico.ico5{background-position:-500px 0px;}

.cont_slider {border-radius:50px; overflow:hidden;}
.cont_slider .cont_control{position:absolute; display:flex; justify-content: space-between; align-items:center; width:100%; top:50%;}
.cont_slider .swiper-button-next:after, .swiper-button-prev:after{color:#000; font-size:40px !important; font-weight:bold;}
.cont_slider .swiper-button-prev{left:0px !important;}
.cont_slider .swiper-button-next{right:0px !important; }

.cont_slider .swiper-button-prev:after{margin-left:20px;}
.cont_slider .swiper-button-next:after{margin-right:20px;}

.cont_slider .swiper-button-prev:before, 
.swiper-button-next:before{content:"";display:inline-block;width: 66px;height: 90px;background: rgba(255, 255, 255, 0.7);position: absolute;z-index: -1;}
.cont_slider .swiper-button-prev:before{left: 0; border-radius:  0 50% 50% 0;}
.cont_slider .swiper-button-next:before{right: 0;border-radius:  50% 0 0 50%;}
.ides{position: absolute; top: 0; background: #ff5947; left: 50%;width: 300px; margin-left: -150px; color: #fff;padding: 10px 20px 8px; font-size: 20px; border-radius: 0 0 35px 35px; line-height: 1.2;}

.facility_img{border-radius: 20px;  width: 340px;}

.fs_30{font-size:30px !important}
.fs_14{font-size:14px !important}

@media all and (max-width:1024px) {
	.tbl_guide{display:block; text-align: right;  font-size: 15px; position:relative;}
	.tbl_guide:before{content:"";width: 15px;height: 15px;display:inline-block; background:url('/images/contents/tbl_t.png')no-repeat 0 0;position:absolute; margin: 2px 0 0 -20px;}
}


@media all and (max-width:999px) {
	.sub_con {margin-top: 30px; font-size:15px;}
	.h3_tit {font-size: 30px;}
	.h4_tit {font-size: 22px;}
	.bg_box {  padding: 30px;}
	.info_w li { padding: 20px 15px;}
	.info_w > li > .tit {  font-size: 18px;  width: 125px;}   
	.info_w .con {  font-size: 16px;}
	.info_w .floor_w { gap: 18px;}
	.info_w .floor .tit {height: 44px;  font-size: 19px;}
	.info_w .floor .con { font-size: 15px; padding: 5px 10px 5px;}

	.map_info .tit { font-size: 22px;}
	.map_info .info li span.info_tit {width: 74px; height: 27px; font-size: 15px;}
	.map_info .info li {font-size: 16px;}
	.map_info .info {flex-wrap: wrap; gap: 4px; margin-top: 9px;}
	
	.info_b .tit { font-size: 18px;}
	.info_b .con { font-size: 15px;}
	.fs_30 { font-size: 20px !important;}

	div table.tb01 th, 
	div table.tb01 td{font-size:15px;}
	
	.cont_slider .swiper-button-prev:before, .swiper-button-next:before {width: 36px;   height: 50px;}
	.cont_slider .swiper-button-next:after, .swiper-button-prev:after {font-size: 20px !important;}
	.cont_slider .swiper-button-prev:after {margin-left: 0px;}
	.cont_slider .swiper-button-next:after {margin-right: 0px;}

	.cinfo_box {flex-wrap: wrap; gap: 20px; padding: 20px;}
	.bdl_box{flex-wrap: wrap; gap: 20px; padding: 20px;}
	.info_b:after{display:none;}
	.botl_box {padding: 10px 20px;}
	.bg_box2 { font-size: 14px; padding: 10px 20px;}

}

@media all and (max-width:765px) {
	.step_box{flex-wrap:wrap}
	.step_box li { height: 80px;}
	.down_btn { padding: 10px 20px 6px; max-width: 250px;}

	.info_w .floor_w {flex-wrap:wrap;}
	.info_w .floor{flex: 1 1 47%;}

	.bg_box2.df_jcsb{flex-wrap:wrap;}
}

@media all and (max-width:499px) {
	.info_w .floor{flex: 1 1 100%;}
}