.f_en {font-family: "Philosopher", sans-serif;}

.sub_txt { text-align: center; padding: 7rem 0;}
.sub_txt h4 { font-size: 4.2rem; font-weight: 700; color: #4c5c39;}  
.sub_txt h5 { font-size: 2.8rem; font-weight: 500; color: #66705b; margin-top: 1rem;}  

.subTop_bg {text-align: center;}

.sub_txt ul {display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-bottom: 5rem; }
.sub_txt .sub_tab li { }
.sub_txt .sub_tab li a {width: 19rem; height: 5rem;  display: flex; align-items: center; justify-content: center; color: #797e72; font-weight: 500; border: 1px solid #ddd; border-radius: 0.5rem;}
.sub_txt .sub_tab li a.active {background-color: #41690f; color: #fff;}

.sub_arList {display: flex; gap: 1rem; margin-top: 2rem;}
.sub_arList li {display: inline-flex; align-items: center; gap: 0.5rem; padding: 1rem 3rem; background-color: #a3ab93; border-radius: 3rem; line-height: 1; font-size: 1.8rem; font-weight: 600; color: #fff; }
.sub_arList li span {font-size: 1.4rem; font-weight: 400; color: #ffffff;}

.list_tit {font-size: 3.4rem; font-weight: 600; color: #1b1b1b; padding: 7rem 0 2rem ; display: block ; }
.list_tit p {font-size: 2rem; font-weight: 400; color: #666666;}

.contImg_mo{display:none;}

.txt_ellipsis{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break:break-all;}

/* greeting*/

/* location */
.loca_area{}
.loca_map{height:44rem;overflow:hidden;}
.loca_map .root_daum_roughmap{width:100%;}
.loca_map .root_daum_roughmap .wrap_map{height: 62rem;width: 100%;border:none}
.loca_map .root_daum_roughmap .map_border{display:none;}

.loca_cont{display:flex;margin-top:4rem;}
.loca_cont .loca_cate{max-width:21rem;width:100%;font-size:4rem;font-weight:700;color:#111}
.loca_cont .loca_info{display:flex;flex-wrap:wrap;width:100%;}
.loca_cont .loca_info .loca_addr{width:100%;border-bottom:1px solid #e6e6e6;padding-top:0;}
.loca_cont .loca_info .loca_addr dd span{display:inline-block;margin-right:2rem;}
.loca_cont .loca_info dl:nth-child(1)::before{background-image:url("/images/sub/location_icon01.png")}
.loca_cont .loca_info dl:nth-child(2)::before{background-image:url("/images/sub/location_icon02.png")}
.loca_cont .loca_info dl:not(.loca_addr){flex:1}
.loca_cont .loca_info dl{display:flex;padding:2.8rem 0;font-size: 2rem;}
.loca_cont .loca_info dl::before{content:'';display:inline-block;width:2rem;height:3.1rem;margin-right:2rem;background-position:center;background-repeat:no-repeat;background-size:contain;}
.loca_cont .loca_info dt{font-weight:700;color:#111;}
.loca_cont .loca_info dd{display:flex;width: 75%;padding-left:3rem;}
.loca_cont .loca_info dd p{width:50%;}

/* search */
.search{}
.search .sch_intro{font-size:2.2rem;color:#666;font-weight:500;}
.search .noData {text-align:center;}
.search .sch_top{padding-bottom:1.5rem;border-bottom:1px solid #111;}
.search .sch_top span{font-weight:600;color:#111}

.search .sch_list{padding-bottom:2rem;}
.search .sch_list>li{padding:2rem;border-bottom:1px solid #ddd}
.search .sch_list>li>a{display:flex;align-items:center;gap:4rem}
.search .sch_list .sch_thumb{width:13rem;height:15.5rem;}
.search .sch_list .sch_thumb img{object-fit: contain;width:100%;height:100%;}
.search .sch_list .sch_cont>p{width:100%;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break:break-all;}
.search .sch_list .sch_tit{font-size:2.4rem;font-weight:500;color:#111;}
.search .sch_list .sch_path{font-size:1.8rem;color:#666;margin-top:1.8rem;}
.search .sch_list .sch_path span{}
.search .sch_list .sch_path span+span{}
.search .sch_list .sch_path span+span::before{content:">";display:inline-block;padding:0 0.5rem}

/* gallery common */
.it_box_tit{font-size:3.6rem;font-weight:600;color:#111;margin-bottom:3rem;line-height:1;}
.it_box_tit::before{content: '';display:inline-block;width:2.8rem;height:2.8rem;background:url("/theme/prix/img/tit_check.png") no-repeat center;background-size:contain;margin-right:1rem;}

/* .cate_list_box{background-color:#f5f5f5;margin-bottom:6rem;}
.cate_list_box>ul{display:flex;flex-wrap:wrap;gap:0.7rem 0;padding:3.5rem 3.5rem}
.cate_list_box>ul>li{width:25%;min-width:max-content;}
.cate_list_box>ul>li::before{content:'';display:inline-block;width:0.6rem;height:0.6rem;margin-right:1rem;background-color:#085498;vertical-align: middle;}
.cate_list_box>ul>li>a{font-size:1.8rem;color:#111;font-weight:600;vertical-align:middle;}
.cate_list_box>ul>li>a.active{color:#085498;border-bottom:1px solid #085498;} */

.best_it{margin-bottom:4rem;}
.best_it .best_thumb{border:1px solid #ddd;}
.best_it .best_thumb>img{width:100%;height:100%;object-fit:contain;aspect-ratio:1 / 1;}
.best_it .best_thumb.no_img{width:100%;padding:59% 0;background-color:#ddd;}
.best_it .best_sw{overflow:hidden;padding-bottom:4.5rem;}
.best_it .best_cont{text-align:center;font-weight:500;margin-top:0.8rem;padding:0 0.4rem}
.best_it .best_cont>p{width:100%;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break:break-all;}
.best_it .best_tit{font-size: 1.8rem;color:#111;}
.best_it .best_size{font-size: 1.6rem;color:#666;}

.best_it .swiper-pagination-bullet{width:1.5rem;height:1.5rem;vertical-align:bottom;}
.best_it .swiper-button-next{right:2rem;}
.best_it .swiper-button-prev{left:2rem;}
.best_it .swiper-button-next,
.best_it .swiper-button-prev{top:45%}
.best_it .swiper-button-next::after,
.best_it .swiper-button-prev::after{display:inline-block;width:1.5rem;height:2.4rem;font-size:0;line-height:0;background-size:contain;background-repeat:no-repeat;background-position:center;}
.best_it .swiper-button-next::after{background-image:url("/theme/prix/img/sw_next.png");}
.best_it .swiper-button-prev::after{background-image:url("/theme/prix/img/sw_prev.png");}
.best_it .swiper-button-next.swiper-button-disabled,
.best_it .swiper-button-prev.swiper-button-disabled{opacity:1;}
.best_it .swiper-button-next.swiper-button-disabled::after{background-image:url("/theme/prix/img/sw_next_off.png")}
.best_it .swiper-button-prev.swiper-button-disabled::after{background-image:url("/theme/prix/img/sw_prev_off.png")}

.best_it2{margin-bottom: 4rem;}
.best_it2 .best_it2_list{display:grid;grid-template-columns: repeat(3, 1fr);gap:1.8rem 4rem;margin-bottom: 4rem;text-align:center;}
.best_it2 .best_it2_list li{display:flex;gap:2rem;flex-direction:column;}
.best_it2 .best_it2_list li:nth-child(n+2){max-width:22.5rem;}
.best_it2 .best_it2_list li .thumb{display:inline-block;margin-bottom:0.8rem;vertical-align:top;max-width:20.5rem;max-height:20.5rem;border:1px solid #ddd;;aspect-ratio:1 / 1;}
.best_it2 .best_it2_list li .thumb img{width:100%;height:100%;object-fit:cover}
.best_it2 .best_it2_list li:nth-child(1) .thumb.no_img{background-color:#ddd;width: 100%;padding-bottom:85.4%;}
.best_it2 .best_it2_list li:nth-child(1){grid-row: 1 / 3;width:48rem;}
.best_it2 .best_it2_list li:nth-child(1) .thumb{max-width:48.9rem;max-height:48.9rem;width:100%;height:100%;}
.best_it2 .best_it2_list li:nth-child(n+2) .thumb{width:100%;height:100%;}
.best_it2 .best_it2_list li:nth-child(n+2) .thumb.no_img{background-color:#ddd;position:relative;height:auto;padding-bottom:74.6%;}
.best_it2 .best_it2_list .lt_itName{font-size: 1.8rem;color:#111;font-style:normal;}
.best_it2 .best_it2_list .lt_itSize{font-size: 1.6rem;color:#666;}
.best_it2 .best_it2_list .lt_itName,
.best_it2 .best_it2_list .lt_itSize{width:100%;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break:break-all;}

/* product_list */
.all_prdct{}
.all_prdct .all_tit{font-size:3rem;font-weight:600;border-bottom:1px solid #111;padding-bottom:1.5rem;color:#111;margin-bottom:3rem;}
.all_prdct .prdct_ul{display:flex;flex-wrap:wrap;gap:3.5rem 2rem}
.all_prdct .prdct_ul>li{width:calc((100% - 6rem) / 4);}
.all_prdct .prdct_thumb{border:1px solid #ddd}
.all_prdct .prdct_thumb img{width:100%;height:100%;object-fit:contain;aspect-ratio: 1/1;}
.all_prdct .prdct_cont{text-align:center;margin-top:0.8rem;}
.all_prdct .prdct_cont>p{font-weight:500;width:100%;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break:break-all;}
.all_prdct .prdct_tit{font-size:1.8rem;color:#111;}
.all_prdct .prdct_size{font-size:1.6rem;color:#666;}

/* product_view */
.prdctItem_btn{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;}
.prdctItem_btn .linkBtn{display:inline-block;width:14rem;height:4.5rem;line-height:4.5rem;text-align:center;font-size:1.8rem;font-weight:600;border-radius:0.4rem;}
.prdctItem_btn .btn_ty01{background-color:#0868be;color:#fff}
.prdctItem_btn .btn_ty02{border:1px solid #0868be;background-color:#fff;color:#0868be;}
.prdctItem_btn .listBtn{width:11rem;background-color:#ddd;color:#111;}

.prdctView_info{display:flex;gap:0 4rem}
.prdctView_sw{max-width:calc(46rem + 2px);}
.prdctView_swMain{overflow:hidden;border: 1px solid #ddd}
.prdctView_swMain .swiper-wrapper{}
.prdctView_swMain .swiper-slide{aspect-ratio:1/1;}
.prdctView_swMain .swiper-slide img{width:100%;height:100%;object-fit:contain;}
.prdctView_swPgin{position:relative;padding:0 4.7rem;margin-top:4rem;}
.prdctView_swPgin .swPgin_box{overflow:hidden;}
.prdctView_swPgin .swiper-slide{aspect-ratio:88 / 67;border:1px solid #ddd}
.prdctView_swPgin .swiper-slide img{width:100%;height:100%;object-fit:contain;}
.prdctView_swPgin .swiper-slide-thumb-active{border-color:#0868be;}
.prdctView_swPgin .swiper-button-prev{left:0;border-radius:0.4rem 0 0 0.4rem;}
.prdctView_swPgin .swiper-button-next{right:0;border-radius:0 0.4rem 0.4rem 0}
.prdctView_swPgin .swPginBtn{background-color:#0868be;width:4rem;height:100%;margin-top:0;top:0}
.prdctView_swPgin .swPginBtn.swiper-button-disabled{background-color:#ddd;opacity:1;}
.prdctView_swPgin .swPginBtn::after{color:#fff;font-size:1.4rem;}

.prdct_info{width:100%;max-width:47rem;}
.prdct_info .prdctItem_tit{font-size:2.4rem;color:#111;font-weight:700;line-height:1;margin-bottom:2.2rem;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break:break-all;}
.prdct_info .prdct_opt{border-top:1px solid #ddd;border-bottom: 1px solid #ddd;padding: 3.8rem 0}
.prdct_info .prdct_opt>dl{display:flex;font-size:1.8rem;padding:0.7rem 0;font-weight:500;}
.prdct_info .prdct_opt>dl dt{width:8rem;color:#111;}
.prdct_info .prdct_opt>dl dd{color:#999;flex:1;}
.prdct_info .prdctItem_btn{justify-content:flex-end;margin-top:6rem;}

.prdctView_main{margin-top:7rem;}
.prdct_bttm{margin-top:3rem;}

/* build_list */
.build_list{}
.build_list .all_list{}
.build_list .gall_ul{display:flex;flex-wrap:wrap;gap:3.5rem 2rem}
.build_list .gall_ul li{width: calc((100% - 6rem) / 4);}
.build_list .gall_thumb{aspect-ratio: 227/145;border-radius:1rem;}
.build_list .gall_thumb img{width:100%;height:100%;object-fit:contain;}
.build_list .gall_cont{text-align:center;margin-top:1.2rem;}
.build_list .gall_tit{font-size:1.8rem;font-weight:500;color:#111;line-height:1.2;}
.build_list .gall_txt{font-size:1.8rem;font-weight:500;color:#111;line-height:1.2;}

/* buildView_info */
.buildView_info{}
.buildView_info .buildView_top{display:flex;gap:1rem}
.buildView_info .buildView_swMain{max-width:75rem;overflow:hidden;}
.buildView_info .buildView_swMain .swiper-slide img{width:100%;}
.buildView_info .build_prd_link{flex: 1;display:flex;flex-direction:column;gap:0.5rem;justify-content:flex-end;}
.buildView_info .build_prd_link>li .thumb{aspect-ratio:210 / 220;}
.buildView_info .build_prd_link>li .build_prd_tit{font-size:1.8rem;color:#111;padding:0.6rem;text-align:center;font-weight:600;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break:break-all;}

.buildView_swPgin{margin-top:3rem;position:relative;padding:0 5rem}
.buildView_swPgin .swPgin_box{overflow:hidden;}
.buildView_swPgin .swiper-slide{aspect-ratio:210 / 140}
.buildView_swPgin .swiper-slide img{width:100%;height:100%;/*object-fit:contain;*/}
.buildView_swPgin .swiper-slide::after{content:'';position:absolute;inset:0 0 0 0;background-color:rgba(0,0,0,0.4);transition:background-color 0.3s ease-out;}
.buildView_swPgin .swiper-slide-thumb-active::after{background-color:transparent;border:0.4rem solid #ffb800}
/* .buildView_swPgin .swiper-slide:not(.swiper-slide-thumb-active):hover::after{background-color:transparent;border:0.4rem solid #ffb800} */
.buildView_swPgin .swiper-button-prev{left:0;border-radius:0.4rem 0 0 0.4rem;}
.buildView_swPgin .swiper-button-next{right:0;border-radius:0 0.4rem 0.4rem 0}
.buildView_swPgin .swPginBtn{background-color:#0868be;width:4rem;height:100%;top:0;margin-top:0;}
.buildView_swPgin .swPginBtn::after{color:#fff;font-size:2.2rem;}
.buildView_swPgin .swPginBtn.swiper-button-disabled{background-color:#ddd;opacity:1;}

.build_bttm{margin-top:3rem;}
.buildItem_btn{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;}
.buildItem_btn .linkBtn{display:inline-block;width:14rem;height:4.5rem;line-height:4.5rem;text-align:center;font-size:1.8rem;font-weight:600;border-radius:0.4rem;}
.buildItem_btn .listBtn{background-color:#ddd;color:#111;}

/* 010201 */


.medical__list {display: flex; flex-wrap: wrap; border-top: 1px solid #1b1b1b; border-bottom: 1px solid #1b1b1b;}
.medical__list li {width: 50%; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.medical__list li:nth-of-type(2n) {border-right: none;}
.medical__list li a {display: flex ; align-items: center; gap: 5rem; padding: 6rem 6rem 6rem 0; }
.medical__list li:nth-of-type(2n) a {padding: 6rem 0 6rem 6rem;}
.medical__list li .img {aspect-ratio: 30/36; max-width: 30rem; width: 100%;}
.medical__list li .img img {height: 100%; width: 100%; object-fit: cover;}
.medical__list li .txt {flex: 1;}
.medical__list li .txt strong {font-size: 3.2rem; font-weight: 700; color: #1b1b1b;}
.medical__list li .txt strong span {display: inline-block; font-size: 1.8rem; padding-left: 1rem; color: #999999; font-weight: 400; color: 1.6rem;}
.medical__list li .txt b {display: block; padding: 1rem 0; font-size: 2.2rem; font-weight: 600; color: #333333;}
.medical__list li .txt p { display: block; font-size: 1.8rem; font-weight: 400; color: #666666; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}

/* popup */

.modal {/* cursor: pointer; */position: fixed; left: 0; top: 0; padding: 5rem 0; width: 100%; height: 100%; overflow: auto; z-index: 999; background: rgba(0,0,0,0.9);  opacity: 0; visibility: hidden; transition: .3s ease; }
.modal.active {opacity: 1;visibility: visible;}
.modal--close{position: absolute;top: 3rem;right: 3rem;padding: 1rem;z-index: 3;}
.modal__inner {position: relative; height: 100%; max-width: 144rem; margin:  0 auto;   display: flex; align-items: center; justify-content: center; margin: 0 auto; padding: 1rem; cursor: auto; position: relative; }
.modal__cont {display: flex; align-items: center; justify-content: center; gap: 6rem; }
.modal__cont .pp__txt {flex: 1 60%; }
.modal__cont .pp__txt strong {font-size: 4.6rem; font-weight: 700; color: #fff;}
.modal__cont .pp__txt strong span {display: inline-block; font-size: 1.8rem; padding-left: 1rem; color: #fff; font-weight: 400; color: 1.6rem;}
.modal__cont .pp__txt p { display: block; font-size: 1.8rem; font-weight: 400; color: #fff; padding: 2.5rem 0 2rem; border-bottom: 1px solid #fff; }
.modal__cont .pp__txt b {display: block; font-size: 2.6rem; font-weight: 600; color: #fff; padding: 3rem 0 2rem;}
.modal__cont .pp__txt ul li {position: relative; font-size: 1.8rem; font-weight: 400; color: #ffffff; padding-left: 2rem;}
.modal__cont .pp__txt ul li::before { content: "·"; position: absolute; font-size: 1.8rem; font-weight: 400; color: #ffffff; top: 0; left: 0;}
.modal__cont .pp__img {flex: 1 40%; text-align: right;}
.modal__cont .pp__img img {height: 100%; aspect-ratio: 30/36; max-width: 30rem; width: 100%; object-fit: cover;}


/* 010202 */

.employee__list {display: flex; flex-wrap: wrap; border-top: 1px solid #1b1b1b; border-bottom: 1px solid #1b1b1b;}
.employee__list li {width: 50%; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.employee__list li:nth-of-type(2n) {border-right: none;}
.employee__list li a {display: block; padding: 6rem 6rem 6rem 0; cursor: initial; }
.employee__list li:nth-of-type(2n) a {padding: 6rem 0 6rem 6rem;}
.employee__list li .img {aspect-ratio: 2/1; width: 100%;}
.employee__list li .img img {height: 100%; width: 100%; object-fit: cover;}
.employee__list li .txt {flex: 1;}
.employee__list li .txt p {display: block; font-size: 2.2rem; font-weight: 600; color: #333333; text-align: center; padding-top: 2rem;}

/* 010301 */

.by_floor  .swiper-slide {display: flex; justify-content: center; align-items: center; background-size: cover;background-position: center; aspect-ratio: 66/50; }
.by_floor  .swiper-pointer-events {position: relative !important;}

.by_floor .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.by_floor .swiper {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
.by_floor .mySwiper {height: 20%;box-sizing: border-box;padding: 10px 0;}
.by_floor .mySwiper .swiper-slide { width: 25%; height: 136px; opacity: 0.4; }
.by_floor .mySwiper .swiper-slide-thumb-active { opacity: 1; }
.by_floor .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }


.floor {position: relative; padding: 6rem 0 ; border-top: 1px solid #1b1b1b; border-bottom: 1px solid #1b1b1b; display: flex; justify-content: space-between; align-items: flex-start;}
.floor::before {content: ""; position: absolute; width: 1px; height: 100%; background-color: #ddd; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.floor >div {width: 50%; padding-right: 6rem;}
.floor >div + div {padding-left: 6rem; padding-right: 0 }
.floor_tabs { width: 100%;  }
.floor_tabs li{display: flex; align-items: center; gap: 2rem; min-height: 6.8rem; border-bottom: 1px solid #80959f;  line-height: initial; cursor: pointer; padding: 1rem; }
.floor_tabs li .wd { display: flex; align-items: center; text-align: center; justify-content: center; width: 10rem;}
.floor_tabs li span {font-size: 1.8rem; font-weight: 600; color: #576743; text-align: center; }
.floor_tabs li p {font-size: 1.8rem; color: #000; font-weight: 400; text-align: center; flex: 1;}

.floor_tabs li.current{background: #576743; color: #fff;}
.floor_tabs li.current p {color: #fff;}
.floor_tabs li.current span {background: #808d6f; color: #fff; border-radius: 50%; width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center;}
.floor_tabs li.current span.none {background: none; color: #fff;}
.tab-content { display: none; }
.tab-content.current{ display: block;}

.floor__img .floor__Slide {overflow: hidden;}



/* 010302 */
.room__list {position: relative; border-top: 1px solid #1b1b1b; border-bottom: 1px solid #1b1b1b; }
.room__list::before {content: ""; position: absolute; width: 1px; height: 100%; background-color: #ddd; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.room__list .cont {display: flex; align-items: center; gap: 12rem; padding: 6rem 0; }
.room__list .cont + .cont {border-top: 1px solid #ddd;}
.room__list .cont >div {width: calc((100% - 12rem)/2);}
.room__list .swiper-container.swiper-pointer-events {position: relative !important; overflow: hidden;}
.room__list .txt strong {font-size: 3rem; font-weight: 600; color: #576743; display: block;}
.room__list .txt p {font-size: 2rem; font-weight: 400; color: #666666;  padding: 1rem 0 3rem;}
.room__list .txt ul {display: flex; align-items: flex-start; gap: 0.5rem;}
.room__list .txt ul li {flex: 1; text-align: center;}
.room__list .txt ul li b {font-size: 1.8rem; font-weight: 400; color: #7f8770; margin-top: 1rem; display: block;}
.room__list .swiper-slide {aspect-ratio: 660/480;}
.room__list .swiper-slide img {width: 100%; height: 100%; object-fit: cover;}

.room .swiper-button-next, .room .swiper-button-prev {color: #fff !important;}


/* 010304 */

.rest_recovery .room__list {display: flex; flex-wrap: wrap;}
.rest_recovery .room__list li {width:  50%; padding: 6rem 0; border-bottom: 1px solid #ddd;}
.rest_recovery .room__list li {display: block; padding: 6rem 6rem 6rem 0; cursor: initial; }
.rest_recovery .room__list li:nth-of-type(2n) {padding: 6rem 0 6rem 6rem;}
.rest_recovery .room__list li strong {padding: 2rem 0 1rem; display: block; font-size: 2.4rem; font-weight: 600; color: #576743;}
.rest_recovery .room__list li p {font-size: 1.8rem; font-weight: 400; color: #666666; padding: 0;}


/* 0104 */

.hospitalization .room__list  {border: none; border-bottom: 1px solid #ddd;}
.hospitalization .room__list .txt .flex {display: flex; gap: 1.5rem; align-items: center; }
.hospitalization .room__list .txt .flex b {background-color: #7f8770; border-radius: 99%; width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 600; color: #fff;}
.hospitalization .room__list .txt .flex span {font-size: 3rem; font-weight: 600; color: #b6b8b4;}
.hospitalization .room__list .txt p {font-size: 2.2rem; color: #333333; padding-top: 2rem; padding-bottom: 0;}
.hospitalization .room__list .txt > b {font-size: 2rem; font-weight: 500; color: #7f8770; display: block; padding-top: 2rem;}
.hospitalization .room__list .txt ul {display: block; text-align: left;}
.hospitalization .room__list .txt ul li {font-size: 1.8rem; font-weight: 400; text-align: left; color: #666666; margin-top: 1rem;}
.hospitalization .room__list .txt {padding: 6rem 0;}
.hospitalization .room__list .txt + .txt {border-top: 1px solid #ddd;}
.hospitalization .room__list .cont .img02 {display: flex; gap: 2rem; margin-top: 2rem;}


/* 0105 */

.loca__top {display: flex; gap: 24rem; padding: 6rem 0;}
.loca__top h5 {font-size: 5rem; font-weight: 400; color: #384529;}
.loca__top em {font-size: 1.6rem; font-weight: 400; color: #767d6e; font-style: initial;}
.loca__top ul {display: flex; gap: 8rem;}
.loca__top ul li strong {display: flex;  margin-bottom: 2rem;  gap: 1rem; font-size: 2.2rem; font-weight: 600; color: #4c5c39;}
.loca__top ul li .flex {display: flex; gap: 2rem ; }
.loca__top ul li .flex b {width: 12rem; display: block; font-size: 1.8rem; font-weight: 500; color: #767d6e;}
.loca__top ul li .flex p {font-size: 1.8rem; font-weight: 400; color: #767d6e;}
.loca__top ul li .flex + .flex {margin-top: 0.5rem;}
.loca__top ul li b {display: block; font-size: 1.8rem; font-weight: 500; color: #767d6e;}


.location .root_daum_roughmap .wrap_controllers  {display: none !important;}
.location .root_daum_roughmap {width: 100%;}
.location .mapWrap .wrap_map {height: 54rem !important;}


.loca__cont {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;} 
.loca__cont.flex {display: flex;}
.loca__cont.flex > div {flex: 1 50%; padding: 6rem; gap: 6rem; }
.loca__cont.flex > div + div {border-left: 1px solid #ddd;}
.loca__cont.flex .box {display: flex; align-items: flex-start;}
.loca__cont strong {display: flex; align-items: center; gap: 1rem; font-size: 2.5rem; font-weight: 600; color: #1b1b1b; }
.loca__cont.flex .smCont {display: flex ; align-items: center; gap: 1rem; }
.loca__cont.flex .smCont span {background-color: #66722f; border-radius: 3rem; padding: 0.5rem 1.5rem; line-height: 1; font-size: 1.6rem; font-weight: 600; color: #fff; }
.loca__cont.flex .smCont p {font-size: 1.9rem; font-weight: 400; color: #333333;}
.loca__cont.flex .smCont + .smCont {margin-top: 2rem;}
.loca__cont.flex b {font-size: 2rem; font-weight: 500; color: #333333; line-height: 1;}
.loca__cont.flex .right ul {display: flex; align-items: center; gap: 2rem;  margin-top: 2rem;}
.loca__cont.flex .right ul li {margin-top: 0 !important;}
.loca__cont.flex ul li {display: flex; gap: 1rem; align-items: center;}
.loca__cont.flex ul li p {font-size: 2rem; font-weight: 400; color: #333333; line-height: 1;}
.loca__cont.flex ul.cont2 li + li {margin-top: 2rem;}

.loca__cont3 ul {display: flex;  flex-wrap: wrap; gap:3rem;}
.loca__cont.loca__cont3.flex ul li p {font-weight: 600;}
.loca__cont.loca__cont3.flex ul li p b {font-weight: 600; color: #576743;}



/* 0201 */
.step .list_tit {border-bottom: 1px solid #ddd;}
.step .box {padding: 6rem ; background-color: #f3f3ef;}
.step .box .flex {display: flex; }
.step .box .flex b {font-size: 2rem; font-weight: 600; color: #384529;}
.step .box .flex b span {font-size: 2rem; font-weight: 400; color: #666666; padding: 0 1rem; display: inline-block;}
.step .box .flex p {font-size: 2rem; font-weight: 400; color: #666666;}
.step .box .flex p span {color: #41690f;}
.step .box .flex + .flex {margin-top: 4rem;}
.step .img {text-align: center; padding: 6rem 0;}



/*  0202 */

select{padding-right:5rem; background:url("http://askin.iceserver.co.kr/images/bg_select.svg") no-repeat calc(100% - 1rem) center #fff; background-size:1.5rem; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand{display:none;}


.customized .sub_tit {color: #648d13;}
.customized .sub_tit span {font-size: 3.8rem; font-weight: 500; color: #384529;}
.selectBox {padding: 7rem 6rem; background-color: #f5f5f5; }
.select_list {display: flex; gap: 2rem; padding-bottom: 5rem;  border-bottom: 1px solid #ddd;}
.select_list li {flex: 1;}
.select_list li select {width: 100%; height: 5rem; padding: 0 2rem; font-size: 1.8rem; border-color: #5c7c37; border-radius: 0.5rem; }
.select_num {padding-top: 4rem; text-align: center;}
.select_num p {font-size: 2.4rem; font-weight: 400; color: #333333; padding-bottom: 2rem; }
.select_num em {font-style: initial; font-size: 1.8rem; font-weight: 400; color: #666666;display: inline-block; margin-right: 2rem;}
.select_num p + p{display: flex; align-items: center; justify-content: center; margin: 0; padding: 0;}
.select_num p span {display: inline-block; padding: 0 1rem;}
.select_num p input {max-width: 14rem; height: 4rem; padding: 0 2rem; font-size: 1.8rem; background-color: #fff; border: 1px solid var(--bor_c);}
.select_plan .btn {text-align: center; margin: 5rem auto 0;}
.select_plan .btn a { box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2); transition: .3s ease; background-color: #41690f; border-radius: 0.5rem;  display: inline-flex; align-items: center; justify-content: center; font-size: 2.2rem; font-weight: 700; color: #fff; width: 25rem; height: 6.5rem;} 
.select_plan .btn a:hover {background-color: #648d13; color: #fff; }

.custom_plan {text-align: center;}
.customBox {padding: 7rem 6rem; background-color: #f5f5f5; }
.customBox .bgTxt {border-radius: 5rem ; background: linear-gradient(90deg, rgba(34,107,98,1) 0%, rgba(57,154,84,1) 50%); padding: 2rem ;}
.customBox .bgTxt p {font-size: 2.3rem; font-weight: 400; color: #fff;}
.customBox > .img {padding: 5rem 0;}
.customBox > .img p {font-size: 3.4rem; font-weight: 600; color: #1b1b1b; padding-top: 1rem;}
.customBox ul {display: flex ; gap: 3rem;}
.customBox ul li {flex: 1; padding: 3rem; border-radius: 2rem;}
.customBox ul li:first-of-type {background-color: #e4e4e4;}
.customBox ul li:nth-of-type(2) {background-color: #dae3f3;}
.customBox ul li:nth-of-type(3) {background-color: #fbe5d6;}
.customBox ul li:last-of-type {background-color: #cce2e2;}
.customBox ul li b {font-size: 2.2rem; font-weight: 600; color: #333333;}
.customBox ul li p {font-size: 2rem; font-weight: 400; color: #333333;}
.customBox ul li span {font-size: 2rem; font-weight: 400; color: #666;}
.customBox ul li .top {padding-bottom: 3rem; border-bottom: 1px solid #cccccc; margin-bottom: 3rem;}




/* 0203  high 공통, check_list 공통 */

.high__txt {font-size: 2rem; font-weight: 400; color: #666666; margin-top: 4rem;} 
.sm__tit { display: flex; align-items: flex-start; font-size: 2.6rem; font-weight: 600; color: #333333; padding: 5rem 0 3rem}
.sm__tit span {color: #41690f; line-height: 1.2; font-size: 3rem ;display: inline-block;  padding-right: 1rem;} 
.high .list_tit {border-bottom: 1px solid #ddd;}
.high .box {padding: 6rem ; background-color: #f3f3ef;}
.high .box .flex {display: flex; }
.high .box .flex b {font-size: 2rem; font-weight: 600; color: #384529;}
.high .box .flex b span {font-size: 2rem; font-weight: 400; color: #666666; padding: 0 1rem; display: inline-block;}
.high .box .flex p {font-size: 2rem; font-weight: 400; color: #666666;}
.high .box .flex p span {color: #41690f;}
.high .box .flex + .flex {margin-top: 4rem;}
.high .img {text-align: center;}

.check_list {display: flex; gap: 10rem; justify-content: center; text-align: center; padding: 7rem 0 3rem;}
.check_list li {flex: 1;}
.check_list li b {display: block; font-size: 2.5rem; font-weight: 600; color: #576743; padding: 3rem 0 2rem;}
.check_list li p {display: block; font-size: 2rem; font-weight: 400; color: #666666;}



/* 020302  */



.bsd_list {display: flex; gap: 10rem; }
.bsd_list li {flex: 1 ; text-align: center;}
.bsd_list li p {margin-top: 2rem; font-size: 2rem; font-weight: 500; color: #576743;}

.bsd .img {padding-top: 6rem;}


/* 020304 */

.albaon .check_list {padding: 8rem 0;}



/* 0204 manual_list 공통*/


.manual_list {display: flex; gap: 8rem; }
.manual_list li {flex: 1 ; border-radius: 99%; border: 8px solid #91a961; text-align: center; display: flex;flex-direction: column; align-items: center; justify-content: center; padding: 3rem; aspect-ratio: 1/1;}
.manual_list li p {margin-top: 2rem; font-size: 2rem; font-weight: 500; color: #576743;}

.special .check_list {padding: 0 0 8rem;}

.orthopaedic .sub_txt ul, 
.vm .sub_txt ul,
.rehabilitation .sub_txt ul,
.device .sub_txt ul {margin-bottom: 0;}

/* 02040*/

.rehabilitation .high__txt {margin-top: 0;}



/* 020405 */

.device .room__list .txt b {display: block ; font-size: 2.4rem; font-weight: 600; color: #b6b7b6;}


/* 020501 */


.immunotherapy .room__list .txt b {display: block; font-size: 2.6rem; font-weight: 600; color: #333333;}
.immunotherapy .room__list .txt b span {color: #41690f; font-size: 3rem ;display: inline-block;  padding-right: 1rem;} 
.immunotherapy .room__list .txt b em {font-style: initial; font-weight: 400; }
.immunotherapy .room__list .txt p {display: block; font-size: 2rem; font-weight: 400; color: #666666;}
.immunotherapy .room__list .txt strong {display: block; font-size: 2.2rem; font-weight: 600; color: #41690f;}
.immunotherapy .room__list .txt ul {display: block; text-align: left;}
.immunotherapy .room__list .txt ul li {display: flex; align-items: center; gap: 1rem;}
.immunotherapy .room__list .txt ul li p {padding: 0; color: #7a8869; font-size: 1.9rem;}
.immunotherapy .subTop_bg {padding-bottom: 10rem;}


.km_list {padding-top: 8rem}
.km_list li {padding: 5rem 0;}
.km_list li + li {border-top: 1px solid #ddd;}
.km_list li b {display: flex; align-items: center; margin-bottom: 2rem; font-size: 2.6rem; font-weight: 600; color: #333333;}
.km_list li b span {color: #41690f; font-size: 3rem ;display: inline-block;  padding-right: 1rem;} 
.km_list li b em {display: inline-block;  margin-left: 1rem; font-style: initial; font-size: 1.5rem; font-weight: 400; background-color: #a3ab93; color: #fff; line-height: 1; padding: 0.5rem 1.5rem; border-radius: 3rem; }
.km_list li .flexTxt {display: flex; align-items: center; gap: 0.5rem; font-size: 2rem; font-weight: 400; color: #666666;}



/* 020502 */


.sub__table {margin-top: 3rem;}
.sub__table table{ border-collapse:collapse;}
.sub__table table th,
.sub__table table td{padding:3rem; font-size:1.9rem; color:#666666; text-align:center; border:1px solid #b5b5b5; background-color: #fff;}
.sub__table table th{font-weight:700; color:#1b1b1b; background:transparent; border: none;}
.sub__table table th:first-of-type,
.sub__table table td:first-of-type {border-left: none;}
.sub__table table th:last-of-type,
.sub__table table td:last-of-type {border-right: none;}
.sub__table table tr.none td { border-bottom: 1px solid #1b1b1b;}
.sub__table table tr td.none  { border-bottom: 1px solid #1b1b1b;}
.sub__table.fixed table { table-layout: fixed;}

.sub__table.color table td.td1 {background-color: #f0f2ec; padding: 2rem 3rem; font-weight: 500;}
.sub__table.left table td.td1 {text-align: center;}
.sub__table.left table td {text-align: left;}
.table__txt {font-size: 1.6rem; font-weight: 400; color: #666666; margin-top: 1rem;}

.capsule .sub__table table {border-top: none;}
.capsule .sub__table th {background-color: transparent; border: none; border-bottom: 2px solid #1b1b1b; font-size: 2.5rem; font-weight: 600;} 
.capsule .sub__table td {background-color: transparent; border-left: none; border-right: none; font-size:1.9rem; color:#666666;} 
.capsule .sub__table td b{ font-size: 2.5rem; font-weight: 700; color: #536e33;}
.capsule .sub__table td span{ font-size: 2.5rem; font-weight: 700; color: #536e33;  font-family: adobe-myungjo-std, sans-serif;}
.capsule .sub__table td p{ font-size: 1.6rem; font-weight: 400; color: #849273;}


/* 020601 */


.care .sub_tit span {font-size: 4rem; font-weight: 500; color: #4c5c39;}
.care_Sec1 {display: flex; }
.care_Sec1 li {padding: 8rem 3rem; text-align: center; flex: 1; border: 1px solid #ccc;}
.care_Sec1 li b {max-width: 13rem; display: flex; align-items: center; justify-content: center; margin: 0 auto; font-size: 2rem; font-weight: 700; color: #fff; background-color: #576743; line-height: 1; padding: 1rem 2rem; border-radius: 3rem;}
.care_Sec1 li strong {display: block; margin: 2rem 0; font-size: 3.8rem; font-weight: 700; color: #576743;}
.care_Sec1 li p {font-size: 2rem; font-weight: 400; color: #767d6e;}


.care_Sec2 {display: flex; gap: 5rem 3rem; flex-wrap: wrap ; margin-top: 5rem;}  
.care_Sec2 li {width: calc((100% - 3rem)/2); display: flex; align-items: center; gap: 3rem;}
.care_Sec2 li b { font-size: 2.6rem; font-weight: 600; color: #576743;}
.care_Sec2 li p {font-size: 2rem; font-weight: 400; color: #666666; margin-top: 0.5rem;}



/* 020602 */

.reco_sec1 {display: flex; gap: 4rem 3rem; flex-wrap: wrap; }
.reco_sec1 li {width: calc((100% - 6rem)/3); text-align: center;}
.reco_sec1 li .txt b {display: block ;  padding: 3rem 0 1rem; font-size: 2.5rem; font-weight: 700; color: #384529;}
.reco_sec1 li .txt b span {font-weight: 400;}
.reco_sec1 li .txt p {font-size: 1.8rem; font-weight: 400; color: #666666;}


.reco_sec2 {display: flex; flex-wrap: wrap; border-top: 1px solid #1b1b1b; border-bottom: 1px solid #1b1b1b;}
.reco_sec2 li {width: 50%; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.reco_sec2 li:nth-of-type(2n) {border-right: none;}
.reco_sec2 li {display: flex ; align-items: center; gap: 4rem; padding: 6rem; }
.reco_sec2 li .img {aspect-ratio: 30/36; max-width: 30rem; width: 100%;}
.reco_sec2 li .img img {height: 100%; width: 100%; object-fit: cover;}
.reco_sec2 li .txt {flex: 1;}
.reco_sec2 li .txt strong {display: block; margin-bottom: 2rem; line-height: 1; font-size: 3.2rem; font-weight: 700; color: #1b1b1b;}
.reco_sec2 li .txt strong span {display: inline-block; font-size: 1.8rem; padding-left: 1rem; color: #999999; font-weight: 400; }
.reco_sec2 li .txt p { display: block; font-size: 1.8rem; font-weight: 400; color: #666666; }

/* 020603 */

.thera01 {display: flex; justify-content: center; gap: 6rem;}
.thera01 li {flex: 1; max-width: 23rem; aspect-ratio: 1/1; flex-direction: column; display: flex; align-items: center; justify-content: center ;  background-color: #648d13; border-radius: 99%; }
.thera01 li p {font-size: 2.4rem; font-weight: 600; color: #ffffff; margin-top: 2rem;}

.theraBox {padding: 6rem ; border: 1px solid #67873e; text-align: center; margin: 6rem 0 0;}
.theraBox > strong {display: block; padding-bottom: 2rem; border-bottom: 1px solid #67873e; margin-bottom: 3rem; font-size: 2.8rem; font-weight: 600; color: #576743;}
.theraBox p {font-size: 2rem; font-weight: 400; color: #666666;}
.theraBox .strong span {font-size: 2.2rem; font-weight: 400 ; color: #666666;}



.thera02 strong {margin: 6rem auto 5rem; width: 46rem; height: 6rem; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; font-weight: 600; color: #fff; border-radius: 0.5rem; background-color: #648d13;}

.thera03 {display: flex; border: 1px solid #ddd; margin-top: 5rem; }
.thera03 li {flex: 1; }
.thera03 li + li {border-left: 1px solid #ddd;}
.thera03 li b {display: block; text-align: center; font-size: 2.1rem; font-weight: 600; color: #fff; background-color: #5f713b; padding: 1.5rem;}
.thera03 li .txt {padding: 2rem ; } 
.thera03 li .flex {display: flex; flex-wrap: wrap; gap: 1rem;}
.thera03 li .flex p {width: calc((100% - 1rem)/2);}

.therapeutic .flexTxt {display: flex;  gap: 0.5rem; font-size: 2rem; font-weight: 400; color: #666666;}

.thera04 ul {display: flex; gap: 5rem 9rem ;  flex-wrap: wrap; text-align: center;}
.thera04 ul li {width: calc((100% - 18rem)/3); }
.thera04 ul li b {font-size: 2.4rem; font-weight: 600; color: #384529; margin-top: 2rem; display: block;}
.thera04 p {font-size: 1.9rem; font-weight: 400; color: #384529; text-align: center; padding-top: 5rem;}

.thera04 .img {position: relative;}
.thera04 .img::before {content: "" ; position: absolute; background: url('/images/sub/thera04__Arr.png') no-repeat center; width: 1.6rem; height: 2.9rem; right: -5.5rem; top: 50%; transform: translateY(-50%);}
.thera04 li:nth-of-type(3n) .img::before {display: none;}

.flex2 {display: flex; gap: 6rem;}
.flex2 .theraBox {flex: 1;}

.imgBox .theraBox {text-align: left;}
.imgBox .theraBox .imgWrap {display: flex; gap: 3rem; }
.imgBox .theraBox .imgWrap .img {flex: 1;}
.imgBox .theraBox .imgWrap p {font-size: 2rem; font-weight: 600; color: #666666; margin-top: 0.5rem;}
.imgBox .sm__tit {padding-bottom: 1rem;}

.imgBox .btm {display: flex; gap: 6rem; align-items: center;}
.imgBox .btm > div {flex: 1;}

/* .thera06 .theraBox {margin: 0;} */

.thera09 .theraBox > strong {text-align: center;}


/* 020604  */

.weeklyplan .sub_txt ul {margin-bottom: 0;}

.weekly_food {border-bottom: 1px solid #333 ; padding-bottom: 7rem;}
.weekly_food .paging_all {display: flex; align-items: center; gap: 2rem; justify-content: center; margin:0 0 5rem}
.weekly_food .paging_all a {border: none; background-color:transparent;}
.weekly_food .paging_all .btns:before, 
.weekly_food .paging_all .btns:after {width: 2rem; height: 2rem; border-width: 3px 0 0 3px;}
.weekly_food .paging_all h5 {font-size: 4.2rem; color: #1b1b1b;}


.weekl_day {display: flex; justify-content: center; gap: 8rem; padding: 2rem; border-top: 2px solid #333; border-bottom: 1px solid #ddd;}
.weekl_day li a{display: inline-flex; align-items: center; gap: 0.5rem; font-size: 2.2rem; font-weight: 700; color: #333333; }
.weekl_day li a.active {color:#41690f;}
.weekl_day li span {font-size: 2rem; font-weight: 500; color: #333333;}


.weeklyplan .sub__table table th {font-size: 2.6rem; font-weight: 700 ; color: #718857;}
.weeklyplan .sub__table table td {border: 1.5rem solid #fafaf7;}
.weeklyplan .sub__table table td {background-color: #f4f4f3;}
.weeklyplan .sub__table table th:first-of-type,
.weeklyplan .sub__table table td:first-of-type {border-left: none;}
.weeklyplan .sub__table table th:last-of-type,
.weeklyplan .sub__table table td:last-of-type {border-right: none;}
.weeklyplan .sub__table table tr:last-of-type td { border-bottom: none;}
.weeklyplan .sub__table table tr:nth-of-type(2) td  { border-top: none;}
.weeklyplan .sub__table table tr:first-of-type th  { border-top: none;}
.weeklyplan .paging_all .btns.next:before {    margin: -0.9rem 0 0 -1.2rem;}
.weeklyplan .paging_all .btns.prev:before {margin: -0.9rem 0 0 -0.4rem; }
.weeklyplan .paging_all .btns:hover {background-color: transparent;}
.weeklyplan .paging_all .btns:hover:before, 
.weeklyplan .paging_all .btns:hover:after {border-color: #41690f;}

.food_slide { position: relative; padding: 7rem; border-top: 1px solid #333; border-bottom: 1px solid #333;}
.food_slide .img {aspect-ratio: 400/260; display: flex; align-items: center; justify-content: center;}
.food_slide img {aspect-ratio: 400/260;  object-fit: cover; width: 100%; height: 100%;}
.food_slide .swiper-button-prev {left: 0; margin-top: -5rem; color: #999;}
.food_slide .swiper-button-next {right: 0; margin-top: -5rem;  color: #999;}
.food_slide p {text-align: center; font-size: 2rem; font-weight: 600 ; color: #140908; padding-top: 3rem ;}

.weeklyplan .inConts1440 .sub_txt {padding: 10rem 0 5rem;}

/* 0301 */
.specialized .sub_txt h4 {padding: 2rem 0 1rem;}
.specialized .sub_txt p {font-size: 2.4rem; font-weight: 500; color: #7c876e; line-height: 1.4;}
.specialized .sub_txt p.sub_sm {font-size: 2.2rem; font-weight: 500; color: #666666;}

.knee_00 .box { text-align: center;}
.knee_00 .box  .img {display: flex; align-items: center; gap: 1rem; justify-content: center;}
.knee_00 .box  .img strong {font-size: 2.8rem; font-weight: 600; color: #1b1b1b;}
.knee_00 .box p {font-size: 2.2rem; font-weight: 400; color: #333; padding: 1rem 0 2rem;}
.knee_00 .box p span {font-size: 2rem; font-weight: 400; color: #666666;}
.knee_00 .box b {font-size: 2.2rem; font-weight: 500; color: #333;}

.specialized .knee_txt {text-align: center; padding: 8rem 0 6rem;}
.specialized .knee_txt h4 {font-size: 4rem; padding: 2.5rem 0 1rem; font-weight: 600; color: #4c5c39;}
.specialized .knee_txt p {font-size: 2.8rem; font-weight: 500; color: #7c876e; line-height: 1.4;}
.specialized .knee_txt p.sub_sm {font-size: 2.2rem; font-weight: 500; color: #666666;}
.specialized .knee_txt .flex {display: flex; justify-content: center; }
.specialized .knee_txt .flex p + p {padding-left: 3rem; margin-left: 3rem; border-left: 1px solid #ddd;}

.specialized .flex_list {display: flex; gap: 3rem; padding: 0 0 6rem; }
.specialized .flex_list li{flex: 1; text-align: center;}
.specialized .flex_list li p {font-size: 2rem; font-weight: 400; color: #333333; padding-top: 1rem;}
.specialized .flex_list li p span {display: block;}

.knee_01 {padding: 8rem ; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.knee_01 .flex {display: flex; justify-content: center ; gap: 8rem; align-items: center;}
.knee_01 .flex .txt strong {display: block; font-size: 3.6rem; font-weight: 700; color: #333333; line-height: 1.4; }
.knee_01 .flex .txt strong span{display: block; font-size: 3.6rem; font-weight: 400; color: #999999; }
.knee_01 .flex2 {display: flex; gap: 3rem; }
.knee_01 .flex2  b{display: block; font-size: 2.2rem; font-weight: 600; color: #333333; padding: 3rem 0 2rem;}
.knee_01 .flex2  li{ font-size: 1.8rem; font-weight: 400; color: #666666;}


.knee_02 {display: flex; align-items: center; background-color: #f2f3f0;}
.knee_02 >div {flex: 1 50%;   }
.knee_02 .txt {padding: 6rem ;} 
.knee_02 .txt ul li{display: flex; align-items: center; gap: 1rem;}
.knee_02 .txt ul li p {font-size: 2.4rem; font-weight: 500; color: #333; flex: 1; }
.knee_02 .txt ul li + li {margin-top: 3rem;}

.knee_04 .box {text-align: center;}
.knee_04 .box p {color: #576743; font-size: 2.2rem;}


.knee_05 {text-align: center; padding-top: 8rem;}
.knee_05 .table strong {display: block; font-size: 3.6rem; font-weight: 600; color: #576743;}
.knee_05 .table > p {font-size: 2rem; font-weight: 500; color: #576743; padding: 1rem 0 3rem;}
.knee_05 .table .box {background-color: #648d13 ; padding: 3rem; max-width: 56rem; margin: 0 auto 3rem;}
.knee_05 .table .box b {display: block; font-size: 2.2rem; font-weight: 600; color: #f4f4f3; padding: 0 0 1rem;}
.knee_05 .table .box p {font-size: 1.8rem; font-weight: 400; color: #fff;}

.knee_06 {text-align: center;}
.knee_06 ul {display: flex; flex-wrap: wrap; border-top: 1px solid #ddd; }
.knee_06 ul li {padding: 6rem ; flex: 1 50%; border-bottom: 1px solid #ddd;}
.knee_06 ul li b {font-size: 1.6rem; font-weight: 600; color: #fff; background-color: #41690f; padding: 1rem 1.5rem; border-radius: 3rem ; line-height: 1;} 
.knee_06 ul li strong {display: block; padding: 3rem 0 0.5rem; font-size: 2.5rem; font-weight: 600; color: #576743;}
.knee_06 ul li p {font-size: 2rem; font-weight: 400; color: #7c876e;}
.knee_06 ul li + li {border-left: 1px solid #ddd;}
.knee_06 ul li:nth-of-type(3) {border-left: none;}

.step_list {display: flex; gap: 6rem; justify-content: center;}
.step_list li {position: relative; flex: 1; border-radius: 99%; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 0.8rem solid #8fa65f; padding: 2rem;  text-align: center;}
.step_list li b {display: block; font-size: 1.6rem; font-weight: 600; color: #a4b68e;}
.step_list li strong {display: block; padding: 1.5rem 0; font-size: 2rem; font-weight: 600; color: #7eaa25; line-height: 1.3;}
.step_list li + li::before {content: "" ; position: absolute; background: url('/images/sub/thera04__Arr.png') no-repeat center; width: 1.6rem; height: 2.9rem; left: -4.5rem; top: 50%; transform: translateY(-50%);}

.step_list.check {gap: 10rem;}
.step_list.check li + li::before {content: "" ; position: absolute; background: url('/images/sub/check__plus.png') no-repeat center; width: 3.4rem; height: 34rem; left: -7.5rem; top: 50%; transform: translateY(-50%);}
.step_list.check li strong {font-size: 2.6rem; color: #607d3f; padding: 2rem 0 1rem;}
.step_list.check li p {font-size: 2rem; color: #666;}
/* .step_list.check li p span {display: block;} */

.knee_07 .fs36 {font-size: 3.6rem; font-weight: 600; color: #333333; text-align: center; margin: 7rem auto 3rem; line-height: 1.3;}
.knee_07 .flex {display: flex; gap: 6rem; justify-content: center;}
.knee_07 .smimg {margin: 4rem auto; text-align: center; }

.knee_08 .txt {text-align: center; padding-top: 8rem;}
.knee_08 .txt strong {font-size: 3.4rem; font-weight: 700; color: #4c5c39; font-family:'nanummyeongjo', sans-serif;}
.knee_08 .txt strong span {font-weight: 500;}
.knee_08 .txt p {font-size: 2.4rem; font-weight: 400; color: #707a63; padding: 2rem 0 5rem;}
.knee_08 .txt a {border-radius: 1rem; font-size: 2.2rem; font-weight: 700; color: #fff; width: 30rem; height: 8rem; background-color: #41690f; display: flex; align-items: center; justify-content: center; margin: 0 auto;}


.anes_01 .flex {display: flex; gap: 6rem; justify-content: center; text-align: center;}
.anes_01 .flex li strong {display: block; font-size: 2.8rem;font-weight: 600; color: #333; padding: 3rem 0 1rem;}
.anes_01 .flex li p {display: block; font-size: 1.9rem ;font-weight: 400; color: #333;}


.specialized.prolo .flex_list li {text-align: left;}
.specialized.prolo .flex_list li b {display: block; padding: 2rem 0 1rem; font-size: 2.3rem; font-weight: 700; color: #333;}
.specialized.prolo .flex_list li p {padding-top: 0;}

.prolo__sm { margin: 4rem auto 0; display: flex; gap: 1rem; justify-content: center; align-items: flex-start;}
.prolo__sm p { font-size: 2.1rem; font-weight: 500; color: #666666;}

.hemapure.specialized .knee_txt h4 b {font-size: 3.4rem; display: block; color: #9ba58e; text-transform: uppercase; }
.hemapure.specialized .hemapure01 .knee_txt {padding-top: 0;}
.hemapure01 .room__list strong {font-size: 2.5rem;}
.hemapure01 .room__list strong span {color: #b1bea1;}
.hemapure01 .room__list .txt > div + div {margin-top: 2rem;}

.hemapure02 .step_list {max-width: 120rem; justify-content: center; margin:  0 auto ;}
.hemapure02 .step_list strong{font-size: 3.2rem;}



@media only screen and (max-width : 1600px){

}
@media only screen and (max-width : 1440px){

}
@media only screen and (max-width : 1320px){
}
@media only screen and (max-width : 1280px){



}
@media only screen and (max-width : 1024px){
    /* gallery common */
    .cate_list_box>ul>li{width:calc(100% / 3);}

    .best_it2 .best_it2_list{grid-template-columns: repeat(2, 1fr);place-items: center;max-width:49rem;margin:0 auto;}
    .best_it2 .best_it2_list li{gap:3.5rem 2rem}
    .best_it2 .best_it2_list li:nth-child(n+2) .thumb{max-width:none;max-height:none;height:auto;}
    .best_it2 .best_it2_list li:nth-child(1){grid-column: 1 / 3;}
    .best_it2 .best_it2_list li:nth-child(n+2){max-width:none;}
    .best_it2 .best_it2_list li:nth-child(n+2) .thumb.no_img{min-width:29.5rem}

    /* product_view */
    .prdctView_info{flex-direction:column;}
    .prdctView_sw{max-width:none;}
    
    .prdct_info{max-width:none;margin-top:7rem;}
    .prdct_info .prdct_opt{padding:2rem 0}

    /* buildView_info */
    .buildView_info .buildView_top{flex-direction:column;}
    .buildView_info .buildView_swMain{max-width:none;}
    .buildView_info .build_prd_link{gap:1rem;flex-direction:row;justify-content:center;}
    .buildView_info .build_prd_link>li+li{margin-top:0;}

}
@media only screen and (max-width : 840px){

    /* location */
    .loca_cont{flex-direction:column;}
    .loca_cont .loca_cate{max-width:none;}
    .loca_cont .loca_info dl{font-size:2.4rem;}
	.loca_cont .loca_info dl::before{background-size:contain;}
    .loca_cont .loca_info dl:nth-child(1){padding-top:2.8rem;}

    /* search */
    .search .sch_list{display:flex;flex-wrap:wrap;gap:1rem}
    .search .sch_list>li{width:calc(50% - 0.5rem);}
    .search .sch_list>li>a{flex-direction:column;}
    .search .sch_list .sch_thumb{width:100%;height:50vw;}

    /* product_list */
    .all_prdct .prdct_ul>li{width:calc(50% - 1rem);}

    /* gallery common */
    .cate_list_box>ul>li{width:50%;}
    .all_prdct .prdct_tit{font-size:2.4rem;}
    .all_prdct .prdct_size{font-size:2.2rem;}

    .best_it .best_tit{font-size:2.4rem;}
    .best_it .best_size{font-size:2.2rem;}

    .best_it2 .best_it2_list{max-width:none;gap:3.5rem 2rem;}
    .best_it2 .best_it2_list li:nth-child(1){width:100%;}
    .best_it2 .best_it2_list li:nth-child(1) .thumb{max-width:none;max-height:none;}
    .best_it2 .best_it2_list .lt_itName{font-size:2.4rem;}
    .best_it2 .best_it2_list .lt_itSize{font-size:2.2rem;}

    /* product_view */
    .prdctView_swPgin{padding:0 13%}
    .prdctView_swPgin .swPginBtn{width:5rem;height:100%;}
    .prdctView_swPgin .swPginBtn::after{font-size:3rem;}

    /* build_list */
    .build_list .gall_ul li{width:calc(50% - 1rem);}
    .build_list .gall_tit{font-size:2.4rem;}
    .build_list .gall_txt{font-size:2.4rem;}

    /* buildView_info */
    .buildView_swPgin{padding:0 6rem}
    .buildView_swPgin .swPginBtn{width:5rem;}

}

@media only screen and (max-width : 640px){
    .contImg_pc{display:none;}
    .contImg_mo{display:block;}

    /* greeting*/
    .greeting .cont_img{margin-top:6rem;}

    /* location */
	.loca_map{height:40rem}
	.loca_cont .loca_info dl:not(.loca_addr){flex:none}
	.loca_cont .loca_info dl:nth-child(2) dt{padding-left:0;}
	.loca_cont .loca_info dl{width:100%;border-bottom:1px solid #e6e6e6;flex-wrap: wrap;}
    .loca_cont .loca_info dd{flex-wrap:wrap;width:100%;padding-left:4rem;}
    .loca_cont .loca_info dd p{width:100%;}

    /* search */
    .search .sch_list{gap:0}
    .search .sch_list>li{width:100%;}
    .search .sch_list .sch_thumb{height:100vw;}
}

@media only screen and (max-width : 480px){
    /* gallery common */
    .cate_list_box>ul>li{width:100%;}
    
}
@media only screen and (max-width : 400px){

}