@charset "utf-8";

/*
 * 기존 CSS
 */

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html,
body {
  height: 100%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #000;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
img,
fieldset {
  border: none;
  vertical-align: top;
}
input,
textarea,
select {
  vertical-align: middle;
}
legend,
caption {
  display: none;
}
i,
em,
address {
  font-style: normal;
}
label,
button {
  cursor: pointer;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
}
hr {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}
.txtcase {
  text-transform: uppercase;
}

.footer {
  padding: 34px 0;
  background: #021033;
  font-size: 23px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
}
.web {
  display: block;
}
.mob {
  display: none;
}
.btn_home {
  margin-top: 35px;
  text-align: center;
}

/* 스크롤 버튼 추가 20220117*/
.scroll-top_form {
  position: fixed;
  bottom: 3%;
  right: 6px;
  z-index: 100;
}

.scroll-top_line {
  position: relative;
  margin: 0 0 5px 0;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 45px;
  height: auto;
  font-size: 0.75em;
  padding: 4px 2px;
  background-clip: padding-box;
  text-align: center;
  color: black;
}
.scroll-top_line img {
  margin: 0 0 5px 0;
  width:100%;
}
.scroll-top_line a {
  display: block;
  font-weight: 400;
  line-height: 0.4;
  margin: 0 0 10px 0;
  font-size:9px;
}

.scroll-top {
  position: relative;
}

.scroll-top a {
  position: relative;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  text-align: center;
  font-weight: 400;
  color: white;
  line-height: 0.4;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  display: block;
  background-color: rgba(78, 81, 80, 0.75);
  width: 45px;
  height: 45px;
  font-size: 0.8em;
}
.scroll-top a::before {
  content: "";
  width: 30px;
  height: 20px;
  margin-top: 7px;
  display: inline-block;
  background: url(https://th.idhospital.com/wp-content/themes/zeein/assets/img/icon/icon-arrow-up-70px.svg)
    center center no-repeat;
  background-size: contain;
}

.recruit_area {
  position: relative;
  padding: 70px 0 50px;
  background-color: #ffffff;
  background-size: cover;
}
.recruit_area h2 {
  margin-bottom: 5%;
  font-size: 40px;
  color: #3e33a6;
  text-align: center;
  line-height: 1.2;
  text-shadow: 3px 3px 3px #feebb0;
}
.recruit_area .sendBtn {
  text-align: center;
  margin-bottom: 3%;
}
.recruit_area .sendBtn button {
  padding: 1% 5%;
  background: #da054f;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}
.personal_area {
  border: 1px solid #a0a0a0;
  background: #fff;
}
.personal_area table .d-block {
  display: inline-block;
}
.personal_area table tr.bd-color-gray {
  border-top: 1px solid #ccc;
}
.personal_area table th,
.personal_area table td {
  text-align: left;
  padding: 2%;
  font-weight: normal;
}
.personal_area table th span {
  color: #f13333;
}
.personal_area table td dl dt {
  font-weight: bold;
}
.personal_area table input[type="text"] {
  width: 50%;
  vertical-align: middle;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1%;
}
.personal_area table input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
.personal_area table input.w_mid {
  width: 72%;
}
.personal_area table select {
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.4% 1%;
}
.personal_area .guidance {
  margin-top: 2%;
  font-size: 80%;
  line-height: 1.5;
}
.personal_area .guidance h3,
.personal_area .guidance p {
  font-weight: bold;
}
.personal_area .policy_btn a {
  text-decoration: underline;
}
.ask_area {
  text-align: center;
}
.ask_area h3 {
  margin: 3% 0 2%;
  font-size: 130%;
  font-weight: bold;
  color: #000;
}
.snsbox li {
  display: inline-block;
  padding: 10px 0;
  width: 103.5px;
  text-align: center; /*background: #fff;*/
}
.snsbox li a {
  display: block;
}
.snsbox li a figure img {
  display: inline;
  width: 40px;
  height: auto;
}
.snsbox li h6 {
  margin-top: 5px;
  font-size: 100%;
  font-weight: 400;
  color: #000;
}

.filebox .upload-name {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #3b0e06;
  border: 1px solid #c5c5c5;
  border-radius: 0.25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 60%;
}
.filebox label {
  display: inline-block;
  padding: 0.5em 0.75em;
  color: #fff;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #ea6869;
  cursor: pointer;
  border: 1px solid #2e6da4;
  border-radius: 0.25em;
  margin-bottom: 0;
  border: 0;
}
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media all and (max-width: 640px) {
  .web {
    display: none;
  }
  .mob {
    display: block;
  }

  .footer {
    padding: 5% 0;
    font-size: 2.5vw;
  }
  .mcont {
    border-bottom: 0px solid #ff7696;
  }

  .recruit_area {
    padding: 6% 0;
    background: none;
    background-color: #ffffff;
  }
  .recruit_area .inner {
    width: 100%;
  }
  .recruit_area h2 {
    font-size: 7vw;
  }
  .recruit_area h2 img {
    width: 95%;
    margin: 0 auto;
  }
  .personal_area table th,
  .personal_area table td {
    font-size: 3.5vw;
  }
  .personal_area table input.w_mid {
    width: 92%;
  }
  .personal_area table input.snsIup {
    display: block;
  }
  .personal_area table .d-block {
    display: block;
  }
  .personal_area table input[type="text"] {
    font-size: 3.5vw;
  }
  .personal_area table tr td dl dd ul li label span {
    display: none;
  }
  .personal_area .policy_btn {
    display: block;
  }

  .recruit_area .sendBtn {
    margin: 5% 0 0;
  }
  .recruit_area .sendBtn button {
    padding: 5% 0;
    width: 100%;
    font-size: 5vw;
  }
  .btn_home {
    margin: 5% auto;
    width: 50%;
  }
}

.cont_area {
  min-height: 100vh;
}

.cont_area img {
  width: 100%;
  max-width: 100%;
}

.color_pink {
  color: #ff52c4;
}
.color_pink.right {
  text-align: right;
}

/* 221107 통이미지 분리 작업 */
.cont_area * {
  box-sizing: border-box;
  line-height: 1.2;
}
.dotted_bar {
  height: 1px;
  margin: 40px auto 75px;
}

/* main visual */
.visual {
  position: relative;
}
.visual .visual_txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 100%;
  padding: 140px 0 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.cont_area .content_wrap {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.visual_date p.font-ku {
  font-size: clamp(50px, 12vw, 50px);
}
.visual_date p.date {
  font-size: clamp(16px, 4vw, 16px);
}
.visual_desc h3 {
  margin-bottom: 20px;
  line-height: 1;
  text-indent: -18px;
  font-size: clamp(13px, 4vw, 27px);
  color: #303030;
}
.visual_desc h4 {
  margin-top: -4px;
  font-size: clamp(12px, 3.8vw, 23px);
}
@media all and (min-width: 360px) {
  .visual .visual_txt {
    padding: 39vw 0 7vw;
  }
}
@media all and (min-width: 641px) {
  .dotted_bar {
    height: auto;
    width: 100%;
  }
  .dotted_bar:not(.last) {
    margin: 40px auto;
  }
  .visual .visual_txt {
    width: calc(100% - 180px);
    padding: 17vw 0 3.6vw;
  }
  .visual_date p.font-ku {
    font-size: clamp(30px, 2.8vw, 50px);
  }
  .visual_date p.date {
    font-size: clamp(10px, 1vw, 16px);
  }
  .visual_desc {
    font-weight: 900;
  }
  .visual_desc h3 {
    max-width: 850px;
    font-size: clamp(13px, 1.8vw, 27px);
    margin-bottom: 15px;
  }
  .visual_desc h4 {
    font-size: clamp(12px, 1.5vw, 23px);
    background: -webkit-linear-gradient(
      #1f1f1f 0 40%,
      #4d4d4d 40% 60%,
      #000 60% 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/* tab list */
.tab_list {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  background-color: #ffffff;
  z-index: 1;
}
.tab_list .tab_wrap {
  display: flex;
  width: 100%;
}
.tab_list .tab_wrap li {
  position: relative;
  width: 25%;
  height: 65px;
  border-left: 1px solid #C13B79;
  border-bottom: 1px solid #C13B79;
}
.tab_list li.booking {
  background: #C13B79;
}
.tab_list li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  font-size: clamp(12px, 2.3vw, 19px);
  word-break: keep-all;
  color: #C13B79;
}
.tab_list li.booking a{color:#ffffff;}
.tab_list .tab_wrap li:first-child {
  border-left: none;
}
.tab_list li a:hover {color: #C13B79;}
.tab_list li.booking a:hover {color: #ffffff;}

@media all and (max-width: 641px) {
  .scroll-top_line {
    width: 36px;
  }
  .scroll-top a {
    width: 40px;
    height: 40px;
  }
  .tab_wrap {
    flex-wrap: wrap;
  }
  .tab_list .tab_wrap li {
    width: calc(33.333% - 1px);
    /* width: calc(25% - 1px); */
    height: 40px;
  }
  /* .tab_list .tab_wrap li:nth-child(4),
  .tab_list .tab_wrap li:nth-child(5) {
    width: calc(50% - 1px);
  } */
  .tab_list .tab_wrap li:nth-child(4) {
    width:100%;
    border-left: none;
  }
}

/* surgery list */
.cont_box_wrap {
  background-color: #f1f1f1;
  padding: 95px 0 90px;
}
@media all and (max-width: 641px) {
  .cont_box_wrap .content_wrap {
    width: 90%;
  }
}

.cont_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.cont_box .cont_top,
.cont_box .cont_bottom {
  background-color: #fff;
}
.cont_box .cont_top {
  position: relative;
  padding: 80px 20px 30px;
  min-width: 300px;
}
.cont_top .img_wrap {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: none;
}
.cont_top .img_wrap img {
  display: none;
}
.cont_top .cont_icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cont_top .cont_icon strong {
  font-size: 18px;
  font-weight: bolder;
}
.cont_top .cont_icon .cont_icon_img {
  display: block;
  width: 80px;
  margin: 0 auto;
  padding: 6px;
  margin-bottom: 5px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.cont_top > p {
  font-size: 13px;
  font-weight: 600;
}
.cont_top .cont_slide_btn {
  margin: 0 auto;
  width: fit-content;
}
.cont_top .cont_slide_btn button {
  color: #fff;
  background: #f578a5;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 500;
  padding: 6px 16px;
}
.cont_box .cont_bottom {
  padding: 40px 10px;
}
.cont_btm_img {
  display: flex;
  gap: 10px;
}
.cont_btm_img .img_wrap {
  width: 50%;
  height: auto;
}
.cont_btm_img .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont_btm_img .img_wrap.icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.cont_btm_img .img_wrap.icon img {
  width: 6vw;
  height: 6vw;
  min-width: 60px;
  min-height: 60px;
  object-fit: contain;
}
.cont_btm_img .img_wrap.icon span.color_pink {
  margin-top: 10px;
  font-size: clamp(12px, 2.3vw, 24px);
}
.price_list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
}
.price_list li .desc:not(.cont_box.price .price_list li .desc) {
  font-size: 13px;
  color: #303030;
  margin-bottom: 5px;
}
.price_list li .price_item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.price_list li .comment {
  margin-top: 10px;
  font-size: clamp(12px, 2.2vw, 16px);
}
.price_list li .price_item .title {
  font-size: 20px;
  font-weight: 600;
}
.price_list .price {
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}
.price_list .price strong {
  font-size: 23px;
}
@media all and (min-width: 500px) {
  .price_list li .price_item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.cont_box.price {
  gap: 75px;
  margin: 0 auto;
}
.cont_box.price .tit_box {
  text-align: center;
  margin: 20px 0;
}
.cont_box.price .tit_box h3.tit {
  font-size: clamp(20px, 4vw, 32px);
}
.cont_box.price .tit_box p.desc {
  font-size: clamp(13px, 3vw, 27px);
  margin-top: 12px;
}
.cont_box.price .cont_box_item {
  padding: 0 15px 10px;
  background-color: #fff;
}
.cont_box_item span.title {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 15px;
  background-color: #f1f1f1;
  border: 6px solid #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
}
.cont_box_item span.title .big {
  font-size: 23px;
}
.cont_box.price .price_item .title {
  font-size: 12px;
  font-weight: 600;
  width: 80%;
}
.cont_box.price .price {
  font-size: 12px;
}
.bottom_logo {
  width: 50%;
  max-width: 330px;
  margin: 70px auto 0;
}
@media all and (min-width: 641px) {
  .cont_box_wrap {
    padding-top: 50px;
  }
  .cont_box_wrap .content_wrap {
    width: 95%;
  }
  .cont_box {
    width: 96%;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
  }
  .cont_box:not(.cont_box.price) {
    flex-direction: row;
    gap: 3vw;
    justify-content: center;
  }
  .cont_box:not(.cont_box.price).reverse {
    flex-direction: row-reverse;
  }
  .cont_box .cont_top {
    padding: 50px 0 30px;
  }
  .cont_top .img_wrap {
    margin-bottom: 40px;
    border-radius: 10px;
    min-width: 300px;
  }
  .cont_top .cont_icon {
    position: static;
    transform: translate(0);
  }
  .cont_top .cont_icon .cont_icon_img {
    width: 120px;
  }
  .cont_top .cont_icon strong {
    font-size: 27px;
    font-weight: 500;
  }
  .cont_top > p {
    position: absolute;
    right: 0;
    top: 35px;
    transform: translateX(calc(100% + 3vw));
    width: 160%;
    font-size: 16px;
    font-weight: 400;
  }
  .cont_top .cont_slide_btn {
    margin: 40px auto 0 auto;
  }
  .cont_box .cont_bottom {
    width: 80%;
    padding: 95px 0 30px;
  }
  .cont_box:not(:first-child) .cont_bottom {
    padding-top: 50px;
  }
  .cont_btm_img {
    margin-top: 50px;
  }
  .cont_btm_img .img_wrap {
    height: auto;
  }
  .price_list li .desc {
    font-size: 19px;
  }
  .price_list li .price_item .title {
    font-size: 30px;
  }
  .price_list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .price_list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .price_list .price {
    font-size: 18px;
  }
  .price_list .price strong {
    font-size: 30px;
  }
  .cont_box.price {
    gap: 0;
    padding-top: 40px;
  }
  .cont_box.price .cont_box_item {
    padding: 0 30px 10px;
  }
  .cont_box_item span.title {
    position: static;
    transform: translate(0);
    background-color: #f1f1f1;
    margin-bottom: 20px;
    border: none;
  }
  .cont_box.price .price {
    font-size: 16px;
  }
  .price_list li .price_item {
    gap: 10px;
  }
  .cont_box.price .price_item .title {
    width: auto;
    font-size: 20px;
    margin-top: 5px;
  }
  .cont_box.price .price_list li .desc {
    font-size: 15px;
  }
  .cont_box.price .price_list li .desc .big {
    font-size: 18px;
  }
  @media all and (min-width: 800px) {
    .cont_box:not(.cont_box.price) {
      gap: 5.1vw;
    }
    .cont_top > p {
      transform: translateX(calc(100% + 5.1vw));
    }
  }
  @media all and (min-width: 1920px) {
    .visual .visual_txt {
      padding: 320px 0 60px;
    }
    .cont_box:not(.cont_box.price) {
      gap: 80px;
    }
    .cont_top > p {
      transform: translateX(calc(100% + 80px));
    }
  }
}

/* swiper style */

.slide-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1010104d;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
}
.slide-box {
  padding: clamp(30px, 6vw, 50px);
  position: relative;
  background: #fff;
  border-radius: 30px;
  width: 76%;
  max-width: 553px;
  height: fit-content;
}
.swiper-container {
  overflow: hidden;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 2% !important;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.swiper-button-prev-default,
.swiper-button-next-default {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #000 !important;
}
.swiper-button-prev-default img,
.swiper-button-next-default img {
  width: clamp(16px, 2vw, 20px);
  height: auto;
}
.swiper-button-prev-default {
  left: 2%;
}
.swiper-button-next-default {
  right: 2%;
}
.close_btn {
  position: absolute;
  right: -1.6%;
  top: -1.6%;
  width: clamp(26px, 5vw, 36px);
  height: auto;
  background: none;
}
