@charset "UTF-8";
/* white-space:nowrap */
.nowrap {
  white-space: nowrap;
}

/* media-query */
/* br(줄바꿈) */
.br-pc {
  display: block;
}

@media (max-width: 1279px) {
  .br-pc {
    display: none;
  }
}
.br-max {
  display: none;
}

@media (max-width: 1279px) {
  .br-max {
    display: block;
  }
}
.br-max2 {
  display: block;
}

@media (max-width: 1279px) {
  .br-max2 {
    display: none;
  }
}
.br-min {
  display: none;
}

@media (max-width: 767px) {
  .br-min {
    display: block;
  }
}
.br-min2 {
  display: block;
}

@media (max-width: 767px) {
  .br-min2 {
    display: none;
  }
}
.br-minmax {
  display: none;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .br-minmax {
    display: block;
  }
}
.br-minmax2 {
  display: block;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .br-minmax {
    display: none;
  }
}
.br1920 {
  display: none;
}

@media (min-width: 1280px) {
  .br1920 {
    display: block;
  }
}
.br1920-2 {
  display: block;
}

@media (min-width: 1280px) {
  .br1920-2 {
    display: none;
  }
}
.br1450-3 {
  display: block;
}

@media (min-width: 768px) and (max-width: 1450px) {
  .br1450-3 {
    display: none;
  }
}
.br1280 {
  display: none;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .br1280 {
    display: block;
  }
}
.br1280-2 {
  display: block;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .br1280-2 {
    display: none;
  }
}
.br1280-3 {
  display: none;
}

@media (max-width: 1279px) {
  .br1280-3 {
    display: block;
  }
}
.br1280-4 {
  display: block;
}

@media (max-width: 1279px) {
  .br1280-4 {
    display: none;
  }
}
.br768 {
  display: none;
}

@media (max-width: 767px) {
  .br768 {
    display: block;
  }
}
.br768-2 {
  display: block;
}

@media (max-width: 767px) {
  .br768-2 {
    display: none;
  }
}
.br768-3 {
  display: none;
}

@media (min-width: 767px) {
  .br768-3 {
    display: block;
  }
}
.br768-4 {
  display: block;
}

@media (min-width: 767px) {
  .br768-4 {
    display: none;
  }
}
.br822 {
  display: block;
}

@media (max-width: 822px) {
  .br822 {
    display: none;
  }
}
.br450 {
  display: none;
}

@media (max-width: 450px) {
  .br450 {
    display: block;
  }
}
.br450-2 {
  display: block;
}

@media (max-width: 450px) {
  .br450-2 {
    display: none;
  }
}
.br500 {
  display: none;
}

@media (max-width: 500px) {
  .br500 {
    display: block;
  }
}
.br500-2 {
  display: block;
}

@media (max-width: 500px) {
  .br500-2 {
    display: none;
  }
}
.br480-2 {
  display: block;
}

@media (max-width: 480px) {
  .br480-2 {
    display: none;
  }
}
.br580-2 {
  display: block;
}

@media (max-width: 580px) {
  .br580-2 {
    display: none;
  }
}
.br550-2 {
  display: block;
}

@media (max-width: 550px) {
  .br550-2 {
    display: none;
  }
}
.br624-2 {
  display: block;
}

@media (max-width: 624px) {
  .br624-2 {
    display: none;
  }
}
.br430 {
  display: none;
}

@media (max-width: 430px) {
  .br430 {
    display: block;
  }
}
.br430-2 {
  display: block;
}

@media (max-width: 430px) {
  .br430-2 {
    display: none;
  }
}
.br400 {
  display: none;
}

@media (max-width: 400px) {
  .br400 {
    display: block;
  }
}
.br400-2 {
  display: block;
}

@media (max-width: 400px) {
  .br400-2 {
    display: none;
  }
}
.br900-2 {
  display: block;
}

@media (max-width: 900px) {
  .br900-2 {
    display: none;
  }
}
.br1000-2 {
  display: block;
}

@media (max-width: 1000px) {
  .br1000-2 {
    display: none;
  }
}
.br900-3 {
  display: block;
}

@media (min-width: 768px) and (max-width: 900px) {
  .br900-3 {
    display: none;
  }
}
.br990-3 {
  display: block;
}

@media (min-width: 768px) and (max-width: 990px) {
  .br990-3 {
    display: none;
  }
}
.br868 {
  display: block;
}

@media (min-width: 768px) and (max-width: 868px) {
  .br868 {
    display: none;
  }
}
.br999 {
  display: block;
}

@media (min-width: 768px) and (max-width: 999px) {
  .br999 {
    display: none;
  }
}
/* iframe video */
.show-pc {
  display: none;
}

@media (min-width: 768px) {
  .show-pc {
    display: block;
  }
}
.show-mo {
  display: none;
}

@media (max-width: 767px) {
  .show-mo {
    display: block;
  }
}
/* animation */
.ani {
  opacity: 0;
}

.blur {
  opacity: 0;
  filter: blur(3px);
}

.blur-up {
  opacity: 0;
  filter: blur(15px);
  transform: translateY(100%);
}

.blur-down {
  opacity: 0;
  filter: blur(15px);
  transform: translateY(-100%);
}

.zoom {
  transform: scale(0);
}

.animate .ani {
  animation: animate_opacity 1.2s forwards;
}

.ani-top {
  opacity: 0;
  transform: translateY(100px);
}

.fade-up {
  opacity: 0;
  transform: translateY(100px);
}

.fade-up2 {
  opacity: 0;
  transform: translateY(100%);
}

.fade-down {
  opacity: 0;
  transform: translateY(-100%);
}

.fade-left {
  transform: translateX(-100%);
  opacity: 0;
}

.fade-right {
  transform: translateX(100%);
  opacity: 0;
}

.ani-bottom {
  opacity: 0;
  transform: translateY(-100px);
}

.ani-left {
  opacity: 0;
  transform: translateX(100px);
}

.ani-right {
  opacity: 0;
  transform: translateX(-100px);
}

.ani-hide1 {
  transform: translateY(100%);
}

.sub-blur1 {
  transform: translateY(-100%);
}

.sub-blur2 {
  transform: translateY(100%);
}

.bg-size {
  height: 0%;
  filter: blur(3px);
  opacity: 0;
}

.rotatey-scale {
  transform: rotateX(180deg) scale(1.3);
  opacity: 0;
}

.blur-opacity-transy {
  opacity: 0;
  filter: blur(75px);
  transform: translateX(-100%);
}

.ani-scale {
  transform: scale(1.3);
}

.ani-scale2 {
  transform: scale(1.3);
}

.animate .ani-top, .animate .ani-bottom,
.animate .ani-left, .animate .ani-right {
  animation: animate_TBLR 1.2s forwards;
}

.animate .blur {
  animation: blur 2s cubic-bezier(0.76, 0, 0.24, 1) 3s forwards;
}

.animate .blur-up {
  animation: blur_up 2s ease 0s forwards;
}

.animate .blur-down {
  animation: blur_down 2s ease 0s forwards;
}

.animate .spot {
  animation: spot 1.2s ease 3s infinite alternate both;
}

.animate .spot2 {
  animation: spot2 1.2s ease 0s infinite alternate both;
}

