@charset "utf-8";

/* common */
body, html {
    line-height:1.45;
    font-family: "Paperlogy", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    letter-spacing: -0.25px;
    color:#232323;
    font-weight: 200;
}

main {
    position:relative;
    margin:0 auto;
    width:100%;
    box-sizing:border-box;
}
section.sec {
    position:relative;
    margin:0 auto;
    padding:150px 0 150px 0;
    /*padding:7.0rem 0 6.25rem 0;*/
    width:100%;
    min-width: 1600px;
    transition:all 0.8s;
    box-sizing:border-box;
    overflow-x:hidden;
    overflow-y:hidden;
    font-size:16px;
}
section.full-img-sec {
    min-width: 1600px;
}
section.full-img-sec img {
    min-width: 1600px;
}
section.sec .cont-wrap {
    position:relative;
    margin:0 auto;
    width:100%;
    min-width: 1600px;
    box-sizing:border-box;
    text-align:center;
}
section.sec .cont-wrap .cont {
    position:relative;
    margin:0 auto;
    width:100%;
    min-width: 1600px;
    max-width:1280px;
    box-sizing:border-box;
    text-align:center;
}
section.sec .cont-wrap .primary-txt {
    display: inline-flex;
    justify-content: center;
    margin:0 auto 24px;
    font-size:20px; /* 2025-02-28 폰트 사이즈 16->20px로 수정 */
    font-weight: bold;

    background: var(--primary-gradient-color-45deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
}
section.sec .cont-wrap .primary-txt.light {
    color:#fff;
    background: var(--primary-gradient-color-light);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
}
section.sec .cont-wrap .primary-txt.white {
    color:#fff;
    background: var(--primary-gradient-color-white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
}
section.sec .cont-wrap .primary-txt.white.reverse {
    color:#fff;
    background: var(--primary-gradient-color-white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
}
section.sec .cont-wrap .primary-txt.p-b {
    background: var(--primary-gradient-color-reverse-45deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
}
section.sec .cont-wrap .tt {
    margin:0 auto 40px;
    line-height: 1.25;
    font-size:60px;
    font-weight: bold;
    letter-spacing: -2px;
}
section.sec .cont-wrap .sub-tt {
    font-size:28px;
    font-weight: 400;
}
section.sec .cont-wrap .add-txt {
    font-size:24px;
    font-weight: 400;
}
section.sec .cont-wrap .desc {
    font-size:24px;
    font-weight: 400;
}
section.sec .cont-wrap .txt {
    font-size:24px;
    font-weight: 400;
}
section.sec .cont-wrap img {
    max-width:100%;
}
section.sec .cont-wrap .flex {
    display:flex;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-prev,
.swiper-button-next {
    top:unset;
    right:unset;
    left:unset;
    bottom:unset;
}
.vertical-txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.round-label {
    gap:14px;
    margin:0 0 24px 0;
    width: 208px;
    height: 64px;
    border-radius: 2324px;
    font-size: 24px;
}
.round-label.red-label {
    border: 1px solid var(--dark-red-color);
    color: var(--dark-red-color);
}
.round-label.white-label {
    border: 1px solid #fff;
    color: #fff;
}
.empha-tt {
    font-family: var(--emphasis-font-famaily);
    font-weight: 300;
}
section.sec .cont-wrap .empha-tt {
    font-family: var(--emphasis-font-famaily);
    font-weight: 500;
}

/* GNB(Header) */
.hd {
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    width: 100%;
    min-width: 1600px;
    height: 100px;
    background: #ececec;
    font-weight: 400;
    z-index: 999;
    transition: all 0.2s;
}
.hd.scrolled {
    /*height: 64px;*/
    box-shadow: 0 0 12px rgba(100, 100, 100, 0.2);
}
.hd .inner-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap:48px;
    padding:0 0 0 calc(300px);
    max-width: 1920px;
    min-width: 1600px;
    width: 100%;
    height: 100%;
}
.active.hd {
    position: fixed;
}

/* 로고 */
.hd .logo {
    width: 128px;
    text-align: center;
}
.hd.scrolled .logo {
    /*width: 48px;*/
}

/* 내비게이션 */
.hd nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    max-width: 1020px;
    height: 100%;
    line-height: 1.3;
    letter-spacing: -1px;
}
.hd .gnb {
    display: flex;
    gap: 40px;
    min-width: 1000px;
}
.hd .gnb .menu {
    color:var(--menu-font-color);
    font-size: 18px;
    font-weight: 600;
}
.hd .gnb .menu:hover {
    color: var(--dark-red-color);
}
.hd .header-btns {
    padding:0 0 0 36px;
    width: 400px;
    height: 100%;
    border-radius: 50px 0 0 50px;
    background: var(--dark-red-color);
    font-size: 20px;
}
.hd .header-btns .txt {
    line-height: 1.15;
    width: 100%;
}
.hd .header-btns .call-btn {
    width: 100%;
    font-size: 1.3em;
}
.hd .header-btns:hover .call-btn {
    font-size: 1.5em;
}
.hd .header-btns .btn {
    gap:4px;
    padding:4px 14px;
    height: 30px;
    border-radius: 15px;
}
.hd .header-btns .btn img {
    margin:-2px 0 0 4px;
}
.hd .header-btns .btn:hover {
    text-decoration: unset;
}


/* Fixed Form */
.fixed-form-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -80%;
    padding: 0 0 0 0;
    height: 160px;
    background: #35280f;
    font-size: 18px;
    color: #222;
    z-index: 1000;
}
.fixed-form-wrap .fw-wrap {
    width: 100%;
}
.fixed-form-wrap .inner-wrap {
    margin: 0 auto;
    padding: 0 0 0 140px;
    width: 100%;
    min-width: 1600px;
    max-width: 1600px;
    height: 100px;
    z-index: 2;
}
.fixed-form-wrap .fw-input-box {
    gap:24px;
    width: 100%;
}
.fixed-form-wrap .fixed-logo {
    gap:26px;
    line-height: 1.25;
    font-size: 16px;
}
.fixed-form-wrap .fixed-logo .logo {
    width: 125px;
}
.fixed-form-wrap .fixed-logo .call-wrap {
    font-size: 32px;
    font-weight: 500;
}
.fixed-form-wrap .fixed-logo:hover * {
    text-decoration: unset;
}
.fixed-form-wrap .input-wrap {
    gap:12px;
    margin-left: auto;
}
.fixed-form-wrap .input-wrap input {
    width: 170px;
    border-radius: 0;
}
.fixed-form-wrap .input-wrap input[type="tel"] {
    width: 170px;
}
.fixed-form-wrap .input-wrap select {
    width: 170px;
    border-radius: 0;
}
.fixed-form-wrap .input-wrap input[type="checkbox"] {
    width: unset;
}
.fixed-form-wrap .input-wrap label {
    gap:4px;
    padding:0 0 0 10px;
    font-weight: 400;
}
.fixed-form-wrap .blog-btn {
    gap:8px;
    width: 115px;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    border-radius: 40px;
}
.fixed-form-wrap .blog-btn:hover {
    text-decoration: unset;
}
.fixed-form-wrap .btn-submit {
    width: 180px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
}
.fixed-form-wrap .rolling-content {
    height: 60px;
    background: var(--teal-color);
}
.fixed-form-wrap .rolling-content .tt {
    position: relative;
    width: 225px;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    background: var(--light-yellow-color);
    z-index: 1;
}
.fixed-form-wrap .rolling-content .tt strong {
}
.fixed-form-wrap .rolling-content .rolling-wrap {
    position: relative;
    width: calc(100% - 225px);
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    z-index: 0;
}
.fixed-form-wrap .rolling-content .rolling {
    animation-duration:25s;
}

/* Input Form */
.fixed-form-wrap ::placeholder {
    font-size: 16px;
}

input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 50%;
    width:20px;
    height:20px;
    outline: none;
    cursor: pointer;
}
input[type='radio']:checked {
    background-color: #fff;
    border: 4px solid #ed1b23;
}
/* fixed_form style end */

/*pop*/
/* 공통 팝업 스타일 */
.dim {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
}
.pop-body {
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    width: 90%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pop-body .pop-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    background: url("../../img/renewal/comm/pop_close_wh.png") no-repeat center;
    border: solid 1px rgba(255,255,255,0.5);
}
.pop_biz .pop-body {
    max-width: 600px;
}
.pop_biz .pop-body .item_slide {
    overflow: hidden;
    border: solid 50px #000;
}
.pop_biz .pop-body .item_slide img {
    width: 100%;
}

/* 개인정보 팝업 */
.pop-privacy {
    display: none;
    z-index: 10000;
}
.pop-privacy .pop-body {
    max-width: 600px;
}
.pop-privacy .pop-body .inn-wrap {
    max-height: 90vh;
    overflow-y: auto;
    border: solid 50px var(--primary-color);
    background: #fff;
    padding: 20px;
}
.pop-privacy .pv_tit {
    font-weight: bold;
    font-size: 1.250rem;
}

/* 클릭 문의 팝업 */
.pop_click_inquiry .pop-body {
    width: 100%;
    max-width: 450px;
    background: #0c2956;
    padding: 40px 50px 0;
    border-radius: 40px;
    overflow-y: initial;
}
.pop_click_inquiry .txt01 {
    font-size: 1.563rem;
}
.pop_click_inquiry .txt02,
.pop_click_inquiry .txt02 a {
    font-size: 2rem;
    font-weight: 700;
}
.pop_click_inquiry .db_form_inner {
    width: auto;
    padding: 0;
    font-size: 1.125rem;
}
.pop_click_inquiry .db_form_inner p {
    font-size: 35px;
    text-align: center;
    line-height: 1.3;
    font-weight: 900;
    color: #222;
}
.pop_click_inquiry .db_form_inner .pop_db_form_close {
    text-align: right;
    padding: 5px 20px;
}
.pop_click_inquiry .db_form_inner .pop_db_form_close img,
.pop_click_inquiry p.bot_db_form_close img {
    cursor: pointer;
}
.pop_click_inquiry p.bot_db_form_close {
    text-align: right;
    margin: 0 15px 10px;
}
.pop_click_inquiry .pop_txt1 {
    color: #d81f29;
}
.pop_click_inquiry .pop_txt2 {
    margin-bottom: 20px;
}
.pop_click_inquiry .pop_txt2 a {
    color: #222;
    font-size: 45px;
    letter-spacing: -2px;
}
.pop_click_inquiry #fwrite {
    flex-direction: column;
    width: auto;
}
.pop_click_inquiry .fw-input-box {
    width: auto;
    justify-content: center;
}
.pop_click_inquiry .fw-input-box li {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    color: #444;
}
.pop_click_inquiry .fw-input-box li input {
    width: 100%;
    height: 50px;
    border: none;
    margin: 5px 0;
    padding: 0 10px;
    font-size: 1rem;
    border-radius: 15px;
}
.pop_click_inquiry .fw-input-box li select {
    width: 49%;
    border: none;
    outline: none;
    height: 50px;
    margin: 5px 0;
    font-size: 1rem;
    background: #fff;
    border-radius: 15px;
}
.pop_click_inquiry .fw_submit_wrap {
    width: 100%;
    text-align: center;
}
.pop_click_inquiry .fw_submit_wrap .btn-submit {
    margin: 10px 0 0;
    background: #d0a02c;
    border: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    top: 25px;
    border-radius: 15px;
}
.pop_click_inquiry .fw_submit_wrap .btn-submit img {
    width: 100%;
}
.pop_click_inquiry .fw_submit_wrap .ck-agree {
    position: relative;
    text-align: left;
    margin-top: 10px;
}
.pop_click_inquiry .fw_submit_wrap .ck-agree label {
    font-size: 0.875rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop_click_inquiry .fw_submit_wrap .ck-agree input {
    background: #fff;
    margin-right: 5px;
}
.pop_click_inquiry .fw_submit_wrap .detail {
    color: #fff;
    font-size: 0.875rem;
}
.pop_click_inquiry .pop-body .pop-close {
    right: 40px;
    top: 40px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 55%;
}

/* Footer */
.footer {
    padding: 32px 0 54px;
    background: #ffffff;
    width: 100%;
    min-width: 1600px;
}
.footer .cont-wrap {

}
.footer .info {
    margin:32px auto 0;
    line-height: 1.8;
    font-size: 16px;
    color:#363636;
}
.footer .info .grayLine{
    color:#888889;
}
.footer .copyright {
    color:#363636;
    font-size: 16px;
    letter-spacing: 0;
}
/* Quick Menu */
.quick {
    position: fixed;
    top: 120px;
    right: 50px;
    width: 120px;
    z-index: 1000;
}
.quick .quick-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 18px;
    letter-spacing: -1px;
    background: url('../../img/renewal/bg/quick_top_bg.jpg') repeat-x center center;
    background-size: cover;
}
.quick .quick-bottom {
    width: 100%;
    height: 100px;
    font-size: 34px;
    font-weight: 400;
    font-style: italic;
    background: #ed1b23;
    border-radius: 0 0 21px 21px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
    line-height: 1.15;
}
.quick .quick-bottom:hover {
    background: #640205;
    text-decoration: none;
}


/* ============================================================
   sec-main : main-sec (이미지1)
   어두운 배경 / 31,397개 / 찢긴 종이 그래프카드
   좌우 대형 아웃라인 데코 / 하단 카피
============================================================ */
section#main-sec {
    padding-top: 160px;
    padding-bottom: 60px;
    background: url('../../img/renewal/bg/main-sec2_bg.jpg') no-repeat top center;
    background-size: cover;
    overflow: visible;
}
#main-sec .tt-wrap { margin: 0 auto 108px; }
#main-sec .tt-wrap .sub-tt { margin: 0 auto 48px; font-size: 48px; font-weight: 400; }
#main-sec .tt-wrap .tt   { margin: 0 auto; }

/* 31,397개 타원 — 테두리/글로우만 빨강, 텍스트는 fc-wh */
#main-sec .tt-oval {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 40px 100px;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    box-shadow:
            0 0 22px rgba(255,0,0,1.0),
            0 0 64px rgba(216,26,26,0.5),
            inset 0 0 32px rgba(216,26,26,0.18);
    animation: shadow-flash 2s ease-in-out infinite;
}
#main-sec .tt-oval span:first-child { font-size: 64px; font-weight: 700; letter-spacing: -1px;}
#main-sec .tt-oval span:last-child  { margin:4px 0 0 8px; font-size: 40px; font-weight: 700; }

#main-sec .cont1 { min-width: unset; max-width: 860px; }
#main-sec .cont1 .label-txt {
    top:0;
    left:50%;
    transform: translate(-50%,-50%);
    width: 600px;
    height:60px;
    z-index: 10;
}
#main-sec .label-txt .line-deco {
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 0;
}
#main-sec .label-txt span {
    position: relative;
    font-size:14px;
    font-weight:400;
    z-index: 1;
}

