@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: "NotoSansCJKkr-Light", 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;
}

.footer {
  padding: 34px 0;
  background: #a9805a;
  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;
}

/* 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;}

/* ��ũ�� ��ư �߰� 202220323*/
.scroll-top_form {
  position: fixed;
  bottom: 10%;
  right: 2%;
  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;
}
.scroll-top_line a {
  display: block;
  font-weight: 400;
  line-height: 0.4;
  margin: 0 0 10px 0;
}

.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: #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: 4px solid #d5d5d5;
  background: #fff;
}
.personal_area table .d-block {
  display: inline-block;
}
.personal_area table tr.bd-color-gray {
  border-top: 1px solid #ccc;
  /*border-bottom: 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 .policy_btn a {
  text-decoration: underline;
}
.personal_area .guidance {
  margin-top: 2%;
  font-size: 80%;
  line-height: 1.5;
}
.personal_area .guidance h3,
.personal_area .guidance p {
  font-weight: bold;
}
.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 {
  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:13px solid #0001f0;} ***** 20210728 ���θ�� �̹��� �ϴ� �������� ���� */

  .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;
  }

  .recruit_area {
    padding: 6% 0;
    background: #ffffff;
  }
  .recruit_area .inner {
    width: 100%;
  }
  .recruit_area h2 {
    font-size: 6vw;
  }
  .recruit_area h2 img {
    width: 80%;
  }
  .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%;
  }
}

/*
 * weballin �ۼ� CSS
 */

.cont_area {
  min-height: 100vh;
}
picture img {
  display: block;
}