.animate .zoom {
  animation: zoom 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-up {
  animation: animate_TBLR 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-up2 {
  animation: animate_TBLR 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-down {
  animation: animate_TBLR 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-left {
  animation: animate_TBLR 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .fade-right {
  animation: animate_TBLR 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .ani-hide1 {
  animation: animate_hide1 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .sub-blur1 {
  animation: animate_sub1 1.3s ease-in-out forwards;
}

.animate .sub-blur2 {
  animation: animate_sub1 1.3s ease-in-out forwards;
}

.animate .bg-size {
  animation: bg_size 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .rotatey-scale {
  animation: rotatey_scale 1.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .blur-opacity-transy {
  animation: blur_opacity_transy 2s ease-out forwards;
}

.animate .txt1-ani {
  animation: txt1 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s forwards;
}

.animate .txt2-ani {
  animation: txt2 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s forwards;
}

.animate .txt3-ani {
  animation: txt3 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s forwards;
}

.animate .txt4-ani {
  animation: txt4 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s forwards;
}

.animate .txt5-ani {
  animation: txt5 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s forwards;
}

.animate .txt6-ani {
  animation: txt6 2.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards, txt6_to_txt1 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.5s forwards, txt1_to_txt2 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 7s forwards, txt2_to_txt3 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 10.5s forwards, txt3_to_txt4 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 14s forwards, txt4_to_txt5 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 17.5s forwards, txt5_to_txt6 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 21s forwards, text_shadow 0.5s linear 22s forwards;
}

.animate .ani-scale {
  animation: ani_scale 2s cubic-bezier(0.76, 0, 0.24, 1) 1.5s forwards;
}

.animate.ani-scale {
  animation: ani_scale 2s cubic-bezier(0.76, 0, 0.24, 1) 1.5s forwards;
}

.animate.ani-scale2 {
  animation: ani_scale 1.5s cubic-bezier(0.76, 0, 0.24, 1) 1s forwards;
}

.animate.bg-scale {
  animation: bg_scale 2s cubic-bezier(0.76, 0, 0.24, 1) 0.5s forwards;
}

.animate2 .spot {
  animation: spot 1.2s ease 3s infinite alternate both;
}

.animate2 .fade-right {
  animation: animate_TBLR 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate2 .fade-left {
  animation: animate_TBLR 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.animate .height {
  animation: height 1s ease-in-out 0s forwards;
}

@keyframes animate_opacity {
  100% {
    opacity: 1;
  }
}
@keyframes animate_TBLR {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes animate_hide1 {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes blur_up {
  0% {
    filter: blur(15px);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes blur_down {
  0% {
    filter: blur(15px);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes height {
  0% {
    height: 0rem;
  }
  100% {
    height: 9.7rem;
  }
}
@keyframes animate_sub1 {
  0% {
    filter: blur(12px);
  }
  100% {
    filter: blur(0px);
    transform: translateY(0%);
  }
}
@keyframes bg_size {
  0% {
    height: 0%;
    filter: blur(20px);
    opacity: 0;
  }
  100% {
    height: 100%;
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes bg_scale {
  0% {
    background-size: 135%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes rotatey_scale {
  0% {
    transform: rotateY(90deg) scale(1.3) translateZ(50px);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg) scale(1) translateZ(0px);
    opacity: 1;
  }
}
@keyframes arrow_ani {
  0% {
    transform: translateX(-12.5px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-12.5px);
  }
}
@keyframes arrow_ani2 {
  0% {
    transform: translateX(-1.5vw);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-1.5vw);
  }
}
@keyframes blur_opacity_transy {
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0);
  }
}
@keyframes text_shadow {
  0% {
    text-shadow: 0 0 15px #fff;
  }
  100% {
    text-shadow: none;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes z_index {
  0% {
    z-index: 10;
  }
  100% {
    z-index: 2;
  }
}
@keyframes progress_bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ani_width {
  0% {
    width: 100%;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 0%;
    opacity: 0;
  }
}
@keyframes ani_width2 {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0%;
    opacity: 0;
  }
}
@keyframes ani_scale {
  100% {
    transform: scale(1);
  }
}
@keyframes quick_width {
  0% {
    width: 62px;
  }
  100% {
    width: 175px;
  }
}
@keyframes quick_width2 {
  0% {
    width: 42px;
  }
  100% {
    width: 130px;
  }
}
@keyframes quick_right {
  0% {
    left: 31px;
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    right: 45px;
    opacity: 1;
  }
}
@keyframes spot {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes spot2 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes quick_bounce {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes bounce2 {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.animate .ease {
  animation-timing-function: ease;
}

.animate .ease-in {
  animation-timing-function: ease-in;
}

.animate .ease-in-out {
  animation-timing-function: ease-in-out;
}

.animate .ease-out {
  animation-timing-function: ease-out;
}

.animate .linear {
  animation-timing-function: linear;
}

.animate .delay0 {
  animation-delay: 0s;
}

.animate .delay1 {
  animation-delay: 0.1s;
}

.animate .delay2 {
  animation-delay: 0.2s;
}

.animate .delay3 {
  animation-delay: 0.3s;
}

.animate .delay4 {
  animation-delay: 0.4s;
}

.animate .delay5 {
  animation-delay: 0.5s;
}

.animate .delay6 {
  animation-delay: 0.6s;
}

.animate .delay7 {
  animation-delay: 0.7s;
}

.animate .delay8 {
  animation-delay: 0.8s;
}

.animate .delay9 {
  animation-delay: 0.9s;
}

.animate .delay10 {
  animation-delay: 1s;
}

.animate .delay11 {
  animation-delay: 1.1s;
}

.animate .delay12 {
  animation-delay: 1.2s;
}

.animate .delay13 {
  animation-delay: 1.3s;
}

.animate .delay14 {
  animation-delay: 1.4s;
}

.animate .delay15 {
  animation-delay: 1.5s;
}

.animate .delay16 {
  animation-delay: 1.6s;
}

.animate .delay17 {
  animation-delay: 1.7s;
}

.animate .delay18 {
  animation-delay: 1.8s;
}

.animate .delay19 {
  animation-delay: 1.9s;
}

.animate .delay20 {
  animation-delay: 2s;
}

.animate .delay21 {
  animation-delay: 2.1s;
}

.animate .delay22 {
  animation-delay: 2.2s;
}

.animate .delay23 {
  animation-delay: 2.3s;
}

.animate .delay24 {
  animation-delay: 2.4s;
}

.animate .delay25 {
  animation-delay: 2.5s;
}

.animate .delay26 {
  animation-delay: 2.6s;
}

.animate .delay27 {
  animation-delay: 2.7s;
}

.animate .delay28 {
  animation-delay: 2.8s;
}

.animate .delay29 {
  animation-delay: 2.9s;
}

.animate .delay30 {
  animation-delay: 3s;
}

.animate .delay31 {
  animation-delay: 3.1s;
}

.animate .delay32 {
  animation-delay: 3.2s;
}

.animate .delay33 {
  animation-delay: 3.3s;
}

.animate .delay34 {
  animation-delay: 3.4s;
}

.animate .delay35 {
  animation-delay: 3.5s;
}

.animate .delay36 {
  animation-delay: 3.6s;
}

.animate .delay37 {
  animation-delay: 3.7s;
}

.animate .delay38 {
  animation-delay: 3.8s;
}

.animate .delay39 {
  animation-delay: 3.9s;
}

.animate .delay40 {
  animation-delay: 4s;
}

.animate .duration1 {
  animation-duration: 0.1s;
}

.animate .duration2 {
  animation-duration: 0.2s;
}

.animate .duration3 {
  animation-duration: 0.3s;
}

.animate .duration4 {
  animation-duration: 0.4s;
}

.animate .duration5 {
  animation-duration: 0.5s;
}

.animate .duration6 {
  animation-duration: 0.6s;
}

.animate .duration7 {
  animation-duration: 0.7s;
}

.animate .duration8 {
  animation-duration: 0.8s;
}

.animate .duration9 {
  animation-duration: 0.9s;
}

.animate .duration10 {
  animation-duration: 1s;
}

.animate .duration11 {
  animation-duration: 1.1s;
}

.animate .duration12 {
  animation-duration: 1.2s;
}

.animate .duration13 {
  animation-duration: 1.3s;
}

.animate .duration14 {
  animation-duration: 1.4s;
}

.animate .duration15 {
  animation-duration: 1.5s;
}

.animate .duration16 {
  animation-duration: 1.6s;
}

.animate .duration17 {
  animation-duration: 1.7s;
}

.animate .duration18 {
  animation-duration: 1.8s;
}

.animate .duration19 {
  animation-duration: 1.9s;
}

.animate .duration20 {
  animation-duration: 2s;
}

.animate .duration21 {
  animation-duration: 2.1s;
}

.animate .duration22 {
  animation-duration: 2.2s;
}

.animate .duration23 {
  animation-duration: 2.3s;
}

.animate .duration24 {
  animation-duration: 2.4s;
}

.animate .duration25 {
  animation-duration: 2.5s;
}

.animate .duration26 {
  animation-duration: 2.6s;
}

.animate .duration27 {
  animation-duration: 2.7s;
}

.animate .duration28 {
  animation-duration: 2.8s;
}

.animate .duration29 {
  animation-duration: 2.9s;
}

.animate .duration30 {
  animation-duration: 3s;
}

.animate .duration31 {
  animation-duration: 3.1s;
}

.animate .duration32 {
  animation-duration: 3.2s;
}

.animate .duration33 {
  animation-duration: 3.3s;
}

.animate .duration34 {
  animation-duration: 3.4s;
}

.animate .duration35 {
  animation-duration: 3.5s;
}

.animate .duration36 {
  animation-duration: 3.6s;
}

.animate .duration37 {
  animation-duration: 3.7s;
}

.animate .duration38 {
  animation-duration: 3.8s;
}

.animate .duration39 {
  animation-duration: 3.9s;
}

.animate .duration40 {
  animation-duration: 4s;
}

.animate2 .delay15 {
  animation-delay: 1.5s;
}

.animate2 .delay16 {
  animation-delay: 1.6s;
}

.animate2 .delay17 {
  animation-delay: 1.7s;
}

.animate2 .delay18 {
  animation-delay: 1.8s;
}

.animate2 .delay19 {
  animation-delay: 1.9s;
}

.animate2 .delay20 {
  animation-delay: 2s;
}

.animate2 .delay21 {
  animation-delay: 2.1s;
}

.animate2 .delay22 {
  animation-delay: 2.2s;
}

.animate2 .delay23 {
  animation-delay: 2.3s;
}

.animate2 .delay24 {
  animation-delay: 2.4s;
}

.animate2 .delay25 {
  animation-delay: 2.5s;
}

.animate2 .delay26 {
  animation-delay: 2.6s;
}

.animate2 .delay27 {
  animation-delay: 2.7s;
}

.animate2 .delay28 {
  animation-delay: 2.8s;
}

.animate2 .delay29 {
  animation-delay: 2.9s;
}

.animate2 .delay30 {
  animation-delay: 3s;
}

/* main-swiper */
.main-swiper {
  position: relative;
  overflow: hidden;
  background-image: url("../img/main_banner01.png");
  height: 46.6666666667vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt > div {
  overflow: hidden;
  text-align: center;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt01 {
  margin-bottom: 4rem;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt01 .symbol {
  display: block;
  margin: 0 auto;
  width: 8rem;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt01 span {
  display: block;
  font-family: "noto";
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin-top: 2.3rem;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt02 {
  margin-bottom: 3.4rem;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt02 h2 {
  font-size: 5.2rem;
  line-height: 1.25;
  color: #fff;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt02 h2 b {
  color: #00a1e4;
  letter-spacing: -0.05em;
}
.main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt03 p {
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.3636363636;
}

@media (max-width: 1279px) {
  .main-swiper {
    margin-top: 60px;
    height: calc(var(--vh, 1vh) * 100 - 60px);
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt01 span {
    font-size: 1.5rem;
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt02 h2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .main-swiper {
    margin-top: 54px;
    height: calc(var(--vh, 1vh) * 100 - 54px);
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt {
    padding: 0 14px;
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt01 {
    margin-bottom: 2.5rem;
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt01 .symbol {
    width: 7rem;
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt01 span {
    font-size: 1.1rem;
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt02 {
    margin-bottom: 2.5rem;
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt02 h2 {
    font-size: 3.6rem;
  }
  .main-swiper .swiper-wrapper .swiper-slide .slide-txt .slide-txt03 p {
    font-size: 1.9rem;
  }
}
/* pain-wrap */
@media (min-width: 1921px) {
  #wrap .pain-wrap.mo {
    display: none;
  }
  #wrap .pain-wrap.pc .main-page .pain-banner {
    width: 100%;
  }
  #wrap .pain-wrap.pc .main-page .pointer-wrap .pointer {
    width: 6.25vw;
  }
  #wrap .pain-wrap.pc .main-page .mwidth {
    max-width: 75vw;
  }
  #wrap .pain-wrap.pc .main-page .mwidth .txt-wrap h2 {
    font-size: 2.1875vw;
    padding-bottom: 2.0833333333vw;
  }
  #wrap .pain-wrap.pc .main-page .mwidth .txt-wrap p {
    font-size: 1.1458333333vw;
    padding-bottom: 2.34375vw;
  }
  #wrap .pain-wrap.pc .main-page .mwidth .txt-wrap .button {
    width: 24.4791666667vw;
    height: 7.6041666667vw;
    border-top-left-radius: 5.2083333333vw;
    border-bottom-left-radius: 5.2083333333vw;
  }
  #wrap .pain-wrap.pc .main-page .mwidth .txt-wrap .button img {
    width: 5.46875vw;
  }
  #wrap .pain-wrap.pc .main-page .mwidth .txt-wrap .button span {
    font-size: 1.475vw;
  }
  #wrap .pain-wrap.pc .main-page .mwidth .txt-wrap .button span b {
    font-size: 2.6041666667vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub {
    width: 100%;
  }
  #wrap .pain-wrap.pc .sub-page .sub > img {
    width: 100%;
  }
  #wrap .pain-wrap.pc .sub-page .sub .sub-pointer {
    width: 10vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub .mwidth {
    max-width: 75vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub .mwidth .txt h3 {
    font-size: 2.1875vw;
    padding-bottom: 2.0833333333vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub .mwidth .txt p {
    font-size: 1.1458333333vw;
    padding-bottom: 2.34375vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub .mwidth .txt ul {
    grid-template-columns: 12.65625vw 12.65625vw;
    padding-bottom: 2.0833333333vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub .mwidth .txt ul li {
    width: 12.65625vw;
    height: 3.75vw;
    border-radius: 5.2083333333vw;
    font-size: 1.09375vw;
    border-width: 0.15625vw;
    -moz-column-gap: 0.8854166667vw;
         column-gap: 0.8854166667vw;
    row-gap: 0.5208333333vw;
  }
  #wrap .pain-wrap.pc .sub-page .sub .mwidth .txt button {
    width: 12.65625vw;
    height: 4.0104166667vw;
    border-top-right-radius: 5.2083333333vw;
    border-bottom-right-radius: 5.2083333333vw;
    font-size: 1.371875vw;
  }
}
.pain-wrap.mo {
  display: none;
}

.pain-wrap.pc {
  margin-top: -1.5rem;
  position: relative;
  overflow: hidden;
}
.pain-wrap.pc .main-page {
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
.pain-wrap.pc .main-page .pain-banner {
  transition: all 1.5s;
}
.pain-wrap.pc .main-page .pointer-wrap .pointer {
  transition: all 1.5s ease-in 0s;
  cursor: pointer;
  width: 12rem;
  position: absolute;
  z-index: 9;
  opacity: 0;
}
.pain-wrap.pc .main-page .pointer-wrap .pointer.upper01 {
  top: 25.2%;
  left: 17.5%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .main-page .pointer-wrap .pointer.upper02 {
  top: 40%;
  left: 28%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .main-page .pointer-wrap .pointer.upper03 {
  bottom: 10%;
  left: 21%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .main-page .pointer-wrap .pointer.upper04 {
  bottom: 5.5%;
  left: 31%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .main-page .pointer-wrap .pointer.lower01 {
  top: 14%;
  left: 52.5%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .main-page .pointer-wrap .pointer.lower02 {
  top: 25%;
  right: 34%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .main-page .pointer-wrap .pointer.lower03 {
  bottom: 33.5%;
  left: 53%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .main-page .pointer-wrap .pointer.lower04 {
  bottom: -3%;
  left: 51.5%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .main-page .mwidth {
  padding: 0 40px;
  text-align: right;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .main-page .mwidth .txt-wrap {
  transition: all 0.5s ease 0.3s;
  overflow: hidden;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap h2 {
  padding-bottom: 4rem;
  font-size: 4.2rem;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap h2 span {
  font-weight: 800;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap p {
  font-size: 2.2rem;
  padding-bottom: 4.5rem;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .button {
  display: flex;
  gap: 4.8rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 47rem;
  height: 14.6rem;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  background-color: #3199f7;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .button img {
  margin-left: 1.5rem;
  display: block;
  transform: translateX(-12.5px);
  animation: arrow_ani 1.2s cubic-bezier(0.76, 0, 0.24, 1) 5s infinite;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .button span {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 2.832rem;
}
.pain-wrap.pc .main-page .mwidth .txt-wrap .button span b {
  font-size: 5rem;
}
.pain-wrap.pc .main-page::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eee;
  z-index: 2;
  pointer-events: none;
  left: 0;
  top: 0;
}
.pain-wrap.pc .main-page.animate::before {
  animation: ani_width 2.8s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
.pain-wrap.pc .main-page.hide {
  z-index: 1;
}
.pain-wrap.pc .main-page.hide .txt-wrap {
  opacity: 0;
  filter: blur(20px);
}
.pain-wrap.pc .sub-page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.pain-wrap.pc .sub-page .sub {
  height: 100%;
  opacity: 0;
  filter: blur(30px);
  transform: scale(3) translate(32%, 28%) rotateY(90deg);
  transition: all 1.5s ease 0.6s;
  position: absolute;
  top: 0;
  left: 0;
}
.pain-wrap.pc .sub-page .sub .sub_img {
  height: 100%;
}
.pain-wrap.pc .sub-page .sub .mwidth {
  padding: 0 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pain-wrap.pc .sub-page .sub .mwidth .txt {
  display: inline-block;
  overflow: hidden;
}
.pain-wrap.pc .sub-page .sub .mwidth .txt h3 {
  font-size: 4.2rem;
  font-weight: 500;
  padding-bottom: 3rem;
  color: #3199f7;
}
.pain-wrap.pc .sub-page .sub .mwidth .txt p {
  font-size: 2rem;
  padding-bottom: 4.3rem;
  line-height: 1.4;
}
.pain-wrap.pc .sub-page .sub .mwidth .txt ul {
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: 23.1rem 23.1rem;
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  row-gap: 1rem;
}
.pain-wrap.pc .sub-page .sub .mwidth .txt ul li {
  width: 23.1rem;
  height: 7.2rem;
  border-radius: 0;
  letter-spacing: -0.03em;
  font-size: 2.1rem;
  font-weight: 400;
  background-color: #fff;
  box-sizing: border-box;
  border: 3px solid #3199f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.pain-wrap.pc .sub-page .sub .mwidth .txt button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 24.3rem;
  height: 7.7rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 400;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  background-color: #3199f7;
  border: none;
  cursor: pointer;
}
.pain-wrap.pc .sub-page .sub .mwidth .txt.reverse {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.pain-wrap.pc .sub-page .sub .mwidth .txt.reverse button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pain-wrap.pc .sub-page .sub .sub-pointer {
  cursor: pointer;
  position: absolute;
  z-index: 9;
  width: 19.3rem;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.pain-wrap.pc .sub-page .sub.neck .sub-pointer {
  top: 57%;
  right: 28%;
}
.pain-wrap.pc .sub-page .sub.neck.show {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1) translate(0%, 0%) rotateY(0deg);
}
.pain-wrap.pc .sub-page .sub.shoulder .sub-pointer {
  top: 53%;
  right: 40.5%;
}
.pain-wrap.pc .sub-page .sub.shoulder.show {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1) translate(0%, 0%) rotateY(0deg);
}
.pain-wrap.pc .sub-page .sub.waist .sub-pointer {
  top: 70%;
  right: 25%;
}
.pain-wrap.pc .sub-page .sub.waist.show {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1) translate(0%, 0%) rotateY(0deg);
}
.pain-wrap.pc .sub-page .sub.elbow .sub-pointer {
  top: 60%;
  right: 36.5%;
}
.pain-wrap.pc .sub-page .sub.elbow.show {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1) translate(0%, 0%) rotateY(0deg);
}
.pain-wrap.pc .sub-page .sub.hip .sub-pointer {
  top: 48%;
  left: 43%;
}
.pain-wrap.pc .sub-page .sub.hip.show {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1) translate(0%, 0%) rotateY(0deg);
}
.pain-wrap.pc .sub-page .sub.wrist .sub-pointer {
  top: 47%;
  left: 39.5%;
}
.pain-wrap.pc .sub-page .sub.wrist.show {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1) translate(0%, 0%) rotateY(0deg);
  opacity: 1;
}
.pain-wrap.pc .sub-page .sub.knee .sub-pointer {
  top: 47%;
  left: 43%;
}
.pain-wrap.pc .sub-page .sub.knee.show {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1) translate(0%, 0%) rotateY(0deg);
}
.pain-wrap.pc .sub-page .sub.ankle .sub-pointer {
  bottom: 8%;
  left: 43.5%;
}
.pain-wrap.pc .sub-page .sub.ankle.show {
  filter: blur(0px);
  opacity: 1;
  transform: scale(1) translate(0%, 0%) rotateY(0deg);
}
.pain-wrap.pc .sub-page.show {
  z-index: 10;
}

@media (max-width: 1023px) {
  .pain-wrap.pc {
    display: none;
  }
  .pain-wrap.mo {
    background-color: #eee;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .pain-wrap.mo .main-page {
    position: relative;
    padding: 10vw 0;
    pointer-events: auto;
    z-index: 3;
  }
  .pain-wrap.mo .main-page .content-wrap {
    padding: 0 2.7vw;
    display: flex;
    align-items: center;
    gap: 2.7vw;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper {
    transition: all 1.5s;
    width: 50%;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .swiper-wrapper .swiper-slide {
    z-index: 1;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .swiper-wrapper .swiper-slide .pointer-wrap .pointer {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2000;
    width: 11.7vw;
    cursor: pointer;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .swiper-wrapper .swiper-slide.upper .pointer-wrap .pointer.upper01 {
    top: 12%;
    left: 55%;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .swiper-wrapper .swiper-slide.upper .pointer-wrap .pointer.upper02 {
    top: 17.5%;
    right: -10%;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .swiper-wrapper .swiper-slide.upper .pointer-wrap .pointer.upper03 {
    top: 35.5%;
    right: 10%;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .swiper-wrapper .swiper-slide.upper .pointer-wrap .pointer.upper04 {
    top: 36.5%;
    right: -18%;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .swiper-wrapper .swiper-slide.lower .pointer-wrap .pointer.lower01 {
    bottom: 46%;
    right: 5%;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .swiper-wrapper .swiper-slide.lower .pointer-wrap .pointer.lower02 {
    bottom: 39%;
    right: -22%;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .swiper-wrapper .swiper-slide.lower .pointer-wrap .pointer.lower03 {
    bottom: 21%;
    right: 3%;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .swiper-wrapper .swiper-slide.lower .pointer-wrap .pointer.lower04 {
    bottom: -5%;
    right: 6%;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .body-swiper-navigation {
    position: relative;
    left: calc(100% + 1.35vw);
    margin-top: 0vw;
    display: flex;
    bottom: 30vw;
    justify-content: center;
    gap: 2vw;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .body-swiper-navigation .body-swiper-nav {
    cursor: pointer;
    font-size: 4.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border: 1px solid #3199f7;
    line-height: 1.5;
    border-radius: 20rem;
    background-color: #fff;
    color: #3199f7;
    padding: 0vw 6.2vw;
    height: 7.5vw;
  }
  .pain-wrap.mo .main-page .content-wrap .body-swiper .body-swiper-navigation .body-swiper-nav.active {
    background-color: #3199f7;
    color: #fff;
  }
  .pain-wrap.mo .main-page .content-wrap .txt-wrap {
    width: 50%;
    text-align: right;
    overflow: hidden;
    transition: all 0.5s ease 0.3s;
  }
  .pain-wrap.mo .main-page .content-wrap .txt-wrap h2 {
    padding-bottom: 5.8vw;
    font-size: 4.5vw;
  }
  .pain-wrap.mo .main-page .content-wrap .txt-wrap h2 span {
    font-weight: 800;
  }
  .pain-wrap.mo .main-page .content-wrap .txt-wrap p {
    font-size: 3.3vw;
    padding-bottom: 6vw;
  }
  .pain-wrap.mo .main-page .content-wrap .txt-wrap .button {
    display: flex;
    gap: 1.4vw;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: 45vw;
    height: 17.5vw;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #3199f7;
  }
  .pain-wrap.mo .main-page .content-wrap .txt-wrap .button img {
    width: 9vw;
    margin-left: 2vw;
    display: block;
    transform: translateX(-1.5vw);
    animation: arrow_ani2 1.2s cubic-bezier(0.76, 0, 0.24, 1) 5s infinite;
  }
  .pain-wrap.mo .main-page .content-wrap .txt-wrap .button span {
    display: block;
    text-align: left;
    color: #fff;
    margin-right: 1.3vw;
    font-size: 3.69vw;
  }
  .pain-wrap.mo .main-page .content-wrap .txt-wrap .button span b {
    font-size: 4.6vw;
  }
  .pain-wrap.mo .main-page::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index: 2;
    pointer-events: none;
    left: 0;
    top: 0;
  }
  .pain-wrap.mo .main-page.animate::before {
    animation: ani_width2 3s cubic-bezier(0.76, 0, 0.24, 1) 0.5s forwards;
  }
  .pain-wrap.mo .main-page.hide {
    z-index: 1;
  }
  .pain-wrap.mo .main-page.hide .txt-wrap {
    opacity: 0;
    filter: blur(20px);
  }
  .pain-wrap.mo .sub-page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
  }
  .pain-wrap.mo .sub-page .sub {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: blur(30px);
    transform: scale(3) translate(100%, 0%) rotateY(90deg);
    transform-origin: right center;
    transition: all 1.5s ease 0.25s;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pain-wrap.mo .sub-page .sub.neck {
    transform: scale(3) translate(-100%, 0%) rotateY(90deg);
  }
  .pain-wrap.mo .sub-page .sub.shoulder {
    transform: scale(3) translate(-100%, 0%) rotateY(90deg);
  }
  .pain-wrap.mo .sub-page .sub.elbow {
    transform: scale(3) translate(-100%, 0%) rotateY(90deg);
  }
  .pain-wrap.mo .sub-page .sub.waist {
    transform: scale(3) translate(-100%, 0%) rotateY(90deg);
  }
  .pain-wrap.mo .sub-page .sub .mwidth {
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pain-wrap.mo .sub-page .sub .mwidth .txt h3 {
    font-size: 4.2rem;
    font-weight: 800;
    padding-bottom: 4rem;
    color: #3199f7;
  }
  .pain-wrap.mo .sub-page .sub .mwidth .txt p {
    font-size: 2.2rem;
    margin-bottom: 4.3rem;
    line-height: 1.4;
  }
  .pain-wrap.mo .sub-page .sub .mwidth .txt ul {
    padding-bottom: 5rem;
    display: grid;
    grid-template-columns: 23.1rem 23.1rem;
    -moz-column-gap: 1.7rem;
         column-gap: 1.7rem;
    row-gap: 1rem;
  }
  .pain-wrap.mo .sub-page .sub .mwidth .txt ul li {
    width: 23.1rem;
    height: 7.2rem;
    border-radius: 0;
    letter-spacing: -0.03em;
    font-size: 2.1rem;
    font-weight: 400;
    background-color: #fff;
    box-sizing: border-box;
    border: 3px solid #3199f7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .pain-wrap.mo .sub-page .sub .mwidth .txt button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 24.3rem;
    height: 7.7rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 400;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: -0.05em;
    background-color: #3199f7;
    border: none;
    cursor: pointer;
  }
  .pain-wrap.mo .sub-page .sub .mwidth .txt.reverse {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }
  .pain-wrap.mo .sub-page .sub .mwidth .txt.reverse button {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .pain-wrap.mo .sub-page .sub .sub-pointer {
    cursor: pointer;
    position: absolute;
    z-index: 9;
    width: 19.3rem;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .pain-wrap.mo .sub-page .sub.neck .sub-pointer {
    top: 57%;
    right: 28%;
  }
  .pain-wrap.mo .sub-page .sub.neck.show {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) translate(0%, 0%) rotateY(0deg);
    background: #eee;
  }
  .pain-wrap.mo .sub-page .sub.shoulder .sub-pointer {
    top: 53%;
    right: 40.5%;
  }
  .pain-wrap.mo .sub-page .sub.shoulder.show {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) translate(0%, 0%) rotateY(0deg);
    background: #eee;
  }
  .pain-wrap.mo .sub-page .sub.waist .sub-pointer {
    top: 70%;
    right: 25%;
  }
  .pain-wrap.mo .sub-page .sub.waist.show {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) translate(0%, 0%) rotateY(0deg);
    background: #eee;
  }
  .pain-wrap.mo .sub-page .sub.elbow .sub-pointer {
    top: 60%;
    right: 36.5%;
  }
  .pain-wrap.mo .sub-page .sub.elbow.show {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) translate(0%, 0%) rotateY(0deg);
    background: #eee;
  }
  .pain-wrap.mo .sub-page .sub.hip .sub-pointer {
    top: 48%;
    left: 43%;
  }
  .pain-wrap.mo .sub-page .sub.hip.show {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) translate(0%, 0%) rotateY(0deg);
    background: #eee;
  }
  .pain-wrap.mo .sub-page .sub.wrist .sub-pointer {
    top: 47%;
    left: 39.5%;
  }
  .pain-wrap.mo .sub-page .sub.wrist.show {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) translate(0%, 0%) rotateY(0deg);
    background: #eee;
    opacity: 1;
  }
  .pain-wrap.mo .sub-page .sub.knee .sub-pointer {
    top: 47%;
    left: 43%;
  }
  .pain-wrap.mo .sub-page .sub.knee.show {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) translate(0%, 0%) rotateY(0deg);
    background: #eee;
  }
  .pain-wrap.mo .sub-page .sub.ankle .sub-pointer {
    bottom: 8%;
    left: 43.5%;
  }
  .pain-wrap.mo .sub-page .sub.ankle.show {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) translate(0%, 0%) rotateY(0deg);
    background: #eee;
  }
}
@media (max-width: 600px) {
  .pain-wrap.mo .sub-page .sub .mwidth .txt p br {
    display: none;
  }
}
/* bg-area01 */
.bg-area01 {
  overflow: hidden;
}
.bg-area01 .bg-wrap {
  padding: 23.7rem 0 14.5rem;
  background-image: url("../img/bg01_bg.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.bg-area01 .bg-wrap .mwidth .txt-wrap {
  padding-left: 0.7rem;
  overflow: hidden;
}
.bg-area01 .bg-wrap .mwidth .txt-wrap .txt {
  padding-left: 3.1rem;
  color: #fff;
}
.bg-area01 .bg-wrap .mwidth .txt-wrap .txt span {
  font-family: "noto";
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #615f5c;
  vertical-align: top;
  display: inline-block;
  margin: 0 auto 3.5rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2.5rem;
}
.bg-area01 .bg-wrap .mwidth .txt-wrap .txt h2 {
  font-size: 4.2rem;
  line-height: 1.23;
  padding-bottom: 3.5rem;
}
.bg-area01 .bg-wrap .mwidth .txt-wrap .txt p {
  padding-bottom: 3.2rem;
  line-height: 1.5;
}
.bg-area01 .bg-wrap .mwidth .txt-wrap .circle-wrap {
  display: flex;
}
.bg-area01 .bg-wrap .mwidth .txt-wrap .circle-wrap .circle {
  width: 25.5rem;
  height: 25.6rem;
  border-radius: 50%;
  text-align: center;
  background-size: 25.5rem 25.6rem;
  background-image: url("../img/bg01_border.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 -0.7rem;
}
.bg-area01 .bg-wrap .mwidth .txt-wrap .circle-wrap .circle .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.3rem;
  padding-top: 6.6rem;
  padding-bottom: 2.2rem;
}
.bg-area01 .bg-wrap .mwidth .txt-wrap .circle-wrap .circle p {
  color: #fff;
}

@media (max-width: 1279px) {
  .bg-area01 .bg-wrap {
    background-position: 90% 50%;
    background-attachment: unset;
  }
  .bg-area01 .bg-wrap .mwidth .txt-wrap .circle-wrap .circle .icon img {
    transform: scale(0.75);
  }
}
@media (max-width: 767px) {
  .bg-area01 .bg-wrap .mwidth .txt-wrap {
    padding-left: 0;
    padding-bottom: 1rem;
  }
  .bg-area01 .bg-wrap .mwidth .txt-wrap .txt {
    padding-left: 0;
  }
  .bg-area01 .bg-wrap .mwidth .txt-wrap .txt span {
    font-size: 1rem;
  }
  .bg-area01 .bg-wrap .mwidth .txt-wrap .txt h2 {
    font-size: 3.2rem;
    padding-bottom: 3rem;
  }
  .bg-area01 .bg-wrap .mwidth .txt-wrap .txt p {
    font-size: 1.8rem;
  }
  .bg-area01 .bg-wrap .mwidth .txt-wrap .circle-wrap {
    flex-direction: column;
  }
  .bg-area01 .bg-wrap .mwidth .txt-wrap .circle-wrap .circle {
    width: 22.5rem;
    height: 22.5rem;
    margin: -1rem 0;
    background-size: 22.5rem 22.5rem;
  }
  .bg-area01 .bg-wrap .mwidth .txt-wrap .circle-wrap .circle .icon img {
    transform: scale(0.6);
  }
  .bg-area01 .bg-wrap .mwidth .txt-wrap .circle-wrap .circle p {
    font-size: 1.7rem;
  }
}
/* section01 - 의료진 소개 */
#section01 .box-wrap {
  display: flex;
}
#section01 .box-wrap .bg-wrap {
  width: 28.9%;
}
#section01 .box-wrap .bg-wrap .bg-img {
  height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#section01 .box-wrap .bg-wrap .bg-img.top {
  background-image: url("../img/sc01_img01.png");
}
#section01 .box-wrap .bg-wrap .bg-img.bottom {
  background-image: url("../img/sc01_img02.png");
}
#section01 .box-wrap .medical-team {
  width: 71.1%;
}
#section01 .box-wrap .medical-team .profile {
  padding-top: 13rem;
  padding-left: 3.9%;
  display: flex;
  justify-content: space-between;
}
#section01 .box-wrap .medical-team .profile .list {
  overflow: hidden;
  padding-top: 8.5rem;
  padding-bottom: 23.5rem;
}
#section01 .box-wrap .medical-team .profile .list .title h3 {
  font-size: 3.2rem;
  padding-bottom: 1.3rem;
}
#section01 .box-wrap .medical-team .profile .list .title h2 {
  padding-bottom: 7rem;
  font-size: 4rem;
}
#section01 .box-wrap .medical-team .profile .list .title h2 b {
  font-size: 5.2rem;
}
#section01 .box-wrap .medical-team .profile .list .title h4 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 4rem;
}
#section01 .box-wrap .medical-team .profile .list ul li {
  line-height: 1.7;
}
#section01 .box-wrap .medical-team .profile .doctor {
  display: flex;
  align-items: flex-end;
  position: relative;
}
#section01 .box-wrap .medical-team .profile .doctor::after {
  content: "";
  display: block;
  width: 58%;
  position: absolute;
  right: 0;
  height: 71%;
  top: 50%;
  background-color: #e2ecf8;
  transform: translateY(-50%);
  z-index: -1;
}
#section01 .thesis {
  padding-top: 12.7rem;
  padding-bottom: 11.1rem;
  background-image: url("../img/sc01_bg01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#section01 .thesis .mwidth .list-wrap {
  display: flex;
  flex-direction: column;
  gap: 11.1rem;
}
#section01 .thesis .mwidth .list-wrap .list {
  color: #fff;
}
#section01 .thesis .mwidth .list-wrap .list h4 {
  padding-bottom: 7.7rem;
  font-weight: 800;
  font-size: 2.7rem;
  letter-spacing: -0.025em;
}
#section01 .thesis .mwidth .list-wrap .list ul li {
  font-size: 2.2rem;
  letter-spacing: -0.025em;
  position: relative;
  padding-left: 2.2rem;
  counter-increment: number;
}
#section01 .thesis .mwidth .list-wrap .list ul li::before {
  content: counter(number) ".";
  display: block;
  position: absolute;
  left: 0;
}

@media (max-width: 1279px) {
  #section01 .box-wrap {
    flex-direction: column-reverse;
  }
  #section01 .box-wrap .bg-wrap {
    display: flex;
    height: 22.5vw;
    width: 100%;
  }
  #section01 .box-wrap .bg-wrap .bg-img {
    width: 50%;
    height: 100%;
  }
  #section01 .box-wrap .medical-team {
    width: 100%;
  }
  #section01 .box-wrap .medical-team .profile {
    padding-left: 20px;
  }
  #section01 .box-wrap .medical-team .profile .list ul li {
    font-size: 1.85rem;
  }
  #section01 .box-wrap .medical-team .profile .doctor img {
    max-width: 450px;
  }
  #section01 .thesis {
    background-attachment: unset;
  }
  #section01 .thesis .mwidth .list-wrap .list h4 {
    padding-bottom: 4.7rem;
  }
}
@media (max-width: 767px) {
  #section01 .box-wrap .medical-team .profile {
    padding: 0 15px;
    flex-direction: column;
  }
  #section01 .box-wrap .medical-team .profile .list {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  #section01 .box-wrap .medical-team .profile .list .title h3 {
    font-size: 2.7rem;
  }
  #section01 .box-wrap .medical-team .profile .list .title h2 {
    padding-bottom: 3rem;
    font-size: 3.6rem;
  }
  #section01 .box-wrap .medical-team .profile .list .title h2 b {
    font-size: 4.5rem;
  }
  #section01 .box-wrap .medical-team .profile .list ul li {
    font-size: 2rem;
  }
  #section01 .box-wrap .medical-team .profile .doctor {
    justify-content: center;
  }
  #section01 .box-wrap .medical-team .profile .doctor img {
    max-width: 300px;
  }
  #section01 .box-wrap .medical-team .profile .doctor::after {
    right: -15px;
  }
  #section01 .thesis .mwidth .list-wrap .list ul li {
    font-size: 2rem;
  }
}
/* section04 - 척추, 관절클리닉 */
#section04 {
  padding-top: 13.8rem;
}
#section04 .mwidth .title-txt {
  margin-bottom: 5.5rem;
}
#section04 .clinic-wrap .btns {
  display: flex;
  justify-content: center;
  transform: translateY(50%);
}
#section04 .clinic-wrap .btns li {
  width: 28.3rem;
  height: 9.2rem;
  box-sizing: border-box;
  background-color: #f8f8f8;
  font-size: 2.2rem;
  color: #003c77;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#section04 .clinic-wrap .btns li:first-of-type {
  -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 100%);
}
#section04 .clinic-wrap .btns li:last-of-type {
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0%, 100% 100%, 0 100%);
}
#section04 .clinic-wrap .btns li.active {
  background-color: #003c77;
  border: 2px solid #fff;
  color: #f8f8f8;
}
#section04 .clinic-wrap .clinic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15.3rem 0 15.1rem;
}
#section04 .clinic-wrap .clinic .mwidth .title-wrap {
  padding-bottom: 7.3rem;
  color: #fff;
  text-align: center;
}
#section04 .clinic-wrap .clinic .mwidth .title-wrap .title h3 {
  font-size: 4rem;
  font-weight: 800;
  padding-bottom: 2.2rem;
}
#section04 .clinic-wrap .clinic .mwidth .title-wrap .desc p {
  font-size: 2.5rem;
  line-height: 1.32;
  letter-spacing: -0.075em;
}
#section04 .clinic-wrap .clinic .mwidth .box-wrap {
  display: flex;
  align-items: center;
}
#section04 .clinic-wrap .clinic .mwidth .box-wrap .txt {
  display: flex;
  flex-direction: column;
  gap: 7.2rem;
  margin-left: 2rem;
  color: #fff;
  width: 50%;
}
#section04 .clinic-wrap .clinic .mwidth .box-wrap .txt .list .ttl {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 3rem;
  color: #003264;
  width: 24.3rem;
  height: 5rem;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
