@charset "utf-8";

.event_float {
  position: fixed;
  bottom: 20%;
  right: 0;
}
.x_btn {
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  cursor:pointer;
}
.float_banner {
  cursor: pointer;
}
.recommend_detail .section.history {
  align-items: flex-start;
  width: 100%;
}

.section.service_language .language_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section.service_language .language_list li:not(:last-child) {
  margin-right: 12px;
  margin: 0.5% 12px 0.5% 0%;
}

.hospital_introduction span {
  padding: 0 2%;
  display: inline-flex;
  flex-wrap: wrap;
}

.medical_subject p {
  width: 100%;
  font-size: 18px;
}

.medical_subject span {
  padding: 1% 2%;
  border: 1px solid #3845a7;
  border-radius: 5px;
  background-color: #eee;
  opacity: 0.8;
  font-size: 18px;
  display: inline-block;
  margin: 1% 2%;
}

.hospital_introduction span::before {
  content: "";
  width: 30px;
  height: 22px;
  margin-right: 2%;
  background-image: url(/static/front/thingsToDo/medical/images/renuwal/hospital.png);
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.medical_subject p {
  width: 100%;
  font-size: 18px;
}
.hospital_introduction span {
  padding: 0;
  display: inline-block;
  flex-wrap: wrap;
  width: 45%;
  vertical-align: top;
}

.section.hospital_introduction p {
  word-break: break-all;
}

.floatmenu{display: block !important; width: 150px; box-sizing: border-box; padding: 18px 15px; border-radius: 18px; z-index: 10000; position: fixed; top: 300px; left: 100px; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4); background: #fff;}
.floatmenu .tit_wrap{text-align: center; margin-bottom: 10px;}
.floatmenu .tit_wrap .float_tit{display: block; font-size: 14px; line-height: 18px; margin-top: 10px;}
.floatmenu .float_wrap ul{padding: 16px 0; border-top: 1px solid #D9D9D9; display: none;}
.floatmenu .float_wrap ul li{margin-bottom: 10px;}
.floatmenu .float_wrap ul li:last-child{margin-bottom: 0;}
.floatmenu .float_wrap ul li a{display: flex; align-items: center; font-size: 12px; line-height: 16px;}
.floatmenu .float_wrap ul li a.on{color: #2D99A8; font-weight: 800;}
.floatmenu .float_wrap ul li a::before{content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-size: 100% auto; background-repeat: no-repeat;}
.floatmenu .float_wrap ul li a.on::before{background-position: 0 -20px;}
.floatmenu .float_wrap ul li:nth-child(1) a::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_float_01.png);}
.floatmenu .float_wrap ul li:nth-child(2) a::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_float_02.png);}
.floatmenu .float_wrap ul li:nth-child(3) a::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_float_03.png);}
.floatmenu .float_wrap ul li:nth-child(4) a::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_float_04.png);}
.floatmenu .float_wrap ul li:nth-child(5) a::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_float_05.png);}
.floatmenu .float_more{text-indent: -9999px; display: block; width: 100%; height: 22px; border-radius: 4px; background: #F5F5F5 url(/static/front/thingsToDo/medical/images/sub/btn_floatmore.png) 50% 50% / 12px 6px no-repeat;}
.floatmenu .float_more.open{transform: rotate(180deg);}

.quickmenu{display: none;}

.hospital_description .hospital_status { margin-left: 3px; display: inline-block; flex-shrink: 0; background: #333333; color: #fff; padding: 2px 20px; border-radius: 6px; font-weight: 700;}
/* sub-list */
.subHeader__section.--bgType1{background: #71D8E7;}
.subHeader__area.--imgType17::before{width: 243px; height: 195px; bottom: 15px; right: 50px; opacity: 1; background: url(/static/front/thingsToDo/medical/images/sub/obg_medical.png) 0 0 / 100% 100% no-repeat;}

.sorting__item input[type="radio"]:checked + label{background: #71D8E7;}
.sorting__item input[type="radio"]:checked + label .txt{color: #000;}
.list__type1__info__section .count-txt > span.point{color: #2D99A8;}

.list__tab__section{margin: 10px 0 40px;}
.list__tab__section .--mo{display: none;}
.list__tab__section .--pc{display: block;}
.list__tab__section .list01__tab__wrap{display: flex; flex-wrap: wrap; border-top: 1px solid #bbb; border-left: 1px solid #bbb;}
.list01__tab__wrap li{position: relative; height: 60px; width: calc(100% / 4); border-right: 1px solid #bbb; border-bottom: 1px solid #bbb;}
.list01__tab__wrap li a{display: flex; align-items: center;  height: 100%; width: 100%; padding-left: 20px; color: #888;}
.list01__tab__wrap li.on a{position: relative; color: #2D99A8; font-weight: 800;}
.list01__tab__wrap li.on a::after{content: ''; position: absolute; top: -1px; left: -1px; width: calc(100% + 2px); height: calc(100% + 2px); border: 2px solid #2D99A8;}
.list02__tab__wrap{display: flex; justify-content: center;}
.list02__tab__wrap li{width: auto; min-width: 130px; height: 50px; margin-right: 20px;}
.list02__tab__wrap li:last-child{margin-right: 0;}
.list02__tab__wrap li a{display: flex; align-items: center; justify-content: center; height: 100%; color: #888; border: 1px solid #888; font-size: 20px; padding: 0 35px; border-radius: 30px;}
.list02__tab__wrap li.on a{color: #fff; font-weight: 800; background-color: #000; border: 1px solid #000;}
.list02__tab__wrap li .visa::after{content: ''; display: inline-block; margin-left: 8px; width: 12px; height: 100%; background: url(/static/front/thingsToDo/medical/images/sub/icon_link.png) 0 55% / 100% 12px no-repeat;}

.list__tag__section{margin-bottom: 40px;}
.list__tag__section .list02__tag__wrap{display: flex; justify-content: center;}
.list02__tag__wrap li{width: auto; height: auto; margin-right: 20px;}
.list02__tag__wrap li:last-child{margin-right: 0;}
.list02__tag__wrap li a{display: flex; align-items: center; font-weight: 600; color: #666; height: 100%; padding: 5px 10px; border-radius: 4px; background-color: #E8E8E8; border: 1px solid #E8E8E8;}
.list02__tag__wrap li.on a{border: 1px solid #000; color: #000;}

.list__type1__search__group .col3_seclect{width: 325px; margin-right: 10px;}
.list__type1__search__group .col3_search{flex: 1;}
.hospital_notice{color: #2D99A8; padding-left: 22px; position: relative; padding: 0 40px 0 62px; margin-bottom: 40px;}
.hospital_notice::before{content: ''; position: absolute; left: 40px; top: 3px; display: inline-block; width: 16px; height: 16px; margin-right: 6px; background: url(/static/front/thingsToDo/medical/images/sub/icon_notice.png) 0 0 / 100% 100% no-repeat;}

.bbsList__list__type4__headbox{display: flex; justify-content: space-between; height: 60px; background-color: #D4D4D4; border-radius: 18px 18px 0 0; border: 1px solid #bbb; }
.bbsList__list__type4__headbox li{font-size: 18px; color: #000; font-weight: 600; text-align: center; line-height: 60px; border-right: 1px solid #bbb;}
.bbsList__list__type4__headbox li:first-child{flex: 1;}
.bbsList__list__type4__headbox li:last-child{flex: 1; border-right: none;}
.bbsList__list__type4__headbox li:nth-child(2){width: 370px;}
.bbsList__list__type4__headbox li:nth-child(3){width: 430px;}
.bbsList__list__type4__headbox li:nth-child(4){width: 180px;}
.bbsList__list__type4__list{border: 1px solid #D9D9D9; border-top: none; border-radius: 0 0 18px 18px; overflow: hidden;}
.bbsList__list__type4__list > li{border-bottom: 1px solid #D9D9D9; height: 80px; background-color: #fff; }
.bbsList__list__type4__list > li:last-child{border-bottom: none;}
.bbsList__list__type4__item{display: flex; height: 100%;}
.bbsList__list__type4__item > li{border-right: 1px solid #D9D9D9; display: flex; align-items: center;}
.bbsList__list__type4__item > li:first-child{flex: 1; font-weight: 800; justify-content: center; text-align: center;}
.bbsList__list__type4__item > li:last-child{border-right: none; justify-content: center; flex: 1;}
.bbsList__list__type4__item > li:nth-child(2){width: 370px; padding: 0 20px; flex-direction: column; justify-content: center; align-items:start;}
.bbsList__list__type4__item > li:nth-child(3){width: 430px; padding: 0 20px;}
.bbsList__list__type4__item > li:nth-child(4){width: 180px; padding: 0 20px; flex-direction: column; justify-content: center; align-items:start;}
.bbsList__list__type4__item span{font-size: 15px; color: #666;}
.bbsList__list__type4__item .name strong{display: block;}
.bbsList__list__type4__item .btn_view{background-color: #71D8E7; color: #1F7986; width: 76px; height: 28px; border-radius: 4px; font-size: 15px; font-weight: 800;}

.medical__map__section{height: 700px; border-radius: 18px; border: 1px solid #D9D9D9; overflow: hidden; position: relative;}
.medical__map__section > img{width: 100%; height: 100%; object-fit: cover;}
.medical__map__section .mapcont_wrap{position: absolute; width: 350px;}
.medical__map__section .mapcont_wrap.active{z-index: 10;}
.medical__map__section .btn_marker{position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: inline-block; text-indent: -9999px; width: 44px; height: 56px; background: url(/static/front/thingsToDo/medical/images/sub/map_marker.png) 0 0 / 100% auto no-repeat;}
.medical__map__section .mapcont_wrap.active .btn_marker{background-position: 0 -56px;}
.medical__map__section .maplayer_pop{display: none; position: absolute; top: 64px; left: 0; width: 100%; height: auto; background-color: #fff; border-radius: 18px; border: 2px solid #71D8E7; padding: 24px;}
.medical__map__section .mapcont_wrap.active .maplayer_pop{display: block;}
.medical__map__section .maplayer_pop span{color: #666;}
.medical__map__section .maplayer_pop strong{display: block; font-size: 20px; font-weight: 800;}
.medical__map__section .maplayer_pop ul{margin-top: 15px;}
.medical__map__section .maplayer_pop li{color: #888; font-size: 12px;}
.medical__map__section .maplayer_pop .btn_view{margin-top: 15px; background-color: #71D8E7; color: #1F7986; font-size: 14px; font-weight: 800; border-radius: 8px; width: 100%; height: 36px;}
.medical__map__section .maplayer_pop .btn_close{text-indent: -9999px; width: 12px; height: 12px; background: url(/static/front/thingsToDo/medical/images/sub/btn_layerclose.png) 0 0 / 100% 100% no-repeat; position: absolute; top: 15px; right: 15px;}

.medical__banner__section{display: flex; justify-content: space-between; margin-top: 40px;}
.medical__banner__section .--mo{display: none;}
.medical__banner__section a{width: calc((100% - 20px) / 2);}
.medical__banner__section a .img{border-radius: 18px; height: 160px; overflow: hidden;}
.medical__banner__section a .img img{width: 100%; height: 100%;}

.centerinfo__section{padding: 40px 0; border-top: 1px solid #D9D9D9;}
.centerinfo__section ul{display: flex; justify-content: center;}
.centerinfo__section ul li{margin: 0 25px;}
.centerinfo__section ul li .center{font-weight: 800;}
.centerinfo__section ul li span{font-weight: 800;}


/* sub-view */
.whatis__section .tab_wrap a.global {position: relative; display: flex; align-items: center; width: calc(100% / 2); height: 80px; padding-left: 30px; font-size: 20px; color: #888; border-right: 1px solid #D9D9D9; border-top: 1px solid #D9D9D9; border-bottom: 2px solid #2faecc;}
.whatis__section .tab_wrap a.global.on::before {content: ''; position: absolute; top: -1px; left: -1px; display: inline-block; width: calc(100% + 2px); height: calc(100% + 2px); border: 2px solid #2faecc; border-bottom: none;}
.whatis__section .tab_wrap a.reason {position: relative; display: flex; align-items: center; width: calc(100% / 2); height: 80px; padding-left: 30px; font-size: 20px; color: #888; border-right: 1px solid #D9D9D9; border-top: 1px solid #D9D9D9; border-bottom: 2px solid #2faecc;}
.whatis__section .tab_wrap a.reason.on::before {content: ''; position: absolute; top: -1px; left: -1px; display: inline-block; width: calc(100% + 2px); height: calc(100% + 2px); border: 2px solid #2faecc; border-bottom: none;}
.whatis__section .tab_wrap{display: flex; margin-bottom: 40px;}
.whatis__section .tab_wrap a{position: relative; display: flex; align-items: center; width: calc(100% / 3); height: 80px; padding-left: 30px; font-size: 20px; color: #888; border-right: 1px solid #D9D9D9; border-top: 1px solid #D9D9D9; border-bottom: 2px solid #000;}
.whatis__section .tab_wrap a:first-child{border-left: 1px solid #D9D9D9;}
.whatis__section .tab_wrap a.on{font-weight: 800; color: #000;}
.whatis__section .tab_wrap a.on::before{content: ''; position: absolute; top: -1px; left: -1px; display: inline-block; width: calc(100% + 2px); height: calc(100% + 2px); border: 2px solid #000; border-bottom: none;}
.whatis__section .tab_wrap a.on::after{content: ''; position: absolute; left: 1px; bottom: -2px; width: calc(100% - 2px); height: 2px; background-color: #fff;}
.whatis__section .tab_wrap a span{display: flex; align-items: center; min-width: calc(100% - 70px);}
.whatis__section .tab_wrap a span::before{content: ''; display: inline-block; margin-right: 20px; width: 38px; height: 38px; background-repeat: no-repeat; background-size: 100% auto;}
.whatis__section .tab_wrap .excellent span::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_whatis01.png);}
.whatis__section .tab_wrap .reliable span::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_whatis02.png);}
.whatis__section .tab_wrap .convenient span::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_whatis03.png);}
.whatis__section .tab_wrap a.on span::before{background-position: 0 -38px;}
.whatis__section .tabcont_wrap .tab_cont{display: none;}
.whatis__section .tabcont_wrap .tab_cont.active{display: block;}

.guide_container .guide_title{display: flex;}
.guide_container .guide_title .img{width: 235px; height: 175px; margin-right: 30px; border-radius: 18px; overflow: hidden;}
.guide_container .guide_title .img img{width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%;}
.guide_container .guide_title .txt_wrap{flex: 1;}
.guide_container .guide_title .txt_wrap strong{font-size: 24px; font-weight: 800; position: relative; z-index: 1; box-shadow: inset 0 -5px 0 rgba(113, 216, 231, 1);}
.guide_container .guide_title .txt_wrap ul{margin-top: 20px;}
.guide_container .guide_title .txt_wrap li{padding-left: 10px; position: relative; font-size: 18px; margin-bottom: 10px;}
.guide_container .guide_title .txt_wrap li:last-child{margin-bottom: 0;}
.guide_container .guide_title .txt_wrap li::before{content: ''; display: inline-block; width: 4px; height: 4px; border-radius: 50%; background-color: #000; position: absolute; left: 0; top: 10px;}
.guide_container .guide_cont_wrap{border-radius: 18px; border: 1px solid #D9D9D9; margin-top: 20px; padding: 40px;}
.guide_container .guide_cont_wrap li:last-child{margin-bottom: 0 !important;}
.guide_container .guide_cont_wrap > ul > li{display: flex; margin-bottom: 20px;}
.guide_container .guide_cont_wrap.--type1{background-color: #F5F5F5;}
.guide_container .guide_cont_wrap.--type1 > ul > li{margin-bottom: 40px;}
.guide_container .guide_cont_wrap.--type1 .item li::before{content: ''; display: inline-block; width: 4px; height: 1px; vertical-align: 5px; background-color: #666; margin-right: 5px;}
.guide_container .guide_cont_wrap li em{width: 175px; margin-right: 20px; font-style: normal; font-weight: 600;}
.guide_container .guide_cont_wrap li em::before{content: ''; display: inline-block; margin-right: 10px; vertical-align: -3px; width: 20px; height: 20px; background-repeat: no-repeat; background-size: 100% 100%;}
.guide_container .guide_cont_wrap .department em::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_major01.png);}
.guide_container .guide_cont_wrap .procedure em::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_major02.png);}
.guide_container .guide_cont_wrap .address em::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_guide01.png);}
.guide_container .guide_cont_wrap .website em::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_guide02.png);}
.guide_container .guide_cont_wrap .email em::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_guide03.png);}
.guide_container .guide_cont_wrap .tel em::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_guide04.png);}
.guide_container .guide_cont_wrap .interpretation em::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_guide05.png);}
.guide_container .guide_cont_wrap .pickup em::before{background-image: url(/static/front/thingsToDo/medical/images/sub/icon_guide06.png);}
.guide_container .guide_cont_wrap li span{flex: 1; color: #666;}
.guide_container .guide_cont_wrap li span a{text-decoration: underline !important;}
.guide_container .guide_cont_wrap .item li{margin-bottom: 10px;}

.template__type1__section h3{font-size: 24px; font-weight: 800; color: #333; margin-bottom: 20px;}
.js-releated-swiper .thumbnail{width: 100%; border-radius: 10px; display: block; height: 210px; overflow: hidden;}
.js-releated-swiper .thumbnail img{width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%;}

.js-releated-swiper .title{margin-top: 15px;}
.js-releated-swiper .title p{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 17px; overflow: hidden;}
.js-releated-swiper .swiper-pagination-bullets{bottom: 0;}
.js-releated-swiper .swiper-pagination-bullet{width: 14px; height: 14px; background-color: #333; margin: 0 7px;}

@media (max-width: 1200px) {
  /* 모바일 vk 영역 하단 메뉴바 비노출처리 */
  .moFix__section {display: none;}

  .floatmenu{display: none !important;}

  .thingsToDo__section{padding-bottom: 40px;}

  /* sub-list */
  .subHeader__area.--imgType17::before{width: 156px; height: 125px; right: 20px; bottom: 20px;}

  .list__tab__section{margin: 0 0 12px;}
  .list__tab__section .--pc{display: none !important;}
  .list__tab__section .--mo{display: block !important;}
  .list__tab__section .select__group{margin-top: 12px;}
  .list02__tab__wrap{flex-wrap: wrap; justify-content: space-between;}
  .list02__tab__wrap li{height: 40px; min-width: auto; margin: 0 0 8px 0; flex: 0 0 calc(50% - 4px);}
  .list02__tab__wrap li:last-child{margin: 0;}
  .list02__tab__wrap li.full{flex: 0 0 100%;}
  .list02__tab__wrap li a{font-size: 15px;}

  .list__tag__section{margin-bottom: 2px;}
  .list__tag__section .list02__tag__wrap{flex-wrap: wrap;}
  .list02__tag__wrap li{margin: 0 10px 10px 0;}

  .list__type1__search__group .col3_seclect{width: 100%; margin-right: 0;}
  .hospital_notice{padding: 0 0 0 22px; font-size: 13px; margin-bottom: 15px;}
  .hospital_notice::before{left: 0;}

  .bbsList__list__type4__headbox{display: none;}
  .bbsList__list__type4__list{border: none; border-radius: 0;}
  .bbsList__list__type4__list > li{border: 1px solid #D9D9D9 !important; border-radius: 12px; padding: 20px; height: auto; margin-bottom: 8px;}
  .bbsList__list__type4__list > li:last-child{margin-bottom: 0;}
  .bbsList__list__type4__item{flex-direction: column;}
  .bbsList__list__type4__item > li{border: none !important; width: 100% !important; padding: 0 !important; justify-content: start !important;}
  .bbsList__list__type4__item span{font-size: 12px;}
  .bbsList__list__type4__item .name span{font-size: 16px;}
  .bbsList__list__type4__item .name strong{font-size: 20px; line-height: 1.2; margin-bottom: 20px;}
  .bbsList__list__type4__item .btn_view{width: 100%; height: 30px; margin-top: 20px; border-radius: 6px;}

  .medical__banner__section{flex-direction: column;}
  .medical__banner__section a{width: 100%; margin-bottom: 8px;}
  .medical__banner__section a .img{border-radius: 12px; height: auto;}
  .medical__banner__section .--mo{display: block;}
  .medical__banner__section .--pc{display: none;}

  .centerinfo__section ul{flex-direction: column; align-items: center; border-top: none;}
  .centerinfo__section ul li{margin: 0 0 20px 0; font-size: 12px;}


  /* sub-view */
  .whatis__section .tab_wrap a.global.on::after { content: ''; background: none; position: absolute; top: -1px; left: -1px; bottom: auto; display: inline-block; width: calc(100% + 2px); height: calc(100% + 2px); border: 1px solid #2faecc;}
  .whatis__section .tab_wrap a.reason.on::after { content: ''; background: none; position: absolute; top: -1px; left: -1px; bottom: auto; display: inline-block; width: calc(100% + 2px); height: calc(100% + 2px); border: 1px solid #2faecc;}
  .whatis__section .tab_wrap{flex-wrap: wrap;}
  .whatis__section .tab_wrap a{border: 1px solid #D9D9D9; font-size: 15px; padding-left:10px; width: 50%; height: 68px;}
  .whatis__section .tab_wrap a:nth-child(2n){border-left: 1px solid transparent;}
  .whatis__section .tab_wrap a:nth-child(2n+1){border-top: 1px solid transparent;}
  .whatis__section .tab_wrap a:first-child{border-top: 1px solid #D9D9D9;}
  .whatis__section .tab_wrap a span::before{width: 20px; height: 20px; margin-right: 10px;}
  .whatis__section .tab_wrap a.on span::before{background-position: 0 -20px;}
  .whatis__section .tab_wrap a.on{padding-left: 10px; border: 1px solid #D9D9D9; position: relative;}
  .whatis__section .tab_wrap a.on::before{display: none;}
  .whatis__section .tab_wrap a.on::after{content: ''; background: none; position: absolute; top: -1px; left: -1px; bottom: auto; display: inline-block; width: calc(100% + 2px); height: calc(100% + 2px); border: 1px solid #000;}
  .whatis__section .tab_wrap a span{min-width: calc(100% - 40px);}
  .guide_container .guide_title{flex-direction: column;}
  .guide_container .guide_title .img{width: 100%; height: 196px; margin: 0 0 20px 0;}
  .guide_container .guide_title .txt_wrap strong{font-size: 20px; margin-bottom: 15px;}
  .guide_container .guide_title .txt_wrap ul{margin-top: 15px;}
  .guide_container .guide_title .txt_wrap li{font-size: 14px; line-height: 18px;}
  .guide_container .guide_title .txt_wrap li::before{top: 8px;}
  .guide_container .guide_cont_wrap{padding: 20px 15px; border-radius: 12px;}
  .guide_container .guide_cont_wrap > ul > li{flex-direction: column; margin-bottom: 30px;}
  .guide_container .guide_cont_wrap li span{margin-left: 30px; font-size: 14px; line-height: 18px;}
  .guide_container .guide_cont_wrap.--type1 > ul > li{margin-bottom: 30px;}
  .guide_container .guide_cont_wrap li em{margin: 0 0 10px;}
  .guide_container .guide_cont_wrap li em::before{vertical-align: -4px;}

  .medical__map__section{height: calc(100vh - 170px);}
  .medical__map__section .mapcont_wrap{width: calc(100% - 20px); }
  .medical__map__section .btn_marker{width: 32px; height: 40px; background: url(/static/front/thingsToDo/medical/images/sub/map_marker_mo.png) 0 0 / 100% auto no-repeat;}
  .medical__map__section .mapcont_wrap.active .btn_marker{background-position: 0 -40px;}
  .medical__map__section .maplayer_pop{border-radius: 12px; padding: 18px 16px; top: 50px;}
  .medical__map__section .maplayer_pop strong{font-size: 18px;}
  .medical__map__section .maplayer_pop span{font-size: 14px;}
  .medical__map__section .maplayer_pop .btn_view{height: 30px; border-radius: 6px;}

  .template__type1__section h3{font-size: 18px; margin-bottom: 12px;}
  .js-releated-swiper .swiper-slide.--pc{display: none;}
  .js-releated-swiper .thumbnail{height: 105px;}
  .js-releated-swiper .title p{font-size: 12px;}
  .js-releated-swiper .swiper-pagination-bullet{width: 10px; height: 10px; margin: 0 5px;}

  .quickmenu{display: block !important; position: fixed; left: 0; bottom: 0; width: 100%; background: #fff; z-index: 10000; border-radius: 18px 18px 0 0; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);}
  .quick_wrap{height: 100%; padding: 0 5.56vw;}
  .quickmenu ul{display: flex; height: 100%; align-items: center;}
  .quickmenu ul li a{font-size: 11px; line-height: 12px; height: 100%; letter-spacing: 0; color: #666; display: flex; flex-direction: column; justify-content: start;}
  .quickmenu ul li a::before{content: ''; display: block; width: 34px; height: 34px; background-repeat: no-repeat; background-size: 20px 20px; background-position: 50% 50%;}
  .quickmenu .more_cont{height: 58px; padding: 10px 0; border-bottom: 1px solid #D9D9D9; display: none;}
  .quickmenu .more_cont.active{display: flex;}
  .quickmenu .more_cont li{display: flex; margin-right: 30px;}
  .quickmenu .more_cont li a{flex-direction: row; align-items: center;}
  .quickmenu .more_cont li a::before{margin-right: 5px;}
  .quickmenu .more_cont li:nth-child(1) a::before{background-image: url(/static/front/thingsToDo/medical/images/main/icon_quick_04.png);}
  .quickmenu .more_cont li:nth-child(2) a::before{background-image: url(/static/front/thingsToDo/medical/images/main/icon_quick_05.png);}
  .quickmenu .basic_cont{height: 92px; padding: 10px 0 ; box-sizing: border-box;}
  .quickmenu .basic_cont li{flex: 1; text-align: center; line-height: 1;}
  .quickmenu .basic_cont li a{align-items: center;}
  .quickmenu .basic_cont li a::before{margin-bottom: 5px;}
  .quickmenu .basic_cont li:nth-child(1) a::before{background-image: url(/static/front/thingsToDo/medical/images/main/icon_quick_01.png);}
  .quickmenu .basic_cont li:nth-child(2) a::before{background-image: url(/static/front/thingsToDo/medical/images/main/icon_quick_02.png);}
  .quickmenu .basic_cont li:nth-child(3) a::before{background-image: url(/static/front/thingsToDo/medical/images/main/icon_quick_03.png);}
  .quickmenu .basic_cont li:nth-child(4) a::before{background-image: url(/static/front/thingsToDo/medical/images/main/icon_quick_on.png);}
  .quickmenu .basic_cont li:nth-child(4).on a::before{background-image: url(/static/front/thingsToDo/medical/images/main/icon_quick_off.png);}

}


/******************** 동욱 : 2024의료관광 개편서브 CSS 시작 ********************/
/******************** 동욱 : 2024의료관광 개편서브 CSS 시작 ********************/
/******************** 동욱 : 2024의료관광 개편서브 CSS 시작 ********************/



/*공통*/
.subHeader__section.--bgType1 { background: #ccddff;}
.subHeader__area.--imgType17::before { width: 210px; height: 190px; bottom: 0px; right: 20px; opacity: 1; background: url(/static/front/thingsToDo/medical/images/renuwal/medical_banner.png) 0 0 / 100% 100% no-repeat; }

/*list01.html*/

.list__type1__search__section.renewal{ padding: 45px 20px 30px; border: 1px solid #e0e0e0;}
.list02__tab__wrap.renewal li a { font-size: 24px; }
.tit_tab_menu { font-size: 24px; font-weight: 700; background: #fff; }
.tit_tab_menu ul { height: 80px;  display: flex;  }
.tit_tab_menu ul li { width: 50%;  text-align: center; line-height: 14px;  color: #888888; border: 1px solid #888888; }
.tit_tab_menu ul li:last-child { border-left: none;}
.tit_tab_menu ul li a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.tit_tab_menu ul li:first-child{ border-right: none;}
.tit_tab_menu ul li.on { color: #000000; border: 2px solid #6393f2;}

.list__tab__section.renewal { margin: 30px 0 35px; }
.list__type1__info__section .count-txt.renewal > span.point { color : #6393f2;}

.btn_set { display: flex; gap: 10px;}
.list_renewalBar { position: relative;}
.btn_set .filter_button {  font-weight: 500; font-size: 18px; border-radius: 6px; width: 180px; height: 48px;  border: 1px solid #6393f2; color : #6393f2; }
.btn_set .initialization_button { font-weight: 500;font-size: 18px;  border-radius: 6px; width: 180px; height: 48px;  background: #6393f2; color : #ffffff; }
.btn_set .search__btn { position: absolute; top: 0; right: 0;}

.thingsToDo__info__section.renewal { margin: 15px 0 0px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.filter_num { margin-left: 5px;}
.btn_flexWrap { width: 100%; display: flex; justify-content: space-between; }
.filter_container { width: 100%; }
.template__type1__section.renewal { margin: 23px 0 32px;}
input.js-agr-ck { display: none; }
input.js-agr-ck+label { display: flex;  align-items : center;  cursor: pointer; }
input.js-agr-ck+label:before { content: ""; display: inline-block; width: 16px; height: 16px; margin-right: 8px; border: 1px solid #d9d9d9; background: #fff; border-radius: 2px; vertical-align: -2.5px;  padding: 7px;}
input.js-agr-ck:checked+label:before { content: ""; background: #6393f2; background-image: url(/static/front/thingsToDo/medical/images/renuwal/input_check_icon.png); background-position: 50%; background-repeat: no-repeat; border: none; }

.medical_cont { display: flex; padding: 15px 0; }
.medical_cont h3 { font-size: 18px; font-weight: 700; width: 20%;}
.med_section { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.med_section > .row { display: flex; flex-wrap: wrap; gap: 20px; }
.filter_name { font-size: 16px; font-weight: 500; display: flex; align-items: center; width: auto; margin-top: 5px;}

.hospital_card { display: flex; justify-content: space-between; align-items: center; position: relative; }
.hospital_card:not(:last-child) { margin-bottom: 40px; }
.hospital_info { display: flex; gap: 20px;}
.hospital_image { position: relative; border-radius: 10px; overflow: hidden; width: 240px; height: 185px; flex-shrink: 0;}
.hospital_image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%;}
.hospital_image span { position: absolute; top:0; left: 0; text-align: center; display: flex; justify-content: center; align-items: center; width: auto; height: 30px; padding: 5px;  background: #333333; color :#fff; font-weight: 500; font-size: 16px; line-height: 24px;}
.hospital_flexWrap { display: flex; flex-direction: column;}

.hospital_description .hospital_name {  display: inline; font-size: 20px; line-height: 24px; font-weight: 700;  overflow: hidden; max-height: 48px; display: -webkit-box; word-break: keep-all; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.hospital_description .hospital_mapinfo {  width : 700px; gap: 7px;  margin: 7px 0 2px;}
.hospital_description .hospital_address { display: inline; font-weight: 500; font-size: 18px; line-height: 24px; color : #777777;  overflow: hidden; max-height: 48px; word-break: keep-all; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.hospital_profile { display: flex;}
.hospital_description .hospital_email { font-weight: 500; font-size: 18px; line-height: 24px; color:#777777; margin-right: 20px; }
.hospital_description .hospital_phone { font-weight: 500; font-size: 18px; line-height: 24px; color:#777777; }
.hospital_description { display: inline-block;}
.hospital_icons { display: flex; position: absolute;   overflow: visible; bottom: 0; left: 260px; margin-top: 10px;}
.hospital_icons > *:not(:last-child) { margin-right: 10px; }
.hospital_icons .plus_btn { display: block;  }
.hospital_type { position: absolute; bottom: 30px; display: flex; flex-wrap: wrap; width: 620px;}
.hospital_type li { font-size: 18px; line-height: 24px; font-weight: 500; color: #709cf2; }
.hospital_type li:not(:last-child) { margin-right: 5px; }

.hospital_action {  border-radius: 10px; background: #3845a7; }
.hospital_action .view_button{ font-size: 18px; line-height: 24px; font-weight: 700; color: #fff; padding: 20px 30px; }

.btn_set .initialization_button, .filter_container { display: none;}
.btn_set .initialization_button.active, .filter_container.active { display: block; }

.hospital_name + [class^="ag"] { text-indent: -9999px; display: inline-block; width: 38px; height: 30px; margin-left: 10px ; vertical-align: 5px;}
.hospital_name + .ag01 {   background: url(/static/front/thingsToDo/medical/images/renuwal/ag01_icon.png) no-repeat 100% 100%;  }
.hospital_name + .ag02 {   background: url(/static/front/thingsToDo/medical/images/renuwal/ag02_icon.png) no-repeat 100% 100%;  }
.hospital_name + .ag03 {   background: url(/static/front/thingsToDo/medical/images/renuwal/ag03_icon.png) no-repeat 100% 100%; margin-left: 0px;  }



/* 리스트 - 팝업창(1)*/
.popup__section.medical { pointer-events: none;}
.popup__container__group.medical { pointer-events : auto; max-width: 540px; border: 2px solid #6393f2; border-radius: 20px;}
.popup__container__group .medical__msgXwrap { display: flex; justify-content: flex-end;  padding-bottom: 8px;}
.medical__msgXwrap .medical_Xbtn { cursor: pointer; display: block; width: 24px; height: 24px; background: url(/static/front/thingsToDo/medical/images/renuwal/medical_Xbtn.png) no-repeat center / cover; }
.medical__mainWrap { padding: 30px; }
.medical__descriptionCont > span { display: block; font-weight: 700; font-size: 28px; line-height: 32px; padding: 5px 0 15px;}
.medical__iconWrap { display: flex; flex-wrap: wrap; gap: 17px; padding-bottom: 20px;}

/* 병원맵 - 팝업창(1)*/
.popup__section.medicalMap { pointer-events: none;}
.popup__container__group.medicalMap { pointer-events : auto; max-width: 540px; border: 2px solid #6393f2; border-radius: 20px;}
.popup__container__group .medicalMap__msgXwrap { display: flex; justify-content: flex-end;  padding-bottom: 8px;}
.medicalMap__msgXwrap .medical_Xbtn { cursor: pointer; display: block; width: 24px; height: 24px; background: url(/static/front/thingsToDo/medical/images/renuwal/medical_Xbtn.png) no-repeat center / cover; }
.medical__mainWrap { padding: 30px; }
.thumb_popMap { position: relative; border-radius: 10px; overflow: hidden; width: 180px; height: 120px; flex-shrink: 0; }
.thumb_popMa.verTwo { height: 170px;}
.thumb_popMap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.medicalMap__descriptionCont { display: flex; flex-direction: column; /* gap : 13px; */}
.medicalMap__descriptionCont .mediMap_info { display: flex;  flex-direction: column;}
.medicalMap__descriptionCont .medicalMap_cont { display: flex; gap: 9.8px; padding-bottom: 20px;}
.mediMap_info .mediMap_tit  { padding: 4px 0 7px; display: flex; align-items: center; font-size: 22px; line-height: 32px; font-weight: 700;}
.mediMap_info .mediMap_tel {  color: #777777; font-size: 18px; line-height: 24px; font-weight: 500;}
.mediMap_info .homebox { padding-bottom: 5px;}
.mediMap_info .mediMap_box {  width: 130px; border-radius: 13px; display: flex; justify-content: center; align-items: center; border: 1px solid #6393f2;}
.mediMap_info .mediMap_box span { color: #6393f2; font-size: 18px; line-height: 24px; font-weight: 500;}
.mediMap_info .mediMap_box::before { content: ""; display: block; width: 18px; height: 16px; background: url(/static/front/thingsToDo/medical/images/renuwal/homepage_icon.png) no-repeat 100% 100%; margin-right: 3px; }
.mediMap_info .mediMap_adress { width: 290px;  color: #777777; font-size: 18px; line-height: 24px; font-weight: 500; }

.mediMap_info .mediMap_tit::after{content: ""; display: block; width: 38px; height: 30px; margin-left: 10px ;}
.mediMap_info .mediMap_tit.ag01::after {   background: url(/static/front/thingsToDo/medical/images/renuwal/ag01_icon.png) no-repeat 100% 100%;  }
.mediMap_info .mediMap_tit.ag02::after {   background: url(/static/front/thingsToDo/medical/images/renuwal/ag02_icon.png) no-repeat 100% 100%;  }
.mediMap_info .mediMap_tit.ag03::after {   background: url(/static/front/thingsToDo/medical/images/renuwal/ag03_icon.png) no-repeat 100% 100%;  }
.mediMap_iconBox { display: flex; flex-wrap: wrap; padding-bottom: 10px; }
.mediMap_iconBox li:not(:last-child) {  margin-right: 7px; padding-bottom: 10px;}

.medi_mapSet { display: flex; gap: 20px;}
.medi_mapSet button{ border-radius: 10px; padding: 13px; font-size: 18px; line-height: 24px; font-weight: 500; color: #fff; width: 50%;}
.mediMap_iconBox img { width: 52px; height: 52px; }
.medi_mapSet .madi_findBtn { background: #333333;}
.medi_mapSet .medi_viewBtn { background: #3845a7;}

/* 병원맵 - 팝업창(2)*/
.mediMap_iconBox.otherVer { flex-wrap: wrap;}
.medicalMap__descriptionCont .medicalMap_cont.otherVer { padding-bottom: 10px; }
.mediMap_iconBox.otherVer li:not(:last-child) {  margin-right: 9px;}
/*Agency 탭메뉴*/


/* 의료관광서브(상세)*/
.template__type1__section.recommond_all { padding: 60px 35px 80px;}
.Recommend_info { display: flex; flex-direction: column;/*gap: 45px;*/ }
.swiper { width: 100%; height: 100%; }
.recommend_infoLeft { max-width: 600px;  height: 400px;}
.recommondSwiper .swiper-slide img { width: 100%; height: 100%; object-fit: contain;  border-radius: 20px; }
.swiper-button-next:after, .swiper-button-prev:after {display: none;}
.swiper-button-prev { left : 20px}
.swiper-button-next { right : 20px}
.recommend_infoLeft .swiper-button-prev {width: 36px; height: 36px; background: url(/static/front/thingsToDo/medical/images/renuwal/grey_left_btn.png) no-repeat 100% 100%;}
.recommend_infoLeft .swiper-button-next {width: 36px; height: 36px; background: url(/static/front/thingsToDo/medical/images/renuwal/grey_right_btn.png) no-repeat 100% 100%;}
.recommend_infoLeft .swiper-pagination-bullet { margin: 0 14px; opacity: 1; width: 18px; height: 18px; background: url(/static/front/thingsToDo/medical/images/renuwal/white_bullet.png) 0 0 / 100% 100% no-repeat; }
.recommend_infoLeft .swiper-pagination-bullet-active { background-image: url(/static/front/thingsToDo/medical/images/renuwal/black_bullet.png); }
.recommend_infoRight { width: 100%; height: 400px; display: flex; flex-direction: column; justify-content: center;}
.recommend_infoRight .info_item { display: flex;  }
.recommend_infoRight .info_item.edge { cursor: pointer;}
.recommend_infoRight .info_item .label::before { display: block; content: ""; width: 28px; height: 28px; margin-right: 10px;}
.recommend_infoRight .info_item .label.address::before { background: url(/static/front/thingsToDo/medical/images/renuwal/profile_01.png) no-repeat 100% 100%;}
.recommend_infoRight .info_item .label.web::before { background: url(/static/front/thingsToDo/medical/images/renuwal/profile_02.png) no-repeat 100% 100%;}
.recommend_infoRight .info_item .label.email::before { background: url(/static/front/thingsToDo/medical/images/renuwal/profile_03.png) no-repeat 100% 100%;}
.recommend_infoRight .info_item .label.tel::before { background: url(/static/front/thingsToDo/medical/images/renuwal/profile_04.png) no-repeat 100% 100%;}
.recommend_infoRight .info_item .label.method  { margin-top : 10px}
.recommend_infoRight .info_item .label.method::before { padding: 14px;  background: url(/static/front/thingsToDo/medical/images/renuwal/profile_05.png) no-repeat 100% 100%;}
.recommend_infoRight .info_item .label { display: flex; width: 120px; font-weight: 700; font-size: 18px; line-height: 24px; margin-right: 25px;}
.recommend_infoRight .info_item .label.method {margin-top : 30px;  width: auto; margin-right: 0; color: #777777;}
.recommend_infoRight .info_item .detail {  color: #777777; font-size: 18px; line-height: 24px; }
.label.web + .detail { position: relative;}
/*.label.web + .detail::after { content: ""; display: inline-block; width: 100%; height: 1px; background-color: #777777; position: absolute; bottom: 2px; left: 0; right: 0;}*/
.recommend_infoRight ul li:not(:first-child) { margin-top: 30px; }
.recommend_infoRight .actions { display: flex; margin: 40px 0 20px;}
.list__type1__search__group .col3_seclect.recommend_select { width: 300px; margin-right: 20px;}
.col3_seclect.recommend_select .select__group { height: 60px; border-radius: 10px;}
.col3_seclect.recommend_select .select__group .select__label > span { font-size: 18px; line-height: 24px; font-weight: 500; }
.col3_seclect.recommend_select .select__group .select__label::after { width: 18px; height: 12px; background: url(/static/front/thingsToDo/medical/images/renuwal/select_under_row.png) no-repeat 100% 100%;}
.recommend_infoRight .reservation_btn { background: #6393f2; border-radius: 10px; width: 100%; font-size: 18px; line-height: 24px; font-weight: 500; color: #fff; height: 60px; }
.template__hashTag__list.recommend_hash {  position: absolute; left: 0; margin: 25px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.template__hashTag__list.recommend_hash > li {border: 1px solid #c3d9fb;  margin: 0; border-radius: 24px;}
.template__hashTag__list.recommend_hash > li:not(:last-child) { margin-right: 10px; }
.template__hashTag__list.recommend_hash > li p { font-size: 18px;  line-height: 24px; color: #6393f2;  }
.recommend_detail .section:not(:last-child) { margin-bottom: 40px; }
.recommend_detail .section { display: flex; align-items: center; gap: 40px; }
.recommend_detail .section ul:first-child{ display: flex; justify-content: center; align-items: center; padding: 19px ; background: #ecf2ff; width: 20%; height: 120px; border-radius: 10px; flex-shrink: 0;  }
.recommend_detail .section strong {  font-size: 20px; line-height: 24px;  text-align: center;   }
.recommend_detail .icon_list { display: flex; }
.section.treatment { display: flex; align-items: flex-start; }
.section.treatment .icon_list.treat {  display: flex; flex-direction: column;}
.section.treatment .icon_list.treat li{ position: relative; padding: 0 0 0 14px;  font-weight: 500; font-size: 18px; color : #666666; }
.section.treatment .icon_list.treat li:not(:last-child) { margin-bottom: 10px;}
.section.treatment .icon_list.treat li::before { content: ''; display: inline-block; width: 6px; height: 6px;
  background: #666666; border-radius: 50%; position: absolute; left: 0; top: 12px; }
.section.foreign_services .icon_list li:not(:last-child) {  }
.section.foreign_services .icon_list li { border-radius: 10px; border: 1px solid #d9d9d9; font-size: 18px; font-weight: 500; color: #666666; padding: 20px;}
.recommend_detail .section.foreign_services { align-items: flex-start; }
.section.foreign_services .icon_list.spec {  max-width: 875px; flex-wrap: wrap; gap: 20px;}

.section.medical_subject .icon_list { display: flex; flex-wrap: wrap; max-width: 486px; }
.section.medical_subject .icon_list li:nth-child(7) { margin-right: 0px !important; margin-bottom: 10px; }
.section.medical_subject .icon_list li:not(:last-child) { margin-right: 20px; }
.section.medical_subject .icon_list li img { width: 52px; height: 52px; }
.section.homepage .link_list {width: 80%; font-size: 18px; line-height: 26px; color: #666666; font-weight: 500;}

.section.homepage .link_list .link_address { color: #666666; font-size: 18px; line-height: 24px; margin-right: 10px;}
.section.homepage .link_list .link_icon { display: inline-block; width: 18px; height: 18px;
  margin-left: 12px; vertical-align: -2.5px; background: url(/static/front/thingsToDo/medical/images/renuwal/link_icon.png) no-repeat 100% 100%;}
.section.service_language .service_langCont{ font-weight: 600; font-size: 18px; color: #333333; margin-bottom: 20px;}
.section.history { display: inline-flex;}
.section.history p { font-size: 18px; line-height: 26px; color: #666666; font-weight: 500;}

.recommend_detail .section.homepage { position: relative; display: flex; align-items: flex-start;  }
.recommend_detail .section.homepage .link_list{ font-size: 18px; line-height: 26px; color: #666666; font-weight: 500;}
.recommend_detail .section.hospital_introduction { position: relative; display: flex; align-items: flex-start; margin-bottom: 60px; }
.section.service_language .language_list { display: flex;}
.section.service_language .language_list li{ display: flex; justify-content: center; align-items: center; font-size: 18px; line-height: 24px; color:#fff; font-weight: 500; padding: 10px 30px; background: #3845a7; border-radius: 20px; }
.section.service_language .language_list li:not(:last-child) { margin-right: 12px;}
.section.hospital_introduction [class$="-btn"] { background: #fff; position: absolute; top: 100%; right: 0; width: auto; padding: 0 10px;  height: 30px; border-radius: 15px; border: 1px solid #bbbbbb;  font-size: 18px; font-weight: 500; color: #666666; }

.section.hospital_introduction p { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; /* 4줄까지만 보이게 설정 */ -webkit-box-orient: vertical;width: 80%; font-size: 18px; line-height: 26px; color: #666666; font-weight: 500;}
.recommend_detail .section.history { align-items: flex-start; }
.recommend_detail .section.history p { width: 80%;}
.section.major_procedures .procedure_list { display: flex; flex-wrap: wrap; width: 81%;}
.section.major_procedures .procedure_list li{ position: relative; padding: 0 0 0 14px; width: 50%; font-size: 18px; font-weight: 500; color: #666666;}
.section.major_procedures .procedure_list li::before { content: '';  display: inline-block; width: 6px;  height: 6px; background: #666666; border-radius: 50%;  position: absolute; left: 0; top: 10px;}
.section.major_procedures .procedure_list li:not(:last-child) { margin-bottom: 6px;}
.recommend_detail .section.major_procedures {display: flex; align-items: flex-start; }
.section.specialized .facilities_list { display: flex; flex-wrap: wrap; width: 81%;}
.section.specialized .facilities_list li{ position: relative; padding: 0 0 0 14px; width: 50%; font-size: 18px; font-weight: 500; color: #666666;}
.section.specialized .facilities_list li::before { content: '';  display: inline-block; width: 6px;  height: 6px; background: #666666; border-radius: 50%;  position: absolute; left: 0; top: 10px;}
.section.specialized .facilities_list li:not(:last-child) { margin-bottom: 6px;}
.recommend_detail .section.specialized {display: flex; align-items: flex-start; }
.recommend_detail .section.sns ul:first-child { height: 100px;}
.recommend_detail .section.sns .sns_list { display: flex; gap:20px;}
.recommond_positionWrap { display: flex; height: 537px; position: relative; gap: 45px;}
.infoRight_wrap { width: 100%; }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 30px;}
.section.treatment .icon_list.treat li:not(:last-child) { margin-bottom: 5px;}
/*의료관광 서브(상세)팝업*/
.popup__confirm-n__section .popup__container__group.recommandPop { max-width: 540px;  border-radius: 20px; border: 2px solid #6393f2;}
.recommend_xWrap { display: flex; justify-content: flex-end;}
.recommend_xWrap .popRecommend_Xicon { cursor: pointer; display: block; width: 24px; height: 24px; background: url(/static/front/thingsToDo/medical/images/renuwal/medical_Xbtn.png) no-repeat center / cover; }
.popup__container__group.recommandPop  .popup__confirm-n__list > li + li { margin-top: 30px;}
.popup__container__group.recommandPop  h3{ font-weight: 700; font-size: 28px; line-height: 32px; margin-bottom: 40px; }
.popup__container__group.recommandPop .sub_cont { font-weight: 500; font-size: 20px; color: #666666; }
.popup__container__group.recommandPop .main_cont { font-size: 18px; color: #666666; margin-top: 20px;}
.popup__container__group.recommandPop  .popup__confirm-n__conts { overflow-y : visible}

.template__type1__section .banner_box { width: 100%; height: 50px; background: #1F7986;}

.template__type1__section .banner_box a { display : block; width: 100%; height: 100%;}

@media (max-width: 1200px) {

  /*공통*/
  .mo { display: none;}
  .subHeader__area.--imgType17::before { width: 105px; height: 95px; bottom: 40px;}

  /*list01.html*/
  .tit_tab_menu { font-weight: 700; font-size: 14px; }
  .tit_tab_menu ul { height: 40px;}
  .list__type1__search__section.renewal { border: none; padding: 0;}
  .list__type1__info__section .count { display: none;}
  .thingsToDo__info__section.renewal { border-top: none; padding-top: 0; flex-direction: column-reverse; margin: 10px 0 20px ;}
  .list__tab__section.renewal { margin: 20px 0 15px;}
  .list02__tab__wrap.renewal { justify-content: center; gap: 14px;}
  .list02__tab__wrap.renewal li a { font-size: 14px; }
  .list02__tab__wrap.renewal li { flex: 0 0 calc(50% - 260px);}
  .position_btnwrap { display: flex; flex-direction: row-reverse; gap: 10px;}
  .btn_set { display: flex; flex-direction: column-reverse;}
  .btn_set .search__btn { position: static; width: 50%; margin-top : 0px; border-radius: 10px; height: 40px;}
  .btn_set .initialization_button { width: 100%; border-radius: 10px; height: 40px; font-size: 12px;}
  .btn_set .filter_button { font-size: 12px; width: 50%; border-radius: 10px; height: 40px;}
  .position_btnwrap .search__btn .btn__default {  height: 40px;}
  .position_btnwrap .btn__default span.txt {font-size: 12px;}
  .btn_flexWrap { display: inline-block;}
  .medical_cont  { flex-direction: column; background: #fff;  padding: 15px 7px 0; }
  .medical_cont h3 { font-size: 12px; width: auto; white-space: nowrap;}
  .med_section { display: flex; flex-direction: row; flex-wrap: wrap; border-bottom: 1px solid #d9d9d9; padding-bottom: 15px;}
  .med_section .row { display: contents; }
  .filter_container {  border-radius: 5px ; border: 1px solid #e0e0e0; overflow: hidden; margin-bottom: 10px; height: 211px; overflow-y: auto; /* 세로 스크롤 활성화 */}
  .filter_name{ width: calc(50% - 30px); font-size: 11px; }

  /*   .med_section.one .row:nth-of-type(1) .filter_name:nth-of-type(1),
    .med_section.one .row:nth-of-type(1) .filter_name:nth-of-type(2),
    .med_section.one .row:nth-of-type(3) .filter_name:nth-of-type(3) { width: 100% }
    .med_section.two .row:nth-of-type(1) .filter_name:nth-of-type(5),
    .med_section.two .row:nth-of-type(2) .filter_name:nth-of-type(1),
    .med_section.two .row:nth-of-type(2) .filter_name:nth-of-type(2) { width: 30%; }
    .med_section.three .row:nth-of-type(2) .filter_name:nth-of-type(5),
    .med_section.three .row:nth-of-type(3) .filter_name:nth-of-type(1),
    .med_section.three .row:nth-of-type(3) .filter_name:nth-of-type(2) { width: 30%; } */
  .med_section.four .filter_name { width: 100%; }
  .med_section.five  {border-bottom: none;}
  .med_section.five .filter_name { width: 100%; }


  .hospital_info{ gap: 10px;}
  .hospital_image { width: 122px; height: 82px; border-radius: 5px;}
  .hospital_description .hospital_mapinfo {display: contents;}
  .hospital_card { position: relative; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
  .hospital_type { max-width: 100%; position: static; }
  .hospital_icons.Agwidth { max-width: 100%;}
  .hospital_icons { max-width: 210px; flex-wrap: wrap; position: static; margin-top: 7px; margin-bottom: 7px;}
  .hospital_action { display: flex; width: 100%; height: 30px; justify-content: flex-end; background: #fff}
  .hospital_action .view_button { background : #3845a7; width: 49%; padding: 0; border-radius: 5px; font-size: 9px; line-height: 12px; }
  .hospital_profile  { flex-direction: column;}
  .hospital_description .hospital_status { display: flex; justify-content: center; align-items: center; width: 49%; position: absolute; bottom: 0; left: 0; padding: 0; height: 30px; border-radius: 5px; font-size: 10px; line-height: 12px; }
  .hospital_description .hospital_status a {  width: 100%; height: 100%;}
  .hospital_description .hospital_name { font-size: 12px; line-height: 15px; margin-top: 3px; margin-bottom: 7px;word-break: keep-all;  }

  .hospital_image span { height: 15px; font-size: 8px;}
  .hospital_description .hospital_address { font-size: 10px; line-height: 12px; margin-bottom: 5px;}
  .hospital_description .hospital_email { font-size: 10px; line-height: 12px;}
  .hospital_description .hospital_phone { font-size: 10px; line-height: 12px;}
  .hospital_icons > *:not(:last-child) { margin-right: 4px; }
  .hospital_icons img { width: 26px; height: 26px; }
  .hospital_card:not(:last-child) { margin-bottom: 30px;}
  .hospital_type li { font-size: 10px; line-height: 12px; }
  /*Agency 탭메뉴*/
  /*   .med_section.primary .row:nth-of-type(1) .filter_name:nth-of-type(1),
    .med_section.primary .row:nth-of-type(1) .filter_name:nth-of-type(4),
    .med_section.primary .row:nth-of-type(2) .filter_name:nth-of-type(1),
    .med_section.primary .row:nth-of-type(2) .filter_name:nth-of-type(2)
    { width: 100% }
    .med_section.secondary .row:nth-of-type(1) .filter_name:nth-of-type(1),
    .med_section.secondary .row:nth-of-type(1) .filter_name:nth-of-type(2),
    .med_section.secondary .row:nth-of-type(1) .filter_name:nth-of-type(3)
    {width: 30%; }
    .med_section.secondary .row:nth-of-type(1) .filter_name:nth-of-type(4),
    .med_section.secondary .row:nth-of-type(1) .filter_name:nth-of-type(5),
    .med_section.secondary .row:nth-of-type(2) .filter_name:nth-of-type(1)
    {width: 30%; }
    .med_section.secondary .row:nth-of-type(2) .filter_name:nth-of-type(2),
    .med_section.secondary .row:nth-of-type(2) .filter_name:nth-of-type(3),
    .med_section.secondary .row:nth-of-type(2) .filter_name:nth-of-type(4)
    {width: 30%; }

    .med_section.tertiary .row:nth-of-type(2) .filter_name:nth-of-type(1),
    .med_section.tertiary .row:nth-of-type(2) .filter_name:nth-of-type(2),
    .med_section.tertiary .row:nth-of-type(2) .filter_name:nth-of-type(3)
    {width: 30%; }
    .med_section.tertiary .row:nth-of-type(2) .filter_name:nth-of-type(4),
    .med_section.tertiary .row:nth-of-type(2) .filter_name:nth-of-type(5),
    .med_section.tertiary .row:nth-of-type(3) .filter_name:nth-of-type(1)
    {width: 30%; }
    .med_section.tertiary .row:nth-of-type(3) .filter_name:nth-of-type(2),
    .med_section.tertiary .row:nth-of-type(3) .filter_name:nth-of-type(3),
    .med_section.tertiary .row:nth-of-type(3) .filter_name:nth-of-type(4)
    {width: 30%; } */
  .hospital_name + [class^="ag"] { width: 19px; height: 15px; background-size: cover;     vertical-align: -4px; margin-left: 5px;}




  /* 병원맵 - 팝업창(1)*/
  .popup__container__group.medicalMap {  border-radius: 10px !important; border: 1px solid #6393f2; }
  .medical__mainWrap { padding: 20px; }
  .mediMap_info .mediMap_tit { padding: 2px 0 3px ;}
  .medicalMap__descriptionCont .medicalMap_cont { gap: 7px;}
  .medicalMap__msgXwrap .medical_Xbtn { width: 12px; height: 12px;}
  .thumb_popMap { width: 90px; height: 70px; border-radius: 5px; }
  .mediMap_info .mediMap_tit { font-size: 12px; line-height: 16px; }
  .mediMap_info .mediMap_tit::after { width: 19px; height: 15px; background-size: contain !important;}
  .medicalMap__descriptionCont .medicalMap_cont { padding-bottom: 10px;}
  .mediMap_info .mediMap_tel {   padding-bottom: 2.5px; font-size: 10px; line-height: 12px;}
  .mediMap_info .mediMap_link { width: 160px; padding-bottom: 2.5px; font-size: 10px; line-height: 12px;}
  .medicalMap__descriptionCont .mediMap_adress{ padding-bottom: 2.5px; font-size: 10px; line-height: 12px; }
  .mediMap_iconBox { padding-bottom: 5px; }
  .mediMap_iconBox li:not(:last-child) { padding-bottom: 5px; }
  .mediMap_iconBox img { width: 26px; height: 26px; }
  .medi_mapSet button { font-size: 9px; line-height: 12px; padding: 6.5px; border-radius: 5px; }
  .medi_mapSet { gap: 10px; height: 25px; }
  .mediMap_info .mediMap_box::before { background-size: contain; width: 10px; height: 9px; }
  .mediMap_info .mediMap_box span { font-size: 11px ; line-height: 12px; }
  .mediMap_info .mediMap_box { width: 30%;}
  .recommend_detail .section.history p { letter-spacing: 0.2px;
    font-size: 12px;
    line-height: 14px; width: 80%;}
  /* 병원맵 - 팝업창(2)*/
  .medicalMap__descriptionCont .medicalMap_cont.otherVer { padding-bottom: 10px;}
  .mediMap_iconBox.otherVer { width: 210px;}

  /* 의료관광서브(상세)*/
  .template__interval.--40.recommendTag { padding: 0 20px;}
  .template__type1__section.recommond_all { padding: 18px 21px 18px; }
  .recommend_info { flex-direction: column; gap: 10px;}
  .recommend_infoLeft{ max-width: 100%; height: 173px; }
  .recommend_infoLeft .swiper-button-prev { width: 18px; height: 18px; background-size: contain;}
  .recommend_infoLeft .swiper-button-next { width: 18px; height: 18px; background-size: contain;}
  .recommend_infoLeft .swiper-pagination-bullet { width: 9px; height: 9px; }
  .swiper-button-prev { top:60%;}
  .swiper-button-next { top:60%; }
  .recommondSwiper .swiper-slide img { border-radius: 10px;}
  .recommond_positionWrap { flex-direction: column; height: auto !important; gap: 10px; }
  .template__hashTag__list.recommend_hash { position: static; margin: 0; gap: 7px;}
  .infoRight_wrap { display: flex; flex-direction: column-reverse;}
  .template__hashTag__list.recommend_hash > li { border-radius: 50px;}
  .template__hashTag__list.recommend_hash > li p { font-size: 13px; line-height: 17px; }
  .recommend_infoRight { height: auto; margin: 20px 0 27px; }
  .recommend_infoRight .info_item .label {  width: 65px; font-size: 12px; line-height: 13px; margin-right: 10px;}
  .recommend_infoRight .info_item .detail { font-size: 13px; line-height: 13px; }
  .recommend_infoRight ul li:not(:first-child) { margin-top: 10px; }
  .recommend_infoRight .info_item .label::before {   display: block; content: ""; width: 16px; height: 16px; margin-right: 7px;}
  .template__hashTag__list.recommend_hash > li:not(:last-child) { margin-right: 0px;}
  .recommend_infoRight .info_item .label.address::before { background: url(/static/front/thingsToDo/medical/images/renuwal/profile_01_m.png) no-repeat 100% 100%; background-size: contain;}
  .recommend_infoRight .info_item .label.web::before { background: url(/static/front/thingsToDo/medical/images/renuwal/profile_02_m.png) no-repeat 100% 100%; background-size: contain;}
  .recommend_infoRight .info_item .label.email::before { background: url(/static/front/thingsToDo/medical/images/renuwal/profile_03_m.png) no-repeat 100% 100%; background-size: contain;}
  .recommend_infoRight .info_item .label.tel::before { background: url(/static/front/thingsToDo/medical/images/renuwal/profile_04_m.png) no-repeat 100% 100%; background-size: contain;}
  .recommend_infoRight .info_item .label.method::before { background: url(/static/front/thingsToDo/medical/images/renuwal/profile_05_m.png) no-repeat 100% 100%; background-size: contain; padding: 0px;}
  .list__type1__search__group .col3_seclect.recommend_select { border-radius: 5px; }
  .col3_seclect.recommend_select .select__group { height: 30px; }
  .col3_seclect.recommend_select .select__group .select__label > span { font-size: 10px; line-height: 12px; }
  .col3_seclect.recommend_select .select__opt__list__item a { font-size: 10px; line-height: 12px;}
  .recommend_infoRight .actions { margin: 17px 0 10px; gap: 10px; }
  .col3_seclect.recommend_select .select__group .select__label::after { width: 9px; height: 6px; background-size: contain; }
  .recommend_infoRight .reservation_btn { width: 100%; font-size: 9px; line-height: 12px; height: 30px;}
  .recommend_detail .section {gap : 10px;}
  .recommend_detail .section strong { word-break: break-word; font-size: 12px; line-height: 12px; }
  .recommend_detail .section ul:first-child { padding: 10px; border-radius: 5px; width: 80px; height: 100%; word-break: keep-all; }
  .section.foreign_services .icon_list li:not(:last-child) { margin-right: 9px; }
  .section.foreign_services .icon_list li img { width: 26px; height: 26px; }
  .recommend_detail .section:not(:last-child) { margin-bottom: 20px; }
  .recommend_detail .section.medical_subject { align-items: flex-start;}
  .section.medical_subject .icon_list li img {width: 26px; height: 26px; }
  .section.medical_subject .icon_list { max-width: 170px;}
  .section.medical_subject .icon_list li:not(:last-child) { margin-right: 9px;}
  .section.medical_subject .icon_list li:nth-child(7)  { margin-right: 10px !important; margin-bottom: 0px;}
  .section.medical_subject .icon_list li:nth-child(5n)  { margin-right: 0px; margin-bottom: 10px;}
  .recommend_detail .section.homepage { align-items: flex-start;}
  .recommend_detail .section.homepage .link_list { width: 70%;}
  .section.homepage .link_list li { display: flex; flex-direction: column; padding: 0 0 0 5px;}
  .section.homepage .link_list li:not(:last-child) { margin-bottom: 10px;}
  .section.homepage .link_list li::before { top: 6px; width: 3px; height: 3px;}
  .section.homepage .link_list li > span { font-size: 11px; line-height: 12px;}
  .section.homepage .link_list .link_address { font-size: 12px; line-height: 16px;margin-right: 6px;
    letter-spacing: 0.1px;}
  .section.homepage .link_list .link_icon { width: 9px; height: 9px; background-size: contain; vertical-align: -0.5px; margin-left: 5px;}
  .section.service_language .service_langCont { font-size: 12px; line-height: 12px; margin-bottom: 8px;}
  .recommend_detail .section.service_language { align-items: flex-start;}
  .section.service_language .language_list { flex-wrap: wrap; max-width: 100%; }
  .section.service_language .language_list li {  text-align: center; width: 60px; height: 25px; border-radius: 50px; font-size: 9px; line-height: 9px; padding: 5px 15px;}
  .section.service_language .language_list li:not(:last-child) { margin-right: 0px; }
  .section.service_language .language_list li:nth-child(odd) { margin-right: 10px; margin-bottom: 5px; }
  .recommend_detail .section.hospital_introduction { display: flex; align-items: flex-start; margin-bottom: 40px;}
  .recommend_infoRight .list__type1__search__group { width: 80%; }
  .list__type1__search__group .col3_seclect.recommend_select { width: 100%; margin-right: 0;}
  .section.hospital_introduction p { letter-spacing: 0.2px; font-size: 12px; line-height: 14px;}
  .section.major_procedures .procedure_list li { width: 100%; font-size:12px; letter-spacing: 0.2px; }
  .section.specialized .facilities_list li { width: 100%; font-size: 12px; letter-spacing: 0.2px;}
  .section.major_procedures .procedure_list li::before { width: 3px; height: 3px; top: 6px;}
  .section.major_procedures .procedure_list li { padding : 0 0 0 5px;}
  .section.specialized .facilities_list li::before { width: 3px; height: 3px; top: 6px;}
  .section.specialized .facilities_list li {padding : 0 0 0 5px; }
  .recommend_detail .section.sns ul:first-child { height: auto;}
  .recommend_detail .section.sns ul li a .pc { display: none;}
  .recommend_detail .section.sns ul li a .mo { display: block; width: 24px; height: 24px;}
  .recommend_detail .section.sns .sns_list { gap: 11px;}
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px;}
  .section.foreign_services .icon_list.spec { max-width : 80%; gap: 10px;}
  .section.treatment .icon_list.treat { width: 70%;}
  .section.treatment .icon_list.treat li {  display: block; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
  .section.treatment .icon_list.treat li::before { width: 5px;  height: 5px; left: 4px; top: 50%;transform: translateY(-50%); }
  .section.foreign_services .icon_list li {width: 100%; font-size: 13px; padding: 10px; }
  .section.foreign_services .icon_list li:not(:last-child) { margin-right: 0;}
  .recommend_detail .section.homepage .link_list {letter-spacing: 0.2px; font-size: 12px; line-height: 14px;}

  /*의료관광 서브(상세)팝업*/
  .popup__confirm-n__section .popup__container__group.recommandPop { padding: 15px; border: 1px solid #6393f2;}
  .recommend_xWrap .popRecommend_Xicon { width: 12px; height: 12px; }
  .popup__container__group.recommandPop .popup__confirm-n__list > li + li { margin-top: 13px;}
  .popup__container__group.recommandPop h3 { font-size: 14px; line-height: 16px; margin-bottom: 20px; }
  .popup__container__group.recommandPop .sub_cont { font-size: 11px;}
  .popup__container__group.recommandPop .main_cont { font-size: 9px; margin-top: 10px;}

  .section.hospital_introduction [class$="-btn"] { width: 60px; height: 15px; font-size: 13px; line-height: 1px;}

}


/* PC와 모바일 모두에서 plus_btn 다음에 있는 이미지를 숨김 */
.hospital_icons .plus_btn ~ img {
  display: none;
}

/* 모바일(1200px 이하)에서 plus_btn을 클릭한 후 다음에 있는 이미지를 표시 */
@media screen and (max-width: 1200px) {
  .plus_btn + img ~ img  { margin-top:5px;}
  .hospital_icons .plus_btn.clicked ~ img { display: block}
}

@media screen and (max-width: 320px)  { .section.medical_subject .icon_list { max-width: 100%;} .section.medical_subject .icon_list li:not(:last-child) {  margin-right: 6px;}     .section.medical_subject .icon_list li:nth-child(5n) { margin-right: 0px;} }

/******************* 의료관광 GTM 스타일 추가 *******************/
/* 플로팅 배터 닫기 버튼 */
.floatingX {
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  margin-top: -10%;
  cursor: pointer;
}
/* 병원 상세 페이지 특화 상품 스타일 */
.sp_tr {
  background-color: unset !important;
  display: inline-flex !important;
  width: 100% !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding: 0 !important;
  height: auto !important;
}
.sp_tr li {
  flex-basis: 50%;
  width: 100%;
  list-style-type: disc;
  margin-left: 20px;
}
@media (max-width: 799px) {
  .sp_tr li {
    flex-basis: 35%;
    width: 100%;
    list-style-type: disc;
    margin-left: 10%;
  }
  button.more-btn {
    width: 120px !important;
  }
  .section.service_language .language_list li {
    margin-right: 1% !important;
  }
}

@media (max-width: 800px) {
  .medical_subject span {     font-size: 12px; }
  .hospital_introduction span::before {    width: 18px;     height: 12px; }
}

/* 병원/유치기관 리스트 썸네일 부분 수정 */
.hospital_image img {
  padding: 10%;
  border: 1px solid #ccc;
  border-radius: 20px;
}
