/* Main page styles */
body {
    line-height: 1.6;
    color: #333;
}

/* Main Visual */
.main-visual::before{ content: none !important; }

.main-visual {
  min-height: 860px;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 270px;
  overflow: hidden;

  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
  min-height: auto !important;
}
/* 슬라이더 레일 */
.main-visual__slider{
  width: 100%;
  overflow: hidden;
}

.main-visual__track{
  display: flex;
  transform: translate3d(0,0,0);
  transition: transform 0.8s ease;
  will-change: transform;
}

/* 각 슬라이드 */
.main-visual__slide{
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
}
/* Slide 1(기본 화면) - 기존 main-visual 스타일을 여기로 이동 */
.main-visual__slide--base{
  min-height: 860px;
  display: flex;
  align-items: flex-start;
  padding-top: 270px;
}
.main-visual__slide--base::before{
  content: '';
  position: absolute;
  left: 0; top: 0; right: 0;
  height: 860px;
  background: url('../images/main/main_bg_pc.svg') 50% 50% / cover no-repeat;
  z-index: 1;
}
.main-visual__slide--base .container{
  position: relative;
  z-index: 2;
}

/* Slide 2(호버 이미지 화면) */
.main-visual__slide--hover{
  min-height: 860px;
}

/* 호버 슬라이드 배경 이미지 */
.main-visual__hover-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 호버 슬라이드 로고 */
.main-visual__hover-logo{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  width: clamp(200px, 49.22vw, 630px);
  height: auto;
}




/* .main-visual::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 860px;
  background: url('../images/main/main_bg_pc.svg') 50% 50% / cover no-repeat;
  z-index: 1;
}

.main-visual .container {
  position: relative;
  z-index: 2;
}

.main-visual__hover{
  position: absolute;
  inset: 0;
  z-index: 3;

  opacity: 1;

  transform: translate3d(100%, 0, 0);
  transition: transform 0.8s ease;

  will-change: transform;
  backface-visibility: hidden;

  pointer-events: none;
}


.main-visual.is-auto .main-visual__hover{
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce){
  .main-visual__hover{ transition: none; }
}

.main-visual__hover-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-visual__hover-logo{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  width: clamp(220px, 49.22vw, 630px);
  height: auto;
}

.main-visual.is-auto .main-visual__hover{
  opacity: 1;
}

.main-visual:hover .main-visual__hover{
  opacity: 0;
} */



/* Tablet 768~1023: 기존 값 반영 */
@media (min-width: 768px) and (max-width: 1023px){
  .main-visual__slide--base{
    min-height: 800px;
    padding-top: 210px;
  }
  .main-visual__slide--base::before{
    height: 800px;
    background: url('../images/main/main_bg_table.svg') 50% 50% / cover no-repeat;
  }
  .main-visual__slide--hover{ min-height: 800px; }
  .main-visual__hover-logo{ width: clamp(200px, 73.75vw, 590px); }
}

/* Mobile 360~767: 기존 값 반영 */
@media (max-width: 767px){
  .main-visual__slide--base{
    min-height: 580px;
    padding-top: 180px;
  }
  .main-visual__slide--base::before{
    height: 580px;
    background: url('../images/main/main_bg_table.svg') 50% 50% / cover no-repeat;
  }
  .main-visual__slide--hover{ min-height: 580px; }
}


/* event-info */
/* 섹션 배경/여백 제거 */
.event-info{
  padding: 0;
  background: transparent; /* ✅ 회색 제거 */
}

.event-table{
  width: 100%;
}