#main-sec .col-graph {
    margin:0 auto 40px;
    width: 100%;
    min-width:720px;
    min-height:535px;
    padding: 100px 24px 32px 24px;
    background: url('../../img/renewal/sec-main/memo_bg.png') no-repeat center / 100% 100%;
    box-sizing: border-box;
    overflow: visible;
}

#main-sec .graph-source-top { font-size: 11px; color: #999; text-align: center; margin-bottom: 20px; }
#main-sec .graph-body {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
#main-sec .graph-body .tt {
    font-size:52px;
    top:0px;
    left:50%;
    margin:0 0 0 -240px;
    line-height: 1.25;
    font-weight: 700;
    z-index: 10;
}

/* 막대+화살표 래퍼 — overflow visible로 화살표 카드 밖 표시 */
#main-sec .graph-bars-wrap {
    position: relative;
    margin:0 auto;
    min-width:462px;
}

/* 피크수치 — fc-red2 HTML에서 */
#main-sec .bar-peak-num {
    top: 32px;
    right: -40px;
    font-size: 54px;
    font-weight: 900;
    white-space: nowrap;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
    text-shadow: 20px 20px 24px rgba(255,0,0,0.3);
    z-index: 4;
}
#main-sec .bar-peak-num.show {
    opacity: 1;
    transform: scale(1);
    animation-name: scale-blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/* 화살표 — 카드 우측 밖으로 */
#main-sec .arrow-img {
    bottom: 96px;
    left: 28px;
    opacity: 0;
    z-index: 3;
    pointer-events: none;
}
#main-sec .arrow-img.show {
    animation-name: opacity-gif;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}
#main-sec .graph-bars {
    gap:20px;
    margin:0 auto 32px;
}
#main-sec .graph-bars::after {
    position: absolute;
    content:'';
    display: block;
    bottom:32px;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    max-width: 462px;
    height: 1px;
    background-color: #444;
}
#main-sec .bar-img {
    display: block;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    z-index: 1;
}
#main-sec .bar-img:last-child {

}
#main-sec .bar-img.show { opacity: 1; transform: translateY(0); }
#main-sec .bar-img:last-child.show {transform:translateY(12px);}

#main-sec .graph-source {
    font-size:14px;
    font-weight: 600;
}
#main-sec .cont1 .desc { line-height:1.25; font-size: 52px; font-weight: 800; }


/* ── 좌우 데코 ── */
#main-sec .deco-side {
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
}
#main-sec .deco-side.stamp-animation { animation-fill-mode: forwards; }

#main-sec .deco-left { top:200px; left: 50%; margin:0 0 0 calc( (692px + (436px / 2)) * -1 ); }
#main-sec .deco-left img { width: auto; }

#main-sec .deco-right { top:160px; left:50%; width: auto; margin:0 0 0 520px;  }
#main-sec .deco-right .right-txt { width: auto; max-width: unset; }

/* ──────────────────────────────────────────
   reality-badge 공통
   badge-label: label_bg.png 배경만
   badge-num: absolute, 타원 중앙 위
────────────────────────────────────────── */
.reality-badge {
    margin:0 auto 64px;
}
.reality-badge .badge-label {
    position: relative;
    width: 401px;
    height: 138px;
}
.reality-badge .badge-num {
    top: 0;
    left: 50%;
    transform: translate(-50%,-40%);
    display: block;
    font-size: 52px;
    font-weight: 800;
    font-style: italic;
}
.reality-badge .badge-txt {
    padding:12px 0 0 0;
    font-size: 36px;
}


/* ============================================================
   sec-nightOnly : night-only-sec (이미지2)
   짙은 적갈색 / 01 배지 / 저녁에만 잘되는 구조
   좌:시간대 차트 / 중:파이차트 / 우:3개 타원 배지
============================================================ */
/* ============================================================
   sec-nightOnly : night-only-sec
============================================================ */
section#night-only-sec {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url('../../img/renewal/bg/night-only-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#night-only-sec .badge-label {
    background: url('../../img/renewal/sec-nightOnly/label_bg.png') no-repeat center / 100% 100%;
}
#night-only-sec .tt-wrap { margin: 0 auto 80px; max-width: 1400px; padding: 0 40px; }
#night-only-sec .tt-wrap .tt {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -3px;
}
#night-only-sec .tt-wrap .tt strong { font-size: inherit; letter-spacing: inherit; }
#night-only-sec .tt-wrap .tt .op50 { font-weight: 800; }


/* ──────────────────────────────────────────
   cont1
────────────────────────────────────────── */
#night-only-sec .cont1 {
    gap: 40px;
    min-width: unset;
    max-width: 1400px;
    align-items: center;
}


/* ──────────────────────────────────────────
   item-chart : 막대그래프
────────────────────────────────────────── */
#night-only-sec .item-chart {
    flex: 0 0 480px;
}
#night-only-sec .bars {
    gap: 20px;
    height: 380px;
    align-items: flex-end;
    overflow: visible;
}
/* tc-bar: 컨테이너 — JS가 height 세팅 */
#night-only-sec .tc-bar {
    position: relative;
    flex: 1;
    height: 380px;
    min-width: 10px;
    border-radius: 3px 3px 0 0;
}
/* gray — 항상 컨테이너 최대 높이 고정 */
#night-only-sec .bar-gray {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 380px;
    background: linear-gradient(to top, #2a2a2a, #555);
    border-radius: 3px 3px 0 0;
}
/* red — JS가 height 세팅, gray 위에 겹침 */
#night-only-sec .bar-red {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 0;
    background: linear-gradient(to top, var(--dark-red-color), #ff2020);
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 10px rgba(255,30,30,0.45);
    transition: height 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
#night-only-sec .tc-bar span {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: rgba(255,255,255,0.35);
    line-height: 1.15;
    white-space: nowrap;
    font-family: 'Noto Sans KR', sans-serif;
}


/* ──────────────────────────────────────────
   item-pie : 파이차트
────────────────────────────────────────── */
/* ──────────────────────────────────────────
   #night-only-sec .item-pie — 시계형 파이차트
────────────────────────────────────────── */
#night-only-sec .item-pie {
    flex: 0 0 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#night-only-sec .pie-chart {
    position: relative;
    width: 380px;
    height: 380px;
    overflow: visible;
}
#night-only-sec .pie-svg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: visible;
}

/* 파란 네온 — 7시 위치 (좌하단) */
#night-only-sec .pie-chart::after {
    content: '';
    position: absolute;
    bottom: 18%;
    left: -8%;
    width: 60px;
    height: 30px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0,140,255,0.65) 0%, transparent 70%);
    filter: blur(10px);
    pointer-events: none;
}

/* only night — 빨간 섹션 9~10시 */
#night-only-sec .pie-txt-wrap {
    top: 30%;
    left: 25%;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
}
#night-only-sec .pie-txt {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    font-style: italic;
    color: #fff;
    white-space: nowrap;
    text-shadow: 0 0 10px rgba(255,255,255,0.9), 0 0 24px rgba(255,180,180,0.5);
}

/* 시침/분침/초침 공통 — 중심 피벗, 흐리게 */
#night-only-sec .clock-hand {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform-origin: 50% 100%;
    border-radius: 2px 2px 0 0;
    z-index: 5;
}
/* 시침: 12시(0deg) — 흐리게 */
#night-only-sec .hand-hour {
    width: 4px;
    height: 165px;
    margin-left: -2px;
    background: rgba(255,255,255,0.45);
    transform: rotate(0deg);
}
/* 분침: 7시(210deg) — 흐리게 */
#night-only-sec .hand-minute {
    width: 3px;
    height: 175px;
    margin-left: -1.5px;
    background: rgba(220,220,255,0.40);
    transform: rotate(210deg);
}
/* 초침: 8시(240deg) — 길게 원 밖으로, 흐리게 */
#night-only-sec .hand-second {
    width: 1.5px;
    height: 225px;    /* 원(140px) 밖으로 넘어감 */
    margin-left: -0.75px;
    background: rgba(255,230,230,0.40);
    transform: rotate(240deg);
    border-radius: 1px;
}

/* 중심점 */
#night-only-sec .pie-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(200,200,200,0.6);
    z-index: 6;
}

/* 파란 핀 — 7시 위치 (좌하단)
   7시 = 210deg → left: 50%+sin(210)×50% = 50%-25% = 25%
                  bottom: 50%+cos(210)×50% = 50%-43% ≈ 7% */
#night-only-sec .pie-pin {
    bottom: 7%;
    left: 25%;
    transform: translate(-50%, 50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00eeff;
    z-index: 8;
    box-shadow:
            0 0 8px 3px rgba(0,220,255,0.9),
            0 0 24px 8px rgba(0,150,255,0.55),
            0 0 48px 16px rgba(0,80,255,0.25);
}


/* ──────────────────────────────────────────
   item-tags : 네온 타원 배지 3개
────────────────────────────────────────── */
#night-only-sec .item-tags { flex: 1; }

#night-only-sec .list-item { gap: 4px; }

#night-only-sec .list-item .item { width: 100%; }

#night-only-sec .list-item .item .sub-list-item {

}
/* 타원 배지 — 빨간 네온 테두리, 납작한 타원 */
#night-only-sec .list-item .item .sub-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 48px 120px;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    transform: scaleY(0.88);
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    box-shadow:
            0 0 12px rgba(216,26,26,0.95),
            0 0 32px rgba(216,26,26,0.5),
            inset 0 0 20px rgba(216,26,26,0.2);
    animation: neonPulse 2.5s ease-in-out infinite;
    transition: background 0.3s, box-shadow 0.3s;
}
#night-only-sec .list-item .item-1 .sub-item { animation-delay: 0s; }
#night-only-sec .list-item .item-2 .sub-item { animation-delay: 0.5s; }
#night-only-sec .list-item .item-3 .sub-item { animation-delay: 1s; }

#night-only-sec .list-item .item .sub-item strong { font-size: inherit; }

#night-only-sec .list-item .item .sub-item:hover {
    background: rgba(216,26,26,0.1);
    box-shadow:
            0 0 20px rgba(216,26,26,0.8),
            0 0 50px rgba(216,26,26,0.35),
            inset 0 0 28px rgba(216,26,26,0.12);
}

/* ============================================================
   sec-deliveryDep : delivery-dep-sec (이미지3)
   어두운 적갈색 / 02 배지 / 높은 배달 의존도
   상단: 48.8% / 43.3% 2분할  하단: 4개 카드
============================================================ */
/* ============================================================
   sec-deliveryDep : delivery-dep-sec
============================================================ */
section#delivery-dep-sec {
    padding-top: 112px;
    padding-bottom: 20px;
    background: url('../../img/renewal/bg/delivery-dep-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}

#delivery-dep-sec .badge-label {
    position: relative; /* 자식 요소의 기준점 역할 */
    z-index: 1;
}

#delivery-dep-sec .badge-label::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('../../img/renewal/sec-deliveryDep/label_bg.png') no-repeat center / 100% 100%;
    opacity: 0.4; /* 배경 이미지만 투명도 60% */
    z-index: -1; /* 글자 뒤로 보내기 */
}

/* ── tt-wrap ── */
#delivery-dep-sec .tt-wrap { margin: 0 auto 72px; }
#delivery-dep-sec .tt-wrap .tt { font-size: 72px; }

/* ──────────────────────────────────────────
   cont1
────────────────────────────────────────── */
#delivery-dep-sec .cont1 { min-width: unset; max-width: 1280px; }

/* ratio-wrap */
#delivery-dep-sec .ratio-wrap { gap: 4px; margin-bottom: 56px; }
#delivery-dep-sec .ratio-box.ratio-red {
    padding-left:32px;
    padding-top:48px;
    width:432px; height:185px; background: url('../../img/renewal/sec-deliveryDep/title-red_bg.png') no-repeat center / cover; }
#delivery-dep-sec .ratio-box.ratio-dark {
    padding-left:26px;
    padding-top:26px;
    width:369px; height:185px; background: url('../../img/renewal/sec-deliveryDep/title-black_bg.png') no-repeat center / cover; }
#delivery-dep-sec .ratio-box .tt { margin-bottom:18px; font-size: 26px; font-weight: 700; color: #fff; }
#delivery-dep-sec .ratio-box .sub-tt { font-size: 14px; color: rgba(255,255,255,0.6); }
#delivery-dep-sec .ratio-num { font-size: 48px; font-weight: 900; color: #fff; line-height: 1; }
#delivery-dep-sec .ratio-num strong { font-size: inherit; font-weight: inherit; }

/* ──────────────────────────────────────────
   list-item > item > sub-list-item > sub-item
────────────────────────────────────────── */
#delivery-dep-sec .list-item {
    gap: 4px; flex-wrap: nowrap; align-items: stretch;
}

#delivery-dep-sec .list-item .item {
    position: relative;
    min-width:429px;
    min-height: 473px;
    padding: 120px 0 48px 0;
}
#delivery-dep-sec .list-item .item:first-child {
    margin-top:-268px;
    margin-right:20px;
}
#delivery-dep-sec .list-item .item:last-child {
    margin-top:-268px;
    margin-left:20px;
}
#delivery-dep-sec .list-item .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    background: url('../../img/renewal/sec-deliveryDep/memo_bg.png') no-repeat top center / 100% auto;
    mix-blend-mode: luminosity;
    opacity: 0.15;
}

/* item > tt */
#delivery-dep-sec .list-item .item .tt {
    position: relative;
    margin:0 auto 64px;
    padding-left:40px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}
#delivery-dep-sec .list-item .item .tt span {
    position: relative;
    z-index: 1;
}
#delivery-dep-sec .list-item .item .tt .line-deco {
    left:55%;
    top:55%;
    transform: translate(-50%,-50%);
    z-index: 0;
}

/* item > sub-list-item */
#delivery-dep-sec .list-item .item .sub-list-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin:0 auto 24px;
    padding-left:108px;
}

/* sub-list-item > sub-item */
#delivery-dep-sec .list-item .item .sub-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    line-height: 1.45;
}
#delivery-dep-sec .list-item .item .sub-item img { width: 18px; height: 18px; flex-shrink: 0; }

/* item > add-txt */
#delivery-dep-sec .list-item .item .add-txt {
    display: inline-flex;
    position: relative;
    margin-right:20px;
    width:100%;
    font-size: 36px;
    font-weight: 800;
}
#delivery-dep-sec .list-item .item .add-txt span {
    position: relative;
    margin-left:auto;
    margin-right:20px;
    z-index: 1;
}
#delivery-dep-sec .list-item .item .add-txt .line-deco {
    top:36px;
    right:0;
    width:calc(100%);
    height:4px;
}


