@charset "UTF-8";
.main-typo-head-xxl {
  font-size: clamp(6.4rem, 5vw, 9.6rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 600px) {
  .main-typo-head-xxl {
    font-size: min(4.2rem, 10.7692307692vw);
  }
}

.main-typo-head-xl {
  font-size: clamp(5.2rem, 3.75vw, 7.2rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.main-typo-title-3xl {
  font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.main-typo-body-xl {
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .main-typo-body-xl {
    font-size: min(1.7rem, 4.358974359vw);
  }
}

#mainLoading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  background: #fff;
}

.main-btn {
  display: inline-flex;
  color: #ffffff;
  border: 1px solid #ffffff;
}

#main-sports {
  padding-top: 0;
}

#mainImgIntro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}

.marquee-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.marquee-content {
  display: flex;
  position: relative;
  white-space: nowrap;
}

.marquee-text {
  font-size: 160px;
  font-weight: 600;
  line-height: 224px;
  letter-spacing: -0.03em;
  color: #0045C9;
  padding-right: 50px;
}
@media screen and (max-width: 600px) {
  .marquee-text {
    font-size: 8rem;
    line-height: 112px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.img-intro-container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.img-intro-container .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: min(119.8rem, 62.3958333333vw);
  height: min(67.4rem, 35.1041666667vw);
  border-radius: max(1rem, 0.625vw);
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .img-intro-container .box {
    width: min(75.4rem, 73.6328125vw);
    height: min(42.4rem, 41.40625vw);
  }
}
@media screen and (max-width: 600px) {
  .img-intro-container .box {
    width: 23rem;
    height: auto;
    aspect-ratio: 9/16;
  }
}
.img-intro-container .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainKvSlider {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  postiion: absolute;
}
#mainKvSlider.active .slide-item .item::after {
  opacity: 1;
}
#mainKvSlider .swiper {
  width: 100%;
  height: 100%;
}
#mainKvSlider .slide-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mainKvSlider .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainKvSlider .slide-item .item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mainKvSlider .slide-item .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transition: ease 0.3s;
}
#mainKvSlider .slide-item .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding-bottom: min(9.6rem, 5vw);
  visibility: hidden;
}
#mainKvSlider .main-kv-desc {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding-bottom: min(9.6rem, 5vw);
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #mainKvSlider .main-kv-desc {
    padding-bottom: 4.8rem;
  }
}
#mainKvSlider .main-kv-desc .desc {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  #mainKvSlider .main-kv-desc .desc {
    width: 100%;
    margin-bottom: -4.8rem;
  }
}
@media screen and (max-width: 600px) {
  #mainKvSlider .main-kv-desc .desc {
    margin-bottom: -4rem;
  }
}
#mainKvSlider .main-kv-desc .desc .title {
  padding-bottom: 0.1666666667em;
  padding-right: 4.8rem;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #mainKvSlider .main-kv-desc .desc .title {
    width: calc(100% - 9.6rem);
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  #mainKvSlider .main-kv-desc .desc .title {
    width: 100%;
    padding-bottom: 0.8rem;
  }
}
#mainKvSlider .main-kv-desc .desc .sub-title {
  padding-bottom: 3.3333333333em;
  padding-right: 4.8rem;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #mainKvSlider .main-kv-desc .desc .sub-title {
    padding-bottom: 5.2rem;
  }
}
@media screen and (max-width: 600px) {
  #mainKvSlider .main-kv-desc .desc .sub-title {
    width: calc(100% - 9.6rem);
    padding-bottom: 4rem;
  }
}
#mainKvSlider .main-kv-desc .desc .btn {
  opacity: 0;
  pointer-events: all;
}
#mainKvSlider .main-kv-desc .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  #mainKvSlider .main-kv-desc .inner {
    flex-direction: column;
    padding-bottom: 4.8rem;
  }
}
#mainKvSlider .main-kv-desc .inner .controler {
  display: flex;
  border-radius: clamp(0.6rem, 0.41666vw, 0.8rem);
  overflow: hidden;
  pointer-events: all;
}
#mainKvSlider .main-kv-desc .inner .slide-info {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #mainKvSlider .main-kv-desc .inner .slide-info {
    display: none;
  }
}
#mainKvSlider .main-kv-desc .inner .slide-info .img-wrap {
  position: relative;
  width: clamp(25rem, 16.66667vw, 32rem);
  height: clamp(25rem, 16.66667vw, 32rem);
}
#mainKvSlider .main-kv-desc .inner .slide-info .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
#mainKvSlider .main-kv-desc .inner .slide-info .img-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainKvSlider .main-kv-desc .inner .slide-info .img-wrap .prev,
#mainKvSlider .main-kv-desc .inner .slide-info .img-wrap .next {
  z-index: 1;
}
#mainKvSlider .main-kv-desc .inner .slide-info .img-wrap .current {
  z-index: 2;
}
#mainKvSlider .main-kv-desc .inner .slide-info .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainKvSlider .main-kv-desc .inner .slide-info .text {
  position: absolute;
  bottom: 2.4rem;
  left: 2.4rem;
}
@media screen and (max-width: 1025px) {
  #mainKvSlider .main-kv-desc .inner .slide-info .text {
    bottom: 2rem;
    left: 2rem;
  }
}
#mainKvSlider .main-kv-desc .inner .slide-info .text .next {
  font-size: clamp(1.2rem, 0.78125vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: 0.5em;
  font-weight: 700;
  color: #ffffff;
}
#mainKvSlider .main-kv-desc .inner .slide-info .text .next-slide {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-top: 0.8em;
}
#mainKvSlider .main-kv-desc .inner .slide-info .text .next-slide .logo-wrap {
  position: relative;
  width: 4.4rem;
  height: 3.4rem;
}
#mainKvSlider .main-kv-desc .inner .slide-info .text .next-slide .logo-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainKvSlider .main-kv-desc .inner .slide-info .text .next-slide .next-slide-title {
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
}
#mainKvSlider .main-kv-desc .inner .slide-info .slide-pagination-wrap {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
}
#mainKvSlider .main-kv-desc .inner .slide-info .slide-pagination-wrap .slide-pagination {
  display: flex;
  gap: 0.4rem;
  border-radius: 2.4rem;
  padding: 0.6rem 1.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #8E8E8E;
  font-size: clamp(1.2rem, 0.78125vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1025px) {
  #mainKvSlider .main-kv-desc .inner .slide-info .slide-pagination-wrap .slide-pagination {
    padding: 0.4rem 0.8rem;
  }
}
#mainKvSlider .main-kv-desc .inner .slide-info .slide-pagination-wrap .swiper-pagination-current {
  color: #ffffff;
}
#mainKvSlider .main-kv-desc .inner .slide-info .slide-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: rgba(255, 255, 255, 0.3);
}
#mainKvSlider .main-kv-desc .inner .slide-info .slide-progress .line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: var(--autoplay-per, 100%);
  height: 100%;
  background-color: rgb(255, 255, 255);
}
#mainKvSlider .main-kv-desc .inner .slide-btn-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #mainKvSlider .main-kv-desc .inner .slide-btn-wrap {
    flex-direction: row-reverse;
  }
}
#mainKvSlider .main-kv-desc .inner .slide-btn-wrap button {
  width: clamp(4.4rem, 2.9166666667vw, 5.6rem);
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0045C9;
}
@media screen and (hover: hover) {
  #mainKvSlider .main-kv-desc .inner .slide-btn-wrap button:hover {
    background-color: #0038A3;
  }
}
#mainKvSlider .main-kv-desc .inner .slide-btn-wrap button:active {
  background-color: #002B7D;
}
@media screen and (max-width: 1024px) {
  #mainKvSlider .main-kv-desc .inner .slide-btn-wrap button {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  #mainKvSlider .main-kv-desc .inner .slide-btn-wrap button {
    width: 4rem;
    height: 4rem;
  }
}
#mainKvSlider .main-kv-desc .inner .slide-btn-wrap button svg {
  width: 0.6rem;
  height: 1.2rem;
}
@media screen and (max-width: 1024px) {
  #mainKvSlider .main-kv-desc .inner .slide-btn-wrap button svg {
    width: 0.75rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  #mainKvSlider .main-kv-desc .inner .slide-btn-wrap button svg {
    width: 0.6rem;
    height: 1.2rem;
  }
}
#mainKvSlider .main-kv-desc .inner .slide-btn-wrap .next {
  border-bottom: 1px solid rgb(40, 106, 232);
}
@media screen and (max-width: 1024px) {
  #mainKvSlider .main-kv-desc .inner .slide-btn-wrap .next {
    border-bottom: 0;
    border-left: 1px solid rgb(40, 106, 232);
  }
}
#mainKvSlider .mo-slide-progress {
  display: none;
}
@media screen and (max-width: 1024px) {
  #mainKvSlider .mo-slide-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 1.2rem;
    width: 100%;
  }
}
#mainKvSlider .mo-slide-progress .slide-line {
  position: relative;
  width: 33.33%;
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.3);
}
#mainKvSlider .mo-slide-progress .slide-line .line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: var(--autoplay-per, 100%);
  height: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0;
}
#mainKvSlider .mo-slide-progress .slide-line .line.active {
  opacity: 1;
}
#mainKvSlider .main-kv-dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}

#mainVisionIntro {
  position: relative;
  width: 100%;
}
#mainVisionIntro h3 {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: clamp(5.2rem, 3.75vw, 7.2rem);
}
@media screen and (max-width: 1440px) {
  #mainVisionIntro h3 {
    font-size: clamp(5.2rem, 3.75vw, 7.2rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainVisionIntro h3 {
    font-size: max(3rem, 5.07813vw);
  }
}
@media screen and (max-width: 600px) {
  #mainVisionIntro h3 {
    font-size: max(3rem, 5.07813vw);
  }
}
#mainVisionIntro .vision-contents {
  margin-top: 100vh;
  margin-top: 100svh;
  border-top-left-radius: min(2.4rem, 1.25vw);
  border-top-right-radius: min(2.4rem, 1.25vw);
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #mainVisionIntro .vision-contents {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
#mainVisionIntro .vision-contents .head {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  justify-content: center;
  padding-top: clamp(7.2rem, 8.33333vmax, 16rem);
}
@media screen and (max-width: 1024px) {
  #mainVisionIntro .vision-contents .head {
    padding-top: 0;
    height: auto;
  }
}
#mainVisionIntro .vision-contents h3 b {
  color: #0045C9;
}
#mainVisionIntro .vision-contents .vision-text-motion {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #mainVisionIntro .vision-contents .vision-text-motion {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: clamp(7.2rem, 8.33333vmax, 16rem);
    padding-bottom: clamp(7.2rem, 8.33333vmax, 16rem);
  }
}
#mainVisionIntro .vision-contents .vision-text-motion .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: min(5.2rem, 2.7083333333vw);
}
@media screen and (max-width: 1024px) {
  #mainVisionIntro .vision-contents .vision-text-motion .btn {
    position: relative;
    top: unset;
    left: unset;
    transform: translateX(0);
    margin-top: 2rem;
  }
}
#mainVisionIntro .vision-contents .vision-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mainVisionIntro .vision-contents .text-motion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding-left: min(17.1rem, 8.90625vw);
}
@media screen and (max-width: 1024px) {
  #mainVisionIntro .vision-contents .text-motion {
    padding-left: 0;
  }
}
#mainVisionIntro .vision-contents .text-motion .img-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: min(17.1rem, 8.90625vw);
  height: min(9rem, 4.6875vw);
  border-radius: clamp(0.6rem, 0.41666vw, 0.8rem);
  overflow: hidden;
  transform-origin: center center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #mainVisionIntro .vision-contents .text-motion .img-wrap {
    display: none;
  }
}
#mainVisionIntro .vision-contents .text-motion .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainVisionIntro .vision-contents .text-motion .img-wrap .lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
#mainVisionIntro .vision-contents .text-motion .img-wrap .lines .line-area {
  position: relative;
  width: 33.333%;
  height: 100%;
}
#mainVisionIntro .vision-contents .text-motion .img-wrap .lines .line-area .line {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
#mainVisionIntro .vision-contents .text-motion .img-wrap .lines .line-area .line.top {
  top: 0;
}
#mainVisionIntro .vision-contents .text-motion .img-wrap .lines .line-area .line.bot {
  bottom: 0;
}
#mainVisionIntro .vision-contents .text-motion h3 {
  padding-left: min(3rem, 1.5625vw);
}
@media screen and (max-width: 1024px) {
  #mainVisionIntro .vision-contents .text-motion h3 {
    padding-left: 0;
  }
}
#mainVisionIntro .tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  #mainVisionIntro .tl .tl-img {
    height: 100vh;
  }
  #mainVisionIntro .tl .tl-list {
    height: 50vh;
  }
}
@media screen and (max-width: 1024px) {
  #mainVisionIntro .tl {
    top: -6rem;
    padding-top: 6rem;
  }
}

#mainTeam {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #mainTeam {
    position: relative;
    top: unset;
    left: unset;
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
}
#mainTeam .team-content {
  position: relative;
  width: 100%;
  height: max(48rem, 39.75vw);
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-content {
    height: auto;
  }
}
#mainTeam .team-list {
  position: relative;
  display: flex;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-list {
    flex-direction: column;
    gap: 1.6rem;
  }
}
#mainTeam .team-list .team-list-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 33.333%;
  height: 100%;
  padding: 0 min(5.6rem, 2.9166666667vw);
  padding-bottom: min(5.6rem, 2.9166666667vw);
  overflow: hidden;
}
#mainTeam .team-list .team-list-item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  opacity: 0;
  transition: ease 0.3s;
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-list .team-list-item::after {
    opacity: 1;
  }
}
#mainTeam .team-list .team-list-item.show::after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-list .team-list-item {
    width: 100%;
    height: 40rem;
    border-radius: 1rem;
    overflow: hidden;
    padding: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  #mainTeam .team-list .team-list-item {
    padding: 2.4rem;
  }
}
#mainTeam .team-list .team-list-item:nth-child(1), #mainTeam .team-list .team-list-item:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#mainTeam .team-list .team-list-item:nth-child(1) {
  border-top-left-radius: clamp(1rem, 0.625vw, 1.2rem);
  border-bottom-left-radius: clamp(1rem, 0.625vw, 1.2rem);
}
#mainTeam .team-list .team-list-item:nth-child(1) .logo {
  width: min(15.9rem, 8.28125vw);
  height: auto;
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-list .team-list-item:nth-child(1) .logo {
    width: 11.5rem;
  }
}
#mainTeam .team-list .team-list-item:nth-child(2) .logo {
  width: min(12.5rem, 6.5104166667vw);
  height: auto;
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-list .team-list-item:nth-child(2) .logo {
    width: 9.4rem;
  }
}
#mainTeam .team-list .team-list-item:nth-child(3) {
  border-top-right-radius: clamp(1rem, 0.625vw, 1.2rem);
  border-bottom-right-radius: clamp(1rem, 0.625vw, 1.2rem);
}
#mainTeam .team-list .team-list-item:nth-child(3) .logo {
  width: min(16.3rem, 8.4895833333vw);
  height: auto;
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-list .team-list-item:nth-child(3) .logo {
    width: 11.9rem;
  }
}
#mainTeam .team-list .team-list-item .bg {
  display: none;
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-list .team-list-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #mainTeam .team-list .team-list-item .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#mainTeam .team-list .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: min(6.7rem, 3.4895833333vw);
  width: 100%;
  color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  #mainTeam .team-list .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-list .info {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4rem;
    width: 100%;
  }
}
#mainTeam .team-list .info h4 {
  margin-top: min(3.2rem, 1.6666666667vw);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: clamp(2.8rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 1440px) {
  #mainTeam .team-list .info h4 {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-list .info h4 {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 600px) {
  #mainTeam .team-list .info h4 {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-list .info h4 {
    font-size: 2.8rem;
    margin-top: 1.6rem;
    padding-bottom: 1.2rem;
  }
}
#mainTeam .team-list .info h5 {
  height: 0;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-list .info h5 {
    height: auto;
  }
}
@media screen and (max-width: 1363px) and (min-width: 1025px) {
  #mainTeam .team-list .info h5 br {
    display: none;
  }
}
#mainTeam .team-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: clamp(1rem, 0.625vw, 1.2rem);
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #mainTeam .team-bg {
    display: none;
  }
}
#mainTeam .team-bg .bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#mainTeam .team-bg .bg-inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: ease 0.5s;
}
#mainTeam .team-bg .bg-inner .bg.active {
  opacity: 1;
  z-index: 1;
}
#mainTeam .team-bg .bg-inner .bg img,
#mainTeam .team-bg .bg-inner .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainNews {
  position: relative;
  padding-top: 3rem;
  padding-bottom: clamp(8.8rem, 10.41667vmax, 20rem);
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #mainNews {
    padding-top: clamp(7.2rem, 8.33333vmax, 16rem);
  }
}
#mainNews .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mainNews h3 {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: clamp(5.2rem, 3.75vw, 7.2rem);
}
@media screen and (max-width: 1440px) {
  #mainNews h3 {
    font-size: clamp(5.2rem, 3.75vw, 7.2rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainNews h3 {
    font-size: max(3rem, 5.07813vw);
  }
}
@media screen and (max-width: 600px) {
  #mainNews h3 {
    font-size: max(3rem, 5.07813vw);
  }
}
#mainNews .news-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: clamp(2.2rem, 1.66667vw, 3.2rem);
  margin-top: min(6.4rem, 3.3333333333vw);
}
@media screen and (max-width: 1024px) {
  #mainNews .news-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5.6rem;
    column-gap: 1.6rem;
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  #mainNews .news-list {
    row-gap: 3.2rem;
    margin-top: 3.2rem;
  }
}
@media screen and (hover: hover) {
  #mainNews .news-list .news-card:hover img {
    transform: scale(1.05);
  }
}
#mainNews .news-list .img-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: clamp(0.6rem, 0.41666vw, 0.8rem);
  aspect-ratio: 376/268;
}
#mainNews .news-list .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease 0.3s;
}
#mainNews .news-list .news-info {
  margin-top: 2.4rem;
}
@media screen and (max-width: 600px) {
  #mainNews .news-list .news-info {
    margin-top: 1.4rem;
  }
}
#mainNews .news-list .news-info .title {
  margin-top: 0.7272727273em;
  margin-bottom: 0.7272727273em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  #mainNews .news-list .news-info .title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .news-list .news-info .title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  #mainNews .news-list .news-info .title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .news-list .news-info .title {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  #mainNews .news-list .news-info .title {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
}
#mainNews .news-list .news-info .date {
  color: #717171;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
