@charset "utf-8";
/* ======================================================================================================================= */
/* ======================================================= main style ==================================================== */
/* ======================================================================================================================= */

main {
    position: relative;
}
#wrapper {
    overflow: hidden;
}
.content:first-of-type {
    padding-top: 0;
}
.content-slide{
    background-color: #000;
}
.main-slide {
    
    max-width: 1920px;
    margin: 0 auto;
}

.main-slide .swiper-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main-slide .swiper-slide .img {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: transform 0.8s ease-in-out;
}

.main-slide .swiper-pagination {
    left: 0;
    bottom: 40px !important;
    top: auto !important;
    width: 100%;
}
.main-slide .swiper-pagination-bullet {
    margin: 0 4px;
    width: 14px;
    height: 14px;
    background: #ffffffdd;
    transition: all 0.4s ease-in-out;
}
.main-slide .swiper-pagination-bullet-active {
    background: #d3ad7b;
    opacity: 1;
}

.main-tit {
    margin-bottom: 40px;
    text-align: center;
}
.main-tit .sub-tit {
    font-weight: 600;
    white-space: pre-line;
}
.main-tit .tit {
    font-weight: 900;
    font-family: 'NanumSquare', san-serif;
    transform: skew(-0.1deg);
    white-space: pre-line;
}
.main-tit .sub {
    margin-top: 30px;
    white-space: pre-line;
}


/* ===================== Mobile size : 425px ======================= */

@media screen and (max-width: 480px) {
    main {
        margin-top: 55px;
    }

    .main-tit {
        margin-bottom: 20px;
    }
}

/* ===================== Mobile size : 425px ======================= */

@media screen and (max-width: 480px) and (min-height: 720px) {
    
}

@media screen and (max-width: 480px) and (min-height: 850px) {
    .main-slide .swiper-slide {
        height: calc(var(--vh, 1vh) * 100 - 285px);
    }
}

/* ======================================================================================================================= */
/* ======================================================= main style ==================================================== */
/* ======================================================================================================================= */

.main01{
    text-align: center;
    padding: 110px 0;
    color: #fff;
    background: url(../img/main/main01-bg.jpg) center/cover no-repeat;
    background-attachment: fixed;
}
.main01 .sub-box{
    border: 1px solid #fff;
    padding: 80px 0;
}
.main01 h3 {
    font-size: 60px;
}
.main01 p{
    font-size: 24px;
    white-space: pre-line;
}

@media(max-width:768px) {
    .main01{
    text-align: center;
    padding: 80px 0;
    }
    .main01 .sub-box{
        padding: 40px 0;
    }
    .main01 p{
        font-size: 16px;
    }
    .main01 h3 {
        font-size: 35px;
    }
}
@media(max-width:468px) {
    .main01 h3 {
        font-size: 28px;
    }
}

.main02{
    padding-top: 0;
    color: #fff;
}

.main02-bg{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url(../img/main/main02-bg.jpg) center/cover no-repeat;
}

.main02 p{
    font-size: 24px;
    white-space: pre-line;
}
.main02 h3 {
    font-size: 60px;
}

.main02 .sub-box{
    padding: 320px 0;
    text-align: center;
}

.main02 .point{
    display: inline-block;
    color: #d3ad7b;
    font-weight: 900;
    position: relative;
}
.main02 p:first-child {
    font-size: 14px;
    letter-spacing: 1rem;
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
}
.main02 .point:after{
    content: '';
    background-color: #d3ad7b;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.scroll_icon {
  transition: opacity 1s;
  transition-delay: 1s;
  position: absolute;
  bottom: 15px;
  width: 35px;
  left: 50%;
  margin-left: -22.5px;
  cursor: pointer;
  animation: move_scroll 2s infinite;
  z-index: 2;
}

@media(max-width:1200px) {
    .main02 p:first-child {
        top: 40px;
    }
    .main02 .point:after{
        width: 6px;
        height: 6px;
        top: -6px;
    }
    .main02-bg{
        background: url(../img/main/m_main02-bg.jpg) right/cover no-repeat;
    }
}
@media(max-width:768px) {
    
    .main02 .sub-box{
        padding: 200px 0;
    }
    .main02 p:first-child {
        font-size: 14px;
        letter-spacing: 0.2rem;
    }
    .main02 p{
        font-size: 18px;
        white-space: pre-line;
    }
    .main02 h3 {
        font-size: 35px;
    }
}