#section04 .clinic-wrap .clinic .mwidth .box-wrap .txt .list ul {
  margin-left: 1rem;
}
#section04 .clinic-wrap .clinic .mwidth .box-wrap .txt .list ul li {
  font-size: 2.2rem;
}
#section04 .clinic-wrap .clinic .mwidth .box-wrap .txt .list.list01 .horizon-list {
  display: flex;
  gap: 6.3rem;
}
#section04 .clinic-wrap .clinic .mwidth .box-wrap .txt .list.list01 .horizon-list li {
  line-height: 1.3636363636;
}
#section04 .clinic-wrap .clinic .mwidth .box-wrap .txt .list.list02 ul li {
  line-height: 1.7272727273;
}
#section04 .clinic-wrap .clinic .mwidth .box-wrap .txt .list.list03 ul li {
  line-height: 1.7272727273;
}
#section04 .clinic-wrap .clinic .mwidth .box-wrap .figure {
  width: 50%;
}
#section04 .clinic-wrap .clinic.spine {
  background-image: url("../img/sc04_bg01.png");
}
#section04 .clinic-wrap .clinic.joint {
  background-image: url("../img/sc04_bg02.png");
}
#section04 .clinic-wrap .clinic.joint .mwidth .box-wrap {
  flex-direction: row-reverse;
}
#section04 .clinic-wrap .clinic.joint .mwidth .box-wrap .txt {
  align-items: flex-end;
  text-align: right;
  margin-left: 0;
  margin-right: 2rem;
}
#section04 .clinic-wrap .clinic.joint .mwidth .box-wrap .txt .list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#section04 .clinic-wrap .clinic.joint .mwidth .box-wrap .txt .list .ttl {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 1rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media (max-width: 1279px) {
  #section04 .clinic-wrap .btns li {
    width: 25.3rem;
    height: 8.2rem;
    font-size: 2rem;
  }
  #section04 .clinic-wrap .clinic .mwidth .box-wrap .txt {
    margin-left: 0;
  }
  #section04 .clinic-wrap .clinic .mwidth .box-wrap .txt .list.list01 .horizon-list {
    gap: 2rem;
  }
  #section04 .clinic-wrap .clinic.joint .mwidth .box-wrap .txt {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #section04 .clinic-wrap .btns li {
    width: 17.5rem;
    height: 7rem;
    font-size: 1.9rem;
  }
  #section04 .clinic-wrap .clinic .mwidth .title-wrap .title h3 {
    font-size: 3.6rem;
  }
  #section04 .clinic-wrap .clinic .mwidth .title-wrap .desc p {
    font-size: 2.1rem;
  }
  #section04 .clinic-wrap .clinic .mwidth .box-wrap {
    flex-direction: column-reverse;
    gap: 7.5rem;
  }
  #section04 .clinic-wrap .clinic .mwidth .box-wrap .txt {
    width: 100%;
  }
  #section04 .clinic-wrap .clinic .mwidth .box-wrap .figure {
    width: 100%;
    max-width: 350px;
  }
  #section04 .clinic-wrap .clinic.joint .mwidth .box-wrap {
    flex-direction: column-reverse;
  }
}
/* bg-area02 - 족부클리닉 */
#bg-area02 {
  padding: 23.7rem 0 26rem;
  background-image: url("../img/bg02_bg.png");
  background-position: 95% 0%;
  background-repeat: no-repeat;
  background-size: 103.4rem;
  background-attachment: fixed;
  background-color: #f8f8f8;
}
#bg-area02 .mwidth {
  max-width: 1250px;
}
#bg-area02 .mwidth .txt-wrap > span {
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  line-height: 1;
  color: #666;
  font-family: "noto";
  font-weight: 500;
  margin-bottom: 3.3rem;
  text-transform: uppercase;
  display: block;
}
#bg-area02 .mwidth .txt-wrap h3 {
  font-size: 5.2rem;
  letter-spacing: 0;
  padding-bottom: 2.3rem;
}
#bg-area02 .mwidth .txt-wrap > p {
  padding-bottom: 3.8rem;
  line-height: 1.3;
}
#bg-area02 .mwidth .txt-wrap ul {
  display: flex;
}
#bg-area02 .mwidth .txt-wrap ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 18.2rem;
  height: 18.2rem;
  border-radius: 50%;
  margin: 0 -1.2rem;
}
#bg-area02 .mwidth .txt-wrap ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.9rem;
}
#bg-area02 .mwidth .txt-wrap ul li > p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.25;
  margin-top: 1.8rem;
}
#bg-area02 .mwidth .txt-wrap ul li:nth-child(1) {
  background-color: #2971b6;
}
#bg-area02 .mwidth .txt-wrap ul li:nth-child(2) {
  background-color: #3199f7;
}
#bg-area02 .mwidth .txt-wrap ul li:nth-child(3) {
  background-color: #003c77;
}

