@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;
}


/* main-sec 1 */
section.sec#main-sec {
    padding-top:290px;
    padding-bottom:0;

    background: url('../../img/renewal/bg/main-sec_bg2.jpg') no-repeat top center;
    background-size: cover;
}
#main-sec .tt-wrap {
    margin:0 auto 180px;
}
#main-sec .tt-wrap .sub-tt {
    font-size:48px;
}
#main-sec .tt-wrap .tt {
    line-height: 1.15;
    font-size: 100px;
    margin: 24px auto 48px;
}
#main-sec .tt-wrap .desc {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding:12px 24px;
    font-size: 32px;
    background: #000;
    text-align: center;
}
#main-sec .circle-box {
    width: 1000px;
    height: 860px;
    filter: drop-shadow(10px 6px 6px rgba(0,0,0,0.3));
    text-align: center;

    background: url('../../img/renewal/sec1_new/time-bg.png') no-repeat top center;
    background-size: cover;
    overflow: visible;
}
#main-sec .circle-box .tt {
    margin:0 auto;
    font-size: 70px;
    line-height: 1.25;
    font-weight: 700;
}
#main-sec .circle-box .desc {
    margin:0 auto 32px;
    line-height: 1.25;
    font-size: 70px;
    font-weight: 500;
}
#main-sec .circle-box .desc2 {
    margin:0 auto;
    font-size:32px;
    font-weight: 200;
}


/* trend-sec 2 */
section.sec#trend-sec {
    padding-top: 150px;
    padding-bottom: 430px;
    overflow: hidden;

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

#trend-sec .tt-wrap .tt {
    margin: 0 auto 48px;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.12;
    text-align: center;
}

#trend-sec .graph-box {
    position: relative;
    margin: 0 auto;
    padding: 60px 0 36px;
    width: 100%;
    max-width: 1400px;
    background: #121212;
    border: 2px solid #000;
    box-sizing: border-box;
    overflow: hidden;
}

#trend-sec .graph-box::before,
#trend-sec .graph-box::after {
    content: none;
}

#trend-sec .sub-tt {
    margin:0 auto 58px;
    font-size: 28px;
    font-weight: 400;
}

#trend-sec .graph-wrap {
    position: relative;
    margin: 0 auto 32px;
    padding-left: 120px;
    width: 930px;
    box-sizing: border-box;
}

#trend-sec .axis-list {
    top: 0;
    left: 20px;
    margin: 0;
    padding: 0 20px 0 0;
    width: 100px;
    height: 364px;
    justify-content: space-between;
    list-style: none;
}

#trend-sec .axis-list li {
    font-size: 16px;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

#trend-sec .chart-area {
    position: relative;
    width: 810px;
    height: 404px;
    overflow: visible;
}

#trend-sec .chart-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 810px;
    height: 364px;
    background-image: repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.13) 0,
            rgba(255,255,255,0.13) 1px,
            transparent 1px,
            transparent 45.5px
    );
    pointer-events: none;
}

#trend-sec .chart-area::after {
    content: "";
    position: absolute;
    top: 364px;
    left: 0;
    width: 810px;
    height: 1px;
    background: rgba(255,255,255,0.45);
    pointer-events: none;
}

#trend-sec .bar-group {
    margin: 0;
    width: 162px;
    text-align: center;
}

#trend-sec .bars {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 364px;
}

#trend-sec .bar-item {
    position: relative;
    width: 40px;
    height: 364px;
}

#trend-sec .bar-item .val {
    left: 50%;
    bottom: 12px;
    z-index: 2;
    width: max-content;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    transform: translateX(-50%);
    transition:
            bottom 0.72s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.28s ease;
    pointer-events: none;
}

#trend-sec .bar {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition:
            height 0.8s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.25s ease,
            box-shadow 0.25s ease;
    will-change: height;
}

#trend-sec .bar.blue {
    background: linear-gradient(180deg, #1c485b 0%, #0e2e41 100%);
}

#trend-sec .bar.red {
    background: linear-gradient(180deg, #b93434 0%, #a91e1e 100%);
}

