@charset "UTF-8";
/* media-query */
/* ---------------main-visual START--------------- */
.main-visual {
  position: relative;
}
.main-visual .vertical-text {
  position: absolute;
  font-weight: 900;
  color: #fff;
  opacity: 0.2;
  top: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  font-size: 50px;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  line-height: 1;
  left: -3px;
  z-index: 10;
}
.main-visual .iframe-wrap {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 72px);
  height: calc(100dvh - 72px);
  overflow: hidden;
}
.main-visual .iframe-wrap .iframe-inner {
  width: 100%;
  height: 100%;
}
.main-visual .iframe-wrap .main-swiper {
  position: absolute;
  inset: 0;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .bg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 1.5s;
  transform: scale(1.3);
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text {
  position: absolute;
  max-width: 1200px;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-top {
  overflow: hidden;
  margin: 0 0 5rem;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-top span {
  opacity: 0;
  transition: opacity 1s ease 0.25s;
  color: #fff;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-top.animate span {
  opacity: 1;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center {
  overflow: hidden;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center h2 {
  font-size: 5rem;
  transform: translateY(110%);
  filter: blur(20px);
  transition: transform 1s ease 0.2s, filter 1s ease 0.2s;
  line-height: 1.25;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center.animate h2 {
  transform: translateY(0%);
  filter: blur(0px);
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom {
  overflow: hidden;
  margin: 4rem 0 11rem;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom p {
  font-weight: 300;
  letter-spacing: -0.05em;
  transform: translateY(-110%);
  filter: blur(20px);
  transition: transform 1s ease 0.2s, filter 1s ease 0.2s;
  font-size: 18px;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom.animate p {
  transform: translateY(0%);
  filter: blur(0px);
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide1 .bg {
  background-image: url("../img/main_banner1.png");
}
@media screen and (max-width: 991px) {
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide1 .bg {
    background-position: 70% 50%;
  }
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide2 .bg {
  background-image: url("../img/main_banner2.png");
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide3 .bg {
  background-image: url("../img/main_banner3.png");
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1);
}
.main-visual .iframe-wrap .scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 10;
  animation: floating 2s ease-in-out infinite;
}
.main-visual .iframe-wrap .scroll-down .mouse {
  width: 17px;
  height: 30px;
  border: 3px solid #fff;
  position: relative;
  border-radius: 100px;
  display: flex;
  justify-content: center;
}
.main-visual .iframe-wrap .scroll-down .mouse .wheel {
  position: absolute;
  top: 6px;
  width: 3px;
  height: 7px;
  background-color: #89d8e5;
  border-radius: 30px;
  animation: scrollDown 1.8s ease infinite;
}
.main-visual .iframe-wrap .scroll-down .scroll-guide-text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.main-visual .iframe-wrap .main-swiper-control {
  position: absolute;
  z-index: 10;
  max-width: 1200px;
  width: 70%;
  top: calc(50% + 150px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-visual .iframe-wrap .main-swiper-control .page-control-box {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-visual .iframe-wrap .main-swiper-control .page-control-box > span {
  font-weight: 700;
  font-size: 18px;
}
.main-visual .iframe-wrap .main-swiper-control .page-control-box .progress-box {
  width: 115px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.main-visual .iframe-wrap .main-swiper-control .page-control-box .progress-box .progress-bar {
  height: 2px;
  background-color: rgb(255, 255, 255);
}
.main-visual .iframe-wrap .main-swiper-control .button-control-box {
  display: flex;
  gap: 10px;
}
.main-visual .iframe-wrap .main-swiper-control .button-control-box > button {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-visual .vertical-text {
    font-size: 40px;
    left: -7px;
  }
  .main-visual .iframe-wrap {
    height: calc(var(--vh, 1vh) * 100 - 60px);
    height: calc(100dvh - 60px);
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .bg {
    transform: scale(1.2);
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text {
    text-align: center;
    width: calc(100% - 60px);
    top: 48%;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center h2 {
    font-size: 4.8rem;
    text-wrap: balance;
    line-height: 1.2;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center h2 br {
    display: none;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom {
    margin: 4rem 0 11rem;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom p {
    font-size: 17px;
    text-wrap: balance;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom p br {
    display: none;
  }
  .main-visual .iframe-wrap .scroll-down {
    bottom: 4%;
    gap: 10px;
  }
  .main-visual .iframe-wrap .scroll-down .mouse {
    width: 17px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 100px;
  }
  .main-visual .iframe-wrap .scroll-down .mouse .wheel {
    top: 6px;
    width: 3px;
    height: 7px;
    border-radius: 30px;
  }
  .main-visual .iframe-wrap .scroll-down .scroll-guide-text {
    font-size: 15px;
  }
  .main-visual .iframe-wrap .main-swiper-control {
    width: 100%;
    top: calc(48% + 150px);
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .main-visual .iframe-wrap .main-swiper-control .page-control-box {
    gap: 15px;
  }
  .main-visual .iframe-wrap .main-swiper-control .page-control-box > span {
    font-size: 18px;
  }
  .main-visual .iframe-wrap .main-swiper-control .page-control-box .current {
    padding: 1px 0 0;
  }
  .main-visual .iframe-wrap .main-swiper-control .page-control-box .progress-box {
    width: 115px;
    height: 2px;
  }
  .main-visual .iframe-wrap .main-swiper-control .page-control-box .progress-box .progress-bar {
    height: 2px;
  }
  .main-visual .iframe-wrap .main-swiper-control .page-control-box .total {
    padding: 1px 0 0;
  }
  .main-visual .iframe-wrap .main-swiper-control .button-control-box {
    gap: 150px;
  }
  .main-visual .iframe-wrap .main-swiper-control .button-control-box > button {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
  }
}
@media screen and (max-width: 450px) {
  .main-visual .vertical-text {
    font-size: 38px;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text {
    text-align: center;
    width: calc(100% - 40px);
    top: 46.5%;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center h2 {
    font-size: 33px;
    text-wrap: balance;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center h2 br {
    display: none;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom {
    margin: 4rem 0 11rem;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom p {
    font-size: 16px;
    text-wrap: balance;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom p br {
    display: none;
  }
  .main-visual .iframe-wrap .scroll-down {
    bottom: 3.25%;
    gap: 10px;
  }
  .main-visual .iframe-wrap .scroll-down .mouse {
    border: 2px solid #fff;
  }
  .main-visual .iframe-wrap .scroll-down .scroll-guide-text {
    font-size: 13.5px;
  }
  .main-visual .iframe-wrap .main-swiper-control {
    width: 100%;
    top: calc(46.5% + 160px);
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .main-visual .iframe-wrap .main-swiper-control .page-control-box {
    gap: 15px;
  }
  .main-visual .iframe-wrap .main-swiper-control .page-control-box > span {
    font-size: 15px;
  }
  .main-visual .iframe-wrap .main-swiper-control .page-control-box .progress-box {
    width: 115px;
    height: 2px;
  }
  .main-visual .iframe-wrap .main-swiper-control .page-control-box .progress-box .progress-bar {
    height: 2px;
  }
  .main-visual .iframe-wrap .main-swiper-control .button-control-box {
    gap: 146px;
  }
  .main-visual .iframe-wrap .main-swiper-control .button-control-box > button {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
  }
}
/* ---------------main-visual END--------------- */
/* ---------------subject-section START--------------- */
#subject-section .subject-wrap {
  display: flex;
  gap: 4rem;
}
#subject-section .subject-wrap.animate .subject.subject1 {
  clip-path: inset(0 0 0 0);
}
#subject-section .subject-wrap.animate .subject.subject2 {
  clip-path: inset(0 0 0 0);
}
#subject-section .subject-wrap.animate .subject.subject3 {
  clip-path: inset(0 0 0 0);
}
#subject-section .subject-wrap.animate .subject.subject4 {
  clip-path: inset(0 0 0 0);
}
#subject-section .subject-wrap .subject {
  border-radius: 2rem;
  overflow: hidden;
  flex: 1;
  position: relative;
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}
#subject-section .subject-wrap .subject.subject1 {
  clip-path: inset(0 0 100% 0);
}
#subject-section .subject-wrap .subject.subject1 .bg {
  background-image: url("../img/subject_img1.png");
}
#subject-section .subject-wrap .subject.subject2 {
  clip-path: inset(100% 0 0 0);
}
#subject-section .subject-wrap .subject.subject2 .bg {
  background-image: url("../img/subject_img2.png");
}
#subject-section .subject-wrap .subject.subject3 {
  clip-path: inset(0 0 100% 0);
}
#subject-section .subject-wrap .subject.subject3 .bg {
  background-image: url("../img/subject_img3.png");
}
#subject-section .subject-wrap .subject.subject4 {
  clip-path: inset(100% 0 0 0);
}
#subject-section .subject-wrap .subject.subject4 .bg {
  background-image: url("../img/subject_img4.png");
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  #subject-section .subject-wrap .subject:hover .bg {
    transform: scale(1.12);
  }
  #subject-section .subject-wrap .subject:hover .inner .icon img {
    transform: rotateY(180deg);
  }
}
#subject-section .subject-wrap .subject .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
#subject-section .subject-wrap .subject .inner {
  padding: 3rem;
}
#subject-section .subject-wrap .subject .inner .title .en-title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
#subject-section .subject-wrap .subject .inner .title h3 {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: -0.025em;
}
#subject-section .subject-wrap .subject .inner ul {
  margin: 6rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#subject-section .subject-wrap .subject .inner ul li {
  font-size: 1.5rem;
  letter-spacing: -0.025em;
}
#subject-section .subject-wrap .subject .inner .icon {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
}
#subject-section .subject-wrap .subject .inner .icon img {
  transition: transform 0.5s;
}

@media screen and (max-width: 1279px) {
  #subject-section .subject-wrap {
    gap: 2rem;
  }
  #subject-section .subject-wrap .subject .inner {
    padding: 2.5rem;
  }
  #subject-section .subject-wrap .subject .inner ul li {
    font-size: 15px;
  }
  #subject-section .subject-wrap .subject .inner .icon {
    right: 2rem;
    bottom: 2rem;
  }
  #subject-section .subject-wrap .subject .inner .icon img {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 991px) {
  #subject-section .subject-wrap {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 377px));
    gap: 3rem;
  }
  #subject-section .subject-wrap .subject {
    opacity: 0;
    transform: translateY(3rem);
    transition: opacity 1s, transform 1s;
  }
  #subject-section .subject-wrap .subject.subject1 {
    clip-path: inset(0 0 0 0);
  }
  #subject-section .subject-wrap .subject.subject2 {
    clip-path: inset(0 0 0 0);
  }
  #subject-section .subject-wrap .subject.subject3 {
    clip-path: inset(0 0 0 0);
  }
  #subject-section .subject-wrap .subject.subject4 {
    clip-path: inset(0 0 0 0);
  }
  #subject-section .subject-wrap .subject.animate {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@media screen and (max-width: 767px) {
  #subject-section .subject-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #subject-section .subject-wrap .subject .inner {
    padding: 3rem;
  }
  #subject-section .subject-wrap .subject .inner .title h3 {
    padding: 3px 0 0;
  }
  #subject-section .subject-wrap .subject .inner ul {
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 450px) {
  #subject-section .subject-wrap .subject .inner {
    padding: 2.5rem;
  }
  #subject-section .subject-wrap .subject .inner ul {
    gap: 3px;
  }
  #subject-section .subject-wrap .subject .inner ul li {
    font-size: 14px;
  }
  #subject-section .subject-wrap .subject .inner .icon img {
    transform: scale(0.85);
  }
}
/* ---------------subject-section END--------------- */
/* ---------------pain-section START--------------- */
@media screen and (min-width: 1921px) {
  #wrapper .pain-wrap.pc .main-page .pain-banner {
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  #wrapper .sub-page .sub > img:first-child {
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap {
    max-width: unset;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap .virtual {
    width: 45%;
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap .txt {
    width: 55%;
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap .txt h2 {
    font-size: 2.6041666667vw;
    font-weight: 800;
    color: #133a85;
    padding-bottom: 0.5208333333vw;
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap .txt p {
    font-size: 0.9375vw;
    padding-bottom: 1.3541666667vw;
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap .txt p b {
    color: #133a85;
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap .txt ul {
    padding-left: 0.5208333333vw;
    display: flex;
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap .txt ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 -0.4166666667vw;
    background-color: #133a85;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 0.9375vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button {
    font-size: 0.9375vw;
    border-radius: 1.5625vw;
    gap: 4.6875vw;
    margin-top: 1.3020833333vw;
    width: 14.3229166667vw;
    height: 3.2291666667vw;
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button img {
    display: block;
    margin-left: 0.5208333333vw;
    width: 1.1458333333vw;
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap.reverse {
    flex-direction: row-reverse;
  }
  #wrapper .pain-wrap.pc .sub-page .sub .box-wrap.reverse .txt {
    padding-left: 15%;
  }
}
/* ---------------pain-section START--------------- */
.pain-wrap.mo {
  display: none;
}

.pain-wrap.pc {
  position: relative;
  overflow: hidden;
  margin: 5.5rem 0 0;
}
.pain-wrap.pc.animate .main-page .pain-init {
  animation: pain_init 2s cubic-bezier(0.76, 0, 0.24, 1) 0s forwards;
}
.pain-wrap.pc.animate .main-page .main-pointer {
  animation: spot 1.2s ease 2s infinite alternate both;
}
.pain-wrap.pc .main-page {
  position: relative;
  transition: all 1.5s ease 0s;
}
.pain-wrap.pc .main-page .pain-banner {
  transform: scale(3);
  filter: blur(50px);
  transition: all 1s cubic-bezier(0.425, 0.05, 0, 1);
}
.pain-wrap.pc .main-page .main-pointer {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 3.1770833333vw;
}
.pain-wrap.pc .main-page .main-pointer.upper1 {
  top: 24.5%;
  left: 19.4%;
}
.pain-wrap.pc .main-page .main-pointer.upper2 {
  top: 35.7%;
  left: 25.8%;
}
.pain-wrap.pc .main-page .main-pointer.upper3 {
  top: 63%;
  left: 26.5%;
}
.pain-wrap.pc .main-page .main-pointer.upper4 {
  bottom: 20.3%;
  left: 17.4%;
}
.pain-wrap.pc .main-page .main-pointer.upper5 {
  bottom: 5.9%;
  left: 26%;
}
.pain-wrap.pc .main-page .main-pointer.lower1 {
  top: 5.5%;
  right: 14.4%;
}
.pain-wrap.pc .main-page .main-pointer.lower2 {
  top: 47%;
  right: 14%;
}
.pain-wrap.pc .main-page .main-pointer.lower3 {
  bottom: 12.5%;
  right: 14.1%;
}
.pain-wrap.pc .main-page .title-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  text-align: center;
}
.pain-wrap.pc .main-page .title-txt .symbol {
  margin: 0 auto;
  width: 2.34375vw;
}
.pain-wrap.pc .main-page .title-txt .slogan {
  font-size: 0.78125vw;
  margin: 0 0 1.8229166667vw;
}
.pain-wrap.pc .main-page .title-txt .cmt1 {
  padding-bottom: 1.1979166667vw;
  font-size: 0.78125vw;
}
.pain-wrap.pc .main-page .title-txt .cmt2 {
  font-size: 2.6041666667vw;
  padding-bottom: 1.3020833333vw;
}
.pain-wrap.pc .main-page .title-txt .cmt3 {
  font-size: 0.9375vw;
  margin: 0 0 2.0833333333vw;
}
.pain-wrap.pc .main-page .title-txt .pain-button-wrap {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}
.pain-wrap.pc .main-page .title-txt .pain-button-wrap > img {
  width: 6.7708333333vw;
}
.pain-wrap.pc .main-page .title-txt .pain-button-wrap > img.pain-arrow-left {
  transform: translateX(110%);
  animation: fade_init 1.2s 2.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, arrow_ani_left 1.2s 5s infinite cubic-bezier(0.76, 0, 0.24, 1);
}
.pain-wrap.pc .main-page .title-txt .pain-button-wrap > img.pain-arrow-right {
  transform: translateX(-110%);
  animation: fade_init 1.2s 2.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, arrow_ani_right 1.2s 5s infinite cubic-bezier(0.76, 0, 0.24, 1);
}
.pain-wrap.pc .main-page .title-txt .pain-button-wrap .pain-click-btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  line-height: 1.25;
  letter-spacing: -0.05em;
  flex-direction: column;
  font-size: 1.5625vw;
  color: #fff;
  margin: 0 auto;
  width: 23.3333333333vw;
  height: 8.5416666667vw;
  border-radius: 4.2447916667vw;
  background-image: url("../img/pain_click_btn.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.pain-wrap.pc .main-page .title-txt .pain-button-wrap .pain-click-btn b {
  font-weight: 800;
  font-size: 2.6041666667vw;
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), text-shadow 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.pain-wrap.pc .main-page .title-txt .pain-button-wrap .pain-click-btn:hover b {
  transform: scale(1.08);
  text-shadow: 0 0 10px #fff, 0 0 20px #fff;
}
.pain-wrap.pc .main-page .title-txt.hide {
  filter: blur(20px);
  opacity: 0;
}
.pain-wrap.pc .sub-page .sub {
  opacity: 0;
  filter: blur(30px);
  transform: scale(3) translate(32%, 28%) rotateY(90deg);
  transition: all 1.5s ease 0.75s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.pain-wrap.pc .sub-page .sub > img:first-child {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pain-wrap.pc .sub-page .sub .sub-pointer {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 5.15625vw;
  animation: spot 1.2s ease 0s infinite alternate both;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.neck {
  top: 32%;
  left: 24.5%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.shoulder {
  top: 17.5%;
  left: 35%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.elbow {
  top: 39.5%;
  left: 35.5%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.wrist {
  top: 52%;
  left: 32%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.back {
  top: 46%;
  left: 21.5%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.coxa {
  top: 15%;
  right: 24.5%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.knee {
  top: 45%;
  right: 21%;
}
.pain-wrap.pc .sub-page .sub .sub-pointer.ankle {
  bottom: 22.5%;
  right: 22.5%;
}
.pain-wrap.pc .sub-page .sub .box-wrap {
  max-width: 1200px;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .sub-page .sub .box-wrap .virtual {
  width: 45%;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt {
  width: 55%;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt h2 {
  font-size: 5rem;
  font-weight: 800;
  color: #133a85;
  padding-bottom: 2.5rem;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt p {
  font-size: 1.8rem;
  padding-bottom: 4rem;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt p b {
  color: #133a85;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt ul {
  padding-left: 1rem;
  display: flex;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 -0.8rem;
  background-color: #133a85;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  width: 16rem;
  height: 16rem;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button {
  background-color: #fff;
  font-size: 1.8rem;
  border-radius: 30px;
  gap: 9rem;
  margin-top: 3.5rem;
  width: 27.5rem;
  height: 6.2rem;
  cursor: pointer;
  margin-top: 3.5rem;
  position: relative;
  display: flex;
  width: 27.5rem;
  height: 6.2rem;
  border-radius: 30px;
  border: 1px solid #eee;
  justify-content: center;
  gap: 5.3rem;
  align-items: center;
  overflow: hidden;
  transition: all 0.35s;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button img {
  display: block;
  margin-left: 1rem;
}
.pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button::after {
  background-color: #133a85;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button:hover {
    background-color: #133a85;
    color: #fff;
  }
  .pain-wrap.pc .sub-page .sub .box-wrap .txt .sub-button:hover svg path {
    stroke: #fff;
  }
}
.pain-wrap.pc .sub-page .sub .box-wrap.reverse {
  flex-direction: row-reverse;
}
.pain-wrap.pc .sub-page .sub.show {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1.01) translate(0%, 0%) rotateY(0deg);
  z-index: 90;
}

@media (max-width: 1023px) {
  .pain-wrap.pc {
    display: none;
  }
  .pain-wrap.mo {
    position: relative;
    overflow: hidden;
    padding: 75px 0 10px;
    display: block;
    background-color: #f8f8f8;
  }
  .pain-wrap.mo .main-page .title-txt {
    padding: 0 10px;
    text-align: center;
  }
  .pain-wrap.mo .main-page .title-txt .pain-button-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .pain-wrap.mo .main-page .title-txt .pain-button-wrap > img {
    width: 30px;
    position: relative;
    z-index: 10;
    animation: arrow_ani_down 1.2s 1s infinite cubic-bezier(0.76, 0, 0.24, 1);
  }
  .pain-wrap.mo .main-page .title-txt .pain-button-wrap .pain-click-btn {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-direction: column;
    line-height: 1.25;
    letter-spacing: -0.05em;
    flex-direction: column;
    font-size: 3rem;
    color: #fff;
    margin: 4rem auto 0;
    width: 44.8rem;
    height: 16.4rem;
    border-radius: 8rem;
    background-image: url("../img/pain_click_btn.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
  }
  .pain-wrap.mo .main-page .title-txt .pain-button-wrap .pain-click-btn b {
    font-weight: 800;
    font-size: 5rem;
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), text-shadow 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .pain-wrap.mo .main-page .title-txt .pain-button-wrap .pain-click-btn:hover b {
    transform: scale(1.08);
    text-shadow: 0 0 10px #fff, 0 0 20px #fff;
  }
  .pain-wrap.mo .main-page .body-swiper {
    overflow: hidden;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner {
    position: relative;
    z-index: 5;
    width: 387px;
    margin: 0 auto;
    transition: all 2s cubic-bezier(0.76, 0, 0.24, 1) 0s;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .mo-body {
    display: block;
    margin: 0 auto;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .main-pointer {
    width: 10vw;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    max-width: 55px;
    animation: spot 1.2s ease 0s infinite alternate both;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .upper1 {
    top: 16%;
    right: 25.5%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .upper2 {
    top: 29%;
    right: -1%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .upper3 {
    top: 53%;
    right: 0%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .upper4 {
    bottom: 23%;
    left: 45%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .upper5 {
    bottom: 18%;
    right: 2.5%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .lower1 {
    top: 6%;
    right: 40%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .lower2 {
    top: 50%;
    right: 38%;
  }
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner .lower3 {
    bottom: 7%;
    right: 38%;
  }
  .pain-wrap.mo .main-page .body-swiper .body-swiper-navigation {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 4rem 0;
    position: relative;
    z-index: 90;
  }
  .pain-wrap.mo .main-page .body-swiper .body-swiper-navigation .body-swiper-nav {
    display: flex;
    justify-content: center;
    border-radius: 100px;
    width: 85px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    border: 1px solid #133a85;
    color: #133a85;
    box-sizing: border-box;
    transition: 0.3s ease;
    font-size: 18px;
  }
  .pain-wrap.mo .main-page .body-swiper .body-swiper-navigation .body-swiper-nav.active {
    background-color: #133a85;
    color: #fff;
    font-weight: 800;
  }
  .pain-wrap.mo .sub-page .sub {
    background-color: #f8f8f8;
    position: absolute;
    padding: 0 15px;
    inset: 0;
    z-index: 101;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    transition: transform 1.1s, filter 1.1s, opacity 1.1s;
    transform-origin: right top;
    backface-visibility: hidden;
    will-change: transform, opacity, filter;
    filter: blur(3px);
    transform: rotateY(105deg) skewX(-10deg) skewY(-15deg);
  }
  .pain-wrap.mo .sub-page .sub::after {
    content: "";
    position: absolute;
    background: radial-gradient(120% 120% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 65%, rgba(0, 0, 0, 0.65) 100%);
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out 0s;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 3rem;
    width: calc(100% + 20px);
  }
  .pain-wrap.mo .sub-page .sub.show {
    transform: rotateY(0deg) skewX(0) skewY(0deg);
    filter: blur(0px);
    opacity: 1;
  }
  .pain-wrap.mo .sub-page .sub.show::after {
    opacity: 0;
    transition-delay: 0.5s;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt {
    margin-top: 4rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt h2 {
    font-size: 4.5rem;
    font-weight: 800;
    color: #133a85;
    padding-bottom: 2.5rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt p {
    font-size: 1.8rem;
    padding-bottom: 5.5rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt p b {
    color: #133a85;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul {
    display: grid;
    grid-template-columns: repeat(2, 13.7rem);
    padding-left: 1.3rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: -1.3rem;
    background-color: #133a85;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    width: 16rem;
    height: 16rem;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .sub-button {
    background-color: #fff;
    font-size: 1.8rem;
    border-radius: 30px;
    gap: 9rem;
    width: 27.5rem;
    height: 6.2rem;
    cursor: pointer;
    margin: 5.5rem 0 4rem;
    position: relative;
    display: flex;
    width: 27.5rem;
    height: 6.2rem;
    border-radius: 30px;
    border: 1px solid #eee;
    justify-content: center;
    gap: 5.3rem;
    align-items: center;
    overflow: hidden;
    transition: all 0.35s;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .sub-button img {
    display: block;
    margin-left: 1rem;
    transform: scale(0.8);
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .sub-button::after {
    display: none;
    background-color: #133a85;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .sub-button:hover {
    color: #282828;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt .sub-button:hover img {
    filter: none;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure {
    width: 470px;
    margin: 0 auto;
    position: relative;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-body {
    margin: 0 auto;
    display: block;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer {
    cursor: pointer;
    width: 60px;
    position: absolute;
    animation: spot 1.2s ease 0s infinite alternate both;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.neck {
    top: 30%;
    left: 52%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.shoulder {
    top: 18%;
    right: 5%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.elbow {
    top: 40%;
    right: 0%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.wrist {
    top: 55%;
    right: 1.5%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.back {
    top: 45%;
    left: 55%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.coxa {
    top: 15%;
    right: 45.5%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.knee {
    top: 45%;
    right: 45%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer.ankle {
    bottom: 10%;
    right: 29%;
  }
}
@media (max-width: 500px) {
  .pain-wrap.mo .main-page .body-swiper .swiper-slide .inner {
    width: 85%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure {
    width: 80%;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .figure .sub-pointer {
    width: 40px;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt p br {
    display: none;
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .pain-wrap.mo .sub-page .sub .box-wrap .txt ul li {
    width: 48vw;
    height: 48vw;
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .pain-wrap.mo .main-page .title-txt .pain-button-wrap .pain-click-btn {
    width: 280px;
    height: 102px;
    font-size: 2.6rem;
  }
  .pain-wrap.mo .main-page .title-txt .pain-button-wrap .pain-click-btn b {
    font-size: 4rem;
  }
  .pain-wrap.mo .main-page .title-txt .pain-button-wrap .pain-arrow-down {
    width: 24px;
  }
}
/* ---------------pain-section END--------------- */
/* ---------------youtube-section START--------------- */
.youtube-section {
  position: relative;
  background-color: #f8f8f8;
  padding: 10rem 0;
}
.youtube-section .maxwidth {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.youtube-section .maxwidth .txt-area {
  padding-right: 3.7%;
  padding-bottom: 0.7rem;
}
.youtube-section .maxwidth .txt-area .main-txt h2 {
  font-size: 4.2rem;
  letter-spacing: -0.05em;
  line-height: 1.14;
  padding-bottom: 2rem;
  white-space: nowrap;
}
.youtube-section .maxwidth .txt-area .main-txt h2 > b {
  font-weight: 800;
}
.youtube-section .maxwidth .txt-area .sub-txt p {
  font-weight: 400;
  font-size: 1.8rem;
  padding-bottom: 8.5rem;
  line-height: 1.3;
}
.youtube-section .maxwidth .txt-area .sub-txt a {
  font-weight: 500;
  font-size: 1.8rem;
  color: #191919;
  background-color: transparent;
  border-radius: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 2px solid #1f4288;
  width: 23.9rem;
  height: 6.2rem;
  gap: 5px;
  box-sizing: border-box;
}
.youtube-section .maxwidth .video-area {
  display: flex;
  align-items: center;
  gap: 2.3%;
}
.youtube-section .maxwidth .video-area .thumbnail {
  padding-top: 1.6rem;
}
.youtube-section .maxwidth .video-area .thumbnail iframe {
  width: 59.8rem;
  height: 33.6rem;
  filter: brightness(0);
  pointer-events: none;
}
.youtube-section .maxwidth .video-area .list {
  padding-right: 0%;
  width: 33.5rem;
  height: 55rem;
  overflow-y: scroll;
}
.youtube-section .maxwidth .video-area .list li {
  cursor: pointer;
  position: relative;
  margin: 1.3rem 0;
  width: 28.2rem;
  filter: brightness(0);
  pointer-events: none;
}
.youtube-section .maxwidth .video-area .list li .title {
  width: calc(100% - 34px);
  opacity: 0;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 15px);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 700;
  font-size: 1.85rem;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
}
.youtube-section .maxwidth .video-area .list li .title.active {
  opacity: 1;
}
.youtube-section .maxwidth .video-area .list li .title:hover {
  opacity: 1;
}
.youtube-section .maxwidth .video-area .list::-webkit-scrollbar {
  width: 9px;
  background-color: #fff;
  border-radius: 10px;
}
.youtube-section .maxwidth .video-area .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d2cfba;
}
.youtube-section::after {
  width: 46.9%;
  right: 0;
  height: 100%;
  top: 0;
  background-color: #2458ad;
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 1500px) {
  .youtube-section {
    padding: 10rem 0;
  }
  .youtube-section .maxwidth {
    justify-content: center;
    padding: 0 20px 0 40px;
  }
  .youtube-section .maxwidth .txt-area {
    padding-right: 3.3%;
  }
  .youtube-section .maxwidth .txt-area .main-txt > h2 {
    font-size: 3.8rem;
  }
  .youtube-section .maxwidth .video-area {
    gap: 0;
    flex-direction: column;
  }
  .youtube-section .maxwidth .video-area .thumbnail {
    padding-bottom: 0px;
  }
  .youtube-section .maxwidth .video-area .thumbnail iframe {
    width: 66.8rem;
    height: 37.6rem;
  }
  .youtube-section .maxwidth .video-area .list {
    display: flex;
    padding-right: 0;
    width: 66.8rem;
    height: unset;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 7px;
  }
  .youtube-section .maxwidth .video-area .list li {
    width: 250px;
    min-width: 250px;
    padding: 0rem 0;
    margin-right: 7px;
  }
  .youtube-section .maxwidth .video-area .list li .title {
    font-size: 1.65rem;
    top: 0;
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
  }
  .youtube-section .maxwidth .video-area .list::-webkit-scrollbar {
    height: 7.5px;
    background-color: #fff;
    border-radius: 5px;
  }
  .youtube-section .maxwidth .video-area .list::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
}
@media (min-width: 946px) and (max-width: 1279px) {
  .youtube-section .maxwidth .txt-area .sub-txt p {
    padding-bottom: 5rem;
  }
  .youtube-section .maxwidth .video-area .list {
    margin-top: -1px;
    padding-bottom: 6.5px;
  }
  .youtube-section .maxwidth .video-area .list > li {
    min-width: 220px;
    margin-right: 6.5px;
  }
  .youtube-section .maxwidth .video-area .list > li > .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 945px) {
  .youtube-section {
    margin: -30px 0 0;
  }
  .youtube-section .maxwidth {
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
  }
  .youtube-section .maxwidth .txt-area {
    padding-right: 0;
    display: flex;
    width: 66.8rem;
    padding-bottom: 5rem;
    justify-content: space-evenly;
    align-items: center;
  }
  .youtube-section .maxwidth .txt-area .main-txt > h2 {
    padding-bottom: 0;
    font-size: 3.6rem;
  }
  .youtube-section .maxwidth .txt-area .sub-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .youtube-section .maxwidth .txt-area .sub-txt p {
    padding-bottom: 2rem;
  }
  .youtube-section .maxwidth .txt-area .sub-txt a {
    height: 7rem;
    width: 23rem;
  }
  .youtube-section .maxwidth .video-area {
    gap: 0;
    flex-direction: column;
  }
  .youtube-section .maxwidth .video-area .thumbnail {
    padding-bottom: 0px;
  }
  .youtube-section .maxwidth .video-area .list {
    width: 66.8rem;
    height: unset;
    padding-bottom: 7px;
    margin-top: -4px;
  }
  .youtube-section .maxwidth .video-area .list li {
    margin: 0.5rem 0 0.8rem;
    min-width: 200px;
    margin-right: 6px;
  }
  .youtube-section .maxwidth .video-area .list li .title {
    font-size: 1.7rem;
    top: 0;
    height: calc(100% - 10px);
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
  }
  .youtube-section .maxwidth .video-area .list::-webkit-scrollbar {
    height: 7.5px;
    background-color: #fff;
    border-radius: 5px;
  }
  .youtube-section .maxwidth .video-area .list::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
  .youtube-section::after {
    height: 47%;
    right: 0;
    width: 100%;
    top: unset;
    bottom: 0;
    background-color: #2458ad;
    content: "";
    display: block;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .youtube-section {
    margin: -15px 0 0;
    padding: 6.5rem 0;
  }
  .youtube-section .maxwidth {
    justify-content: center;
    flex-direction: column;
    padding: 0 12px;
  }
  .youtube-section .maxwidth .txt-area {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    width: unset;
    padding-bottom: 0rem;
    margin-bottom: 5rem;
    justify-content: space-between;
    gap: 20px;
  }
  .youtube-section .maxwidth .txt-area .main-txt > h2 {
    font-size: 3.6rem;
    padding-right: 0;
  }
  .youtube-section .maxwidth .txt-area .sub-txt p {
    padding-bottom: 1.5rem;
    padding-left: 10px;
    font-size: 15px;
  }
  .youtube-section .maxwidth .txt-area .sub-txt a {
    width: 20rem;
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 1.85rem;
  }
  .youtube-section .maxwidth .video-area {
    max-width: 420px;
    width: 100%;
    gap: 0;
    flex-direction: column;
  }
  .youtube-section .maxwidth .video-area .thumbnail {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0;
  }
  .youtube-section .maxwidth .video-area .thumbnail iframe {
    width: 100%;
    max-height: 206px;
  }
  .youtube-section .maxwidth .video-area .list {
    margin-top: -1px;
    width: 100%;
    height: unset;
    padding-bottom: 5px;
    margin-top: -2px;
  }
  .youtube-section .maxwidth .video-area .list li {
    width: 170px;
    min-width: 130px;
    margin-right: 4px;
    margin-top: 1px;
  }
  .youtube-section .maxwidth .video-area .list li .title {
    width: calc(100% - 10px);
    font-size: 1.35rem;
    top: 0;
    height: calc(100% - 5px);
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
  }
  .youtube-section .maxwidth .video-area .list::-webkit-scrollbar {
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
  }
  .youtube-section .maxwidth .video-area .list::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
  .youtube-section::after {
    height: 47%;
    right: 0;
    width: 100%;
    top: unset;
    bottom: 0;
    background-color: #2458ad;
    content: "";
    display: block;
    position: absolute;
  }
}
@media screen and (max-width: 450px) {
  .youtube-section .maxwidth .txt-area {
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .youtube-section .maxwidth .txt-area .sub-txt p {
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
/* ---------------youtube-section END--------------- */
/* ---------------special-section START--------------- */
.special-section {
  max-width: 1920px;
  margin: 0 auto;
}
.special-section .box-wrap {
  display: flex;
}
.special-section .box-wrap .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("../img/special_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6% 7.5%;
  max-height: 782px;
}
.special-section .box-wrap .text-box .section-heading .slogan {
  color: #fff;
}
.special-section .box-wrap .text-box .special-list {
  margin: 7rem 0 0;
  width: 46rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.special-section .box-wrap .text-box .special-list li {
  opacity: 0.2;
  transition: opacity 0.35s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 2rem;
  cursor: pointer;
}
.special-section .box-wrap .text-box .special-list li .text {
  color: #fff;
  font-weight: 800;
  font-size: 2.4rem;
}
.special-section .box-wrap .text-box .special-list li button {
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 0.5rem 0 0;
}
.special-section .box-wrap .text-box .special-list li button img {
  width: 1.7rem;
}
.special-section .box-wrap .text-box .special-list li.active {
  opacity: 1;
}
.special-section .box-wrap .text-box .special-list li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.special-section .box-wrap .special-swiper {
  position: relative;
  flex-shrink: 0;
  width: 50%;
  overflow: hidden;
}
.special-section .box-wrap .special-swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-section .box-wrap .special-swiper .special-swiper-control {
  right: 1.5%;
  bottom: 2%;
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  font-family: "NanumSquareNeo";
}
.special-section .box-wrap .special-swiper .special-swiper-control button {
  position: unset;
  color: #fff;
  width: unset;
  height: unset;
  padding: 0;
  margin: 0;
  font-weight: 900;
  font-size: 12px;
  width: 2.6rem;
  height: 2.6rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  line-height: 1;
}
.special-section .box-wrap .special-swiper .special-swiper-control button.swiper-button-prev::after {
  content: none;
}
.special-section .box-wrap .special-swiper .special-swiper-control button.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.special-section .box-wrap .special-swiper .special-swiper-control button.swiper-button-next::after {
  content: none;
}
.special-section .box-wrap .special-swiper .special-swiper-control button.swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.special-section .box-wrap .special-swiper .special-swiper-control .swiper-pagination {
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  position: unset;
  width: unset;
  display: inline-block;
  border-radius: 1.3rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 6.4rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
}

@media (max-width: 1550px) {
  .special-section .box-wrap .text-box .section-heading .section-desc {
    text-wrap: balance;
  }
  .special-section .box-wrap .text-box .section-heading .section-desc br {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .special-section .box-wrap {
    flex-direction: column;
  }
  .special-section .box-wrap .text-box {
    width: 100%;
    padding: 10rem 0 7.5rem;
    max-height: unset;
    text-align: center;
  }
  .special-section .box-wrap .text-box .section-heading .section-desc br {
    display: block;
  }
  .special-section .box-wrap .text-box .special-list {
    margin: 5rem auto 0;
  }
  .special-section .box-wrap .special-swiper {
    width: 100%;
    height: 550px;
  }
  .special-section .box-wrap .special-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .special-section .box-wrap .special-swiper {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .special-section .box-wrap .special-swiper .special-swiper-control {
    gap: 0.5rem;
  }
  .special-section .box-wrap .special-swiper .special-swiper-control button {
    font-size: 11px;
  }
  .special-section .box-wrap .special-swiper .special-swiper-control .swiper-pagination {
    width: 5.4rem;
    font-size: 11px;
  }
}
@media screen and (max-width: 450px) {
  .special-section .box-wrap .text-box {
    padding: 7.5rem 0 5rem;
  }
  .special-section .box-wrap .text-box .section-heading {
    padding: 0 20px;
  }
  .special-section .box-wrap .text-box .section-heading .section-title {
    line-height: 1.2;
  }
  .special-section .box-wrap .text-box .special-list {
    width: 38rem;
    gap: 4rem;
  }
  .special-section .box-wrap .text-box .special-list li .text {
    font-size: 17px;
  }
  .special-section .box-wrap .text-box .special-list li button {
    margin: 0;
  }
  .special-section .box-wrap .special-swiper {
    height: 300px;
  }
}
/* ---------------special-section END--------------- */
/* ---------------doctor-section START--------------- */
#doctor-section .box-wrap {
  display: flex;
  align-items: center;
  gap: 5%;
}
#doctor-section .box-wrap .profile-area .name {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin: 0 0 4rem 0;
}
#doctor-section .box-wrap .profile-area .name strong {
  font-size: 3.5rem;
}
#doctor-section .box-wrap .profile-area .name .badge {
  display: inline-block;
  border-radius: 3rem;
  background-color: #2458ad;
  color: #fff;
  padding: 0rem 2rem;
  height: 4.7rem;
  line-height: 4.7rem;
}
#doctor-section .box-wrap .profile-area .profile-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8rem;
}
#doctor-section .box-wrap .profile-area .profile-box .profile h3 {
  font-weight: 700;
  color: #2458ad;
  font-size: 2.8rem;
  letter-spacing: -0.025em;
  padding: 0 0 2.5rem 0;
}
#doctor-section .box-wrap .profile-area .profile-box .profile .profile-list li {
  position: relative;
  padding: 0 0 0 1.2rem;
  line-height: 1.7;
}
#doctor-section .box-wrap .profile-area .profile-box .profile .profile-list li::before {
  content: "·";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1279px) {
  #doctor-section .box-wrap {
    gap: 3%;
  }
  #doctor-section .box-wrap .figure {
    width: 45%;
  }
  #doctor-section .box-wrap .profile-area {
    width: 55%;
  }
  #doctor-section .box-wrap .profile-area .profile-box {
    row-gap: 4rem;
  }
}
@media screen and (max-width: 991px) {
  #doctor-section .box-wrap {
    flex-direction: column;
    gap: 5rem;
  }
  #doctor-section .box-wrap .figure {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #doctor-section .box-wrap .profile-area {
    width: 100%;
  }
  #doctor-section .box-wrap .profile-area .name {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #doctor-section .box-wrap {
    gap: 3rem;
  }
  #doctor-section .box-wrap .profile-area .name {
    flex-direction: column;
  }
  #doctor-section .box-wrap .profile-area .name .badge {
    line-height: 5rem;
  }
  #doctor-section .box-wrap .profile-area .profile-box {
    grid-template-columns: 1fr;
  }
  #doctor-section .box-wrap .profile-area .profile-box .profile h3 {
    padding: 0 0 2rem 0;
  }
}
/* ---------------doctor-section END--------------- */
/* ---------------clinic-section START--------------- */
#clinic-section .clinic-tabs {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 72px;
  z-index: 90;
}
#clinic-section .clinic-tabs li {
  width: 19.5rem;
  height: 5.2rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #2458ad;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#clinic-section .clinic-tabs li button {
  font-size: 2.1rem;
}
#clinic-section .clinic-tabs li.active {
  color: #fff;
  background-color: #2458ad;
}
#clinic-section .clinic {
  display: none;
}
#clinic-section .clinic.active {
  display: block;
}
#clinic-section .clinic .box-wrap {
  display: flex;
  align-items: center;
  gap: 5%;
}
#clinic-section .clinic .box-wrap .text-box {
  padding: 0 0 0 5%;
}
#clinic-section .clinic .box-wrap .text-box h3 {
  font-size: 4rem;
}
#clinic-section .clinic .box-wrap .text-box p {
  font-size: 18px;
  padding: 3.5rem 0 0;
}
#clinic-section .clinic .info-box {
  display: flex;
  gap: 10%;
  margin: -3.4rem auto 0;
  justify-content: center;
  max-width: 1360px;
  width: 90%;
  position: relative;
  z-index: 1;
}
#clinic-section .clinic .info-box .info {
  width: 50%;
}
#clinic-section .clinic .info-box .info .title {
  background-color: #fff;
  display: flex;
  align-items: center;
}
#clinic-section .clinic .info-box .info .title .number {
  color: #fff;
  font-weight: 500;
  font-size: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 6.4rem;
  height: 6.4rem;
  flex-shrink: 0;
  background-color: #2458ad;
}
#clinic-section .clinic .info-box .info .title h4 {
  font-size: 20px;
  color: #2458ad;
  padding: 0 0 0 2.3rem;
}
#clinic-section .clinic .info-box .info .info-list {
  padding: 3rem 0 0 9rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#clinic-section .clinic .info-box .info .info-list li {
  position: relative;
  padding: 0 0 0 12px;
}
#clinic-section .clinic .info-box .info .info-list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
#clinic-section .clinic .circle-wrap {
  margin: 6rem auto 9rem;
  display: flex;
  justify-content: center;
  max-width: 1600px;
  width: 90%;
}
#clinic-section .clinic .circle-wrap .circle {
  position: relative;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 50%;
  margin: 0 -10px;
}
#clinic-section .clinic .circle-wrap .circle::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#clinic-section .clinic .circle-wrap .circle.circle-text {
  background-color: rgba(36, 88, 173, 0.2);
  text-align: center;
}
#clinic-section .clinic .circle-wrap .circle.circle-text h3 {
  font-size: 25px;
  color: #2458ad;
}
#clinic-section .clinic .circle-wrap .circle.circle-text p {
  font-size: 20px;
  padding: 2rem 0 0;
}
#clinic-section .clinic .circle-wrap .circle.circle-icon {
  text-align: center;
  background-color: #2458ad;
}
#clinic-section .clinic .circle-wrap .circle.circle-icon .icon {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#clinic-section .clinic .circle-wrap .circle.circle-icon h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  padding: 1.5rem 0 1.5rem;
}
#clinic-section .clinic .circle-wrap .circle.circle-icon p {
  color: #fff;
  font-size: 20px;
}
#clinic-section .clinic .circle-wrap .circle:nth-child(2)::before, #clinic-section .clinic .circle-wrap .circle:nth-child(3)::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: -2px;
  z-index: 2;
  transform: translateY(-50%);
  font-size: 31px;
  font-weight: 900;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 1279px) {
  #clinic-section .clinic .box-wrap {
    gap: 20px;
  }
  #clinic-section .clinic .box-wrap .text-box {
    padding: 7.5rem 0;
    width: 50%;
  }
  #clinic-section .clinic .box-wrap .text-box p {
    text-wrap: balance;
  }
  #clinic-section .clinic .box-wrap .text-box p br {
    display: none;
  }
  #clinic-section .clinic .box-wrap .figure {
    width: 50%;
  }
  #clinic-section .clinic .info-box {
    gap: 5%;
  }
  #clinic-section .clinic .circle-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 340px));
  }
  #clinic-section .clinic .circle-wrap .circle {
    width: 350px;
    height: 350px;
    margin: -10px;
  }
  #clinic-section .clinic .circle-wrap .circle::after {
    content: none;
  }
  #clinic-section .clinic .circle-wrap .circle:nth-child(2)::before {
    bottom: -8px;
    top: unset;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
  #clinic-section .clinic .circle-wrap .circle:nth-child(3)::before {
    right: -8px;
  }
}
@media screen and (max-width: 991px) {
  #clinic-section .clinic .box-wrap {
    flex-direction: column;
    gap: 0;
  }
  #clinic-section .clinic .box-wrap .text-box {
    width: 100%;
    text-align: center;
  }
  #clinic-section .clinic .box-wrap .text-box p br {
    display: block;
  }
  #clinic-section .clinic .box-wrap .figure {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #clinic-section .clinic .info-box {
    flex-direction: column;
    gap: 5rem;
  }
  #clinic-section .clinic .info-box .info {
    width: 100%;
  }
  #clinic-section .clinic .info-box .info .info-list {
    padding: 3rem 0 0 8rem;
  }
  #clinic-section .clinic .info-box .info .info-list li {
    font-size: 15px;
  }
  #clinic-section .clinic .circle-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 10rem auto 9rem;
  }
  #clinic-section .clinic .circle-wrap .circle {
    width: 50%;
    height: unset;
  }
  #clinic-section .clinic .circle-wrap .circle::after {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  #clinic-section .clinic-tabs {
    top: 60px;
  }
  #clinic-section .clinic .box-wrap .text-box p {
    font-size: 17px;
  }
  #clinic-section .clinic .box-wrap .text-box p br {
    display: none;
  }
  #clinic-section .clinic .info-box .info .info-list li {
    line-height: 1.5;
  }
  #clinic-section .clinic .circle-wrap {
    margin: 7.5rem auto 9rem;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-text h3 {
    font-size: 2.5rem;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-text p {
    font-size: 2rem;
    line-height: 1.5;
    text-wrap: balance;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-text p br {
    display: none;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-icon .icon {
    height: 43.5px;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-icon .icon img {
    transform: scale(0.75);
  }
  #clinic-section .clinic .circle-wrap .circle.circle-icon h4 {
    font-size: 2.5rem;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-icon p {
    font-size: 2rem;
  }
  #clinic-section .clinic .circle-wrap .circle:nth-child(2)::before {
    bottom: -8px;
    top: unset;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    font-size: 3rem;
  }
  #clinic-section .clinic .circle-wrap .circle:nth-child(3)::before {
    right: 0px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 450px) {
  #clinic-section .clinic .box-wrap .text-box h3 {
    font-size: 30px;
  }
  #clinic-section .clinic .box-wrap .text-box p {
    font-size: 16px;
  }
  #clinic-section .clinic .info-box .info .info-list {
    padding: 3rem 0 0 7.5rem;
  }
  #clinic-section .clinic .circle-wrap {
    width: 95%;
  }
  #clinic-section .clinic .circle-wrap .circle {
    margin: -5px;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-text h3 {
    font-size: 18px;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-text p {
    padding: 1rem 0 0;
    font-size: 13px;
    text-wrap: balance;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-text p br {
    display: none;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-icon .icon {
    height: 38px;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-icon .icon img {
    transform: scale(0.65);
  }
  #clinic-section .clinic .circle-wrap .circle.circle-icon h4 {
    font-size: 18px;
  }
  #clinic-section .clinic .circle-wrap .circle.circle-icon p {
    font-size: 14px;
  }
  #clinic-section .clinic .circle-wrap .circle:nth-child(2)::before {
    bottom: -10px;
  }
  #clinic-section .clinic .circle-wrap .circle:nth-child(3)::before {
    right: -2px;
  }
}
/* ---------------clinic-section END--------------- */
/* ---------------nonsurgery-section START--------------- */
#nonsurgery-section .item-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 2.5rem;
}
#nonsurgery-section .item-wrap .item {
  border-top: 1px solid #2458ad;
}
#nonsurgery-section .item-wrap .item .text-box {
  padding: 7rem 5rem 8rem;
  background-color: #fff;
}
#nonsurgery-section .item-wrap .item .text-box .number {
  color: #2458ad;
  font-size: 15px;
  font-weight: 700;
}
#nonsurgery-section .item-wrap .item .text-box h3 {
  font-weight: 700;
  font-size: 25px;
  padding: 1.8rem 0;
  color: #2458ad;
}
#nonsurgery-section .item-wrap .item .text-box p {
  font-weight: 300;
  font-size: 18px;
}
#nonsurgery-section .item-wrap .item .text-box ul {
  display: flex;
  padding: 6rem 0 0 10px;
  gap: 6.5rem;
}
#nonsurgery-section .item-wrap .item .text-box ul li {
  position: relative;
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
}
#nonsurgery-section .item-wrap .item .text-box ul li .icon {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 0 10px 0;
}
#nonsurgery-section .item-wrap .item .text-box ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3.25rem;
  height: 80%;
  width: 1px;
  background-color: rgb(203, 203, 203);
}