@media (max-width: 1279px) {
  #bg-area02 {
    background-attachment: unset;
    background-position: 100% 0%;
    background-size: 60rem;
  }
  #bg-area02 .mwidth {
    padding: 0 4rem;
  }
  #bg-area02 .mwidth .txt-wrap ul li .icon img {
    transform: scale(0.85);
    transform-origin: center;
  }
}
@media (max-width: 767px) {
  #bg-area02 {
    padding: 52.5rem 0 17.5rem;
    background-size: 52rem;
  }
  #bg-area02 .mwidth {
    padding: 0 3rem;
  }
  #bg-area02 .mwidth .txt-wrap > span {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  #bg-area02 .mwidth .txt-wrap h3 {
    font-size: 3.6rem;
  }
  #bg-area02 .mwidth .txt-wrap ul li {
    width: 15rem;
    height: 15rem;
  }
  #bg-area02 .mwidth .txt-wrap ul li .icon {
    padding-bottom: 3rem;
    height: 38.5px;
  }
  #bg-area02 .mwidth .txt-wrap ul li .icon img {
    transform: scale(0.65);
    transform-origin: bottom center;
  }
  #bg-area02 .mwidth .txt-wrap ul li > p {
    font-size: 1.7rem;
    margin-top: 0;
  }
  #bg-area02 .mwidth .txt-wrap ul li:nth-child(1) .icon {
    position: relative;
    top: 0.6rem;
  }
}
/* section05 - 비수술클리닉 */
#section05 {
  padding: 12rem 0 13rem;
}
#section05 .mwidth {
  max-width: 1680px;
}
#section05 .mwidth .title-txt {
  margin-bottom: 8rem;
}
#section05 .mwidth .contents-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
  row-gap: 3.6rem;
}
#section05 .mwidth .contents-wrap .content {
  border-top: 2px solid #3199f7;
  box-sizing: border-box;
  background-color: #fbfbfb;
  position: relative;
  height: 75.5rem;
}
#section05 .mwidth .contents-wrap .content .inner .txt {
  padding: 10rem 7.5% 0rem;
  text-align: center;
}
#section05 .mwidth .contents-wrap .content .inner .txt h3 {
  font-weight: 800;
  font-size: 2.8rem;
  padding-bottom: 1.8rem;
  color: #3199f7;
}
#section05 .mwidth .contents-wrap .content .inner .txt > p {
  font-size: 1.7rem;
  line-height: 1.33;
  padding-bottom: 6.6rem;
  padding-left: 5%;
  padding-right: 5%;
}
#section05 .mwidth .contents-wrap .content .inner .txt ul {
  display: flex;
}
#section05 .mwidth .contents-wrap .content .inner .txt ul li {
  position: relative;
  flex: 1;
}
#section05 .mwidth .contents-wrap .content .inner .txt ul li .icon {
  height: 4.7rem;
  padding-bottom: 1.3rem;
}
#section05 .mwidth .contents-wrap .content .inner .txt ul li > p {
  font-size: 1.4rem;
  line-height: 1.2;
}
#section05 .mwidth .contents-wrap .content .inner .txt ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 80%;
  background-color: #cbcbcb;
}
#section05 .mwidth .contents-wrap .content .inner .figure {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1279px) {
  #section05 .mwidth .contents-wrap {
    grid-template-columns: 1fr 1fr;
  }
  #section05 .mwidth .contents-wrap .content {
    height: unset;
  }
  #section05 .mwidth .contents-wrap .content .inner .txt {
    padding: 10rem 5% 9.7rem;
  }
  #section05 .mwidth .contents-wrap .content .inner .txt ul li .icon {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #section05 .mwidth .contents-wrap .content .inner .txt ul li .icon > img {
    transform: scale(0.7);
    transform-origin: bottom center;
  }
  #section05 .mwidth .contents-wrap .content .inner .figure {
    position: relative;
    width: 100%;
  }
  #section05 .mwidth .contents-wrap .content .inner .figure > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  #section05 .mwidth .contents-wrap {
    grid-template-columns: 1fr;
  }
  #section05 .mwidth .contents-wrap .content .inner .txt {
    padding: 10rem 5% 6rem;
  }
  #section05 .mwidth .contents-wrap .content .inner .txt h3 {
    font-size: 3.2rem;
  }
  #section05 .mwidth .contents-wrap .content .inner .txt > p {
    font-size: 1.9rem;
  }
  #section05 .mwidth .contents-wrap .content .inner .txt ul li > p {
    font-size: 1.6rem;
  }
}
/* bg-area03 - 성장클리닉 */
#bg-area03 {
  padding: 23.7rem 0 26rem;
  background-image: url("../img/bg03_bg.png");
  background-position: 81.5% 85%;
  background-repeat: no-repeat;
  background-size: 72.5rem;
  background-attachment: fixed;
  background-color: #eee;
}
#bg-area03 .mwidth {
  max-width: 1250px;
}
#bg-area03 .mwidth .txt-wrap > span {
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  line-height: 1;
  color: #666;
  font-family: "noto";
  font-weight: 500;
  margin-bottom: 3.3rem;
  text-transform: uppercase;
  display: block;
}
#bg-area03 .mwidth .txt-wrap h3 {
  font-size: 5.2rem;
  letter-spacing: 0;
  padding-bottom: 2.3rem;
}
#bg-area03 .mwidth .txt-wrap > p {
  padding-bottom: 3.8rem;
  line-height: 1.3;
}
#bg-area03 .mwidth .txt-wrap ul {
  display: flex;
}
#bg-area03 .mwidth .txt-wrap ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 18.2rem;
  height: 18.2rem;
  border-radius: 50%;
  margin: 0 -1.2rem;
}
#bg-area03 .mwidth .txt-wrap ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.9rem;
}
#bg-area03 .mwidth .txt-wrap ul li > p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.25;
  margin-top: 1.8rem;
}
#bg-area03 .mwidth .txt-wrap ul li:nth-child(1) {
  background-color: #2971b6;
}
#bg-area03 .mwidth .txt-wrap ul li:nth-child(1) .icon {
  position: relative;
  top: 1.2rem;
}
#bg-area03 .mwidth .txt-wrap ul li:nth-child(2) {
  background-color: #3199f7;
}
#bg-area03 .mwidth .txt-wrap ul li:nth-child(3) {
  background-color: #003c77;
}
#bg-area03 .mwidth .txt-wrap ul li:nth-child(4) {
  background-color: #002b56;
}

