/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 모바일 터치 포커스/하이라이트 제거 */
a, button, input, textarea, select {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    -webkit-touch-callout: none;
}
  
a:active, a:focus,
button:active, button:focus {
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ===== SECTION 01 MOBILE (기본) ===== */
.section01 {
    position: relative;
    width: 800px;
    height: 1248px;
    margin: 0 auto;
    overflow: hidden;
}

.section01_swiper,
.section01_swiper_mobile {
    width: 100%;
    height: 100%;
}

.section01 .swiper-slide {
    position: relative;
    width: 800px;
    height: 1248px;
}

.section01_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section01_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section01_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    max-width: 800px;
}

.section01_content img {
    width: 100%;
    height: auto;
}

.page1 {
    overflow: hidden;
}

.section01_circle {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 711px;
    height: 711px;
    animation: rotate 20s linear infinite;
}

.section01_circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ===== SECTION 01 PC (1024px 이상) ===== */
@media (min-width: 1024px) {
    .section01_mobile {
        display: none;
    }
    
    .section01_pc {
        display: block;
    }
    
    .section01 {
        width: 1980px;
        height: 860px;
        margin: 0 auto;
    }
    
    .section01 .swiper-slide {
        width: 1980px;
        height: 860px;
    }
    
    .section01_content {
        width: 100%;
        max-width: 1980px;
    }
    
    .section01_circle {
        top: 83%;
        width: 671px;
        height: 671px;
    }
}

