#content .sub_visual {
  width: 100%;
  height: 48.5vw;
  position: relative;
  background-image: url("/assets/images/doctors/img_visual_bg.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  margin-bottom: 30px;
}


#content .sub_visual .inner {
  padding-top: 0px;
  padding-right: 19.06%;
  padding-bottom: 0px;
  padding-left: 19.06%;
}


#content .sub_visual .text_box {
  text-align: left;
}


#content .sub_visual .text_box h3 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.2;
}


#content .sub_visual .text_box .add_text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}


#content .container {
  padding-top: 160px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  position: relative;
}


#content .container::before {
  content: "";
  padding-top: 260px;
  background-image: url("/assets/images/doctors/img_momo_txt.png");
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  position: absolute;
  top: 10px;
  left: 13%;
  width: 40%;
  background-size: contain;
}


#content section .main_title {
  margin-bottom: 48px;
  color: rgb(41, 32, 59);
}


#content section .sub_text {
  letter-spacing: -0.02em;
  font-weight: 400;
  color: rgb(41, 32, 59);
}


#content section .more_btn {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  color: rgb(133, 86, 227);
  padding-top: 24px;
  padding-right: 36px;
  padding-bottom: 24px;
  padding-left: 36px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(133, 86, 227);
  border-right-color: rgb(133, 86, 227);
  border-bottom-color: rgb(133, 86, 227);
  border-left-color: rgb(133, 86, 227);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-sizing: border-box;
}


#content .popup_bg {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(46, 21, 102, 0.15);
  width: 100%;
  height: calc(-200px + 100vh);
  position: fixed;
  top: 200px;
  left: 0px;
  z-index: 1000;
  display: none;
}


#content .popup_area {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(249, 249, 249);
  width: 66%;
  height: calc(-260px + 90vh);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  position: fixed;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
}


#content .popup_area .btn_close {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 44px;
  right: 3%;
  z-index: 103;
}


#content .popup_area .btn_close span {
  display: inline-block;
  width: 32px;
  height: 2px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(133, 86, 227);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}


#content .popup_area .btn_close span:nth-of-type(1) {
  transform: rotate(45deg);
}


#content .popup_area .btn_close span:nth-of-type(2) {
  transform: rotate(-45deg);
}


#content .popup_area .popup_con {
  width: calc(100% - 44px);
  height: calc(100% - 88px);
  position: fixed;
  top: 44px;
  left: 44px;
  z-index: 102;
  overflow-y: scroll;
}


#content .doctor {
  padding-top: 0px;
  padding-right: 14.7%;
  padding-bottom: 120px;
  padding-left: 14.7%;
}


#content .doctor>ul {
  display: grid;
  grid-template-columns: repeat(4, 3fr);
  column-gap: 40px;
  row-gap: 28px;
}


#content .doctor>ul>li {
  position: relative;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(196, 196, 196, 0.55);
  border-right-color: rgba(196, 196, 196, 0.55);
  border-bottom-color: rgba(196, 196, 196, 0.55);
  border-left-color: rgba(196, 196, 196, 0.55);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  min-width: 0px;
}


#content .doctor>ul>li .hover_box {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-right: 5%;
  padding-bottom: 38px;
  padding-left: 5%;
  box-sizing: border-box;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(212, 196, 245);
  border-right-color: rgb(212, 196, 245);
  border-bottom-color: rgb(212, 196, 245);
  border-left-color: rgb(212, 196, 245);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(15px) saturate(2);
}


#content .doctor>ul>li:hover .hover_box.on {
  z-index: 10;
  opacity: 1;
}


#content .doctor>ul>li .hover_box dl {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(223, 223, 223);
}


#content .doctor>ul>li .hover_box dl dt {
  font-size: 28px;
  line-height: 36px;
}


#content .doctor>ul>li .hover_box dl dd {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}


#content .doctor>ul>li .hover_box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgb(41, 32, 59);
}


#content .doctor>ul>li .hover_box ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgb(41, 32, 59);
  padding-left: 10%;
  position: relative;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
}


#content .doctor>ul>li .hover_box ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(41, 32, 59);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
}


#content .doctor>ul>li .hover_box .more_btn {
  display: block;
  padding-top: 11px;
  padding-right: 0px;
  padding-bottom: 11px;
  padding-left: 0px;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: rgb(133, 86, 227);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(242, 236, 255);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(116, 53, 255, 0.15);
  border-right-color: rgba(116, 53, 255, 0.15);
  border-bottom-color: rgba(116, 53, 255, 0.15);
  border-left-color: rgba(116, 53, 255, 0.15);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}


#content .doctor>ul>li .hover_box .close_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 5%;
}