/* ============================================================
   sec-majorBrand : major-brand-sec (이미지4)
   어두운 배경 / 03 배지 / 대형프랜차이즈가 많다
   좌: 흰 카드(벤다이어그램)  우: 설명+5개 포스트잇 태그
============================================================ */
/* ============================================================
   sec-majorBrand : major-brand-sec
============================================================ */
section#major-brand-sec {
    padding-top: 112px;
    padding-bottom: 132px;
    background: url('../../img/renewal/bg/major-brand-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}

#major-brand-sec .badge-label {
    background: url('../../img/renewal/sec-majorBrand/label_bg.png') no-repeat center / 100% 100%;
}

/* ── tt-wrap ── */
#major-brand-sec .tt-wrap { margin: 0 auto 80px; }
#major-brand-sec .tt-wrap .tt { font-size: 72px; }


/* ──────────────────────────────────────────
   cont1
────────────────────────────────────────── */
#major-brand-sec .cont1 { min-width: unset; max-width: 1800px; gap: 0; align-items: stretch; }

/* col-venn */
#major-brand-sec .col-venn {
    padding: 100px 50px 70px 64px;
    background: #ebebeb;
    width: 50%;
}
#major-brand-sec .inner-cont {
    margin:0 auto 80px;
}
#major-brand-sec .venn-text {
    width: calc(350px);
}
#major-brand-sec .venn-text .tt { font-size: 48px; font-weight: 800; line-height: 1.35; margin-bottom: 36px; letter-spacing: -1px; }
#major-brand-sec .venn-text .sub-tt { font-size: 32px; font-weight: 500; line-height: 1.5; margin-bottom: 48px; }
#major-brand-sec .venn-text .desc { font-size: 20px; font-weight: 400; }

/* 벤다이어그램 프레임 */
#major-brand-sec .venn-frame {
    width: calc(100% - 350px);
}
#major-brand-sec .venn-arrow.arrow1 {
    right:24px;
    top:24px;
}
#major-brand-sec .venn-arrow.arrow2 {
    right:324px;
    bottom:24px;
}
#major-brand-sec .venn-circle { border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
#major-brand-sec .venn-circle .inner-frame {
    position: relative;
    width: 100%;
    height: 100%;
}
#major-brand-sec .circle-black {
    left:0;
    top:70px;
    width: 320px; height: 320px; background: #000; font-size: 20px; z-index: 1;
}
#major-brand-sec .circle-black .txt-wrap {
    left:16px;
    top:128px;
    width: 100%;
    text-align: left;
}
#major-brand-sec .circle-white {
    top:100px;
    left:68px;
    width: 250px; height: 250px; background: #fff; z-index: 3; box-shadow: 0 4px 24px rgba(0,0,0,0.18);
}
#major-brand-sec .circle-white .pct { font-size: 48px; font-weight: 900; line-height: 1; margin-top: 2px; }
#major-brand-sec .circle-white .txt-wrap {
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size:26px;
}
#major-brand-sec .circle-red {
    top:132px;
    left:128px;
    width: 305px; height: 305px; background: var(--red2-color); z-index: 2; box-shadow: 0 4px 20px rgba(180,0,0,0.45);
}
#major-brand-sec .circle-red .txt-wrap {
    right:20px;
    bottom:64px;
    font-size:20px;
    font-weight: 400;
    text-align: right;
}
#major-brand-sec .circle-red strong { font-size: 32px; font-weight: 900; }
#major-brand-sec .venn-source { font-size: 16px; font-weight: 800; text-align: right; }

/* col-desc */
#major-brand-sec .col-desc { flex: 1; padding: 52px 56px; display: flex; flex-direction: column; justify-content: center; background-color: rgba(0,0,0,0.5); }
#major-brand-sec .col-desc > .tt { font-size: 48px; font-weight: 400; margin-bottom: 68px; letter-spacing: -0.5px; }
#major-brand-sec .col-desc > .tt strong { font-size: inherit; font-weight: 800; }

/* list-item > item > sub-list-item > sub-item */
#major-brand-sec .list-item { gap: 10px; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
#major-brand-sec .list-item .item {
    display: flex;
    justify-content: center;
    flex: 0 0 calc(20% - 8px);
    padding-top:85px;
    min-height: 195px;
    /* memo_bg PNG만 — 배경색 없이 섹션 배경과 혼합 */
    background: url('../../img/renewal/sec-majorBrand/memo_bg.png') no-repeat top center / 100% auto;
    mix-blend-mode: luminosity;

}
#major-brand-sec .list-item .item .sub-list-item {
    width: 100%;
    padding: 0 10px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#major-brand-sec .list-item .item .sub-item {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}


/* ============================================================
   sec-checklist : checklist-sec (이미지5)
   짙은 레드 배경 / 창업은 생계가 걸린 문제 / 3x2 카드
============================================================ */
/* ============================================================
   sec-checklist : checklist-sec
   짙은 레드 배경 / 창업은 생계가 걸린 문제 / 3x2 카드
============================================================ */
section#checklist-sec {
    padding-top: 160px;
    padding-bottom: 104px;
    background: url('../../img/renewal/bg/checklist-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}


/* ── tt-wrap ── */
#checklist-sec .tt-wrap { margin: 0 auto 48px; }
#checklist-sec .tt-wrap .tt {
    margin: 0 auto 48px;
    font-size: 80px;
}

/* 배지 */
#checklist-sec .check-badge {
    margin: 0 auto;
    padding:20px 64px;
    font-size:40px;
    font-weight: 400;
}
#checklist-sec .check-badge::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) skewX(20deg);
    max-width:720px;
    width: 100%;
    height: 100%;
    background-color: #191919; /* 검은색(어두운 회색) 배경 */
    border: 1px solid #ffffff; /* 하얀색 테두리 선 */
    z-index: -1; /* 글자 뒤로 배치 */
}


/* ── cont1 ── */
#checklist-sec .cont1 { min-width: unset; }


/* ──────────────────────────────────────────
   6개 카드 그리드
────────────────────────────────────────── */
#checklist-sec .checklist-grid {
    gap: 28px 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 116px;
}
#checklist-sec .cl-card {
    width: calc(100% / 3 - 20px * 2 / 3);
    background: #efe8dc;
    transition: transform 0.3s;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    cursor: pointer;
}
#checklist-sec .cl-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
}

/* 카드 헤더 */
#checklist-sec .cl-head {
    padding: 60px 0 32px 32px;
}
#checklist-sec .cl-label {
    font-size: 24px;
    color: rgba(35, 35, 35, 0.5);
}
#checklist-sec .check-round {
    top:60px;
    right:32px;
    width:60px;
    height:60px;
    background-color: #fff;
    border-radius: 50%;
}
#checklist-sec .check-round .inner-frame {
    width: 100%;
    height: 100%;
}
#checklist-sec .check-round img {
    left:-10px;
    bottom:15px;
    max-width: unset;
}

/* 카드 타이틀 */
#checklist-sec .cl-title {
    padding: 0 32px;
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.45;
    color: #111;
}
#checklist-sec .cl-title strong { font-size: inherit; }

/* 카드 리스트 */
#checklist-sec .cl-list {
    list-style: none;
    padding: 0 32px 60px 32px;
    margin: 0;
}
#checklist-sec .cl-list li {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    padding:6px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
}
#checklist-sec .cl-list li img {
    height: auto;
    flex-shrink: 0;
    margin-top: 2px;
}


/* ──────────────────────────────────────────
   하단 카피
────────────────────────────────────────── */
#checklist-sec .cl-bottom { text-align: center; }
#checklist-sec .cl-bottom-sub {
    margin: 0 auto 32px;
    font-size: 28px;
    font-weight: 300;
}
#checklist-sec .cl-bottom-tt {
    margin: 0 auto;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.35;
}
#checklist-sec .cl-bottom-tt strong { font-weight: 600; transition: all 0.4s ease; }

/* 전체 체크 완료 상태 (JS 연동) */
#checklist-sec .cl-bottom.all-checked .cl-bottom-tt strong {
    color: #fff;
    animation: all-checked-glow 1.5s ease-in-out infinite alternate;
}

@keyframes all-checked-glow {
    from {
        text-shadow: 0 0 5px rgba(255,255,255,0.4), 0 0 10px rgba(255,255,255,0.4);
        transform: scale(1);
    }
    to {
        text-shadow: 0 0 10px rgba(255,255,255,0.9),
        0 0 20px var(--red2-color),
        0 0 30px var(--red2-color);
        transform: scale(1.05);
    }
}

/* ============================================================
   sec-gimbapAdvantage : gimbap-advantage-sec (이미지6)
   어두운 배경 / 오늘 무슨김밥 먹자
   좌:치킨  우:김밥+리뷰버블  하단:3개 카드
============================================================ */
/* ============================================================
   sec-gimbapAdvantage : gimbab-advantage-sec
============================================================ */
section#gimbab-advantage-sec {
    padding-top: 120px;
    padding-bottom: 100px;
    background: url('../../img/renewal/bg/gimbab-advantage-sec_bg.jpg?v=1') no-repeat top center;
    background-size: cover;
}

/* ── tt-wrap ── */
#gimbab-advantage-sec .tt-wrap { margin: 0 auto 160px; }
#gimbab-advantage-sec .tt-wrap .sub-tt { margin: 0 auto 12px; font-size: 28px; font-weight:400; }
#gimbab-advantage-sec .tt-wrap .tt + .sub-tt {margin:0 auto;}
#gimbab-advantage-sec .tt-wrap .tt   { margin: 0 auto 12px; font-size: 80px; letter-spacing: -2px; }


/* ──────────────────────────────────────────
   cont1 : VS 비교 영역
────────────────────────────────────────── */
#gimbab-advantage-sec .cont1 {
    gap: 0;
    min-width: unset;
    max-width: 1400px;
    margin: 0 auto 120px;
    border-radius: 10px;
    overflow: visible;
    align-items: stretch;
}

/* 좌우 패널 */
#gimbab-advantage-sec .cont1 .item-left {
    flex: 1;
}
#gimbab-advantage-sec .cont1 .item-right {
    flex: 1;
    overflow: visible;
}

/* 패널 내 tt (vs-label 역할) */
#gimbab-advantage-sec .cont1 .item-left .tt,
#gimbab-advantage-sec .cont1 .item-right .tt {
    margin: 0 0 12px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
}
#gimbab-advantage-sec .cont1 .item-left .tt strong,
#gimbab-advantage-sec .cont1 .item-right .tt strong {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -3px;
    display: block;
}

/* 음식 이미지 */
#gimbab-advantage-sec .vs-img {
    margin-left:60px;
}

#gimbab-advantage-sec .sb-1 {
    top:170px;
    left:55px;
}
#gimbab-advantage-sec .sb-2 {
    top:295px;
    left:0;
}
#gimbab-advantage-sec .sb-3 {
    top:400px;
    left:545px;
}

/* ──────────────────────────────────────────
   cont2 : 하단 텍스트 + 카드
────────────────────────────────────────── */
#gimbab-advantage-sec .cont2 { min-width: unset;}

/* 웨이브 라인 데코 */
#gimbab-advantage-sec .cont2 .line-deco {
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    z-index: -1;
}
#gimbab-advantage-sec .cont2 .line-deco img {}

/* tt, sub-tt */
#gimbab-advantage-sec .cont2 .tt     {
    margin: 0 auto 24px;
    padding:0 0 24px 0;
    font-size: 56px; font-weight: 800;
}
#gimbab-advantage-sec .cont2 .sub-tt { margin: 0 auto 84px; font-size: 26px; font-weight:400; }


/* ── list-item (adv-cards) ── */
#gimbab-advantage-sec .list-item {
    gap: 20px;
    flex-wrap: nowrap;
}
#gimbab-advantage-sec .list-item .item {
    flex: 1;
    padding-left:64px;
    padding-top:90px;
    min-width:443px;
    min-height:278px;
    overflow: hidden;
    transition: all 0.3s;
}
/* 상단 포인트 라인 */
#gimbab-advantage-sec .list-item .item::before {
    content: '';
    position: absolute;
    left: 0; right: 0;
    bottom:0;
    height: 3px;
    background: var(--teal2-color);
    transform: scaleX(0);
    transition: transform 0.3s;
}
#gimbab-advantage-sec .list-item .item:hover::before { transform: scaleX(1); }
#gimbab-advantage-sec .list-item .item:hover { transform: translateY(-4px); }

/* 카드 개별 배경 */
#gimbab-advantage-sec .list-item .item-1 {
    background: url('../../img/renewal/sec-gimbapAdvantage/memo-img1_bg.png') no-repeat bottom right / cover;
}
#gimbab-advantage-sec .list-item .item-2 {
    background: url('../../img/renewal/sec-gimbapAdvantage/memo-img2_bg.png') no-repeat bottom right / cover;
}
#gimbab-advantage-sec .list-item .item-3 {
    background: url('../../img/renewal/sec-gimbapAdvantage/memo-img3_bg.png') no-repeat bottom right / cover;
}

/* 카드 텍스트 */
#gimbab-advantage-sec .list-item .item .tt {
    font-size:36px;
}
#gimbab-advantage-sec .list-item .item .tt strong {

}

/* ============================================================
   sec-vsTable : vs-table-sec
   어두운 청회색 / 치킨창업 VS 김밥창업 비교표
   * table → div 기반 변환
============================================================ */
section#vs-table-sec {
    padding-top: 320px;
    padding-bottom: 140px;
    background: url('../../img/renewal/bg/vs-table-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}

#vs-table-sec .cont1 {
    position: relative;
    min-width: unset;
    max-width: 1320px;
}

#vs-table-sec .vs-food-area {
    position: absolute;
    top: -285px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    pointer-events: none;
    z-index: 4;
}

#vs-table-sec .vf-left {
    position: relative;
    width: 50%;
}

#vs-table-sec .vf-right {
    position: relative;
    width: 50%;
}

#vs-table-sec .vf-left .img {
    position: relative;
    left: 100px;
    opacity: .42;
    filter: drop-shadow(0 8px 22px rgba(0, 0, 0, .32));
}

#vs-table-sec .vf-right .img {
    filter: drop-shadow(0 14px 26px rgba(0, 0, 0, .30));
}

#vs-table-sec .sb1 {
    right: 288px;
    top: 41px;
    z-index: 10;
}

#vs-table-sec .sb2 {
    right: 406px;
    top: 134px;
    z-index: 10;
}

#vs-table-sec .sb3 {
    right: 124px;
    top: 200px;
    z-index: 10;
}

#vs-table-sec .review-img {
    right: -56px;
    top: 0;
    width: 310px;
    opacity: .5;
    z-index: 5;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .24));
}

#vs-table-sec .food {
    right: 220px;
    top: 80px;
    width: 280px;
}

#vs-table-sec .vs-table-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
}

