/* NO CSS*/
.swiper-wrapper {
  box-sizing: border-box;
}
.swiper-pagination {
  z-index: 0;
}
.swiper-pagination[formal] {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2.4rem;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
}
.swiper-pagination[formal] .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  border-radius: 4rem;
  opacity: 1;
}
.swiper-pagination[formal] .swiper-pagination-bullet-active {
  width: 4rem;
  background: var(--point);
}
.swiper-pagination-bullet {
  margin: 0 !important;
}

#cursor {
  position: fixed;
  width: 14rem;
  height: 14rem;
  background: rgba(255, 149, 0, 0.8);
  border-radius: 50%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
  flex-direction: column;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  transition: left 0.05s linear, top 0.05s linear, transform 0.2s;
  pointer-events: none;
  transform: scale(1);
}
#cursor.active {
  display: flex;
}
#cursor.grab {
  transform: scale(0.9);
}

#intro {
  width: 100dvw;
  min-height: 100dvh;
  padding: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
#intro .intro-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
#intro .intro-image {
  overflow: hidden;
  width: 17.2rem;
}
#intro .intro-image img {
  transform: scale(0);
}
#intro .intro-title {
  font-size: 5.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  height: 0;
}
#intro .intro-title-item {
  overflow: hidden;
  color: var(--point);
  display: flex;
}
#intro .intro-title-item span {
  transform: translateY(100%);
  will-change: transform;
}
@media (max-width: 1024px) {
  #intro .intro-container-title {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  #intro .intro-image {
    width: 10rem;
  }
  #intro .intro-title {
    font-size: 3.6rem;
  }
}

.section {
  position: relative;
}
.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-title-icon {
  width: 8rem;
  margin-bottom: 3.5rem;
}
.section-title-sub {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
.section-title-main {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--gray900);
}
.section-title-main-sm {
  font-size: 4rem;
}
@media (max-width: 1480px) {
  .section-title-sub {
    font-size: 2.2rem;
  }
  .section-title-main {
    font-size: 4rem;
  }
  .section-title-main-sm {
    font-size: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .section .layout {
    max-width: 360px;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 32px);
  }
  .section-title-icon {
    width: 46px;
    margin-bottom: 22px;
  }
  .section-title-sub {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .section-title-sub br {
    display: none;
  }
  .section-title-main {
    font-size: 28px;
  }
  .section-title .button {
    width: 40px;
    height: 40px;
    min-height: auto;
    border-radius: 50%;
    padding: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .section-title .button span {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-title .button i {
    font-size: 15px;
  }
  .section-title + .button {
    width: 40px;
    height: 40px;
    min-height: auto;
    border-radius: 50%;
    padding: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .section-title + .button span {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-title + .button i {
    font-size: 15px;
  }
  .section#section02 {
    margin: 0;
  }
  .section#section03 {
    margin-bottom: 120px;
  }
  .section#section05 {
    margin-bottom: 120px;
  }
  .section#section06 {
    margin-bottom: 120px;
  }
}

/* section01 */
.visual {
  position: relative;
}
.visual .swiper {
  width: 100%;
}
.visual-video {
  height: 100dvh;
  width: 100%;
}
.visual-video::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(251deg, rgba(0, 0, 0, 0) 50.21%, rgba(0, 0, 0, 0.2) 74.61%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.visual-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual-image-slider-img {
  height: 100dvh;
  width: 100%;
  position: relative;
}
.visual-image-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual-text-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: var(--layout-width-lg);
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3.2rem;
}
.visual-text-slider .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.visual-text-slider .swiper-slide-active .visual-text-slider-item {
  opacity: 1;
}
.visual-text-slider-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  color: #fff;
  opacity: 0;
  transition: 0.5s 0.25s;
}
.visual-text-slider-title {
  font-size: 6.2rem;
  line-height: 1.3;
}
.visual-text-slider-desc {
  font-size: 2.4rem;
  opacity: 0.7;
  line-height: 1.6;
}
.visual-text-slider-pagination {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.visual-text-slider-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
}
.visual-text-slider-pagination .swiper-pagination-bullet img {
  width: 1.15rem;
}
.visual-text-slider-pagination .swiper-pagination-bullet strong {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--point);
  display: none;
}
.visual-text-slider-pagination .swiper-pagination-bullet-active strong {
  display: block;
}
.visual-text-slider-pagination .swiper-pagination-bullet-active img {
  display: none;
}
@media (max-width: 1740px) {
  .visual-text-slider {
    padding: var(--layout-padding);
  }
}
@media (max-width: 1480px) {
  .visual-text-slider-title {
    font-size: 5rem;
  }
  .visual-text-slider-desc {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .visual-video {
    aspect-ratio: 390/844;
  }
  .visual-text-slider {
    width: 360px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: center;
  }
  .visual-text-slider-title {
    font-size: 30px;
  }
  .visual-text-slider-desc {
    font-size: 16px;
  }
  .visual-text-slider .swiper-slide {
    justify-content: center;
  }
}

.scrolldown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  gap: 1.8rem;
}
.scrolldown-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.scrolldown-icon {
  width: 5.3rem;
}
@media (max-width: 1024px) {
  .scrolldown-text {
    font-size: 15px;
  }
  .scrolldown-icon {
    width: 35px;
  }
}