#content .doctor>ul>li .hover_box .close_btn span {
  display: block;
  width: 2px;
  height: 14px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(116, 53, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -1px;
}


#content .doctor>ul>li .hover_box .close_btn span:first-of-type {
  transform: rotate(45deg);
}


#content .doctor>ul>li .hover_box .close_btn span:last-of-type {
  transform: rotate(-45deg);
}


#content .doctor>ul>li .plus_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 5%;
}


#content .doctor>ul>li .plus_btn span {
  display: block;
  width: 2px;
  height: 16px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(41, 32, 59);
  position: absolute;
  top: 50%;
  left: 50%;
}


#content .doctor>ul>li .plus_btn span:first-of-type {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  margin-left: -1px;
}


#content .doctor>ul>li .plus_btn span:last-of-type {
  height: 2px;
  width: 16px;
  margin-top: -1px;
  margin-left: -8px;
}


#content .doctor>ul>li dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  padding-right: 12px;
  padding-bottom: 20px;
  padding-left: 12px;
  row-gap: 8px;
  column-gap: 8px;
}


#content .doctor>ul>li dl dt {
  letter-spacing: -0.02em;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  vertical-align: middle;
  display: inline-flex;
  row-gap: 4px;
  column-gap: 4px;
  align-items: center;
}


#content .doctor>ul>li dl dt .name {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}


#content .doctor>ul>li dl dt .badge {
  font-size: 14px;
  color: rgb(255, 255, 255);
  letter-spacing: -0.02em;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  line-height: 1.2;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  height: max-content;
}


#content .doctor>ul>li dl dd {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  color: rgb(41, 32, 59);
}


#content .doctor>ul>li .img_box {
  padding-bottom: calc(113%);
  position: relative;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}


#content .cert_bg {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: none;
}


#content .cert_area {
  max-width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  display: none;
}


#content .cert_area .close_cert_view {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
}


#content .cert_area .close_cert_view span {
  display: inline-block;
  width: 32px;
  height: 2px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}


#content .cert_area .close_cert_view span:nth-of-type(1) {
  transform: rotate(45deg);
}


#content .cert_area .close_cert_view span:nth-of-type(2) {
  transform: rotate(-45deg);
}


#content .cert_img {
  margin-top: 34px;
}


#content .cert_img img {
  width: 100%;
}


#content .t_hide {
  display: block;
}


#content .doctor .pagination_box {
  text-align: center;
  margin-top: 100px;
  position: relative;
}


#content .doctor .pagination_box button {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(133, 86, 227);
  color: rgb(255, 255, 255);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 11px;
  padding-right: 32px;
  padding-bottom: 11px;
  padding-left: 32px;
  cursor: pointer;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  position: absolute;
  top: -80px;
  right: 0px;
}


#content .doc_view {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(27, 35, 50, 0.75);
  z-index: 99999;
  overflow-x: hidden;
  overflow-y: hidden;
  display: none;
}


#content .doc_info_con {
  position: relative;
  width: calc(68.75%);
  max-width: 1320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(rgb(255, 255, 255) 42%, rgb(242, 244, 247) 20%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-attachment: fixed;
  padding-top: 64px;
  padding-right: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
  row-gap: 60px;
  column-gap: 60px;
  display: flex;
  justify-content: space-between;
  height: 660px;
}


#content .doc_back_bg {
  background-color: rgb(242, 244, 247);
  width: 100%;
  height: 465px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}


#content .doc_view_img {
  width: 49.5%;
  display: inline-block;
}


#content .doc_text_box {
  width: 100%;
  display: inline-block;
  overflow-x: scroll;
}


#content .doc_photo {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  top: 50px;
  left: 50px;
}


#content .doc_photo img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}


#content .doc_text {
  width: 50%;
  right: 50px;
  top: 50px;
  display: flex;
  flex-direction: column;
  min-height: 0px;
}


#content .doc_text .top_text {
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: 244px;
  flex-shrink: 0;
}


#content .doc_text .top_text .deco {
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 0);
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: max-content auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
}


#content .doc_text .top_text .deco h1 {
  grid-row-start: 1;
  grid-row-end: span 2;
  grid-column-start: 1;
  grid-column-end: auto;
  width: fit-content;
}


#content .doc_text .top_text .deco .badge {
  grid-row-start: 1;
  grid-row-end: auto;
  grid-column-start: 2;
  grid-column-end: auto;
}


#content .doc_text .top_text .deco p {
  grid-row-start: 2;
  grid-row-end: auto;
  grid-column-start: 2;
  grid-column-end: auto;
}


#content .doc_text .top_text .deco h1 {
  font-size: 50px;
  color: rgb(27, 35, 50);
  display: inline-block;
}


#content .doc_text .top_text .deco p {
  color: rgb(71, 84, 103);
  line-height: 1.1em;
  font-size: 20px;
}