.main03{
    padding-top: 0;
    color: #fff;
    background: url(../img/main/main03-bg.jpg) center/cover no-repeat;
}

.main03 .sub-box{
    padding: 230px 0;
}
.main03 p{
    font-size: 24px;
    white-space: pre-line;
}
.main03 h3 {
    font-size: 60px;
}

@media(max-width:768px) {
    .main03 .sub-box{
        padding: 80px 0;
    }
    .main03 {
        background: url(../img/main/m_main03-bg.jpg) right/cover no-repeat;
    }
    .main03 p{
        font-size: 18px;
    }
    .main03 h3 {
        font-size: 35px;
    }
}


.main04{
    padding-top: 0;
}
.main04-bg{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url(../img/main/main04-bg.jpg) center/cover no-repeat;
}
.main04 .inner {
    display: flex;
    justify-content: flex-end;
}
.main04 .sub-box{
    padding: 180px 0;
}
.main04 .point{
    color: #244081;
    font-weight: 900;
    position: relative;
}
.main04 .point:after{
    content: '';
    background-color: #244081;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.main04 p{
    font-size: 24px;
    white-space: pre-line;
}
.main04 h4 {
    font-size: 50px;
}
.main04 h3 {
    font-size: 60px;
}
.main04 p:first-child {
    letter-spacing: 1rem;
}

.main04-doctor{
    display: none;
    margin: 80px 40px 0 40px;
}
@media(max-width:1200px) {
    .main04-bg{
        background: url(../img/main/m_main04-bg.jpg) center/cover no-repeat;
    }
    .main04-doctor{
        display: inline-block;
    }
    .main04 .inner {
        display: flex;
        justify-content: flex-start;
    }
    .main04 .sub-box{
        padding: 180px 0 0 0;
    }
}
@media(max-width:768px) {
    
    
    .main04 h3 {
        font-size: 35px;
    }
    .main04 p{
        font-size: 18px;
    }
    .main04 p:first-child {
        font-size: 12px;
        letter-spacing: 0.5rem;
    }
}
@media(max-width:468px) {}

.main05 {
    background-color: #f3f6f9;
}