@media (max-width: 1279px) {
  #bg-area03 {
    background-attachment: unset;
    background-position: 100% 100%;
    background-size: 60.5rem;
  }
  #bg-area03 .mwidth {
    padding: 0 4rem;
  }
  #bg-area03 .mwidth .txt-wrap ul li .icon img {
    transform: scale(0.85);
    transform-origin: center;
  }
}
@media (max-width: 767px) {
  #bg-area03 {
    padding: 15rem 0 60rem;
    background-position: 50% 100%;
    background-size: 45rem;
  }
  #bg-area03 .mwidth {
    padding: 0 3rem;
  }
  #bg-area03 .mwidth .txt-wrap > span {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  #bg-area03 .mwidth .txt-wrap h3 {
    font-size: 3.6rem;
  }
  #bg-area03 .mwidth .txt-wrap ul li {
    width: 13.5rem;
    height: 13.5rem;
  }
  #bg-area03 .mwidth .txt-wrap ul li .icon {
    padding-bottom: 2rem;
    height: 38.5px;
  }
  #bg-area03 .mwidth .txt-wrap ul li .icon img {
    transform: scale(0.6);
    transform-origin: bottom center;
  }
  #bg-area03 .mwidth .txt-wrap ul li > p {
    font-size: 1.65rem;
    margin-top: 0;
  }
  #bg-area03 .mwidth .txt-wrap ul li:nth-child(1) .icon {
    position: relative;
    top: 0.6rem;
  }
}
/* section06 - 도수운동클리닉 */
#section06 {
  padding: 15.3rem 0 17.1rem;
  background-image: url("../img/sc06_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#section06 .mwidth .title-txt {
  margin-bottom: 4.5rem;
}
#section06 .mwidth .circle-wrap {
  display: flex;
  justify-content: center;
}
#section06 .mwidth .circle-wrap .circle {
  margin: 0 -1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 28.4rem;
  height: 28.4rem;
  border-radius: 50%;
  background-image: linear-gradient(65deg, rgb(0, 60, 119) 0%, rgb(0, 84, 166) 100%);
}
#section06 .mwidth .circle-wrap .circle .inner .txt {
  text-align: center;
  color: #fff;
}
#section06 .mwidth .circle-wrap .circle .inner .txt h3 {
  font-weight: 800;
  font-size: 2.8rem;
  padding-bottom: 1.7rem;
}
#section06 .mwidth .circle-wrap .circle .inner .txt p {
  font-size: 1.6rem;
  line-height: 1.25;
}
#section06 .mwidth .line-wrap {
  margin: 2.3rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section06 .mwidth .line-wrap .line {
  transition: height 0.5s ease-in-out 0s;
  width: 1px;
  background-color: rgba(0, 84, 166, 0.5);
  height: 0rem;
}
#section06 .mwidth .line-wrap img {
  width: 1.7rem;
}
#section06 .mwidth .emphasis-txt {
  padding-bottom: 8.8rem;
  text-align: center;
  font-size: 2.5rem;
}
#section06 .mwidth .emphasis-txt strong {
  font-weight: 700;
}
#section06 .mwidth .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3.9rem;
       column-gap: 3.9rem;
  row-gap: 4.2rem;
}
#section06 .mwidth .box-wrap .box {
  overflow: hidden;
}
#section06 .mwidth .box-wrap .box .in-box .ttl {
  background-color: #003c77;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1279px) {
  #section06 .mwidth .line-wrap {
    margin: 5.3rem 0 1.5rem;
  }
  #section06 .mwidth .box-wrap {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  #section06 .mwidth .title-txt {
    margin-bottom: 10rem;
  }
  #section06 .mwidth .circle-wrap {
    flex-direction: column;
    align-items: center;
  }
  #section06 .mwidth .circle-wrap .circle {
    margin: -2.5rem 0;
  }
  #section06 .mwidth .box-wrap {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