#trend-sec .bar-group.is-last .bar-item.red .bar {
    animation: shadow-flash 1.15s infinite;
}

#trend-sec .bar-group.is-last .bar-item.red .val {
    animation: small-pulse 1.2s infinite;
    transform-origin: 50% 100%;
}

#trend-sec .year {
    margin-top: 16px;
    height: 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

#trend-sec .legend-wrap {
    margin:0 auto 32px;
    gap: 24px;
}

#trend-sec .legend-item {
    gap: 16px;
    font-size: 16px;
    font-weight: 500;
}

#trend-sec .legend-chip {
    width: 44px;
    height: 18px;
}

#trend-sec .legend-chip.blue {
    background: #0e2e41;
}

#trend-sec .legend-chip.red {
    background: #a91e1e;
}

#trend-sec .graph-box .desc {
    font-size: 12px;
}

#trend-sec .banner-bottom {
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    padding: 160px 0 72px;
    width: 100%;
    min-width: 1920px;

    background: url('../../img/renewal/sec2_new/big-arrow2.png') no-repeat top center;
    background-size: cover;
}

#trend-sec .banner-bottom .tt {
    position: relative;
    margin:0 auto 20px;
    font-size: 60px;
    line-height: 1.24;
    z-index: 1;
}

#trend-sec .banner-bottom .desc {
    position: relative;
    z-index: 1;
    font-size: 32px;
    line-height: 1.5;
}

/* reason-sec 3 */
section.sec#reason-sec {
    padding-top: 108px;
    padding-bottom: 158px;

    overflow: hidden;
    background: #e8e8e8;
}

#reason-sec .tt-wrap {
    position: relative;
    min-height: 508px;
    max-width: 1400px;
    margin: 0 auto 72px;
    border-radius: 1000px;

    background: url('../../img/renewal/sec3_new/title-bg.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

#reason-sec .tt-wrap .sub-tt,
#reason-sec .tt-wrap .tt {
    position: relative;
    z-index: 2;
}

#reason-sec .tt-wrap .sub-tt {
    margin: 0 auto 30px;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.4;
}

#reason-sec .tt-wrap .tt {
    margin: 0 auto;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.08;
}
#reason-sec .tt-wrap .tt strong {
    display: inline-flex;
    font-size: 130px;
    font-weight: 600;
}

#reason-sec .cont1 {
    position: relative;
}
#reason-sec .cont1 .sub-tt {
    margin: 0 auto 20px;
    font-size:40px;
}
#reason-sec .cont1 .tt {
    margin: 0 auto 56px;
    font-size:84px;
}

#reason-sec .cont1 .tt strong {
    margin-right:24px;
    width:144px;
    height:144px;
    border-radius: 50%;
    font-weight: 700;
    background:var(--teal2-color);
}
#reason-sec .cont1 .content-list {
    flex-direction: row;
    gap:10px;
    margin:0 auto;
    max-width: 1400px;
}
#reason-sec .cont1 .content-list .item {
    width:100%;
}
#reason-sec .cont1 .content-list .item .sub-item {
    width:calc(100% / 2);
}
#reason-sec .cont1 .content-list .item .num-circle {
    width:64px;
    height:64px;
    font-size:24px;
    font-weight: 700;
    border-radius: 50%;
    background:var(--teal2-color);
}
#reason-sec .cont1 .content-list .item .txt-item {
    flex-wrap: wrap;
    flex-direction: row;
    gap:36px;
    padding:0 0 0 100px;
}
#reason-sec .cont1 .content-list .item .txt-item .tt {
    margin:0 auto;
    width: 100%;
    font-size:48px;
    font-weight: 500;
}
#reason-sec .cont1 .content-list .item .txt-item .desc {
    width: 100%;
    font-size:24px;
}
#reason-sec .cont-wrap .gimbab {
    top:-60px;
    left:50%;
    margin:0 0 0 300px;
    max-width: unset;
    z-index: 0;
}
#reason-sec .cont-wrap .gimbab img {
    max-width: unset;
}
#reason-sec .cont-wrap .plate-wrap {
    top:1360px;
    left:50%;
    margin:0 0 0 456px;
    max-width: unset;
    z-index: 0;
}
#reason-sec .cont-wrap .plate-wrap img {
    max-width: unset;
}