/* section02 */
#section02 {
  margin: 5.2rem 0 7rem;
}

.coreclinic {
  position: relative;
  padding: 11.5rem 0 9.6rem;
}
.coreclinic-background {
  position: absolute;
  left: 0;
  bottom: 14.5061728395%;
  transform: translateX(-12.8637059724%);
  max-width: 65.3rem;
}
.coreclinic-container {
  position: relative;
  display: flex;
  gap: 18rem;
}
.coreclinic-title {
  flex-shrink: 0;
}
.coreclinic-contents {
  flex-grow: 1;
  position: relative;
}
.coreclinic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9.2rem 5rem;
}
.coreclinic-item {
  width: calc(50% - 2.5rem);
  will-change: transform;
}
.coreclinic-item:nth-of-type(2) {
  margin-top: 10.9rem;
}
.coreclinic-item:nth-of-type(3) {
  margin-top: -10.9rem;
}
.coreclinic-item-image {
  display: block;
  aspect-ratio: 380/260;
  overflow: hidden;
  border-radius: 1.2rem;
  margin-bottom: 3rem;
}
.coreclinic-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coreclinic-item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.coreclinic-item-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: #333;
}
.coreclinic-item-desc {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #888;
}
.coreclinic-item-link {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 4.6rem;
}
@media (max-width: 1480px) {
  .coreclinic-container {
    gap: 12rem;
  }
  .coreclinic-list {
    gap: 6rem 5rem;
  }
}
@media (max-width: 1024px) {
  .coreclinic {
    padding: 60px 0 120px;
  }
  .coreclinic-background {
    display: none;
  }
  .coreclinic-container {
    gap: 4rem;
    flex-direction: column;
  }
  .coreclinic-list {
    flex-direction: column;
    gap: 48px;
  }
  .coreclinic-item {
    width: 100%;
    margin-top: 0 !important;
  }
  .coreclinic-item-image {
    margin-bottom: 28px;
  }
  .coreclinic-item-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .coreclinic-item-desc {
    font-size: 15px;
  }
  .coreclinic-item-link {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 587px) {
  .coreclinic-item-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

/* section03  */
#section03 {
  margin-bottom: 18.3rem;
  position: relative;
}

.banner {
  position: relative;
}
.banner-container {
  position: relative;
}
.banner-slider {
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
}
.banner-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--gray900);
  z-index: 2;
}
.banner-slider-arrow-prev {
  left: 6rem;
}
.banner-slider-arrow-next {
  right: 6rem;
}
.banner-item {
  position: relative;
  display: flex;
  height: 30rem;
  align-items: center;
  padding: 0 19.8rem;
  background: #ECF1F5;
}
.banner-item-background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: none;
}
.banner-item-text {
  position: relative;
  display: flex;
  flex-direction: column;
}
.banner-item-sub {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.1rem;
}
.banner-item-main {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gray900);
  margin-bottom: 2.3rem;
}
.banner-item-desc {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--gray700);
}
@media (max-width: 1480px) {
  .banner-item {
    padding: 0 12rem;
  }
  .banner-item-main {
    font-size: 3.2rem;
  }
  .banner-slider-arrow-prev {
    left: 3rem;
  }
  .banner-slider-arrow-next {
    right: 3rem;
  }
}
@media (max-width: 1024px) {
  .banner-container {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .banner-slider {
    background: #ECF1F5;
  }
  .banner-slider-arrow {
    display: none;
  }
  .banner-item {
    padding: 0 24px;
    position: static;
    height: 232px;
  }
  .banner-item-background {
    max-width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-item-background[src="/public/images/main/banner02.png"] {
    max-width: none;
    transform: translateX(35%);
  }
  .banner-item-sub {
    font-size: 15px;
  }
  .banner-item-main {
    font-size: 24px;
  }
  .banner-item-desc {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .banner-item {
    padding: 0 24px;
  }
}

/* section04 */
#section04 {
  position: relative;
  margin-bottom: 17.5rem;
}

.team-title {
  margin-bottom: 5.9rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.team-contents {
  position: relative;
}
.team-slider {
  overflow: hidden;
  width: calc(100% + 40rem);
}
.team-slider .swiper {
  width: var(--layout-width);
  overflow: visible;
  margin: 0;
  padding-bottom: 9rem;
}
.team-slider .swiper:has(.swiper-slide-even.swiper-slide-active) .swiper-slide-even {
  padding-top: 14rem;
}
.team-slider .swiper:has(.swiper-slide-even.swiper-slide-active) .swiper-slide-odd {
  padding-top: 0;
}
.team-slider .swiper:has(.swiper-slide-odd.swiper-slide-active) .swiper-slide-even {
  padding-top: 0;
}
.team-slider .swiper:has(.swiper-slide-odd.swiper-slide-active) .swiper-slide-odd {
  padding-top: 14rem;
}
.team-slider .swiper-wrapper {
  box-sizing: border-box;
}
.team-slider .swiper-slide {
  width: 33.5rem !important;
  aspect-ratio: 335/615;
  padding-top: 0;
  transition: 0.65s;
}
.team-slider .swiper-scrollbar {
  height: 2px !important;
  background: #e9e9e9;
  border-radius: 0;
}
.team-slider .swiper-scrollbar-drag {
  background: #333;
}
.team-slider-item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.team-slider-item-image {
  width: 100%;
  aspect-ratio: 335/475;
  overflow: hidden;
  background: #eff0f4;
  display: flex;
  align-items: flex-end;
}
.team-slider-item-trigger {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--point);
  transition: 0.25s;
}
.team-slider-item-trigger i {
  font-size: 2rem;
}
.team-slider-item-information {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100%, 100%);
  width: 100%;
  height: 100%;
  background: rgba(245, 170, 43, 0.9);
  display: flex;
  flex-direction: column;
  padding: 4rem 3.6rem;
  border-radius: 50rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.team-slider-item-external {
  align-self: flex-end;
}
.team-slider-item-detail {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: auto;
}
.team-slider-item-title {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  line-height: 1;
}
.team-slider-item-title-major {
  font-size: 2.4rem;
}
.team-slider-item-title-name {
  font-size: 3.6rem;
}
.team-slider-item-title-name strong {
  font-weight: 700;
}
.team-slider-item.active .team-slider-item-information {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  border-radius: 1.2rem;
  right: 0;
  bottom: 0;
}
.team-slider-item.active .team-slider-item-trigger {
  opacity: 0;
  visibility: hidden;
}
.team .marquee {
  position: absolute;
  bottom: 4rem;
  left: 0;
  z-index: -1;
  line-height: 1;
}
@media (max-width: 1024px) {
  .team-slider .swiper {
    padding-bottom: 52px;
    width: 296px;
  }
  .team-slider .swiper-slide {
    width: 100% !important;
    padding-top: 0 !important;
    aspect-ratio: 296/475;
  }
  .team-slider-item-image {
    aspect-ratio: 296/475;
  }
  .team-slider-item-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .team .marquee {
    display: none;
  }
}

#section05 {
  padding-top: 5rem;
  margin-bottom: 17.5rem;
}

.service-title {
  margin-bottom: 5.9rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.service-slider {
  width: var(--layout-width-wide);
  margin: 0 auto;
  display: flex;
}
.service-slider .swiper-slide {
  width: 6.25% !important;
  height: 100%;
}
.service-slider .swiper-slide-active {
  width: 81.25% !important;
  flex-basis: 1;
}
.service-slider .swiper-slide-active .service-item-background {
  opacity: 1;
}
.service-slider .swiper-slide-active .service-item-label {
  display: none;
}
.service-slider .swiper-slide-active .service-item-detail {
  display: flex;
}
.service-item {
  position: relative;
  height: 74rem;
  display: flex;
  color: #fff;
  align-items: flex-end;
  justify-content: flex-end;
  background: #000;
  flex-shrink: 0;
  transition: 1s;
  width: 12rem;
}
.service-item-active {
  width: auto;
  flex: 1;
}
.service-item-active .service-item-background {
  opacity: 1;
}
.service-item-active .service-item-label {
  opacity: 0;
  visibility: hidden;
}
.service-item-active .service-item-detail {
  width: 100%;
  opacity: 1;
  visibility: visible;
  padding: 1.75rem 10rem;
  margin-top: -2.25rem;
}
.service-item-active .service-item-detail::after {
  opacity: 1;
  transition: 1s;
}
.service-item-active .service-item-information {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.5s 1s, opacity 0.5s 1s;
}
.service-item-label {
  padding: 9rem 4.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 2.2rem;
  gap: 5rem;
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  transition: transform 0.5s 1s, opacity 0.5s 1s;
}
.service-item-label span {
  color: var(--point);
}
.service-item-label strong {
  white-space: nowrap;
  writing-mode: sideways-rl;
}
.service-item-detail {
  width: 100%;
  display: flex;
  padding: 0;
  position: relative;
  z-index: 1;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
}
.service-item-detail::after {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 4rem);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 104.57%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.service-item-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  transition: 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}
.service-item-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 130rem;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateX(-10%);
  transition: opacity 0.5s, transform 0.5s;
  z-index: 1;
  gap: 4rem;
}
.service-item-information-title {
  padding-left: 4rem;
  border-left: 3px solid #fff;
  line-height: 1.4;
}
.service-item-information-title strong {
  font-size: 3.2rem;
  display: block;
  margin-bottom: 1.6rem;
}
.service-item-information-title p {
  font-size: 2.2rem;
  font-weight: 500;
  opacity: 0.8;
}
.service-item-information-number {
  color: var(--point);
  font-family: "SourceSerif";
  font-size: 16rem;
  letter-spacing: -0.01em;
}
@media (max-width: 1920px) {
  .service-slider {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .service-item-active .service-item-detail {
    padding: 3rem 5rem;
  }
  .service-item-information-number {
    font-size: 13rem;
  }
  .service-item-information-title strong {
    font-size: 3rem;
  }
  .service-item-information-title p {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .service-contents {
    max-width: 360px;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 32px);
    position: relative;
  }
  .service-slider {
    flex-direction: column;
    height: 800px;
  }
  .service-item {
    width: 100%;
    height: auto;
  }
  .service-item-label {
    flex-direction: row;
    padding: 25px 16px;
    gap: 8px;
    height: auto;
  }
  .service-item-label span {
    width: 26px;
  }
  .service-item-label strong {
    writing-mode: initial;
  }
  .service-item-detail {
    padding: 16px !important;
    margin: 0 auto !important;
  }
  .service-item-detail::after {
    display: none;
  }
  .service-item-information {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    padding: 24px;
    position: relative;
  }
  .service-item-information-title {
    border-left: 0;
    padding-left: 0;
  }
  .service-item-information-title strong {
    font-size: 22px;
    padding-left: 34px;
    margin-bottom: 16px;
  }
  .service-item-information-title p {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item-information-title p br {
    display: none;
  }
  .service-item-information-number {
    font-size: 22px;
    font-family: "Pretendard", sans-serif;
    position: absolute;
    top: 24px;
    left: 24px;
    font-weight: 700;
    line-height: 1.4;
  }
}

#section06 {
  margin-bottom: 20.6rem;
}

.etc-container {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}
.etc-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2rem;
  padding-bottom: 3.3rem;
  margin-bottom: 5.6rem;
  position: relative;
}
.etc-title::after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.35s;
  opacity: 0;
}
.etc-title.active::after {
  width: 100%;
  opacity: 1;
}
.etc-item {
  min-width: 0;
}
.etc-community {
  flex-basis: 60%;
}
.etc-community-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.etc-community-item {
  display: flex;
  gap: 3.1rem;
  align-items: center;
  line-height: 1.5;
}
.etc-community-label {
  display: flex;
  align-items: center;
  width: 8rem;
  height: 3.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.000625em;
  justify-content: center;
  text-align: center;
  border-radius: 0.4rem;
  flex-shrink: 0;
}
.etc-community-title {
  font-size: 1.9rem;
  color: var(--gray700);
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.etc-community-date {
  font-size: 1.9rem;
  font-weight: 500;
  margin-left: auto;
  white-space: nowrap;
}
.etc-hours {
  flex-basis: 31.4285714286%;
}
.etc-hours .etc-title {
  margin-bottom: 4.6rem;
}
.etc-hours-main {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
  display: block;
  line-height: 1;
}
.etc-hours-other {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.etc-hours-other p {
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--gray660);
}
.etc-hours-other p strong {
  font-weight: 600;
  color: var(--gray900);
}
@media (max-width: 1024px) {
  .etc-container {
    flex-direction: column;
    gap: 60px;
  }
  .etc-title {
    padding-bottom: 20px;
    margin-bottom: 28px;
  }
  .etc-community-list {
    gap: 12px;
  }
  .etc-community-item {
    gap: 12px;
  }
  .etc-community-label {
    width: 60px;
    height: 31px;
    font-size: 15px;
  }
  .etc-community-title {
    font-size: 16px;
  }
  .etc-community-date {
    display: none;
  }
  .etc-hours .etc-title {
    margin-bottom: 28px;
  }
  .etc-hours-main {
    margin-bottom: 16px;
  }
  .etc-hours-other p {
    font-size: 16px;
  }
  .etc-hours-other p:not(:has(> *)) {
    font-size: 15px;
  }
}

.direction-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 13.4rem;
}
.direction-sns {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.direction-sns-item {
  padding-top: 2rem;
  margin-top: -2rem;
  position: relative;
}
.direction-sns-item#direction-sns-kakao .direction-sns-link {
  background: #F9DA31;
  color: #3C1D1E;
}
.direction-sns-item#direction-sns-facebook .direction-sns-link {
  background: #0A66FF;
  color: #fff;
}
.direction-sns-item#direction-sns-instagram .direction-sns-link {
  background: linear-gradient(142deg, #6919F6 8.75%, #EA3278 52.28%, #EF8D34 95.8%);
  color: #fff;
}
.direction-sns-item#direction-sns-blog .direction-sns-link {
  background: #249C3A;
}
.direction-sns-item#direction-sns-blog .direction-sns-list {
  border-color: #249C3A;
}
.direction-sns-item:hover .direction-sns-list {
  opacity: 1;
  visibility: visible;
}
.direction-sns-link {
  width: 6.2rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}