/* bg-area04 */
.bg-area04 {
  overflow: hidden;
}
.bg-area04 .bg-wrap {
  background-image: url("../img/bg04_bg.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 22rem 0;
}
.bg-area04 .bg-wrap .mwidth {
  padding: 0 7.5rem;
}
.bg-area04 .bg-wrap .mwidth .txt-wrap h3 {
  font-weight: 800;
  font-size: 4.2rem;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 3.8rem;
}
.bg-area04 .bg-wrap .mwidth .txt-wrap h3 span {
  color: #f4ddc3;
}
.bg-area04 .bg-wrap .mwidth .txt-wrap p {
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

@media (max-width: 1279px) {
  .bg-area04 .bg-wrap {
    background-attachment: unset;
  }
}
@media (max-width: 767px) {
  .bg-area04 .bg-wrap {
    background-position: 75% 50%;
  }
  .bg-area04 .bg-wrap .mwidth {
    padding: 0 2rem;
  }
  .bg-area04 .bg-wrap .mwidth .txt-wrap h3 {
    font-size: 3.2rem;
  }
  .bg-area04 .bg-wrap .mwidth .txt-wrap p {
    font-size: 1.8rem;
  }
}
/* section07 - 맞춤 수액 클리닉 */
#section07 {
  padding-top: 15.3rem;
}
#section07 .mwidth {
  padding: 0 15px;
}
#section07 .mwidth .list-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
  padding: 6.8rem 0 10rem;
}
#section07 .mwidth .list-wrap ul {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#section07 .mwidth .list-wrap ul li {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 1.85rem 0;
  border: 3px solid #3199f7;
  box-sizing: border-box;
  text-align: center;
  width: 44.5%;
  background-color: #fff;
  border-radius: 37px;
}
#section07 .mwidth .list-wrap ul.animate::before {
  width: 20%;
}
#section07 .mwidth .list-wrap ul::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  opacity: 5;
  background-color: #3199f7;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 0%;
  transition: width 1s ease-in-out 1s;
  z-index: -1;
}
#section07 .mwidth .list-wrap ul::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../img/sc07_pointer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section07 .sap-clinic {
  padding: 8.4rem 0 3.2rem;
  background-image: url("../img/sc07_bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#section07 .sap-clinic .mwidth .oval-wrap {
  display: flex;
  justify-content: center;
  gap: 4.5rem;
  margin-bottom: 12.6rem;
}
#section07 .sap-clinic .mwidth .oval-wrap .oval {
  position: relative;
}
#section07 .sap-clinic .mwidth .oval-wrap .oval .txt {
  text-align: center;
  position: absolute;
  top: 11.7rem;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
}
#section07 .sap-clinic .mwidth .oval-wrap .oval .txt h2 {
  line-height: 1.2;
  font-size: 3.861rem;
  padding-bottom: 2.7rem;
}
#section07 .sap-clinic .mwidth .oval-wrap .oval .txt h2 b {
  font-weight: 700;
  color: #3199f7;
}
#section07 .sap-clinic .mwidth .oval-wrap .oval .txt p {
  font-size: 2.2rem;
  line-height: 1.3636363636;
}
#section07 .sap-clinic .mwidth .item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 0.9rem;
       column-gap: 0.9rem;
}
#section07 .sap-clinic .mwidth .item-wrap .item .txt {
  padding-top: 2.3rem;
  text-align: center;
}
#section07 .sap-clinic .mwidth .item-wrap .item .txt h4 {
  font-size: 2.4rem;
  font-weight: 800;
  padding-bottom: 0.9rem;
}
#section07 .sap-clinic .mwidth .item-wrap .item .txt p {
  font-size: 1.7rem;
}