#vs-table-sec .vs-table {
    position: relative;
    width: 100%;
}

#vs-table-sec .vs-head {
    position: relative;
    width: 100%;
    min-height: 192px;
    overflow: visible;
    z-index: 10;
}

#vs-table-sec .th-chicken,
#vs-table-sec .th-gimbap {
    position: absolute;
    padding: 48px 72px;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: visible;
}

#vs-table-sec .th-chicken {
    left: 0;
    bottom: -4px;
    width: 52.5%;
    background-image: url('../../img/renewal/sec-vsTable/chicken-title_bg.png');
}

#vs-table-sec .th-gimbap {
    right: 0;
    bottom: -4px;
    width: 52.5%;
    background-image: url('../../img/renewal/sec-vsTable/gimbab-title_bg.png');
}

#vs-table-sec .th-gimbap::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(31, 210, 186, .78);
    box-shadow:
            inset 0 0 0 1px rgba(31, 210, 186, .14),
            0 0 8px rgba(31, 210, 186, .32),
            0 0 18px rgba(31, 210, 186, .14);
    pointer-events: none;
}

#vs-table-sec .th-vs {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 188px;
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;
}

#vs-table-sec .th-vs .img {
    filter: drop-shadow(0 0 18px rgba(80, 120, 255, .48));
}

#vs-table-sec .th-main {
    line-height: 1;
    font-size: 96px;
    color: #fff;
    text-shadow:
            -2px 0 0 rgba(0, 0, 0, .9),
            2px 0 0 rgba(0, 0, 0, .9),
            0 -4px 0 rgba(0, 0, 0, .9),
            0 4px 0 rgba(0, 0, 0, .9),
            4px 8px 12px rgba(0, 0, 0, .18);
}

#vs-table-sec .th-sub {
    font-size: 44px;
    color: #868686;
    text-shadow:
            -1px 0 0 rgba(0, 0, 0, .82),
            1px 0 0 rgba(0, 0, 0, .82),
            0 -1px 0 rgba(0, 0, 0, .82),
            0 1px 4px rgba(0, 0, 0, .82);
}

#vs-table-sec .vs-tbody {
    position: relative;
}

#vs-table-sec .vs-tbody::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 265px) / 2);
    border: 1px solid rgba(31, 210, 186, .82);
    box-shadow:
            inset 0 0 0 1px rgba(31, 210, 186, .14),
            0 0 8px rgba(31, 210, 186, .34),
            0 0 18px rgba(31, 210, 186, .16);
    pointer-events: none;
    z-index: 4;
}

#vs-table-sec .vs-row {
    display: flex;
    width: 100%;
}

#vs-table-sec .td-chicken,
#vs-table-sec .td-center,
#vs-table-sec .td-gimbap {
    box-sizing: border-box;
    min-height: 52px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#vs-table-sec .td-chicken {
    position: relative;
    z-index: 1;
    flex: 0 0 calc((100% - 265px) / 2);
    background: rgba(237, 239, 240, .96);
    color: #6b6b6b;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    gap: 4px;
}

#vs-table-sec .td-center {
    position: relative;
    z-index: 1;
    flex: 0 0 265px;
    background: rgba(23, 23, 23, .96);
    color: rgba(255, 255, 255, .54);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.02em;
}

#vs-table-sec .td-gimbap {
    position: relative;
    z-index: 2;
    flex: 0 0 calc((100% - 265px) / 2);
    background: rgba(255, 255, 255, .96);
    color: #111;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    gap: 4px;
    border-left: 1px solid rgba(31, 210, 186, .34);
    border-right: 1px solid rgba(31, 210, 186, .34);
}

#vs-table-sec .vs-tbody .vs-row:first-child .td-gimbap {
    border-top: 1px solid rgba(31, 210, 186, .42);
}

#vs-table-sec .vs-tbody .vs-row:last-child .td-gimbap {
    border-bottom: 1px solid rgba(31, 210, 186, .42);
}

#vs-table-sec .vs-tbody .vs-row:not(:last-child) .td-chicken,
#vs-table-sec .vs-tbody .vs-row:not(:last-child) .td-gimbap {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

#vs-table-sec .vs-tbody .vs-row:not(:last-child) .td-center {
    border-bottom: 1px solid rgba(255, 255, 255, .04);
}

#vs-table-sec .td-chicken strong,
#vs-table-sec .td-gimbap strong {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    color: inherit;
}

#vs-table-sec .td-chicken small,
#vs-table-sec .td-gimbap small {
    display: inline;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.02em;
    vertical-align: baseline;
}

#vs-table-sec .td-chicken small {
    color: rgba(107, 107, 107, .72);
}

#vs-table-sec .td-gimbap small {
    color: rgba(110, 110, 110, .66);
}

#vs-table-sec .td-emphasis-chicken {
    color: #f25b45;
    font-size: 18px;
    font-weight: 700;
}

#vs-table-sec .td-emphasis-gimbap {
    color: #16a592;
    font-size: 18px;
    font-weight: 700;
}

/* ============================================================
   sec-chickenVsGimbap : chicken-vs-gimbap-sec (이미지8)
   좌우 대각선 분할 / padding 없음
============================================================ */
section#chicken-vs-gimbap-sec {
    padding-top:150px;
    padding-bttom:180px;

    background: url('../../img/renewal/bg/chicken-vs-gimbap-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#chicken-vs-gimbap-sec .cont-wrap {
    padding: 0;
    min-width: 1600px;
    max-width: 100%;
    width: 100%;
}
#chicken-vs-gimbap-sec .tt-wrap {
    margin:0 auto;
    max-width:1000px;
}
#chicken-vs-gimbap-sec .tt-wrap .tt {
    margin:0 auto 16px;
    font-size:96px;
}
#chicken-vs-gimbap-sec .tt-wrap .sub-tt {
    font-size:48px;
}
#chicken-vs-gimbap-sec .cvg-split {
    display: flex;
    flex-wrap: nowrap;
    min-height: 620px;
}

#chicken-vs-gimbap-sec .cont1 {
    margin:-40px auto 0;
    min-width:1000px;
    max-width: 1000px;
}
/* 좌: 치킨 */
#chicken-vs-gimbap-sec .cvg-left {
    top:calc( (680px - 306px) / 2);
    left:0;
    z-index: 0;
}
#chicken-vs-gimbap-sec .cvg-left-inner {
    position: relative;
    z-index: 1;
}
#chicken-vs-gimbap-sec .cvg-tt {
    margin: 0 0 8px;
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -2px;
}
#chicken-vs-gimbap-sec .cvg-sub {
    margin: 0 0 60px;
    font-size: 28px;
    font-weight: 200;
}
#chicken-vs-gimbap-sec .cvg-circle-red {
    padding:110px 0;
    width: 306px;
    height: 306px;
    line-height: 1.15;
    border-radius: 50%;
    background-image: url('../../img/renewal/sec-chickenVsGimbap/circle-bg-red.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size:26px;
}
#chicken-vs-gimbap-sec .cvg-circle-red strong {
    margin-bottom:6px;
    font-size:36px;
}
#chicken-vs-gimbap-sec .cvg-circle-red .fc-light-red4 {
    font-size:28px;
}

/* 우: 김밥 */
#chicken-vs-gimbap-sec .cvg-right {
    position: relative;
    margin:0 0 0 200px;
    z-index: 1;
}
#chicken-vs-gimbap-sec .cvg-right-inner {
    position: relative;
    height: 100%;
    z-index: 1;
}
#chicken-vs-gimbap-sec .cvg-circle-teal {
    position:relative;
    width: 707px;
    height: 633px;
    background-image: url('../../img/renewal/sec-chickenVsGimbap/circle-bg-green.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    will-change: transform, opacity;
    font-size:40px;
}
#chicken-vs-gimbap-sec .cvg-circle-teal strong {
    font-size:1.3em;
}
#chicken-vs-gimbap-sec .cvg-circle-teal .arr1 {
    top:-24px;
    right:84px;
}
#chicken-vs-gimbap-sec .cvg-circle-teal .arr2 {
    bottom:104px;
    left:200px;
}

/* ============================================================
   sec-todayDifferent : today-different-sec (이미지9)
   어두운 배경 / 오늘애 김밥은 다릅니다
   좌: 간판이미지  우: 배지+카피+틸 하이라이트
============================================================ */
section#today-different-sec {
    padding-top: 170px;
    padding-bottom: 240px;

    background: url('../../img/renewal/bg/today-different-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#today-different-sec .tt-wrap { margin: 0 auto 184px; }
#today-different-sec .tt-wrap .sub-tt {
    margin: 0 auto;
    font-size: 32px;
    font-weight: 200;
}
#today-different-sec .cont1 {
    min-width: unset;
    max-width: 1200px;
}
#today-different-sec .cont1 .sub-tt {
    position: relative;
    padding:20px 0;
    margin:0 auto 8px;
    font-size:52px;
    font-weight: 800;

    background: url('../../img/renewal/sec-todayDifferent/line-wh.png') no-repeat center center;
}
#today-different-sec .tt {
    margin: 0 auto 12px;
    font-size: 72px;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
}
#today-different-sec .cont1 .tt strong { font-weight: 800; font-size:1.15em; }
#today-different-sec .tt-highlight {
    position: relative;
    display: inline-flex;
    padding: 20px 40px;
    background: var(--teal2-color);
    /* 하단으로 크고 부드럽게 퍼지는 그림자 */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05),
    0 15px 30px rgba(0, 0, 0, 0.08),
    0 25px 50px rgba(0, 0, 0, 0.1),
    0 35px 70px rgba(0, 0, 0, 0.12);
}
#today-different-sec .tt-highlight::after {
    content: '';
    position: absolute;
    top: 100%; /* 박스 하단에 딱 붙임 */
    left: 0;
    width: 100%;
    height: 35px; /* 그림자가 밑으로 떨어지는 길이 (원하는 대로 조절) */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%); /* 위는 까맣고 아래로 투명해짐 */
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 20px 100%); /* 안쪽으로 모이는 사다리꼴 모양 (20px 수치로 각도 조절) */
    z-index: -1; /* 박스 뒤로 숨김 */
}

/* '월매출 1억' 밑줄 애니메이션 */
#today-different-sec .diff-tt .underline-target {
    display: inline-block;
    position: relative;
}
#today-different-sec .diff-tt .underline-target::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px; /* 텍스트와의 간격 조정 */
    transform: scaleX(0);
    width: 100%;
    height: 5px; /* 밑줄 두께 */
    background: var(--yellow2-color); /* '1억' 텍스트와 동일한 색상 변수 */
    transform-origin: left;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.4s; /* 상위 요소(diff-copy)의 fade-in 애니메이션 후 시작되도록 지연 */
}


/* ready-before-sec */
section.sec#ready-before-sec {
    padding-top: 100px;
    padding-bottom: 100px;

    background: url('../../img/renewal/bg/ready-sec-before_bg.jpg') no-repeat top center;
    background-size: cover;
}
#ready-before-sec .cont-wrap {

}
#ready-before-sec .tt-wrap {
    margin:0 auto;
}
#ready-before-sec .tt-wrap .tt {
    margin:0 auto 20px;
}
#ready-before-sec .tt-wrap .sub-tt {
    margin:0 auto;
    font-size:36px;
}


/* ready-sec 2 */
section.sec#ready-sec {
    padding-top: 106px;
    padding-bottom: 52px;

    background: #ffefe3;
}
#ready-sec .cont-wrap {
    padding:108px 24px 104px 24px;
    min-width: 1400px;
    max-width: 1400px;
    border-radius: 30px;
    background: #ffefe3;
}
#ready-sec .tt-wrap {
    margin:0 auto 96px;
}
#ready-sec .tt-wrap .round-txt {

}
#ready-sec .tt-wrap .tt {
    margin:0 auto;
}
#ready-sec .tt-wrap .sub-tt {
    margin:0 auto 40px;
    font-size: 40px;
    font-weight: 100;
}
#ready-sec .tt-wrap .primary-txt {

}
#ready-sec .cont1 {
    min-width: inherit;
    max-width: inherit;
}
#ready-sec .cont1 .content-wrap:not(:last-child){
    margin:0 auto 28px;
}
#ready-sec .cont1 .item {
    padding-top:24px;
    width: 50%;
    max-width: 500px;
}
#ready-sec .cont1 .item .tt {
    margin:0 auto 24px;
    font-size: 48px;
    font-weight: normal;
}
#ready-sec .cont1 .item .tt small {
    font-size:0.75em;
}
#ready-sec .cont1 .item .desc {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
}
#ready-sec .cont1 .item .desc small {
    font-size:0.75em;
}
#ready-sec .cont1 .item + .txt-item {
    padding-left:16px;
}
#ready-sec .cont2 {

}
#ready-sec .add-txt {

}


/* confidence-sec */
section.sec#confidence-sec {
    padding-top: 290px;
    padding-bottom: 174px;

    background: url('../../img/renewal/bg/confidence-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#confidence-sec .cont1 {
    position: relative;
    width:100%;
}
#confidence-sec .cont1 .item {
    width:50%;
}
#confidence-sec .cont1 .item.txt-img-wrap {
    padding:420px 0 0 0;
}
#confidence-sec .txt-img-wrap .txt-img {
    bottom:-20px;
    left:164px;
}
#confidence-sec .txt-img-wrap .highlight-img {
    bottom:-52px;
    left:340px;
}
#confidence-sec .cont1 .item.txt-wrap {
    position: relative;
    padding:0 0 0 160px;
    z-index: 2;
}
#confidence-sec .txt-wrap .tt {
    margin:0 auto 70px;
    font-size: 106px;
    font-weight: 800;
    line-height: 1.15;
}
#confidence-sec .txt-wrap .empha-txt {
    color: #ffd200;
}
#confidence-sec .txt-wrap .desc1 {
    margin:0 auto 24px;
    font-size: 44px;
    font-weight: 600;
}
#confidence-sec .txt-wrap .badge-yellow {
    display: inline-flex;
    margin-left: 4px;
    padding: 8px 6px;
    line-height: 1.0;
    background: #ffd200;
    font-weight: 800;
}
#confidence-sec .txt-wrap .desc2 {
    font-size: 28px;
}