@media (max-width: 1650px) {
  #nonsurgery-section .item-wrap {
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 530px));
  }
}
@media screen and (max-width: 991px) {
  #nonsurgery-section .item-wrap {
    grid-template-columns: repeat(1, minmax(0, 530px));
  }
  #nonsurgery-section .item-wrap .item {
    transition-delay: 0s;
  }
  #nonsurgery-section .item-wrap .item .text-box {
    padding: 6rem 4rem 7rem;
  }
  #nonsurgery-section .item-wrap .item .text-box ul {
    padding: 6rem 0 0 0;
  }
  #nonsurgery-section .item-wrap .item .text-box ul li {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  #nonsurgery-section .maxwidth {
    width: 95%;
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box p {
    font-size: 17px;
    text-wrap: balance;
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box p br {
    display: none;
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box ul {
    padding: 5rem 0 0;
    margin: 0 -4rem;
    gap: 0;
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box ul li {
    flex: 1;
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box ul li .icon {
    height: 41.5px;
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box ul li .icon img {
    transform: scale(0.9);
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box ul li:not(:last-child)::after {
    right: 0;
  }
}
@media screen and (max-width: 450px) {
  #nonsurgery-section .maxwidth .item-wrap .item .text-box {
    padding: 6rem 3rem 7rem;
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box p {
    font-size: 16px;
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box ul {
    margin: 0 -3rem;
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box ul li {
    font-size: 14px;
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box ul li .icon {
    height: 37px;
  }
  #nonsurgery-section .maxwidth .item-wrap .item .text-box ul li .icon img {
    transform: scale(0.8);
  }
}
/* ---------------nonsurgery-section END--------------- */
/* ---------------manual-section START--------------- */
#manual-section .box-wrap {
  display: flex;
  align-items: center;
}
#manual-section .box-wrap.top .text-area .inner {
  padding: 0% 10%;
}
#manual-section .box-wrap.bottom .text-area {
  display: flex;
  justify-content: flex-end;
}
#manual-section .box-wrap.bottom .text-area .inner {
  padding: 0% 10%;
}
#manual-section .box-wrap .figure {
  width: 50%;
  height: 100%;
}
#manual-section .box-wrap .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#manual-section .box-wrap .text-area {
  width: 50%;
}
#manual-section .box-wrap .text-area .inner .title > h3 {
  font-size: 4rem;
}
#manual-section .box-wrap .text-area .inner .title > p {
  padding: 2rem 0 0;
}
#manual-section .box-wrap .text-area .inner .manual-merit-list li {
  display: inline-flex;
  align-items: center;
  gap: 5rem;
  padding: 4rem 0;
}
#manual-section .box-wrap .text-area .inner .manual-merit-list li .icon {
  display: flex;
  justify-content: center;
  width: 5rem;
}
#manual-section .box-wrap .text-area .inner .manual-merit-list li .merit-desc > h4 {
  font-weight: 800;
  color: #2458ad;
  font-size: 2.5rem;
}
#manual-section .box-wrap .text-area .inner .manual-merit-list li .merit-desc > p {
  padding: 2rem 0 0;
}
#manual-section .box-wrap .text-area .inner .manual-merit-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
#manual-section .box-wrap .text-area .inner .exercise-merit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin: 2.5rem 0 0;
}
#manual-section .box-wrap .text-area .inner .exercise-merit-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  padding: 2.7rem 3rem;
  border: 1px solid #eee;
}
#manual-section .box-wrap .text-area .inner .exercise-merit-list li .number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background-color: #2458ad;
  font-weight: 800;
}
#manual-section .box-wrap .text-area .inner .exercise-merit-list li .text {
  font-size: 3rem;
  padding: 2rem 0 0;
  white-space: nowrap;
}