@media (max-width: 1279px) {
  #section07 .mwidth {
    padding: 0 10px;
  }
  #section07 .mwidth .list-wrap ul li {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
  #section07 .sap-clinic .mwidth .oval-wrap {
    gap: 2rem;
  }
  #section07 .sap-clinic .mwidth .oval-wrap .oval .txt {
    top: 15%;
  }
  #section07 .sap-clinic .mwidth .oval-wrap .oval .txt h2 {
    font-size: 3.2rem;
    padding-bottom: 2rem;
  }
  #section07 .sap-clinic .mwidth .oval-wrap .oval .txt p {
    font-size: 2rem;
  }
  #section07 .sap-clinic .mwidth .item-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 5rem;
  }
  #section07 .sap-clinic .mwidth .item-wrap .item .figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  #section07 .mwidth .list-wrap ul li {
    font-size: 1.6rem;
  }
  #section07 .mwidth .list-wrap ul::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  #section07 .sap-clinic {
    padding: 10rem 0 0rem;
  }
  #section07 .sap-clinic .mwidth .oval-wrap {
    margin-bottom: 9rem;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0rem;
  }
  #section07 .sap-clinic .mwidth .oval-wrap .oval {
    width: calc(50% - 0.5rem);
  }
  #section07 .sap-clinic .mwidth .oval-wrap .oval .txt h2 {
    font-size: 3rem;
  }
  #section07 .sap-clinic .mwidth .oval-wrap .oval .txt p {
    font-size: 1.85rem;
  }
  #section07 .sap-clinic .mwidth .item-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