/* nplace-sec */
section.sec#nplace-sec {
    padding-top: 50px;
    padding-bottom: 110px;

    background: #c81010;
}
#nplace-sec .cont1 {
    position: relative;
    width: 100%;
    background-color:#fff;
}
#nplace-sec .banner-inner {
    gap:32px;
    padding:45px 0 52px 0;
}
#nplace-sec .banner-inner .item {

}
#nplace-sec .banner-inner .item.item-1 {
    padding-left:20px;
}
#nplace-sec .banner-inner .item.item-2 .img-wrap {
    margin:0 auto 48px;
}
#nplace-sec .banner-inner .item.item-3 {
    padding-right:20px;
}
#nplace-sec .banner-inner .img-wrap {
    margin:0 auto 80px;
}
#nplace-sec .banner-inner .txt-wrap {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    line-height: 1.4;
}
#nplace-sec .banner-inner .desc {
    line-height: 1.25;
    font-size:52px;
    font-weight: bold;
    letter-spacing: -1px;
}
#nplace-sec .banner-inner .txt-red {
    color: #c81010;
    font-size:56px;
}
#nplace-sec .banner-inner .plus {
    position: relative;
}
#nplace-sec .banner-inner .plus img {
    position: relative;
    z-index: 1;
}
#nplace-sec .banner-inner .plus::after {
    content:'';
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 415px;
    background-color: #c81010;
    z-index: 0;
}
#nplace-sec .nplace-rolling {
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    background-color: #212121;
    z-index: 100;
}
#nplace-sec .rolling-content {
    padding: 20px 0;
    gap: 28px;
    overflow: hidden;
}
#nplace-sec .rolling-wrap {
}

#nplace-sec .rolling {
}

#nplace-sec .rolling .item {

}
#nplace-sec .rolling .item img {

}

/* noway-sec */
section.sec#noway-sec {
    padding-top: 200px;
    padding-bottom: 260px;
    background: #ffffff;
}
#noway-sec .cont-wrap {

}
#noway-sec .cont1 {
    width: 100%;
    overflow: visible;
}
#noway-sec .cont1 .img-left {
    top:calc(164px * 1);
    left:50%;
    margin:0 0 0 calc(1480px * -1);
    width: auto;
}
#noway-sec .cont1 .img-left img {
    max-width: unset;
}
#noway-sec .cont1 .img-right {
    top:calc(114px * -1);
    left:50%;
    margin:0 0 0 calc(420px);
    width: auto;
}
#noway-sec .cont1 .img-right img {
    max-width: unset;
    animation: rotateInfinite 15s linear infinite;;
}
#noway-sec .iw1 {
    margin:0 auto 24px;
}
#noway-sec .iw2 {
    margin:0 auto 96px;
}
#noway-sec .desc1 {
    margin:0 auto 60px;
    color: #c81010;
    font-size: 60px;
    font-weight: bold;
}
#noway-sec .desc2 {
    line-height: 1.25;
    font-size: 88px;
    font-weight: bold;
}
#noway-sec .noway-rolling {
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    background-color: #212121;
    z-index: 100;
}
#noway-sec .rolling-content {
    padding: 20px 0;
    gap: 28px;
    overflow: hidden;
}
#noway-sec .rolling-wrap {
}

#noway-sec .rolling {
}

#noway-sec .rolling .item {

}
#noway-sec .rolling .item img {

}

/* choice-sec sec_choice */
section.sec#choice-sec {
    padding-top: 0px;
    padding-bottom: 0px;

    background: url('../../img/renewal/bg/choice-sec_bg.webp') no-repeat top center;
    background-size: cover;
}
#choice-sec .cont-wrap {
    width: 100%;
    min-width: 1680px;
}
#choice-sec .cont-wrap .brand-img-wrap {
    width: 822px;
}
#choice-sec .cont1 {
    position: relative;
    padding-top:260px;
    padding-bottom:200px;
    padding-left:100px;
    width:calc(100% - 822px);
    min-width:unset;

}
#choice-sec .tt-wrap {
    margin:0 auto 108px;
}
#choice-sec .tt-wrap .sub-tt {
    margin:0 auto 36px;
    font-size:64px;
}
#choice-sec .tt-wrap .tt {
    margin:0 auto;
    font-size:84px;
    font-weight: 600;
}
#choice-sec .tt-wrap .tt strong {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 10px;
}
#choice-sec .tt-wrap .tt span {
    font-size:0.6em;
    font-weight: 400;
}
#choice-sec .point-txt {
    margin:0 auto 36px;
    font-size:96px;
    font-weight: 600;
}
#choice-sec .point-txt strong {
    position: relative;
    font-weight:600;
    z-index: 1;
}
#choice-sec .point-txt img {
    top:-16px;
    left:-64px;
}
#choice-sec .add-txt {
    font-size:52px;
    font-weight: 400;
}

#choice-sec .choice-sec-rolling {
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    background-color: #212121;
    z-index: 100;
}
#choice-sec .rolling-content {
    padding: 20px 0;
    gap: 28px;
    overflow: hidden;
}
#choice-sec .rolling-wrap {
}

#choice-sec .rolling {
}

#choice-sec .rolling .item {

}
#choice-sec .rolling .item img {

}


/* behavior-sec */
section.sec#behavior-sec {
    padding-top: 160px;
    padding-bottom: 148px;

    background: url('../../img/renewal/bg/behavior-sec_bg.jpg') no-repeat top center;
    background-size: cover;

    overflow: visible;
    z-index: 10;
}
#behavior-sec .cont-wrap {
    overflow-y: visible;
}
#behavior-sec .tt-wrap {
    margin:0 auto 148px;
}
#behavior-sec .tt-wrap .tt {
    margin:0 auto;
}
#behavior-sec .cont1 {

}
#behavior-sec .behavior-steps {
    gap: 24px;
    flex-wrap: wrap;
}
#behavior-sec .step-card {
    position: relative;
    padding:72px 28px 36px 28px;
    border-radius: 30px;
    background-color: #fff;
    border:2px solid #000;
}
#behavior-sec .step-head {
    top:0;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    width: 208px;
    height: 64px;
    border-radius: 999px;
    background-color: #fff;
    border:2px solid #000;
}
#behavior-sec .step-label {
    font-size:18px;
}
#behavior-sec .step-title {
    margin:0 auto 32px;
    font-size: 48px;
    font-weight: 800;
}
#behavior-sec .step-title .em-red {
    color: #c81010;
}
#behavior-sec .step-img img {
    display: block;
    width: 100%;
    height: auto;
}
#behavior-sec .step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
#behavior-sec .step-arrow img {

}
#behavior-sec .food1 {
    bottom:-660px;
    left:50%;
    margin:0 0 0 calc(1120px * -1);
    width: auto;
}
#behavior-sec .food1 img {
    max-width: unset;
    animation: rotateInfinite 15s linear infinite;
}


/* search-sec */
section.sec#search-sec {
    padding-top: 76px;
    padding-bottom: 92px;

    background: url('../../img/renewal/bg/search-sec_bg.jpg') no-repeat top center;
    background-size: cover;

    z-index: 1;
}
#search-sec .cont-wrap {

}
#search-sec .tt-wrap {

}
#search-sec .tt-wrap .tt {

}
#search-sec .cont1 {
    margin:0 auto 92px;
    padding:128px 0 132px 0;
    max-width: 1200px;
    min-width: unset;
    background-color: #fff;
    border-radius: 30px;
}
#search-sec .cont1 .tt {
    margin:0 auto 54px;
    font-size:64px;
}
#search-sec .cont1 .sub-tt {
    font-size:64px;
    color: #c81010;
    font-weight: bold;
}
#search-sec .cont1 .search-ico {
    top:-248px;
    left:50%;
    margin:0 0 0 calc(280px * 1);
}
#search-sec .cont1 .search-tag {
    left:50%;
    width: 304px;
    height: 64px;
    border-radius: 16px;
    border:2px solid #000;
    background-color: #fff;
    font-size:24px;
    box-shadow: 17px 17px 7px rgba(0,0,0,0.1);
    z-index: 2;
}
#search-sec .cont1 .search-tag.st1 {
    top:180px;
    margin:0 0 0 calc(496px * -1);
}
#search-sec .cont1 .search-tag.st2 {
    top:324px;
    margin:0 0 0 calc(576px * -1);
}
#search-sec .cont1 .search-tag.st3 {
    top:24px;
    margin:0 0 0 calc(260px * 1);
}
#search-sec .cont1 .search-tag.st4 {
    top:244px;
    margin:0 0 0 calc(186px * 1);
}
#search-sec .cont1 .search-tag strong {
    font-weight: 600;
}
#search-sec .search-inner {
    margin:0 auto 40px;
}
#search-sec .search-inner .green-box {
    margin:0 auto;
    width: 100%;
    max-width: 450px;
    height: 180px;
    border-radius: 30px;
    font-size:84px;
    font-weight: bold;
    background-color: #00bf19;
}
#search-sec .search-inner .green-box.gb2 {
    margin-top:-42px;
}
#search-sec .search-inner .img-wrap {
    position: relative;
    margin-top:-42px;
    z-index: 1;
}
#search-sec .cont2 .add-txt {
    font-size:68px;
    font-weight: bold;
}
#search-sec .cont2 .add-txt2 {
    font-size:48px;
}
#search-sec .food1 {
    left:50%;
    bottom:54px;
    margin:0 0 0 calc(430px * 1);
    animation: rotateInfinite 15s linear infinite;
    width: auto;
}
#search-sec .food1 img {
    max-width: unset;
}




/* question-sec sec_q */
section.sec#question-sec {
    padding-top: 56px;
    padding-bottom: 36px;

    background: var(--dark-red-color);
}
#question-sec .cont-wrap {

}
#question-sec .tt-wrap {
    margin:0 auto;
}
#question-sec .tt-wrap .tt {
    margin:0 auto;
}
#question-sec .tt-wrap .sub-tt {
    margin:0 auto 24px;
    font-size:36px;
}



/* sales-sec 3 */
section.sec#sales-sec {
    padding-top: 136px;
    padding-bottom: 0px;

    background: url('../../img/renewal/bg/sales-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#sales-sec .cont-wrap {

}
#sales-sec .tt-wrap {

}
#sales-sec .tt-wrap .round-txt {

}
#sales-sec .tt-wrap .tt {
    font-size: 72px;
    font-weight: 500;
}
#sales-sec .tt-wrap .sub-tt {
    margin:0 auto 12px;
    font-size: 60px;
    font-weight: 200;
}
#sales-sec .tt-wrap .sub-tt strong {
    font-weight: 500;
}
#sales-sec .tt-wrap .primary-txt {

}
#sales-sec .cont1 {

}
#sales-sec .cont1 .monthly-total-wrap {
    margin:0 auto 24px;
    padding:40px;
    width: 660px;
    height: 196px;
    border-radius: 82px;
    background: #fff;
    box-shadow: 15px 15px 24px rgba(0,0,0,0.24);
}
#sales-sec .cont1 .monthly-total-wrap::after {
    content:'';
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 6px * 2);
    height: calc(100% - 6px * 2);
    border-radius: calc(82px - 6px);
    border:8px solid #000;
    box-sizing: border-box;
}
#sales-sec .cont1 .monthly-total-wrap .sub-tt {
    margin:0 auto;
    font-size: 32px;
    font-weight: bold;
}
#sales-sec .cont1 .monthly-total-wrap .cnt-wrap {
    margin:10px auto 0;
    line-height: 1.15;
    font-size:60px;
    font-weight: 500;
}
#sales-sec .cont1 .receipt-wrap {
    margin:0 auto 144px;
    padding:12px 0 0 0;
    min-height: 915px;
    background: url('../../img/renewal/sec3/receipt-bg.png') no-repeat top center;
    background-size: 691px auto;
}
#sales-sec .receipt-wrap .top-content {
    padding:32px 24px 16px 24px;
    height: 136px;
    line-height: 1.25;
    font-size: 26px;
}
#sales-sec .receipt-wrap .middle-content {
    padding:54px 24px 20px 24px;
    height: 228px;
    font-size: 20px;
    line-height: 1.25;
}
#sales-sec .receipt-wrap .middle-content .store-label {
    top:0;
    left:50%;
    transform: translate(-50%,-50%);
    width: 124px;
    height:54px;
    font-size: 30px;
    background: #2d2d2d;
    border-radius: 50%;
    border:1px solid #000;
}
#sales-sec .receipt-wrap .middle-content .monthly-status-txt {
    margin:12px auto 4px;
    font-weight: bold;
}
#sales-sec .receipt-wrap .middle-content .cnt-wrap-noaction {
    line-height: 1.1;
    font-size: 60px;
    font-weight: 500;
}
#sales-sec .receipt-wrap .bottom-content {
    padding:40px 24px 24px 24px;
}
#sales-sec .receipt-wrap .bottom-content .monthly-status-txt {
    margin:0 auto 20px;
    font-size: 20px;
}
#sales-sec .receipt-wrap .bottom-content .day-sales-list {
    margin:0 auto 14px;
    height: auto;
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
}
#sales-sec .receipt-wrap .bottom-content .day-sales-list .swiper-wrapper {
    flex-direction: column;
    margin:-12px 0 0;
}
#sales-sec .receipt-wrap .bottom-content .day-sales-list .swiper-slide  {
    gap:24px;
    margin:0;
    font-size: 16px;
}
#sales-sec .receipt-wrap .bottom-content .day-sales-list .swiper-slide .sales{
    font-weight: 400;
}
#sales-sec .receipt-wrap .bottom-content .total-wrap {
    gap:18px;
    font-size:14px;
}
#sales-sec .receipt-wrap .bottom-content .total-wrap .total-cnt {
    width: 172px;
    height: 52px;
    border-radius: 50%;
    background: var(--dark-red-color);
    font-size: 16px;
    font-weight: 600;
}
#sales-sec .cont1 .desc {
    line-height: 1.25;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1px;
}
#sales-sec .cont2 {

}
#sales-sec .add-txt {

}
#sales-sec .round-cont {
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 50%;
}
#sales-sec .round-cont::after {
    content:'';
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 16px * 2);
    height: calc(100% + 16px * 2);
    border:1px solid #000;
    border-radius: 1000px;
}
#sales-sec .round-cont.rc1 {
    top:704px;
    left:50%;
    margin-left:calc(660px * -1);
}
#sales-sec .round-cont.rc2 {
    top:520px;
    left:50%;
    margin-left:calc(366px * 1);
}
#sales-sec .round-cont .sub-tt {
    margin:0 auto 12px;
    font-size: 32px;
    font-weight: 600;
}
#sales-sec .round-cont .cnt-wrap {
    line-height: 1.0;
    font-size: 100px;
    font-weight: 500;
}
#sales-sec .round-cont .cnt-wrap small {
    font-size:32px;
    font-weight: 400;
}