/* ===== SECTION 01 MOBILE (1024px 미만) ===== */
@media (max-width: 1023px) {
    .section01_pc {
        display: none;
    }
    
    .section01_mobile {
        display: block;
    }
    .section01_circle {
        top: 78%;
        width: 771px;
        height: 771px;
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* ===== SECTION 02 MOBILE (기본) ===== */
.section02 {
    position: relative;
    width: 800px;
    height: 2516px;
    margin: 0 auto;
    background-color: #ffffff;
}

.section02_content {
    width: 100%;
    height: 100%;
}

.section02_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== SECTION 02 PC (1024px 이상) ===== */
@media (min-width: 1024px) {
    .section02_mobile {
        display: none;
    }
    
    .section02_pc {
        display: block;
    }
    
    .section02 {
        width: 1920px;
        height: 2162px;
        margin: 0 auto;
        background-color: #ffffff;
    }
}

/* ===== SECTION 02 MOBILE (1024px 미만) ===== */
@media (max-width: 1023px) {
    .section02_pc {
        display: none;
    }
    
    .section02_mobile {
        display: block;
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* ===== SECTION 03 MOBILE (기본) ===== */
.section03 {
    position: relative;
    width: 800px;
    height: 1911px;
    margin: 0 auto;
}

.section03_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.section03_content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.section03_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section03_bg {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F4F4F4;
}

/* ===== SECTION 03 PC (1024px 이상) ===== */
@media (min-width: 1024px) {
    .section03_mobile {
        display: none;
    }
    
    .section03_pc {
        display: block;
    }
    
    .section03 {
        width: 1920px;
        height: 1572px;
        margin: 0 auto;
    }
    
    .section03_bg {
        background-color: #F4F4F4;
    }
}

/* ===== SECTION 03 MOBILE (1024px 미만) ===== */
@media (max-width: 1023px) {
    .section03_pc {
        display: none;
    }
    
    .section03_mobile {
        display: block;
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* ===== SECTION 04 MOBILE (기본) ===== */
.section04 {
    position: relative;
    width: 800px;
    height: 1376px;
    margin: 0 auto;
}

.section04_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.section04_content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.section04_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section04_bg {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F8EBDB;
}

/* ===== SECTION 04 PC (1024px 이상) ===== */
@media (min-width: 1024px) {
    .section04_mobile {
        display: none;
    }
    
    .section04_pc {
        display: block;
    }
    
    .section04 {
        width: 1920px;
        height: 1367px;
        margin: 0 auto;
    }
    
    .section04_bg {
        background-color: #F8EBDB;
    }
}

/* ===== SECTION 04 MOBILE (1024px 미만) ===== */
@media (max-width: 1023px) {
    .section04_pc {
        display: none;
    }
    
    .section04_mobile {
        display: block;
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* ===== SECTION 05 PC (1024px 이상) ===== */
@media (min-width: 1024px) {
  .section05 { position: relative; margin: 0 auto; }
  .section05_pc { width: 100%; min-width: 1920px; height: 1218px; background: #fff; overflow: hidden; }
  .section05_bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 1218px;
    z-index: 1;
  }
  .section05_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section05_inner {
    position: relative; z-index: 2; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  }
  .section05_title {
    margin-top: 60px; margin-bottom: 40px; font-size: 2.5rem; font-weight: bold; text-align: center;
  }
  .section05_slide_wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    height: 800px;
    margin: 0;
  }

  .section05_text_img { width: 40%; display: flex; align-items: center; justify-content: center; }
  .section05_text_img img {
    max-width: 90%;
    height: auto;
    display: block;
    transition: opacity 0.4s;
    opacity: 1;
  }

  .section05_text_img img.fade-out {
    opacity: 0;
  }
  
  .section05_text_img img.fade-in {
    opacity: 1;
  }

  .section05_orange_bg {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 50%;
    height: 100%;
    background: #ff9000;
    border-radius: 0 60px 0 0;
    z-index: 1;
  }

  .section05_slide_area {
    position: absolute;
    right: 50%;
    top: 15%;
    width: 1400px;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .section05_slide_swiper { 
    width: 1400px; 
    transform: translateX(430px); /* 왼쪽으로 80px 이동 */ 
  }

  .section05 .swiper-slide {
    height: 820px;
  }
  .section05_text_img {
    position: absolute;
    left: 50%;
    width: 960px;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: left;
    justify-content: left;
  }
  .section05_text_img img { max-width: 90%; }

  .swiper-button-next, .swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.15);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
  }

  .swiper-pagination {
    bottom: 20px !important;
    z-index: 10;
  }

  .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    width: 12px;
    height: 12px;
  }

  .section05_slide_swiper .swiper-pagination {
    position: absolute;
    left: 46%;
    top: 580px;
    transform: translateX(-50%);
    z-index: 10;
    width: fit-content;
    display: inline-block;
  }

  .section05_slide_swiper .swiper-button-prev,
  .section05_slide_swiper .swiper-button-next {
    position: absolute;
    top: 320px;
    z-index: 11;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-sizing: border-box;
  }

  .section05_slide_swiper .swiper-button-prev {
    left: calc(46% - 240px);
    transform: translateX(-50%);
  }

  .section05_slide_swiper .swiper-button-next {
    left: calc(46% + 240px);
    transform: translateX(-50%);
  }

  .section05_slide_swiper .swiper-pagination-bullet {
    margin: 0 13px !important;
    background: #D57D2B;
  }

  .swiper-pagination-bullet-active {
    background: #fff !important;
  }

  .section05_slide_swiper .swiper-wrapper {
    transition-timing-function: ease-out !important;
  }
}

/* ===== SECTION 05 MOBILE (1023px 이하) ===== */
@media (max-width: 1023px) {
  .section05_pc { display: none; }
  .section05_mobile {
    width: 800px;
    height: 1650px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    overflow: hidden;
  }
  .section05_bg {
    position: absolute;
    top: 0; left: 0;
    width: 800px; height: 1867px;
    z-index: 1;
  }
  .section05_bg img {
    width: 800px;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .section05_inner {
    width: 800px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
  }
  .section05_slide_wrap {
    width: 760px;
    height: 600px;
    background: #ff9000;
    border-radius: 0 60px 0 0;
    padding: 40px 0 40px 0;
    margin-top: 380px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .section05_slide_swiper_mobile {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  
  /* 모바일 섹션5 슬라이드 사이즈 설정 */
  .section05_slide_swiper_mobile .swiper-slide {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .section05_slide_swiper_mobile .swiper-slide img {
    max-width: 55%;
    padding-left: 60px;
  }
  
  .section05_text_img {
    width: 800px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
  }
  .section05_text_img img {
    max-width: 90%;
    height: auto;
    display: block;
    transition: opacity 0.4s;
    opacity: 1;
  }
  
  .section05_text_img img.fade-out {
    opacity: 0;
  }
  
  .section05_text_img img.fade-in {
    opacity: 1;
  }

  /* 모바일 섹션5 슬라이더 PC 스타일 버튼/도트 적용 */
  .section05_slide_swiper_mobile .swiper-pagination-bullet {
    margin: 0 13px !important;
    background: #D57D2B;
    opacity: 1;
    width: 20px;
    height: 20px;
  }
  .section05_slide_swiper_mobile .swiper-pagination-bullet-active {
    background: #fff !important;
  }
  .section05_slide_swiper_mobile .swiper-button-prev,
  .section05_slide_swiper_mobile .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    width: 96px;
    height: 96px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-sizing: border-box;
  }
  .section05_slide_swiper_mobile .swiper-button-prev {
    left: 60px;
  }
  .section05_slide_swiper_mobile .swiper-button-next {
    right: 60px;
  }
  .section05_slide_swiper_mobile .swiper-button-next:after,
  .section05_slide_swiper_mobile .swiper-button-prev:after {
    font-size: 40px;
    font-weight: bold;
  }
  
  /* 모바일 섹션5 페이지네이션 위치 조정 */
  .section05_slide_swiper_mobile .swiper-pagination {
    bottom: 20px !important;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .section05_mobile { display: none; }
  .section05_pc { display: block; }
}

/* ===== SECTION 06 PC (1024px 이상) ===== */
@media (min-width: 1024px) {
.section06_pc { width: 100%; min-width: 1920px; background: #F4F4F4; position: relative; padding-bottom: 150px;}
.section06_bg img { width: 1920px; margin: 0 auto; display: block; }
.section06_faq_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.section06_faq_item {
  border-bottom: 1px solid #eee;
  padding: 0;
}
.section06_faq_item:last-child { border-bottom: none; }
.section06_faq_btn {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.section06_faq_btn .question-text {
  display: inline-flex;
  align-items: center;
  flex: none;
}
.section06_faq_btn img.arrow {
  flex-shrink: 0;
  width: 25px;
  height: 15px;
  margin-left: 16px;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  object-fit: contain;
}
.section06_faq_item.open .section06_faq_btn img.arrow { transform: rotate(180deg); }
.section06_faq_answer {
  display: block;
  max-height: 0;
  overflow: hidden;
  background: #F4F4F4;
  border-radius: 16px;
  margin: 0 55px 0 55px;
  margin-bottom: 0;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.4s cubic-bezier(0.4,0,0.2,1);
  opacity: 0;

}
.section06_faq_item.open .section06_faq_answer {
  max-height: 500px;
  opacity: 1;
  margin-bottom: 32px;

}

.section06_faq_btn .question-text img {
    max-width: 1070px; /* 원하는 최대 너비로 조정 */
    width: 100%;
    height: auto;
    display: block;
  }

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
}

@media (min-width: 1024px) {
    .section06_mobile { display: none; }
    .section06_pc { display: block; }
}

@media (max-width: 1023px) {
  .section06_pc { display: none; }
  .section06_mobile { display: block; width: 800px; min-width: 320px; background: #F4F4F4; padding-bottom: 80px; }
  .section06_bg img { width: 800px; display: block; }
  .section06_faq_wrap {
    width: 700px;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    overflow: hidden;

  }
  .section06_faq_item {
    border-bottom: 1px solid #eee;
    margin: 0 50px;
  }
  .section06_faq_item:last-child { border-bottom: none; }
  .section06_faq_btn {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 0;
    cursor: pointer;
    min-height: 60px;
  }
  .faq-badge {
    margin-right: 8px;
    display: flex;
    align-items: center;
  }
  .faq-badge img { height: 22px; }
  .section06_faq_btn .question-text {
    display: inline-flex;
    align-items: center;
    flex: none;
    max-width: 70vw;
  }
  .section06_faq_btn .question-text img {
    max-width: 70vw;
    width: 100%;
    height: auto;
    display: block;
  }
  .section06_faq_btn img.arrow {
    flex-shrink: 0;
    width: 20px;
    height: 12px;
    margin-left: 10px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
    object-fit: contain;
  }
  .section06_faq_item.open .section06_faq_btn img.arrow { transform: rotate(180deg); }
  .section06_faq_answer {
    display: block;
    max-height: 0;
    overflow: hidden;
    background: #F4F4F4;
    border-radius: 12px;
    margin: 0 0 0 0;
    margin-bottom: 0;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.4s cubic-bezier(0.4,0,0.2,1);
    opacity: 0;
    padding: 0;
  }
  .section06_faq_item.open .section06_faq_answer {
    max-height: 700px;
    opacity: 1;
    margin-bottom: 24px;
  }
  .section06_faq_answer img {
    width: 609px;
    height: auto;
    display: block;
  }
}

/* ===== GNB (Global Navigation Bar) ===== */

/* PC GNB */
.gnb_pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.gnb_pc .gnb_inner {
  width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.gnb_pc .logo {
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}

.gnb_pc .logo:hover {
  transform: scale(1.05);
}

.gnb_pc .logo img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.gnb_pc .gnb_menu {
  display: flex;
  gap: 0;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gnb_pc .gnb_menu li {
  margin: 0;
}

.gnb_pc .gnb_menu li a {
  display: block;
  font-size: 1.4rem;
  color: #333;
  /* font-weight: 500; */
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.gnb_pc .gnb_menu li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 144, 0, 0.1);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}

.gnb_pc .gnb_menu li a:hover {
  color: #ff9000;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(255, 144, 0, 0.2);
}

.gnb_pc .gnb_menu li a:hover::before {
  left: 0;
  opacity: 1;
}

/* 모바일 GNB */
.gnb_mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.gnb_mobile .gnb_inner {
  width: 800px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.gnb_mobile .logo {
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}

.gnb_mobile .logo:hover {
  transform: scale(1.05);
}

.gnb_mobile .logo img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.gnb_hamburger {
  background: none;
  border: none;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 16px;
  transition: all 0.2s ease;
  position: relative;
}

.gnb_hamburger:hover {
  background: rgba(255, 144, 0, 0.1);
  transform: scale(1.05);
}

.gnb_hamburger span {
  display: block;
  width: 48px;
  height: 6px;
  background: #333;
  margin: 6px 0;
  border-radius: 4px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.gnb_hamburger:hover span {
  background: #ff9000;
}

.gnb_mobile_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 640px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1100;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.gnb_mobile_menu.open {
  right: 0;
}

.gnb_mobile_menu ul {
  margin: 80px 0 0 0;
  padding: 20px 0;
  list-style: none;
}

.gnb_mobile_menu li {
  margin: 0;
}

.gnb_mobile_menu li a {
  display: block;
  padding: 38px 64px;
  font-size: 2.1rem;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.gnb_mobile_menu li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff9000, #ff6b35);
  opacity: 0;
  transition: all 0.2s ease;
  z-index: -1;
}

.gnb_mobile_menu li a:hover {
  color: #fff;
  padding-left: 72px;
}

.gnb_mobile_menu li a:hover::before {
  left: 0;
  opacity: 1;
}

/* PC/모바일 구분 */
@media (min-width: 1024px) {
  .gnb_mobile {
    display: none;
  }
  
  .gnb_pc {
    display: flex;
  }
  
  .section01_pc {
    margin-top: 100px;
  }
}

@media (max-width: 1023px) {
  .gnb_pc {
    display: none;
  }
  
  .gnb_mobile {
    display: flex;
  }
  
  .section01_mobile {
    margin-top: 120px;
  }
}

/* 모바일 메뉴 딤드 배경 */
.gnb_mobile_dimm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.gnb_mobile_dimm.open {
  opacity: 1;
  visibility: visible;
}

/* 모바일 메뉴 닫기 버튼 */
.gnb_mobile_close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 64px;
  height: 64px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  transition: all 0.2s ease;
}

.gnb_mobile_close:hover {
  background: rgba(255, 144, 0, 0.1);
  transform: scale(1.05);
}

.gnb_mobile_close::before,
.gnb_mobile_close::after {
  content: '';
  position: absolute;
  width: 38px;
  height: 5px;
  background: #333;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.gnb_mobile_close::before {
  transform: rotate(45deg);
}

.gnb_mobile_close::after {
  transform: rotate(-45deg);
}

.gnb_mobile_close:hover::before,
.gnb_mobile_close:hover::after {
  background: #ff9000;
}

/* ===== 플로팅 스크롤 맨위 버튼 ===== */
.floating_scroll_top {
  position: fixed;
  bottom: 120px;
  right: 40px;
  width: 80px;
  height: 80px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating_scroll_top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating_scroll_top:hover {
  transform: translateY(-2px);
}

.floating_scroll_top img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.floating_scroll_top:hover img {
  transform: scale(1.05);
}

/* 모바일 버전 */
@media (max-width: 1023px) {
  .floating_scroll_top {
    bottom: 150px;
    right: 30px;
    width: 100px;
    height: 100px;
  }
  
  .floating_scroll_top img {
    width: 100px;
    height: 100px;
  }
}