#content .doc_text .top_text .deco .badge {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-left: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  margin-bottom: 2px;
  display: inline-block;
  width: max-content;
}


#content .doc_text .top_text h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 20px;
  text-wrap-mode: initial;
  text-wrap-style: balance;
  word-break: keep-all;
}


#content .doc_text .top_text h3 {
  color: rgb(102, 112, 133);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4em;
}


#content .doc_bottom_scroll {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  min-height: 0px;
  overflow-y: auto;
  padding-right: 8px;
}


#content .doc_text .bottom_text {
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
}


#content .doc_text .bottom_text h1 {
  font-size: 30px;
  font-weight: 600;
  color: rgb(27, 35, 50);
  margin-bottom: 6px;
}


#content .doc_text .bottom_text p {
  color: rgb(102, 112, 133);
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: -1.5px;
}


#content .doctor_list ul li:last-child {
  margin-right: 0px;
}


#content .doctor_list ul li .doc_img img {
  width: 100%;
}


#content .doctor_list ul li .doc_txt {
  text-align: center;
  letter-spacing: -1px;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
}


#content .doctor_list ul li .doc_txt h3 {
  font-size: 32px;
  color: rgb(28, 28, 28);
  font-weight: normal;
}


#content .doctor_list ul li .doc_txt h3 span {
  font-weight: 600;
}


#content .doctor_list ul li .doc_txt p {
  font-size: 18px;
  color: rgb(102, 112, 133);
  line-height: 35px;
}


#content .view_close {
  position: absolute;
  top: 50px;
  right: 50px;
}


#content .doc_view .licence_box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: none;
}


#content .doc_view .licence_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#content .doc_view .licence_box .licence_close {
  width: 69px;
  height: 70px;
  background-image: url("/theme/basic/img_web/sub/l_close.png");
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  position: absolute;
  top: 100px;
  right: 100px;
  cursor: pointer;
}


#content #layer_container_exps img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}


#content .btn_write {
  position: absolute;
  right: 44px;
  bottom: 34px;
  line-height: 50px;
  height: 50px;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(119, 124, 129);
  border-right-color: rgb(119, 124, 129);
  border-bottom-color: rgb(119, 124, 129);
  border-left-color: rgb(119, 124, 129);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  font-size: 18px;
  letter-spacing: -1px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