/* compare-sec 4 */
section.sec#compare-sec {
    padding-top: 160px;
    padding-bottom: 160px;

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

#compare-sec .tt-wrap {
    margin: 0 auto 114px;
}

#compare-sec .tt-wrap .sub-tt {
    margin: 0 auto 16px;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.35;
}
#compare-sec .tt-wrap .tt {
    margin: 0 auto;
    font-size: 84px;
    font-weight: 700;
}
#compare-sec .tt-wrap .tt strong {
    font-size: 1em;
    font-weight: 700;
}
#compare-sec .tt-wrap .tt span {
    padding-top:8px;
    padding-left:20px;
    padding-right:20px;
    font-size:60px;
    font-weight: 200;
}

#compare-sec .cont1 {
}
#compare-sec .cont1 .content-wrap {
    position: relative;
    margin: 0 auto 60px;
    width: 100%;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
}

#compare-sec .cont1 .item {
    position: relative;
    flex: 0 0 auto;
}

#compare-sec .cont1 .item-meat,
#compare-sec .cont1 .item-gimbab {
    width: 400px;
}

#compare-sec .cont1 .item-center {
    width: 170px;
    background:#2b2727;
}

#compare-sec .cont1 .label {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 110px;
    border-radius: 999px;
    z-index: 5;
}
#compare-sec .cont1 .label.bg-teal {
    background: var(--teal-color);
}
#compare-sec .cont1 .label.bg-dark-red {
    background: var(--dark-red4-color);
}

#compare-sec .cont1 .label .menu-tt {
    font-size:32px;
    font-weight: 600;
}

#compare-sec .cont1 .label small {
    font-size:18px;
}

#compare-sec .cont1 .item-meat .list {
    background: rgba(255,255,255,0.50);
    border:2px solid #000;
}
#compare-sec .cont1 .item-gimbab .list {
    background: rgba(255,255,255,1);
    border:1px solid var(--primary-color);
}

#compare-sec .cont1 .item .row {
    min-height: 80px;
    box-sizing: border-box;
}
#compare-sec .cont1 .item .row1 {
    padding-top:54px;
    min-height: 140px;
}
#compare-sec .cont1 .item .row2 {
    min-height:80px;
}
#compare-sec .cont1 .item .row3 {
    min-height:100px;
}
#compare-sec .cont1 .item .row4 {
    min-height:100px;
}
#compare-sec .cont1 .item .inner-tt {
    padding:2px 0;
    font-size:28px;
    font-weight:600;
}#compare-sec .cont1 .item .desc {
    font-size:18px;
    font-weight: 200;
 }

#compare-sec .cont1 .item-meat .row {
    border-bottom: 1px solid rgba(65, 61, 61, 0.5);
}
#compare-sec .cont1 .item-gimbab .row {
    border-bottom: 1px solid rgba(0,0,0,1);
}

#compare-sec .cont1 .item-meat .row:last-child,
#compare-sec .cont1 .item-gimbab .row:last-child {
    border-bottom: 0;
}

#compare-sec .cont1 .item-center .row {
    font-size:20px;
    font-weight: 500;
    line-height: 1.25;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    word-break: keep-all;
}

#compare-sec .cont1 .item-center .row:last-child {
    border-bottom: 0;
}

#compare-sec .cont1 .item-gimbab {
    position: relative;
}

#compare-sec .cont1 .neon-border-effect {
    --neon-x: 4px;
    --neon-top: 4px;
    --neon-bottom: 4px;

    --neon-trace-thick: 4px;   /* 코어 선 굵기 */
    --neon-glow-thick: 8px;   /* 글로우 선 굵기 */
    --neon-blur: 3px;          /* 사방 번짐 정도 */
    --neon-speed: 3s;

    --neon-core: rgba(185,255,248,0.98);
    --neon-glow: rgba(118,255,239,0.72);
    --neon-guide-color: rgba(118,255,239,0.16);

    position: relative;
}