@media screen and (max-width: 1024px) {
  #mainNews .news-list .news-info .date {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 601px) {
  #mainNews .news-list .badge {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 1440px) {
  #mainNews .news-list .badge {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #mainNews .news-list .badge {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 600px) {
  #mainNews .news-list .badge {
    font-size: 1.4rem;
  }
}

.main-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  /* 모바일 사용 */
}
.main-popup-container.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.main-popup-container .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main-popup-container .main-popup-dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.main-popup-container .main-popup {
  width: fit-content;
  overflow: hidden;
}
.main-popup-container .main-popup .main-popup-top {
  position: relative;
  width: 100%;
  display: flex;
  /* 모바일 사용 */
}
.main-popup-container .main-popup .main-popup-top[data-slide-count="1"] .main-popup-indicator {
  display: none !important;
}
.main-popup-container .main-popup .main-popup-top .sheet-top {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.1rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #E4E4E4;
}
.main-popup-container .main-popup .main-popup-top .main-popup-content {
  width: clamp(30rem, 20.8333333333vw, 40rem);
  height: clamp(36rem, 25vw, 48rem);
  aspect-ratio: 5/6;
  background-color: #ededed;
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:last-of-type) {
  margin-right: min(3.2rem, 1.6666666667vw);
}
.main-popup-container .main-popup .main-popup-top .main-popup-content img {
  display: block;
  width: 100%;
  height: 100%;
}
.main-popup-container .main-popup .main-popup-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
  padding-top: 4rem;
}
.main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
  color: #454545;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-size: 1.6rem;
  }
}
.main-popup-container .main-popup .main-popup-bottom .popup-today-btn-mo {
  display: none;
}
.main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .mo {
  display: none;
}
.main-popup-container .main-popup-indicator {
  display: none;
  position: absolute;
  top: 1.4rem;
  right: 2rem;
  align-items: center;
  gap: 2rem;
  width: fit-content;
  padding: 0.35rem 1.3rem;
  z-index: 10;
  font-size: 1.4rem;
  line-height: 21px;
  font-weight: 400;
  background-color: rgba(45, 45, 45, 0.6);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 2rem;
}
.main-popup-container .main-popup-indicator .main-popup-pagination {
  display: flex;
  gap: 0.4rem;
  order: 2;
  color: rgba(255, 255, 255, 0.6);
}
.main-popup-container .main-popup-indicator .main-popup-pagination .swiper-pagination-current {
  color: #ffffff;
}
.main-popup-container .main-popup-indicator .next-btn {
  order: 3;
}
.main-popup-container .main-popup-indicator .prev-btn {
  order: 1;
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content {
    width: 27.34375vw;
    height: 32.8125vw;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 600px) {
  .main-popup-container {
    top: unset;
    bottom: 0;
  }
  .main-popup-container .container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .main-popup-container .container-box-xl {
    height: 100%;
  }
  .main-popup-container .main-popup {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    background-color: #ffffff;
  }
  .main-popup-container .main-popup .main-popup-top .main-popup-slider {
    width: 100%;
  }
  .main-popup-container .main-popup .main-popup-top .sheet-top {
    display: flex;
    border: 0;
  }
  .main-popup-container .main-popup .main-popup-top .main-popup-content {
    max-width: 100%;
    width: 100%;
    max-height: 75vh;
    height: auto;
    flex-shrink: 0;
  }
  .main-popup-container .main-popup .main-popup-bottom {
    justify-content: space-between;
    padding: 0 1.6rem;
    height: 5.2rem;
  }
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .main-popup-container .main-popup .main-popup-bottom .popup-today-btn-pc {
    display: none;
  }
  .main-popup-container .main-popup .main-popup-bottom .popup-today-btn-mo {
    display: flex;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner {
    padding: 0.6rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.4rem;
    min-height: auto;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn svg,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .pc,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner .pc {
    display: none;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .mo,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner .mo {
    display: block;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .label,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner .label {
    display: none;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn:has(.btn-inner),
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner:has(.btn-inner) {
    padding: 0;
    border: 0;
  }
  .main-popup-container .main-popup-indicator {
    display: flex;
  }
}

main[data-current-page=introduce] .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(2rem, 2.5vmax, 4.8rem);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
main[data-current-page=introduce] .head .title {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-size: clamp(6rem, 3.3333vw, 6.4rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=introduce] .head .title {
    font-size: clamp(6rem, 3.3333vw, 6.4rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .head .title {
    font-size: min(6rem, 7.6923vw);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .head .title {
    font-size: min(6rem, 7.6923vw);
  }
}
@media screen and (min-width: calc(1024px + 1px)) {
  main[data-current-page=introduce] .head .title {
    font-size: clamp(4.8rem, 3.3333vw, 6.4rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .head .title {
    font-size: 3.2rem;
  }
}
main[data-current-page=introduce] .head .desc {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: max(2rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=introduce] .head .desc {
    font-size: max(2rem, 1.25vw, 2.4rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .head .desc {
    font-size: max(1.7rem, 1.04166vw);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .head .desc {
    font-size: max(1.7rem, 1.04166vw);
  }
}
@media screen and (min-width: calc(1024px + 1px)) {
  main[data-current-page=introduce] .head .desc {
    font-size: clamp(2rem, 1.25vw, 2.4rem);
  }
}
main[data-current-page=introduce] .section-intro-img {
  position: relative;
  padding-top: clamp(7.2rem, 8.33333vmax, 16rem);
  padding-bottom: clamp(7.2rem, 8.33333vmax, 16rem);
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(92rem, 47.9166666667vw);
  overflow: hidden;
  box-sizing: content-box;
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .section-intro-img {
    padding-top: clamp(8.8rem, 10.41667vmax, 20rem);
    padding-bottom: clamp(8.8rem, 10.41667vmax, 20rem);
    height: 144.6153846154vw;
    max-height: 60rem;
  }
}
main[data-current-page=introduce] .section-intro-img .container,
main[data-current-page=introduce] .section-intro-img .container-box-l {
  width: 100%;
  height: 100%;
}
main[data-current-page=introduce] .section-intro-img .about {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
main[data-current-page=introduce] .section-intro-img h4 {
  text-align: center;
  z-index: 1;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: clamp(5.2rem, 3.75vw, 7.2rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=introduce] .section-intro-img h4 {
    font-size: clamp(5.2rem, 3.75vw, 7.2rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-intro-img h4 {
    font-size: max(3rem, 5.07813vw);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .section-intro-img h4 {
    font-size: max(3rem, 5.07813vw);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-intro-img h4 {
    font-size: max(3rem, 3.90625vw);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .section-intro-img h4 {
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-size: clamp(5.2rem, 3.75vw, 7.2rem);
  }
}
@media screen and (max-width: 600px) and (max-width: 1440px) {
  main[data-current-page=introduce] .section-intro-img h4 {
    font-size: clamp(5.2rem, 3.75vw, 7.2rem);
  }
}
@media screen and (max-width: 600px) and (max-width: 1024px) {
  main[data-current-page=introduce] .section-intro-img h4 {
    font-size: max(3rem, 5.07813vw);
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  main[data-current-page=introduce] .section-intro-img h4 {
    font-size: max(3rem, 5.07813vw);
  }
}
main[data-current-page=introduce] .section-intro-img .img {
  position: absolute;
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
  transition: transform ease 0.4s;
}
main[data-current-page=introduce] .section-intro-img .img.type1 {
  width: min(33.3rem, 17.34375vw);
  height: min(25rem, 13.0208333333vw);
}
main[data-current-page=introduce] .section-intro-img .img.type2 {
  width: min(29.1rem, 15.15625vw);
  height: min(21.8rem, 11.3541666667vw);
}
main[data-current-page=introduce] .section-intro-img .img.type3 {
  width: min(25rem, 13.0208333333vw);
  height: min(18.8rem, 9.7916666667vw);
}
main[data-current-page=introduce] .section-intro-img .img.posi-1 {
  top: 0;
  left: min(34.7rem, 18.0729166667vw);
}
main[data-current-page=introduce] .section-intro-img .img.posi-2 {
  top: min(3.1rem, 1.6145833333vw);
  left: min(110.5rem, 57.5520833333vw);
}
main[data-current-page=introduce] .section-intro-img .img.posi-3 {
  top: min(46.9rem, 24.4270833333vw);
  left: 0;
}
main[data-current-page=introduce] .section-intro-img .img.posi-4 {
  top: min(31.6rem, 16.4583333333vw);
  right: 0;
}
main[data-current-page=introduce] .section-intro-img .img.posi-5 {
  top: min(52.65rem, 27.421875vw);
  right: min(100rem, 5.2083333333vw);
}
main[data-current-page=introduce] .section-intro-img .img.posi-6 {
  top: min(71.4rem, 37.1875vw);
  left: min(70rem, 36.4583333333vw);
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .section-intro-img .img.type1 {
    width: 16rem;
    height: 12rem;
  }
  main[data-current-page=introduce] .section-intro-img .img.type2 {
    width: 13rem;
    height: 10rem;
  }
  main[data-current-page=introduce] .section-intro-img .img.type3 {
    width: 11rem;
    height: 8.2rem;
  }
  main[data-current-page=introduce] .section-intro-img .img.posi-1 {
    top: 12.3173277662vw;
    left: unset;
    right: 65.7620041754vw;
  }
  main[data-current-page=introduce] .section-intro-img .img.posi-2 {
    top: 0;
    left: 51.5657620042vw;
  }
  main[data-current-page=introduce] .section-intro-img .img.posi-3 {
    top: unset;
    bottom: 20.8768267223vw;
    left: unset;
    right: 79.3319415449vw;
  }
  main[data-current-page=introduce] .section-intro-img .img.posi-4 {
    top: unset;
    bottom: 11.6910229645vw;
    left: 59.9164926931vw;
    right: unset;
  }
  main[data-current-page=introduce] .section-intro-img .img.posi-5 {
    top: unset;
    bottom: 0;
    left: 48.2254697286vw;
  }
  main[data-current-page=introduce] .section-intro-img .img.posi-6 {
    top: 31.3152400835vw;
    left: 70.5636743215vw;
  }
}
main[data-current-page=introduce] .section-intro-img .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main[data-current-page=introduce] .section-team {
  padding-top: clamp(7.2rem, 8.33333vmax, 16rem);
  padding-bottom: clamp(7.2rem, 8.33333vmax, 16rem);
  background-color: #F8F8F8;
}
main[data-current-page=introduce] .section-team .team-list {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-team .team-list {
    flex-direction: column;
    gap: 1.6rem;
  }
}
main[data-current-page=introduce] .section-team .team-list .team-item {
  position: relative;
  flex: 1;
  height: min(52rem, 27.0833333333vw);
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
  transition: ease 0.5s;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-team .team-list .team-item {
    flex: none;
    height: 23rem;
  }
}
@media screen and (min-width: calc(1024px + 1px)) {
  main[data-current-page=introduce] .section-team .team-list .team-item.active {
    flex: 1.48;
  }
  main[data-current-page=introduce] .section-team .team-list .team-item.active .text .btn {
    background-color: #ffffff;
  }
  main[data-current-page=introduce] .section-team .team-list .team-item.active .text .btn svg path {
    fill: #1D1D1D;
  }
  main[data-current-page=introduce] .section-team .team-list .team-item.active:active .text .btn {
    background-color: #F0F0F0;
    border-color: #F0F0F0;
  }
  main[data-current-page=introduce] .section-team .team-list .team-item.active:active .text .btn svg path {
    fill: #1D1D1D;
  }
  main[data-current-page=introduce] .section-team .team-list .team-item.not-active {
    flex: 0.76;
  }
  main[data-current-page=introduce] .section-team .team-list .team-item.not-active .bg::before {
    opacity: 0.5;
  }
}
main[data-current-page=introduce] .section-team .team-list .team-item .bg {
  position: relative;
  width: 100%;
  height: 100%;
}
main[data-current-page=introduce] .section-team .team-list .team-item .bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
main[data-current-page=introduce] .section-team .team-list .team-item .bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  transition: ease 0.3s all;
}
main[data-current-page=introduce] .section-team .team-list .team-item .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: calc(1024px + 1px)) {
  main[data-current-page=introduce] .section-team .team-list .team-item .bg img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.03);
  }
}
main[data-current-page=introduce] .section-team .team-list .team-item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 0 clamp(2.4rem, 2.5vw, 4.8rem) clamp(2.4rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-team .team-list .team-item .text {
    padding: 0 2.4rem 2.4rem 2.4rem;
  }
  main[data-current-page=introduce] .section-team .team-list .team-item .text br {
    display: none;
  }
}
main[data-current-page=introduce] .section-team .team-list .team-item .text p {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: clamp(2.8rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=introduce] .section-team .team-list .team-item .text p {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-team .team-list .team-item .text p {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .section-team .team-list .team-item .text p {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
main[data-current-page=introduce] .section-team .team-list .team-item .text .btn {
  background-color: transparent;
  border-color: #ffffff;
  transition: ease 0.5s;
}
main[data-current-page=introduce] .section-team .team-list .team-item .text .btn i path {
  fill: #ffffff;
  transition: ease 0.5s;
}
main[data-current-page=introduce] .section-media {
  padding-top: clamp(7.2rem, 8.33333vmax, 16rem);
  padding-bottom: clamp(7.2rem, 8.33333vmax, 16rem);
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .section-media {
    padding-bottom: clamp(8.8rem, 10.41667vmax, 20rem);
  }
}
main[data-current-page=introduce] .section-media .media-list {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .section-media .media-list {
    flex-direction: column;
    gap: 1.6rem;
  }
}
main[data-current-page=introduce] .section-media .media-list .media-item {
  flex: 1;
}
main[data-current-page=introduce] .section-media .media-list .media-item .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 4rem;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #EFF5FF;
  border: 1px solid #D8D8D8;
  transition: ease 0.5s;
}
main[data-current-page=introduce] .section-media .media-list .media-item .inner .txt-btn::before {
  background-color: #D1E1FF;
  transition: ease 0.3s;
}
@media screen and (min-width: 1025px) and (hover: hover) {
  main[data-current-page=introduce] .section-media .media-list .media-item .inner:hover {
    border: 1px solid #0045C9;
  }
  main[data-current-page=introduce] .section-media .media-list .media-item .inner .txt-btn:hover::before {
    opacity: 1;
  }
  main[data-current-page=introduce] .section-media .media-list .media-item .inner .txt-btn:active::before {
    background-color: #94B8FF;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .inner {
    padding: 2.4rem;
  }
}
main[data-current-page=introduce] .section-media .media-list .media-item .title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: clamp(2.8rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .title {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .title {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .title {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .title {
    font-size: 2.2rem;
  }
}
main[data-current-page=introduce] .section-media .media-list .media-item .desc {
  margin-top: 1.2rem;
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .desc {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .desc {
    margin-top: 0.8rem;
  }
}
main[data-current-page=introduce] .section-media .media-list .media-item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: clamp(2.8rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .bottom {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .bottom {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .bottom {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .bottom {
    margin-top: 2.9rem;
  }
}
main[data-current-page=introduce] .section-media .media-list .media-item .icon {
  width: 3.1428571429em;
  height: 3.1428571429em;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}
main[data-current-page=introduce] .section-media .media-list .media-item .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=introduce] .section-media .media-list .media-item .txt-btn {
    height: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  main[data-current-page=introduce] .section-media .media-list .media-item .txt-btn i {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (min-width: calc(1024px + 1px)) {
  .sub-section br.pc-hide {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section br.pc-show {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 0px;
  height: 0px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 문의하기 :: 공통 */
.customer-container .sub-component-title-box.essential br {
  display: none;
}
.customer-container .board-list-row .badge {
  min-width: 5.4rem;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .customer-container .board-list-row .board-title strong {
    white-space: unset;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 600px) {
  .customer-container .sub-component-title-box.essential {
    flex-wrap: wrap;
    margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
    align-items: flex-end;
    row-gap: 0.8rem;
  }
  .customer-container .sub-component-title-box.essential .inner {
    margin-bottom: 0;
  }
  .customer-container .sub-component-title-box.essential br {
    display: block;
  }
}

.customer-content {
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .customer-content {
    padding: 2.4rem;
  }
}
.customer-content .txt {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .customer-content .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-content .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .customer-content .txt {
    font-size: 1.6rem;
  }
}
.customer-content .txt + .dot-txt-list {
  margin-top: 0.8rem;
}
.customer-content .gray-box {
  padding: 3.2rem;
  margin-top: 2rem;
  background-color: #F8F8F8;
  border-radius: max(0.6rem, 0.41666vw);
}
@media screen and (max-width: 1024px) {
  .customer-content .gray-box {
    padding: 1.6rem;
  }
}

/* 문의하기 :: 공통 > 하단 버튼레이아웃 */
.customer-btn-box {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
.customer-btn-box.ver01 .btn {
  min-width: 14.6rem;
  width: auto;
}
@media screen and (max-width: 600px) {
  .customer-btn-box.ver01 .btn {
    width: 100%;
    min-width: auto;
    flex: 1;
  }
}
.customer-btn-box.ver02 .btn {
  width: 14.9rem;
}
@media screen and (max-width: 600px) {
  .customer-btn-box.ver02 .btn {
    width: 100%;
    flex: 1;
  }
}
.customer-btn-box.ver03 .btn {
  width: 15.6rem;
}
@media screen and (max-width: 600px) {
  .customer-btn-box.ver03 .btn {
    width: 100%;
    flex: 1;
  }
}
.customer-btn-box.ver04 {
  justify-content: space-between;
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.customer-btn-box.ver04 .right-box {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  .customer-btn-box.ver04 .right-box {
    gap: 0.8rem;
  }
}
.customer-btn-box.ver04 .btn {
  width: 10rem;
}
@media screen and (max-width: 600px) {
  .customer-btn-box.ver04 .btn {
    width: 9rem;
  }
}

/* 문의하기 :: 공통 > 처리절차 */
.customer-process {
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .customer-process {
    padding: 2.4rem;
  }
}
.customer-process-list {
  display: flex;
  justify-content: space-between;
  padding: 0 4rem;
  counter-reset: list-number;
}
.customer-process-list li {
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.customer-process-list li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  counter-increment: list-number;
}
.customer-process-list li dd {
  display: inline-block;
  text-align: center;
}
.customer-process-list li .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
}
.customer-process-list li .icon img {
  width: 100%;
}
.customer-process-list li .txt {
  display: block;
  font-weight: 700;
  text-align: center;
}
.customer-process-list li .txt::before {
  content: counter(list-number) ". ";
}
.customer-process-list li.arrow {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.customer-process-list li.black .icon {
  background-color: #F8F8F8;
}
.customer-process-list li.blue .icon {
  background-color: #EFF5FF;
}
.customer-process-list.list-step-4 li dl {
  width: 13rem;
}
.customer-process-list.list-step-4 li .txt {
  white-space: pre;
}
@media screen and (max-width: 1024px) {
  .customer-process {
    padding: 3.2rem;
  }
  .customer-process-list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 2.4rem;
    padding: 0;
  }
  .customer-process-list li {
    margin-bottom: 2.3rem;
  }
  .customer-process-list li dl {
    gap: 1.6rem;
  }
  .customer-process-list li:not(.arrow) {
    width: calc(33.33% - 1.6rem);
  }
  .customer-process-list li.t-hide {
    display: none;
  }
  .customer-process-list.list-step-4 li dl {
    width: auto;
  }
  .customer-process-list.list-step-4 li:not(.arrow) {
    width: calc(50% - 1.2rem);
  }
}
@media screen and (max-width: 600px) {
  .customer-process {
    padding: 3.2rem 2rem;
  }
  .customer-process-list {
    justify-content: space-between;
    align-items: unset;
  }
  .customer-process-list li:not(.arrow) {
    width: calc(50% - 1.2rem);
  }
  .customer-process-list li.t-hide {
    display: flex;
  }
  .customer-process-list li.m-hide {
    display: none;
  }
  .customer-process-list.list-step-4 li .txt {
    white-space: normal;
  }
}

/* 문의하기 :: 공통 > 문의 단계 */
.customer-step {
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .customer-step {
    padding: 2.4rem;
  }
}
.customer-step {
  padding: 5rem 2rem 4rem;
}
.customer-step-list {
  display: flex;
  justify-content: space-between;
}
.customer-step-list li {
  flex: 1;
  text-align: center;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.customer-step-list li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6em;
}
.customer-step-list li dt {
  width: 100%;
}
.customer-step-list li .icon-box {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
.customer-step-list li .icon-box::before, .customer-step-list li .icon-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50%;
  height: 2px;
  background-color: #D8D8D8;
}
.customer-step-list li .icon-box::before {
  left: 0;
}
.customer-step-list li .icon-box::after {
  left: 50%;
}
.customer-step-list li .icon-box .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 2em;
  height: 2em;
}
.customer-step-list li .icon-box .icon svg {
  width: 100%;
  height: auto;
}
.customer-step-list li .sub-txt {
  display: block;
  margin-bottom: 0.13em;
}
.customer-step-list li .txt {
  display: block;
  font-weight: 700;
}
.customer-step-list li.ready .icon svg {
  color: #D8D8D8;
}
.customer-step-list li.ing .icon {
  background-color: #ffffff;
}
.customer-step-list li.completed .icon-box::before, .customer-step-list li.completed .icon-box::after {
  background-color: #002B7D;
}
.customer-step-list li.completed .icon svg {
  color: #002B7D;
}
.customer-step-list li.completed + .ing .icon-box::before {
  background-color: #002B7D;
}
.customer-step-list li:first-child .icon-box::before {
  display: none;
}
.customer-step-list li:last-child .icon-box::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .customer-step {
    padding: 3.2rem;
  }
  .customer-step-list li {
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  .customer-step-list li dl {
    align-items: flex-start;
    gap: 1.17em;
  }
  .customer-step-list li .icon-box {
    justify-content: flex-start;
  }
  .customer-step-list li .txt {
    width: 5.69em;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
  }
}
@media screen and (min-width: calc(600px + 1px)) and (max-width: 1024px) {
  .customer-step-list li.completed + .ing .icon-box::before {
    width: 0.8rem;
  }
  .customer-step-list li.completed + .ing .icon-box::after {
    width: 100%;
    left: 0.8rem;
  }
  .customer-step-list li:not(:last-child) .icon-box, .customer-step-list li:not(:last-child) dd {
    padding-left: 0.8rem;
  }
  .customer-step-list li:first-child .icon-box, .customer-step-list li:first-child dd {
    padding-left: 0;
  }
  .customer-step-list li:first-child .icon-box::before {
    display: block;
    left: 3px;
  }
  .customer-step-list li:last-child .icon-box::before {
    width: 5rem;
  }
  .customer-step-list li:last-child .icon-box, .customer-step-list li:last-child dd {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .customer-step {
    padding: 2rem 2.4rem;
  }
  .customer-step-list {
    flex-direction: column;
  }
  .customer-step-list li dl {
    flex-direction: row;
    gap: 0.93em;
  }
  .customer-step-list li dt {
    width: auto;
  }
  .customer-step-list li dd {
    display: flex;
    gap: 0.71em;
    padding: 0.39em 0;
  }
  .customer-step-list li .icon-box {
    padding: 0.6rem 0.2rem;
  }
  .customer-step-list li .icon-box .icon {
    width: 2rem;
    height: 2rem;
  }
  .customer-step-list li .icon-box::before, .customer-step-list li .icon-box::after {
    width: 2px;
    height: 100%;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
  .customer-step-list li .icon-box::before {
    display: none;
  }
  .customer-step-list li .icon-box::after {
    top: 50%;
    margin-top: 0.8rem;
  }
  .customer-step-list li .sub-txt {
    margin-bottom: 0;
  }
  .customer-step-list li .txt {
    width: 100%;
  }
  .customer-step-list li.ing .icon-box {
    padding: 0.35rem 0;
  }
  .customer-step-list li.ing .icon-box .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .customer-step-list li:last-child .icon-box::before {
    width: 2px;
  }
}

/* 문의하기 :: 공통 > 공지텍스트 */
.customer-note {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.customer-note .dot-txt.point {
  color: #E81D21;
}
.customer-note .dot-txt.point::before {
  background-color: #E81D21;
}

/* 문의하기 :: 공통 > 완료 페이지 */
.customer-completed {
  margin-top: calc(clamp(1.6rem, 2.08333vmax, 4rem) + clamp(2.8rem, 3.33333vmax, 6.4rem));
}
.customer-completed .completed-txt {
  color: #1D1D1D;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.customer-completed .receipt-txt {
  color: #0045C9;
  text-align: center;
  margin-top: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .customer-completed .receipt-txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-completed .receipt-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .customer-completed .receipt-txt {
    font-size: 1.8rem;
  }
}
.customer-completed + .customer-btn-box {
  margin-top: clamp(2.8rem, 3.33333vmax, 6.4rem);
}
@media screen and (max-width: 1024px) {
  .customer-completed .completed-txt {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  .customer-completed .completed-txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .customer-completed .completed-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .customer-completed .completed-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-completed .completed-txt br {
    display: none;
  }
  .customer-completed .receipt-txt {
    margin-top: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  .customer-completed .receipt-txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .customer-completed .receipt-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .customer-completed .receipt-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-completed + .customer-btn-box {
    margin-bottom: clamp(1.6rem, 2.08333vmax, 4rem);
  }
}
@media screen and (max-width: 600px) {
  .customer-completed {
    padding: 0 2rem;
  }
}

/* 문의하기 :: 공통 > numbering style */
.customer-numbering-list {
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .customer-numbering-list {
    padding: 2.4rem;
  }
}
.customer-numbering-list .numbering-list-item {
  display: flex;
  justify-content: space-between;
  padding: 3.2rem 0;
  border-top: 1px solid #E4E4E4;
}
.customer-numbering-list .numbering-list-item .title-box {
  display: flex;
  gap: 1.2rem;
  width: calc(100% - 16.2rem);
}
.customer-numbering-list .numbering-list-item .number {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #ffffff;
  background-color: #0045C9;
  border-radius: 50%;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.customer-numbering-list .numbering-list-item .tit {
  width: calc(100% - 2.4rem - 1.2rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .customer-numbering-list .numbering-list-item .tit {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-numbering-list .numbering-list-item .tit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .customer-numbering-list .numbering-list-item .tit {
    font-size: 1.6rem;
  }
}
.customer-numbering-list .numbering-list-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.customer-numbering-list .numbering-list-item:last-child {
  padding-bottom: 0;
}
.customer-numbering-list .numbering-list-item .input-radio-box {
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .customer-numbering-list {
    padding: 3.2rem;
  }
  .customer-numbering-list .numbering-list-item {
    padding: 2.4rem 0;
    flex-direction: column;
    gap: 2.4rem;
  }
  .customer-numbering-list .numbering-list-item .title-box {
    width: 100%;
  }
  .customer-numbering-list .numbering-list-item .number {
    width: 2rem;
    height: 2rem;
  }
  .customer-numbering-list .numbering-list-item .tit {
    width: calc(100% - 2rem - 1.2rem);
  }
  .customer-numbering-list .numbering-list-item .input-radio-box {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 600px) {
  .customer-numbering-list {
    padding: 2.4rem;
  }
  .customer-numbering-list .numbering-list-item {
    padding: 2rem 0;
  }
}

/* 문의하기 :: 공통 > 개인정보 처리방침 2줄 스타일 */
.customer-agree-container .form-item-colum {
  gap: 0;
}
.customer-agree-container .agree-form-item {
  display: flex;
  justify-content: space-between;
  padding: 1.1rem 0;
}
.customer-agree-container .agree-form-item .form-title {
  padding-top: 0;
  padding-bottom: 0;
}
.customer-agree-container .agree-form-item:nth-child(2) {
  padding-top: 0;
}
.customer-agree-container .agree-form-notice {
  margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .customer-agree-container .agree-form-item {
    flex-direction: column;
    padding: 0;
  }
  .customer-agree-container .agree-form-item .form-title {
    padding: 0.6rem 0.8rem 1rem 0.2rem;
  }
  .customer-agree-container .agree-form-item:nth-child(2) {
    margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
  }
  .customer-agree-container .agree-form-notice {
    margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
  }
}

/* 문의유형선택 */
.customer-category .category-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem;
  transition: border-color 0.3s ease;
  cursor: pointer;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .customer-category .category-item {
    padding: 2.4rem;
  }
}
.customer-category .category-item .tit {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .customer-category .category-item .tit {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-category .category-item .tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .customer-category .category-item .tit {
    font-size: 1.8rem;
  }
}
.customer-category .category-item .txt {
  color: #555555;
  margin-top: 0.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.customer-category .category-item .icon {
  display: flex;
  justify-content: flex-end;
}
.customer-category .category-item.active {
  border-color: #0045C9;
}
@media screen and (min-width: calc(1024px + 1px)) {
  .customer-category .category-item {
    padding: 3.2rem;
  }
}
@media screen and (min-width: calc(1024px + 1px)) and (hover: hover) {
  .customer-category .category-item:hover {
    border-color: #0045C9;
  }
}
@media screen and (max-width: 1024px) {
  .customer-category .category-item {
    flex-direction: row;
  }
  .customer-category .category-item .txt {
    margin-top: 0.2rem;
  }
  .customer-category .category-item .icon img {
    width: 5rem;
  }
  .customer-category .category-item br {
    display: none;
  }
}

.sub-section[data-current-page=news] .tab-container, .sub-section[data-current-page=notice] .tab-container, .sub-section[data-current-page=gallery] .tab-container {
  margin: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem) 0;
}

@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=news] .media-list-item .tit {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}

.sub-section[data-current-page=notice] .media-belt-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.sub-section[data-current-page=notice] .media-belt-list .media-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
  padding: 2.4rem;
  transition: border-color 0.3s ease;
}
.sub-section[data-current-page=notice] .media-belt-list .media-list-item a .top-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sub-section[data-current-page=notice] .media-belt-list .media-list-item a .top-box .badge-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sub-section[data-current-page=notice] .media-belt-list .media-list-item a .top-box .tit {
  margin: 0;
  max-width: 100%;
}
@media screen and (min-width: calc(1024px + 1px)) {
  .sub-section[data-current-page=notice] .media-belt-list .media-list-item a .top-box .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: calc(1024px + 1px)) and (hover: hover) {
  .sub-section[data-current-page=notice] .media-belt-list .media-list-item a:hover {
    border-color: #0045C9;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=notice] .media-belt-list .media-list-item a {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .sub-section[data-current-page=notice] .media-belt-list .media-list-item a .top-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .sub-section[data-current-page=notice] .media-belt-list .media-list-item a .top-box .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sub-section[data-current-page=notice] .media-belt-list .media-list-item a .date {
    position: absolute;
    right: 2.4rem;
    top: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=notice] [class*=media-list-col].notice .media-list-item {
    width: 100%;
  }
}
.sub-section[data-current-page=notice] .pagination {
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}

.sub-section[data-current-page=gallery] [class*=media-list-col].news .media-list-item .img-wrap {
  aspect-ratio: 522/294;
}

main[data-current-page=about] .section-intro-text {
  padding-top: clamp(8.8rem, 10.41667vmax, 20rem);
  padding-bottom: clamp(8.8rem, 10.41667vmax, 20rem);
}
main[data-current-page=about] .section-intro-text h4 {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: clamp(5.2rem, 3.75vw, 7.2rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=about] .section-intro-text h4 {
    font-size: clamp(5.2rem, 3.75vw, 7.2rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-intro-text h4 {
    font-size: max(3rem, 5.07813vw);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-intro-text h4 {
    font-size: max(3rem, 5.07813vw);
  }
}
main[data-current-page=about] .section-history {
  padding-top: clamp(7.2rem, 8.33333vmax, 16rem);
  padding-bottom: clamp(7.2rem, 8.33333vmax, 16rem);
  background-color: #F8F8F8;
  overflow: hidden;
}
main[data-current-page=about] .section-history.running .swiper .history-box {
  width: min(52rem, 27.0833333333vw);
  padding-right: min(2rem, 1.0416666667vw);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-history.running .swiper .history-box {
    width: 32.6171875vw;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-history.running .swiper .history-box {
    width: 25.9rem;
  }
}
main[data-current-page=about] .section-history.running .swiper .history-box-inner {
  max-height: min(20.7rem, 10.78125vw);
  padding-right: min(2rem, 1.0416666667vw);
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-history.running .swiper .history-box-inner {
    max-height: 17.4rem;
    padding-right: 2rem;
  }
}
main[data-current-page=about] .section-history.running .swiper .history-box-inner::-webkit-scrollbar {
  width: 0.8rem;
  cursor: pointer;
}
main[data-current-page=about] .section-history.running .swiper .history-box-inner::-webkit-scrollbar-thumb {
  background-color: #E4E4E4;
  border-radius: 0.6rem;
  cursor: pointer;
}
main[data-current-page=about] .section-history.running .swiper .history-box-inner .history-cont:not(:last-child) {
  padding-bottom: 1.2rem;
}
main[data-current-page=about] .section-history.running .swiper-scrollbar {
  cursor: pointer;
}
main[data-current-page=about] .section-history.running .tab-list-box {
  margin-bottom: min(4.3rem, 2.2395833333vw);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-history.running .tab-list-box {
    margin-bottom: 3.2rem;
  }
}
main[data-current-page=about] .section-history.running .tab-list-box .tab-item.active a {
  background-color: #29853D !important;
}
main[data-current-page=about] .section-history.running .tab-list-box .tab-item a:hover {
  background-color: #29853D !important;
  color: #ffffff;
}
main[data-current-page=about] .section-history .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(2rem, 2.5vmax, 4.8rem);
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-history .title-wrap {
    margin-bottom: 3.2rem;
  }
}
main[data-current-page=about] .section-history .title-wrap .slide-control {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-history .title-wrap .slide-control button {
    gap: 0.2666666667em;
    padding: 0.5333333333em 1.0666666667em;
    min-height: 4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  main[data-current-page=about] .section-history .title-wrap .slide-control button i {
    width: 1.0666666667em;
    height: 1.0666666667em;
  }
  main[data-current-page=about] .section-history .title-wrap .slide-control button[data-type=only-icon] {
    padding-right: 0;
    padding-left: 0;
    width: 4rem;
  }
}
main[data-current-page=about] .section-history .title-wrap .slide-control .prev svg {
  transform: rotate(180deg);
}
main[data-current-page=about] .section-history .swiper {
  overflow: visible;
  padding-bottom: clamp(6rem, 5.20833vw, 10rem);
  margin-left: -1rem;
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-history .swiper {
    margin-left: -0.8rem;
  }
}
main[data-current-page=about] .section-history .swiper .swiper-slide {
  width: fit-content;
}
main[data-current-page=about] .section-history .swiper .swiper-slide:last-child .history-box {
  margin-right: 0;
}
main[data-current-page=about] .section-history .swiper .history-box {
  width: min(38.5rem, 20.0520833333vw);
  padding: clamp(3.2rem, 2.5vw, 4.8rem);
  margin: 0 1rem;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-history .swiper .history-box {
    width: 32.6171875vw;
    padding: max(2.6rem, 3.125vw);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-history .swiper .history-box {
    width: 25.9rem;
    margin: 0 0.8rem;
  }
}
main[data-current-page=about] .section-history .swiper .history-box .history-year {
  padding-bottom: 0.4em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(3rem, 2.083vw, 4rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=about] .section-history .swiper .history-box .history-year {
    font-size: clamp(3rem, 2.083vw, 4rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-history .swiper .history-box .history-year {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-history .swiper .history-box .history-year {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-history .swiper .history-box .history-year {
    padding-bottom: 1.2rem;
  }
}
main[data-current-page=about] .section-history .swiper .history-box .history-cont {
  position: relative;
  padding-left: 0.9545454545em;
  color: #555555;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-size: clamp(1.9rem, 1.1458vw, 2.2rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=about] .section-history .swiper .history-box .history-cont {
    font-size: clamp(1.9rem, 1.1458vw, 2.2rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-history .swiper .history-box .history-cont {
    font-size: clamp(1.7rem, 4.359vw, 1.9rem);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-history .swiper .history-box .history-cont {
    font-size: clamp(1.7rem, 4.359vw, 1.9rem);
  }
}
main[data-current-page=about] .section-history .swiper .history-box .history-cont::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7272727273em;
  transform: translateY(-50%);
  display: block;
  width: 0.2272727273em;
  height: 0.2272727273em;
  background-color: #555555;
  border-radius: 50%;
}
main[data-current-page=about] .section-history .swiper-scrollbar {
  width: 100%;
  height: 0.2rem;
  background: #D8D8D8;
  left: 0;
}
main[data-current-page=about] .section-history .swiper-scrollbar.lightblue .swiper-scrollbar-drag {
  background: #007BAC;
}
main[data-current-page=about] .section-history .swiper-scrollbar.red .swiper-scrollbar-drag {
  background: #E81D21;
}
main[data-current-page=about] .section-history .swiper-scrollbar.green .swiper-scrollbar-drag {
  background: #29853D;
}
main[data-current-page=about] .section-introduce {
  padding-top: clamp(7.2rem, 8.33333vmax, 16rem);
  padding-bottom: clamp(7.2rem, 8.33333vmax, 16rem);
}
main[data-current-page=about] .section-introduce .img-box {
  width: 100%;
  border-radius: max(1rem, 0.625vw);
  overflow: hidden;
}
main[data-current-page=about] .section-introduce .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main[data-current-page=about] .section-introduce .link-box {
  display: flex;
  gap: 2rem;
  margin-top: min(4.8rem, 2.5vw);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-introduce .link-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-introduce .link-box {
    margin-top: 3.2rem;
    gap: 1.6rem;
  }
}
main[data-current-page=about] .section-introduce .link-box .link-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: min(4.8rem, 2.5vw);
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #F8F8F8;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-introduce .link-box .link-inner {
    width: 100%;
    padding: 3.2rem;
  }
}
main[data-current-page=about] .section-introduce .link-box .link-inner .link-tit {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: clamp(2.8rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=about] .section-introduce .link-box .link-inner .link-tit {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-introduce .link-box .link-inner .link-tit {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-introduce .link-box .link-inner .link-tit {
    font-size: clamp(2.8rem, 1.875vw, 3.6rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-introduce .link-box .link-inner .link-tit {
    font-size: 2.4rem;
  }
}
main[data-current-page=about] .section-bottom-banner {
  padding-bottom: clamp(7.2rem, 8.33333vmax, 16rem);
}
main[data-current-page=about] .section-bottom-banner .bottom-kv-content {
  position: relative;
  height: min(40rem, 20.8333333333vw);
  overflow: hidden;
  display: flex;
  justify-content: center;
}
main[data-current-page=about] .section-bottom-banner .bottom-kv-content .bg {
  width: 90%;
  border-radius: max(1rem, 0.625vw);
  overflow: hidden;
}
main[data-current-page=about] .section-bottom-banner .bottom-kv-content .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  will-change: transform;
  transform-origin: center;
}
main[data-current-page=about] .section-bottom-banner .bottom-kv-content .bottom-kv-text-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main[data-current-page=about] .section-bottom-banner .bottom-kv-content .title-box {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50%);
}
main[data-current-page=about] .section-bottom-banner .bottom-kv-content .title-box .txt {
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(2.4rem, 1.667vw, 3.2rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content .title-box .txt {
    font-size: clamp(2.4rem, 1.667vw, 3.2rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content .title-box .txt {
    font-size: min(2.4rem, 5.641vw);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content .title-box .txt {
    font-size: min(2.4rem, 5.641vw);
  }
}
main[data-current-page=about] .section-bottom-banner .bottom-kv-content .btn-box {
  line-height: 1;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content {
    height: 39rem;
  }
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content .title-box .txt {
    margin-bottom: 3.2rem;
    font-size: clamp(2.2rem, 5.641vw, 2.4rem);
  }
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content .btn-box .btn {
    gap: 0.2666666667em;
    padding: 0.5333333333em 1.0666666667em;
    min-height: 4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content .btn-box .btn i {
    width: 1.0666666667em;
    height: 1.0666666667em;
  }
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content .btn-box .btn[data-type=only-icon] {
    padding-right: 0;
    padding-left: 0;
    width: 4rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content .bg img {
    object-position: 70%;
  }
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content .title-box {
    max-width: 25rem;
  }
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content .title-box br {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  main[data-current-page=about] .section-bottom-banner .bottom-kv-content .title-box .txt br {
    display: none;
  }
}
main[data-current-page=about] .section-logo {
  padding-bottom: clamp(8.8rem, 10.41667vmax, 20rem);
}
main[data-current-page=about] .section-logo .logo-box {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-logo .logo-box {
    flex-direction: column;
    gap: 1.6rem;
  }
}
main[data-current-page=about] .section-logo .logo-box .logo-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: min(8.6rem, 4.4791666667vw) 0;
  background-color: #F8F8F8;
  border-radius: max(0.6rem, 0.41666vw);
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-logo .logo-box .logo-inner {
    width: 100%;
    padding: 3.8rem 0;
  }
}
main[data-current-page=about] .section-logo .logo-box .logo-inner svg {
  height: min(28rem, 14.5833333333vw);
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] .section-logo .logo-box .logo-inner svg {
    height: 12.4rem;
  }
}
main[data-current-page=about] h4.section-title {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-size: clamp(6rem, 3.3333vw, 6.4rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=about] h4.section-title {
    font-size: clamp(6rem, 3.3333vw, 6.4rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] h4.section-title {
    font-size: min(6rem, 7.6923vw);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] h4.section-title {
    font-size: min(6rem, 7.6923vw);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] h4.section-title {
    font-size: 3.2rem;
  }
}
main[data-current-page=about] h5.section-sub-title {
  padding-top: 1.0909090909em;
  padding-bottom: min(4.8rem, 2.5vw);
  color: #555555;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-size: clamp(1.9rem, 1.1458vw, 2.2rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=about] h5.section-sub-title {
    font-size: clamp(1.9rem, 1.1458vw, 2.2rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] h5.section-sub-title {
    font-size: clamp(1.7rem, 4.359vw, 1.9rem);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=about] h5.section-sub-title {
    font-size: clamp(1.7rem, 4.359vw, 1.9rem);
  }
}
main[data-current-page=about] h5.section-sub-title {
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=about] h5.section-sub-title {
    padding-top: 1.6rem;
    padding-bottom: 3.2rem;
  }
  main[data-current-page=about] h5.section-sub-title {
    font-size: clamp(1.7rem, 4.359vw, 2.2rem);
  }
}

.team-introduce {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  background-color: #ffffff;
  border-radius: max(0.6rem, 0.41666vw);
  border: 1px solid #D8D8D8;
  padding: 3.2rem;
  margin-bottom: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
.team-introduce .tit-box .tit {
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  .team-introduce .tit-box .tit {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .team-introduce .tit-box .tit {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .team-introduce .tit-box .tit {
    font-size: 2.1rem;
  }
}
.team-introduce .tit-box .txt {
  color: #555555;
  margin-top: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .team-introduce .tit-box .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .team-introduce .tit-box .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .team-introduce .tit-box .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .team-introduce {
    flex-direction: column;
    padding: 2.4rem;
    align-items: flex-start;
  }
  .team-introduce .tit-box .txt {
    margin-top: 0.9rem;
  }
}

.player-list-item {
  position: relative;
  border: 1px solid #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
  background-color: #ffffff;
}
.player-list-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.player-list-item .img-wrap {
  aspect-ratio: 1/1;
}
.player-list-item .info-wrap {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
.player-list-item .info-wrap .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2.4rem;
}
.player-list-item .info-wrap .top-box .position {
  color: #E81D21;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.player-list-item .info-wrap .top-box .name-box {
  display: flex;
  align-items: center;
  color: #1D1D1D;
}
.player-list-item .info-wrap .top-box .name-box .num {
  display: inline-block;
  margin-right: 0.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.player-list-item .info-wrap .top-box .name-box .num::after {
  content: ".";
}
.player-list-item .info-wrap .top-box .name-box .name {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .player-list-item .info-wrap .top-box .name-box .name {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .player-list-item .info-wrap .top-box .name-box .name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .player-list-item .info-wrap .top-box .name-box .name {
    font-size: 1.8rem;
  }
}
.player-list-item .info-wrap .top-box .name-box .icon {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 0.8rem;
}
.player-list-item .info-wrap .top-box .name-box .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player-list-item .info-wrap .top-box .name-box .icon img.close {
  display: none;
}
.player-list-item .info-wrap .bottom-box {
  padding: 1.6rem 2.4rem;
  border-top: 1px solid #D8D8D8;
}
.player-list-item .info-wrap .info-box {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.player-list-item .info-wrap .info-box .info-item {
  display: flex;
  justify-content: space-between;
  color: #1D1D1D;
  flex-wrap: wrap;
}
.player-list-item .info-wrap .info-box .info-item .label {
  min-width: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.player-list-item .info-wrap .info-box .info-item .txt {
  max-width: calc(100% - 6.4rem);
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.player-list-item .info-wrap .btn-box {
  margin-top: 1.6rem;
}
.player-list-item .info-wrap .btn-box .btn {
  width: 100%;
}
.player-list-item .info-wrap .career-box {
  margin-top: 2.4rem;
  background-color: #F8F8F8;
  padding: 1.6rem 1rem 1.6rem 2.4rem;
  border-radius: max(0.6rem, 0.41666vw);
}
.player-list-item .info-wrap .career-box .career-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 17.4rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.player-list-item .info-wrap .career-box .career-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.player-list-item .info-wrap .career-box .career-list::-webkit-scrollbar-thumb {
  background-color: #8E8E8E;
  border-color: #8E8E8E;
  border-radius: 4px;
  border: 2px solid transparent;
}
.player-list-item .info-wrap .career-box .career-list::-webkit-scrollbar-track {
  background-color: #E4E4E4;
  border-radius: 50px;
}
.player-list-item .info-wrap .career-box .career-list::-webkit-scrollbar-thumb {
  background-color: #D8D8D8;
  border: 2px solid #D8D8D8;
}
.player-list-item .info-wrap .career-box .career-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.player-list-item .info-wrap .career-box .career-list .career-list-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: #1D1D1D;
  flex-wrap: wrap;
  margin-right: 1rem;
}
.player-list-item .info-wrap .career-box .career-list .career-list-item .label {
  min-width: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.player-list-item .info-wrap .career-box .career-list .career-list-item .txt {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.player-list-item.headcoach-info {
  display: flex;
  height: 27rem;
}
.player-list-item.headcoach-info .img-wrap {
  height: 100%;
}
.player-list-item.headcoach-info .img-wrap img {
  object-position: 70%;
}
.player-list-item.headcoach-info .info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 2.4rem;
}
.player-list-item.headcoach-info .info-wrap .top-box {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  gap: 0.6rem;
}
.player-list-item.headcoach-info .info-wrap .bottom-box {
  border-top: 0;
  padding: 0;
}
.player-list-item.headcoach-career .info-wrap {
  padding: 2.4rem;
}
.player-list-item.headcoach-career .info-wrap .bottom-box {
  padding: 0;
  border-top: 0;
}
.player-list-item.headcoach-career .info-wrap .info-box .info-item .label {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
.player-list-item.headcoach-career .info-wrap .career-box {
  padding: 2.2rem 1rem 2.2rem 2.4rem;
  margin-top: 1.4rem;
}
.player-list-item.headcoach-career .info-wrap .career-box .career-list {
  gap: 0;
  height: 13.8rem;
}
.player-list-item.headcoach-career .info-wrap .career-box .career-list .career-list-item {
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #D8D8D8;
  margin-top: 0.6rem;
}
.player-list-item.headcoach-career .info-wrap .career-box .career-list .career-list-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: calc(1024px + 1px)) {
  .player-list-item.player {
    padding-bottom: 5.3rem;
  }
  .player-list-item.player .info-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateY(calc(100% - 5.2rem));
  }
  .player-list-item.player .info-wrap .info-box {
    height: 11rem;
  }
}
@media screen and (min-width: calc(1024px + 1px)) and (hover: hover) {
  .player-list-item.player:hover .img-wrap {
    z-index: 1;
  }
  .player-list-item.player:hover .img-wrap img {
    position: static;
  }
  .player-list-item.player:hover .info-wrap {
    transform: translateY(0);
    z-index: 3;
  }
  .player-list-item.player:hover .info-wrap .top-box .name-box .icon img.close {
    display: block;
  }
  .player-list-item.player:hover .info-wrap .top-box .name-box .icon img.open {
    display: none;
  }
  .player-list-item.player:hover::after {
    opacity: 1;
    z-index: 2;
  }
}
@media screen and (min-width: calc(1024px + 1px)) {
  .player-list-item.coach .info-wrap .info-box {
    min-height: 5.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .player-list-item .info-wrap .top-box {
    padding: 1rem 1.6rem;
  }
  .player-list-item .info-wrap .bottom-box {
    padding: 1.6rem;
  }
  .player-list-item .info-wrap .info-box {
    gap: 0.4rem;
  }
  .player-list-item .info-wrap .info-box .info-item .label {
    font-size: 1.3rem;
  }
  .player-list-item .info-wrap .info-box .info-item .txt {
    font-size: 1.3rem;
  }
  .player-list-item .info-wrap .career-box {
    margin-top: 1.6rem;
    padding: 1.6rem 0.6rem 1.6rem 1.6rem;
  }
  .player-list-item .info-wrap .career-box .career-list {
    height: 14.4rem;
    gap: 0.8rem;
  }
  .player-list-item .info-wrap .career-box .career-list .career-list-item {
    gap: 0.2rem;
    margin-right: 0.6rem;
  }
  .player-list-item .info-wrap .career-box .career-list .career-list-item .label {
    font-size: 1.3rem;
  }
  .player-list-item .info-wrap .career-box .career-list .career-list-item .txt {
    font-size: 1.3rem;
  }
  .player-list-item.player .info-wrap {
    position: static;
  }
  .player-list-item.player .info-wrap .top-box .name-box .num {
    margin-right: 0.2rem;
  }
  .player-list-item.player .info-wrap .top-box .name-box .icon {
    display: none;
  }
  .player-list-item.player .info-wrap .bottom-box {
    height: 0;
    border-top: 0;
    padding: 0;
  }
  .player-list-item.player .info-wrap .btn-box {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .player-list-item.player .info-wrap .btn-box .btn {
    min-height: auto;
    padding: 0;
    border: 0;
    height: 100%;
    background: none !important;
  }
  .player-list-item.player .info-wrap .btn-box .btn * {
    display: none;
  }
  .player-list-item.coach .info-wrap .info-box {
    min-height: 4.4rem;
  }
  .player-list-item.headcoach-info {
    height: 24rem;
  }
  .player-list-item.headcoach-info .img-wrap {
    width: 50%;
  }
  .player-list-item.headcoach-info .img-wrap img {
    width: auto;
  }
  .player-list-item.headcoach-info .info-wrap {
    padding: 1.6rem;
  }
  .player-list-item.headcoach-info .info-wrap .top-box {
    gap: 0.4rem;
  }
  .player-list-item.headcoach-info .info-wrap .info-box {
    gap: 0.6rem;
  }
  .player-list-item.headcoach-career .info-wrap {
    padding: 1.6rem;
  }
  .player-list-item.headcoach-career .info-wrap .career-box {
    padding: 1.6rem 0.6rem 1.6rem 1.6rem;
  }
  .player-list-item.headcoach-career .info-wrap .career-box .career-list {
    height: 12.6rem;
  }
}
@media screen and (max-width: 600px) {
  .player-list-item .info-wrap .top-box {
    padding: 0.6rem 1.6rem;
  }
  .player-list-item .info-wrap .top-box .name-box .name {
    font-size: 1.7rem;
  }
  .player-list-item .info-wrap .info-box .info-item .label {
    min-width: auto;
  }
  .player-list-item.headcoach-info {
    height: 20rem;
  }
}

.player-img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.player-img-wrap img {
  position: relative;
  display: block;
  height: 100%;
  z-index: 2;
}
.player-img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 1;
}

.player-detail-info .img-wrap {
  aspect-ratio: 1/1;
  border: 1px solid #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .player-detail-info .img-wrap {
    height: 52rem;
    width: 100%;
  }
  .player-detail-info .img-wrap img {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .player-detail-info .img-wrap {
    height: auto;
    width: 100%;
  }
  .player-detail-info .img-wrap img {
    width: 100%;
  }
}
.player-detail-info .info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.2rem;
  border: 1px solid #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
}
.player-detail-info .info-wrap .top-box {
  display: flex;
  justify-content: space-between;
}
.player-detail-info .info-wrap .name-box {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.player-detail-info .info-wrap .name-box .name {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.player-detail-info .info-wrap .position-box {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.player-detail-info .info-wrap .position-box .num {
  display: inline-flex;
  padding-right: 1.2rem;
  margin-right: 1.2rem;
  position: relative;
}
.player-detail-info .info-wrap .position-box .num::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6rem;
  transform: translateY(-50%);
}
.player-detail-info .info-wrap .position-box .position {
  color: #E81D21;
}
.player-detail-info .info-wrap .num-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: max(0.6rem, 0.41666vw);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.player-detail-info .info-wrap .info-box .info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.8rem;
  border-top: 1px solid #D8D8D8;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.player-detail-info .info-wrap .info-box .info-item:first-child {
  margin-top: 0;
  border-top: 0;
}
.player-detail-info .info-wrap .info-box .info-item .label {
  min-width: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.player-detail-info .info-wrap .info-box .info-item .txt {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .player-detail-info .info-wrap {
    padding: 2.4rem;
  }
  .player-detail-info .info-wrap .top-box {
    flex-wrap: wrap;
    gap: 0.6rem;
  }
  .player-detail-info .info-wrap .name-box {
    flex-wrap: wrap;
    gap: 0.6rem;
  }
  .player-detail-info .info-wrap .num-box {
    width: 6.2rem;
    height: 6.2rem;
    font-size: 2rem;
  }
  .player-detail-info .info-wrap .info-box {
    margin-top: 3.2rem;
  }
  .player-detail-info .info-wrap .info-box .info-item {
    flex-direction: column;
    gap: 0.4rem;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1024px) {
  .player-detail-career .table-container table colgroup col:first-child {
    width: 12rem;
  }
}

.player-detail-btn {
  display: flex;
  justify-content: center;
}

.player-slide-container {
  border-radius: max(0.6rem, 0.41666vw);
  border: 1px solid #D8D8D8;
}
.player-slide-container .arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.player-slide-container .arrow-btn svg path {
  fill: none;
}
.player-slide-container .arrow-btn.prev-btn {
  left: 3.2rem;
}
.player-slide-container .arrow-btn.next-btn {
  right: 3.2rem;
}
.player-slide-item .img-wrap {
  position: relative;
  aspect-ratio: 456/530;
}
.player-slide-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player-slide-item .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.player-slide-control {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 9;
}
.player-slide-control .btn-control-autoplay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  aspect-ratio: 1/1;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  position: relative;
}
.player-slide-control .btn-control-autoplay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.player-slide-control .btn-control-autoplay i.play {
  display: none;
}
.player-slide-control .btn-control-autoplay i.play svg {
  height: 1.5rem;
}
.player-slide-control.paused .btn-control-autoplay i.play {
  display: block;
}
.player-slide-control.paused .btn-control-autoplay i.pause {
  display: none;
}
.player-slide-pagination {
  position: relative;
  top: unset !important;
  bottom: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  padding: 0.5em 0.75em;
  border-radius: 1.5em;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-weight: 700;
  color: #C6C6C6;
}
.player-slide-pagination .current {
  color: #ffffff;
}
@keyframes slide-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .player-slide-container .arrow-btn {
    display: none;
  }
  .player-slide-control {
    gap: 0.6rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .player-slide-pagination {
    padding: 0.4615384615em 0.7692307692em;
    border-radius: 1.8461538462em;
    font-size: 1.3rem;
  }
}

.player-thumbnail-slide-container {
  margin-top: 3.2rem;
}
.player-thumbnail-slide-wrapper {
  justify-content: center;
  gap: 1.6rem;
}
.player-thumbnail-slide-item {
  width: 6.4rem;
}
.player-thumbnail-slide-item .img-wrap {
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
  aspect-ratio: 64/74;
  cursor: pointer;
  border: 1px solid #D8D8D8;
}
.player-thumbnail-slide-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player-thumbnail-slide-item .img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #007BAC;
  border-radius: 0.6rem;
  opacity: 0;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
.player-thumbnail-slide-item.swiper-slide-thumb-active .img-wrap::before {
  opacity: 1;
}
@media screen and (hover: hover) {
  .player-thumbnail-slide-item:hover .img-wrap::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .player-thumbnail-slide-container {
    margin-top: 2.4rem;
  }
}

.player-detail-record .record-item {
  border: 1px solid #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
}
.player-detail-record .record-item .tit-box {
  background-color: #29853D;
  color: #ffffff;
  text-align: center;
  padding: 0.9rem 0 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.player-detail-record .record-item .record-box {
  background-color: #ffffff;
  color: #29853D;
  text-align: center;
  padding: 2.5rem 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
@media screen and (max-width: 1024px) {
  .player-detail-record .record-item .tit-box {
    padding: 0.2rem 0;
  }
  .player-detail-record .record-item .record-box {
    padding: 1.7rem 0;
  }
}

[data-type=volley] .player-img-wrap::before {
  background-color: #FFB8B9;
}
[data-type=volley] .player-detail-info .info-wrap .position-box .num::after {
  background-color: #E81D21;
}
[data-type=volley] .player-detail-info .info-wrap .num-box {
  background-color: #E81D21;
}
[data-type=volley] .player-detail-gallery .player-slide-container {
  border: 0;
}
[data-type=volley] .player-slide-item .img-wrap {
  aspect-ratio: 340/255;
}
@media screen and (min-width: calc(1024px + 1px)) {
  [data-type=volley] .player-slide-container {
    border-radius: 0;
  }
  [data-type=volley] .player-slide-container .player-slide-wrapper {
    gap: 2rem;
    transform: none !important;
  }
  [data-type=volley] .player-slide-container .player-slide-item {
    max-width: 34rem;
    flex: 1;
    border-radius: max(0.6rem, 0.41666vw);
    overflow: hidden;
    border: 1px solid #D8D8D8;
  }
  [data-type=volley] .player-slide-container .arrow-btn {
    display: none;
  }
  [data-type=volley] .player-slide-control {
    display: none;
  }
}

[data-type=running] .player-img-wrap::before {
  background-color: #82FF9E;
}
[data-type=running] .player-list-item .info-wrap .top-box .position {
  color: #29853D;
}
[data-type=running] .player-detail-info .info-wrap .name-box {
  flex-direction: row;
}
[data-type=running] .player-detail-info .info-wrap .position-box .position {
  color: #29853D;
}

[data-type=rugby] .player-img-wrap::before {
  background-color: #99E2FF;
}
[data-type=rugby] .player-list-item .info-wrap .top-box .position {
  color: #007BAC;
}
[data-type=rugby] .player-detail-info .info-wrap .position-box .position {
  color: #007BAC;
}
[data-type=rugby] .player-detail-info .info-wrap .position-box .num::after {
  background-color: #007BAC;
}
[data-type=rugby] .player-detail-info .info-wrap .num-box {
  background-color: #007BAC;
}

.player-detail-container:not([data-type=volley]) .player-detail-info {
  display: flex;
  flex-direction: column;
}
.player-detail-container:not([data-type=volley]) .player-detail-info .img-wrap {
  aspect-ratio: 520/340;
}
.player-detail-container:not([data-type=volley]) .player-detail-info .img-wrap img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.player-detail-container:not([data-type=volley]) .player-detail-info .info-wrap {
  flex: 1;
  margin-top: 2rem;
}
.player-detail-container:not([data-type=volley]) .player-detail-info .info-wrap .name-box .name {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .player-detail-container:not([data-type=volley]) .player-detail-info .img-wrap {
    aspect-ratio: 1/1;
  }
  .player-detail-container:not([data-type=volley]) .player-detail-info .info-wrap .name-box {
    flex-direction: column;
  }
}
.player-detail-container:not([data-type=volley]) .player-detail-gallery {
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
  padding: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .player-detail-container:not([data-type=volley]) .player-detail-gallery {
    padding: 2.4rem;
  }
}

.sub-section[data-current-page=records] .records-volley-container .records-top-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-volley-container .records-top-banner {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-volley-container .records-top-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sub-section[data-current-page=records] .records-volley-container .records-top-banner .left {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-volley-container .records-top-banner .left {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
.sub-section[data-current-page=records] .records-volley-container .records-top-banner .left img {
  display: block;
  width: 9rem;
  height: 7rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-volley-container .records-top-banner .left img {
    width: 8rem;
    height: auto;
  }
}
.sub-section[data-current-page=records] .records-volley-container .records-top-banner .left .text .title {
  margin-bottom: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
.sub-section[data-current-page=records] .records-volley-container .records-top-banner .left .text .desc {
  color: #2D2D2D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-volley-container .records-top-banner .left .text .desc {
    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-volley-container .records-top-banner .right {
    width: 100%;
  }
  .sub-section[data-current-page=records] .records-volley-container .records-top-banner .right .btn {
    display: flex;
  }
}
.sub-section[data-current-page=records] .records-volley-container .dropbox-wrap {
  width: 22rem;
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=records] .records-volley-container .dropbox-wrap {
    width: 100%;
  }
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .row {
  column-gap: 1.6rem;
  row-gap: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-volley-container .records-play-list .row {
    row-gap: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-section[data-current-page=records] .records-volley-container .records-play-list .row {
    grid-template-columns: none;
  }
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box {
  padding: 2.4rem;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .top {
  padding-bottom: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .top {
    padding-bottom: 1rem;
  }
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .top .date {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .top .date {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .top .date {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .top .date {
    font-size: 2.1rem;
  }
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .top .date b {
  color: #0045C9;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .top .ground {
  margin-top: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .emblem {
  width: 8.8rem;
  height: 6rem;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .emblem.volley {
  background: url("/assets/sports/images/pages/volley/records/records_emblem_volley.png") no-repeat top center/100% auto;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .emblem.wooriwon {
  background: url("/assets/sports/images/pages/volley/records/records_emblem_wooriwon.png") no-repeat top center/100% auto;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .emblem.skywalkers {
  background: url("/assets/sports/images/pages/volley/records/records_emblem_skywalkers.png") no-repeat top center/100% auto;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .emblem.okman {
  background: url("/assets/sports/images/pages/volley/records/records_emblem_okman.png") no-repeat top center/100% auto;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .emblem.kbstars {
  background: url("/assets/sports/images/pages/volley/records/records_emblem_kbstars.png") no-repeat top center/100% auto;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .emblem.jumbos {
  background: url("/assets/sports/images/pages/volley/records/records_emblem_jumbos.png") no-repeat top center/100% auto;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .emblem.bluefangs {
  background: url("/assets/sports/images/pages/volley/records/records_emblem_bluefangs.png") no-repeat top center/100% auto;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .team-name {
  margin-top: 0.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .team-name {
    margin-top: 0.4rem;
  }
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .score {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  color: #8E8E8E;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .score {
  font-size: 3.2rem;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .bottom .score .score-num.win {
  color: #E81D21;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .play-state {
  text-align: center;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .play-state .state {
  display: inline-block;
  padding: 0.2rem 1rem;
  border-radius: 10rem;
  border: 1px solid #8E8E8E;
  color: #8E8E8E;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.sub-section[data-current-page=records] .records-volley-container .records-play-list .play-box .play-state .state.end {
  border: 1px solid #E81D21;
  color: #E81D21;
}
.sub-section[data-current-page=records] .records-running-container .dropbox-wrap,
.sub-section[data-current-page=records] .records-rugby-container .dropbox-wrap {
  width: 22rem;
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=records] .records-running-container .dropbox-wrap,
  .sub-section[data-current-page=records] .records-rugby-container .dropbox-wrap {
    width: 100%;
  }
}
.sub-section[data-current-page=records] .records-running-container .list-container,
.sub-section[data-current-page=records] .records-rugby-container .list-container {
  padding: 1rem 4rem 2rem 4rem;
  border-radius: max(1rem, 0.625vw);
  border: 1px solid #D8D8D8;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .list-container,
  .sub-section[data-current-page=records] .records-rugby-container .list-container {
    padding: 1.2rem 2rem;
  }
}
.sub-section[data-current-page=records] .records-running-container .list-head,
.sub-section[data-current-page=records] .records-running-container .item-top,
.sub-section[data-current-page=records] .records-rugby-container .list-head,
.sub-section[data-current-page=records] .records-rugby-container .item-top {
  display: grid;
  grid-template-columns: 100px 1fr 180px 200px 120px;
  align-items: center;
}
.sub-section[data-current-page=records] .records-running-container .list-head,
.sub-section[data-current-page=records] .records-rugby-container .list-head {
  border-bottom: 1px solid #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .list-head,
  .sub-section[data-current-page=records] .records-rugby-container .list-head {
    display: none;
  }
}
.sub-section[data-current-page=records] .records-running-container .list-head .col,
.sub-section[data-current-page=records] .records-rugby-container .list-head .col {
  padding: 1.6rem;
  text-align: center;
}
.sub-section[data-current-page=records] .records-running-container .item,
.sub-section[data-current-page=records] .records-rugby-container .item {
  border-top: 1px solid #E4E4E4;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .item,
  .sub-section[data-current-page=records] .records-rugby-container .item {
    padding-bottom: 2.4rem;
  }
}
.sub-section[data-current-page=records] .records-running-container .item:first-child,
.sub-section[data-current-page=records] .records-rugby-container .item:first-child {
  border-top: 0;
}
.sub-section[data-current-page=records] .records-running-container .item.open .status-icon svg,
.sub-section[data-current-page=records] .records-rugby-container .item.open .status-icon svg {
  transform: rotate(180deg);
}
.sub-section[data-current-page=records] .records-running-container .item-top,
.sub-section[data-current-page=records] .records-rugby-container .item-top {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .item-top,
  .sub-section[data-current-page=records] .records-rugby-container .item-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.sub-section[data-current-page=records] .records-running-container .item-top .col,
.sub-section[data-current-page=records] .records-rugby-container .item-top .col {
  text-align: center;
}
.sub-section[data-current-page=records] .records-running-container .item-top .col:not(.status),
.sub-section[data-current-page=records] .records-rugby-container .item-top .col:not(.status) {
  padding: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .item-top .col:not(.status),
  .sub-section[data-current-page=records] .records-rugby-container .item-top .col:not(.status) {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0;
  }
  .sub-section[data-current-page=records] .records-running-container .item-top .col:not(.status)::before,
  .sub-section[data-current-page=records] .records-rugby-container .item-top .col:not(.status)::before {
    content: attr(aria-label);
    text-wrap: nowrap;
    font-weight: 700;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .item-top .col:not(.name),
  .sub-section[data-current-page=records] .records-rugby-container .item-top .col:not(.name) {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.sub-section[data-current-page=records] .records-running-container .item-top .col.name,
.sub-section[data-current-page=records] .records-rugby-container .item-top .col.name {
  text-align: left;
  gap: 0;
  padding: 2.4rem 0 2rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .item-top .col.name,
  .sub-section[data-current-page=records] .records-rugby-container .item-top .col.name {
    order: 1;
  }
}
.sub-section[data-current-page=records] .records-running-container .item-top .col.status,
.sub-section[data-current-page=records] .records-rugby-container .item-top .col.status {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .item-top .col.status,
  .sub-section[data-current-page=records] .records-rugby-container .item-top .col.status {
    order: 5;
    width: 100%;
    margin-top: 2rem;
  }
}
.sub-section[data-current-page=records] .records-running-container .item-top .status-button,
.sub-section[data-current-page=records] .records-rugby-container .item-top .status-button {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0.2rem 0.4rem 0.2rem 1rem;
  border-radius: 10rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .item-top .status-button,
  .sub-section[data-current-page=records] .records-rugby-container .item-top .status-button {
    width: 100%;
    justify-content: center;
    padding: 0.8rem 0;
  }
}
.sub-section[data-current-page=records] .records-running-container .item-top .status-button .status-icon,
.sub-section[data-current-page=records] .records-rugby-container .item-top .status-button .status-icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .item-top .status-button .status-icon,
  .sub-section[data-current-page=records] .records-rugby-container .item-top .status-button .status-icon {
    width: 2rem;
    height: 2rem;
  }
}
.sub-section[data-current-page=records] .records-running-container .item-top .status-button .status-icon svg,
.sub-section[data-current-page=records] .records-rugby-container .item-top .status-button .status-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease 0.3s;
}
.sub-section[data-current-page=records] .records-running-container .item-bottom,
.sub-section[data-current-page=records] .records-rugby-container .item-bottom {
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .item-bottom .table-container,
  .sub-section[data-current-page=records] .records-rugby-container .item-bottom .table-container {
    margin-top: 2rem;
  }
}
.sub-section[data-current-page=records] .records-running-container .item-bottom table,
.sub-section[data-current-page=records] .records-rugby-container .item-bottom table {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}
@media screen and (min-width: 1025px) {
  .sub-section[data-current-page=records] .records-running-container .item-bottom table,
  .sub-section[data-current-page=records] .records-rugby-container .item-bottom table {
    border-bottom: 0;
  }
}
.sub-section[data-current-page=records] .list-no-result {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.67em 0;
  color: #555555;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=records] .list-no-result {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 600px) and (max-width: 1440px) {
  .sub-section[data-current-page=records] .list-no-result {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 600px) and (max-width: 1024px) {
  .sub-section[data-current-page=records] .list-no-result {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .sub-section[data-current-page=records] .list-no-result {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .col.type {
    order: 2;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .col.location {
    order: 3;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-running-container .col.date {
    order: 4;
  }
}
.sub-section[data-current-page=records] .records-running-container .status-button {
  border: 1px solid #29853D;
  color: #29853D;
}
.sub-section[data-current-page=records] .records-running-container .status-button svg path {
  stroke: #29853D;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-rugby-container .col.type {
    order: 2;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-rugby-container .col.date {
    order: 3;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-rugby-container .col.location {
    order: 4;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=records] .records-rugby-container table {
    width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=records] .records-rugby-container table td:nth-child(2), .sub-section[data-current-page=records] .records-rugby-container table td:nth-child(3) {
    white-space: pre;
  }
}
.sub-section[data-current-page=records] .records-rugby-container .status-button {
  border: 1px solid #007BAC;
  color: #007BAC;
}
.sub-section[data-current-page=records] .records-rugby-container .status-button svg path {
  stroke: #007BAC;
}

.sub-section[data-current-page=orgchart] .orgchart-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.4rem;
  column-gap: 1.6rem;
  padding-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=orgchart] .orgchart-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=orgchart] .orgchart-list {
    row-gap: 1.6rem;
  }
}
.sub-section[data-current-page=orgchart] .orgchart-list .orgchart-item {
  border: 1px solid #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
}
.sub-section[data-current-page=orgchart] .orgchart-list .orgchart-item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem;
  background-color: #ffffff;
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=orgchart] .orgchart-list .orgchart-item .top {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=orgchart] .orgchart-list .orgchart-item .top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.6rem;
    padding: 1.6rem;
  }
}
.sub-section[data-current-page=orgchart] .orgchart-list .orgchart-item .top .rank {
  color: #717171;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=orgchart] .orgchart-list .orgchart-item .top .name {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.sub-section[data-current-page=orgchart] .orgchart-list .orgchart-item .img {
  position: relative;
  width: 100%;
  height: 34.2rem;
  background: url("/assets/sports/images/pages/common/esg_directors_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=orgchart] .orgchart-list .orgchart-item .img {
    height: 27.1rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=orgchart] .orgchart-list .orgchart-item .img {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.sub-section[data-current-page=orgchart] .orgchart-list .orgchart-item .img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper {
  margin-top: 0;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component {
  align-items: flex-start;
  padding: clamp(5.6rem, 38px + 2.1875vmax, 8rem) 0;
  color: #2D2D2D;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .tit-box {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  max-width: 30rem;
  flex: 1;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .tit-box .tit {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box {
  flex: 1;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .item-tit {
  display: flex;
  gap: 1.2rem;
  padding: 0.5rem 0;
  margin-bottom: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .item-tit {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .item-tit {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .item-tit {
    font-size: 2.1rem;
  }
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .item-tit.has-num {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .item-tit.has-num .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  color: #ffffff;
  background-color: #EB7B27;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .txt-item:not(:first-child) {
  margin-top: 5.6rem;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .txt-item .dot-txt-list .dot-txt {
  color: #717171;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .txt-item .dot-txt-list .dot-txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .txt-item .dot-txt-list .dot-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .txt-item .dot-txt-list .dot-txt {
    font-size: 1.6rem;
  }
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .txt-item .caption-txt {
  padding-top: 2.4rem;
  color: #8E8E8E;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .link-box {
  display: flex;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .link-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 6rem;
  border-radius: 0.6rem;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .link-box a.kakao {
  background-color: #FAE200;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .link-box a.kakao img {
  height: 3rem;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .link-box a.naver {
  background-color: #03C75A;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .link-box a.naver img {
  height: 2.8rem;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .link-box a.tmap {
  border: 1px solid #D8D8D8;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .link-box a.tmap img {
  height: 2.2rem;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
.sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .tit-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .tit-box .icon img {
    width: 3.775rem;
  }
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box {
    width: 100%;
  }
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .item-tit {
    gap: 0.8rem;
    margin-bottom: 1.2rem;
  }
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .item-tit.has-num {
    margin-bottom: 1.2rem;
  }
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .item-tit.has-num .num {
    width: 2.4rem;
    height: 2.4rem;
  }
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .txt-box .txt-item:not(:first-child) {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .link-box {
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .link-box a {
    height: 5.6rem;
  }
  .sub-section[data-current-page=orgchart] .transport-info-wrapper .location-component .link-box a img {
    height: 1.8rem !important;
  }
}

.sub-section[data-current-page=location] .sub-component .sub-component-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.sub-section[data-current-page=location] .sub-component .sub-component-title.intro-title {
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
}
.sub-section[data-current-page=location] .sub-component .sub-component-txt {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=location] .sub-component .sub-component-txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .sub-component .sub-component-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=location] .sub-component .sub-component-txt {
    font-size: 1.6rem;
  }
}
.sub-section[data-current-page=location] .exhibition-slide-container {
  border-radius: max(0.6rem, 0.41666vw);
}
.sub-section[data-current-page=location] .exhibition-slide-container .arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.sub-section[data-current-page=location] .exhibition-slide-container .arrow-btn svg path {
  fill: none;
}
.sub-section[data-current-page=location] .exhibition-slide-container .arrow-btn.prev-btn {
  left: 4.8rem;
}
.sub-section[data-current-page=location] .exhibition-slide-container .arrow-btn.next-btn {
  right: 4.8rem;
}
.sub-section[data-current-page=location] .exhibition-slide-item .img-wrap {
  aspect-ratio: 1060/596;
}
.sub-section[data-current-page=location] .exhibition-slide-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-section[data-current-page=location] .exhibition-slide-control {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.sub-section[data-current-page=location] .exhibition-slide-control .btn-control-autoplay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  aspect-ratio: 1/1;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}
.sub-section[data-current-page=location] .exhibition-slide-pagination {
  display: flex;
  position: relative;
  top: unset !important;
  bottom: unset !important;
}
.sub-section[data-current-page=location] .exhibition-slide-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: width 0.3s;
}
.sub-section[data-current-page=location] .exhibition-slide-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  background-color: #ffffff;
}
.sub-section[data-current-page=location] .exhibition-slide-pagination .swiper-pagination-bullet-active {
  width: 4rem;
}
.sub-section[data-current-page=location] .exhibition-slide-pagination .swiper-pagination-bullet-active::before {
  transform: translateX(var(--autoplay-per, 100%));
}
@keyframes slide-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .exhibition-slide-container .arrow-btn {
    display: none;
  }
  .sub-section[data-current-page=location] .exhibition-slide-control {
    gap: 0.6rem;
    bottom: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=location] .exhibition-slide-control {
    gap: 0.6rem;
    bottom: 0.8rem;
  }
  .sub-section[data-current-page=location] .exhibition-slide-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0 3px;
  }
  .sub-section[data-current-page=location] .exhibition-slide-pagination .swiper-pagination-bullet-active {
    width: 3.2rem;
  }
}
.sub-section[data-current-page=location] .exhibition-thumbnail-slide-container {
  margin-top: 2rem;
}
.sub-section[data-current-page=location] .exhibition-thumbnail-slide-wrapper {
  justify-content: center;
  gap: 2rem;
}
.sub-section[data-current-page=location] .exhibition-thumbnail-slide-item {
  max-width: 16rem;
  width: auto;
  flex: 1;
}
.sub-section[data-current-page=location] .exhibition-thumbnail-slide-item .img-wrap {
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
  aspect-ratio: 160/90;
  cursor: pointer;
}
.sub-section[data-current-page=location] .exhibition-thumbnail-slide-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-section[data-current-page=location] .exhibition-thumbnail-slide-item .img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #0045C9;
  border-radius: 0.6rem;
  opacity: 0;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
.sub-section[data-current-page=location] .exhibition-thumbnail-slide-item.swiper-slide-thumb-active .img-wrap::before {
  opacity: 1;
}
@media screen and (hover: hover) {
  .sub-section[data-current-page=location] .exhibition-thumbnail-slide-item:hover .img-wrap::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .exhibition-thumbnail-slide-container {
    margin-top: clamp(1.6rem, 2.08333vmax, 4rem);
  }
  .sub-section[data-current-page=location] .exhibition-thumbnail-slide-wrapper {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=location] .exhibition-thumbnail-slide-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .sub-section[data-current-page=location] .exhibition-thumbnail-slide-item {
    width: 100%;
    max-width: none;
  }
}
.sub-section[data-current-page=location] .exhibition-slide-con {
  padding-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .exhibition-table-container table colgroup col:first-child {
    width: 14.8rem;
  }
  .sub-section[data-current-page=location] .exhibition-table-container table br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=location] .exhibition-table-container table colgroup col:first-child {
    width: 12rem;
  }
}
.sub-section[data-current-page=location] .exhibition-slide-con {
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.sub-section[data-current-page=location] .exhibition-slide-con.volley-slide .exhibition-thumbnail-slide-item .img-wrap:before {
  border: 4px solid #E81D21;
}
.sub-section[data-current-page=location] .exhibition-slide-con.running-slide .exhibition-thumbnail-slide-item .img-wrap:before {
  border: 4px solid #1A8732;
}
.sub-section[data-current-page=location] .exhibition-slide-con.rugby-slide .exhibition-thumbnail-slide-item .img-wrap:before {
  border: 4px solid #1A8732;
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container {
  border: 1px solid #D8D8D8;
  border-radius: max(1rem, 0.625vw);
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .map-content .map-script-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  height: 550px;
  border-radius: max(1rem, 0.625vw) max(1rem, 0.625vw) 0 0;
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .map-content .map-script-wrapper .map-script-con {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1060px;
  height: 100%;
  transform: translate(-50%, -50%);
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .map-content .map_border {
  border: none;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .map-content .map-script-wrapper {
    height: 365px;
  }
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .map-content .map-script-wrapper .map-script-con {
    height: 550px;
  }
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .map-content .map-script-wrapper .root_daum_roughmap {
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .map-content .map-script-wrapper {
    height: 250px;
  }
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content {
  border-top: 1px solid #D8D8D8;
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .inner {
  display: flex;
  justify-content: space-between;
  padding: 4rem;
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info-tel-fax-wrapper {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info-tel-fax-wrapper {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info-tel-fax-wrapper .line {
  position: relative;
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info-tel-fax-wrapper .line:after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 13px;
  top: 25%;
  right: 0;
  z-index: 1;
  background-color: #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info-tel-fax-wrapper .line {
    display: none;
  }
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #2D2D2D;
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .label {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .label {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .label {
    font-size: 1.8rem;
  }
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .txt {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .txt {
    font-size: 1.8rem;
  }
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .txt .icon {
  display: inline-flex;
}
.sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .txt .icon img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .inner {
    padding: 2rem;
  }
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info {
    gap: 0.4rem;
  }
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .txt {
    gap: 0.4rem;
    width: 100%;
    justify-content: space-between;
  }
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .txt .icon img {
    width: 2.4rem;
  }
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info.tel {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .inner {
    flex-direction: column;
    gap: 1.2rem;
    padding: 2.4rem;
  }
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .sub-section[data-current-page=location] .location-info-wrapper .map-container .info-content .info .txt {
    align-items: flex-end;
  }
}
.sub-section[data-current-page=location] .transport-info-wrapper {
  margin-top: 0;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component {
  align-items: flex-start;
  padding: clamp(5.6rem, 38px + 2.1875vmax, 8rem) 0;
  color: #2D2D2D;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .tit-box {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  max-width: 30rem;
  flex: 1;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .tit-box .tit {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box {
  flex: 1;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .item-tit {
  display: block;
  margin-bottom: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .item-tit {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .item-tit {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .item-tit {
    font-size: 2.1rem;
  }
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .item-tit.has-num {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .item-tit.has-num .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  color: #ffffff;
  background-color: #EB7B27;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .txt-item:not(:first-child) {
  margin-top: 5.6rem;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .txt-item .dot-txt-list .dot-txt {
  color: #717171;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .txt-item .dot-txt-list .dot-txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .txt-item .dot-txt-list .dot-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .txt-item .dot-txt-list .dot-txt {
    font-size: 1.6rem;
  }
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .txt-item .caption-txt {
  padding-top: 2.4rem;
  color: #8E8E8E;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .link-box {
  display: flex;
  gap: 1.6rem;
  margin-top: 5.6rem;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .link-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 6rem;
  border-radius: 0.6rem;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .link-box a.kakao {
  background-color: #FAE200;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .link-box a.kakao img {
  height: 3rem;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .link-box a.naver {
  background-color: #03C75A;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .link-box a.naver img {
  height: 2.8rem;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .link-box a.tmap {
  border: 1px solid #D8D8D8;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component .link-box a.tmap img {
  height: 2.2rem;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
.sub-section[data-current-page=location] .transport-info-wrapper .location-component:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .tit-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .tit-box .icon img {
    width: 3.775rem;
  }
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box {
    width: 100%;
  }
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .item-tit {
    margin-bottom: 1.7rem;
  }
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .item-tit.has-num {
    margin-bottom: 1.2rem;
  }
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .item-tit.has-num .num {
    width: 2.4rem;
    height: 2.4rem;
  }
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .txt-item:not(:first-child) {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .txt-box .txt-item:not(:first-child) {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .link-box {
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .link-box a {
    height: 5.6rem;
  }
  .sub-section[data-current-page=location] .transport-info-wrapper .location-component .link-box a img {
    height: 1.8rem !important;
  }
}

.sub-section[data-current-page=termsofuse] p,
.sub-section[data-current-page=legalnotice] p {
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=termsofuse] p,
  .sub-section[data-current-page=legalnotice] p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=termsofuse] p,
  .sub-section[data-current-page=legalnotice] p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=termsofuse] p,
  .sub-section[data-current-page=legalnotice] p {
    font-size: 1.6rem;
  }
}
.sub-section[data-current-page=termsofuse] .num-list,
.sub-section[data-current-page=legalnotice] .num-list {
  counter-reset: number 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=termsofuse] .num-list,
  .sub-section[data-current-page=legalnotice] .num-list {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=termsofuse] .num-list,
  .sub-section[data-current-page=legalnotice] .num-list {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=termsofuse] .num-list,
  .sub-section[data-current-page=legalnotice] .num-list {
    font-size: 1.6rem;
  }
}
.sub-section[data-current-page=termsofuse] .num-list > li,
.sub-section[data-current-page=legalnotice] .num-list > li {
  position: relative;
  padding-left: 2.4rem;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=termsofuse] .num-list > li,
  .sub-section[data-current-page=legalnotice] .num-list > li {
    padding-left: 2.2rem;
  }
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=number] > li,
.sub-section[data-current-page=legalnotice] .num-list[data-type=number] > li {
  margin-bottom: 0.4rem;
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=number] > li:last-child,
.sub-section[data-current-page=legalnotice] .num-list[data-type=number] > li:last-child {
  margin-bottom: 0;
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=number] > li::before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=number] > li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  font-size: 1em;
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=number] a,
.sub-section[data-current-page=legalnotice] .num-list[data-type=number] a {
  display: inline;
  text-decoration: underline;
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle],
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] {
  counter-reset: steps;
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li {
  position: relative;
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  padding-left: 2.4rem;
  counter-increment: steps;
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:last-child,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:last-child {
  margin-bottom: 0;
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(0):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(0):before {
  content: "⓪";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(1):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(1):before {
  content: "①";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(2):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(2):before {
  content: "②";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(3):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(3):before {
  content: "③";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(4):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(4):before {
  content: "④";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(5):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(5):before {
  content: "⑤";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(6):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(6):before {
  content: "⑥";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(7):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(7):before {
  content: "⑦";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(8):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(8):before {
  content: "⑧";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(9):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(9):before {
  content: "⑨";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(10):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(10):before {
  content: "⑩";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(11):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(11):before {
  content: "⑪";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(12):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(12):before {
  content: "⑫";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(13):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(13):before {
  content: "⑬";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(14):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(14):before {
  content: "⑭";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(15):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(15):before {
  content: "⑮";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(16):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(16):before {
  content: "⑯";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(17):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(17):before {
  content: "⑰";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(18):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(18):before {
  content: "⑱";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(19):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(19):before {
  content: "⑲";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li:nth-child(20):before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li:nth-child(20):before {
  content: "⑳";
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] > li[data-num]::before,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] > li[data-num]::before {
  content: attr(data-num); /* 각 li에 data-index 값을 표시 */
}
.sub-section[data-current-page=termsofuse] .num-list[data-type=circle] a,
.sub-section[data-current-page=legalnotice] .num-list[data-type=circle] a {
  display: inline;
  text-decoration: underline;
}
.sub-section[data-current-page=termsofuse] .terms-section,
.sub-section[data-current-page=legalnotice] .terms-section {
  margin-bottom: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
  color: #555555;
}
.sub-section[data-current-page=termsofuse] .terms-section p,
.sub-section[data-current-page=legalnotice] .terms-section p {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=termsofuse] .terms-section p,
  .sub-section[data-current-page=legalnotice] .terms-section p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=termsofuse] .terms-section p,
  .sub-section[data-current-page=legalnotice] .terms-section p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=termsofuse] .terms-section p,
  .sub-section[data-current-page=legalnotice] .terms-section p {
    font-size: 1.6rem;
  }
}
.sub-section[data-current-page=termsofuse] .terms-title,
.sub-section[data-current-page=legalnotice] .terms-title {
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.sub-section[data-current-page=termsofuse] .terms-title[data-type=xl],
.sub-section[data-current-page=legalnotice] .terms-title[data-type=xl] {
  margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
  color: #0045C9;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
.sub-section[data-current-page=termsofuse] .indent-2,
.sub-section[data-current-page=legalnotice] .indent-2 {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=termsofuse] .indent-2-pl,
.sub-section[data-current-page=legalnotice] .indent-2-pl {
  padding-left: 2.4rem;
}
.sub-section[data-current-page=termsofuse] .mt-4,
.sub-section[data-current-page=legalnotice] .mt-4 {
  margin-top: 0.4rem;
}
.sub-section[data-current-page=termsofuse] .mt-8,
.sub-section[data-current-page=legalnotice] .mt-8 {
  margin-top: 0.8rem;
}
.sub-section[data-current-page=termsofuse] .mt-16,
.sub-section[data-current-page=legalnotice] .mt-16 {
  margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
}
.sub-section[data-current-page=termsofuse] .mt-24,
.sub-section[data-current-page=legalnotice] .mt-24 {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
.sub-section[data-current-page=termsofuse] .mt-32,
.sub-section[data-current-page=legalnotice] .mt-32 {
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.sub-section[data-current-page=termsofuse] .mb-4,
.sub-section[data-current-page=legalnotice] .mb-4 {
  margin-bottom: 0.4rem;
}
.sub-section[data-current-page=termsofuse] .mb-8,
.sub-section[data-current-page=legalnotice] .mb-8 {
  margin-bottom: 0.8rem;
}
.sub-section[data-current-page=termsofuse] .mb-16,
.sub-section[data-current-page=legalnotice] .mb-16 {
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
}
.sub-section[data-current-page=termsofuse] .mb-24,
.sub-section[data-current-page=legalnotice] .mb-24 {
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
.sub-section[data-current-page=termsofuse] .mb-32,
.sub-section[data-current-page=legalnotice] .mb-32 {
  margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}

.logout-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  /* 대표홈페이지 버튼 스타일 */
}
.logout-popup-container.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.logout-popup-container .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.logout-popup-container .logout-popup-dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.logout-popup-container .logout-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70.4rem;
  padding: 4rem;
  background-color: #ffffff;
  border-radius: max(0.6rem, 0.41666vw);
}
.logout-popup-container .logout-popup svg {
  width: 3rem;
  height: 3rem;
}
.logout-popup-container .logout-popup .tit {
  margin-top: 0.8rem;
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  .logout-popup-container .logout-popup .tit {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .logout-popup-container .logout-popup .tit {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .logout-popup-container .logout-popup .tit {
    font-size: 2.1rem;
  }
}
.logout-popup-container .logout-popup .txt-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
  padding-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .logout-popup-container .logout-popup .txt-wrap {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .logout-popup-container .logout-popup .txt-wrap {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .logout-popup-container .logout-popup .txt-wrap {
    font-size: 1.6rem;
  }
}
.logout-popup-container .logout-popup .txt-wrap .sub-txt {
  color: #1D1D1D;
}
.logout-popup-container .logout-popup .txt-wrap .time {
  color: #0053F2;
  font-weight: 700;
}
.logout-popup-container .logout-popup .notice {
  width: 100%;
  padding: 2.4rem;
  background-color: #F8F8F8;
  border-radius: 0.6rem;
}
.logout-popup-container .logout-popup .btn-wrap {
  display: flex;
  gap: 0.8rem;
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .logout-popup-container .container-box-xl {
    width: 100%;
  }
  .logout-popup-container .logout-popup {
    width: 100%;
    padding: 3.6rem;
  }
  .logout-popup-container .logout-popup svg {
    width: 2.8rem;
    height: 2.8rem;
  }
  .logout-popup-container .logout-popup .notice {
    padding: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .logout-popup-container .logout-popup {
    padding: 2.4rem;
  }
  .logout-popup-container .logout-popup svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.logout-popup-container a[class=btn],
.logout-popup-container button[class=btn],
.logout-popup-container .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  isolation: isolate;
  border-radius: 0.6rem;
}
.logout-popup-container a[class=btn][data-size=l],
.logout-popup-container button[class=btn][data-size=l],
.logout-popup-container .btn[data-size=l] {
  gap: 0.2105263158em;
  padding: 0.6315789474em 1.0526315789em;
  min-height: 5.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .logout-popup-container a[class=btn][data-size=l],
  .logout-popup-container button[class=btn][data-size=l],
  .logout-popup-container .btn[data-size=l] {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .logout-popup-container a[class=btn][data-size=l],
  .logout-popup-container button[class=btn][data-size=l],
  .logout-popup-container .btn[data-size=l] {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .logout-popup-container a[class=btn][data-size=l],
  .logout-popup-container button[class=btn][data-size=l],
  .logout-popup-container .btn[data-size=l] {
    font-size: 1.8rem;
  }
}
.logout-popup-container a[class=btn][data-size=l] i,
.logout-popup-container button[class=btn][data-size=l] i,
.logout-popup-container .btn[data-size=l] i {
  width: 1.2631578947em;
  height: 1.2631578947em;
}
.logout-popup-container a[class=btn][data-size=l] i[data-type=only-news],
.logout-popup-container button[class=btn][data-size=l] i[data-type=only-news],
.logout-popup-container .btn[data-size=l] i[data-type=only-news] {
  width: 0.9473684211em;
  height: 0.9473684211em;
}
.logout-popup-container a[class=btn][data-size=l][data-type=only-icon],
.logout-popup-container button[class=btn][data-size=l][data-type=only-icon],
.logout-popup-container .btn[data-size=l][data-type=only-icon] {
  padding-right: 0;
  padding-left: 0;
  width: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .logout-popup-container a[class=btn][data-size=l]:not([data-fixed]),
  .logout-popup-container button[class=btn][data-size=l]:not([data-fixed]),
  .logout-popup-container .btn[data-size=l]:not([data-fixed]) {
    gap: 0.2352941176em;
    padding: 0.5882352941em 0.9411764706em;
    min-height: 4.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  .logout-popup-container a[class=btn][data-size=l]:not([data-fixed]),
  .logout-popup-container button[class=btn][data-size=l]:not([data-fixed]),
  .logout-popup-container .btn[data-size=l]:not([data-fixed]) {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .logout-popup-container a[class=btn][data-size=l]:not([data-fixed]),
  .logout-popup-container button[class=btn][data-size=l]:not([data-fixed]),
  .logout-popup-container .btn[data-size=l]:not([data-fixed]) {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .logout-popup-container a[class=btn][data-size=l]:not([data-fixed]),
  .logout-popup-container button[class=btn][data-size=l]:not([data-fixed]),
  .logout-popup-container .btn[data-size=l]:not([data-fixed]) {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .logout-popup-container a[class=btn][data-size=l]:not([data-fixed]) i,
  .logout-popup-container button[class=btn][data-size=l]:not([data-fixed]) i,
  .logout-popup-container .btn[data-size=l]:not([data-fixed]) i {
    width: 1.1764705882em;
    height: 1.1764705882em;
  }
  .logout-popup-container a[class=btn][data-size=l]:not([data-fixed])[data-type=only-icon],
  .logout-popup-container button[class=btn][data-size=l]:not([data-fixed])[data-type=only-icon],
  .logout-popup-container .btn[data-size=l]:not([data-fixed])[data-type=only-icon] {
    padding-right: 0;
    padding-left: 0;
    width: 4.8rem;
  }
}
.logout-popup-container a[class=btn][data-size=m],
.logout-popup-container button[class=btn][data-size=m],
.logout-popup-container .btn[data-size=m] {
  gap: 0.2352941176em;
  padding: 0.5882352941em 0.9411764706em;
  min-height: 4.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .logout-popup-container a[class=btn][data-size=m],
  .logout-popup-container button[class=btn][data-size=m],
  .logout-popup-container .btn[data-size=m] {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .logout-popup-container a[class=btn][data-size=m],
  .logout-popup-container button[class=btn][data-size=m],
  .logout-popup-container .btn[data-size=m] {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .logout-popup-container a[class=btn][data-size=m],
  .logout-popup-container button[class=btn][data-size=m],
  .logout-popup-container .btn[data-size=m] {
    font-size: 1.6rem;
  }
}
.logout-popup-container a[class=btn][data-size=m] i,
.logout-popup-container button[class=btn][data-size=m] i,
.logout-popup-container .btn[data-size=m] i {
  width: 1.1764705882em;
  height: 1.1764705882em;
}
.logout-popup-container a[class=btn][data-size=m][data-type=only-icon],
.logout-popup-container button[class=btn][data-size=m][data-type=only-icon],
.logout-popup-container .btn[data-size=m][data-type=only-icon] {
  padding-right: 0;
  padding-left: 0;
  width: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .logout-popup-container a[class=btn][data-size=m]:not([data-fixed]),
  .logout-popup-container button[class=btn][data-size=m]:not([data-fixed]),
  .logout-popup-container .btn[data-size=m]:not([data-fixed]) {
    gap: 0.2666666667em;
    padding: 0.5333333333em 1.0666666667em;
    min-height: 4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .logout-popup-container a[class=btn][data-size=m]:not([data-fixed]) i,
  .logout-popup-container button[class=btn][data-size=m]:not([data-fixed]) i,
  .logout-popup-container .btn[data-size=m]:not([data-fixed]) i {
    width: 1.0666666667em;
    height: 1.0666666667em;
  }
  .logout-popup-container a[class=btn][data-size=m]:not([data-fixed])[data-type=only-icon],
  .logout-popup-container button[class=btn][data-size=m]:not([data-fixed])[data-type=only-icon],
  .logout-popup-container .btn[data-size=m]:not([data-fixed])[data-type=only-icon] {
    padding-right: 0;
    padding-left: 0;
    width: 4rem;
  }
}
.logout-popup-container a[class=btn][data-color=fill-blue-50],
.logout-popup-container button[class=btn][data-color=fill-blue-50],
.logout-popup-container .btn[data-color=fill-blue-50] {
  background-color: #0045C9;
  color: #ffffff;
}
.logout-popup-container a[class=btn][data-color=fill-blue-50] i path,
.logout-popup-container button[class=btn][data-color=fill-blue-50] i path,
.logout-popup-container .btn[data-color=fill-blue-50] i path {
  fill: #ffffff;
}
@media screen and (hover: hover) {
  .logout-popup-container a[class=btn][data-color=fill-blue-50]:not(.not-hover):hover,
  .logout-popup-container button[class=btn][data-color=fill-blue-50]:not(.not-hover):hover,
  .logout-popup-container .btn[data-color=fill-blue-50]:not(.not-hover):hover {
    background-color: #0038A3;
  }
}
.logout-popup-container a[class=btn][data-color=fill-blue-50]:not(.not-hover):active,
.logout-popup-container button[class=btn][data-color=fill-blue-50]:not(.not-hover):active,
.logout-popup-container .btn[data-color=fill-blue-50]:not(.not-hover):active {
  background-color: #002B7D;
}
.logout-popup-container a[class=btn][data-color=border-blue-0],
.logout-popup-container button[class=btn][data-color=border-blue-0],
.logout-popup-container .btn[data-color=border-blue-0] {
  border: 1px solid #94B8FF;
  background-color: #ffffff;
  color: #0045C9;
}
.logout-popup-container a[class=btn][data-color=border-blue-0] i path,
.logout-popup-container button[class=btn][data-color=border-blue-0] i path,
.logout-popup-container .btn[data-color=border-blue-0] i path {
  fill: #0045C9;
}
@media screen and (hover: hover) {
  .logout-popup-container a[class=btn][data-color=border-blue-0]:not(.not-hover):hover,
  .logout-popup-container button[class=btn][data-color=border-blue-0]:not(.not-hover):hover,
  .logout-popup-container .btn[data-color=border-blue-0]:not(.not-hover):hover {
    background-color: #EFF5FF;
  }
}
.logout-popup-container a[class=btn][data-color=border-blue-0]:not(.not-hover):active,
.logout-popup-container button[class=btn][data-color=border-blue-0]:not(.not-hover):active,
.logout-popup-container .btn[data-color=border-blue-0]:not(.not-hover):active {
  border: 1px solid #94B8FF;
  background-color: #D1E1FF;
  color: #0045C9;
}

body:has([data-current-page=error]) {
  background-color: #F8F8F8;
}

#wrapper[data-current-page=error] {
  height: calc(100vh - 7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1D1D1D;
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] {
    height: calc(100vh - 6rem);
    padding-right: max(2rem, 5.12821vw);
    padding-left: max(2rem, 5.12821vw);
  }
}
#wrapper[data-current-page=error] .only-web {
  display: block;
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .only-web {
    display: none;
  }
}
#wrapper[data-current-page=error] .only-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .only-mobile {
    display: block;
  }
}
#wrapper[data-current-page=error] .error-container,
#wrapper[data-current-page=error] .logout-container {
  width: 100%;
}
#wrapper[data-current-page=error] .error-container .img-wrap,
#wrapper[data-current-page=error] .logout-container .img-wrap {
  margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
#wrapper[data-current-page=error] .error-container .img-wrap i,
#wrapper[data-current-page=error] .logout-container .img-wrap i {
  width: max(8.3333333333vw, 16rem);
  height: max(8.3333333333vw, 16rem);
  display: block;
  margin: 0 auto;
}
#wrapper[data-current-page=error] .error-container .img-wrap svg,
#wrapper[data-current-page=error] .logout-container .img-wrap svg {
  display: block;
  width: 100%;
  height: 100%;
}
#wrapper[data-current-page=error] .error-container h2,
#wrapper[data-current-page=error] .logout-container h2 {
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
#wrapper[data-current-page=error] .error-container p,
#wrapper[data-current-page=error] .logout-container p {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  #wrapper[data-current-page=error] .error-container p,
  #wrapper[data-current-page=error] .logout-container p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper[data-current-page=error] .error-container p,
  #wrapper[data-current-page=error] .logout-container p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .error-container p,
  #wrapper[data-current-page=error] .logout-container p {
    font-size: 1.8rem;
  }
}
#wrapper[data-current-page=error] .error-container p b,
#wrapper[data-current-page=error] .logout-container p b {
  color: #0045C9;
}
#wrapper[data-current-page=error] .error-container .btn-wrap,
#wrapper[data-current-page=error] .logout-container .btn-wrap {
  margin-top: 5.6rem;
  display: flex;
  justify-content: center;
  gap: max(0.8333333333vw, 1.6rem);
}
#wrapper[data-current-page=error] .error-container .btn-wrap .btn,
#wrapper[data-current-page=error] .logout-container .btn-wrap .btn {
  width: 15rem;
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .error-container .img-wrap i,
  #wrapper[data-current-page=error] .logout-container .img-wrap i {
    width: max(20.5128205128vw, 8rem);
    height: max(20.5128205128vw, 8rem);
  }
  #wrapper[data-current-page=error] .error-container h2,
  #wrapper[data-current-page=error] .logout-container h2 {
    width: 100%;
    margin-bottom: clamp(2rem, 2.5vmax, 4.8rem);
  }
  #wrapper[data-current-page=error] .error-container .btn-wrap,
  #wrapper[data-current-page=error] .logout-container .btn-wrap {
    margin-top: 3rem;
  }
  #wrapper[data-current-page=error] .error-container .btn-wrap > *,
  #wrapper[data-current-page=error] .logout-container .btn-wrap > * {
    width: fit-content;
    flex-grow: 1;
  }
}
#wrapper[data-current-page=error] .system-container .logo-wrap {
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
#wrapper[data-current-page=error] .system-container .logo-wrap i, #wrapper[data-current-page=error] .system-container .logo-wrap svg {
  width: auto;
  height: max(1.9791666667vw, 3.8rem);
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .system-container .logo-wrap i, #wrapper[data-current-page=error] .system-container .logo-wrap svg {
    height: 3.2rem;
  }
}
#wrapper[data-current-page=error] .system-container h2 {
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(4.2rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 1440px) {
  #wrapper[data-current-page=error] .system-container h2 {
    font-size: clamp(4.2rem, 2.5vw, 4.8rem);
  }
}
@media screen and (max-width: 1024px) {
  #wrapper[data-current-page=error] .system-container h2 {
    font-size: max(2.5rem, 4.16667vw);
  }
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .system-container h2 {
    font-size: max(2.5rem, 4.16667vw);
  }
}
#wrapper[data-current-page=error] .system-container p {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  #wrapper[data-current-page=error] .system-container p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper[data-current-page=error] .system-container p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .system-container p {
    font-size: 1.8rem;
  }
}
#wrapper[data-current-page=error] .system-container .notice-wrap {
  color: #555555;
  margin-top: 4.8rem;
  padding: 2.4rem 4rem;
  background-color: #ffffff;
  border: 1px solid #0045C9;
  border-radius: max(0.6rem, 0.41666vw);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  #wrapper[data-current-page=error] .system-container .notice-wrap {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper[data-current-page=error] .system-container .notice-wrap {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .system-container .notice-wrap {
    font-size: 1.8rem;
  }
}
#wrapper[data-current-page=error] .system-container .notice-wrap .tit {
  position: relative;
  font-weight: 700;
  width: fit-content;
  height: 100%;
}
#wrapper[data-current-page=error] .system-container .notice-wrap .line {
  display: inline-block;
  position: relative;
  height: 1.6rem;
  width: 0.1rem;
  background-color: #D8D8D8;
  margin: 0.65rem 0.8rem 0;
  flex-shrink: 0;
}

/* [250522] 마이페이지는 대표홈페이지 스타일을 기본으로 사용, 겹치는 클래스는 덮어쓰기 */
main[data-current-page=mypage] {
  padding-bottom: clamp(8.8rem, 10.41667vmax, 20rem);
  background-color: #F8F8F8;
}
main[data-current-page=mypage] .mypage-head {
  padding-top: clamp(5.2rem, 6.25vmax, 12rem);
  padding-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
}
main[data-current-page=mypage] .mypage-head h2 {
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(4.8rem, 2.91666vw, 5.6rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=mypage] .mypage-head h2 {
    font-size: clamp(4.8rem, 2.91666vw, 5.6rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-head h2 {
    font-size: max(2.8rem, 4.6875vw);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-head h2 {
    font-size: max(2.8rem, 4.6875vw);
  }
}
main[data-current-page=mypage] .mypage-head .btn {
  display: none;
}
main[data-current-page=mypage] .mypage-container-box {
  max-width: 1330px;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box:not([data-type=mypage-main]) .left-menu-container {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box:not([data-type=mypage-main]) .mypage-head {
    padding-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
    padding-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
  }
  main[data-current-page=mypage] .mypage-container-box:not([data-type=mypage-main]) .mypage-head h2 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box:not([data-type=mypage-main]) .mypage-head .btn {
    display: inline-flex;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-head {
    padding-bottom: clamp(2rem, 2.5vmax, 4.8rem);
  }
}
main[data-current-page=mypage] .mypage-container-box .mypage-wrapper {
  position: relative;
  display: flex;
  gap: clamp(2.4rem, 2.6041vw, 5rem);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .mypage-wrapper {
    flex-direction: column-reverse;
  }
}
main[data-current-page=mypage] .mypage-container-box .mypage-wrapper .right-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 22rem - clamp(2.4rem, 2.6041vw, 5rem));
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .mypage-wrapper .right-content {
    width: 100%;
  }
}
main[data-current-page=mypage] .mypage-container-box h3 {
  padding-bottom: clamp(2rem, 2.5vmax, 4.8rem);
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
main[data-current-page=mypage] .mypage-container-box .box-container {
  display: flex;
  flex-direction: column;
  gap: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
}
main[data-current-page=mypage] .mypage-container-box .mypage-box {
  padding: 3.2rem 4rem;
  background-color: #ffffff;
  border-radius: max(0.6rem, 0.41666vw);
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .mypage-box {
    padding: 2rem;
  }
}
main[data-current-page=mypage] .mypage-container-box .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
main[data-current-page=mypage] .mypage-container-box .btn-wrap .btn {
  width: 14.9rem;
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box .btn-wrap .btn {
    width: auto;
    flex: 1;
  }
}
main[data-current-page=mypage] .mypage-container-box .board-list-container .search-no-result {
  display: none;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .board-list-container .column.m-order-2 {
    width: 50%;
  }
}
main[data-current-page=mypage] .mypage-container-box .board-list-container.no-result .board-list-tbody {
  display: none;
}
main[data-current-page=mypage] .mypage-container-box .board-list-container.no-result .search-no-result {
  display: block;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .board-list-container.no-result .board-list-tbl {
    border: none;
  }
}
main[data-current-page=mypage] .mypage-container-box .search-no-result {
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-bottom-left-radius: max(0.6rem, 0.41666vw);
  border-bottom-right-radius: max(0.6rem, 0.41666vw);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .search-no-result {
    border-radius: max(0.6rem, 0.41666vw);
  }
}
main[data-current-page=mypage] .mypage-container-box .search-no-result .tit-box {
  padding-top: clamp(5.2rem, 6.25vmax, 12rem);
  padding-bottom: clamp(5.2rem, 6.25vmax, 12rem);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .search-no-result .tit-box {
    padding-top: clamp(7.2rem, 8.33333vmax, 16rem);
    padding-bottom: clamp(7.2rem, 8.33333vmax, 16rem);
  }
}
main[data-current-page=mypage] .mypage-container-box .view .customer-view-container:first-child {
  margin-top: 0;
}
main[data-current-page=mypage] .mypage-container-box .view .sub-component-title {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}

main[data-current-page=mypage] .left-menu-container {
  position: sticky;
  top: 9rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  width: 22rem;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container {
    width: 100%;
    gap: 1.8rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap.active .left-menu {
  background-color: #0045C9;
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap.active .left-menu p {
  color: #ffffff;
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu {
  width: 100%;
  padding: 1rem 1.6rem;
  border-radius: 0.6rem;
  background-color: #ffffff;
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu p {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0.4rem;
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu {
    padding: 1rem 3.2rem;
    border: 1px solid #D8D8D8;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu {
    padding: 1rem 2rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu-ul {
  height: 0;
  overflow: hidden;
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul {
  padding: 1.8rem 1.6rem 0 1.6rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul {
    padding: 1.6rem 3.2rem 0 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul {
    padding: 1.6rem 2rem 0 2rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0.4rem;
  color: #8E8E8E;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a {
    font-size: 1.6rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a.active {
  color: #0045C9;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a {
    color: #1D1D1D;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap .icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap .icon {
    display: block;
  }
}

.password-container {
  height: calc(100vh - 7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.password-container .content strong {
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
.password-container .content p {
  padding-top: clamp(2rem, 2.5vmax, 4.8rem);
  padding-bottom: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .password-container .content p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .password-container .content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .password-container .content p {
    font-size: 1.8rem;
  }
}
.password-container .content b {
  color: #0045C9;
}
.password-container .content .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
.password-container br.br-ta,
.password-container br.br-mo {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .password-container br.br-ta {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .password-container br.br-mo {
    display: block;
  }
}

main[data-current-page=mypage] {
  /* 마이페이지 메인 */
  /* 회원정보수정 */
  /* 회원탈퇴 */
  /* 회사정보 등록수정 */
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] {
  /* 모바일 상담내역/예약확인 */
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-wrapper {
    gap: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .sub-component-title-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .sub-component-title-box .dot-txt-list {
  margin-top: 0.4rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info {
    width: 100%;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .user-tag {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  margin-bottom: 1.6rem;
  border-radius: 10rem;
  color: #0045C9;
  border: 1px solid #0045C9;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .user-tag {
    margin-bottom: 1.8rem;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .user-name {
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info {
    gap: 0.6rem;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info .txt {
  color: #717171;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info .time-wrap {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info .time-wrap svg {
  width: 1.6rem;
  height: 1.6rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info .time-wrap .time {
  white-space: pre;
  color: #0045C9;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info .txt-btn {
    margin-left: auto;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-btn-wrap {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-btn-wrap {
    width: 100%;
    gap: 1.6rem;
    margin-top: 2rem;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-btn-wrap .btn {
    flex: 1;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-btn-wrap .btn {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .hide-mo {
    display: none !important;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .hide-pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .hide-pc {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .box-container {
    flex-direction: column;
    gap: 1.6rem;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .box-container .box-wrap {
    width: 100%;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=company],
main[data-current-page=mypage] .mypage-container-box[data-type=change] {
  /* 비밀번호 변경 */
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .sub-component-title-box.essential.direct-col,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .sub-component-title-box.essential.direct-col {
    flex-direction: column;
    margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .sub-component-title-box.essential.direct-col .inner,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .sub-component-title-box.essential.direct-col .inner {
    margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .sub-component-title-box.essential.direct-col .essential-txt,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .sub-component-title-box.essential.direct-col .essential-txt {
    width: 100%;
    justify-content: flex-end;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .mypage-box.change,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .mypage-box.change {
  padding: 3.2rem 4rem 4rem 4rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .mypage-box.change,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .mypage-box.change {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .mypage-box.change,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .mypage-box.change {
    padding: 2rem 2rem 2.4rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-title,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-title {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.id .input-text-button,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.id .input-text-button {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.id .input-text-button,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.id .input-text-button {
    gap: 1rem;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.id .btn,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.id .btn {
  position: absolute;
  right: -2rem;
  transform: translateX(100%);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.id .btn,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.id .btn {
    position: relative;
    right: auto;
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.news,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.news {
    gap: 2rem;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.news .form-item,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.news .form-item {
    width: 23rem;
  }
}
@media screen and (min-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.news,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.news {
    flex-direction: row;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] ul.change-dot-txt-list,
main[data-current-page=mypage] .mypage-container-box[data-type=change] ul.change-dot-txt-list {
  margin-bottom: 2.4rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] ul.change-dot-txt-list li,
main[data-current-page=mypage] .mypage-container-box[data-type=change] ul.change-dot-txt-list li {
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] ul.change-dot-txt-list li.bold,
main[data-current-page=mypage] .mypage-container-box[data-type=change] ul.change-dot-txt-list li.bold {
  font-weight: 700;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] ul.change-dot-txt-list li:not(:last-child),
main[data-current-page=mypage] .mypage-container-box[data-type=change] ul.change-dot-txt-list li:not(:last-child) {
  margin-bottom: 0.4rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] ul.change-dot-txt-list li b,
main[data-current-page=mypage] .mypage-container-box[data-type=change] ul.change-dot-txt-list li b {
  color: #E81D21;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .dot-txt-list,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .dot-txt-list {
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg {
  display: flex;
  gap: 0.5rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg.level-5 em, main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg.level-4 em,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg.level-5 em,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg.level-4 em {
  color: #E81D21;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg.level-3 em,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg.level-3 em {
  color: #FF4549;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg.level-2 em,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg.level-2 em {
  color: #3379FF;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg.level-1 em,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg.level-1 em {
  color: #0045C9;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg::before,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg::before {
  content: none;
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=withdrawal] .sub-component-title br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .check-col {
    gap: 0 !important;
    position: absolute;
    top: 2.9rem;
    left: 2.4rem;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .board-title {
    padding-left: 3rem;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .board-list-row .column:nth-child(4) {
    order: 3;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .board-list-row .column:nth-child(6) {
    order: 4;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .board-list-row .column:nth-child(4) {
    width: 100%;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .board-list-row .column:nth-child(6) {
    width: 100%;
  }
}

main[data-current-page=mypage] .badge {
  display: inline-flex;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.2rem;
}
main[data-current-page=mypage] .badge.bold {
  font-weight: 700;
}
main[data-current-page=mypage] .badge.style01 {
  border: 1px solid #D8D8D8;
  color: #0053F2;
}
main[data-current-page=mypage] .badge.style02 {
  background-color: #0053F2;
  color: #ffffff;
}
main[data-current-page=mypage] .badge.style03 {
  background-color: #E8EEF3;
  color: #717171;
}
main[data-current-page=mypage] .badge.style04 {
  background-color: #F8F8F8;
  color: #717171;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .badge {
    padding: 0.2rem 0.5rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap .icon {
  display: block !important;
}
main[data-current-page=mypage] .customer-view-container {
  margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
main[data-current-page=mypage] .customer-view-container.no-margin-top {
  margin-top: 0;
}
main[data-current-page=mypage] .customer-view-container .sub-component-title {
  margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
main[data-current-page=mypage] .customer-view-container .sub-component-title-box {
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
main[data-current-page=mypage] .customer-view-container .file-con-box .file-list-item {
  padding: 1rem 1.6rem;
}
main[data-current-page=mypage] .customer-view-container .file-con-box .file-list-item .file-type {
  width: 2rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .customer-view-container .file-con-box .file-list-item {
    padding: 1.6rem;
  }
  main[data-current-page=mypage] .customer-view-container .file-con-box .file-list-item .file-type {
    width: 3.2rem;
  }
}
main[data-current-page=mypage] .customer-view-container .d-flex-center {
  display: flex;
  align-items: center;
}