@charset "UTF-8";
body {
  max-width: 1920px;
  margin: 0 auto;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.anchor {
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.arrow_in {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}

.title_box {
  margin-bottom: 70px;
}
.title_box h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -1.5px;
}
.title_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
  margin-top: 20px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 104;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
header nav {
  width: 100%;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}
header nav h1 {
  display: flex;
  align-items: center;
}
header nav h1 svg path {
  transition: fill 0.2s;
}
header nav ul {
  display: flex;
}
header nav ul li:not(:last-child) {
  margin-right: 40px;
}
header nav ul li a {
  display: inline-block;
  padding: 17.5px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  transition: color 0.2s;
}
header.scrolled, header:hover {
  background-color: rgba(18, 35, 78, 0.9);
  border-bottom: 1px solid transparent;
}
header.scrolled nav h1 svg > g > path, header:hover nav h1 svg > g > path {
  fill: #fff;
}
header.scrolled nav ul li a, header:hover nav ul li a {
  color: #fff;
}

.main_wrap {
  overflow: hidden;
  position: relative;
}
.main_wrap .slide_navi_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1760px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.main_wrap .slide_navi_wrap .arrow_in {
  background-color: rgba(255, 255, 255, 0.8);
}
.main_wrap .main_swiper .swiper-slide {
  position: relative;
  opacity: 0 !important;
}
.main_wrap .main_swiper .swiper-slide .main_text_box {
  position: absolute;
  max-width: 1440px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main_wrap .main_swiper .swiper-slide .main_text_box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 84px */
  letter-spacing: -1.5px;
  overflow: hidden;
}
.main_wrap .main_swiper .swiper-slide .main_text_box h2 * {
  font-size: 60px;
  font-weight: 700;
  line-height: 140%; /* 84px */
  letter-spacing: -1.5px;
}
.main_wrap .main_swiper .swiper-slide .main_text_box h2 p {
  transform: translateY(70px);
  transition: transform 0.75s;
  transition-delay: 0.35s;
}
.main_wrap .main_swiper .swiper-slide .main_text_box h2:nth-of-type(2) p {
  transition-delay: 0.53s;
}
.main_wrap .main_swiper .swiper-slide .main_text_box .con_text {
  font-size: 20px;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -1px;
  color: #fff;
  margin-top: 54px;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  transition-delay: 1.1s;
}
.main_wrap .main_swiper .swiper-slide.main_slide01 h2 strong {
  color: #34488D;
}
.main_wrap .main_swiper .swiper-slide.main_slide01 .main_img_box {
  display: flex;
  margin-top: 77px;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  transition-delay: 1.1s;
}
.main_wrap .main_swiper .swiper-slide.main_slide01 .main_img_box > div {
  display: flex;
  align-items: center;
}
.main_wrap .main_swiper .swiper-slide.main_slide01 .main_img_box > div:last-child {
  margin-left: 101px;
}
.main_wrap .main_swiper .swiper-slide.main_slide01 .main_img_box > div:before {
  content: "";
  width: 101px;
  height: 213px;
  display: inline-block;
  background-image: url(../img/main_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main_wrap .main_swiper .swiper-slide.main_slide01 .main_img_box > div:after {
  content: "";
  width: 101px;
  height: 213px;
  display: inline-block;
  background-image: url(../img/main_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.main_wrap .main_swiper .swiper-slide.main_slide01 .main_img_box > div .award_box {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
}
.main_wrap .main_swiper .swiper-slide.main_slide01 .main_img_box > div .text_box {
  margin-left: 30px;
}
.main_wrap .main_swiper .swiper-slide.main_slide01 .main_img_box > div .text_box small {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: -1px;
  color: #A28973;
}
.main_wrap .main_swiper .swiper-slide.main_slide01 .main_img_box > div .text_box p {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #606060;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.main_wrap .main_swiper .swiper-slide.main_slide01 .main_img_box > div .text_box p strong {
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.8px;
  margin-right: 6px;
  flex-shrink: 0;
}
.main_wrap .main_swiper .swiper-slide.main_slide02 h2 p {
  color: #fff;
}
.main_wrap .main_swiper .swiper-slide.main_slide02 h2 strong {
  color: #C1D3F5;
}
.main_wrap .main_swiper .swiper-slide.main_slide03 h2 p {
  color: #fff;
}
.main_wrap .main_swiper .swiper-slide.main_slide03 h2 strong {
  color: #FFE8C7;
}
.main_wrap .main_swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.main_wrap .main_swiper .swiper-slide.swiper-slide-active.main_slide01 .main_img_box {
  opacity: 1;
}
.main_wrap .main_swiper .swiper-slide.swiper-slide-active .main_text_box h2 p {
  transform: translateY(0);
}
.main_wrap .main_swiper .swiper-slide.swiper-slide-active .main_text_box .con_text {
  opacity: 1;
}

.intro_wrap .top_box {
  margin: 130px 0 104px;
}
.intro_wrap .top_box .inner {
  display: flex;
}
.intro_wrap .top_box .inner .left_box {
  width: 640px;
}
.intro_wrap .top_box .inner .left_box .img_box {
  border-radius: 15px;
  overflow: hidden;
}
.intro_wrap .top_box .inner .left_box .intro_text_box {
  margin-top: 75px;
}
.intro_wrap .top_box .inner .left_box .intro_text_box p {
  font-size: 83px;
  font-weight: 700;
  line-height: normal;
  color: rgba(215, 215, 215, 0.3);
  text-wrap: nowrap;
}
.intro_wrap .top_box .inner .left_box .intro_text_box p:first-child {
  margin-left: -159px;
}
.intro_wrap .top_box .inner .left_box .intro_text_box p:last-child {
  margin-top: -5px;
  text-align: right;
}
.intro_wrap .top_box .inner .right_box {
  margin-left: 136px;
}
.intro_wrap .top_box .inner .right_box:before {
  content: url(../img/dot.svg);
  margin-bottom: 18px;
  display: inline-block;
}
.intro_wrap .top_box .inner .right_box h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -1.5px;
}
.intro_wrap .top_box .inner .right_box p {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #A28973;
  margin: 40px 0;
}
.intro_wrap .top_box .inner .right_box .con_box {
  width: 593px;
  height: 437px;
  overflow-y: scroll;
}
.intro_wrap .top_box .inner .right_box .con_box::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
  background-color: #E4E4E4;
}
.intro_wrap .top_box .inner .right_box .con_box::-webkit-scrollbar-thumb {
  background-color: #34488D;
  border-radius: 4px;
}
.intro_wrap .bottom_box {
  background: linear-gradient(129deg, rgba(255, 255, 255, 0.4) 13.46%, rgba(0, 0, 0, 0.4) 83.89%), #29375B;
  background-blend-mode: overlay, normal;
  padding: 130px 0;
  overflow: hidden;
}
.intro_wrap .bottom_box .title_box {
  text-align: center;
}
.intro_wrap .bottom_box .title_box * {
  color: #fff;
}
.intro_wrap .bottom_box .review_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.intro_wrap .bottom_box .review_swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.doctor_wrap {
  margin: 130px 0;
}
.doctor_wrap .title_box {
  text-align: center;
}
.doctor_wrap .doctor_info_wrap {
  display: flex;
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box {
  background-color: #F4F0EB;
  width: 700px;
  height: 520px;
  border-radius: 15px;
  padding-top: 65px;
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box:last-child {
  margin-left: 40px;
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box .con_box h3 {
  display: flex;
  align-items: center;
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box .con_box h3 p {
  font-size: 29px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 15px;
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box .con_box h3 span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box .con_box > p {
  background-color: #34488D;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-top: 15px;
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box .con_box > p img {
  width: 24px;
  margin-right: 8px;
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box .con_box .info_box {
  width: 383px;
  height: 276px;
  overflow-y: auto;
  margin-top: 28px;
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box .con_box .info_box::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
  background-color: rgba(213, 205, 200, 0.4);
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box .con_box .info_box::-webkit-scrollbar-thumb {
  background-color: #D5CDC8;
  border-radius: 4px;
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box .con_box .info_box ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: -1px;
}
.doctor_wrap .doctor_info_wrap .doctor_mini_box .con_box .info_box ul li.br_list {
  margin-top: 19px;
}

.implant_wrap > .top_box {
  background-image: url(../img/implant_bg.png);
  background-size: cover;
  background-position: center;
  padding: 130px 0;
}
.implant_wrap > .top_box .title_box {
  text-align: center;
}
.implant_wrap > .top_box .title_box * {
  color: #fff;
}
.implant_wrap > .top_box .title_box small {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
}
.implant_wrap > .top_box .video_box {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 630px;
  position: relative;
}
.implant_wrap > .top_box .video_box > div {
  width: 50%;
  transition: width 0.5s;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.implant_wrap > .top_box .video_box > div iframe {
  width: 1440px;
  height: 630px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
}
.implant_wrap > .top_box .video_box > div.expand-img {
  width: 100%;
  height: 630px;
}
.implant_wrap .center_box {
  margin: 130px 0;
  position: relative;
  overflow: hidden;
}
.implant_wrap .center_box .implant_navi_wrap {
  width: 100%;
  max-width: 1760px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
.implant_wrap .center_box .implant_navi_wrap .arrow_in {
  background-color: #34488D;
}
.implant_wrap .center_box .implant_navi_wrap .arrow_in path {
  stroke: #fff;
}
.implant_wrap .center_box .slide_box {
  background-color: #F4F0EB;
  width: 100%;
  height: 800px;
  padding: 80px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 10px;
}
.implant_wrap .center_box .slide_box > img {
  position: absolute;
  top: 49px;
  right: 38px;
}
.implant_wrap .center_box .slide_box .implant_pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  margin-bottom: 40px;
}
.implant_wrap .center_box .slide_box .implant_pagination .swiper-pagination-bullet {
  width: 230px;
  height: 60px;
  border-radius: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.implant_wrap .center_box .slide_box .implant_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background-color: #34488D;
}
.implant_wrap .center_box .slide_box .implant_swiper {
  overflow: hidden;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .top_box {
  display: flex;
  margin-bottom: 58px;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .top_box .title_box {
  width: 637px;
  margin: 40px 93px 0 0;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .top_box .title_box p {
  margin-top: 40px;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box .list01 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box .list01 li {
  width: 100%;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box .list01 li:not(:last-child) {
  border-right: 1px solid rgba(162, 137, 115, 0.4);
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box .list01 li p {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 35px;
  color: #34488D;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box .list01 li span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box .list02 li {
  display: flex;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box .list02 li p {
  width: 406px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DFD6CB;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box .list02 li span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-grow: 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box .list02 li:last-child {
  margin-top: 22px;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box .list02 li:last-child p {
  background-color: #34488D;
  color: #fff;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box table th {
  background-color: #DFD6CB;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  border: 1px solid rgba(162, 137, 115, 0.6);
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box table td {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
  width: 30%;
  background-color: #fff;
  border: 1px solid rgba(162, 137, 115, 0.6);
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box table .left_box {
  width: calc(100% - 590px);
  border: none;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box table .left_box td {
  height: 35px;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box table .left_box td.blue_text {
  color: #34488D;
  font-weight: 500;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box table .notice_box {
  padding: 0 45px;
  width: 590px !important;
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box table .notice_box strong {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #A28973;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box table .notice_box ul {
  text-align: left;
}
.implant_wrap .center_box .slide_box .implant_swiper .swiper-slide .slide_con_box table .notice_box ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
}
.implant_wrap .bottom_box {
  background-image: url(../img/implant_bg02.png);
  background-position: center;
  background-size: cover;
  padding: 130px 0;
}
.implant_wrap .bottom_box .title_box * {
  color: #fff;
}
.implant_wrap .bottom_box .title_box p {
  margin-top: 40px;
}
.implant_wrap .bottom_box .title_box ul {
  display: flex;
  align-items: end;
  margin-top: 70px;
}
.implant_wrap .bottom_box .title_box ul li {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
}
.implant_wrap .bottom_box .title_box ul li:not(:last-child) {
  margin-right: 30px;
}

.nature_wrap .top_box {
  margin: 130px 0;
}
.nature_wrap .top_box .title_box {
  text-align: center;
}
.nature_wrap .top_box .vs_wrap {
  display: flex;
  justify-content: space-between;
}
.nature_wrap .top_box .vs_wrap .mini_box {
  background-color: #F4F0EB;
  width: 700px;
  height: 534px;
  border-radius: 15px;
  overflow: hidden;
}
.nature_wrap .top_box .vs_wrap .mini_box .link_box {
  position: relative;
}
.nature_wrap .top_box .vs_wrap .mini_box .link_box a {
  display: flex;
  width: 230px;
  height: 54px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #34488D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.nature_wrap .top_box .vs_wrap .mini_box .link_box a img {
  margin-right: 9px;
}
.nature_wrap .top_box .vs_wrap .mini_box .link_box a strong {
  color: #34488D;
  font-weight: 500;
}
.nature_wrap .top_box .vs_wrap .mini_box .text_box {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nature_wrap .top_box .vs_wrap .mini_box .text_box h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.nature_wrap .top_box .vs_wrap .mini_box .text_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
  text-align: center;
  margin: 20px 0 30px;
}
.nature_wrap .top_box .vs_wrap .mini_box .text_box ul {
  display: flex;
}
.nature_wrap .top_box .vs_wrap .mini_box .text_box ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  padding: 10px 18px;
  background-color: #34488D;
  border-radius: 100px;
  color: #fff;
}
.nature_wrap .top_box .vs_wrap .mini_box .text_box ul li:not(:last-child) {
  margin-right: 10px;
}

.digital_wrap .slide_box {
  background-color: #EFEFEF;
  padding: 130px 0;
}
.digital_wrap .slide_box .inner {
  overflow: hidden;
}
.digital_wrap .slide_box .inner .slide_top_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.digital_wrap .slide_box .inner .slide_top_box .slide_navi_wrap {
  width: 170px;
  display: flex;
  justify-content: space-between;
}
.digital_wrap .slide_box .inner .slide_top_box .slide_navi_wrap > div {
  background-color: #34488D;
}
.digital_wrap .slide_box .inner .slide_top_box .slide_navi_wrap > div path {
  stroke: #fff;
}
.digital_wrap .slide_box .inner .slide_top_box .right_box {
  width: 893px;
  border-radius: 15px;
  overflow: hidden;
}
.digital_wrap .slide_box .inner .digital_th_swiper .swiper-slide {
  opacity: 0.35;
  cursor: pointer;
}
.digital_wrap .slide_box .inner .digital_th_swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.list_wrap .list_box {
  background-image: url(../img/list_bg.png);
  background-position: center;
  background-size: cover;
  padding: 130px 0;
}
.list_wrap .list_box .title_box * {
  color: #fff;
  text-align: center;
}
.list_wrap .list_box .con_box .main_con {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.list_wrap .list_box .con_box .main_con > li {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 317px;
}
.list_wrap .list_box .con_box .main_con > li .mini_box {
  height: 100%;
  text-align: center;
  padding: 45px 75px;
  background-color: #1E2B4A;
  border-radius: 20px;
}
.list_wrap .list_box .con_box .main_con > li .mini_box h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 25px;
}
.list_wrap .list_box .con_box .main_con > li .mini_box ul {
  width: 100%;
}
.list_wrap .list_box .con_box .main_con > li .mini_box ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 0;
}
.list_wrap .list_box .con_box .main_con > li:first-child, .list_wrap .list_box .con_box .main_con > li:last-child {
  width: 368px;
  background-size: cover;
  background-position: center;
}
.list_wrap .list_box .con_box .main_con > li:first-child .mini_box, .list_wrap .list_box .con_box .main_con > li:last-child .mini_box {
  background-color: transparent;
}
.list_wrap .list_box .con_box .main_con > li:first-child {
  background-image: url(../img/digital_bg02.png);
}
.list_wrap .list_box .con_box .main_con > li:last-child {
  background-image: url(../img/digital_bg01.png);
}

.bna_wrap {
  padding: 130px 0;
}
.bna_wrap .title_box {
  text-align: center;
}
.bna_wrap .title_box small {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
  display: inline-block;
  margin-bottom: 20px;
}
.bna_wrap .bna_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2칸 */
  grid-template-rows: repeat(2, auto); /* 2줄 */
  gap: 46px 40px; /* 간격 */
}
.bna_wrap .bna_box .mini_bna_box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bna_wrap .bna_box .mini_bna_box .box_all {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.bna_wrap .bna_box .mini_bna_box .box_all > div {
  position: relative;
}
.bna_wrap .bna_box .mini_bna_box .box_all > div::after {
  content: "AFTER";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #34488D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 3;
  padding: 10px 22.5px;
  border-radius: 0px 0px 6px 6px;
}
.bna_wrap .bna_box .mini_bna_box .box_all > div.before_box::after {
  content: "BEFORE";
}
.bna_wrap .bna_box .mini_bna_box p {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 20px;
}
.bna_wrap .bna_box .mini_bna_box .before_box {
  position: relative;
}
.bna_wrap .bna_box .mini_bna_box .before_box::after {
  content: "BEFORE";
}
.bna_wrap .bna_box .mini_bna_box .before_box .hide_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 38, 86, 0.8);
  display: inline-block;
}
.bna_wrap .bna_box .mini_bna_box .before_box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}

.gallery_wrap {
  padding: 130px 0;
  background-color: #F4F0EB;
  overflow: hidden;
}
.gallery_wrap .title_box {
  text-align: center;
}
.gallery_wrap .slide_box {
  position: relative;
}
.gallery_wrap .slide_box .gallery_navi_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1760px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gallery_wrap .slide_box .gallery_navi_wrap .arrow_in {
  background-color: #34488D;
}
.gallery_wrap .slide_box .gallery_navi_wrap .arrow_in path {
  stroke: #fff;
}
.gallery_wrap .slide_box .gallery_swiper {
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

footer {
  background-image: url(../img/footer_bg.png);
  background-position: center;
  background-size: cover;
}
footer .top_box {
  padding: 100px 0 89px;
}
footer .top_box .inner {
  display: flex;
  justify-content: space-between;
}
footer .top_box .inner .mini_info * {
  color: #fff;
}
footer .top_box .inner .mini_info h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
footer .top_box .inner .mini_info.call_box p {
  display: flex;
  align-items: center;
}
footer .top_box .inner .mini_info.call_box p span {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
footer .top_box .inner .mini_info.call_box .sns_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2칸 */
  grid-template-rows: repeat(2, auto); /* 2줄 */
  gap: 12px; /* 간격 */
  margin-top: 30px;
}
footer .top_box .inner .mini_info.call_box .sns_box li {
  width: 100%;
  height: 65px;
  background-color: #12234E;
  padding: 15px 36px;
  border-radius: 10px;
  overflow: hidden;
}
footer .top_box .inner .mini_info.call_box .sns_box li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .top_box .inner .mini_info.call_box .sns_box li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
footer .top_box .inner .mini_info.call_box .sns_box li img {
  margin-right: 5px;
}
footer .top_box .inner .mini_info.call_box .sns_box li:last-child, footer .top_box .inner .mini_info.call_box .sns_box li:first-child {
  background-color: #34488D;
}
footer .top_box .inner .mini_info.map_info_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -1px;
  margin-bottom: 10px;
}
footer .top_box .inner .mini_info.map_info_box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1px;
  opacity: 0.5;
}
footer .top_box .inner .mini_info.map_info_box .map_box {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}
footer .info_box {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer .info_box .inner {
  display: flex;
  justify-content: space-between;
}
footer .info_box .inner * {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.5);
}

aside {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 103;
}
aside .quick_btn {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
  cursor: pointer;
}
aside .quick_btn p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}
aside .menu_btn_wrap ul {
  width: 100px;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #0F376D;
  border-radius: 100px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  display: none;
}
aside .menu_btn_wrap ul li:not(:last-child) {
  margin-bottom: 25px;
}
aside .menu_btn_wrap ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
aside .menu_btn_wrap ul li a span {
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
}