#compare-sec .cont1 .neon-border-effect::before,
#compare-sec .cont1 .neon-border-effect::after {
    content: '';
    position: absolute;
    top: calc(var(--neon-top) * -1);
    left: calc(var(--neon-x) * -1);
    right: calc(var(--neon-x) * -1);
    bottom: calc(var(--neon-bottom) * -1);
    pointer-events: none;
    box-sizing: border-box;
    z-index: 3;
}

/* 코어 선 */
#compare-sec .cont1 .neon-border-effect::before {
    --trace-thick-current: var(--neon-trace-thick);

    background:
            linear-gradient(var(--neon-core) 0 0) left top / 0 var(--trace-thick-current) no-repeat,
            linear-gradient(var(--neon-core) 0 0) right top / var(--trace-thick-current) 0 no-repeat,
            linear-gradient(var(--neon-core) 0 0) right bottom / 0 var(--trace-thick-current) no-repeat,
            linear-gradient(var(--neon-core) 0 0) left bottom / var(--trace-thick-current) 0 no-repeat;

    filter:
            drop-shadow(0 0 2px rgba(185,255,248,0.95))
            drop-shadow(0 0 6px rgba(118,255,239,0.42));

    animation:
            neon-trace-line var(--neon-speed) linear infinite;
}

/* 사방으로 퍼지는 글로우층 */
#compare-sec .cont1 .neon-border-effect::after {
    --trace-thick-current: var(--neon-glow-thick);

    background:
            linear-gradient(var(--neon-glow) 0 0) left top / 0 var(--trace-thick-current) no-repeat,
            linear-gradient(var(--neon-glow) 0 0) right top / var(--trace-thick-current) 0 no-repeat,
            linear-gradient(var(--neon-glow) 0 0) right bottom / 0 var(--trace-thick-current) no-repeat,
            linear-gradient(var(--neon-glow) 0 0) left bottom / var(--trace-thick-current) 0 no-repeat;

    border: 1px solid var(--neon-guide-color);
    filter:
            blur(var(--neon-blur))
            saturate(140%);
    opacity: 0.95;

    animation:
            neon-trace-line var(--neon-speed) linear infinite,
            neon-line 1.5s ease-in-out infinite;
}





#compare-sec .desc {
    font-size: 44px;
    font-weight: 700;
}
#compare-sec .add-desc {
    margin:0 auto 60px;
    font-size: 12px;
    font-weight: 400;
}

#compare-sec .desc strong {
    font-weight: 700;
}


/* revenue-sec 5 */
section.sec#revenue-sec {
    padding-top: 110px;
    padding-bottom: 250px;

    background: url('../../img/renewal/bg/revenue-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#revenue-sec .tt-wrap {
    margin:0 auto 68px;
}
#revenue-sec .tt-wrap .tt {
    margin:0 auto;
}
#revenue-sec .center-banner {
    margin: 0 auto;
    max-width: 1400px;
    height:780px;
}
#revenue-sec .center-banner .sub-tt {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.4;
}
#revenue-sec .center-banner .tt {
    font-size: 120px;
    line-height: 1.15;
    text-shadow: 5px 5px 15px rgba(0,0,0,0.8);
}


/* 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: url('../../img/renewal/bg/ready-sec_bg.jpg') no-repeat top center;
    background-size: cover;
}
#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 32px;
    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 {

}


/* 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: 120px;
    padding-bottom: 120px;

    background: url('../../img/renewal/sec3/banner-wrap_bg.jpg') no-repeat top center;
    background-size: cover;
}
#sales-sec .banner-wrap h3 {
    margin:0 auto;
    font-size:56px;
    line-height: 1.25;
}


/* 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 0px;
    max-width: 600px;
    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 {
    position: relative;
    font-size: 72px;
    font-weight: 300;
}
#kick-sec .tt-wrap .sub-tt strong {
    position: relative;
    font-weight: 600;
    z-index: 1;
}
#kick-sec .tt-wrap .sub-tt .line-img {
    top:64px;
    left:50%;
    transform: translateX(-50%);
    z-index: 0;
}
#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;
    }
}