@media (max-width: 1650px) {
  #manual-section .box-wrap {
    flex-direction: column;
    gap: 5rem;
  }
  #manual-section .box-wrap.top .text-area .inner {
    padding: 0;
  }
  #manual-section .box-wrap.bottom {
    margin: 7.5rem 0 0;
    flex-direction: column-reverse;
  }
  #manual-section .box-wrap.bottom .text-area {
    justify-content: center;
  }
  #manual-section .box-wrap.bottom .text-area .inner {
    padding: 0;
  }
  #manual-section .box-wrap .figure {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #manual-section .box-wrap .figure img {
    width: auto;
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
  #manual-section .box-wrap .text-area {
    width: 100%;
  }
  #manual-section .box-wrap .text-area .inner .title > h3 {
    line-height: 1.15;
  }
  #manual-section .box-wrap .text-area .inner .manual-merit-list {
    width: 500px;
    margin: 0 auto;
  }
  #manual-section .box-wrap .text-area .inner .manual-merit-list li {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #manual-section .box-wrap.bottom .text-area {
    width: 90%;
  }
  #manual-section .box-wrap .text-area .inner .manual-merit-list {
    width: 90%;
  }
  #manual-section .box-wrap .text-area .inner .manual-merit-list li {
    padding: 4rem 0;
    gap: 4.5rem;
  }
  #manual-section .box-wrap .text-area .inner .manual-merit-list li .icon {
    flex-shrink: 0;
  }
  #manual-section .box-wrap .text-area .inner .manual-merit-list li .icon img {
    transform: scale(0.8);
  }
  #manual-section .box-wrap .text-area .inner .manual-merit-list li .merit-desc > p {
    text-wrap: balance;
  }
  #manual-section .box-wrap .text-area .inner .manual-merit-list li .merit-desc > p br {
    display: none;
  }
  #manual-section .box-wrap .text-area .inner .manual-merit-list li:first-child {
    padding: 1rem 0 4rem;
  }
  #manual-section .box-wrap .text-area .inner .manual-merit-list li:last-child {
    padding: 4rem 0 0;
  }
  #manual-section .box-wrap .text-area .inner .exercise-merit-list li {
    padding: 2rem 0;
  }
  #manual-section .box-wrap .text-area .inner .exercise-merit-list li .number {
    width: 4.2rem;
    height: 4.2rem;
    align-items: flex-start;
    line-height: 4.7rem;
  }
  #manual-section .box-wrap .text-area .inner .exercise-merit-list li .text {
    font-size: 2.1rem;
  }
}
/* ---------------manual-section END--------------- */
/* ---------------equipment-section START--------------- */
#equipment-section .equipment-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.3rem;
       column-gap: 2.3rem;
  row-gap: 4.5rem;
}
#equipment-section .equipment-wrap .equipment .text-box h3 {
  padding: 3rem 0 1.5rem;
  font-weight: 800;
  color: #2458ad;
  font-size: 2.5rem;
}
@media screen and (max-width: 1279px) {
  #equipment-section .equipment-wrap .equipment .text-box p {
    text-wrap: balance;
  }
  #equipment-section .equipment-wrap .equipment .text-box p br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #equipment-section .equipment-wrap {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 4rem;
  }
}
/* ---------------equipment-section END--------------- */
/* ---------------interior-section START--------------- */
#interior-section {
  background-image: url("../img/interior_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#interior-section .maxwidth .interior-swiper {
  position: relative;
  margin: 4.7rem 0 0;
  overflow: hidden;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide {
  will-change: clip-path;
  transition: clip-path 0.7s ease;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  clip-path: inset(0 0 0 0);
  z-index: 3;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  clip-path: inset(0 100% 0 0);
  z-index: 1;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  clip-path: inset(0 0 0 100%);
  z-index: 2;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.is-forward.swiper-slide-prev {
  clip-path: inset(0 100% 0 0);
  z-index: 1;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.is-forward.swiper-slide-next {
  clip-path: inset(0 0 0 100%);
  z-index: 2;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.is-backward.swiper-slide-prev {
  clip-path: inset(0 0 0 100%);
  z-index: 1;
}
#interior-section .maxwidth .interior-swiper .swiper-wrapper .swiper-slide.is-backward.swiper-slide-next {
  clip-path: inset(0 100% 0 0);
  z-index: 2;
}
#interior-section .maxwidth .thumb-btn {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
  margin: 1.2rem 0 0;
}
#interior-section .maxwidth .thumb-btn li {
  position: relative;
}
#interior-section .maxwidth .thumb-btn li button {
  opacity: 0.75;
  filter: grayscale(0.25);
  transition: opacity 0.3s, filter 0.3s, transform 0.3s;
}
#interior-section .maxwidth .thumb-btn li button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  #interior-section .maxwidth .thumb-btn li button:hover {
    opacity: 1;
    filter: grayscale(0);
  }
}
#interior-section .maxwidth .thumb-btn li.active button {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.05);
}