@media (hover: hover) {

  #content .doctor>ul>li:hover .hover_box {
    z-index: 10;
    opacity: 1;
  }
}

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

  #content .doctor {
    padding-top: 0px;
    padding-right: 12%;
    padding-bottom: 120px;
    padding-left: 12%;
  }


  #content .popup_area {
    width: 76%;
  }
}

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

  #content .doctor {
    padding-top: 0px;
    padding-right: 8%;
    padding-bottom: 120px;
    padding-left: 8%;
  }


  #content .doctor ul li dl dt {
    font-size: 16px;
  }


  #content .doctor ul li dl dd {
    font-size: 11px;
  }


  #content .popup_area {
    width: 84%;
  }


  #content .doc_info_con {
    width: 84%;
    row-gap: 32px;
    column-gap: 32px;
  }
}

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

  #content .doctor {
    padding-top: 0px;
    padding-right: 6%;
    padding-bottom: 120px;
    padding-left: 6%;
  }


  #content .popup_area {
    width: 88%;
  }


  #content .cert_area {
    width: 80%;
  }


  #content .t_hide {
    display: none;
  }
}

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

  #content .sub_visual {
    padding-top: 0px;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
    height: calc(-94px + 144vw);
    background-image: url("/assets/images/doctors/img_visual_bg_mo.jpg");
    background-position-x: center;
    background-position-y: center;
    background-attachment: local;
  }


  #content .sub_visual .inner {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }


  #content .sub_visual .text_box h3 {
    font-size: 44px;
  }


  #content .sub_visual .text_box .add_text {
    font-size: 22px;
  }


  #content .container {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
  }


  #content .container::before {
    left: auto;
    right: 3%;
    width: 70%;
    top: 20px;
  }


  #content section .main_title {
    font-size: 28px;
    margin-bottom: 28px;
  }


  #content section .sub_text {
    font-size: 14px;
    line-height: 21px;
  }


  #content section .more_btn {
    font-size: 18px;
  }


  #content .popup_bg {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    width: 0px;
    height: 0px;
    bottom: 0px;
  }


  #content .popup_area {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: calc(-240px + 100vh);
    top: 280px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(46, 21, 102, 0.15);
    border-right-color: rgba(46, 21, 102, 0.15);
    border-bottom-color: rgba(46, 21, 102, 0.15);
    border-left-color: rgba(46, 21, 102, 0.15);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px -6px 36px;
  }


  #content .popup_area .btn_close {
    top: 24px;
    right: 3%;
  }


  #content .popup_area .popup_con {
    width: 100%;
    height: calc(100% - 88px);
    position: fixed;
    top: 68px;
    left: 0px;
  }


  #content .doctor {
    padding-top: 0px;
    padding-right: 5%;
    padding-bottom: 80px;
    padding-left: 5%;
  }


  #content .doctor>ul {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    row-gap: 40px;
  }


  #content .doctor>ul>li .hover_box ul li {
    padding-left: 8%;
  }


  #content .doctor>ul>li .hover_box ul li::before {
    left: 2%;
  }


  #content .doctor>ul>li dl {
    padding-bottom: 10px;
  }


  #content .doctor>ul>li dl dt {
    font-size: 20px;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
  }


  #content .doctor>ul>li dl dd {
    font-size: 14px;
    line-height: 20px;
  }


  #content .doc_info_con {
    flex-direction: column;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    top: 0px;
    transform: translate(-50%, 0px);
    height: 100%;
    overflow-y: scroll;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    padding-bottom: 100px;
  }


  #content .doc_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }


  #content .doc_text .top_text .deco {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
    column-gap: 6px;
  }


  #content .doc_text .top_text .deco h1 {
    grid-row-start: 1;
    grid-row-end: span 1;
    grid-column-start: 1;
    grid-column-end: auto;
  }


  #content .doc_text .top_text .deco .badge {
    grid-row-start: 1;
    grid-row-end: auto;
    grid-column-start: 2;
    grid-column-end: auto;
  }


  #content .doc_text .top_text .deco p {
    grid-row-start: 2;
    grid-row-end: span 1;
    grid-column-start: 1;
    grid-column-end: span 2;
  }


  #content .view_close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }


  #content .doc_text .top_text .deco h1 {
    font-size: 26px;
    text-align: right;
  }


  #content .doc_text .top_text h2 {
    font-size: 18px;
    line-height: 1.4;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(243, 243, 243);
    min-height: 62px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }


  #content .doc_text .top_text {
    width: 100%;
    height: auto;
  }


  #content .doc_text .bottom_text h1 {
    font-size: 14px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(13, 29, 61);
    color: rgb(255, 255, 255);
    display: inline-block;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    margin-bottom: 24px;
  }


  #content .doc_text .bottom_text p {
    font-size: 16px;
    line-height: 1.6;
  }


  #content .doc_text .top_text .deco .badge {
    font-size: 12px;
  }


  #content .doc_text .top_text .deco p {
    font-size: 16px;
  }


  #content .doc_text .bottom_text {
    max-height: max-content;
  }


  #content .doc_bottom_scroll {
    overflow-x: visible;
    overflow-y: visible;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    min-height: auto;
  }
}

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

  #content .sub_visual {
    padding-top: 0px;
    padding-right: 8%;
    padding-bottom: 0px;
    padding-left: 8%;
    height: calc(-64px + 180vw);
  }


  #content .sub_visual .text_box h3 {
    font-size: 34px;
    margin-bottom: 16px;
  }


  #content .sub_visual .text_box .add_text {
    font-size: 18px;
  }


  #content section .main_title {
    line-height: 41px;
    margin-bottom: 24px;
  }


  #content section .main_title i {
    display: block;
  }


  #content section .sub_text span {
    display: inline;
  }


  #content .popup_area {
    height: calc(-160px + 100vh);
    top: 160px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }


  #content .popup_area .btn_close {
    width: 24px;
    height: 24px;
    top: 18px;
  }


  #content .popup_area .btn_close span {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(46, 21, 102);
    width: 14px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
  }


  #content .popup_area .popup_con {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    left: 0px;
  }


  #content .doctor {
    padding-top: 0px;
    padding-right: 5%;
    padding-bottom: 60px;
    padding-left: 5%;
  }


  #content .doctor>ul {
    row-gap: 8px;
    column-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }


  #content .doctor>ul>li dl {
    padding-bottom: 16px;
    row-gap: 0px;
    column-gap: 0px;
  }


  #content .doctor>ul>li dl dt .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }


  #content .doctor>ul>li dl dt .badge {
    font-size: 12px;
  }


  #content .doctor>ul>li dl dd {
    line-height: 16px;
  }


  #content .doctor>ul>li .hover_box {
    padding-top: 32px;
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }


  #content .doctor>ul>li .hover_box dl dt {
    font-size: 24px;
    line-height: 32px;
  }


  #content .doctor>ul>li .hover_box .more_btn {
    width: 70%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }


  #content .doctor>ul>li .hover_box .close_btn {
    top: 32px;
  }


  #content .t_hide {
    display: block;
  }
}