/* section08 - 장비소개 */
#section08 {
  padding: 16.1rem 0 18rem;
}
#section08 .mwidth .title-txt {
  margin-bottom: 9.5rem;
}
#section08 .mwidth .equip-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
  row-gap: 1.4rem;
}
#section08 .mwidth .equip-wrap .equip {
  overflow: hidden;
  position: relative;
}
#section08 .mwidth .equip-wrap .equip .desc {
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  text-align: center;
}
#section08 .mwidth .equip-wrap .equip .desc h4 {
  font-weight: 800;
  color: #3199f7;
  font-size: 2.4rem;
  padding-bottom: 2.5rem;
}
#section08 .mwidth .equip-wrap .equip .desc p {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  white-space: nowrap;
}
@media (max-width: 1279px) {
  #section08 .mwidth .equip-wrap .equip .desc {
    top: 9%;
  }
  #section08 .mwidth .equip-wrap .equip .desc h4 {
    font-size: 2.2rem;
  }
  #section08 .mwidth .equip-wrap .equip .desc p {
    white-space: unset;
    font-size: 1.7rem;
  }
  #section08 .mwidth .equip-wrap .equip .desc p br {
    display: none;
  }
}
@media (max-width: 767px) {
  #section08 .mwidth .equip-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  #section08 .mwidth .equip-wrap .equip .desc {
    height: 150px;
    width: calc(100% - 30px);
  }
  #section08 .mwidth .equip-wrap .equip img {
    display: block;
    padding-top: 22vw;
    background-color: #f8f8f8;
    border-radius: 20px;
  }
}
/* section09 - 둘러보기 */
#section09 {
  position: relative;
  padding: 15rem 0;
}
#section09::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: calc(100% + 1px);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #0e2c3b;
  transition: width 0.75s ease-in-out 0.3s;
  z-index: -1;
}
#section09.animate::before {
  width: 100%;
}
#section09 .title-txt img {
  display: block;
  margin: 0 auto 1.6rem;
  width: 7rem;
}
#section09 .title-txt span {
  color: #fff;
}
#section09 .title-txt h2 b {
  color: #fff;
}
#section09 .title-txt p {
  color: #fff;
  font-weight: 100;
}
#section09 .mwidth {
  padding: 0 80px;
  max-width: 1326px;
}
#section09 .mwidth .sub-swiper {
  position: relative;
  margin-top: 5.5rem;
}
#section09 .mwidth .sub-swiper .sub-arrow {
  background-repeat: no-repeat;
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  width: 42px;
  height: 81px;
  z-index: 100;
  cursor: pointer;
}
#section09 .mwidth .sub-swiper .sub-swiper-prev {
  background-image: url("../img/sub_swiper_prev.png");
  left: -12.5%;
}
#section09 .mwidth .sub-swiper .sub-swiper-next {
  background-image: url("../img/sub_swiper_next.png");
  right: -12.5%;
}
#section09 .mwidth .thumb-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
  gap: 6px;
}
#section09 .mwidth .thumb-btn li {
  width: calc(20% - 4.8px);
}
@media (max-width: 1279px) {
  #section09 .mwidth {
    max-width: 1216px;
    padding: 0 20px;
  }
  #section09 .mwidth .sub-swiper .sub-arrow {
    background-size: 70%;
  }
  #section09 .mwidth .sub-swiper .sub-swiper-prev {
    left: 3%;
  }
  #section09 .mwidth .sub-swiper .sub-swiper-next {
    right: 3%;
    background-position: right center;
  }
}
@media (max-width: 767px) {
  #section09 {
    padding: 70px 0;
  }
  #section09 .title-txt > img {
    width: 5rem;
  }
  #section09 .mwidth {
    padding: 0 15px;
  }
  #section09 .mwidth .sub-swiper .sub-arrow {
    display: none;
  }
  #section09 .mwidth .thumb-btn {
    margin-top: 3px;
    gap: 3px;
  }
  #section09 .mwidth .thumb-btn li {
    width: calc(20% - 2.4px);
  }
}
/* section10 - 오시는 길 */
#section10 {
  padding-top: 14.5rem;
}
#section10 .title-txt {
  margin-bottom: 6.6rem;
}
#section10 .title-txt p {
  font-size: 3.5rem;
  line-height: 1.5;
}
#section10 .title-txt p b {
  letter-spacing: -0.03em;
}
#section10 #map {
  overflow: hidden;
  height: 66.1rem;
}
#section10 #map iframe {
  width: 100%;
  height: 100%;
}
#section10 .information {
  padding: 10rem 0 8.8rem;
  background-color: #f8f8f8;
}
#section10 .information .mwidth .box-wrap {
  overflow: hidden;
  max-width: 1384px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
}
#section10 .information .mwidth .box-wrap .box {
  flex: 1;
}
#section10 .information .mwidth .box-wrap .box:not(:last-child) {
  border-right: 1px solid #cbcbcb;
}
#section10 .information .mwidth .box-wrap .box .inner {
  padding: 7.5rem 1.5rem 3.7rem;
}
#section10 .information .mwidth .box-wrap .box .inner .ttl {
  text-align: center;
}
#section10 .information .mwidth .box-wrap .box .inner .ttl .icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 5.7rem;
  margin-bottom: 5px;
}
#section10 .information .mwidth .box-wrap .box .inner .ttl span {
  color: #a1a1a1;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
#section10 .information .mwidth .box-wrap .box .inner .ttl h3 {
  font-weight: 600;
  font-size: 3.5rem;
  letter-spacing: 0;
  border-bottom: 1px dashed #cbcbcb;
  color: #191919;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#section10 .information .mwidth .box-wrap .box .inner .time-table li {
  display: flex;
  justify-content: center;
  gap: 2.3rem;
  line-height: 1.65;
}
#section10 .information .mwidth .box-wrap .box .inner .time-table li .day {
  font-weight: 600;
  color: #3199f7;
  display: inline-block;
  width: 9.6rem;
}
#section10 .information .mwidth .box-wrap .box .inner .time-table li .hour {
  display: inline-block;
  width: 22.4rem;
  letter-spacing: 0;
}
#section10 .information .mwidth .box-wrap .box .inner .time-table li .hour small {
  font-size: 1.8rem;
  letter-spacing: 0;
}
#section10 .information .mwidth .box-wrap .box .inner .tel-txt {
  text-align: center;
}
#section10 .information .mwidth .box-wrap .box .inner .tel-txt p {
  letter-spacing: 0;
  line-height: 1.25;
  padding-bottom: 1.2rem;
}
#section10 .information .mwidth .box-wrap .box .inner .tel-txt a {
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 4.456rem;
  color: #3199f7;
}
#section10 .information .mwidth .box-wrap .box .inner .parking-txt div {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
}
#section10 .information .mwidth .box-wrap .box .inner .parking-txt div h4 {
  font-weight: 600;
  color: #3199f7;
  letter-spacing: 0;
  width: 9.13rem;
}
#section10 .information .mwidth .box-wrap .box .inner .parking-txt div ul li {
  letter-spacing: 0;
  color: #4e4e4e;
}
#section10 .information .mwidth .box-wrap .box .inner .parking-txt div.parking {
  padding-bottom: 1.5rem;
}
#section10 .information .mwidth .box-wrap .box .inner .parking-txt div.parking ul li {
  width: 29.5rem;
}
#section10 .information .mwidth .box-wrap .box .inner .parking-txt div.parking ul li span {
  margin-left: 0.5rem;
  padding: 0.15rem 0.7rem;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0;
  background-color: #3199f7;
  border-radius: 13px;
}
#section10 .information .mwidth .box-wrap .box .inner .parking-txt div.bus h4 {
  text-align: right;
}
#section10 .information .mwidth .box-wrap .box .inner .parking-txt div.bus ul {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
#section10 .information .mwidth .box-wrap .box .inner .parking-txt div.bus ul li {
  line-height: 1.35;
  position: relative;
  padding-left: 1rem;
  width: 28.5rem;
}
#section10 .information .mwidth .box-wrap .box .inner .parking-txt div.bus ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: -0.5rem;
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "pretendard";
  color: #4e4e4e;
  letter-spacing: 0;
}

@media (max-width: 1023px) {
  #section10 .title-txt p {
    font-size: 2.3rem;
  }
  #section10 .information .mwidth .box-wrap {
    width: calc(100% - 20px);
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
  }
  #section10 .information .mwidth .box-wrap .box:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
  }
  #section10 .information .mwidth .box-wrap .box.left .inner .ttl img {
    transform: scale(0.55);
  }
  #section10 .information .mwidth .box-wrap .box .inner {
    padding: 7.5rem 1.5rem;
  }
  #section10 .information .mwidth .box-wrap .box .inner .ttl img {
    transform: scale(0.65);
    transform-origin: bottom center;
  }
}
@media (max-width: 767px) {
  #section10 #map {
    height: 37.5rem;
  }
}
/* title-txt */
.title-txt {
  padding: 0 20px;
  text-align: center;
}
.title-txt > div {
  overflow: hidden;
}
.title-txt .title-txt01 {
  line-height: 1;
  margin-bottom: 2.5rem;
}
.title-txt .title-txt01 img {
  width: 8rem;
  display: block;
  margin: 0 auto 3rem;
}
.title-txt .title-txt01 span {
  font-family: "noto";
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #615f5c;
  vertical-align: top;
  display: inline-block;
  margin: 0 auto 3.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}
.title-txt .title-txt02 {
  margin-bottom: 3.2rem;
}
.title-txt .title-txt02 h2 {
  font-size: 4.2rem;
  line-height: 1.23;
}
.title-txt .title-txt02 h2 b {
  color: #3199f7;
}
.title-txt .title-txt03 p {
  font-size: 2rem;
  line-height: 1.5;
}

@media (max-width: 1279px) {
  .title-txt .title-txt01 img {
    margin: 0 auto 2.5rem;
  }
  .title-txt .title-txt01 span {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .title-txt {
    padding: 0;
  }
  .title-txt .title-txt01 img {
    width: 7rem;
    margin: 0 auto 2rem;
  }
  .title-txt .title-txt02 h2 {
    font-size: 3.3rem;
  }
  .title-txt .title-txt03 p {
    font-size: 1.7rem;
  }
}/*# sourceMappingURL=main.css.map */