#sales-sec .round-cont.rc3 {
    top:-40px;
    left:50%;
    margin-left:calc(664px * -1);
    background:var(--dark-red-color);
}
#sales-sec .round-cont.rc3 .sub-tt {
    font-size: 46px;
    line-height: 1.25;
}
#sales-sec .round-cont.rc4 {
    top:146px;
    left:50%;
    margin-left:calc(366px * 1);
    background:var(--dark-red-color);
}
#sales-sec .round-cont.rc4 .sub-tt {
    font-size: 46px;
    line-height: 1.25;
}
#sales-sec .round-cont.rc5 {
    top:380px;
    left:50%;
    margin-left:calc(784px * -1);
    background:var(--teal-color);
}
#sales-sec .round-cont.rc5 .sub-tt {
    font-size: 46px;
    line-height: 1.25;
}
#sales-sec .banner-wrap {
    padding-top: 140px;
    padding-bottom: 108px;

    background: url('../../img/renewal/sec3/banner-wrap_ck_bg.jpg') no-repeat top center;
    background-size: cover;
}
#sales-sec .banner-wrap .sub-tt {
    margin:0 auto 32px;
    font-size:40px;
    line-height: 1.25;
}
#sales-sec .banner-wrap h3 {
    position:relative;
    margin:0 auto;
    font-size:72px;
    line-height: 1.25;
}
#sales-sec .banner-wrap h3::after {
    content:'';
    position: absolute;
    bottom:-24px;
    left:50%;
    transform: translate(-50%,0);
    display: block;
    width:100%;
    height: 32px;
    background: url('../../img/renewal/sec3/line-yellow.png') no-repeat top center;
    background-size: auto;
}


/* special-sec 4 */
section.sec#special-sec {
    padding-top: 196px;
    padding-bottom: 140px;

    background: url('../../img/renewal/bg/special-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#special-sec .cont-wrap {

}
#special-sec .tt-wrap {
    margin:0 auto 84px;
    max-width: 1400px;
}
#special-sec .tt-wrap .round-txt {

}
#special-sec .tt-wrap .tt {
    font-size: 72px;
}
#special-sec .tt-wrap .sub-tt {
    font-size: 60px;
}
#special-sec .tt-wrap .primary-txt {

}
#special-sec .cont1 {

}
#special-sec .cont1 .content-list {
    gap:24px;
    margin:0 auto 72px;
    max-width: 1400px;
    min-width: 1400px;
}
#special-sec .cont1 .content-list .item {
    padding:328px 40px 64px 40px;
    width: calc(100% / 3 - 24px * 2 / 3);
    overflow: hidden;
}
#special-sec .cont1 .content-list .item:hover .img {
    transform: scale(1.4);
}
#special-sec .cont1 .content-list .item .img {
    top:0;
    left:0;
    width: 100%;
    transition:all 0.6s;
    z-index: 0;
}
#special-sec .cont1 .content-list .item .num {
    top:0;
    left:0;
    width: 75px;
    height: 75px;
    background: var(--dark-red-color);
    font-size: 32px;
    font-weight: 600;
    z-index: 10;
}
#special-sec .cont1 .content-list .item .tt {
    position: relative;
    margin:0 auto 28px;
    font-size: 40px;
    font-weight: 400;
    z-index: 2;
}
#special-sec .cont1 .content-list .item .desc {
    position: relative;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 200;
    z-index: 2;
}
#special-sec .cont1 .content-list .item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    z-index: 1;
}
#special-sec .cont2 {

}
#special-sec .add-txt {
    margin:0 auto 16px;
    font-size: 40px;
}
#special-sec .label-txt {
    margin:0 auto;
    padding:28px 72px;
    max-width: 660px;
    font-size: 48px;
    font-weight: bold;
    border-radius: 50%;
    background: var(--teal-color);
}


/* kick-sec 5 */
section.sec#kick-sec {
    padding-top: 260px;
    padding-bottom: 100px;

    background: url('../../img/renewal/bg/kick-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#kick-sec .cont-wrap {

}
#kick-sec .tt-wrap {

}
#kick-sec .tt-wrap .round-txt {

}
#kick-sec .tt-wrap .tt {
    margin:16px auto 24px;
    font-size: 72px;
    font-weight: 400;
}
#kick-sec .tt-wrap .sub-tt {
    font-size: 40px;
    font-weight: 300;
}
#kick-sec .tt-wrap .desc {
    font-weight: 200;
}
#kick-sec .tt-wrap .primary-txt {

}
#kick-sec .cont1 {
    gap:36px;
    margin:480px auto 0;
    max-width: 1400px;
    min-width: 1400px;
}
#kick-sec .cont1 .txt-item {
    padding:0 0 0 36px;
    width: 420px;
}
#kick-sec .cont1 .txt-item .tt {
    margin: 0 auto 60px;
    line-height: 1.15;
    font-size: 72px;
    color: var(--brown6-color);
}
#kick-sec .cont1 .txt-item .desc {
    margin:0 auto 48px;
    line-height: 1.35;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: -1px;
}
#kick-sec .cont1 .txt-item .desc.desc2 {
    margin:0 auto;
    font-weight: 600;
}
#kick-sec .cont1 .txt-item .date-wrap {
    gap:24px;
    color: var(--wine-color);
    font-size: 36px;
}
#kick-sec .cont1 .txt-item .date-wrap strong {
    font-size: 1.75em;
    font-weight: 1000;
}
#kick-sec .cont1 .food-item .img {
    animation: rotateInfinite 15s linear infinite;;
}
#kick-sec .cont2 {

}
#kick-sec .add-txt {

}


/* difference-sec 6 */
section.sec#difference-sec {
    padding-top: 124px;
    padding-bottom: 118px;

    background:#fff;
}
#difference-sec .cont-wrap {

}
#difference-sec .tt-wrap {
    margin:0 auto 40px;
}
#difference-sec .tt-wrap .round-txt {

}
#difference-sec .tt-wrap .tt {
    font-size:44px;
    font-weight: 300;
}
#difference-sec .tt-wrap .tt strong {
    font-weight: 600;
}
#difference-sec .tt-wrap .sub-tt {

}
#difference-sec .tt-wrap .primary-txt {

}
#difference-sec .cont1 {

}
#difference-sec .cont1 .comparison-food-wrap {

}
#difference-sec .cont1 .comparison-food-wrap .food-item {
    width: 570px;
}
#difference-sec .cont1 .comparison-food-wrap .txt-item .txt {
    display: inline-flex;
    justify-content: center;
    font-size: 72px;
    font-weight: 1000;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); /* 그림자 */
}
#difference-sec .cont1 .comparison-food-wrap .txt-item .txt::before {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 140%;
    color: #000;
    -webkit-text-stroke: 6px #000; /* 테두리만 */
    z-index: -1;
}
#difference-sec .cont1 .comparison-txt-wrap {
    gap:45px;
    margin:64px auto 72px;
}
#difference-sec .cont1 .comparison-txt-wrap .item {
    padding:136px 72px 72px 72px;
    width: 570px;
    font-size: 30px;
    border:1px solid #000;
    border-radius: 30px;
    box-shadow: 15px 15px 9px rgba(0,0,0,0.24);
}
#difference-sec .cont1 .comparison-txt-wrap .item strong {
    font-weight: bold;
}
#difference-sec .cont1 .comparison-txt-wrap .menu-label {
    top:0;
    left:50%;
    transform: translate(-50%,-50%);
    width: 400px;
    height: 120px;
    font-size: 36px;
    border-radius: 1000px;
    background: #fff;
    box-shadow: 15px 15px 24px rgba(0,0,0,0.24);
}
#difference-sec .cont1 .comparison-txt-wrap .menu-label::after {
    content:'';
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 6px * 2);
    height: calc(100% - 6px * 2);
    border-radius: 1000px;
    border:16px solid #000;
    box-sizing: border-box;
}
#difference-sec .cont1 .comparison-txt-wrap .menu-label.red::after {
    border:16px solid var(--red2-color);
}
#difference-sec .cont1 .comparison-txt-wrap .menu-label.green::after {
    border:16px solid #006b5c;
}
#difference-sec .cont1 .comparison-txt-wrap .price {
    padding:14px 0;
}
#difference-sec .cont2 {

}
#difference-sec .add-txt {
    margin:0 auto 40px;
    font-size: 60px;
    font-weight: 600;
}
#difference-sec .add-txt strong {
    font-weight: 600;
}
#difference-sec .desc {
    font-size: 32px;
}
#difference-sec .left-bg {
    top:0;
    left:50%;
    margin-left:calc( (715px + 290px) * -1 );
    height: 100%;
    z-index: 0;
}
#difference-sec .right-bg {
    top:0;
    left:50%;
    margin-left:calc( (715px + 0px) * 1 );
    height: 100%;
    z-index: 0;
}
#difference-sec .left-txt {
    top:184px;
    left:50%;
    margin-left:calc( (700px + 120px - 8px) * -1 );
    line-height: 1.0;
    -webkit-text-stroke: 2px #ffffff;
    -webkit-text-fill-color: transparent;
    color: unset;
    font-size: 120px;
    font-weight: 1000;
    text-orientation: unset;
    z-index: 1;
}
#difference-sec .right-txt {
    top:184px;
    left:50%;
    margin-left:calc( (700px - 8px) * 1 );
    line-height: 1.0;
    writing-mode: sideways-lr;
    -webkit-text-stroke: 2px #ffffff;
    -webkit-text-fill-color: transparent;
    color: unset;
    font-size: 120px;
    font-weight: 1000;
    text-orientation: unset;
    z-index: 1;
}


/* step-sec sec_step */
section.sec#step-sec {
    padding-top: 196px;
    padding-bottom: 140px;

    background: url('../../img/renewal/bg/step-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#step-sec .cont-wrap {

}
#step-sec .tt-wrap {
    margin:0 auto 84px;
    max-width: 1400px;
}
#step-sec .tt-wrap .round-txt {

}
#step-sec .tt-wrap .tt {
    font-size: 60px;
    font-weight: normal;
}
#step-sec .tt-wrap .sub-tt {
    font-size: 60px;
    font-weight: 200;
}
#step-sec .tt-wrap .primary-txt {

}
#step-sec .cont1 {

}
#step-sec .cont1 .content-list {
    gap:25px;
    margin:0 auto 80px;
    max-width: 1400px;
    min-width: 1400px;
}
#step-sec .cont1 .content-list .item {
    width: calc(100% / 3 - 25px * 2 / 3);
    max-width: 450px;
    overflow: hidden;
}
#step-sec .cont1 .content-list .item:hover .img {
    transform: scale(1.1);
}
#step-sec .cont1 .content-list .item .img-wrap {
    margin:0 auto 60px;
}
#step-sec .cont1 .content-list .item .img {
    width: 100%;
    transition:all 0.6s;
    z-index: 0;
}
#step-sec .cont1 .content-list .item .step {
    bottom:0;
    left:50%;
    transform: translateX(-50%) translateY(50%);
    width: 170px;
    height: 54px;
    background: var(--dark-red-color);
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    z-index: 10;
}
#step-sec .cont1 .content-list .item .desc {
    position: relative;
    line-height: 1.6;
    font-size: 28px;
    font-weight: 200;
    z-index: 2;
}
#step-sec .cont2 {

}
#step-sec .desc {
    line-height: 1.25;
    font-size: 36px;
    font-weight: 300;
}
#step-sec .desc strong {
    font-size:54px;
    font-weight: 600;
}


/* review-sec 7 */
section.sec#review-sec {
    padding-top: 190px;
    padding-bottom: 0px;

    background: #eae7e2;
}
#review-sec .cont-wrap {

}
#review-sec .tt-wrap {
    margin:0 auto;
}
#review-sec .tt-wrap .round-txt {

}
#review-sec .tt-wrap .tt {
    position: relative;
    margin:0 auto;
    line-height: 1.15;
    font-size: 72px;
    font-weight: 400;
    z-index: 1;
}
#review-sec .tt-wrap .sub-tt {
    position: relative;
    margin:0 auto 12px;
    font-size: 42px;
    z-index: 1;
}
#review-sec .tt-wrap .bg-txt {
    top:-48px;
    left:50%;
    transform: translateX(-50%);
    -webkit-text-stroke: 2px #ffffff;
    -webkit-text-fill-color: transparent;
    width: 100%;
    line-height: 1.0;
    color: unset;
    font-size: 120px;
    font-weight: 1000;
    z-index: 0;
}
#review-sec .tt-wrap .primary-txt {

}
#review-sec .cont1 {
    padding:160px 0 0 0;
    max-width: unset;
}
#review-sec .rv-sw {
    margin:0 auto 0;
    height: 600px;
}
#review-sec .rv-sw .swiper-wrapper {
    overflow-y: visible;
}
#review-sec .rv-sw .swiper-slide {
    /*transform: translateX(-40px);*/
    margin-top:68px;
    padding:0 32px;
    width:480px;
    height:500px;
    transition: all 0.6s;
    filter: drop-shadow(10px 10px 10px rgba(100,100,100,0.2));
    overflow: hidden;
    opacity: 0.5;
}
#review-sec .rv-sw .swiper-slide img {
    width:100%;
}
#review-sec .rv-sw .swiper-slide.swiper-slide-active {
    margin-top:0;
    padding:68px 32px 0 32px;
    width:480px;
    height:600px;
    opacity: 1;
    background: url('../../img/renewal/sec7/phone-bg.png') no-repeat top center;
    background-size: cover;
}
#review-sec .swiper-button-next {
    top:65%;
    left:50%;
    transform: translate(-50%,-50%);
    margin-left:240px;
    width: 108px;
    height: 108px;
    transition: all 0.2s;
}
#review-sec .swiper-button-next:hover {
    transform: translate(-50%,-50%) scale(1.1);
}
#review-sec .swiper-button-prev {
    top:65%;
    left:50%;
    transform: translate(-50%,-50%);
    margin-left:calc( 240px * -1 );
    width: 108px;
    height: 108px;
    transition: all 0.2s;
}
#review-sec .swiper-button-prev:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
#review-sec .cont2 {

}
#review-sec .add-txt {

}
#review-sec .label-txt {
    gap:16px;
    width: 324px;
    height: 80px;
    background: #000;
    border-radius: 1000px;
    font-size: 26px;
    font-weight: 400;
}
#review-sec .lb1 {
    top:88px;
    left:50%;
    margin-left:calc(700px * -1);
}
#review-sec .lb2 {
    top:48px;
    left:50%;
    margin-left:calc(324px / 2 * -1);
}
#review-sec .lb3 {
    top:88px;
    left:50%;
    margin-left:calc( (700px - 324px) * 1 );
}