.row{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cell{
  text-align: center;
  font-family: Pretendard, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", sans-serif;
}

/* 헤더 */
.head .cell{
  background: #ff5624;
  color: #fff;
  font-weight: 700;
  font-size: clamp(28px, 2.5000vw, 34px);
  letter-spacing: -0.02em;
  height: 94px;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* 헤더 구분선 */
.head .divider::before{
  content:"";
  position:absolute;
  left:0;
  top: 0;
  bottom: 0;
  width:1px;
  background: #fff;
}

/* 바디 */
.body .cell{
  background:#fff;
  padding: 46px 16px;
  border-top: 0;
}
.cell-pc{display: block;}
.cell-mo{display: none;}

.body .divider{
  border-left: 0;
}

/* 텍스트 */
.title{
  margin: 0;
  font-size: clamp(24px, 2.5000vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color:#222;
  font-family: 'Welstorygothic', sans-serif;
}

.sub{
  margin: 6px 0 0;
  font-size: clamp(18px, 1.8750vw, 30px);
  line-height: 1.5;
  color:#333;
}

.apply-btn {
  background: #ff5624;
  color: #fff;
  padding: 10px 25px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Pretendard', sans-serif;
  transition: 0.2s ease;
}

.apply-btn:hover {
  opacity: 0.85;
}

/* Tablet Small: 768px~1023px */
@media (min-width: 768px) and (max-width: 1023px) {

  .apply-btn{
    padding: 8px 20px;
  }


  .head .cell{
    height: 66px;
    font-size: clamp(22px, 1.8750vw, 30px);
  }

  .body .cell{
    padding: 20px;
  }

  .title{
    font-size: clamp(20px, 1.8750vw, 30px);
    line-height: 1.25;
  }
  .sub{
    margin-top: 7px;
    font-size: 18px;
    line-height: 1.5;
  }
  .body .divider{
    border-left: 1px solid #E2E2E2;
  }
}

/* event-table - Mobile Fluid (360 ~ 767) */
@media (max-width: 767px){

  .apply-btn{
    padding: 6px 15px;
  }

  .head .cell{
    height: 56px;
    font-size: 18px;
  }

  .body .cell{
    padding: 20px;
  }
  .cell-pc{display: none;}
  .cell-mo{display: block;}

  .title{
    font-size: 18px;
    line-height: 25.2px;
  }
  .sub{
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.5;
  }
  .body .divider{
    border-left: 1px solid #E2E2E2;
  }

}



/* text-section */
.text-section {
  width: 100%;
  padding: 120px 20px;
  text-align: center;
}

.text-section__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.text-section__header {
  font-size: clamp(34px, 3.1250vw, 42px);
  font-weight: 700;
  color: #ff5624;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: 'Welstorygothic';
}
.text-section__txt-pc{display: block;}
.text-section__txt-mo{display: none;}

.text-section__body {
  font-size: 20px;
  color: #5E5E5E;
  line-height: 1.4;
  font-family: 'pretendard';
}

:root{
  --orange: #ff5624;
}

/* text-section - Tablet (768 ~ 1023) */
@media (min-width: 768px) and (max-width: 1023px){
  .text-section{
    padding: 120px 24px;
  }

  .text-section__inner,
  .text-section__inne{
    max-width: 720px;
    margin: 0 auto;
  }

  .text-section__header{
    font-size: clamp(30px, 2.5000vw, 40px);
    line-height: 1.55;
    margin-bottom: 40px;
  }

  .text-section__body{
    font-size: 18px;
    line-height: 1.6;
  }
}
/* text-section - Mobile Fluid (360 ~ 767) */
@media (max-width: 767px){
  .text-section{
    padding: clamp(80px, 16vw, 120px) 0;
  }

  .text-section__inner,
  .text-section__inne{
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0 clamp(15px, 4.2vw, 24px);
    text-align: center;
  }

  .text-section__header{
    font-size: clamp(22px, 1.8750vw, 30px);
    line-height: 1.45;
    margin: 0 0 clamp(30px, 3.1250vw, 50px);
  }
  .text-section__txt-pc{display: none;}
  .text-section__txt-mo{display: block;}

  .text-section__body{
    font-size: 16px;
    line-height: 1.4;
  }

  /* 본문 단락 간격(시안처럼) */
  .text-section__body p{
    margin: 0;
  }
  .text-section__body p + p{
    margin-top: clamp(18px, 5.33vw, 22px);
  }
}

/* (선택) 360px 이하에서만 살짝 타이트 */
@media (max-width: 360px){
  .text-section__header{
    font-size: 22px;
  }
}


/* stats-section */
.stats-section{
  background: var(--orange);
  width: 100%;
  padding: 120px 0;
}

.stats-card{
  width: 960px;
  /* height: 460px; */
  margin: 0 auto;
  border-radius: 0;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2px;
}

.stats-left{
  padding: 56px 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background: #fff;
}

/* .stats-left::after{
  content:"";
  position:absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: var(--orange);
} */

.quote-icon{
  width: 50px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.desc{
  margin: 0;
  color: var(--orange);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-family: 'Pretendard';
}
.stats-mo{display: none;}
.stats-pc{display: block;}

.left-year{
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: #123b59;
  letter-spacing: -0.02em;
  font-family: 'Welstorygothic';
}
.stats-left__bottom{
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.biz-logo{
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}

.stats-right{
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-box{
  flex: 1;
  background: #fff;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}
.stat-box:first-child{
  border-radius: 0 0 0 20px;
}

.stat-box:nth-child(2){
  border-radius: 20px 0 0 20px;
}

.stat-box:last-child{
  border-radius: 20px 0 0 0;
}

.stat-title{
  margin: 0 0 6px 0;
  font-size: 24px;
  font-weight: 800;
  color: #3b3b3b;
  letter-spacing: -0.02em;
  font-family: 'Welstorygothic';

}

.stat-sub{
  margin: 0;
  font-size: 18px;
  color: #424241;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-family: 'pretendard';
}

.stat-value{
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--orange);
  white-space: nowrap;
}

.stat-value strong{
  font-size: clamp(36px, 3.1250vw, 50px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  font-family: 'Welstorygothic';
}

.stat-value span{
  font-size: 18px;
  font-weight: 500;
  font-family: 'pretendard';
}

.stats-section .stat-value strong{
  font-variant-numeric: tabular-nums; /* 숫자 폭 고정 느낌 */
  display: inline-block;
  min-width: 2ch; /* 4,000 같은 자리수 흔들림 최소화 */
}

.stats-section.is-counting .stat-value strong{
  will-change: contents;
}


/* stats-section - Tablet (768 ~ 1023) */
@media (min-width: 768px) and (max-width: 1023px){
  .stats-section{
    padding: 100px 24px;
  }

  .stats-card{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    column-gap: 2px;          /* 가운데 오렌지 분리선 */
  }

  .stats-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 48px 44px;
  }

  .quote-icon{
    width: 46px;
    height: auto;
    display: block;
    margin: 0 0 18px;
  }

  .desc{
    font-size: 18px;
    line-height: 1.45;
    padding-bottom: 130px;
  }
  .stats-mo{display: block;}
  .stats-pc{display: none;}

  .stats-left__bottom{
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .biz-logo{
    width: 300px;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .left-year{
    margin: 0;
    font-size: clamp(22px, 3.0000vw, 27px);
    font-weight: 800;
    line-height: 1.2;
  }

  .stats-right{
    gap: 4px;
  }

  .stat-box{
    padding: 30px 35px;
    display: block;
  }

  .stat-title{
    font-size: 24px;
    margin: 0 0 5px;
  }
  .stat-sub{
    font-size: 18px;
    line-height: 1.5;
  }
  .stat-value{
    margin-top: 15px;
  }
  .stat-value strong{
    font-size: 32px;
  }
  .stat-value span{
    font-size: 16px;
  }
}

/* stats-section - Mobile Fluid (360 ~ 767) */
@media (max-width: 767px){
  .stats-section{
    padding: 100px clamp(15px, 4.2vw, 24px);
  }

  .stats-card{
    width: 100%;
    /* max-width: 420px;                */
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .stats-left::after{
    display: none;
  }

  .stats-left{
    background: #fff;
    border-radius: 0;
    padding: clamp(34px, 9vw, 44px) clamp(22px, 6vw, 28px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .stats-left__bottom{
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .quote-icon{
    width: 46px;
    height: auto;
    margin-bottom: 18px;
  }

  .desc{
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 74px;
  }
  .stats-mo{display: block;}
  .stats-pc{display: none;}

  .biz-logo{
    width: min(244px, 100%);
    height: auto;
    display: block;
  }

  .left-year{
    margin: 0;
    font-size: 21px;
    line-height: 1.2;
  }

  .stats-right{
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: transparent;
  }

  .stat-box{
    background: #fff;
    border-radius: 18px;
    padding: clamp(22px, 6.5vw, 30px);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }

  .stat-title{
    font-size: 24px;
    margin: 0;
  }

  .stat-sub{
    font-size: 16px;
    margin: 0;
    color: #424241;
  }

  .stat-value{
    margin-top: 4px;
  }

  .stat-value strong{
    font-size: 34px;
  }

  .stat-value span{
    font-size: 16px;
  }
}

/* (선택) 360px 이하에서 조금 더 타이트 */
@media (max-width: 360px){
  /* .stats-card{ max-width: 360px; } */
  .stats-card{ max-width: 100%; }
  .stat-value strong{ font-size: 32px; }
}



/* focus-section */
.focus-section{
  width: 100%;
  background: #fff;
  padding: 120px 0;
}

.focus-section__inner{
  width: 960px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 350px 610px;
  column-gap: 0;
}

.focus-copy{
  padding-right: 40px;
}

.focus-copy__text{
  margin: 0;
  font-size: clamp(36px, 3.1250vw, 42px);
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #424241;
  font-weight: 300;
  font-family: 'Welstorygothic';
}
.focus-copy__text-pc{display: block;}
.focus-copy__text-mo{display: none;}

.focus-copy__text strong{
  font-weight: 800;
}

.focus-list{
  width: 610px;
  display: flex;
  flex-direction: column;
}

.focus-item{
  display: grid;
  grid-template-columns: 1fr 180px;
  align-items: center;
  gap: 20px;

  padding: 26px 0;
  border-bottom: 1px solid #e2e2e2;
}

.focus-item:first-child{
    padding-top:  10px;
    align-items: normal;
}

.focus-item__title{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #2f2f2f;
  font-family: 'Welstorygothic';
}

.focus-item__desc{
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #5E5E5E;
  letter-spacing: -0.01em;
  font-family: 'pretendard';
}

.focus-item__thumb{
  width: 138px;
  height: 100px;
  overflow: hidden;
}

.focus-item__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* focus-section - Tablet (768 ~ 1023) */
@media (min-width: 768px) and (max-width: 1023px){
  .focus-section{
    padding: 100px 0;
  }
  .focus-section__inner{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;

    display: flex;
    flex-direction: column;
    gap: 55px;
  }

  .focus-copy{
    padding-right: 0;
    text-align: center;
  }
  .focus-copy__text{
    font-size: clamp(30px, 4.0000vw, 40px);
    line-height: 1.6;
  }
  .focus-copy__text-pc{display: none;}
  .focus-copy__text-mo{display: block;}

  .focus-list{
    width: 100%;
    border-top: 1px solid #e2e2e2;
  }

  /* 아이템: 좌 텍스트 / 우 썸네일 유지 */
  .focus-item{
    grid-template-columns: 1fr 180px;
    gap: 20px;
    padding: clamp(22px, 6.4vw, 30px) 0;
    align-items: center;
  }

  .focus-item:first-child{
    padding-top: clamp(22px, 6.4vw, 30px);
    align-items: center;
  }

  .focus-item__thumb{
    width: 138px;
    height: 100px;
    justify-self: end;
  }
}

/* focus-section - Mobile Fluid (360 ~ 767) */
@media (max-width: 767px){
  .focus-section{
    padding: clamp(80px, 12vw, 110px) 0;
  }
  .focus-section__inner{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(15px, 4.2vw, 24px);

    display: flex;
    flex-direction: column;
    gap: clamp(28px, 14.67vw, 55px);
  }

  /* 상단 카피: 중앙 */
  .focus-copy{
    padding-right: 0;
    text-align: center;
  }

  .focus-copy__text{
    font-size: clamp(22px, 6.4000vw, 30px);
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  .focus-copy__text-pc{display: none;}
  .focus-copy__text-mo{display: block;}

  /* 리스트: 상단 구분선 */
  .focus-list{
    width: 100%;
    border-top: 1px solid #DFDEDC;
  }

  /* 아이템: 좌 텍스트 / 우 썸네일 */
  .focus-item{
    display: grid;
    grid-template-columns: 1fr clamp(120px, 32vw, 140px);
    gap: clamp(14px, 4vw, 18px);
    align-items: center;

    padding: clamp(22px, 6vw, 28px) 0;
    border-bottom: 1px solid #DFDEDC;
  }

  /* 첫 줄도 동일 룰 */
  .focus-item:first-child{
    padding-top: clamp(22px, 6vw, 28px);
    align-items: center;
  }

  .focus-item__title{
    font-size: clamp(22px, 6.4000vw, 30px);
    margin-bottom: 6px;
  }

  /* 썸네일: 우측 정렬 + 라운드 */
  .focus-item__thumb{
    width: 100%;
    height: clamp(74px, 20vw, 92px);
    justify-self: end;
    border-radius: 0;
    overflow: hidden;
  }

  .focus-item__thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* (선택) 360px 이하에서 더 타이트 */
@media (max-width: 360px){
  .focus-item{
    grid-template-columns: 1fr 120px;
    gap: 12px;
  }
  .focus-item__thumb{
    height: 72px;
  }
}



/* cta-sky */
.cta-sky{
  position: relative;
  width: 100%;
  min-height: 830px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  font-family: Pretendard, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", sans-serif;
}

/* 배경 이미지 */
.cta-sky__bg{
  position: absolute;
  inset: 0;
  background: url("../images/main/19_bg.jpg") center/cover no-repeat;
  transform: scale(1.02); /* 가장자리 여유 */
}

/* 어두운 오버레이(가독성) */
.cta-sky::after{
  content:"";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.30);
}

/* 컨텐츠 영역 */
.cta-sky__inner{
  position: relative;
  z-index: 1;
  width: min(960px, 100%);         /* ✅ 가운데 고정폭 원하면 유지 */
  margin: 0 auto;
  text-align: center;
  padding: 80px 20px;
}

.cta-sky__title{
  margin: 0 0 20px;
  font-size: clamp(36px, 3.1250vw, 50px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.35;
  font-family: 'Welstorygothic';
}
.cta-sky__title-pc, .cta-sky__sub-pc{display: block;}
.cta-sky__title-mo, .cta-sky__sub-mo{display: none;}

.cta-sky__sub{
  margin: 0 0 36px;
  color: var(--orange);
  font-size: clamp(30px, 2.5000vw, 40px);
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* ✅ 2열 카드 그리드 */
.cta-sky__chips{
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 18px 22px;
  max-width: 780px;
  margin: 0 auto;
}
.chip{
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
  padding: 18px 18px;
  min-height: 110px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 6px; */
  color: #222;
  font-family: 'pretendard';
}

.chip > span{
  letter-spacing: -0.02em;
  color: rgba(0,0,0,.55);
}
.chip > img{
  width: 24px;
}
.chip > strong{
  font-size: clamp(20px, 1.8750vw, 30px);
  font-weight: 700;
  color: var(--orange);
  font-family: 'Welstorygothic', sans-serif;
}

.chip--wide{
  max-width: none;
}

/* 반응형 */
@media (max-width: 1020px){
  .cta-sky__inner{ width: min(960px, 100%); }
  .cta-sky__chips{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px){
  .cta-sky{ min-height: auto; }
  .cta-sky__title{ font-size: 28px; }
  .cta-sky__chips{ grid-template-columns: 1fr; }
  .chip, .chip--wide{ max-width: 420px; }
}
/* cta-sky - Mobile Fluid (360 ~ 767) */
@media (max-width: 767px){
  .cta-sky{
    min-height: auto;
  }

  .cta-sky__inner{
    width: 100%;
    padding: clamp(70px, 18vw, 90px) clamp(15px, 4.2vw, 24px);
  }

  .cta-sky__title{
    font-size: clamp(20px, 6.4000vw, 30px);
    line-height: 1.45;
    margin: 0 0 clamp(18px, 5.3333vw, 25px);
  }
  .cta-sky__title-pc, .cta-sky__sub-pc{display: none;}
  .cta-sky__title-mo, .cta-sky__sub-mo{display: block;}

  .cta-sky__sub{
    font-size: clamp(17px, 4.8000vw, 22.5px);
    line-height: 1.45;
    margin: 0 0 clamp(28px, 8.0000vw, 37.5px);
  }

  /* ✅ 카드: 모바일은 1열 + 가운데 정렬 + 폭 제한(시안처럼) */
  .cta-sky__chips{
    grid-template-columns: 1fr;
    gap: clamp(10px, 2.67vw, 18px);
    /* max-width: 420px; */
    max-width: 100%;
    margin: 0 auto;
  }

  .chip{
    gap: 0;
  }
  .chip,
  .chip--wide{
    width: 100%;
    /* max-width: 420px; */
    max-width: 100%;
    border-radius: 18px;
    padding: clamp(18px, 5.8vw, 24px) clamp(16px, 5.3vw, 22px);
    min-height: 112px;
  }

  .chip > span{
    font-size: clamp(16px, 4.2vw, 18px);
    line-height: 1.4;
  }

  .chip > img{
    width: 18px;
    height: auto;
    margin: 4px 0;
  }

  .chip > strong{
    font-size: clamp(22px, 6.4000vw, 30px);
    font-weight: 700;
  }
}

/* (선택) 360px 이하 살짝 타이트 */
@media (max-width: 360px){
  .chip,
  .chip--wide{
    border-radius: 16px;
    min-height: 108px;
  }
}




/* today-section */
.today-section{
  width: 100%;
  height: 110px;
  background: #ff5624;
  display: flex;
  align-items: center;
}
/* 뷰포트(가려주는 영역) */
.today-marquee__viewport{
  width: 100%;
  overflow: hidden;
}
/* 트랙(움직이는 줄) */
.today-marquee__track{
  display: flex;
  width: max-content;
  will-change: transform;
  animation: today-marquee-move var(--marquee-duration, 22s) linear infinite;
}
/* 그룹(동일한 내용을 2번 둬서 끊김 없이 반복) */
.today-marquee__group{
  display: flex;
  align-items: center;
}
/* 텍스트 덩어리(간격 포함) */
.today-marquee__text{
  display: inline-block;
  margin: 0;
  padding: 0 80px;        /* 문구 사이 간격 */
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #222;
  white-space: nowrap;
  font-family: 'Welstorygothic';
}
/* 무한 롤링 키프레임 */
@keyframes today-marquee-move{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); }
}
/* (선택) 마우스 올리면 잠깐 멈춤 */
.today-marquee__viewport:hover .today-marquee__track{
  animation-play-state: paused;
}
/* 접근성: 모션 최소화 설정이면 정지 */
@media (prefers-reduced-motion: reduce){
  .today-marquee__track{ animation: none; }
}

/* today-section - Tablet (768 ~ 1023) */
@media (min-width: 768px) and (max-width: 1023px){

  .today-section{
    height: 90px;
  }
  .today-marquee__track{
    animation: today-marquee-move var(--marquee-duration, 28s) linear infinite;
  }
  .today-marquee__text{
    font-size: 27px;
    padding: 0 60px;
  }

}
/* today-section - Mobile (360 ~ 767)  */
@media (max-width: 767px){

  .today-section{
    height: 66px;
  }
  .today-marquee__track{
    animation: today-marquee-move var(--marquee-duration, 28s) linear infinite;
  }
  .today-marquee__text{
    font-size: 18px;
    padding: 0 40px;
  }

}




/* hall-section */
.hall-section{
  width: 100%;
  background: #fff;
  padding: 120px 0;
}

.hall-inner{
  width: 960px;
  margin: 0 auto;
}

.hall-header{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  font-family: 'Welstorygothic';
}

.hall-quart{
  width: 53px;
  margin-bottom: 20px;
}

.hall-title{
  margin: 0 0 18px;
  font-size: clamp(44px, 4.0625vw, 60px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #424241;
  font-family: 'Welstorygothic';
}

.hall-badges{
  display: flex;
  gap: 8px;
  margin-bottom: clamp(26px, 2.3438vw, 37.5px);
}

.badge{
  background: #ff5624;
  color: #fff;
  font-size: 16px;
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 400;
  font-family: 'pretendard';
}

.hall-sub{
  color: #ff5624;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
  font-size: clamp(24px, 2.5000vw, 32px);
  font-family: 'Welstorygothic', sans-serif;
  letter-spacing: -0.5px;
}
.hall-sub-mo{display: none;}
.hall-sub-pc{display: block;}

.hall-desc{
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-family: 'pretendard';
  font-weight: 400;

}

.hall-header__right img{
  width: 80px;
}

.hall-tabs{
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: clamp(28px, 2.3438vw, 37.5px) 0 clamp(28px, 2.3438vw, 37.5px);
  border-top: 1px solid #C0BDB9;
}

.tab{
  background: #C0BDB9;
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: 500;
  font-size: clamp(16px, 1.4062vw, 19px);
  cursor: pointer;
  font-family: 'pretendard';
}

.tab.active{
  background: #ff5624;
  color: #fff;
}

.hall-map img{
  width: 100%;
  display: block;
  border-radius: 6px;
}

.booth-tabs{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 40px 0 30px;
  border-top: 1px solid #C0BDB9;
}

.booth-tabs .tab{
  background: #C0BDB9;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: clamp(16px, 1.4062vw, 19px);
  cursor: pointer;
  font-family: 'pretendard';
}

.booth-tabs .tab.active{
  background: #ff5624;
  color: #fff;
}

.booth-tabs .tab:hover{
  background: #ff5624;
  color: #fff;
}

.booth-map{
  width: 960px;
  margin: 0 auto;
}

.booth-map img{
  width: 100%;
  display: block;
  border-radius: 8px;
}



.hall-tabs .tab,
.booth-tabs .tab{
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

/* active가 아닌 탭도 마우스 오버 시 피드백 */
.hall-tabs .tab:not(.active):hover,
.booth-tabs .tab:not(.active):hover{
  background: #ff5624;
  color: #fff;
}

/* active 상태는 항상 동일 톤 유지(hover로 흔들리지 않게) */
.hall-tabs .tab.active,
.booth-tabs .tab.active{
  background: #ff5624;
  color: #fff;
}

/* Hall (K-외식관 / K-급식관) - Tablet (768 ~ 1023) */
@media (min-width: 768px) and (max-width: 1023px){
  .hall-section{
    padding: 100px 0;
  }
  .hall-inner{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }

  .hall-header{
    position: relative;
    display: block;
    margin-bottom: 32px;
  }
  .hall-header__left{
    padding-right: 104px;
  }
  .hall-header__right{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
  }
  .hall-header__right img{
    width: 80px;
    display: block;
  }

  /* 타이포/간격(시안 톤) */
  .hall-quart{
    width: 50px;
    margin-bottom: 16px;
  }
  .hall-title{
    font-size: clamp(38px, 5.0000vw, 50px);
    line-height: 1.25;
    margin: 0 0 16px;
  }
  .hall-badges{
    margin-bottom: clamp(22.5px, 3.7500vw, 37.5px);
  }
  .badge{
    padding: 6px 16px;
  }
  .hall-sub{
    margin: 0 0 clamp(22.5px, 3.7500vw, 37.5px);
    font-size: clamp(20px, 3.0000vw, 30px);
    line-height: clamp(24px, 4.0000vw, 40px);
  }
  .hall-desc{
    font-size: clamp(16.5px, 2.7500vw, 27.5px);
    line-height: clamp(21px, 3.5000vw, 35px);
  }
  .hall-sub,
  .hall-desc{
    width: calc(100% + 104px);
    margin-right: -104px;    /* padding-right로 줄어든 폭을 다시 복원 */
  }

  /* (선택) 텍스트가 아이콘 아래로 너무 붙으면 여백 보정 */
  .hall-quart{ margin-bottom: 16px; }
  .hall-title{ margin-bottom: 16px; }
  .hall-badges{ margin-bottom: clamp(22.5px, 3.7500vw, 37.5px); }

  /* (옵션) K-외식관 탭도 좁아질 때 1줄 + 스크롤 */
  .hall-tabs{
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }
  .hall-tabs::-webkit-scrollbar{ display: none; }
  .hall-tabs .tab{
    flex: 0 0 auto;
    white-space: nowrap;
  }

  /* K-급식관 탭(7개) - 1줄 유지 + 가로 스크롤 */
  .booth-tabs{
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }
  .booth-tabs::-webkit-scrollbar{ display: none; }
  .booth-tabs .tab{
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .hall-tabs,
  .booth-tabs{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    column-gap: 10px;

    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    /* 처음/끝 탭도 보기 좋게 */
    padding: clamp(22px, 6.4vw, 30px) 24px clamp(22px, 6.4vw, 30px);
    scroll-padding-left: 24px;
    scroll-padding-right: 24px;

    /* 스냅(슬라이드 느낌) */
    scroll-snap-type: x proximity;

    /* 스크롤바 숨김 */
    scrollbar-width: none;
  }
  .hall-tabs::-webkit-scrollbar,
  .booth-tabs::-webkit-scrollbar{
    display: none;
  }

  /* 각 탭은 줄어들지 않고 스냅 기준이 되게 */
  .hall-tabs .tab,
  .booth-tabs .tab{
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  /* 맵 영역: booth-map의 960px 고정 해제 */
  .booth-map{
    width: 100%;
    margin: 0;
  }
  .booth-map img{
    width: 100%;
    display: block;
    border-radius: 6px;
  }

  /* (선택) K-외식관 맵 라운드도 태블릿 톤으로 */
  .hall-map img{
    border-radius: 6px;
  }
}

/* Hall / Booth - Mobile (360 ~ 767) */
@media (max-width: 767px){
  .hall-section{
    padding: 80px 0;
  }

  .hall-inner{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(15px, 4.2vw, 24px);
    overflow: visible;
  }

  .hall-header{
    position: relative;
    display: block;
    margin-bottom: clamp(22px, 6.4vw, 30px);
  }

  .hall-header__right{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
  }
  .hall-header__right img{
    width: 80px;
    display: block;
  }

  /* 타이틀/뱃지는 우측 아이콘과 겹치지 않게만 제한(본문 폭은 그대로) */
  .hall-title,
  .hall-badges{
    max-width: calc(100% - 96px); /* 80px + 여유 */
  }

  .hall-quart{
    width: 50px;
    margin-bottom: 14px;
  }

  .hall-title{
    font-size: clamp(38px, 10.6667vw, 50px);
    line-height: 1.2;
    margin: 0 0 14px;
  }

  .badge{
    font-size: 14px;
    padding: 6px 16px;
  }

  .hall-sub{
    font-size: clamp(17px, 4.8000vw, 22.5px);
    line-height: 1.45;
    margin: 0 0 clamp(28px, 8.0000vw, 37.5px);
  }
  .hall-sub-mo{display: block;}
  .hall-sub-pc{display: none;}

  .hall-desc{
    font-size: 16px;
    line-height: 1.46;
    margin: 0;
  }


  .hall-tabs,
  .booth-tabs{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
    gap: 10px;

    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;

    padding: clamp(22px, 6.4vw, 30px) 15px 6px;
    scroll-padding-left: 15px;
    scroll-padding-right: 15px;

    scroll-snap-type: x proximity; /* 스와이프 시 ‘슬라이드’ 느낌 */
    scrollbar-width: none;         /* Firefox 스크롤바 숨김 */
    margin: clamp(28px, 8.0000vw, 37.5px) 0 0;
  }
  .hall-tabs::-webkit-scrollbar,
  .booth-tabs::-webkit-scrollbar{
    display: none;                 /* Chrome/Safari 스크롤바 숨김 */
  }

  .hall-tabs .tab,
  .booth-tabs .tab{
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    font-size: clamp(14px, 3.7333vw, 17.5px);
  }

  /* 맵: 고정 960 해제 */
  .hall-map, .booth-map{
    width: 100%;
    margin: 0;
    background-color: rgba(223, 222, 220, 0.2);
    padding: 30px 0;
  }
  .booth-map img,
  .hall-map img{
    width: 100%;
    display: block;
    border-radius: 6px;
  }
}

/* (선택) 360 이하에서 우측 아이콘만 조금 축소 */
@media (max-width: 360px){
  .hall-header__right,
  .hall-header__right img{
    width: 72px;
  }
  .hall-title,
  .hall-badges{
    max-width: calc(100% - 86px);
  }
}

/* ===== Tabs horizontal slide (Tablet/Mobile only) ===== */
@media (max-width: 1023px){
  .hall-tabs,
  .booth-tabs{
    display: flex !important;
    align-items: center;
    justify-content: flex-start;

    flex-wrap: wrap !important;        /* ✅ 줄바꿈 핵심 */
    gap: 10px;

    overflow: visible !important;       /* ✅ 가로 스크롤 제거 */
    overflow-x: visible !important;
    overflow-y: visible !important;

    touch-action: auto !important;      /* pan-x 제거 */
    scroll-snap-type: none !important;  /* 스냅 제거 */
  }
  .hall-tabs,
  .booth-tabs{ cursor: default !important; }

  .hall-tabs .tab,
  .booth-tabs .tab{
    flex: 0 0 auto;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}

/* 패딩만 디바이스별로 */
@media (min-width: 768px) and (max-width: 1023px){
  .hall-tabs,
  .booth-tabs{ padding: 30px 24px 30px; }
}
@media (max-width: 767px){
  .hall-tabs,
  .booth-tabs{ padding: 30px 15px 30px; }
}


/* 패딩(기존 값 유지하면서 1199까지 확장) */
@media (min-width: 768px) and (max-width: 1199px){
  .hall-tabs,
  .booth-tabs{
    padding: 30px 24px 30px;
    scroll-padding-left: 24px;
    scroll-padding-right: 24px;
  }
}
@media (max-width: 767px){
  .hall-tabs,
  .booth-tabs{
    padding: 30px 15px 30px;
    scroll-padding-left: 15px;
    scroll-padding-right: 15px;
  }
}

/* (선택) PC에서 마우스로도 ‘드래그 스크롤’ 느낌 주기용 커서 */
@media (max-width: 1199px) and (pointer: fine){
  .hall-tabs,
  .booth-tabs{ cursor: grab; }
  .hall-tabs.is-dragging,
  .booth-tabs.is-dragging{ cursor: grabbing; }
}


/* 탭 가로 스크롤 보장: <=1199에서도 잘림 방지 */
@media (max-width: 1199px){
  /* ===== Tabs: swipe 제거 + 자동 줄바꿈(2줄~N줄) ===== */
  .hall-tabs,
  .booth-tabs{
    display: flex !important;
    align-items: center;
    justify-content: flex-start;

    flex-wrap: wrap !important;        /* ✅ 줄바꿈 핵심 */
    gap: 10px;

    overflow: visible !important;       /* ✅ 가로 스크롤 제거 */
    overflow-x: visible !important;
    overflow-y: visible !important;

    -webkit-overflow-scrolling:auto;
    touch-action: auto !important;      /* pan-x 제거 */
    scroll-snap-type: none !important;  /* 스냅 제거 */
  }

  /* 버튼은 한 줄 유지(너무 길면 말줄임) */
  .hall-tabs .tab,
  .booth-tabs .tab{
    flex: 0 0 auto;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* grab 커서(드래그 암시) 제거 */
  .hall-tabs,
  .booth-tabs{ cursor: default !important; }
}




/* seminar */
.seminar{
  width: 100%;
  background: #fff;
  padding: 120px 0;
}
.seminar__inner{
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.seminar__head{
  text-align: left;
  margin-bottom: 18px;
}
.seminar__title{
  margin: 0 0 18px;
  font-size: clamp(44px, 4.0625vw, 60px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #424241;
  font-family: 'Welstorygothic';
}
.seminar__desc{
  color: #ff5624;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 clamp(22.5px, 2.3438vw, 37.5px);
  font-size: clamp(24px, 2.5000vw, 32px);
  font-family: 'Welstorygothic';
}

.seminar__table{
  border-top: 1px solid #C0BDB9;
}
.seminar__row{
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: clamp(28px, 2.3438vw, 37.5px) 0;
  border-bottom: 1px solid #C0BDB9;
  align-items: stretch;
}
.seminar__row02{
  padding-bottom: 64px;
  border-bottom: none;
}
.seminar__meta{
  display: flex;
  align-items: center;
  gap: 16px;
}
.seminar__date{
  margin: 0;
  font-size: clamp(38px, 3.1250vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #424242;
  font-family: 'Welstorygothic';
}
.seminar__topic{
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #424242;
  letter-spacing: -0.02em;
  line-height: 25.2px;
}

/* 연사 영역(PC) */
.seminar__speakers{
  padding-left: 0 !important;
}
.seminar__track{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
}
.seminar__track img{
  width: 100%;
  height: auto;
  display: block;
  background: #f3f3f3;
}

/* Seminar - TabletPC (>=1024): 롤링 X + 4개 그리드 */
@media (min-width: 1024px){
  .seminar__date{
    font-size: clamp(38px, 3.1250vw, 42px);
  }
  .seminar__topic{
    font-size: clamp(30px, 2.5000vw, 34px);
    line-height: 32px;
  }

  .seminar__speakers{
    overflow: visible;
  }

  .seminar__track{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    width: 100%;
  }

  /* 혹시 리사이즈로 is-marquee가 남아도 PC에서는 애니메이션 금지 */
  .seminar__track.is-marquee{
    animation: none !important;
  }

  .seminar__track img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0; /* 시안 카드가 각진 느낌이면 0, 둥글면 6px로 */
  }
}
/* Seminar - Tablet (768 ~ 1023) */
@media (min-width: 768px) and (max-width: 1023px){
  .seminar{
    padding: 100px 0;
  }
  .seminar .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
  .seminar__inner{
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .seminar__title{
    font-size: clamp(38px, 5.0000vw, 50px);
    line-height: 1.25;
  }
  .seminar__desc{
    margin: 0 0 30px;
    font-size: clamp(20px, 3.0000vw, 30px);
  }
  .seminar__topic{
    font-size: clamp(22px, 3.0000vw, 30px);
    line-height: 33.6px;
  }

  /* 표 */
  .seminar__row{
    grid-template-columns: 1fr;
    row-gap: 26px;
    padding: 30px 0;
  }

  /* 날짜/주제 */
  .seminar__date{
    font-size: clamp(30px, 4.0000vw, 40px);
  }

  /* 연사 영역: 태블릿에서는 들여쓰기 줄여서 3장 폭 확보 */
  .seminar__speakers{
    overflow: hidden;
  }
  .seminar__track{
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    width: max-content;
    will-change: transform;
  }
  .seminar__track.is-marquee{
    animation: seminar-marquee var(--seminar-marquee-duration, 24s) linear infinite;
  }
  .seminar__track img{
    flex: 0 0 auto;
    width: clamp(220px, 28.125vw, 280px);
    height: auto;
    display: block;
    border-radius: 0;
  }
}

/* Seminar - Mobile Fluid (360 ~ 767) + 모바일에서만 무한 롤링 */
@media (max-width: 767px){
  .seminar{
    padding: clamp(80px, 12vw, 120px) 0;
  }
  .seminar .container{
    padding: 0 clamp(15px, 4.2vw, 24px);
  }
  .seminar__inner{
    width: 100%;
    max-width: 100%;
  }

  .seminar__title{
    font-size: clamp(38px, 10.6667vw, 50px);
    line-height: 1.25;
  }
  .seminar__desc{
    font-size: clamp(17px, 4.8000vw, 22.5px);
    line-height: 1.45;
    margin: 0 0 clamp(28px, 8.0000vw, 37.5px);
  }


  .seminar__row{
    grid-template-columns: 1fr;
    row-gap: clamp(24px, 7vw, 30px);
    padding: clamp(24px, 7vw, 30px) 0;
  }

  .seminar__date{
    font-size: clamp(20px, 6.4000vw, 30px);
  }
  /* ✅ 모바일 롤링 트랙(실제 애니메이션은 JS가 data-marquee="1" 넣어줄 때만 동작) */
  .seminar__track{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    width: max-content;
    will-change: transform;
  }

  /* JS가 is-marquee를 붙이면 동작 */
  .seminar__track.is-marquee{
    animation: seminar-marquee var(--seminar-marquee-duration, 18s) linear infinite;
  }

  /* 375에서 2장 정도 보이게 */
  .seminar__track img{
    flex: 0 0 auto;
    width: clamp(150px, 53.33vw, 220px);
    height: auto;
    display: block;
  }
}
/* (선택) 360 이하에서만 살짝 더 타이트 */
@media (max-width: 360px){
  .seminar__track{ gap: 10px; }
  .seminar__track img{
    flex-basis: 145px;
    max-width: 145px;
  }
}

/* 무한 롤링 키프레임 (트랙이 "동일한 콘텐츠 2세트"일 때 -50%가 정확히 한 세트 이동) */
@keyframes seminar-marquee{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); } /* 2세트일 때 딱 1세트 만큼 이동 */
}

@media (prefers-reduced-motion: reduce){
  .seminar__track.is-marquee{ animation: none !important; }
}


/* special-program */
.special-program {
  background: #0b0b0b;
  color: #ffffff;
  font-family: Pretendard, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", sans-serif;
  overflow: hidden;
  position: relative;
}
.sp-checker {
  width: 100%;
  line-height: 0;
  height: 80px;
  overflow: hidden;
}
.sp-checker img {
  display: block;
  height: calc(100% + 1px);
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.sp-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 0 50px;
}
.sp-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}
.sp-title-wrap {
  max-width: 720px;
}
.sp-quote {
  width: 50px;
  margin-bottom: 14px;
  display: block;
}
.sp-title {
  margin: 0 0 30px;
  font-size: clamp(44px, 4.0625vw, 60px);
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-weight: 800;
  font-family: 'Welstorygothic';
}
.sp-desc {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.6;
}
.sp-desc-pc{display: block;}
.sp-desc-mo{display: none;}

.sp-highlight {
  margin: 0;
  color: #ff5624;
  font-size: clamp(24px, 2.5000vw, 32px);
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: 'Welstorygothic';
}
.sp-logo img {
  width: 80px;
  display: block;
  margin-top: 6px;
}
.sp-divider {
  border: 0;
  border-top: 1px solid #C0BDB9;
  margin: 30px 0;
}
.sp-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.sp-date-big {
  font-size: clamp(34px, 3.2vw, 44px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 8px;
  font-family: 'Welstorygothic';
}
.sp-date-sub {
  font-size: clamp(18px, 1.8750vw, 30px);
  line-height: 1.6;
  margin-bottom: 14px;
}

.sp-partners {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

.sp-partner-logo{
  height: 14px;
  width: auto;
  display: block;
  object-fit: contain;
  opacity: 0.95;
}
.sp-partner-logo-welstory{
  height: 18px;
  width: auto;
  display: block;
  object-fit: contain;
  opacity: 0.95;
}

.sp-partner-divider{
  width: 1px;
  height: 14px;
  background-color: #999;
  display: inline-block;
}

.sp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 18px;
  min-width: 168px;
  background: #ffffff;
  color: #111;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;

  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
}

.sp-cta:hover {
  filter: brightness(0.96);
}

.sp-cta:active {
  transform: translateY(1px);
}

.sp-cta-arrow {
  font-size: 18px;
  line-height: 1;
}

.sp-marquee {
  padding: 32px 0 120px;
}

.sp-track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
  animation: sp-marquee-move linear infinite;
  animation-duration: 40s;
}
/* sp-marquee 끊김 방지 보강(추가) */
.sp-marquee { overflow: hidden; }
.sp-track   { flex-wrap: nowrap; }

.sp-card {
  width: clamp(220px, 22vw, 280px);
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: 0 12px 26px rgba(0,0,0,0.38);
}

.sp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

@keyframes sp-marquee-move {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.sp-marquee[data-paused="true"] .sp-track {
    animation-play-state: paused;
}

/* special-program - Tablet  */
@media (max-width: 1024px) {

  .sp-inner {
    padding: 100px 30px 50px;
    max-width: 920px;
  }

  .sp-bottom {
    align-items: flex-start;
  }

  .sp-cta {
    min-width: 152px;
    padding: 12px 16px;
  }

  .sp-date-sub{
    font-size: clamp(22px, 3.0000vw, 30px);
  }
}

/* special-program - Mobile Fluid (360 ~ 767) */
@media (max-width: 767px){
  .sp-checker{
    height: 24px;
  }
  .sp-inner{
    max-width: 100%;
    padding: clamp(80px, 32vw, 120px) clamp(15px, 4.2vw, 24px) 50px;
  }

  /* 상단: 타이틀(좌) + 로고(우) 유지 */
  .sp-head{
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: clamp(14px, 4vw, 18px);
    row-gap: clamp(18px, 6vw, 26px);
    align-items: start;
  }
  .sp-title-wrap{
    max-width: none;
    display: contents;
  }
  /* 배치 */
  .sp-quote{
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0; /* row-gap로 간격 관리 */
  }
  /* 타이틀 크기/행간(모바일 시안 느낌) */
  .sp-title{
    font-size: clamp(38px, 5.0000vw, 50px);
    line-height: 1.25;
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }

  .sp-logo{
    grid-column: 2;
    grid-row: 1 / span 2; /* 로고를 타이틀 영역 옆에 고정 */
    justify-self: end;
  }
  .sp-logo img{
    width: clamp(86px, 22vw, 120px);
    margin-top: 6px;
  }

  .sp-desc{
    margin: 0 0 clamp(18px, 8vw, 30px);
    font-size: clamp(16px, 4.2vw, 18px);
    line-height: 1.4;
    color: rgba(255,255,255,.85);
    grid-column: 1 / -1;  /* 전체 폭 */
    grid-row: 3;
    width: 100%;
    margin: 0;
  }
  .sp-desc-pc{display: none;}
  .sp-desc-mo{display: block;}

  .sp-highlight{
    font-size: clamp(17px, 4.8000vw, 22.5px);
    line-height: 1.45;
    grid-column: 1 / -1;  /* 전체 폭 */
    grid-row: 4;
    width: 100%;
    margin: 0;
  }
  .sp-divider{
    margin: clamp(26px, 8vw, 36px) 0;
    border-top-color: rgba(255,255,255,.18);
  }

  /* 하단: 모바일은 세로 스택 */
  .sp-bottom{
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(22px, 7vw, 30px);
  }
  .sp-date-big{
    font-size: clamp(24px, 6.4vw, 44px);
    line-height: 1.1;
  }
  .sp-date-sub{
    font-size: clamp(22px, 6.4000vw, 30px);
    line-height: 1.45;
    margin-bottom: 30px;
  }

  .sp-partners{
    margin-top: 0;
  }

  /* CTA 버튼: 시안처럼 큼 + 좌정렬 */
  .sp-cta{
    min-width: 186px;
    padding: 20px 28px;
    justify-content: space-between;
    box-shadow: none;
  }
  .sp-cta-arrow{
    font-size: 22px;
  }

  /* ✅ 하단 이미지(2장 보이는 느낌) + 좌우 여백 맞춤 */
  .sp-marquee{
    padding: 32px clamp(15px, 4.2vw, 24px) 130px;
  }
  .sp-track{
    gap: 12px;
    animation-duration: 40s;
  }
  .sp-card{
    width: clamp(160px, 80vw, 300px); /* 375에서 약 165~172px → 2장 느낌 */
    border-radius: 0;
    box-shadow: none;
  }
  .sp-card img{
    transform: none;
  }
}

/* (선택) 360px 이하에서만 살짝 타이트 */
@media (max-width: 360px){
  .sp-cta{ min-width: 200px; }
  .sp-card{ width: 160px; }
}




/* poster-visual */
.poster-visual{
  width: 100%;
  background: #fff;
  padding: 120px 0;
}
.poster-visual__inner{
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.poster-visual__left{
  text-align: left;
}
.poster-visual__kicker{
  margin: 0 0 40px;
  font-size: 20px;
  color: #5E5E5E;
  font-family: 'pretendard';
}
.poster-visual__kicker-pc{display: block;}
.poster-visual__kicker-mo{display: none;}

.poster-visual__title-img{
  display: block;
  width: 420px;      /* ✅ 필요 시 조절 */
  max-width: 100%;
  height: auto;
}
.poster-visual__year{
  margin: 14px 0 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #123b59;
  font-family: 'Welstorygothic';
}

.poster-visual__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  height: 44px;
  padding: 0 18px;
  border: 1px solid #333333;
  background: #ffffff;
  color: #222222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-family: 'pretendard';
  margin-bottom: 10px;
  border-radius: 2px;
}
.poster-visual__btn span{
  font-size: 16px;
  line-height: 1;
}

/* poster-visual - Tablet (768 ~ 1023) */
@media (min-width: 768px) and (max-width: 1023px){
  .poster-visual{
    padding: 80px 0;
  }
  .poster-visual .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }

  .poster-visual__inner{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    gap: 40px;
  }

  /* 상단 안내 문구 */
  .poster-visual__kicker{
    margin: 0 0 30px;
  }

  .poster-visual__title-img{
    width: 368px;
    max-width: 100%;
  }
  .poster-visual__year{
    font-size: 32px;
    margin-top: 24px;
  }

  .poster-visual__btn{
    min-width: 200px;
    padding: 30px 24px;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 10px;
  }
  .poster-visual__btn span{
    font-size: 18px;
  }
}

/* poster-visual - Mobile Fluid (360 ~ 767) */
@media (max-width: 767px){
  .poster-visual{
    padding: clamp(80px, 12vw, 110px) 0;
  }
  .poster-visual .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(15px, 4.2vw, 24px);
  }

  /* 가로 2열 -> 세로 스택 */
  .poster-visual__inner{
    width: 100%;
    max-width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
  }

  /* 좌측(이제는 상단 영역) */
  .poster-visual__left{
    width: 100%;
  }

  /* 쿼트 이미지(현재 HTML에 hall-quart 사용 중) */
  .poster-visual .hall-quart{
    width: clamp(34px, 14.13vw, 53px);
    height: auto;
    display: block;
  }

  .poster-visual__kicker{
    margin: 0 0 clamp(18px, 6.67vw, 25px);
    font-size: clamp(16px, 4.2vw, 18px);
    line-height: 1.4;
  }
  .poster-visual__kicker-mo{display: block;}
  .poster-visual__kicker-pc{display: none;}

  .poster-visual__title-img{
    width: min(100%, 270px);  /* 시안처럼 크게, 하지만 과확대 방지 */
    height: auto;
  }
  .poster-visual__year{
    margin-top: clamp(16px, 5.33vw, 20px);
    font-size: clamp(22px, 6.4vw, 28px); /* 375에서 약 24px */
    line-height: 1.25;
  }

  .poster-visual__btn{
    align-self: flex-start;
    padding: 26px 20px;
    justify-content: space-between;
    gap: 24px;
    font-size: 14px;
    margin-bottom: 0; /* PC에서 있던 10px 제거 */
  }
  .poster-visual__btn span{
    font-size: 18px;
  }
}

/* (선택) 360 이하에서만 살짝 타이트 */
@media (max-width: 360px){
  .poster-visual__title-img{ width: min(100%, 300px); }
  .poster-visual__btn{ min-width: 200px; }
}



/* image-section */
.image-section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.image-section img {
  display: block;
  /* height: 320px; */
  width: 100%;
}



/* way-section */
.way-section{
  background: #ffffff;
  padding: 120px 0 120px;
  overflow: hidden;
}
.way-section__inner{
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.way-section__top{
  display: grid;
  grid-template-columns: 300px 1fr;  /* 좌 300 + gap 36 => 우 624 */
  column-gap: 44px;
  align-items: start;
  border-bottom: 1px solid #C0BDB9;
}
.way-section__heading{
  margin: 0;
  font-size: clamp(44px, 4.0625vw, 60px);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-family: 'Welstorygothic';
  color: #424241;
}

.way-section__info{
  border-top: 1px solid #C0BDB9;
}
.way-section__row{
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 40px;
  padding: clamp(28px, 2.3438vw, 37.5px) 0;
  align-items: start;
}
.way-section__row + .way-section__row{
  border-top: 1px solid #C0BDB9;
  padding: clamp(28px, 2.3438vw, 37.5px) 0 32px;
}

.way-section__dt{
  color: var(--orange);
  font-size: clamp(17px, 4.8000vw, 22.5px);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: 'Welstorygothic';
  line-height: normal;
}
.way-section__dd{
  color: #424241;
  font-size: clamp(17px, 1.4062vw, 22.5px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-family: 'pretendard';
}
.way-section__dd-pc{display: block;}
.way-section__dd-mo{display: none;}

.way-section__dd ul{
  margin: 10px 0 0;
  padding-left: 18px;
}
.way-section__dd li{
  list-style: disc;
  font-weight: 300;
}

.way-section__map{
  padding-top: clamp(28px, 2.3438vw, 37.5px);
}

.way-section__map img{
  width: 100%;
  height: auto;
}
.map-pc{display: block;}
.map-mo{display: none;}

/* way-section - Tablet (768 ~ 1023) */
@media (min-width: 768px) and (max-width: 1023px){
  .way-section{
    padding: 100px 0;
  }
  .way-section .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }

  .way-section__inner{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  /* 좌(타이틀) / 우(안내) 2열 유지 + 좌폭 조정 */
  .way-section__top{
    grid-template-columns: 24vw 1fr; /* 좌 타이틀 영역 */
    column-gap: 24px;
  }

  .way-section__heading{
    font-size: clamp(38px, 5.0000vw, 50px);
    line-height: 1.25;
  }

  /* 우측 안내 표 간격(시안 느낌으로 약간 타이트) */
  .way-section__row{
    column-gap: 12px;
    padding: 30px 0;
  }
  .way-section__row + .way-section__row{
    padding: 30px 0 30px;
  }

  /* 지도 위 여백(시안처럼 조금 더 여유) */
  .way-section__map{
    padding-top: 30px;
  }
  .way-section__map img{
    width: 100%;
    height: auto;
  }
}
/* way-section - Mobile Fluid (360 ~ 767) */
@media (max-width: 767px){
  .way-section{
    padding: clamp(80px, 12vw, 110px) 0;
  }

  .way-section__inner{
    width: 100%;
  }

  /* 2열(타이틀/안내) -> 1열(타이틀 위, 안내 아래) */
  .way-section__top{
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: clamp(22px, 6.5vw, 36px);
  }

  .way-section .hall-quart{
    width: clamp(34px, 14.13vw, 53px);
    height: auto;
    display: block;
  }
  .way-section__heading{
    font-size: clamp(38px, 10.6667vw, 50px);
    line-height: 1.25;
  }

  /* 안내 표(모바일에서도 2컬럼 유지: 라벨/내용) */
  .way-section__row{
    grid-template-columns: clamp(84px, 22vw, 110px) 1fr;
    column-gap: clamp(16px, 5.33vw, 20px);
    padding: clamp(18px, 8vw, 30px) 0;
  }
  .way-section__row + .way-section__row{
    padding: clamp(18px, 8vw, 30px) 0;
  }
  .way-section__dt{
    font-size: clamp(16px, 4.2vw, 18px);
    padding-top: 2px;
  }
  .way-section__dd{
    line-height: 1.4;
  }
  .way-section__dd-pc{display: none;}
  .way-section__dd-mo{display: block;}

  .way-section__dd ul{
    margin: 10px 0 0;
    padding-left: 18px;
  }
  .way-section__dd li{
    font-weight: 400;
  }

  /* 지도 위 간격 */
  .way-section__map{
    padding-top: clamp(24px, 8vw, 30px);
  }
  .way-section__map img{
    width: 100%;
    height: auto;
  }
  .map-pc{display: none;}
  .map-mo{display: block;}
}

/* (선택) 360 이하에서만 살짝 더 타이트 */
@media (max-width: 360px){
  .way-section__row{
    grid-template-columns: 80px 1fr;
    column-gap: 14px;
  }
}



/* event-guide */
.event-guide{
  width: 100%;
  background: rgb(223 222 220 / 20%);
  padding: 120px 0;
}
.event-guide .container{
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.event-guide__inner{
  display: grid;
  grid-template-columns: 280px 1fr;
  column-gap: 44px;
  align-items: start;
}

.event-guide__title-wrap{
  display: flex;
  flex-direction: column;
}
.event-guide__title{
  margin: 0;
  font-size: clamp(44px, 4.0625vw, 60px);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-family: 'Welstorygothic';
  line-height: 1.3;
  color: #424241;
}
.event-guide__title-pc{display: block;}
.event-guide__title-mo{display: none;}


.event-guide__list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.event-guide__item{
  background: #ffffff;
  border-radius: 0 0 0 20px;
  padding: 28px 34px;
  display: flex;
  gap: 22px;
  align-items: center;
}
.event-guide__icon-img{
  display: block;
  width: 52px;
  object-fit: contain;
}

.event-guide__text{
  min-width: 0;
}
.event-guide__head{
  margin: 0;
  color: var(--orange);
  font-family: 'Pretendard';
  font-weight: 700;
  font-size: clamp(17px, 1.4062vw, 22.5px);
  line-height: 1.45;
  letter-spacing: -0.02em;
}
.event-guide__desc{
  margin: 5px 0 0;
  color: #424241;
  font-family: 'Pretendard';
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.event-guide__desc-pc{display: block;}
.event-guide__desc-mo{display: none;}
/* Event Guide - Tablet (768 ~ 1023) */
@media (min-width: 768px) and (max-width: 1023px){
  .event-guide{
    padding: 100px 0;
  }
  .event-guide .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px; /* 태블릿 좌우 여백 */
  }

  /* 2열 유지: 좌(타이틀) / 우(카드) */
  .event-guide__inner{
    grid-template-columns: 24vw 1fr; /* 좌 타이틀 영역 */
    column-gap: 24px;
    align-items: start;
  }

  /* 좌측 타이틀 영역 */
  .event-guide__title{
    font-size: clamp(38px, 5.0000vw, 50px);
    line-height: 1.25;
  }

  /* 카드 리스트 간격 */
  .event-guide__list{
    gap: 10px;
  }
  /* 카드 */
  .event-guide__item{
    padding: 25px 25px;
    gap: 25px;
  }

  /* 아이콘 */
  .event-guide__icon-img{
    width: 52px;
    height: auto;
  }
  /* 텍스트 */
  .event-guide__head{
    font-size: clamp(17px, 2.2500vw, 22.5px);
    line-height: 1.45;
  }
  .event-guide__desc{
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.55;
  }
  .event-guide__desc-pc{display: none;}
  .event-guide__desc-mo{display: block;}
}

/* Event Guide - Mobile Fluid (360 ~ 767) */
@media (max-width: 767px){
  .event-guide{
    padding: clamp(80px, 12vw, 110px) 0;
  }
  .event-guide .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(15px, 4.2vw, 24px);
  }

  /* 2열 -> 1열 */
  .event-guide__inner{
    grid-template-columns: 1fr;
    row-gap: clamp(22px, 6.5vw, 36px);
    align-items: start;
  }

  .event-guide .hall-quart{
    width: clamp(34px, 14.13vw, 53px);
    height: auto;
    display: block;
  }
  .event-guide__title{
    font-size: clamp(38px, 10.6667vw, 50px);
    line-height: 1.25;
  }
  .event-guide__title-pc{display: none;}
  .event-guide__title-mo{display: block;}

  /* 카드 리스트 */
  .event-guide__list{
    gap: clamp(10px, 2.67vw, 18px);
  }
  /* 카드: 모바일은 세로 배치(아이콘 위, 텍스트 아래) */
  .event-guide__item{
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(10px, 5.33vw, 20px);
    padding: clamp(22px, 6.4vw, 30px);
  }

  /* 텍스트 */
  .event-guide__head{
    font-size: clamp(15px, 4.2667vw, 20px);
    line-height: 1.45;
  }
  .event-guide__desc{
    margin-top: clamp(5px, 1.33vw, 8px);
    font-size: 14px;
    line-height: 1.65;
  }
  .event-guide__desc-pc{display: none;}
  .event-guide__desc-mo{display: block;}
}

/* (선택) 360 이하에서 카드 패딩만 살짝 줄이기 */
@media (max-width: 360px){
  .event-guide__item{
    padding: 20px;
  }
}



/* faq */
.faq{
  width: 100%;
  background: #fff;
  padding: 120px 0;
}
.faq .container{
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.faq__inner{
  display: grid;
  grid-template-columns: 280px 1fr;
  column-gap: 44px;
  align-items: start;
}

.faq__title-wrap{
  display: flex;
  flex-direction: column;
}
.faq__title{
  margin: 0;
  font-size: clamp(44px, 4.0625vw, 60px);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-family: 'Welstorygothic';
  line-height: 1.3;
  color: #424241;
}
.faq__title-mo{display: none;}
.faq__title-pc{display: block;}

.faq__content{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faq__group{
  padding-top: 30px;
  border-top: 1px solid #C0BDB9;
}
.faq__group-title{
  margin: 0 0 30px;
  color: var(--orange);
  font-size: clamp(18px, 1.8750vw, 26px);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: 'Pretendard';
}

/* 리스트 박스 */
.faq__list{
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #C0BDB9;
  background: #fff;
}
.faq__item + .faq__item{
  border-top: 1px solid #C0BDB9;
}

.faq__btn{
  width: 100%;
  border: 0;
  background: transparent;
  padding: clamp(15px, 1.5625vw, 22px) clamp(16.5px, 1.7188vw, 24px);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  cursor: pointer;
  font-family: 'Pretendard';
}
.faq__q{
  flex: 0 0 auto;
  font-size: clamp(17px, 1.4062vw, 20px);
  font-weight: 700;
  color: #424241;
}
.faq__question{
  flex: 1 1 auto;
  min-width: 0;
  color: #424241;
  font-size: clamp(17px, 1.4062vw, 20px);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.faq__btn>img{
  width: 24px;
  transition: transform .15s ease;
}

/* 답변 패널 */
.faq__panel{
  padding: 0px 22px 20px 48px; /* Q. 이후 들여쓰기 느낌 */
}
.faq__answer{
  margin: 0;
  color: #5E5E5E;
  font-size: clamp(15px, 1.2500vw, 20px);
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-family: 'Pretendard';
}
.faq__item.is-open .faq__btn > img{
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

/* FAQ - Tablet (768 ~ 1023) */
@media (min-width: 768px) and (max-width: 1023px){
  .faq{
    padding: 100px 0;
  }
  .faq .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px; /* 태블릿 좌우 여백 */
  }
  .faq__inner{
    grid-template-columns: 24vw 1fr; /* 좌 타이틀 영역 */
    column-gap: 24px;
    align-items: start;
  }
  .faq__title{
    font-size: clamp(38px, 5.0000vw, 50px);
    line-height: 1.25;
  }
  .faq__content{
    gap: 40px; /* 그룹(참관/세미나/코리아버거) 사이 간격 */
  }
  .faq__group-title{
    margin: 0 0 24px;
    font-size: clamp(16.5px, 2.7500vw, 24px);
  }
  .faq__btn{
    padding: 20px;
    gap: 9px;
  }
  .faq__q{
    font-size: clamp(15px, 2.0000vw, 20px);
  }
  .faq__question{
    font-size: clamp(15px, 2.0000vw, 20px);
  }
  .faq__btn > img{
    width: 24px;
    height: 24px;
  }
  .faq__panel{
    padding: 0px 22px 20px 48px;
  }
  .faq__answer{
    font-size: clamp(15px, 2.0000vw, 20px);
  }
}
/* FAQ - Mobile Fluid (360 ~ 767) */
@media (max-width: 767px){
  .faq{
    padding: clamp(80px, 12vw, 110px) 0;
  }

  .faq .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(15px, 4.2vw, 24px);
  }

  /* 2열 -> 1열 */
  .faq__inner{
    grid-template-columns: 1fr;
    row-gap: clamp(22px, 6.5vw, 36px);
  }

  /* 타이틀 영역 */
  .faq__title-wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* 쿼트 이미지(사용 중인 클래스 기준) */
  .hall-quart{
    width: clamp(34px, 14.13vw, 53px);
    height: auto;
    display: block;
  }

  .faq__title{
    font-size: clamp(38px, 10.6667vw, 50px);
    line-height: 1.25;
  }
  .faq__title-mo{display: block;}
  .faq__title-pc{display: none;}

  /* 우측(이제는 아래로 내려온 컨텐츠) */
  .faq__content{
    gap: clamp(32px, 6vw, 46px);
  }

  .faq__group{
    padding-top: clamp(20px, 4.5vw, 26px);
  }

  .faq__group-title{
    margin: 0 0 clamp(16px, 4.8vw, 24px);
    font-size: clamp(17px, 4.8000vw, 22.5px);
  }

  /* 리스트 */
  .faq__btn{
    padding: clamp(16px, 4.8vw, 20px);
    gap: 10px;
  }

  .faq__q{
    font-size: clamp(16px, 4.2667vw, 20px);
  }

  .faq__question{
    font-size: clamp(16px, 4.2667vw, 20px);
    line-height: 1.4;
  }

  .faq__btn > img{
    width: 24px;
    height: 24px;
    transition: transform .15s ease;
  }

  /* 답변 */
  .faq__panel{
    padding: 0 clamp(14px, 4.5vw, 22px)
             clamp(16px, 4.8vw, 20px) clamp(34px, 12.27vw, 46px);
  }

  .faq__answer{
    font-size: clamp(14px, 3.7333vw, 17.5px);
    line-height: 1.65;
  }

  /* 열림 상태: 화살표 회전 */
  .faq__item.is-open .faq__btn > img{
    transform: rotate(180deg);
    transform-origin: 50% 50%;
  }
}

/* (선택) 360px 이하에서 질문 줄바꿈이 너무 답답하면 살짝만 조정 */
@media (max-width: 360px){
  .faq__btn{
    padding: 16px 14px;
  }
  .faq__panel{
    padding-left: 34px;
  }
}

/* FAQ: v-w Our Services 느낌(좌측 sticky + 우측은 페이지 스크롤) */
@media (min-width: 768px){
  /* 1) 좌측 타이틀 고정 */
  .faq__title-wrap{
    position: sticky;
    top: 120px;          /* 헤더 높이가 있으면 여기만 조절 */
    align-self: start;
    height: fit-content;
  }

  /* 2) “안에 또 스크롤” 방지(우측은 절대 overflow:auto 주지 않기) */
  .faq__content{
    overflow: visible !important;
    max-height: none !important;
  }

  /* 3) sticky가 안 먹는 케이스 예방(조상 overflow 때문에 sticky가 깨지는 경우 방지) */
  .faq,
  .faq .container,
  .faq__inner{
    overflow: visible;
  }
}




.sub-visual {
    min-height: 518px;
}

.sub-visual .title-line1 {
    font-size: 50px;
}

.sub-visual .title-top {
    width: 500px;
}

.sub-visual .title-line3 {
    font-size: 30px;
}

.sub-visual .title-bottom {
    width: 441px;
}

.sub-visual::before {
    background: url('../images/main/Sld_bg.png') 50% 50% / cover no-repeat;
}

.main-visual .container {
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}

@media (max-width: 1199px) {
    .main-visual .container {
        width: 100%;
        max-width: 1180px;
        padding: 0 20px;
        position: relative;
        z-index: 2;
    }
}

.title-area {
    align-items: center;
    width: 100%;
    /* padding-top: 3.4%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 14.3%);
}

.title-images {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-group {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vw, 36px);
  align-items: center;
}

.title-line1 {
  font-size: clamp(32px, 6vw, 80px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #123b59;
  margin: 0;
  font-family: 'Welstorygothic';
}

.title-logo{
  width: clamp(180px, 23.4375vw, 300px);
}
.title-top {
  width: clamp(260px, 60vw, 850px);
  height: auto;
  display: block;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0s;
}

.title-top-pc{display: block;}
.title-top-mo{display: none;}

.title-logo-pc{display: block;}
.title-logo-mo{display: none;}

.title-line3 {
  font-size: clamp(36px, 4.5000vw, 38px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #123b59;
  margin: 0;
  font-family: 'Welstorygothic';
}

.title-bottom {
    max-width: 541px;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.image-section {
  width: 100%;
  /* height: clamp(320px, 25vw, 640px); */
}

.image-section img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Visual Info Box (메인 비주얼 일자/장소) */
.visual-info-box {
    display: flex;
    gap: 20px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.visual-info-box .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.visual-info-box .label {
    display: inline-block;
    background-color: #123b59;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}

.visual-info-box .text {
    color: #123b59;
    font-size: 20px;
    font-weight: 700;
}

/* Venue Info (서브페이지 장소/일자) */
.venue-info {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.venue-info h3 {
    display: inline-block;
    color: #123b59;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0;
    border-top: 2px solid #123b59;
    border-bottom: 2px solid #123b59;
    margin: 0;
}

/* Keyframes */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
/* Tablet Large: 1024px~1199px */
@media (min-width: 1024px) and (max-width: 1199px) {


    .visual-info-box {
        gap: 15px;
    }

    .visual-info-box .label {
        padding: 6px 16px;
        font-size: 14px;
    }

    .visual-info-box .text {
        font-size: 16px;
    }

    .venue-info h3 {
        font-size: 20px;
        padding: 12px 0;
    }
}

/* Tablet Small: 768px~1023px */
@media (min-width: 768px) and (max-width: 1023px) {

    .head .cell{
        height: 66px;
    }
    .title-area {
      /* padding-top: 3%; */
      transform: translate(-50%, 1%);
    }

}

/* Mobile: ~767px */
@media (max-width: 767px) {
    .main-visual {
        min-height: 300px;
    }

    .sub-visual {
        min-height: 218px;
    }

    .main-visual::before {
        background: url('../images/main/Sld_bg.png') 50% 50% / cover no-repeat;
    }

    .main-visual .container {
        padding: 0 15px;
        position: relative;
        z-index: 2;
    }

    .title-area {
        min-height: 218px;
        justify-content: flex-start;
        /* padding-top: 2.5%; */
        transform: translate(-50%, 2%);
    }

    .title-line1 {
        font-size: 24px;
    }

    .title-top {
        width: 80%;
        max-width: 400px;
        height: auto;
    }

    .title-line3 {
        font-size: 18px;
    }

    .title-bottom {
        width: 80%;
        max-width: 400px;
        height: auto;
    }

    .sub-visual .title-line1 {
        font-size: 22px;
    }

    .sub-visual .title-top {
        width: 85%;
        max-width: 380px;
        height: auto;
    }

    .sub-visual .title-line3 {
        font-size: 14px;
    }

    .sub-visual .title-bottom {
        width: 75%;
        max-width: 320px;
        height: auto;
    }

    .title-images {
        gap: 20px;
    }

    .title-group {
        gap: 8px;
    }

    .visual-info-box {
        flex-direction: column;
        gap: 8px;
    }

    .visual-info-box .info-item {
        gap: 10px;
    }

    .visual-info-box .label {
        padding: 5px 12px;
        font-size: 12px;
    }

    .visual-info-box .text {
        font-size: 14px;
    }

    .venue-info h3 {
        font-size: 14px;
        padding: 8px 0;
        border-width: 1px;
    }
}



/* main-visual - Tablet 768px~1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .main-visual{
    min-height: 800px;
    padding-top: 210px;
  }
  .main-visual::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 800px;
    background: url('../images/main/main_bg_table.svg') 50% 50% / cover no-repeat;
    z-index: 1;
  }

  .title-group{
    gap: clamp(19.5px, 3.2500vw, 32.5px);
  }
  .title-top-pc{display: none;}
  .title-top-mo{display: block;}

  .title-top{
    width: clamp(300px, 52vw, 480px);
  }

  .title-logo{
    width: clamp(200px, 26vw, 260px);
  }

  .title-line3{
    font-size: clamp(38px, 5.0000vw, 40px);
  }

  .main-visual__hover-logo{
    width: clamp(200px, 73.75vw, 590px);
  }
}

/* main-visual - Mobile (360 ~ 767) */
@media (max-width: 767px){

  .main-visual{
    min-height: 580px;
    padding-top: 180px;
  }
  .main-visual::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 580px;
    background: url('../images/main/main_bg_table.svg') 50% 50% / cover no-repeat;
    z-index: 1;
  }
  .title-top-pc{display: none;}
  .title-top-mo{display: block;}

  .title-logo-pc{display: none;}
  .title-logo-mo{display: block;}

  .main-visual__hover-logo{
    width: clamp(200px, 58.6667vw, 230px);
  }

  .title-group {
    gap: 18px;
  }
  .title-top {
    width: 84%;
  }
  .title-line3 {
    font-size: 25px;
  }

}



/* Content Sections */
.intro-section {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DFDEDC33;
    border-top: solid 1px #054359;
}

/* 메인 인트로 텍스트 */
.intro-text {
    text-align: center;
    width: 100%;
    /* height: 100px; */
    padding: clamp(18px, 1.72vw, 26px) 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-text p {
    font-family: 'Welstorygothic', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 2.5vw, 34px);
    color: #054359;
    line-height: 44.8px;
}

/* 태블릿 Large */
@media (max-width: 1199px) {
    .intro-text p {
        font-size: clamp(22px, 3.0000vw, 30px);
    }
    .image-section{
      height: clamp(200px, 25vw, 320px);
    }
    /* .image-section img{ height: 100%; } */
}

/* 태블릿 Small */
@media (max-width: 1023px) {
  .intro-section{
    padding: clamp(16.5px, 2.7500vw, 27.5px) 0;
  }
    .intro-text p {
        font-size: clamp(22px, 3.0000vw, 30px);
    }
}

/* 모바일 */
@media (max-width: 767px) {
    .intro-text p {
        font-size: 18px;
    }
    .image-section{
      height: clamp(140px, 50.1333vw, 188px);
    }
    .intro-text p br {
        display: none;
    }
}

.notice-section {
    padding: 60px 0;
    text-align: center;
    position: relative;
}

.notice-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1180px;
    max-width: 100%;
    height: 1px;
    background-color: #f2f2f2;
}

.notice-img {
    margin-bottom: 80px;
}

.logo-section {
    padding: 100px 0;
    text-align: center;
}

.exhibition-section {
    padding: 60px 0;
    text-align: center;
}

.contents-section {
    padding: 0 0;
    text-align: center;
}

.seminar-section {
    padding: 60px 0;
    text-align: center;
}

.seminar-section-additional {
    padding: 60px 0;
    text-align: center;
}

.intro-img,
.notice-img,
.logo-section-img,
.exhibition-img,
.seminar-img,
.seminar-additional-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Contents Section - Two Images Side by Side */
.contents-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.contents-item {
    max-width: 100%;
    height: auto;
    flex: 1;
    max-width: 550px;
}

/* Exhibition Grid */
.exhibition-grid {
    display: grid;
    grid-template-columns: repeat(2, 550px);
    gap: 30px;
    justify-content: center;
}

.exhibition-box {
    width: 550px;
    height: 367px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.exhibition-box.hall1 {
    background-color: #fff5f0;
}

.exhibition-box.hall2 {
    background-color: #e8eef5;
}

.exhibition-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.exhibition-box.hall1 .exhibition-btn {
    background-color: #ea550a;
    color: #fff;
}

.exhibition-box.hall2 .exhibition-btn {
    background-color: #123b59;
    color: #fff;
}

.exhibition-highlight {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.exhibition-box.hall1 .exhibition-highlight {
    color: #ea550a;
}

.exhibition-box.hall2 .exhibition-highlight {
    color: #123b59;
}

.exhibition-desc {
    font-size: 20px;
    color: #000;
    line-height: 1.6;
}

/* Section Description */
.section-desc {
    font-family: 'Welstorygothic', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #123b59;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 1.6;
    padding: 15px;
}

/* Seminar Buttons */
.seminar-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.seminar-btn {
    display: inline-block;
    width: 250px;
    height: 70px;
    line-height: 70px;
    background: url('../images/main/btn_bg.png') center / cover no-repeat;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: opacity 0.3s ease;
}

.seminar-btn:hover {
    opacity: 0.85;
}

/* Register Notice Box (메인용) */
.register-notice-box {
    margin-top: 40px;
    background-color: #F55E26;
    height: 288px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.register-notice-box p {
    font-family: 'Welstorygothic', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

/* Footer */


.company-name,
.company-number,
.company-email {
    font-size: 16px;
    color: #3b3b3b;
}





/* Responsive */
/* Tablet: 1024px~1199px */
@media (min-width: 1024px) and (max-width: 1199px) {
    .intro-section,
    .notice-section,
    .logo-section,
    .exhibition-section,
    .contents-section,
    .seminar-section,
    .seminar-section-additional {
        padding: 40px 0;
    }
    .intro-section{
      padding: 0;
    }

    .contents-wrapper {
        gap: 15px;
    }

    .contents-item {
        max-width: 48%;
    }

    .exhibition-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 20px;
    }

    .exhibition-box {
        width: 100%;
        height: auto;
        min-height: 300px;
        padding: 30px;
    }

    .exhibition-btn {
        padding: 10px 30px;
        font-size: 16px;
    }

    .exhibition-highlight {
        font-size: 20px;
    }

    .exhibition-desc {
        font-size: 16px;
    }

    .section-desc {
        font-size: 22px;
    }

    .seminar-buttons {
        gap: 15px;
        margin-top: 30px;
    }

    .seminar-btn {
        width: 200px;
        height: 56px;
        line-height: 56px;
        font-size: 16px;
    }

    .register-notice-box {
        height: 250px;
    }

    .register-notice-box p {
        font-size: 20px;
    }

    .company-details span {
        margin-right: 15px;
    }

    .footer-link {
        margin: 0 10px;
        padding-right: 10px;
    }
}

/* Tablet Small: 768px~1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    .intro-section,
    .notice-section,
    .logo-section,
    .exhibition-section,
    .contents-section,
    .seminar-section,
    .seminar-section-additional {
        padding: 30px 0;
    }

    .intro-section{
      padding: 0;
    }

    .contents-wrapper {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .contents-item {
        max-width: 100%;
        width: 100%;
    }

    .exhibition-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }

    .exhibition-box {
        width: 100%;
        height: auto;
        min-height: 280px;
        padding: 30px;
    }

    .exhibition-btn {
        padding: 10px 30px;
        font-size: 16px;
    }

    .exhibition-highlight {
        font-size: 20px;
    }

    .exhibition-desc {
        font-size: 16px;
    }

    .exhibition-desc br {
        display: none;
    }

    .section-desc {
        font-size: 20px;
    }

    .seminar-buttons {
        gap: 10px;
        margin-top: 20px;
    }

    .seminar-btn {
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }

    .register-notice-box {
        height: 220px;
    }

    .register-notice-box p {
        font-size: 18px;
    }

}

/* Mobile: ~767px */
@media (max-width: 767px) {
    .intro-section,
    .notice-section,
    .logo-section,
    .exhibition-section,
    .contents-section,
    .seminar-section,
    .seminar-section-additional {
        padding: 30px 0;
    }

    .intro-section{
      padding: 0;
      height: auto;
    }

    .contents-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .contents-item {
        max-width: 100%;
    }

    .exhibition-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 15px;
    }

    .exhibition-box {
        width: 100%;
        height: auto;
        min-height: 250px;
        padding: 25px 20px;
    }

    .exhibition-btn {
        padding: 8px 25px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .exhibition-highlight {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .exhibition-desc {
        font-size: 14px;
    }

    .exhibition-desc br {
        display: none;
    }

    .section-desc {
        font-size: 18px;
    }

    .seminar-buttons {
        flex-direction: column;
        gap: 15px;
        margin-top: 25px;
        align-items: center;
    }

    .seminar-btn {
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }

    .register-notice-box {
        height: auto;
        padding: 30px 20px;
    }

    .register-notice-box p {
        font-size: 14px;
    }


    .company-details {
        line-height: 1.6;
    }

    .company-name,
    .company-number,
    .company-email{
        font-size: 15px;
    }

}