.direction-sns-link img {
  width: 2.4rem;
}
.direction-sns-list {
  position: absolute;
  bottom: 100%;
  right: 0;
  display: flex;
  background: #fff;
  border-radius: 7.8rem;
  border: 1px solid;
  padding: 1.2rem 1rem;
  opacity: 0;
  visibility: hidden;
}
.direction-sns-list::after {
  display: block;
  content: "";
  width: 11px;
  height: 9px;
  background: url(/public/images/common/blog-list-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 100%;
  right: 2.5rem;
}
.direction-sns-list-item {
  padding: 0 1.6rem;
  border-right: 1px solid #e7e7e7;
}
.direction-sns-list-item a {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.6rem;
  color: var(--gray660);
}
.direction-sns-list-item:last-of-type {
  border-right: 0;
}
.direction-map .cont {
  display: none;
}
.direction-map .root_daum_roughmap {
  width: 100%;
  height: 661px;
}
.direction-map .wrap_map {
  width: 100%;
  height: 100% !important;
}
.direction-map .wrap_controllers {
  display: none;
}
.direction-map .wrap_btn_zoom {
  display: none !important;
}
.direction-information {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--point);
  border-radius: 0 18rem 0 0;
  padding: 8.8rem 8rem;
  color: #fff;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 56rem;
}
.direction-information::after {
  display: block;
  content: "";
  width: 14.7rem;
  height: 17.2rem;
  position: absolute;
  top: calc(100% - 1rem);
  left: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: var(--point);
  transform: rotate(180deg);
}
.direction-information-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
}
.direction-information-desc {
  font-size: 1.8rem;
  margin-bottom: 3.7rem;
  font-weight: 400;
}
@media (max-width: 1480px) {
  .direction-information {
    padding-left: var(--layout-padding-ratio);
    padding-right: var(--layout-padding-ratio);
  }
}
@media (max-width: 1024px) {
  .direction-map {
    margin: 0 auto;
  }
  .direction-title {
    height: 80px;
  }
  .direction-sns {
    display: none;
  }
  .direction-information {
    padding: 28px 30px 42px;
    width: 287px;
    border-radius: 0 70px 0 0;
  }
  .direction-information-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .direction-information-desc {
    font-size: 15px;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
  }
  .direction-information::after {
    width: 75px;
    height: 88px;
  }
}