/* menu-sec 8 */
section.sec#menu-sec {
    padding-top: 92px;
    padding-bottom: 92px;

    background: url('../../img/renewal/bg/menu-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#menu-sec .cont-wrap {
    padding:68px 75px;
    max-width: 1400px;
    min-width: 1400px;
    background: #f3e3d6;
}
#menu-sec .tt-wrap {
    margin:0 auto 90px;
}
#menu-sec .tt-wrap .round-txt {

}
#menu-sec .tt-wrap .tt {
    margin:0 auto;
    line-height: 1.15;
    font-size: 72px;
    font-weight: 400;
}
#menu-sec .tt-wrap .sub-tt {
    margin:0 auto 12px;
    font-size: 42px;
}
#menu-sec .tt-wrap .primary-txt {

}
#menu-sec .cont1 {
    padding:100px 24px;
    min-width: unset;
    background: #fff;
    border:1px solid #000;
    z-index: 1;
}
#menu-sec .food-set {
    left:50%;
    bottom:-190px;
    z-index: 0;
}
#menu-sec .menu-tab {
    gap:24px;
    margin:0 auto 90px;
}
#menu-sec .menu-tab li.active a,
#menu-sec .menu-tab li:hover a {
    color:#fff;
    background: var(--teal-color);
}
#menu-sec .menu-tab li a {
    width: 180px;
    height: 60px;
    color: var(--teal-color);
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    border:1px solid var(--teal-color);
}
#menu-sec .menu-content {
    gap:48px;
    margin:0 auto;
    max-width: 1000px;
    width: 100%;
    min-height: 940px;
    transition: all 0.2s;
    overflow: visible;
}
#menu-sec .menu-content .item {
    position: absolute;
    top:-2000%;
    left:-2000%;
    margin:40px 0 0;
    width: calc(100% / 4 - 48px / 4 * 3);
    height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: visible;
    transition: all 0.6s;
}
#menu-sec .menu-content .item .pick-sb {
    top:-36px;
    left:50%;
    transform: translateX(-120px);
    z-index: 10;
}
#menu-sec .menu-content .item.show {
    position: relative;
    top:unset;
    left:unset;
    margin:0 0;
    height: auto;
    pointer-events: auto;
    opacity: 1;
}
#menu-sec .menu-content .item .menu-name {
    margin:16px auto 0;
    padding:14px 4px;
    font-size: 18px;
}
#menu-sec .cont2 {

}
#menu-sec .add-txt {

}


/* media-sec 9 */
section.sec#media-sec {
    display: none;

    padding-top: 190px;
    padding-bottom: 70px;

    background: #006b5c;
}
#media-sec .cont-wrap {

}
#media-sec .tt-wrap {
    margin:0 auto 84px;
}
#media-sec .tt-wrap .round-txt {
    margin:0 auto;
    padding:32px 84px;
    font-size: 42px;
    font-weight: bold;
    background: var(--light-yellow-color);
    border-radius: 1000px;
}
#media-sec .tt-wrap .tt {
    margin:0 auto 84px;
    line-height: 1.15;
    font-size: 72px;
    font-weight: 400;
}
#media-sec .tt-wrap .sub-tt {
    margin:0 auto 12px;
    font-size: 42px;
}
#media-sec .tt-wrap .primary-txt {

}
#media-sec .cont1 {
    margin:0 auto;
}
#media-sec .cont1 .content-wrap {
    margin:0 auto;
    width: 920px;
}
#media-sec .cont1 .youtube-wrap {
    border-radius: 30px;
}
#media-sec .cont1 .desc {
    padding:32px 24px;
    font-size: 28px;
}
#media-sec .cont2 {

}
#media-sec .add-txt {

}
#media-sec .left-content {
    top:153px;
    left:50%;
    margin-left:calc( (700px + 140px) * -1 );
}
#media-sec .left-content .tt-wrap {
    margin:48px auto 116px;
}
#media-sec .left-content .tt {
    margin:0 auto 36px;
    line-height: 1.25;
    font-size: 52px;
    font-weight: bold;
}
#media-sec .left-content .desc {
    font-size: 28px;
    font-weight: 200;
}
#media-sec .left-txt {
    line-height: 1.0;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    writing-mode: sideways-lr;
    color: unset;
    font-size: 128px;
    font-weight: 1000;
    text-orientation: unset;
}
#media-sec .right-content {
    gap:64px;
    top:450px;
    left:50%;
    margin-left:calc( (700px - 140px) * 1 );
}
#media-sec .right-content .item {
    padding:36px 24px;
    width: 300px;
    height: 276px;
    font-size: 24px;
    color: #000;
}
#media-sec .right-content .item img {
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 0;
}
#media-sec .right-content .item .year {
    margin:0 auto 24px;
    font-weight: 400;
}
#media-sec .right-content .item .info-txt {
    font-size:30px;
    line-height: 1.25;
}


/* system-sec 10 */
section.sec#system-sec {
    padding-top: 75px;
    padding-bottom: 0;

    background: url('../../img/renewal/bg/system-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#system-sec .cont-wrap {

}
#system-sec .tt-wrap {
    margin:0 auto 32px;
}
#system-sec .tt-wrap .round-txt {

}
#system-sec .tt-wrap .tt {
    margin:0 auto;
    line-height: 1.15;
    font-weight: 300;
}
#system-sec .tt-wrap .tt strong {
    font-weight: 600;
}
#system-sec .tt-wrap .sub-tt {
    margin:0 auto 40px;
    line-height: 1.45;
    font-size:32px;
    font-weight: 200;
}
#system-sec .tt-wrap .add-txt {
    margin:0 auto 56px;
}
#system-sec .tt-wrap .primary-txt {

}
#system-sec .cont1 {
    padding:0 0 84px 0;
    max-width: 100%;
}
#system-sec .cont1 > * {
    position: relative;
    z-index: 1;
}
#system-sec .cont1::after {
    content:'';
    display: block;
    position: absolute;
    top:80px;
    left:50%;
    transform: translateX(-50%);
    min-width: 2400px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius:50% 50% 0 0;
    z-index: 0;
}
#system-sec .cont1 .brand-img img {
    filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.3));
}
#system-sec .cont1 .tt {
    gap:18px;
    margin:84px auto 56px;
    max-width: 1400px;
    line-height: 1.15;
    font-size: 60px;
}
#system-sec .cont1 .tt .num {
    width: 80px;
    height: 80px;
    font-weight: 200;
    font-size: 24px;
    border:1px solid var(--teal2-color);
    border-radius: 1000px;
}
#system-sec .cont1 .tt small {
    font-size: 40px;
    font-weight: 200;
}
#system-sec .cont1 .item-wrap {
    margin:0 auto 36px;
    max-width: 1400px;
}
#system-sec .item-equip {
    padding:0 60px 0 0;
}
#system-sec .item-center {
    width:528px;
}
#system-sec .item-center .youtube-wrap {
    padding-bottom:108%;
}
#system-sec .item-center .youtube-wrap .video-wrap {
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:165%;
    height:165%;
}
#system-sec .round-txt {
    width: 342px;
    height: 128px;
    border-radius: 50%;
    background: var(--teal2-color);
    font-size: 30px;
    font-weight: 200;
}
#system-sec .round-txt:not(:last-child) {
    margin:0 auto 20px;
}
#system-sec .round-txt .eq1 {
    left:-8px;
}
#system-sec .round-txt .eq2 {
    right:-52px;
}
#system-sec .item-check {
    padding:0 0 0 36px;
    width: 100%;
    max-width: 480px;
}
#system-sec .check-txt {
    gap:16px;
    padding:8px 0;
    font-size: 32px;
}
#system-sec .check-txt strong {
    font-weight: bold;
}
#system-sec .desc {
    font-size: 32px;
    line-height: 1.45;
}
#system-sec .desc .img-wrap {
    margin:0 auto 32px;
}
#system-sec .desc strong {
    display: inline-flex;
}
#system-sec .cont2 {

}
#system-sec .add-txt {

}


/* package-sec 11 */
section.sec#package-sec {
    padding-top: 148px;
    padding-bottom: 108px;

    background: #ffffff;
}
#package-sec .cont-wrap {
    position: relative;
    z-index: 1;
}
#package-sec::after {
    content:'';
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%,0);
    max-width: 1800px;
    min-width: 1600px;
    width: calc(100% - 100px * 2);
    height: 100%;
    background: #fffbcc;
    z-index: 0;
}
#package-sec .tt-wrap {

}
#package-sec .tt-wrap .round-txt {

}
#package-sec .tt-wrap .tt {
    gap:18px;
    margin:0 auto 56px;
    max-width: 1400px;
    line-height: 1.15;
    font-size: 60px;
}
#package-sec .tt-wrap .tt .num {
    width: 80px;
    height: 80px;
    font-weight: 200;
    font-size: 24px;
    border:1px solid var(--teal2-color);
    border-radius: 1000px;
}
#package-sec .tt-wrap .tt small {
    font-size: 40px;
    font-weight: 200;
}
#package-sec .tt-wrap .sub-tt {

}
#package-sec .tt-wrap .primary-txt {

}
#package-sec .cont1 {
    max-width: unset;
}
#package-sec .cont1 .swiper-slide {
    transform: translateX(-192px);
}
#package-sec .cont1 .item-list {
    gap:22px 12px;
    width: 860px;
}
#package-sec .cont1 .item-list .sub-item {
    width: calc(100% / 6 - 12px / 5 * 6);
}
#package-sec .cont1 .item-list .sub-item .desc {
    padding:18px 8px;
    font-size: 16px;
}
#package-sec .cont2 {

}
#package-sec .add-txt {

}


/* satisfied-sec 12 */
section.sec#satisfied-sec {
    padding-top: 110px;
    padding-bottom: 458px;

    background: #ffffff;
    z-index: 10;
}
#satisfied-sec .cont-wrap {

}
#satisfied-sec .tt-wrap {
    margin:0 auto 72px;
}
#satisfied-sec .tt-wrap .round-txt {

}
#satisfied-sec .tt-wrap .tt {
    margin:0 auto;
    font-size: 52px;
}
#satisfied-sec .tt-wrap .sub-tt {
    margin:0 auto 32px;
    font-size: 36px;
    font-weight: 200;
    letter-spacing: -1px;
}
#satisfied-sec .tt-wrap .primary-txt {

}
#satisfied-sec .cont1 {
    position: relative;
    z-index: 1;
}
#satisfied-sec .cont1 .item-wrap {
    margin:0 auto 84px;
}
#satisfied-sec .cont1 .item {
    position: relative;
    padding:52px 24px;
    width: 475px;
    height: 475px;
    border-radius: 1000px;
    border:5px solid var(--teal2-color);
    z-index: 1;
}
#satisfied-sec .cont1 .item .sub-tt {
    margin:0 auto 36px;
    font-size: 30px;
    font-weight: bold;
}
#satisfied-sec .cont1 .item .img-wrap {
    margin:0 auto 36px;
}
#satisfied-sec .cont1 .item .desc {
    margin:0 auto;
    line-height: 1.45;
    font-size:24px;
    font-weight: 600;
}
#satisfied-sec .cont1 .item-center {
    width: 540px;
    height: 540px;
    background: var(--teal2-color);
    z-index: 2;
}
#satisfied-sec .cont1 .item1 {
    margin:0 -48px 0 0;
    background: #fff;
}
#satisfied-sec .cont1 .item3 {
    margin:0 0 0 -48px;
    background: #fff;
}
#satisfied-sec .cont1 .desc {
    font-size: 36px;
}
#satisfied-sec .cont2 {

}
#satisfied-sec .add-txt {

}
#satisfied-sec .food1 {
    top:-36px;
    left:50%;
    margin-left:calc(1364px * -1);
}
#satisfied-sec .food2 {
    top:356px;
    left:50%;
    margin-left:calc(280px * 1);
}


/* support-sec sec_support */
section.sec#support-sec {
    position: relative;
    padding-top: 24px;
    padding-bottom: 75px;

    background: #ffffff;
    overflow-y: visible;
    z-index: 10;
}
#support-sec .cont-wrap {
    position: relative;
    margin:-48px auto 0;
    z-index: 1;
}
#support-sec .tt-wrap {
    margin:0 auto 80px;
}
#support-sec .tt-wrap .round-txt {

}
#support-sec .tt-wrap .tt {
    gap:18px;
    margin:0 auto 56px;
    max-width: 1400px;
    line-height: 1.15;
    font-size: 60px;
}
#support-sec .tt-wrap .tt .num {
    width: 80px;
    height: 80px;
    font-weight: 200;
    font-size: 24px;
    border:1px solid var(--teal2-color);
    border-radius: 1000px;
}
#support-sec .tt-wrap .tt small {
    font-size: 40px;
    font-weight: 200;
}
#support-sec .tt-wrap .sub-tt {

}
#support-sec .tt-wrap .primary-txt {

}
#support-sec .cont1 {
    margin:0 auto;
    max-width: 1400px;
    min-width: unset;
}
#support-sec .cont1 .item-img {
    width: 530px;
}
#support-sec .cont1 .item-content {
    width: calc(100% - 530px);
}
#support-sec .cont1 .item-content .sub-item {
    gap:28px 0;
    padding:24px 24px 24px 5px;
    width: 50%;
    max-width: 440px;
}
#support-sec .cont1 .item-content .sub-item .sub-tt {
    gap:14px;
    margin:0 auto 28px;
    font-size:32px;
}
#support-sec .cont1 .item-content .sub-item .sub-tt .num {
    width: 40px;
    height: 40px;
    font-size:24px;
    font-weight: 200;
    background: var(--teal2-color);
    border-radius: 50%;
}
#support-sec .cont1 .item-content .sub-item .sub-tt .num.gray-round {
    background: #6e7174;
}
#support-sec .cont1 .item-content .sub-item .desc {
    padding:0 0 0 54px;
    font-size:20px;
}
#support-sec .cont1 .item-content .sub-item .txt {
    padding:8px 0 0 0;
    font-size:18px;
}
#support-sec .cont2 {

}
#support-sec .add-txt {

}