@media screen and (max-width: 1023px) {
  #interior-section .maxwidth .thumb-btn {
    margin: 5px 0 0;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 6px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #interior-section {
    padding-bottom: 85px;
  }
  #interior-section .maxwidth .thumb-btn {
    margin: 4px 0 0;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 4px;
  }
}
@media screen and (max-width: 450px) {
  #interior-section {
    padding-bottom: 60px;
  }
}
/* ---------------interior-section END--------------- */
/* ---------------location-section START--------------- */
.location-section .box-wrap {
  display: flex;
  align-items: center;
  gap: 4%;
}
.location-section .box-wrap #map {
  height: 90rem;
  width: 58%;
}
.location-section .box-wrap #map iframe {
  width: 100%;
  height: 100%;
}
.location-section .box-wrap #comming {
  width: 42%;
}
.location-section .box-wrap #comming .content-title {
  font-size: 4rem;
  font-weight: 800;
  color: #2458ad;
  padding: 0 0 2rem 0;
}
.location-section .box-wrap #comming .address-desc {
  font-size: 2rem;
  position: relative;
  padding: 0 0 0 1rem;
  line-height: 1.25;
}
.location-section .box-wrap #comming .address-desc::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.location-section .box-wrap #comming .traffic-wrap {
  margin: 3rem 0 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
