@media (hover: hover) {
  .staff_list:hover .staff_image {
    background: #cfcfcf;
    scale: 1.1;
  }
  .staff_list:hover .staff_txt {
    background: #000048;
    transition: 0.3s;
  }
  .staff_list:hover dd,
  .staff_list:hover li {
    color: #fff;
  }
  .staff_list:hover dd {
    font-weight: 700;
  }
  .staff_list:hover .staff_txt ul {
    opacity: 1;
    height: 107px;
  }
  .quick_menu:hover .quick_button {
    width: 180px;
    padding: 21px 30px;
  }
  .quick_menu:hover .quick_call::after {
    content: "전화 상담";
    width: 75px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .quick_menu:hover .quick_talk::after {
    content: "카톡 상담";
    width: 75px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }

  .quick_menu:hover .quick_call_en::after {
    content: "Call";
  }
  .quick_menu:hover .quick_talk_en::after {
    content: "Kakaotalk";
  }
  .top_btn:hover img:first-child {
    display: none;
  }
  .top_btn:hover img:last-child {
    display: block;
  }
  .subject_list_hover:hover {
    background: #f6f6f6;
  }
  .subject_list:hover ul {
    opacity: 1;
  }
  .medical_staff_list:hover .detail_more {
    opacity: 1;
    width: 100%;
  }
  .medical_staff_list:hover .img_content {
    scale: 1.1;
  }
  .medical_staff_list:hover .staff_inform {
    background: #000048;
  }
  .medical_staff_list:hover .staff_inform div,
  .medical_staff_list:hover .staff_inform .detail_more {
    color: #fff;
  }
  .medical_staff_list:hover .staff_inform div:last-child span {
    border: 1px solid #fff;
    color: #fff;
  }
  .gallery .tab_list_wrap li:hover {
    color: #222;
  }
}
.intro_wrap {
  position: fixed;
  display: block;
  place-items: center;
  height: 100vh;
  width: 100%;
  z-index: 5;
  background: #000048;
}
.intro_wrap .hidden {
  visibility: hidden;
  opacity: 0;
}
.intro_wrap .inner {
  height: 100vh;
  position: relative;
  padding: 375px 0 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro_wrap .txt_content {
  width: 100%;
  margin-bottom: 244px;
  display: block;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  z-index: 2;
  transform: translateY(140px);
}
.intro_wrap .img_content {
  width: 78px;
  height: 51px;
}
.intro_background {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 50%;
  height: 100%;
  transform: scaleX(0);
}
.intro_background_left {
  left: 0;
  transform-origin: left center;
}
.intro_background_right {
  left: 50%;
  transform-origin: right center;
}
/* !intro page */
.main_banner {
  position: relative;
  width: 100%;
  height: 890px;
}
.main_banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
#myVideo {
  width: 100%;
  height: 890px;
  object-fit: cover;
}
.main_banner_txt {
  position: absolute;
  top: 318px;
  left: 50%;
  transform: translateX(-50%);
}
.main_banner_txt div {
  font-size: 65px;
  color: #fff;
  font-weight: 700;
}
.main_banner_txt div:first-child {
  margin-bottom: 104px;
  line-height: 1.15;
}
.main_banner_txt div span {
  display: block;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 600;
}
.main_banner > div:last-child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 33px;
  width: 31px;
  height: 15px;
}
/* !main banner fin */
.main_mission {
  padding: 200px 0 250px;
  background: #f6f6f6;
}
.main_mission .title {
  margin-bottom: 70px;
}
.mission_wrap {
  display: flex;
  justify-content: space-between;
}
.mission_list {
  width: 430px;
  opacity: 0;
}
.mission_list.active:first-child {
  animation: fadeUp 0.8s linear 1;
  animation-fill-mode: forwards;
}
.mission_list.active:nth-child(2) {
  animation: fadeUp 0.8s linear 0.2s 1;
  animation-fill-mode: forwards;
}
.mission_list.active:last-child {
  animation: fadeUp 0.8s linear 0.4s 1;
  animation-fill-mode: forwards;
}
.mission_image {
  width: 430px;
  height: 300px;
  margin-bottom: 40px;
}
.mission_title {
  padding-bottom: 23px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 300;
  border-bottom: 1px solid #222;
}
.mission_title span {
  margin-top: 5px;
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.mission_txt {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1.55;
  word-break: keep-all;
}
/* !brand mission fin */
.main_data {
  display: flex;
  justify-content: space-between;
  padding: 216px 340px 209px 246px;
  background: #000048;
}
.data_title {
  width: 430px;
  padding-top: 50px;
}
.data_title h2,
.data_title p,
.data_list div {
  color: #fff;
}
.data_title h2 {
  margin-bottom: 33px;
  font-weight: 700;
  font-size: 38px;
}
.data_title p {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.45;
}
.data_title span {
  font-size: 22px;
  color: #9c9cc8;
  letter-spacing: -0.02em;
}
.data_list_wrap {
  width: 657px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.data_list {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.data_list:not(:first-of-type) {
  width: calc(calc(100% - 140px) / 3) !important;
}
.data_list:first-child {
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: row;
}
.data_list:first-child > div:first-child {
  margin-right: 68px;
  font-size: 38px;
  font-weight: 600;
}
.data_list:first-child span {
  display: inline-block;
  margin-left: 5px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.data_list:nth-child(2),
.data_list:nth-child(3),
.data_list:last-child {
  width: auto;
}
.data_list > div:first-of-type {
  margin-bottom: 17px;
  font-size: 20px;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #9c9cc8;
}
.data_list:nth-of-type(3) > div:first-of-type {
  width: 102px;
}
.data_list .counting {
  width: auto;
}
.counting {
  display: flex;
  align-items: center;
}
.data01 {
  width: auto;
  font-size: 100px;
  font-weight: 900;
}
[class*="data0"] {
  text-align: right;
}
div.data02,
div.data03,
div.data04,
.data_list span {
  font-size: 36px;
  color: #9c9cc8;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.data02,
.data03,
† .data04 {
  width: auto;
}
/* !data section area */
.main_staff {
  position: relative;
  padding: 168px 0 140px;
  background: #f6f6f6;
}
.title_wrap {
  margin-bottom: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main_staff .title_wrap a {
  margin-bottom: 10px;
  color: #222;
  background: url("../images/icon/more_arrow.svg") center right / 20px no-repeat;
}
.staff_list {
  width: 331px;
  height: 663px;
  cursor: pointer;
  overflow: hidden;
}
.staff_image:nth-child(2) {
  display: none;
}
.staff_image {
  width: 100%;
  height: 432px;
  transition: 0.3s;
}
.staff_txt {
  position: relative;
  height: auto;
  padding: 30px 13px 0;
  z-index: 10;
}
.staff_txt dl {
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-align: center;
}
.staff_txt dt {
  margin-bottom: 5px;
  font-size: 18px;
  color: #ababab;
}
.staff_txt dd:nth-child(2) {
  margin-bottom: 10px;
  font-size: 22px;
}
.staff_txt dd:last-child {
  font-size: 16px;
}
.staff_txt ul {
  opacity: 0;
  height: 0;
  padding: 17px 18px 0 30px;
  border-top: 1px solid #fff;
  transition: 0.3s;
}
.staff_txt li:first-child {
  margin-bottom: 4px;
}
.staff_txt li {
  position: relative;
}
.staff_txt li::before {
  content: "-";
  position: absolute;
  left: -10px;
  top: 0;
  font-size: 16px;
}
.main_staff .swiper-button-prev::after,
.main_staff .swiper-button-next::after {
  display: none;
}
.main_staff .swiper-button-prev {
  top: 687px;
  margin-left: -770px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/nav_arrow_left.svg") center / 68px no-repeat;
}
.main_staff .swiper-button-next {
  top: 687px;
  margin-left: 800px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/nav_arrow_right.svg") center / 68px no-repeat;
}
/* !meical_staff area */
.medical_center {
  padding-top: 200px;
  margin-bottom: 250px;
}
.medical_center .title {
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.medical_content {
  position: relative;
  padding-top: 40px;
}
.medical_first {
  margin-bottom: 107px;
}
.medical_first .swiper-wrapper {
  justify-content: space-between;
}
.medical_first .swiper-slide {
  width: auto;
  font-size: 22px;
  font-weight: 700;
  color: #cfcfcf;
  cursor: pointer;
}
.medical_first .swiper-slide-thumb-active {
  color: #222;
}
.medical_second .swiper-slide {
  display: flex;
}
.medical_icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
}
.medical_txt {
  width: 676px;
  padding: 68px 0 0 72px;
  background: #000048;
}
.medical_txt div {
  color: #fff;
}
.medical_txt div:nth-child(2) {
  margin-bottom: 37px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.medical_txt div:last-of-type {
  width: 358px;
  margin-bottom: 40px;
  font-size: 18px;
  word-break: keep-all;
  letter-spacing: -0.02em;
  line-height: 1.45;
}
.medical_txt div span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.medical_slide {
  width: 100%;
  max-width: 1244px;
  height: 700px;
}
.medical_content .swiper-button-next {
  margin-left: 780px;
  top: 530px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/nav_arrow_right_white.svg") center / 68px
    no-repeat;
}
.medical_content .swiper-button-prev {
  margin-left: -780px;
  top: 530px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/nav_arrow_left_white.svg") center / 68px
    no-repeat;
}
.medical_content .swiper-button-prev::after,
.medical_content .swiper-button-next::after {
  display: none;
}
/* !medical center area fin */
.main_slider_section {
  margin-bottom: 263px;
}
.main_slider_section .title_container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.main_slider_section .video_slider_pagination {
  display: flex;
  gap: 80px;
  width: fit-content;
}
.main_slider_section .video_slider_pagination .swiper-pagination-bullet {
  width: fit-content;
  height: auto;
  font-size: 22px;
  font-weight: bold;
  background: none;
}
.main_slider_section .video_slider {
  position: relative;
  background-color: #f6f6f6;
}
.main_slider_section .video_slider .slide_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1674px;
  margin-left: auto;
}
.main_slider_section .video_slider .slide_img_wrap {
  flex-shrink: 0;
  width: 960px;
  height: 774px;
}
.main_slider_section .video_slider .slide_img_wrap img {
  object-fit: cover;
}
.main_slider_section .video_slider .slide_title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
}
.main_slider_section .video_slider .slide_title small {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
}
.main_slider_section .video_slider .slide_list_wrap,
.main_slider_section .video_slider .slide_text {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.77;
}
.main_slider_section .video_slider .swiper-slide-active .pc_img {
  display: block;
}
.main_slider_section .video_slider .swiper-slide-active .mb_img {
  display: none;
}
.main_slider_section .video_slider .slide_list_wrap {
  margin-bottom: 30px;
}
.main_slider_section .video_slider .slide_text {
  margin-bottom: 60px;
}
.main_slider_section .video_slider .view_more_button {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.main_slider_section .video_slider .view_more_button .icon_wrap {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.main_slider_section .video_slider .swiper_navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1628px;
  margin: 0 auto;
  z-index: 1;
}
.main_slider_section .video_slider .swiper-button-next,
.main_slider_section .video_slider .swiper-button-prev {
  width: 68px;
  height: 68px;
  margin: 0;
}
.main_slider_section .video_slider .swiper-button-next::after,
.main_slider_section .video_slider .swiper-button-prev::after {
  content: none;
}
.main_slider_section .video_slider .swiper-button-next {
  right: 0;
}
.main_slider_section .video_slider .swiper-button-prev {
  left: 0;
}
/* !main_slider_section area fin */
.main_community {
  margin-bottom: 332px;
}
.community_top > ul::after,
.community_bottom > ul::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  border-left: 1px solid #dcdcdc;
}
.community_top,
.community_bottom {
  position: relative;
  display: flex;
}
.community_top::after,
.community_bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 735px;
  width: 1px;
  height: 100%;
  border-left: 1px solid #dcdcdc;
}
.case_list_wrap {
  margin-bottom: 100px;
}
.case_list_wrap,
.review_list_wrap {
  position: relative;
  width: 1016px;
  display: flex;
  flex-flow: row wrap;
  gap: 100px 76px;
}
.main_case,
.main_review {
  position: sticky;
  top: 80px;
  margin-right: 74px;
  padding: 40px 80px;
  width: 700px;
  height: 980px;
}
.main_case {
  background: url("../images/main/view_more_case.jpg") center / cover no-repeat;
}
.main_review {
  background: url("../images/main/view_more_review.jpg") center / cover
    no-repeat;
}
.main_case div:first-child,
.main_review div:first-child {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  opacity: 0.4;
}
.main_case div:nth-child(2),
.main_review div:nth-child(2) {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
.main_case p,
.main_review p {
  margin-bottom: 83px;
  font-size: 20px;
  font-weight: 500;
  color: #f6f6f6;
  line-height: 1.3;
}
.community_list {
  cursor: pointer;
}
.community_list > span {
  position: relative;
  display: inline-block;
  padding-left: 82px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.community_list > span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 67px;
  border-bottom: 1px solid #222;
}
.case_list {
  width: 470px;
  height: 540px;
}
.case_list .community_image {
  margin-bottom: 37px;
  width: 100%;
  height: 366px;
}
.review_list {
  width: 470px;
  height: 554px;
}
.review_list .community_image {
  margin-bottom: 30px;
  width: 100%;
  height: 366px;
}
.community_title {
  display: flex;
  justify-content: space-between;
}
.community_txt {
  width: 340px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.community_txt p {
  display: -webkit-box;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inform_tag span,
.community_txt span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #999;
}
.inform_tag ul {
  margin-top: 9px;
  display: flex;
  gap: 10px;
}
.inform_tag li {
  width: auto;
  padding: 4px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #999;
  border: 1px solid #ccc;
  letter-spacing: -0.03em;
  border-radius: 30px;
  text-align: center;
}
.inform_tag li.active {
  background: #000048;
  color: #fff;
}
.community_profile {
  width: 97px;
  height: 97px;
}
.board_content .community_profile {
  width: 86px;
  height: 86px;
}
.community_profile img {
  border-radius: 50%;
}
/* !community area fin */
.quick_menu {
  position: fixed;
  top: 220px;
  right: 0;
  z-index: 10;
  background: #000048;
}
.mb_quick_menu {
  display: none;
}
.quick_button {
  width: 75px;
  display: block;
  padding: 21px;
  transition: 0.3s;
  cursor: pointer;
}
.quick_button div {
  width: 33px;
  height: 33px;
}
.quick_call,
.quick_talk {
  position: relative;
}
.top_btn {
  position: fixed;
  top: 860px;
  right: 24px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
}
.top_btn img:last-child {
  display: none;
}
/* ! quick button */
/* ! main page fin */
.brand_story .sub_banner {
  gap: 80px;
}
.story_describe {
  width: 910px;
}
/* !brand story main banner area */
.brand_identity {
  margin-bottom: 200px;
  overflow: hidden;
}
.identity_list {
  display: flex;
}
.identity_list .txt_content,
.identity_list .img_content {
  width: 960px;
  height: 774px;
}
.identity_list .txt_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.identity_list:first-child .txt_content {
  background: #222;
  color: #fff;
}
.identity_list:nth-child(2) .txt_content {
  background: #e0e0e0;
}
.identity_list:last-child .txt_content {
  background: #f6f6f6;
}
.identity_list .txt_content:nth-child(2n-1) {
  padding-left: 246px;
}
.identity_list .txt_content:nth-child(2n) {
  padding-left: 144px;
}
.identity_list .txt_content div:first-child {
  margin-bottom: 50px;
  font-size: 65px;
  font-weight: 700;
}
.identity_list .txt_content span {
  display: block;
  font-size: 30px;
  font-weight: 600;
}
.identity_list .txt_content li {
  font-size: 22px;
  font-weight: 600;
}
.identity_list .txt_content p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
}
.identity_list:last-of-type p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #999;
  line-height: 1.55;
}
.identity_list .txt_content li:not(:last-child) {
  margin-bottom: 40px;
}
/* !brand identity area */
.priciple {
  margin-bottom: 250px;
}
.priciple .title {
  margin-bottom: 100px;
}
.priciple_wrap {
  padding-left: 240px;
}
.priciple_list {
  width: 446px;
}
.priciple_list img:last-child,
.priciple_list .txt_content,
.swiper-slide-active img:first-child {
  display: none;
}
.swiper-slide-active .txt_content,
.swiper-slide-active img:last-child {
  display: block;
}
.priciple_list .txt_content {
  margin-top: 30px;
}
.priciple_list .txt_content div {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #222;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.priciple_list .txt_content p {
  font-size: 20px;
  color: #999;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.priciple_list .img_content {
  width: 100%;
  height: 500px;
}
/* !priciple slide area */
.greeting {
  background: #000048;
  padding: 75px 0 72px;
  margin-bottom: 200px;
}
.greeting .txt_content {
  width: 753px;
  color: #fff;
}
.greeting .title {
  margin-bottom: 100px;
}
.greeting .title h2 {
  opacity: 0.5;
}
.greeting .describe p {
  line-height: 1.556;
}
.greeting .describe p:first-child {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.greeting .describe p:nth-child(2) {
  margin-bottom: 33px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.greeting .describe p:nth-child(3) {
  margin-bottom: 35px;
  font-size: 18px;
}
.greeting .describe p:nth-child(4) {
  margin-bottom: 35px;
}
.greeting .img_content {
  width: 570px;
  height: 766px;
}
.greeting > div {
  display: flex;
  justify-content: space-between;
}
/* !greeting area */
/* !brand story page fin*/
.staff_intro .title,
.staff_detail .title {
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.staff_intro .wrap {
  padding-top: 106px;
  margin-top: -106px;
}
.tab_category {
  width: 857px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.tab_category li {
  font-size: 22px;
  font-weight: 700;
  color: #cfcfcf;
  cursor: pointer;
}
.tab_category li.active {
  color: #222;
}
.staff_intro_content {
  display: none;
}
.staff_intro_content.active {
  display: block;
  padding-top: 220px;
  margin-top: -220px;
}
.staff_intro_content .inner {
  margin-bottom: 200px;
  background: #f5f5f5;
}
.staff_greeting {
  padding: 112px 0;
  display: flex;
  justify-content: space-between;
}
.staff_greeting_txt {
  padding-top: 60px;
  width: 758px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.staff_greeting_txt div:first-child {
  font-size: 65px;
  font-weight: 500;
}
.staff_greeting_txt div:nth-child(2) {
  font-size: 36px;
  font-weight: 700;
  color: #a8a8a8;
  line-height: 1.44;
}
.staff_greeting_txt p {
  margin-top: 45px;
  font-size: 18px;
  line-height: 1.44;
  color: #222;
  font-weight: 400;
}
.staff_greeting_img {
  width: 570px;
  height: 630px;
}
.staff_service .staff_greeting_txt p {
  margin: 0;
}
.staff_service .staff_greeting_img {
  height: 392px;
}
.staff_service .subject_list {
  height: 275px;
}
.staff_service .medical_subject {
  margin-bottom: 200px;
}
/* !greeting area */
.medical_subject {
  margin-bottom: 165px;
}
.staff_title {
  margin-bottom: 60px;
  font-size: 38px;
  font-weight: 700;
}
.staff_title span {
  display: block;
  margin-bottom: 14px;
  font-size: 36px;
  font-weight: 600;
  color: #a8a8a8;
}
.subject_wrap {
  display: flex;
}
.subject_list {
  padding-top: 36px;
  width: 238px;
  height: 530px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*.subject_list.active:first-child{animation: fadeUp .5s linear 1; animation-fill-mode: forwards;}
.subject_list.active:nth-child(2){animation: fadeUp .5s linear .15s 1; animation-fill-mode: forwards;}
.subject_list.active:nth-child(3){animation: fadeUp .5s linear .3s 1; animation-fill-mode: forwards;}
.subject_list.active:nth-child(4){animation: fadeUp .5s linear .45s 1; animation-fill-mode: forwards;}
.subject_list.active:nth-child(5){animation: fadeUp .5s linear .6s 1; animation-fill-mode: forwards;}
.subject_list.active:nth-child(6){animation: fadeUp .5s linear .75s 1; animation-fill-mode: forwards;}*/

.subject_list div:nth-child(2) {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.subject_list div:nth-child(3) {
  margin-bottom: 12px;
  height: fit-content;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.56;
}
.subject_list ul {
  opacity: 0;
  transition: 0.3s;
}
.subject_list li {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.41;
}
.subject_icon {
  width: 67px;
  height: 67px;
  margin-bottom: 20px;
}
/* !subject area */
.medical_staff {
  margin-bottom: 250px;
}
.medical_staff_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 115px 25px;
}
.medical_staff_list {
  width: 338px;
  overflow: hidden;
  cursor: pointer;
}
.staff_inform {
  transition: 0.3s;
}
.medical_staff_list .img_content {
  width: 100%;
  height: 387px;
  transition: 0.3s;
}
.medical_staff_list .detail_more {
  padding: 21px 0 21px 20px;
  opacity: 0;
  width: 0;
  position: absolute;
  top: -60px;
  left: 0;
  font-weight: 700;
  background: url("../images/icon/more_arrow_white.svg") center right 20px /
      20px no-repeat,
    #000048;
  transition: 0.5s;
  border-bottom: 1px solid #262663;
}
.staff_inform {
  position: relative;
  padding: 21px 20px 35px;
}
.staff_inform div:first-of-type {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.staff_inform div:nth-child(3) {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.staff_inform div:nth-child(3) span {
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
}
.staff_inform div:nth-child(4) {
  margin-bottom: 15px;
  font-size: 18px;
}
.staff_inform div:last-child {
  display: flex;
  gap: 10px;
}
.staff_inform div:last-child span {
  display: inline-block;
  padding: 3px 20px;
  font-weight: 500;
  color: #999;
  letter-spacing: -0.03em;
  border-radius: 30px;
  border: 1px solid #999;
}
/* !medical staff area */
/* !staff_intro page fin*/
.staff_detail .wrap {
  padding-bottom: 250px;
}
.staff_detail_inform {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.staff_detail_content .inner {
  margin-bottom: 200px;
  background: url("../images/staff_intro/detail_staff_bg.jpg") center / cover
    no-repeat;
}
.staff_detail_txt {
  padding: 80px 0 100px;
}
.staff_detail_txt a,
.staff_detail_txt div {
  color: #fff;
}
.staff_detail_txt a {
  margin-bottom: 62px;
  padding: 8px 0 8px 40px;
  font-size: 20px;
  font-weight: 700;
  background: url("../images/icon/icon_back_arrow.svg") center left / 38px
    no-repeat;
}
.staff_detai_title {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
  opacity: 0.8;
}
.staff_name div:first-child {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  color: #f6f6f6;
  opacity: 0.8;
}
.staff_name div:nth-child(2) {
  margin-bottom: 4px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.staff_name div:nth-child(3) {
  margin-bottom: 23px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.staff_name ul {
  margin-bottom: 50px;
  display: flex;
  gap: 10px;
}
.staff_name li {
  padding: 11px 34px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #fff;
  color: #f6f6f6;
}
.bailiwick,
.Education {
  margin-bottom: 26px;
}
.inform_list div:first-of-type {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  opacity: 0.45;
}
.inform_list div:last-of-type {
  margin-top: 15px;
}
.inform_list p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  white-space: pre-wrap;
}
.staff_detail_img {
  width: 714px;
  height: 816px;
}
.staff_detail_img.mb {
  display: none;
}
/* !staff deatil page fin */
.sub_banner {
  margin-bottom: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.sub_banner .inner {
  display: flex;
  justify-content: space-between;
  width: 1674px;
}
.sub_banner .txt_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 48px;
}
.sub_banner .describe li {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
}
.sub_banner .describe li:not(:last-child) {
  margin-bottom: 22px;
}
.sub_banner .img_content {
  width: 1124px;
  height: 608px;
}
/* !surgery mainBanner area */
.system {
  padding: 176px 0 180px;
  background: #f5f5f5;
}
.system .title {
  margin-bottom: 80px;
}
.system_content {
  position: relative;
  width: 100%;
  height: 316px;
  margin-bottom: 80px;
}
.system_img {
  width: 100%;
  height: 100%;
}
.system_img.mb {
  display: none;
}
.system_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 54px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.system_list {
  width: 210px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #999;
  text-align: center;
}
.system_describe {
  width: 777px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.system_describe li {
  font-size: 30px;
  font-weight: 600;
  color: #000048;
  letter-spacing: -0.02em;
}
.system_describe li:nth-child(2) {
  padding-top: 20px;
}
/* !surgery system area */
.surgery_strength {
  overflow: hidden;
}
.strength_list {
  display: flex;
}
.strength_list .txt_content,
.strength_list .img_content {
  width: 960px;
  height: 774px;
}
.strength_list .txt_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strength_list:first-child .txt_content {
  background: #222;
  color: #fff;
}
.strength_list:nth-child(2) .txt_content {
  background: #dedede;
}
.strength_list:nth-child(3) .txt_content {
  background: #e1e1e1;
}
.strength_list:last-child .txt_content {
  background: #fafafa;
}
.strength_list .txt_content:nth-child(2n-1) {
  padding-left: 246px;
}
.strength_list .txt_content:nth-child(2n) {
  padding-left: 150px;
}
.strength_list .txt_content div:first-child {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 600;
}
.strength_list .txt_content div:first-child span {
  display: block;
  font-size: 65px;
  font-weight: 700;
}
.strength_list .txt_content div:last-child {
  font-size: 50px;
  font-weight: 700;
}
.strength_list .txt_content div:last-child span {
  display: inline-block;
}
.strength_list .txt_content div:last-child p {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.44;
}
.strength_list:not(:first-child) .txt_content div:last-child p {
  margin-top: 30px;
}
/* !surgery strength area */
.cooperate {
  padding: 200px 0 250px;
}
.cooperate h2 {
  margin: 0 0 80px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.52;
}
.cooperate h2 span {
  font-weight: 700;
}
.cooperate_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1142px;
  margin: 0 auto;
}
.cooperate_img .mb {
  display: none;
}
.cooperate_img div:first-child {
  width: 550px;
  height: 403px;
}
.cooperate_img div:last-child {
  width: 467px;
  height: 562px;
}
/* !cooperate area */
.surgery_pride {
  position: relative;
  margin-bottom: 200px;
}
.pride_banner {
  position: relative;
  width: 100%;
  height: 787px;
  background: url("../images/surgery/pride_banner.jpg") center / cover no-repeat;
}
.pride_banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1304px;
  height: 100%;
  background: linear-gradient(270deg, #000000 58.73%, rgba(0, 0, 0, 0) 100%);
}
.surgery_pride .txt_content {
  position: absolute;
  top: 192px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 400px;
}
.surgery_pride .title {
  margin-bottom: 60px;
}
.surgery_pride .title p {
  color: #fff;
}
.surgery_pride .describe {
  width: 588px;
}
.surgery_pride .describe p:first-child {
  margin-bottom: 40px;
}
.surgery_pride .describe p {
  font-size: 18px;
  color: #fff;
  line-height: 1.58;
}
/* !surgery pride area */
.another_page {
  padding-bottom: 204px;
}
.another_page ul {
  display: flex;
  justify-content: space-between;
}
.another_page li {
  cursor: pointer;
  opacity: 0;
}
.another_page li.active:first-child {
  animation: fadeUp 0.6s linear 1;
  animation-fill-mode: forwards;
}
.another_page li.active:nth-child(2) {
  animation: fadeUp 0.6s linear 0.2s 1;
  animation-fill-mode: forwards;
}
.another_page li.active:last-child {
  animation: fadeUp 0.6s linear 0.4s 1;
  animation-fill-mode: forwards;
}
.another_page .img_content {
  width: 430px;
  height: 300px;
  margin-bottom: 40px;
}
.another_page .txt_content {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 300;
}
.another_page .txt_content span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: url("../images/icon/more_arrow.svg") center right / 20px no-repeat;
}
/* !another page area */
/* !surgery page fin*/
.notice_board {
  padding-top: 80px;
}
.notice_board .news {
  padding-bottom: 260px;
}
.notice_board .news .title {
  margin-bottom: 80px;
}
.board_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 84px;
}
.board_list {
  width: 420px;
  height: auto;
  cursor: pointer;
}
.board_img {
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: 28px;
}
.case .board_img,
.review .board_img {
  height: 326px;
}
.board_img span {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 80px;
  padding: 5px 0;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 50px;
  letter-spacing: -0.03em;
  text-align: center;
}
.board_content {
  display: flex;
  justify-content: space-between;
}
.board_txt {
  width: 320px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.news .board_txt span {
  display: inline-block;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  color: #a8a8a8;
}
.board_txt p {
  display: -webkit-box;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.write_date {
  font-size: 16px;
  font-weight: 500;
  color: #a8a8a8;
}
/* !news page area fin */
.shine_contact .sub_banner {
  gap: 80px;
}
.contact_describe {
  width: 1050px;
}
.banner_describe {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner_describe li {
  font-size: 30px;
  font-weight: 600;
  color: #000048;
  letter-spacing: -0.02em;
  text-align: center;
}
.banner_describe li:nth-child(2) {
  padding-top: 20px;
}
/* !shine contact main banner area */
.shine_hours {
  display: flex;
  margin-bottom: 250px;
}
.shine_hours > div {
  width: 960px;
}
.hours_left {
  padding: 95px 252px 112px 246px;
  background: #e0e0e0;
}
.shine_hours .title {
  margin-bottom: 40px;
}
.shine_hours h2 {
  color: #2c2c2c;
  opacity: 0.5;
}
.hours_image {
  margin-left: 52px;
  width: 410px;
  height: 410px;
}
.hours_right {
  padding: 240px 0 240px 114px;
  background: #f6f6f6;
}
.hours_right div {
  margin-bottom: 52px;
  font-size: 30px;
  font-weight: 700;
}
.hours_right ul:nth-child(2) {
  margin-bottom: 30px;
}
.hours_right ul:nth-child(2) li {
  font-size: 22px;
  font-weight: 600;
}
.hours_right ul:nth-child(2) li:not(:last-child) {
  margin-bottom: 10px;
}
.hours_right ul:last-child li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
/* !/shine contact hours area */
.contact_banner {
  margin-bottom: 250px;
  display: flex;
  justify-content: space-between;
}
.contact_banner ul {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
.contact_banner li {
  cursor: pointer;
}
.contact_banner .img_content {
  width: 430px;
  height: 300px;
  margin-bottom: 40px;
}
.contact_banner .txt_content {
  font-size: 22px;
  font-weight: 300;
}
.contact_banner .txt_content span {
  margin-top: 5px;
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: url("../images/icon/more_arrow.svg") center right / 20px no-repeat;
}
/* !contact banner area */
.shine_contact .system {
  margin-bottom: 250px;
}
.system_descibe_wrap {
  display: flex;
  padding: 0 38px;
  justify-content: space-between;
}
.system_descibe_wrap li {
  text-align: center;
}
.system_descibe_wrap span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}
.system_descibe_wrap p {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.56;
}
/* !contact system area */
.directions {
  margin-bottom: 250px;
}
.directions .title {
  margin-bottom: 60px;
}
.contact_map {
  padding: 30px 44px 46px;
  margin-bottom: 80px;
  background: #f6f6f6;
  border: 1px solid #cfcfcf;
}
.root_daum_roughmap {
  width: 100% !important;
}
.root_daum_roughmap .wrap_map {
  height: 412px !important;
}
.root_daum_roughmap .wrap_controllers {
  display: none;
}
.root_daum_roughmap .wrap_btn_zoom {
  z-index: 4 !important;
}
.map_txt {
  margin-top: 38px;
  display: flex;
  gap: 33px;
  align-items: center;
}
.map_txt div:first-child {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.map_txt div:last-child {
  font-size: 18px;
  letter-spacing: -0.02em;
}
.parking {
  width: 650px;
  margin: 0 auto;
}
.parking_title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}
.parking_img {
  margin-bottom: 30px;
  width: 100%;
  height: 404px;
}
.parking_describe {
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
}
/* !directions area */
/* !shine contact page fin */
.shine_entrance .sub_banner {
  gap: 80px;
}
.hospitalization {
  margin-bottom: 250px;
  padding: 135px 0;
  background: #f6f6f6;
}
.hospitalization .title {
  margin-bottom: 62px;
}
.hospitalization_wrap {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.hospitalization_list {
  width: 321px;
  padding: 0 16px;
}
.hospitalization_list div:first-child {
  width: 67px;
  height: 67px;
  margin: 0 auto 22px;
}
.hospitalization_list div:nth-child(2) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #222;
}
.hospitalization_list p {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.55;
}
.hospitalization_list span {
  display: block;
  font-weight: 600;
  color: #000048;
}
.kakao_guide_wrap div:first-child {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 600;
}
.kakao_guide_wrap ul {
  display: flex;
  justify-content: space-between;
}
.kakao_guide_list {
  width: 324px;
}
.kakao_guide_list div:first-child {
  margin-bottom: 20px;
  width: 100%;
  height: 306px;
}
.kakao_guide_list div:last-child {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.kakao_guide_list div:last-child span {
  display: block;
  margin-bottom: 8px;
  color: #999;
}
/* ! hospitalization area*/
.facility {
  margin-bottom: 200px;
}
.facility .title {
  margin-bottom: 80px;
}
.facility .title p.mb {
  display: none;
}
.facility_slide .swiper-slide {
  display: flex;
  align-items: center;
}
.facility_slide .slide_img,
.child_slide,
.child_slide .swiper-slide {
  width: 1244px;
  height: 700px;
}
.slide_txt {
  height: 700px;
  display: flex;
  align-items: center;
  background: #222;
  flex-grow: 1;
}
.slide_txt .inner > div:first-child {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}
.slide_txt .slide_tag {
  display: flex;
  gap: 10px;
}
.slide_txt .slide_tag div {
  display: inline-block;
  margin-bottom: 50px;
  padding: 5px 30px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 30px;
  letter-spacing: -0.03em;
}
.slide_txt p {
  width: 402px;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.45;
}
.facility_slide .slide_txt .inner {
  padding-left: 72px;
  width: 676px;
  color: #fff;
}
.facility_slide .swiper-button-prev::after,
.facility_slide .swiper-button-next::after {
  display: none;
}
.facility_slide .swiper-button-prev {
  width: 68px;
  height: 68px;
  margin-left: -780px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/nav_arrow_left_white.svg") center / 68px
    no-repeat;
}
.facility_slide .swiper-button-next {
  width: 68px;
  height: 68px;
  margin-left: 800px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/nav_arrow_right_white.svg") center / 68px
    no-repeat;
}
.swiper-pagination-child {
  display: inline-flex;
  justify-content: center;
  gap: 16px;
  bottom: 50px !important;
}
.swiper-pagination-child .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #fff;
}
.swiper-pagination-child .swiper-pagination-bullet-active {
  background: #fff;
}
/* !facility slide area */
.meeting {
  margin-bottom: 250px;
}
.meeting .title {
  margin-bottom: 80px;
}
.meeting .txt_top {
  margin-bottom: 60px;
}
.meeting .txt_top p,
.meeting .txt_content ul {
  margin-top: 20px;
}
.meeting .txt_content div {
  font-size: 30px;
  font-weight: 700;
}
.meeting .txt_top p,
.meeting .txt_content li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
}
.meeting_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meeting_content .img_content {
  width: 842px;
  height: 448px;
}
/* !meeting area */
/* !shine entrance page fin */
.shine_referral .sub_banner {
  gap: 80px;
}
.referral_describe {
  width: 806px;
}
/* !main_banner area */
.cooperation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1335px;
  margin: 0 auto 200px;
}
.cooperation_left {
  width: 490px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.56;
}
.cooperation_left span {
  font-weight: 700;
}
.cooperation_right {
  width: 467px;
  height: 562px;
}
/* !cooperation area */
.process {
  margin-bottom: 200px;
  background: #f6f6f6;
}
.process .inner {
  padding: 131px 0 134px;
  width: 1368px;
  margin: 0 auto;
}
.process .title {
  margin-bottom: 80px;
}
.process_content {
  padding-top: 70px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.process_left {
  padding: 74px 0 0 50px;
}
.process_left p {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.55;
}
.process_right {
  flex-shrink: 0;
  width: 600px;
  height: 403px;
}
.process_right img:last-of-type {
  display: none;
}
.process_wrap {
  position: relative;
  margin-bottom: 13px;
}
.process_wrap::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -50px;
  height: 93%;
  border-left: 1px solid #cfcfcf;
}
.process_wrap li {
  position: relative;
  font-size: 22px;
  font-weight: 700;
}
.process_wrap li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -57px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #cfcfcf;
}
.process_wrap li span {
  color: #999;
}
.process_wrap li:not(:last-child) {
  margin-bottom: 50px;
}
.process_describe {
  width: 932px;
  align-items: flex-start;
  text-align: center;
}
.process_describe li:nth-child(2) {
  padding-top: 10px;
  line-height: 1.25;
}
/* ! process area */
.shine_referral .contact_banner {
  flex-wrap: wrap;
}
.shine_referral .contact_banner .title {
  margin-bottom: 80px;
}
.request_fin {
  width: 1234px;
  padding: 35px 0;
  margin: 80px auto 0;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  background: #f6f6f6;
}
/* !shine referral page fin */
.pancreas .sub_banner .img_content {
  width: 1040px;
}
/* ! pancreas main banner */
.reason {
  margin-bottom: 200px;
}
.reason .title {
  margin-bottom: 80px;
}
.reason_wrap {
  margin-bottom: 110px;
  display: flex;
  justify-content: space-between;
}
.reason_list {
  width: 430px;
  height: auto;
  opacity: 0;
}
.reason_list.active:first-child {
  animation: fadeUp 0.8s linear 1;
  animation-fill-mode: forwards;
}
.reason_list.active:nth-child(2) {
  animation: fadeUp 0.8s linear 0.2s 1;
  animation-fill-mode: forwards;
}
.reason_list.active:last-child {
  animation: fadeUp 0.8s linear 0.4s 1;
  animation-fill-mode: forwards;
}
.reason_list .img_content {
  margin-bottom: 40px;
  width: 100%;
  height: 300px;
}
.reason_list .txt_content div:first-child {
  margin-bottom: 30px;
  padding-bottom: 23px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #222;
}
.reason_list .txt_content div:last-child {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.reason_fin {
  width: 1234px;
  margin: 0 auto;
  padding: 35px 0;
  font-size: 22px;
  font-weight: 500;
  background: #f6f6f6;
  text-align: center;
}
/* ! pancreas reason area */
.center_staff {
  position: relative;
  margin-bottom: 221px;
}
.center_staff .title {
  margin-bottom: 80px;
}
.center_staff .title p.mb {
  display: none;
}
.docter_swiper .medical_staff_wrap {
  flex-wrap: inherit;
  gap: 0;
}
.center_staff .swiper-button-prev::after,
.center_staff .swiper-button-next::after {
  display: none;
}
.center_staff .swiper-button-prev {
  margin-left: -800px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/nav_arrow_left.svg") center / 68px no-repeat;
}
.center_staff .swiper-button-next {
  margin-left: 800px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/nav_arrow_right.svg") center / 68px no-repeat;
}
/* ! center_staff area */
.surgery_guide {
  margin-bottom: 200px;
}
.surgery_guide .title {
  margin-bottom: 80px;
}
.surgery_guide .content,
.program_guide .content {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
.surgery_list {
  display: flex;
  gap: 100px;
}
.surgery_list .surgery_img {
  width: 663px;
  height: 617px;
}
.surgery_list .surgery_txt {
  width: 663px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.surgery_txt .describe {
  width: 100%;
}
.surgery_txt .describe span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}
.surgery_txt .describe.gray span {
  color: #a8a8a8;
}
.surgery_txt .describe p {
  font-size: 18px;
  line-height: 1.78;
}
.surgery_txt .describe p:not(:last-of-type) {
  margin-bottom: 20px;
}
/* !shine_surgery guide area */
.shine_pride {
  position: relative;
  margin-bottom: 200px;
}
.shine_pride .pride_banner {
  position: relative;
  width: 100%;
  height: 700px;
  background: url("../images/pancreas/pride_banner.jpg") center / cover
    no-repeat;
}
.shine_pride .pride_banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000 30%, transparent);
}
.shine_pride .txt_content {
  position: absolute;
  top: 91px;
  left: 50%;
  transform: translateX(-50%);
}
.shine_pride .title {
  margin-bottom: 50px;
}
.shine_pride .title p {
  color: #fff;
}
.shine_pride .describe {
  width: 588px;
}
.shine_pride .describe p:not(:last-of-type) {
  margin-bottom: 40px;
}
.shine_pride .describe p {
  font-size: 18px;
  color: #fff;
  line-height: 1.58;
}
/* !shine pride banner area */
.pancreas .shine_pride .describe {
  width: 598px;
}
.pancreas .contact_banner .title {
  width: 323px;
}
/* !shine pancrease center page */
.joint .sub_banner .img_content {
  width: 1040px;
}
/* !joint center page */
.joint .shine_pride .describe {
  width: 730px;
}
/* !joint shine pride area */
.joint .contact_banner .title,
.nerve .contact_banner .title,
.cancer .contact_banner .title,
.heart .contact_banner .title {
  width: 305px;
}
/* !joint page */
.nerve .shine_pride .describe {
  width: 746px;
}
/* !nerve page */
.cancer .shine_pride .txt_content {
  top: 107px;
}
.cancer .shine_pride .describe {
  width: 741px;
}
/* !cancer page */
.heart .shine_pride .describe {
  width: 670px;
}
/* !cat page */
.checkup .contact_banner .title {
  width: 423px;
}
/* !checkup page */
.cell .shine_pride .describe {
  width: 623px;
}
.cell .contact_banner .title {
  width: 372px;
}
/* !cell page */
.emergency .shine_pride .describe {
  width: 640px;
}
.emergency .contact_banner .title {
  width: 291px;
}
/* !emergency page */
.interventional .shine_pride .describe {
  width: 540px;
}
.interventional .contact_banner .title {
  width: 362px;
}
/* !interventional page */
.hemodialysis .section2 {
  position: relative;
  height: 550px;
  margin-bottom: 200px;
  background: url("../images/hemodialysis/section2_img.jpg") no-repeat center /
    cover;
}
.hemodialysis .section2 .text_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 490px;
  font-size: 18px;
  color: #fff;
  line-height: 1.44;
  word-break: keep-all;
  background-color: #222;
  padding: 0 56px;
}
.hemodialysis .section2 .text_container h3 {
  margin-bottom: 46px;
  font-size: 26px;
  font-weight: 600;
}
.hemodialysis .section2 .text_container h3 b {
  display: inline-block;
  margin-top: 10px;
  font-size: 38px;
}
.hemodialysis .facility_section {
  background-color: #f6f6f6;
}
.hemodialysis .facility_section .inner {
  align-items: center;
}
.hemodialysis .facility_section .text_container {
  font-size: 18px;
  line-height: 1.77;
}
.hemodialysis .facility_section .title {
  margin-bottom: 50px;
}
.hemodialysis .facility_section .list_wrap {
  margin-bottom: 40px;
}
.hemodialysis .facility_section .img_container {
  flex-shrink: 0;
  width: 956px;
  aspect-ratio: 956 / 774;
}
.hemodialysis .facility_section.sub_banner {
  justify-content: flex-start;
}
.hemodialysis .facility_section.sub_banner .inner {
  gap: 90px;
  justify-content: flex-start;
}
.hemodialysis .facility_section .img_container {
  flex-shrink: 0;
  width: 960px;
}
.hemodialysis .case_section {
  margin-bottom: 200px;
}
.hemodialysis .case_section .title {
  margin-bottom: 80px;
}
.hemodialysis .case_section .case_wrap {
  display: flex;
  gap: 39px;
}
.hemodialysis .case_section .case_list {
  flex: 1 0 0;
  height: auto;
  text-align: center;
}
.hemodialysis .case_section .case_list .img_content {
  aspect-ratio: 450 / 204;
}
.hemodialysis .case_section .case_list .list_title {
  margin: 15px 0 10px;
  font-size: 30px;
  font-weight: bold;
}
.hemodialysis .case_section .case_list .list_unit {
  font-size: 18px;
}
.hemodialysis .shine_pride .describe {
  width: 658px;
}
.hemodialysis .shine_pride .txt_content {
  top: 50%;
  transform: translate(-50%, -50%);
}
/* !hemodialysis page */
.checkup_banner {
  margin-bottom: 250px;
  display: flex;
  background: #f6f6f6;
}
.checkup_banner .img_content {
  width: 960px;
  height: 710px;
}
.checkup_banner .txt_content {
  padding: 181px 0 0 93px;
}
.checkup_banner .title {
  width: 552px;
  margin-bottom: 40px;
}
.checkup_banner li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.02em;
}
/* !checkup banner */
.checkup .reason_list .txt_content span {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 300;
}
.age_check {
  margin-bottom: 80px;
}
.age_check .title {
  margin-bottom: 80px;
}
.age_check_wrap {
  margin-bottom: 110px;
  display: flex;
  justify-content: space-between;
}
.age_check_list {
  width: 430px;
  height: auto;
  opacity: 0;
}
.age_check_list.active:first-child {
  animation: fadeUp 0.6s linear 1;
  animation-fill-mode: forwards;
}
.age_check_list.active:nth-child(2) {
  animation: fadeUp 0.6s linear 0.2s 1;
  animation-fill-mode: forwards;
}
.age_check_list.active:last-child {
  animation: fadeUp 0.6s linear 0.4s 1;
  animation-fill-mode: forwards;
}
.age_check_list .img_content {
  margin-bottom: 40px;
  width: 100%;
  height: 300px;
}
.age_check_list .txt_content div:first-child {
  margin-bottom: 30px;
  padding-bottom: 23px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #222;
}
.age_check_list .txt_content div:last-child {
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
/* !age_check area */
.check_list {
  margin-bottom: 250px;
  padding: 47px 87px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../images/checkup/water_mark.png") bottom right / 317px
      no-repeat,
    #fafafa;
}
.check_list .txt_content {
  width: 263px;
}
.check_list .txt_content div:first-child {
  margin-bottom: 35px;
  font-size: 38px;
  font-weight: 700;
}
.check_list .txt_content div:last-child {
  font-size: 18px;
  font-weight: 500;
  color: #999;
  line-height: 1.56;
}
.list_content {
  width: 891px;
}
.list_content li {
  position: relative;
  padding: 17px 0 17px 100px;
  font-size: 18px;
  background: url("../images/checkup/check_box.jpg") center left 20px / 17px
    no-repeat;
}
.list_content li:not(:last-child) {
  border-bottom: 1px solid #999;
}
.list_content li::after {
  position: absolute;
  left: 60px;
  top: 0;
  content: "";
  border-left: 1px solid #999;
  height: 55px;
}
/* !check_list area */
.program_guide {
  margin-bottom: 200px;
  overflow: hidden;
}
.program_guide .title {
  margin-bottom: 60px;
}
.program_guide .title p.mb {
  display: none;
}
.program_guide table {
  width: 100%;
  text-align: center;
}
.program_guide tr:first-child th {
  padding: 27px 0;
  font-size: 20px;
  color: #fff;
  background: #222;
  text-align: center;
}
.program_guide tr:first-child th:nth-child(2) {
  width: 224px;
}
.program_guide td {
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  vertical-align: middle;
}
.program_guide .th {
  width: 300px;
  vertical-align: middle;
  line-height: 1.5;
  border-left: none;
  border-top: 1px solid #999;
  background: #f6f6f6;
}
.program_guide .th span {
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.program_guide tr:nth-child(2) .th {
  padding: 221px 0 221px 63px;
}
.program_guide tr:nth-child(6) .th {
  padding: 67px 0 67px 63px;
}
.program_guide tr:last-child .th {
  padding: 30px 0 30px 63px;
}
.program_guide tr:nth-child(5) td:first-child,
.program_guide tr:nth-child(7) td:first-child {
  height: 73px;
}
.program_guide td:first-of-type {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
}
.program_guide td:not(:first-of-type) {
  padding-left: 20px;
}
.program_guide td:not(:first-of-type) ul {
  padding-left: 30px;
  display: inline-block;
  line-height: 1.5;
}
.program_guide td:not(:first-of-type) ul:first-child {
  margin-right: 10px;
}
.program_guide td:not(:first-of-type) li {
  position: relative;
}
.program_guide td:not(:first-of-type) li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #222;
}
.program_guide td:last-child {
  border-right: none;
}
.checkup .surgery_guide {
  margin-bottom: 250px;
}
.checkup .surgery_list {
  align-items: center;
}
/* !program_guide arae */
p.check_p {
  margin-top: 60px;
  width: 300px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
/* !contact area */
/* !checkup page */
.surgery_txt .describe p span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #ababab;
  line-height: 1.2;
}
/* !cat center page */
.notice_board .review {
  padding-bottom: 250px;
}
.notice_board .review .title,
.notice_board .case .title {
  margin-bottom: 80px;
}
.board_category {
  display: flex;
  margin-bottom: 33px;
  justify-content: flex-end;
  gap: 30px;
}
.board_category li {
  font-size: 22px;
  font-weight: 700;
  color: #a8a8a8;
  cursor: pointer;
}
.board_category li.active {
  color: #222;
}
.review .board_content {
  align-items: center;
}
.review .inform_tag ul {
  margin-top: 13px;
}
/* !review page area fin */
.notice_board .case {
  padding-bottom: 214px;
}
.case .board_txt span {
  font-size: 16px;
  color: #999;
  letter-spacing: -0.03em;
}
/* !case page area fin */
.board_detail {
  padding-bottom: 250px;
}
.board_detail > a {
  padding-left: 44px;
  font-size: 20px;
  background: url("../images/icon/nav_arrow_left02.svg") center left / 38px
    no-repeat;
}
.news_detail > a {
  margin-bottom: 60px;
}
.news_detail .detail_title {
  padding-top: 84px;
}
.detail_wrap {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  border-bottom: 5px solid #f6f6f6;
}
.detail_img {
  width: 420px;
  height: 326px;
}
.news_detail .detail_img {
  height: 280px;
}
.detail_date {
  display: flex;
  width: 200px;
  justify-content: space-between;
}
.detail_date span {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #a8a8a8a8;
}
.detail_title p {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.44;
}
.detail_title > span {
  display: inline-block;
  width: 554px;
  font-size: 20px;
  color: #999;
  word-break: break-all;
  line-height: 1.3;
}
/*.detail_content{display: flex; align-items: center; width: 100%; height: 1100px;}*/
.detail_content {
  padding: 50px;
  display: block;
  width: 100%;
  height: auto;
}
.detail_content img {
  width: 530px;
  height: auto;
  object-fit: cover;
}
.detail_content span {
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
/* !news_detail page area */
.review_detail > a {
  margin-bottom: 23px;
}
.review_detail .detail_title {
  padding-top: 95px;
  width: 554px;
}
.review_detail .detail_title p:nth-child(2) {
  margin: 10px 0 83px;
  font-weight: 400;
  font-size: 20px;
  color: #999;
}
/* !review_datail page area */
.case_detail > a {
  margin-bottom: 30px;
}
.detail_profile {
  width: 240px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail_profile.mb {
  display: none;
}
.detail_profile div {
  width: 86px;
  height: 86px;
}
.detail_profile div img {
  border-radius: 50%;
}
.detail_profile span {
  font-size: 20px;
  font-weight: 600;
  color: #999;
}
.case_detail .detail_title {
  padding-top: 10px;
  width: 554px;
}
.case_detail .detail_title p:nth-child(3) {
  margin: 10px 0 25px;
  font-weight: 400;
  font-size: 20px;
  color: #999;
}
/* !case_detail page fin */
.gallery_wrap {
  padding-top: 80px;
}
.gallery_wrap .gallery {
  min-height: 100vh;
}
.gallery_wrap .gallery img {
  object-fit: cover;
}
.gallery .tab_container,
.gallery .tab_list_wrap {
  display: flex;
}
.gallery .tab_list_wrap li {
  transition: 0.3s;
  cursor: pointer;
}
.gallery .tab_list_wrap li.active {
  color: #222;
}
.gallery .main_tab_list_wrap {
  gap: 60px;
  font-size: 22px;
  font-weight: bold;
  color: #cfcfcf;
}
.gallery .section1 {
  margin-bottom: 200px;
}
.gallery .section1 .title {
  margin-bottom: 21px;
}
.gallery .section1 .tab_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 49px;
  border-bottom: 1px solid #dcdcdc;
}
.gallery .section1 .sub_tab_list_wrap {
  gap: 38px;
  font-size: 20px;
  font-weight: 500;
  color: #a8a8a8;
}
.gallery .section1 .slider {
  margin-bottom: 50px;
}
.gallery .section1 .slider .swiper-slide {
  position: relative;
}
.gallery .section1 .slider .swiper-slide .img_wrap {
  height: 675px;
}
.gallery .section1 .slider .swiper-slide .img_text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 120px;
  padding: 17px 50px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.gallery .section1 .slider .swiper-button-next,
.gallery .section1 .slider .swiper-button-prev {
  width: 62px;
  height: 62px;
  margin-top: 0;
  transform: translateY(-50%);
}
.gallery .section1 .slider .swiper-button-prev {
  left: 50px;
}
.gallery .section1 .slider .swiper-button-next {
  right: 50px;
}
.gallery .section1 .slider .swiper-button-next::after,
.gallery .section1 .slider .swiper-button-prev::after {
  content: none;
}
.gallery .section1 .thumbnail .swiper-slide {
  width: 169px;
  height: 80px;
  opacity: 0.2;
  cursor: pointer;
}
.gallery .section1 .thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery .section2 {
  padding-bottom: 300px;
}
.gallery .section2 .top_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdcdc;
}

.gallery .section2 .top_container .title {
  flex-shrink: 0;
}
.gallery .section2 .tab_content_list_wrap {
  display: none;
}
.gallery .section2 .tab_content_list_wrap.active {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 16px;
}
.gallery .section2 .tab_content_list {
  width: 345px;
}
.gallery .section2 .tab_content_list .img_wrap {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
.gallery .section2 .tab_content_list .content_title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
.gallery .section2 .tab_content_list .detail_list:not(:last-child) {
  margin-bottom: 5px;
}
.gallery .section2 .tab_content_list .detail_list {
  font-size: 18px;
  color: #a8a8a8;
  letter-spacing: -0.02em;
}
/* gallery page */
.video_center_wrap {
  padding-top: 80px;
}
.great.video_center_wrap .tab_menu .inner ul {
  padding-right: 0;
}
.video_center {
  min-height: 100vh;
}
.video_center img {
  object-fit: fill;
}
.video_center .sub_banner {
  margin: 0;
}
.video_center .section1 {
  padding: 145px 0;
}
.video_center .section2 {
  position: relative;
  height: 550px;
  background: url("../images/video_center/section2_img.png") no-repeat center /
    cover;
}
.video_center .section2 .text_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 490px;
  font-size: 18px;
  color: #fff;
  line-height: 1.44;
  background-color: #222;
  padding: 0 56px;
}
.video_center .section2 .text_container h3 {
  margin-bottom: 46px;
  font-size: 26px;
  font-weight: 600;
}
.video_center .section2 .text_container h3 b {
  display: inline-block;
  margin-top: 10px;
  font-size: 38px;
}
.video_center .section3 {
  padding: 200px 0;
}
.video_center .section3 .title {
  margin-bottom: 80px;
}
.video_center .section3 .list_wrap {
  display: flex;
  justify-content: space-between;
}
.video_center .section3 .list {
  width: 430px;
}
.video_center .section3 .list .img_container {
  height: 300px;
  margin-bottom: 40px;
}
.video_center .section3 .list .list_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 23px;
  border-bottom: 1px solid #222;
}
.video_center .section3 .list .list_text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.video_center .section4,
.video_center .section7 {
  background-color: #f6f6f6;
}
.video_center .section4 .inner,
.video_center .section7 .inner {
  align-items: center;
}
.video_center .section4 .text_container,
.video_center .section7 .text_container {
  font-size: 18px;
  line-height: 1.77;
}
.video_center .section4 .title,
.video_center .section7 .title {
  margin-bottom: 58px;
}
.video_center .section4 .list_wrap,
.video_center .section7 .list_wrap {
  margin-bottom: 40px;
}
.video_center .section4 .img_container,
.video_center .section7 .img_container {
  flex-shrink: 0;
  width: 956px;
  height: 774px;
}
.video_center .section7.sub_banner {
  justify-content: flex-start;
}
.video_center .section7.sub_banner .inner {
  gap: 90px;
  justify-content: flex-start;
}
.video_center .section7 .img_container {
  flex-shrink: 0;
  width: 960px;
}
.video_center .section5,
.video_center .section8 {
  padding: 200px 0;
}
.video_center .section5 .title,
.video_center .section8 .title {
  margin-bottom: 50px;
}
.video_center .section5 .list_wrap,
.video_center .section8 .list_wrap {
  display: flex;
  justify-content: space-between;
}
.video_center .section5 .list,
.video_center .section8 .list {
  width: 219px;
}
.video_center .section5 .list .img_container,
.video_center .section8 .list .img_container {
  width: 130px;
  padding-bottom: 24px;
  border-bottom: 3px solid #222;
}
.video_center .section5 .list .img_wrap,
.video_center .section8 .list .img_wrap {
  width: 67px;
  height: 67px;
  margin: 0 auto;
}
.video_center .section5 .list .list_title,
.video_center .section8 .list .list_title {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  font-size: 30px;
  font-weight: 600;
}
.video_center .section5 .list .list_title small,
.video_center .section8 .list .list_title small {
  font-size: 18px;
}
.video_center .section5 .list .detail_list,
.video_center .section8 .list .detail_list {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.02em;
}
.video_center .section6,
.video_center .section9 {
  padding-bottom: 200px;
}
.video_center .section6 .title,
.video_center .section9 .title {
  margin-bottom: 80px;
}
.video_center .section6 .list_wrap,
.video_center .section9 .list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 24px;
}
.video_center .section6 .list,
.video_center .section9 .list {
  width: 339px;
}
.video_center .section6 .img_container,
.video_center .section9 .img_container {
  height: 300px;
  margin-bottom: 30px;
}
.video_center .section6 .list_title,
.video_center .section9 .list_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.26;
}
.video_center .section10 {
  padding-bottom: 200px;
}
.video_center .section10 .title {
  margin-bottom: 80px;
}
.video_center .section10 .text_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video_center .section10 .list_wrap {
  position: relative;
  margin-left: 7px;
  padding-left: 50px;
}
.video_center .section10 .list_wrap::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 701px;
  background-color: #cfcfcf;
  content: "";
}
.video_center .section10 .list:not(:last-child) {
  margin-bottom: 52px;
}
.video_center .section10 .list .list_title {
  position: relative;
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: bold;
}
.video_center .section10 .list .list_title::before {
  position: absolute;
  top: 50%;
  left: -56px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #cfcfcf;
  border-radius: 50%;
  content: "";
}
.video_center .section10 .list .list_text {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.02em;
}
.video_center .section10 .img_wrap {
  flex-shrink: 0;
  width: 625px;
  height: 580px;
}
.video_center .section11 {
  position: relative;
  height: 730px;
  background: url("../images/video_center/section11_img.png") no-repeat center /
    cover;
}
.video_center .section11::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.23);
  content: "";
}
.video_center .section11 .text_container {
  position: absolute;
  top: 50%;
  left: calc(50% + 363px);
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1.66;
  color: #fff;
  z-index: 1;
}
.video_center .section11 .title {
  margin-bottom: 60px;
}
.video_center .section12 {
  padding: 200px 0 143px;
}
.video_center .section12.contact_banner {
  display: block;
  margin-bottom: 0;
}
.video_center .section12.contact_banner .time_guide {
  cursor: auto;
}
.video_center .section12.contact_banner .time_guide .img_content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e3e3e3;
}
.video_center .section12.contact_banner .time_guide .img_content .icon_wrap {
  width: 130px;
  height: 130px;
}
.video_center .section12.contact_banner .time_guide .txt_content {
  font-weight: normal;
}
.video_center .section12.contact_banner .time_guide .txt_content span {
  margin-top: 0;
  margin-bottom: 5px;
  background: none;
}
/* ----- cat_center ----- */
.cat_center section:not(.section01, .section07, .section11) {
  margin-bottom: 200px;
}
/* section01 */
.cat_center .section01 {
  position: relative;
  height: 810px;
  margin-bottom: 100px;
  background-color: #aaa;
}
.cat_center .section01::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  z-index: 1;
}
.cat_center .section01 #myVideo {
  height: 100%;
}
.cat_center .section01 .banner_text {
  position: absolute;
  top: 297px;
  left: 50%;
  transform: translateX(-50%);
  width: 1428px;
  color: #fff;
  z-index: 2;
}
.cat_center .section01 .banner_text .sub_text {
  margin-bottom: 28px;
  font-size: 36px;
  font-weight: 600;
}
.cat_center .section01 .banner_text .main_text {
  font-size: 65px;
  font-weight: bold;
}
/* section02 */
.cat_center .section02 .text {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 160px;
  font-size: 30px;
  font-weight: 600;
  color: #676767;
}
.cat_center .section02 .staff_container {
  display: flex;
  justify-content: space-between;
}
.cat_center .section02 .staff_container .title {
  margin-bottom: 30px;
}
.cat_center .section02 .staff_container .description {
  margin-bottom: 90px;
  font-size: 22px;
  color: #676767;
  line-height: 1.45;
}
.cat_center .section02 .staff_container .tag {
  width: fit-content;
  margin-bottom: 11px;
  padding: 4px 18px;
  border-radius: 17px;
  font-size: 20px;
  font-weight: 500;
  color: #a8a8a8;
  background-color: #f5f5f5;
}
.cat_center .section02 .staff_container .staff_name {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
}
.cat_center .section02 .staff_container .staff_name span {
  font-size: 20px;
  font-weight: 500;
}
.cat_center .section02 .staff_container .career_list_wrap {
  margin-bottom: 50px;
}
.cat_center .section02 .staff_container .career_list {
  font-size: 20px;
  color: #676767;
  line-height: 1.5;
}
.cat_center .section02 .staff_container .career_list:nth-of-type(2) {
  margin-bottom: 20px;
}
.cat_center .section02 .staff_container .img_wrap {
  position: relative;
  flex-shrink: 0;
  width: 598px;
  height: 942px;
}
.cat_center .section02 .staff_container .img_wrap::after {
  position: absolute;
  bottom: 0;
  right: -246px;
  width: 1033px;
  height: 700px;
  background: url("../images/cat/bg_cat.png") no-repeat center / cover;
  content: "";
  z-index: -1;
}
/* section03 */
.cat_center .section03 {
  position: relative;
  height: 550px;
  background: url("../images/cat/img_section03.png") no-repeat center / cover;
}
.cat_center .section03 .text_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 490px;
  font-size: 18px;
  color: #fff;
  line-height: 1.44;
  background-color: #222;
  padding: 0 56px;
}
.cat_center .section03 .text_container h3 {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 600;
}
.cat_center .section03 .text_container h3 b {
  display: inline-block;
  margin-top: 10px;
  font-size: 38px;
}
/* section04 */
.cat_center .section04 .title {
  margin-bottom: 80px;
}
.cat_center .section04 .list_wrap {
  display: flex;
  justify-content: space-between;
}
.cat_center .section04 .list {
  width: 430px;
}
.cat_center .section04 .list .img_container {
  height: 300px;
  margin-bottom: 40px;
}
.cat_center .section04 .list .list_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 23px;
  border-bottom: 1px solid #222;
}
.cat_center .section04 .list .list_text {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
/* section05 */
.cat_center .section05 .title_container {
  display: flex;
  gap: 109px;
  align-items: flex-end;
  margin-bottom: 50px;
}
.cat_center .section05 .title_text {
  font-size: 16px;
  line-height: 1.37;
}
.cat_center .section05 .grid_container {
  display: flex;
  gap: 28px;
}
.cat_center .section05 .left,
.cat_center .section05 .right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.cat_center .section05 .grid_container .img_wrap:not(.first) {
  position: relative;
}
.cat_center .section05 .grid_container .img_wrap:not(.first)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 144px;
  opacity: 0.7;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.93) 100%
  );
  content: "";
}
.cat_center .section05 .grid_container .infrastructuret_text {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
/* section06 */
.cat_center .section06 .container {
  display: flex;
  background-color: #f6f6f6;
}
.cat_center .section06 .text_container {
  width: 50%;
}
.cat_center .section06 .container:first-child .text_container {
  padding: 107px 90px 0 246px;
}
.cat_center .section06 .container:last-child .text_container {
  padding: 107px 246px 0 90px;
}
.cat_center .section06 .text_container .title {
  margin-bottom: 50px;
}
.cat_center .section06 .text_container .list_wrap,
.cat_center .section06 .text_container .description {
  font-size: 18px;
  line-height: 1.77;
}
.cat_center .section06 .text_container .list_wrap {
  margin-bottom: 40px;
}
.cat_center .section06 .img_wrap {
  width: 50%;
  height: 774px;
}
/* section07 */
.cat_center .section07 {
  margin-bottom: 156px;
}
.cat_center .section07 .container:not(:last-child) {
  margin-bottom: 50px;
}
.cat_center .section07 .title {
  margin-bottom: 50px;
}
.cat_center .section07 .list_wrap {
  display: flex;
  gap: 20px;
}
.cat_center .section07 .list {
  flex: 1 0;
}
.cat_center .section07 .list .img_wrap {
  width: 67px;
  height: 67px;
  margin-bottom: 32px;
}
.cat_center .section07 .list .detail_title {
  position: relative;
  margin-bottom: 30px;
  padding-top: 33px;
  font-size: 30px;
  font-weight: 600;
}
.cat_center .section07 .list .detail_title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 3px;
  background-color: #222;
  content: "";
}
.cat_center .section07 .list .detail_list {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.55;
}
/* section08 */
.cat_center .section08 .title {
  margin-bottom: 80px;
}
.cat_center .section08 .list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 24px;
}
.cat_center .section08 .list {
  width: 339px;
}
.cat_center .section08 .list .img_wrap {
  width: 339px;
  height: 300px;
  margin-bottom: 30px;
}
.cat_center .section08 .list .detail_title {
  font-size: 30px;
  font-weight: 600;
}
/* section09  */
.cat_center .section09 {
  position: relative;
}
.cat_center .section09 .pride_banner {
  position: relative;
  width: 100%;
  height: 700px;
  background: url("../images/pancreas/pride_banner.jpg") center / cover
    no-repeat;
}
.cat_center .section09 .pride_banner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000 30%, transparent);
}
.cat_center .section09 .txt_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -345px;
}
.cat_center .section09 .title {
  margin-bottom: 60px;
}
.cat_center .section09 .title p {
  color: #fff;
}
.cat_center .section09 .describe {
  width: 588px;
}
.cat_center .section09 .describe p {
  font-size: 18px;
  color: #fff;
  line-height: 1.58;
}
/* section10 */
.cat_center .section10 {
  display: flex;
  gap: 71px;
  height: 774px;
  background-color: #222;
}
.cat_center .section10 .root_daum_roughmap {
  width: 50% !important;
}
.cat_center .section10 .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100% !important;
}
.cat_center .section10 .root_daum_roughmap .wrap_controllers {
  display: none;
}
.cat_center .section10 .root_daum_roughmap .wrap_btn_zoom {
  z-index: 4 !important;
}
.cat_center .section10 .txt_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding-right: 246px;
  flex-grow: 1;
}
.cat_center .section10 .title {
  margin-bottom: 30px;
  color: #fff;
}
.cat_center .section10 .address {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 30px;
  padding: 24px 43px;
  background-color: #363636;
}
.cat_center .section10 .address li {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.cat_center .section10 .address li p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
.cat_center .section10 .address li:first-of-type {
  position: relative;
  width: 48px;
  height: 48px;
}
.cat_center .section10 .address li:first-of-type::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 42px;
  margin-left: 48px;
  border-right: 1px solid #fff;
  content: "";
}
.cat_center .section10 .tel {
  margin-bottom: 20px;
  font-size: 65px;
  font-weight: 900;
  color: #fff;
}
.cat_center .section10 .inform {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.cat_center .section10 .inform > ul {
  display: flex;
  gap: 50px;
}
.cat_center .section10 .inform > ul > li:first-of-type {
  width: 136px;
}
.cat_center .section10 .first li:first-of-type {
  padding-bottom: 22px;
  cursor: pointer;
}
.cat_center .section10 .first li,
.cat_center .section10 .third li {
  font-size: 24px;
  font-weight: 700;
}
.cat_center .section10 .second {
  margin-bottom: 30px;
}
.cat_center .section10 .second li {
  font-size: 20px;
  font-weight: 300;
}
.cat_center .section10 .second li:first-of-type {
  color: #ffe812;
  cursor: pointer;
}
.cat_center .section10 .third .inner li {
  font-size: 22px;
  line-height: 1.45;
}
.cat_center .section10 .third .inner li:nth-of-type(3) {
  margin-bottom: 10px;
}
.cat_center .section10 .third .inner li:nth-of-type(4),
.cat_center .section10 .third .inner li:last-of-type {
  font-size: 16px;
  font-weight: 300;
}
/* section11 */
.cat_center .section11 {
  margin-bottom: 219px;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.cat_center .section11 .parking {
  width: 650px;
  margin: 0;
}
.cat_center .section11 .parking ul {
  cursor: pointer;
}
.cat_center .section11 .parking_img {
  width: 100%;
  height: 404px;
  margin-bottom: 30px;
}
.cat_center .section11 .parking_describe {
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
}
.cat_center .section11 .img_content {
  width: 607px;
  height: 404px;
  margin-bottom: 23px;
}
.cat_center .section11 .txt_content {
  font-size: 22px;
  font-weight: 300;
}
.cat_center .section11 .txt_content span {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: url("../images/icon/next_arrow.svg") center right / 40px no-repeat;
}