/* profit-sec sec_profit */
section.sec#profit-sec {
    padding-top: 0;
    padding-bottom: 118px;
}
#profit-sec .cont-wrap {
    max-width: unset;
}
#profit-sec .tt-wrap {
    margin:0 auto;
    padding:68px 0 116px 0;
    max-width: unset;
    background: var(--teal2-color);
}
#profit-sec .tt-wrap .round-txt {

}
#profit-sec .tt-wrap .tt {
    margin:0 auto;
    font-size: 60px;
}
#profit-sec .tt-wrap .sub-tt {
    margin:0 auto 12px;
    font-size:36px;
}
#profit-sec .tt-wrap .primary-txt {

}
#profit-sec .cont1 {
    margin:-70px auto 0;
    padding:84px 0 0 0;
    max-width: 1400px;
    min-width: unset;
    background: #fff;
}
#profit-sec .cont1 .tt {
    margin:0 auto 8px;
    font-size:60px;
}
#profit-sec .cont1 .sub-tt {
    margin:0 auto 24px;
    font-size:24px;
    font-weight: 600;
}
#profit-sec .cont1 .item-img {
    position: relative;
    width: 800px;
    z-index: 1;
}
#profit-sec .cont1 .item-content {
    position: relative;
    padding:108px 0 0 0;
    width: calc(100% - 800px);
    z-index: 0;
}
#profit-sec .table-wrap {
    margin:0 auto 20px;
}
#profit-sec .table-wrap .table {
    width: 100%;
}
#profit-sec .table-wrap .table th,
#profit-sec .table-wrap .table td {
    padding:4px 8px;
    vertical-align: middle;
    height: 40px;
    font-size:16px;
    font-weight: 300;
    border-bottom:1px solid #dddddd;
    border-right:1px solid #dddddd;
}
#profit-sec .table-wrap .table td.bd-blc {
    border-bottom: 1px solid #000;
}
#profit-sec .table-wrap .table th:last-child,
#profit-sec .table-wrap .table td:last-child {
    border-right:none;
}
#profit-sec .table-wrap .table td.pl20 {
    padding-left:20px;
}
#profit-sec .table-wrap .table th .point-txt,
#profit-sec .table-wrap .table td .point-txt {
    font-size:20px;
}
#profit-sec .table-wrap .table .point-tr th,
#profit-sec .table-wrap .table .point-tr td {
    height: 50px;
}
#profit-sec table strong {
    font-weight: 600;
}
#profit-sec .black-bg {
    background: #272727;
}
#profit-sec .gray-bg1 {
    background: #595656;
}
#profit-sec .gray-bg2 {
    background: #8a8a8a;
}
#profit-sec .gray-bg3 {
    background: #ececec;
}
#profit-sec .gray-bg4 {
    background: #ece8e8;
}
#profit-sec .dark-red-bg {
    background: var(--dark-red-color);
}
#profit-sec .yellow-bg {
    background: #ece938;
}
#profit-sec .cont1 .item-content .desc {
    font-size:16px;
}
#profit-sec .cont2 {

}
#profit-sec .add-txt {

}
#profit-sec .left-txt {
    bottom:0px;
    left:50%;
    margin-left:calc( (700px + 240px + 32px) * -1 );
    line-height: 1.0;
    -webkit-text-stroke: 2px #989898;
    -webkit-text-fill-color: transparent;
    color: unset;
    font-size: 120px;
    font-weight: 1000;
    text-orientation: unset;
    z-index: 1;
}
#profit-sec .right-txt {
    top:328px;
    left:50%;
    margin-left:calc( (700px + 32px) * 1 );
    line-height: 1.0;
    writing-mode: sideways-lr;
    -webkit-text-stroke: 2px #989898;
    -webkit-text-fill-color: transparent;
    color: unset;
    font-size: 120px;
    font-weight: 1000;
    text-orientation: unset;
    z-index: 1;
}


/* interview-sec 13 */
section.sec#interview-sec {
    padding-top: 140px;
    padding-bottom: 156px;

    background: url('../../img/renewal/bg/interview-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#interview-sec .cont-wrap {

}
#interview-sec .tt-wrap {
    margin:0 auto 96px;
}
#interview-sec .tt-wrap .round-txt {

}
#interview-sec .tt-wrap .tt {
    margin:0 auto;
    font-size:72px;
}
#interview-sec .tt-wrap .sub-tt {
    margin:0 auto 24px;
    font-size:42px;
    font-weight: 200;
}
#interview-sec .tt-wrap .primary-txt {

}
#interview-sec .cont1 {

}
#interview-sec .cont1 .content-wrap {
    margin:0 auto 96px;
    padding:42px 72px;
    width: 1400px;
    background: #212121;
}
#interview-sec .cont1 .btn-list {
    gap:14px;
}
#interview-sec .cont1 .btn-list .btn {
    width: 345px;
    height: 90px;
    color:#fff;
    font-size: 30px;
    font-weight: bold;
    background: #5e5e5e;
    border-radius: 13px 13px 0 0;
    transition: all 0.3s;
}
#interview-sec .cont1 .btn-list .btn:hover {
    background: #088d7a;
}
#interview-sec .cont1 .btn-list .btn.active {
    background: #006b5b;
}
#interview-sec .interview-wrap {
    margin:0 auto;
    padding:36px 100px 72px 100px;
    max-width: 1400px;
    background: #006b5c;
    border-radius: 30px;
    overflow: hidden;
}
#interview-sec .interview-wrap .swiper-slide {
    width: 100%;
}
#interview-sec .interview-wrap .swiper-slide .sub-tt {
    margin: 0 auto 40px;
    line-height: 1.25;
    font-size: 36px;
    font-weight: bold;
}
#interview-sec .interview-wrap .swiper-slide .desc {
    font-size: 20px;
    font-weight: 200;
}
#interview-sec .interview-wrap .swiper-slide .brand-img {
    margin:0 auto 24px;
}
#interview-sec .interview-wrap .swiper-slide .item-img .desc {
    padding:14px 0 0 0;
    font-size:18px;
}
#interview-sec .swiper-button-next {
    top:50%;
    right:28px;
    transform: translate(0, -50%);
    width: 39px;
    height: 59px;
    transition: all 0.2s;
}
#interview-sec .swiper-button-next:hover {
    transform: translate(0, -50%) scale(1.1);
}
#interview-sec .swiper-button-prev {
    top:50%;
    left:28px;
    transform: translate(0, -50%);
    width: 39px;
    height: 59px;
    transition: all 0.2s;
}
#interview-sec .swiper-button-prev:hover {
    transform: translate(0, -50%) scale(1.1);
}
#interview-sec .cont2 {

}
#interview-sec .add-txt {

}


/* interior-sec 14 */
section.sec#interior-sec {
    padding-top: 140px;
    padding-bottom: 112px;

    background: url('../../img/renewal/bg/interior-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#interior-sec .cont-wrap {

}
#interior-sec .tt-wrap {

}
#interior-sec .tt-wrap .round-txt {

}
#interior-sec .tt-wrap .tt {
    font-size:72px;
}
#interior-sec .tt-wrap .sub-tt {
    margin:0 auto 24px;
    font-size:42px;
    font-weight: 200;
}
#interior-sec .tt-wrap .primary-txt {

}
#interior-sec .cont1 {
    max-width: unset;
}
#interior-sec .interior-wrap {
    margin:0 auto 84px;
}
#interior-sec .swiper-slide {
    width: 1000px;
    opacity: 0.5;
}
#interior-sec .swiper-slide.swiper-slide-active {
    opacity: 1;
}
#interior-sec .cont1 .desc {
    font-size:36px;
}
#interior-sec .cont2 {

}
#interior-sec .add-txt {

}


/* communicate-sec 15 */
section.sec#communicate-sec {
    padding-top: 98px;
    padding-bottom: 172px;

    background: url('../../img/renewal/bg/communicate-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#communicate-sec .cont-wrap {

}
#communicate-sec .tt-wrap {
    margin:0 auto 40px;
    padding:24px 0 0 0;
}
#communicate-sec .tt-wrap .label-txt {
    margin:0 auto 48px;
    padding:30px 32px 30px 60px;
    border-top:1px solid #154449;
    border-bottom:1px solid #154449;
}
#communicate-sec .tt-wrap .tt {
    margin:0 auto;
    font-size: 100px;
}
#communicate-sec .tt-wrap .sub-tt {
    margin:0 auto 36px;
    font-size:42px;
    letter-spacing: -1px;
}
#communicate-sec .tt-wrap .primary-txt {

}
#communicate-sec .cont1 {
    position: relative;
    z-index: 1;
}
#communicate-sec .cont1 .content-wrap {
    margin:0 auto 72px;
    width: 865px;
}
#communicate-sec .cont1 .desc {
    font-size:32px;
}
#communicate-sec .cont2 {

}
#communicate-sec .add-txt {

}
#communicate-sec .deco-frame {
    top:30px;
    left:50%;
    transform: translate(-50%,0);
    width: 1800px;
    height: 965px;
}
#communicate-sec .deco-frame .inner-cont {
    padding:50px;
    width: 375px;
    height: 375px;
}
#communicate-sec .deco-frame .left-top {
    top:0;
    left:0;
    border-top:8px solid #000;
    border-left:8px solid #000;
}
#communicate-sec .deco-frame .right-top {
    top:0;
    right:0;
    border-top:8px solid #000;
    border-right:8px solid #000;
}
#communicate-sec .deco-frame .left-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    bottom:0;
    left:0;
    border-bottom:8px solid #000;
    border-left:8px solid #000;
}
#communicate-sec .deco-frame .right-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    bottom:0;
    right:0;
    border-bottom:8px solid #000;
    border-right:8px solid #000;
    vertical-align: bottom;
}


/* counsel-sec 16 */
section.sec#counsel-sec {
    padding-top: 88px;
    padding-bottom: 0px;

    background: url('../../img/renewal/bg/counsel-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#counsel-sec .cont-wrap {
    padding:88px 0 0 0;
    max-width: 1565px;
    min-width: 1565px;
    border-radius: 454px 30px 0 0;
    background: #fff;
    box-shadow: 0 0 32px rgba(150,150,150,0.1);
}
#counsel-sec .tt-wrap {
    margin:0 auto 64px;
}
#counsel-sec .tt-wrap .round-txt {

}
#counsel-sec .tt-wrap .tt {
    margin:0 auto 0;
    padding:0;
    line-height: 1.15;
    font-size: 72px;
}
#counsel-sec .tt-wrap .sub-tt {
    margin:0 auto 48px;
    font-size:42px;
    font-weight: 200;
}
#counsel-sec .tt-wrap .primary-txt {

}
#counsel-sec .cont1 {

}
#counsel-sec .cont2 {

}
#counsel-sec .add-txt {

}
#counsel-sec .food1 {
    top:0;
    left:-60px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.3));
}
#counsel-sec .food2 {
    top:620px;
    right:-148px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.3));
    z-index: 2;
}
#counsel-sec .right-txt {
    top:930px;
    left:50%;
    margin:0 0 0 320px;
    width: 100%;
    -webkit-text-stroke: 1px var(--teal-color);
    -webkit-text-fill-color: transparent;
    color: unset;
    opacity: 0.5;
    line-height: 1.05;
    font-size: 120px;
    font-weight: 1000;
    z-index: 1;
}

section.sec .cont-wrap .form-wrap {
    position: relative;
    margin:0 auto;
    padding:0 0 120px 0;
    max-width: 1400px;
}
section.sec .cont-wrap .form-wrap .tt {
    margin:0 auto 16px;
    padding-left:32px;
    line-height: 1.15;
    font-size:52px;
}
.form-wrap .inner {
    gap:40px;
}
.form-wrap .privacy-wrap {
    margin:0 auto;
    padding:0 24px;
    width:100%;
    height: 80px;
    max-width: 1000px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background: #fafafa;
}
.form-wrap .privacy-wrap .detail {
    width:90px;
    height: 30px;
    background: var(--dark-brown-color);
    font-size: 16px;
}
.form-wrap .privacy-wrap .detail:hover {
    background: var(--dark-brown-hover-color);
}
.form-wrap .sub-tt {
    margin:60px auto 40px;
    padding:0 80px;
    width: 100%;
    max-width: 1000px;
    font-size:32px;
}
.form-wrap .inner-cont {
    gap:72px;
    margin: 0 auto;
    padding:0 80px;
    width: 100%;
    max-width: 1000px;
}
.form-wrap .input-item {
    margin:0;
    width: calc(100%);
    max-width: calc(100% - (100% - 700px));
}
.form-wrap .input-wrap {
    margin:0 auto 20px;
}
.form-wrap .input-wrap .ip-lb {
    text-align: left;
}
.form-wrap .input-wrap .ip-lb span {
    width:200px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
}
.form-wrap .input-wrap input[type="tel"],
.form-wrap .input-wrap input[type="text"],
.form-wrap .input-wrap input[type="password"],
.form-wrap .input-wrap select {
    padding:16px 16px;
    width:100%;
    max-width:480px;
    height: 60px;
    border:1px solid #000;
    color:rgba(0,0,0,0.5);
    font-size:18px;
    border-radius: 0;
}
.form-wrap .input-wrap.check-wrap {
    padding-left:148px;
    max-width: calc(140px + 460px);
    font-size:24px;
}
.form-wrap .input-wrap.check-wrap span {
    opacity: 0.5;
}
.form-wrap .input-wrap.check-wrap input[type="checkbox"] {
    margin-right:8px;
    width: 26px;
    height: 26px;
    border: 2px solid #000;
    border-radius: 4px;
    opacity: 1;
}
.form-wrap .submit-wrap {
    margin:50px 0 0 0;
    padding-left:200px;
    width: 100%;
    max-width: calc(200px + 480px);
}
.form-wrap .submit-wrap button {
    margin: 0 auto;
    width:100%;
    max-width: 280px;
    height:90px;
    font-size:28px;
    background: var(--dark-brown-color);
    transition: all 0.2s;
}
.form-wrap .submit-wrap button:hover {
    background: var(--dark-brown-hover-color);
}
.form-wrap .call-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding:32px 0 76px 0;
    width: 306px;
    height: 306px;
    background: var(--dark-red2-color);
    border-radius: 50%;
}
.form-wrap .call-btn:after {
    content: '';
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    border-radius: 50%;
    border:1px solid var(--dark-red2-color);
}
.form-wrap .call-btn:hover {
    background: var(--dark-red2-hover-color);
}
.form-wrap .call-btn .img {
    display: block;
}
.form-wrap .call-btn .txt {
    display: block;
    margin:8px auto 0;
    width: 100%;
    font-size: 32px;
}
.form-wrap .call-btn .call-txt {
    display: block;
    width: 100%;
    font-size: 30px;
}


/* store-sec 17 */
section.sec#store-sec {
    padding-top: 170px;
    padding-bottom: 320px;

    background: #f2f2f2;
}
#store-sec .cont-wrap {

}
#store-sec .tt-wrap {
    margin:0 auto 64px;
}
#store-sec .tt-wrap .round-txt {

}
#store-sec .tt-wrap .tt {
    margin:0 auto;
    line-height: 1.15;
    font-size: 72px;
    font-weight: 400;
}
#store-sec .tt-wrap .sub-tt {
    margin:0 auto 32px;
    font-size: 32px;
}
#store-sec .tt-wrap .primary-txt {

}
#store-sec .cont1 {

}
#store-sec .cont2 {

}
#store-sec .add-txt {

}
#store-sec .cont-wrap .cont .place_find_container {
    text-align: left;
}
#store-sec .place_find_head {
    box-sizing: content-box;
}
#store-sec .place_find_result .col2 {
    padding:0 0 0 4px;
}
#store-sec .more_btn {
    box-sizing: content-box;
}
#store-sec input[type="tel"],
#store-sec input[type="text"],
#store-sec input[type="password"]{
    width: 243px;
    height: 36px;
    padding: 0 22px;
}


@media (max-width: 1800px){
    .hd .inner-wrap {
        padding:0 0 0 200px;
    }
}
@media (max-width: 1680px){
    .hd .inner-wrap {
        padding:0 0 0 120px;
    }
}