.location-section .box-wrap #comming .traffic-wrap .way-to-come {
  display: flex;
  gap: 2rem;
}
.location-section .box-wrap #comming .traffic-wrap .way-to-come.subway {
  align-items: center;
}
.location-section .box-wrap #comming .traffic-wrap .way-to-come.bus {
  align-items: flex-start;
}
.location-section .box-wrap #comming .traffic-wrap .way-to-come .traffic-name {
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  width: 6.5rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 2rem;
}
.location-section .box-wrap #comming .traffic-wrap .way-to-come > p {
  font-weight: 600;
  font-size: 2rem;
}
.location-section .box-wrap #comming .traffic-wrap .way-to-come .bus-list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.location-section .box-wrap #comming .traffic-wrap .way-to-come .bus-list li {
  font-size: 2rem;
  display: flex;
  gap: 1.2rem;
}
.location-section .box-wrap #comming .traffic-wrap .way-to-come .bus-list li .bus-title {
  font-weight: 600;
  color: #fff;
  border-radius: 14px;
  width: 7rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.location-section .box-wrap #comming .traffic-wrap .way-to-come .bus-list li .bus-list {
  font-weight: 600;
}
.location-section .box-wrap #comming .link-list {
  display: flex;
  gap: 1rem;
  margin: 0 0 1.5rem 0;
}
.location-section .box-wrap #comming .link-list li {
  width: 17rem;
  height: 4rem;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fbfcff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.location-section .box-wrap #comming .link-list li a {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.location-section .box-wrap #comming .link-list li a .text {
  font-weight: 500;
}
.location-section .box-wrap #comming .info-wrap .info {
  padding: 3rem 0;
  display: inline-flex;
  gap: 4.2rem;
}
.location-section .box-wrap #comming .info-wrap .info .info-title {
  width: 133px;
}
.location-section .box-wrap #comming .info-wrap .info .info-title .en-title {
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
.location-section .box-wrap #comming .info-wrap .info .info-title h3 {
  font-size: 25px;
  font-weight: 700;
  color: #3e3c3a;
  padding: 0.5rem 0 0;
  letter-spacing: 0;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc {
  display: flex;
  padding: 3.5rem 0 0;
  gap: 3rem;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .desc-title {
  width: 62px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 12px;
  font-size: 18px;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .desc-title::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .text {
  margin: -1rem 0 0;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .text .tel-number {
  font-weight: 800;
  color: #2458ad;
  font-size: 38px;
  letter-spacing: -0.025em;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .text .notice {
  font-size: 13px;
  color: #2458ad;
  line-height: 1.8;
  letter-spacing: 0;
  padding: 0 0 0 1.2rem;
  font-weight: 500;
  position: relative;
  margin: 1rem 0 0;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .text .notice::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .time-table li {
  font-weight: 500;
  display: flex;
  gap: 3rem;
  line-height: 1.8;
  font-size: 18px;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .time-table li .day {
  display: inline-block;
  width: 62px;
  position: relative;
  padding: 0 0 0 12px;
  display: flex;
  justify-content: space-between;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .time-table li .day::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .time-table li .hour {
  letter-spacing: 0.025em;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .notice-list {
  padding: 2rem 0 0;
}
.location-section .box-wrap #comming .info-wrap .info .info-desc .notice-list li {
  font-weight: 400;
  font-size: 14px;
  color: #2458ad;
  line-height: 1.5;
  letter-spacing: 0;
}
.location-section .box-wrap #comming .info-wrap .info:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 1500px) {
  .location-section .box-wrap {
    flex-direction: column;
    gap: 7.5rem;
  }
  .location-section .box-wrap #map {
    width: 700px;
    height: 700px;
  }
  .location-section .box-wrap #comming {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .location-section .box-wrap #map {
    width: 100%;
    height: 75vw;
  }
  .location-section .box-wrap #comming {
    width: 100%;
  }
  .location-section .box-wrap #comming .info-wrap {
    display: flex;
    flex-direction: column;
  }
  .location-section .box-wrap #comming .info-wrap .info {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 450px) {
  .location-section .box-wrap #map {
    border: 1px solid #eee;
  }
  .location-section .box-wrap #comming .address-desc strong {
    display: inline-block;
    margin: 0.5rem 0 0;
  }
  .location-section .box-wrap #comming .traffic-wrap .way-to-come {
    gap: 1.5rem;
  }
  .location-section .box-wrap #comming .traffic-wrap .way-to-come .traffic-name {
    flex-shrink: 0;
  }
  .location-section .box-wrap #comming .traffic-wrap .way-to-come .bus-list li .bus-title {
    flex-shrink: 0;
  }
  .location-section .box-wrap #comming .link-list {
    gap: 8px;
  }
  .location-section .box-wrap #comming .link-list li a {
    gap: 7px;
  }
  .location-section .box-wrap #comming .link-list li a img {
    transform: scale(0.9);
  }
  .location-section .box-wrap #comming .link-list li a .text {
    font-size: 13px;
  }
  .location-section .box-wrap #comming .info-wrap .info {
    padding: 4rem 0;
  }
  .location-section .box-wrap #comming .info-wrap .info .info-title {
    display: block;
  }
  .location-section .box-wrap #comming .info-wrap .info .info-desc {
    padding: 4rem 0 0;
  }
  .location-section .box-wrap #comming .info-wrap .info .info-desc .text .tel-number {
    font-size: 32px;
  }
  .location-section .box-wrap #comming .info-wrap .info .info-desc .text .notice br {
    display: none;
  }
  .location-section .box-wrap #comming .info-wrap .info .info-desc .time-table li {
    gap: 4rem;
    font-size: 16px;
  }
  .location-section .box-wrap #comming .info-wrap .info .info-desc .time-table li .day {
    width: 50px;
  }
  .location-section .box-wrap #comming .info-wrap .info .info-desc .notice-list {
    padding: 3rem 0 0;
  }
}
/* ---------------location-section END--------------- *//*# sourceMappingURL=main.css.map */