@charset "utf-8";

/*메인 PC*/
.pc{display:block;}
.m{display:none;}

p{font-size:24px;line-height:-.36px;color:#444;line-height:34px;}
.gc-btn--primary{width:175px;height:45px;font-size:16px;font-weight:700;border-radius:24px;background:#8E662E;color:#fff;border:0;display:flex;align-items:center;justify-content:center;}
.gc-btn--ghost{display:inline-flex;align-items:center;justify-content:center;min-width:175px;height:48px;border-radius:24px;border:1px solid #666;background:transparent;color:#666;font-size:16px;font-weight:600;}



/* HERO : main_banner.png 기준(1480x620) */
.gc-hero{display:flex;width:100%;max-width:1480px;;height:600px;margin:20px auto 0;border-radius:30px;overflow:hidden;background:#F7F4ED}
.gc-hero__inner{width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 587px;column-gap:0;box-sizing:border-box;align-items: center;}
.gc-hero__copy{box-sizing:border-box;}
.gc-hero__title{margin:0 0 25px;font-size:45px;line-height:normal;font-weight:600;color:#000;letter-spacing:0.011px}
.gc-hero__title span{font-weight:300;}
.gc-hero__desc{margin:0 0 34px;font-size:22px;line-height:1.7;font-weight:500;color:#000;letter-spacing:0.011px}
.gc-hero__btns{display:flex;flex-direction:column;gap:13px;width:175px;}
.gc-hero__visual{display:flex;justify-content:flex-end;align-items:flex-start;box-sizing:border-box;}
.gc-hero__cards{display:flex;gap:15px;}
.gc-hero__card{margin:0;width:186px;height:360px;border-radius:18px;overflow:hidden;}
.gc-hero__card img{display:block;width:186px;height:360px;object-fit:cover;}


/* WHY */
.gc-why{position:relative;padding:160px 0 160px;background:#fff;overflow:hidden;}
.gc-why .gc-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;}
.gc_why_bg{position:absolute;top:-190px;left:50%;transform:translateX(-50%);}
.gc-why__head{text-align:center;margin:0 0 120px;}
.gc-why__head .gc-h3{margin:0 0 34px;font-size:42px;color:#000;font-weight:500;letter-spacing:-.02em;font-family:"libre-bodoni";}
.gc-why__head .gc-h3 span{color:#666;}
.gc-why__grid{display:flex;align-items:center;justify-content: space-between;}
.gc-why .gc-card{width:280px;height:250px;;position:relative;z-index:1;border-radius:50px 50px 0 50px ;padding:56px 26px 28px;background:#FCF4D4;text-align:center;}
.gc-why .gc-card__icon{position:absolute;left:50%;top:-32px;transform:translateX(-50%)}
.gc-why .gc-card__title{margin:0 0 14px;font-size:22px;font-weight:700;letter-spacing:-.02em;color:#000;}
.gc-why .gc-card__desc{margin:0;font-size:14px;line-height:1.75;color:#666;}

/* 반응형 */
@media (max-width:1024px){.gc-why{padding:96px 0 92px;}.gc-why__grid{grid-template-columns:repeat(2,minmax(0,1fr));}.gc-why__grid > svg{top:-160px;width:min(640px,86vw);}}
@media (max-width:540px){.gc-why{padding:78px 0 74px;}.gc-why__head{margin-bottom:36px;}.gc-why__grid{grid-template-columns:1fr;gap:18px;}.gc-why__grid > svg{top:-120px;width:min(520px,96vw);}.gc-why .gc-card{padding:54px 22px 26px;border-radius:26px;}}


/* REASON */
.gc-reason__inner{display:grid;grid-template-columns:1fr 1fr;min-height:720px;}
.gc-reason__photo{position:relative;background:#F7F4ED;display:flex;align-items:center;justify-content:center;padding:80px 60px;overflow:hidden;}
.gc-reason__photo img{width:min(520px,100%);object-fit:cover;border-radius:0;}
.gc-reason__content{position:relative;background:#FFFBEC;padding:120px 90px 90px;overflow:hidden;}
.gc-reason__content:before{content:"";position:absolute;left:240px;bottom:-330px;width:760px;height:760px;border-radius:50%;border: 1px solid #ccc;background:transparent;}
.gc-h3.gc-h3--left{margin:0 0 36px;font-size:45px;letter-spacing:-.03em;color:#1f1f1f;font-weight:400;}
.gc-h3.gc-h3--left b{font-weight: 700;}
.gc-reason .gc-btn--ghost{margin-top:36px}
.gc-reason__badge{position:absolute;left:110px;bottom:160px;width:520px;height:340px;pointer-events:auto;}
.gc-bubble{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:50%;text-align:center;flex-direction: column;font-weight: 400;filter: drop-shadow(0 49px 25.7px rgba(0, 0, 0, 0.08));transition:.3s}
.gc-bubble--big{right:0;top:0;width:220px;height:220px;background:#8E662E;color:#fff;font-size:36px;line-height:1.25;letter-spacing: 7.2px;}
.gc-bubble--small{left:40px;bottom:-70px;width:220px;height:220px;background:#fff;color:#1b1b1b;font-size:36px;line-height:1.25;letter-spacing: 7.2px;}
.gc-bubble--big:hover, .gc-bubble--small:hover{box-shadow: 0px 49px 25.7px 0px rgba(0, 0, 0, 0.08);transform:translateY(-30px);}
.gc-bubble--small b, .gc-bubble--big b{font-weight:700;}

/* RESPONSIVE */
@media (max-width:1024px){.gc-reason__inner{grid-template-columns:1fr;}.gc-reason__photo{padding:70px 24px;}.gc-reason__content{padding:70px 28px 80px;}.gc-reason__badge{position:relative;right:auto;bottom:auto;margin-top:44px;width:100%;height:320px;}.gc-reason__badge:before{left:0;top:90px;width:100%;}}
@media (max-width:540px){.gc-reason__inner{min-height:auto;}.gc-reason__photo:after{bottom:30px;font-size:15px;}.gc-h3.gc-h3--left{font-size:34px;}.gc-reason__desc{font-size:16px;}.gc-reason__badge{height:290px;}.gc-bubble--big,.gc-bubble--small{width:190px;height:190px;}.gc-bubble--big{font-size:22px;}.gc-bubble--small{font-size:20px;}.gc-bubble--small b{font-size:26px;}}


/* Reveiw */
.gc-review{padding:160px 0 0;}
.gc-review__head{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content: space-between;align-items: flex-end;}
.gc-review__kicker{color:#afafaf;font-size:32px;font-weight:500;letter-spacing: -.008px;font-family:"libre-bodoni";}
.gc-review__title{font-size:42px;color:#935314;font-weight:500;font-family:"libre-bodoni";margin-bottom:55px}


/* 문의하기 */
.gc-estimate{position:relative;min-height:640px;padding:109px 0 150px;overflow:hidden;background:#E4CE78;background-size: cover;}
.gc-estimate__bg{position:absolute;inset:0;}
.gc-estimate__inner{position:relative;max-width:1200px;margin:0 auto;display:grid;align-items: center;grid-template-columns:500px 1fr;gap:80px;}
.gc-estimate__left{color:#fff;}
.gc-estimate__badge{display:inline-flex;align-items:center;justify-content:center;height:25px;padding:0 20px;border-radius:999px;background:#8E662E;color:#fff;;font-size:16px;font-weight:700;letter-spacing:-.192px;}
.gc-estimate__title{margin:8px 0 12px;font-size:45px;line-height:-0.011;font-weight:700;letter-spacing:-0.011px;}
.gc-estimate__desc{margin:0 0 22px;color:#000}
.gc-estimate__form{margin-top:57px;display:flex;flex-direction:column;gap:21px;max-width:384px;}
.gc-field{position:relative;display:block;}
.gc-input{width:100%;height:52px;padding:16px 14px 0;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:#fff;color:#111;font-size:14px;outline:none;}
.gc-input:focus{border-color:#f0c40e;box-shadow:0 0 0 2px rgba(240,196,14,.25);}
.gc-ph{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:14px;color:#6e6e6e;pointer-events:none;transition:all .18s ease;line-height:1;}
.gc-ph__req{color:#e43b3b;font-weight:700;}
.gc-input:focus + .gc-ph{top:10px;transform:none;font-size:11px;color:#999;}
.gc-input:not(:placeholder-shown) + .gc-ph{top:10px;transform:none;font-size:11px;color:#999;}
.gc-input[type="date"]{padding:22px 14px 0;}
.gc-input[type="date"] + .gc-ph{top:10px;transform:none;font-size:11px;color:#999;}
.gc-estimate__agree{margin-top:2px;display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:380px;}
.gc-check{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none;color:#464646;font-size:18px;letter-spacing:-.2px;}
.gc-check input{position:absolute;opacity:0;pointer-events:none;}
.gc-check__box{width:18px;height:18px;border-radius:4px;border:1px solid #666;background:transparent;display:inline-block;position:relative;}
.gc-check input:checked + .gc-check__box{background:#f0c40e;border-color:#f0c40e;}
.gc-check input:checked + .gc-check__box:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:2px solid #2a1a0d;border-top:0;border-left:0;transform:rotate(45deg);}
.gc-check__text{line-height:1;}
.gc-field.is-error .gc-input{border-color:#e43b3b;box-shadow:0 0 0 2px rgba(228,59,59,.18);}
.gc-field.is-error .gc-ph{color:#e43b3b;}
.gc-field.is-error .gc-ph__req{color:#e43b3b;}
.gc-field.is-error{animation:gc-shake .35s ease;}
@keyframes gc-shake{0%{transform:translateX(0);}20%{transform:translateX(-6px);}40%{transform:translateX(6px);}60%{transform:translateX(-4px);}80%{transform:translateX(4px);}100%{transform:translateX(0);}}
.gc-estimate__agree.is-error .gc-check__box{border-color:#e43b3b;box-shadow:0 0 0 2px rgba(228,59,59,.18);}
.gc-estimate__agree.is-error .gc-check__text{color:#e43b3b;}

.gc-estimate__privacy{color:#000;font-size:12px;text-decoration:underline;white-space:nowrap;}
.gc-estimate__submit{margin:80px auto 0;width:252px;height:48px;border-radius:999px;border:0;background:#8E662E;color:#fff;font-weight:700;font-size:20px;letter-spacing:-.2px;cursor:pointer;}
.gc-estimate__submit:hover{filter:brightness(1.05);}
.gc-estimate__right{color:#fff;text-align:center;display: flex;flex-direction: column;align-items: center;}
.gc-estimate__right > img{width:387px;margin-bottom:18px}
.gc-estimate__pill{margin:0 auto 28px;display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 37px;border-radius:999px;background:#2B241D;color:rgba(255,255,255,.85);font-size:18px;font-weight:700;letter-spacing:-.2px;}
.gc-estimate__call{font-size:64px;line-height:1;font-weight:900;letter-spacing:1.92px;}
.gc-estimate__cta{margin-top:30px;display:flex;gap:24px;justify-content:center;flex-wrap:wrap;}
.gc-cta{width:280px;height:128px;padding:0 34px;border-radius:11px;background:rgba(255,255,255,.16);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-decoration:none;}
.gc-cta__badge{width:100%;margin-bottom:10px;display:inline-flex;align-items:center;justify-content:center;height:30px;min-width:120px;padding:0 14px;border-radius:999px;background:#8E662E;color:#fff;font-size:18px;font-weight:700;letter-spacing:-.2px;}
.gc-cta__text{color:#472F09;font-size:22px;font-weight:900;letter-spacing:1.98px;}
@media (max-width:1024px){.gc-estimate__inner{grid-template-columns:1fr;gap:34px;}.gc-estimate__right{padding-top:8px;text-align:left;}.gc-estimate__cta{justify-content:flex-start;}.gc-estimate__call{font-size:54px;}}
@media (max-width:480px){.gc-estimate{padding:64px 0 64px;}.gc-estimate__title{font-size:34px;}.gc-estimate__form{max-width:100%;}.gc-estimate__agree{max-width:100%;}.gc-cta{width:100%;}}
/*문의 완료시 토스트*/
.gc-toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(14px);opacity:0;pointer-events:none;z-index:9999;transition:opacity .25s ease,transform .25s ease;}
.gc-toast.is-show{opacity:1;transform:translateX(-50%) translateY(0);}
.gc-toast__inner{min-width:280px;max-width:92vw;padding:14px 16px;border-radius:12px;background:rgba(20,20,20,.88);backdrop-filter:blur(6px);box-shadow:0 10px 24px rgba(0,0,0,.28);color:#fff;display:flex;flex-direction:column;gap:6px;}
.gc-toast__title{font-size:14px;font-weight:800;letter-spacing:-.2px;}
.gc-toast__msg{font-size:13px;opacity:.9;letter-spacing:-.2px;line-height:1.35;}



/*모바일*/
@media screen and (max-width: 760px){
.pc{display:none;}
.m{display:block;}

/* ===== 공통 ===== */
.gc-container,
.gc-estimate__inner,
.gc-why .gc-container,
.gc-review__head{padding-left:20px;padding-right:20px;}
p{font-size:16px;line-height:1.6;}
.gc-btn--ghost{min-width:100px;height: 32px;line-height: 32px;font-size:12px;padding:0 20px}

/* ===== HERO ===== */
.gc-hero{height:auto;margin:80px auto 40px;width:95%;min-width:320px}
.gc-hero__inner{grid-template-columns:1fr;padding:38px 20px;}
.gc-hero__copy{text-align:center;}
.gc-hero__title{font-size:24px;margin-bottom:20px;}
.gc-hero__desc{font-size:12px;margin-bottom:24px;}
.gc-hero__btns{display: flex;flex-direction:row;width:100%;max-width:300px;gap:6px;margin: 0 auto;}
.gc-btn--primary{height:26px; font-size:12px;line-height:26px;}
.gc-hero__visual{justify-content:center;margin-top:24px;}
.gc-hero__cards{gap:10px;}
.gc-hero__card{width:110px;height:210px;}
.gc-hero__card img{width:110px;height:210px;}

/* ===== WHY ===== */
.gc-why{padding:90px 0 80px;}
.gc_why_bg{width:480px;top:-130px;}
.gc-why__head{margin-bottom:70px;}
.gc-why__head .gc-h3{font-size:28px;line-height:32px;margin-bottom:14px}
.gc-why__head .gc-h3 span{display:block;}
.gc-why__grid{flex-wrap:wrap;gap:24px 5px;}
.gc-why .gc-card{width:48%;min-width:80px;min-height:170px;height:auto;padding:30px 16px;}
.gc-why .gc-card__title{font-size:15px;margin-bottom:20px}
.gc-why .gc-card__desc{font-size:11px;line-height:12px;}
.gc-why .gc-card__icon{width:40px;top:-22px;}
.gc-why .gc-card:nth-child(1){border-radius:16px 16px  0 16px !important;}
.gc-why .gc-card:nth-child(2){border-radius:16px 16px  16px 0  !important;}
.gc-why .gc-card:nth-child(3){border-radius:16px 0 16px 16px !important;}
.gc-why .gc-card:nth-child(4){border-radius:0 16px 16px 16px !important;}


/* ===== REASON ===== */
.gc-reason__inner{grid-template-columns:1fr;}
.gc-reason__photo{padding:40px 20px;}
.gc-reason__photo img{width:100%;max-width:360px;}
.gc-reason__content{padding:60px 20px 70px;}
.gc-h3.gc-h3--left{font-size:28px;margin-bottom:16px}
.gc-reason__content p{font-size:15px;line-height: normal;letter-spacing:-.225px;}
.gc-reason .gc-btn--ghost{margin-top:33px}
.gc-reason__desc{font-size:15px;}
.gc-reason__badge{position:relative;left:auto;bottom:auto;width:100%;height:260px;margin-top:36px;}
.gc-bubble--big,
.gc-bubble--small{width:169px;height:169px;font-size:22px;letter-spacing:4.4px;line-height:34px;}
.gc-bubble--small b,
.gc-bubble--big b{font-size:22px;}
.gc-bubble--big{top:-80px;right:30px;}
.gc-bubble--small{left:20px;bottom:20px}
.gc-reason__content:before{left:100px;bottom:-330px}


/* ===== REVIEW ===== */
.gc-review{padding:75px 0 0;}
.gc-review__head{flex-direction:row;align-items:flex-end;justify-content:space-between;}
.gc-review__kicker{font-size:20px;}
.gc-review__title{font-size:28px;margin-bottom:19px;}
.gc-review__head p{font-size:15px;line-height:19px;letter-spacing: -.04px;}

/* ===== 문의하기 ===== */
.gc-estimate{padding:72px 0 80px;}
.gc-estimate__inner{grid-template-columns:1fr;gap:36px;}
.gc-estimate__left{text-align:center}
.gc-estimate__badge{font-size:11px;height:23px;line-height:23px;}
.gc-estimate__title{font-size:28px;line-height:1.3;}
.gc-estimate__desc{font-size:15px;}
.gc-estimate__form{margin-top:60px;gap:16px;}
.gc-input{height:48px;font-size:14px;}
.gc-ph{font-size:13px;}
.gc-check{font-size:12px;}
.gc-estimate__submit{margin:58px auto 0;width:100%;max-width:205px;font-size:16px;height:38px;line-height:38px;}

.gc-estimate__right{text-align:center;}
.gc-estimate__right > img{max-width:100%;}
.gc-estimate__pill{font-size:12px;height:30px;margin-bottom:18px;}
.gc-estimate__call{font-size:48px;letter-spacing:1.44px;}
.gc-estimate__cta{gap:14px;}
.gc-cta{width:100%;height:52px;padding:15px;flex-direction: row;justify-content: flex-start;}
.gc-cta__badge{font-size:12px;height:22px;word-wrap: none;width: 80px;margin-bottom:0;min-width:80px;}
.gc-cta__text{font-size:18px;letter-spacing:.5px;letter-spacing:1.62px;}

/* ===== 토스트 ===== */
.gc-toast{bottom:20px;}
.gc-toast__inner{padding:12px 14px;}

}   

@media screen and (max-width: 380px){
    .gc-bubble--big{top:-50px;right:-20px}
    .gc-bubble--small{left:20px;bottom:-30px}
    .gc-hero__card , .gc-hero__card img{width:100%;height:auto;}


}

.gc-ticker{position:relative;overflow:hidden;background:#F7EEE1;margin-top:50px}
.gc-ticker__lanes{position:relative;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:start;}
.gc-lane{position:relative;height:520px;overflow:hidden;}
.gc-lane__track{display:flex;flex-direction:column;gap:22px;will-change:transform;align-items: center;}
.gc-review-card{background:#fff;max-width:440px;min-height:220px;border-radius:50px 50px 0 50px;padding:50px 28px;box-shadow:0 10px 30px rgba(0,0,0,0.06);border:1px solid #D9D9D9;}
.gc-review-card__title{font-size:16px;font-weight:800;letter-spacing:-0.02em;color:#000;margin:0 0 12px;}
.gc-review-card__meta{font-size:14px;color:#000;margin:0 0 35px;}
.gc-review-card__text{font-size:13px;line-height:1.75;color:#666;margin:0;}
.gc-ticker__more{position:absolute;right:calc((100vw - 1200px)/2);top:92px;display:inline-flex;align-items:center;justify-content:center;min-width:140px;height:44px;border-radius:999px;border:1px solid #cdb8a2;background:#fff;color:#6a6359;font-weight:700;text-decoration:none;}
.gc-ticker__more:hover{background:#f8f2e9;}
@keyframes gcMoveUp{from{transform:translateY(0);}to{transform:translateY(-50%);}}
@keyframes gcMoveDown{from{transform:translateY(-50%);}to{transform:translateY(0);}}
.gc-lane--up .gc-lane__track{animation:gcMoveUp var(--gcDur, 90s) linear infinite;}
.gc-lane--down .gc-lane__track{animation:gcMoveDown var(--gcDur, 90s) linear infinite;}
@media (max-width:900px){
  .gc-ticker{padding:75px 0;}
  .gc-ticker__lanes{grid-template-columns:1fr;gap:18px;}
  .gc-lane{height:auto;overflow:hidden;}
  .gc-lane__track{flex-direction:row;gap:14px;will-change:transform;}
  .gc-review-card{padding:50px 22px;}
  .gc-ticker__more{position:absolute;right:16px;top:34px;min-width:52px;width:52px;height:52px;border-radius:999px;font-size:0;}
  .gc-ticker__more:after{content:'+';font-size:26px;line-height:1;color:#6a6359;}
  @keyframes gcMoveLeft{from{transform:translateX(0);}to{transform:translateX(-50%);}}
    @keyframes gcMoveRight{from{transform:translateX(-50%);}to{transform:translateX(0);}}
    .gc-lane--up .gc-lane__track{animation:gcMoveRight var(--gcDur, 70s) linear infinite;}
    .gc-lane--down .gc-lane__track{animation:gcMoveLeft var(--gcDur, 70s) linear infinite;}
}

@media (max-width:900px){
  .gc-ticker{padding:75px 0;}
  .gc-ticker__lanes{grid-template-columns:1fr;gap:18px;}
  .gc-lane{height:auto;overflow:hidden;}
  .gc-lane__track{display:flex;flex-direction:row;gap:14px;flex-wrap:nowrap;white-space:nowrap;width:max-content;will-change:transform;}
  .gc-review-card{max-width:270px;flex:0 0 auto;}
  .gc-ticker__more{position:absolute;right:16px;top:34px;min-width:52px;width:52px;height:52px;border-radius:999px;font-size:0;}
  .gc-ticker__more:after{content:'+';font-size:26px;line-height:1;color:#6a6359;}
  
}

.gc-review-card{overflow:hidden;}
.gc-review-card__title,.gc-review-card__meta,.gc-review-card__text{white-space:normal;word-break:keep-all;overflow-wrap:anywhere;}
.gc-review-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.gc-review-card__text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}


/* ===== PRICE SECTION (메인) ===== */
.gc-price{padding:140px 0 120px;}
.gc-price__inner{max-width:1200px;margin:0 auto;}
.gc-price__head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px;padding:0 20px;}
.gc-price__kicker{color:#afafaf;font-size:32px;font-weight:500;letter-spacing:-.008px;font-family:"libre-bodoni";margin:0;}
.gc-price__title{font-size:42px;color:#8E662E;font-weight:700;letter-spacing:-.02em;margin:4px 0 20px;}
.gc-price__desc{font-size:18px;color:#666;line-height:1.6;margin:0;}
.gc-price__more{border-color:#666;color:#666;}
.gc-price__more:hover{background:#666;color:#fff;}
.gc-price__cards{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 20px 20px;}
.gc-price__cards::-webkit-scrollbar{display:none;}
.gc-price__track{display:flex;gap:20px;justify-content:center;}
.gc-price-card{flex:0 0 auto;width:280px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;display:block;cursor:pointer;}
.gc-price-card:hover{transform:translateY(-8px);}
.gc-price-card--main{transform:scale(1.03);}
.gc-price-card img{width:100%;height:auto;display:block;}
.gc-price__note{margin-top:40px;text-align:center;font-size:15px;color:#888;letter-spacing:-.02em;display:flex;align-items:center;justify-content:center;gap:10px;}
.gc-price__note-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#8E662E;color:#fff;font-size:13px;font-weight:800;flex-shrink:0;}
@media screen and (max-width:760px){
  .gc-price{padding:80px 0 60px;}
  .gc-price__head{margin-bottom:30px;}
  .gc-price__kicker{font-size:20px;}
  .gc-price__title{font-size:28px;margin:4px 0 12px;}
  .gc-price__desc{font-size:14px;}
  .gc-price__track{justify-content:flex-start;}
  .gc-price-card{width:220px;}
  .gc-price-card--main{transform:scale(1);}
  .gc-price-card--main:hover{transform:translateY(-8px);}
  .gc-price__note{font-size:12px;padding:0 20px;flex-wrap:wrap;gap:6px;}
}

/* ===== PARTNER COMPANY ===== */
.gc-partner{padding:160px 0 160px;background:#fff;overflow:hidden;}
.gc-partner__inner{max-width:100%;margin:0 auto;}
.gc-partner__title{max-width:1200px;margin:0 auto 60px;padding:0 20px;text-align:left;color:#5A3B16;font-family:Pretendard,sans-serif;font-size:40px;font-weight:700;font-style:normal;line-height:normal;letter-spacing:-0.8px;}
.gc-partner__lane{overflow:hidden;margin-bottom:20px;}
.gc-partner__lane:last-child{margin-bottom:0;}
.gc-partner__track{display:flex;gap:24px;width:max-content;will-change:transform;}
.gc-partner__logo{flex:0 0 auto;display:flex;align-items:center;justify-content:center;}
.gc-partner__logo img{width:auto;height:auto;max-height:80px;object-fit:contain;}

/* 애니메이션 */
@keyframes gcPartnerRight{from{transform:translateX(0);}to{transform:translateX(-50%);}}
@keyframes gcPartnerLeft{from{transform:translateX(-50%);}to{transform:translateX(0);}}
.gc-partner__lane--right .gc-partner__track{animation:gcPartnerRight 55s linear infinite;}
.gc-partner__lane--left .gc-partner__track{animation:gcPartnerLeft 55s linear infinite;}

@media screen and (max-width:760px){
  .gc-partner{padding:40px 0 100px;}
  .gc-partner__title{font-size:24px;letter-spacing:-0.48px;margin-bottom:30px;}
  .gc-partner__lane{margin-bottom:14px;}
  .gc-partner__track{gap:14px;}
  .gc-partner__logo img{max-height:50px;}
  .gc-partner__lane--right .gc-partner__track{animation-duration:38s;}
  .gc-partner__lane--left .gc-partner__track{animation-duration:38s;}
}

/* ===== PRICE LIGHTBOX ===== */
.gc-lightbox{position:fixed;inset:0;z-index:99999;display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .25s ease;}
.gc-lightbox.is-open{opacity:1;pointer-events:auto;}
.gc-lightbox__dim{position:absolute;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(4px);}

/* 상단 툴바 */
.gc-lightbox__toolbar{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 20px;flex-shrink:0;}
.gc-lightbox__zoom-btn{width:38px;height:38px;border:none;border-radius:50%;background:rgba(255,255,255,.15);backdrop-filter:blur(6px);color:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;}
.gc-lightbox__zoom-btn:hover{background:rgba(255,255,255,.3);}
.gc-lightbox__zoom-level{color:rgba(255,255,255,.7);font-size:14px;font-weight:700;min-width:52px;text-align:center;letter-spacing:.5px;}
.gc-lightbox__close{width:38px;height:38px;border:none;border-radius:50%;background:rgba(255,255,255,.15);backdrop-filter:blur(6px);color:#fff;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;margin-left:12px;}
.gc-lightbox__close:hover{background:rgba(255,255,255,.3);}

/* 뷰포트 */
.gc-lightbox__viewport{position:relative;flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:grab;touch-action:none;}
.gc-lightbox__canvas{display:flex;align-items:center;justify-content:center;transform-origin:center center;transition:transform .15s ease;}
.gc-lightbox__img{max-width:min(480px,92vw);max-height:80vh;width:auto;height:auto;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.4);object-fit:contain;user-select:none;-webkit-user-drag:none;}

/* 좌우 네비 */
.gc-lightbox__prev,.gc-lightbox__next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;border:none;border-radius:50%;background:rgba(255,255,255,.15);backdrop-filter:blur(6px);color:#fff;font-size:32px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;}
.gc-lightbox__prev{left:16px;}
.gc-lightbox__next{right:16px;}
.gc-lightbox__prev:hover,.gc-lightbox__next:hover{background:rgba(255,255,255,.3);}


@media screen and (max-width:760px){
  .gc-lightbox__img{max-width:96vw;max-height:75vh;border-radius:12px;}
  .gc-lightbox__toolbar{padding:10px 14px;gap:4px;}
  .gc-lightbox__zoom-btn{width:34px;height:34px;font-size:20px;}
  .gc-lightbox__close{width:34px;height:34px;font-size:20px;margin-left:8px;}
  .gc-lightbox__zoom-level{font-size:12px;min-width:44px;}
  .gc-lightbox__prev{left:6px;width:36px;height:36px;font-size:24px;}
  .gc-lightbox__next{right:6px;width:36px;height:36px;font-size:24px;}
  .gc-lightbox__hint{font-size:12px;bottom:16px;}
}