.main05 .inner {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main05 .sub-box {
    flex-shrink: 0;
    margin-right: 80px;
}

.main05 .sub-box h4{
    font-weight: 800;
}
.main05 .sub-box .aeo-title{
    font-weight: 800;
    font-size: 35px;
}
@media screen and (max-width: 1024px) {
    .main05 .sub-box .aeo-title { font-size: 30px; }
}
@media screen and (max-width: 769px) {
    .main05 .sub-box .aeo-title { font-size: 28px; }
}
@media screen and (max-width: 480px) {
    .main05 .sub-box .aeo-title { font-size: 22px; }
}
@media screen and (max-width: 350px) {
    .main05 .sub-box .aeo-title { font-size: 20px; }
}

@media(max-width:1200px) {
    .main05-img-box{
        margin: 40px 30px 0 30px;
    }
    .main05 .sub-box {
        margin: 0 30px;
    }
    .main05 .inner {
        flex-direction: column;
        align-items: start;
    }
}

.main06{
    color: #fff;
    background: url(../img/main/main06-bg.jpg) center/cover no-repeat;
    background-attachment: fixed;
}

.main06 .sub-box{
    text-align: center;
    padding: 180px 0;
}
.main06 p{
    font-size: 24px;
    white-space: pre-line;
}
.main06 h4 {
    font-size: 50px;
    font-weight: 800;
}

.sp1-tit2 h2 {
    font-weight: 900;
    color: #ffffff52;
    font-size: 68px;
}
.main06 .aeo-title2 {
    font-size: 50px;
    font-weight: 800;
}
.sp1-tit2 .aeo-num2 {
    font-weight: 900;
    color: #ffffff52;
    font-size: 68px;
}

@media(max-width:768px) {
    .main06 p{
        font-size: 18px;
    }
    .main06 h4 {
        font-size: 28px;
    }
    .main06 .sub-box{
        padding: 250px 0;
    }
    .sp1-tit2 h2 {
        font-size: 60px;
    }
    .main06 .aeo-title2 {
        font-size: 28px;
    }
    .sp1-tit2 .aeo-num2 {
        font-size: 60px;
    }
}
@media(max-width:468px) {}

.main07 {
    background-color: #edd8bc;
}

.main07 .inner {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main07 .sub-box {
    flex-shrink: 0;
    margin-left: 80px;
}

.main07 .sub-box h4{
    font-weight: 800;
}
.main07 .sub-box .aeo-title{
    font-weight: 800;
    font-size: 35px;
}
@media screen and (max-width: 1024px) {
    .main07 .sub-box .aeo-title { font-size: 30px; }
}
@media screen and (max-width: 769px) {
    .main07 .sub-box .aeo-title { font-size: 28px; }
}
@media screen and (max-width: 480px) {
    .main07 .sub-box .aeo-title { font-size: 22px; }
}
@media screen and (max-width: 350px) {
    .main07 .sub-box .aeo-title { font-size: 20px; }
}

@media(max-width:1200px) {
    .main07-img-box{
        margin: 40px 30px 0 30px;
    }
    .main07 .sub-box {
        margin: 0 30px;
    }
    .main07 .inner {
        flex-direction: column-reverse;
        align-items: end;
        text-align: right;
    }
}

/* ======================================================================================================================= */
/* ====================================================== Review Section ================================================= */
/* ======================================================================================================================= */

.review {
    background-color: #213a70; /* 시안의 진푸른 배경색 */
    padding: 120px 0;
    overflow: hidden;
    color: #fff;
}

.review-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.card-top-green img {
    width: 100%;
}

.review-inner {
    margin-left: calc((100vw - 1400px)/2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 왼쪽 타이틀 영역 */
.review-title-box {
    width: 30%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: stretch;
}

.review-title-box h2 {
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #fff;
}


.review-sub-text {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 40px;
    opacity: 0.9;
}

/* 왼쪽 하단 큰 디테일 버튼 */
.btn-detail-view {
    display: inline-block;
    width: 240px;
    height: 54px;
    line-height: 52px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-detail-view:hover {
    background-color: #fff;
    color: #213a70;
}

.mobile-only { display: none !important; }

/* 오른쪽 스와이퍼 영역 */
.review-slider-wrap {
    width: 60%;
    overflow: hidden;
    position: relative;
}

.review-swiper {
    padding-bottom: 50px !important;
    overflow: visible !important; /* 슬라이드가 화면 우측으로 자연스럽게 빠지도록 설정 */
}

.mock-review-img {
    background: #fff;
    border: 1px solid #e9ecef;
    flex-grow: 1;
    border-radius: 4px;
}


/* 카드 하단 디테일 뷰 텍스트 링크 */
.btn-card-detail {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    white-space: nowrap;
}

/* 하단 주황색 선 스크롤바 커스텀 */
.review-scrollbar {
    background: rgba(255, 255, 255, 0.2) !important;
    height: 2px !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.review-scrollbar .swiper-scrollbar-drag {
    background: #d3ad7b !important; /* 시안의 주황/베이지 톤 바 */
}

@media (max-width:1200px) {
    .review-inner {
        margin-left: 0;
    }
    .review-title-box {
        width: auto;
        margin: 0 10px;
    }
    .review-slider-wrap {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .btn-detail-view {
        margin-top: 40px;
    }
    .review {
        padding: 70px 0;
    }

    .review-inner {
        flex-direction: column; /* 상하 배치로 변경 */
        align-items: flex-start;
    }
    .review-slider-wrap{
        width: 100%;
    }
    .review-title-box {
        width: 100%;
        min-height: auto;
        margin-bottom: 40px;
    }

    .review-title-box h2 {
        font-size: 28px;
    }
}




/* info-map */
.info-map{
    padding-bottom: 120px;
    background-color: #f3f6f9;
}
.info-map h4.info-map-title-con {
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.info-map p {
  font-size: 18px;
}
.info-map h4.info-map-title-con > span:first-child{
  flex-shrink: 0;
}
.info-map h4.info-map-title-con img {
  height: 35px;
  width: 35px;
  flex-shrink: 0;
}
.info-map .info-map-sub {
  font-size: 24px;
  font-weight: 800;
}
.info-map h2.info-map-sub{
  font-weight: 800;
}

.info-map-category .info-map-category-box{
    text-align: center;
    background-color: #fff;
    box-shadow: 9px 10px 21px -3px #1a6db617;
    border-radius: 30px;
    padding: 20px;
}
.info-map-category .info-map-category-box strong {
  font-weight: 700;
  font-size: 24px;
}
.info-map-category .info-map-category-box > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  height: 150px;
}
.info-map-category .info-map-category-box > div:first-child{
  border-bottom: 1px solid #00000010;
}



@media(max-width:1200px) {
  .info-map .info-map-sub{
    font-size: 20px;
  }
  .info-map-btn a{
    font-size: 18px;
    padding: 8px;
  }
}
@media(max-width:769px) {
    .info-map{
        padding-bottom: 80px;
    }
  .info-map-btn {
    max-width: 100%;
  }

  .info-map-btn a{
    font-size: 18px;
    padding: 2px;
  }

  .info-map .info-map-sub{
    font-size: 18px;
  }
  .info-map-category .info-map-category-box .info-map-category-box-con > div {
    max-height: 170px;
    height: auto;
  }
  .info-map-category .info-map-category-box p{
    font-size: 16px;
    font-weight: 700;
  }
}

.info-map-category .info-map-category-box{
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 20px;
}
.info-map-category .info-map-category-box strong {
  font-weight: 700;
  font-size: 24px;
}
.info-map-category .info-map-category-box > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  height: 150px;
}
.info-map-category .info-map-category-box > div:first-child{
  border-bottom: 1px solid #00000010;
}

  /* 배너 섹션 기본 설정 */
  .main-banner {
    position: relative;
    width: 100%;
    height: 100vh; /* 화면 높이에 맞춤 (필요에 따라 px 단위로 수정 가능, 예: 600px) */
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #000; /* 이미지 로드 전 배경색 */
  }

    /* 기존 공통 스타일 유지 */
    .banner-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 0.8s ease-in-out;
      z-index: 1;
    }
    .banner-bg.active {
      opacity: 1;
    }

  /* 배경 오버레이 (사진 좌측/전체를 어둡게 눌러주는 효과) */
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  /* 하단 버튼 컨테이너 */
  .banner-controls {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 15px; /* 버튼 사이 간격 */
    margin-bottom: 130px; /* 하단 여백 */
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  /* 개별 버튼 스타일 (기본/비활성 상태) */
  .banner-btn {
    font-family: "NanumSquare", sans-serif;
    letter-spacing: -1px;
    line-height: 1.7;
    padding: 12px 30px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 18%;
  }

  /* 버튼 마우스 호버 및 활성화 상태 (첨부하신 이미지의 황토색/베이지색 느낌 적용) */
  .banner-btn:hover,
  .banner-btn.active {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #e6c594; /* 텍스트 강조 색상 */
  }

  /* 반응형 (모바일) 처리 */
  @media (max-width: 1200px) {
    .banner-controls {
      gap: 10px;
      margin-bottom: 80px;
      padding: 0 20px;
    }
    .banner-btn {
      padding: 8px;
      font-size: 14px;
      font-weight: 700;
      width: calc(50% - 10px); /* 모바일에서는 2줄로 배치 */
    }
  }

  /* 기본 배경 설정 (PC 버전 - 769px 이상) */
#bg-1 { background-image: url('../img/main/main-banner_1.jpg'); }
#bg-2 { background-image: url('../img/main/main-banner_2.jpg'); }
#bg-3 { background-image: url('../img/main/main-banner_3.jpg'); }
#bg-4 { background-image: url('../img/main/main-banner_4.jpg'); }

/* 모바일 배경 설정 (768px 이하 화면) */
@media (max-width: 768px) {
  #bg-1 { background-image: url('../img/main/m_main-banner_1.jpg'); }
  #bg-2 { background-image: url('../img/main/m_main-banner_2.jpg'); }
  #bg-3 { background-image: url('../img/main/m_main-banner_3.jpg'); }
  #bg-4 { background-image: url('../img/main/m_main-banner_4.jpg'); }
}

