.why-container1 {
    width: 100%;
    display: flex;
    height: 100vh;
    position: relative;
}

.flex-why {
    width: 25%;
    position: relative;
}

.flex-why img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.flex-why::before,
.flex-why::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
    pointer-events: none;
}

.flex-why::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70));
    opacity: 1;
}

.flex-why::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30));
    opacity: 0;
}

.flex-why:hover::before {
    opacity: 0;
}

.flex-why:hover::after {
    opacity: 1;
}


.fixed-tit-div {
    width: max-content;
    position: absolute;   
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding-bottom: 40px;
}

.circle-wrap {
    max-width: 300px;
    width: 100%;
}

.fixed-tit-div p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 145%; /* 46.4px */
    letter-spacing: -0.8px;
}

.why-container2 {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background: #2A2644;
    margin-top: -1px;
    position: relative;
    background: url(../../img/franchising/chart-bg.png);
    background-position: center center !important;
    background-size: cover !important;
    overflow: hidden;
}

.why-container2 .pg-tit {
    color: #D2EADF;
}
  
.chart-container {
    max-width: 1200px;
    width: 90%;
}
  
.chart-div {
    border-radius: 30px 30px 0px 0px;
    background: rgba(15, 122, 77, 0.70);
    position: relative;
}
  
.chart-tit {
    position: absolute;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
    display: inline-flex;
    box-sizing: border-box;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.10);
    top: 30px;
    left: 30px;
}
  
.chart {
    width: 100%;
    /* height: 100%; */
    clip-path: inset(100% 0 0 0);
    animation: showGraph 5.5s cubic-bezier(0.5, 0.2, 0.7, 1.6) infinite; /* 총 5.5초 동안 반복 */
}
  
.chart-arrow {
    position: absolute;
    top: 7%;
    left: 10%;
    width: 73%;
    animation: showGraph2 5.5s ease-in-out infinite;
}
  
/* 애니메이션 키프레임 */
@keyframes showGraph {
    0% {
        clip-path: inset(100% 0 0 0); /* 막대 그래프가 아래쪽에 숨김 */
    }
    27% { /* 1.5초 (전체 5.5초 중 약 27%) 동안 막대 그래프 올라감 */
        clip-path: inset(0 0 0 0);
    }
    100% { /* 4초 동안 유지 */
        clip-path: inset(0 0 0 0);
    }
}
  
@keyframes showGraph2 {
    0% {
        clip-path: inset(100% 0 0 0); /* 막대 그래프가 아래쪽에 숨김 */
    }
    27% { /* 1.5초 (전체 5.5초 중 약 27%) 동안 막대 그래프 올라감 */
        clip-path: inset(100% 0 0 0);
    }
    50% { /* 4초 동안 유지 */
        clip-path: inset(0 0 0 0);
    }
    100% { /* 4초 동안 유지 */
      clip-path: inset(0 0 0 0);
    }
}
  
.chart-year {
    width: 100%;
    display: flex;
    padding: 20px 0;
}
  
.chart-year>p {
    width: 25%;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
}


/* truck */
.truck-container {
    width: 100%;
    background: url(../../img/franchising/truck-bg.png);
    background-position: center center !important;
    background-size: cover !important;
    display: flex;
    padding-top: 80px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    /* border-top: 1px solid #DCDCDC; */
    overflow: hidden;
    margin-top: -2px;
}

.truck-wrap {
    display: flex;
    width: 90%;
    max-width: 1080px;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
}

.truck {
    padding: 20px 0px;
    width: 400px;
}

.contribution-wrap {
    display: flex;
    width: 500px;
    box-sizing: border-box;
    padding: 0px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex-shrink: 0;
    border-left: 1px solid #00693E;
}

.contribution-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.contribution-div .year {
    color: #505050;
    font-weight: 700;
    width: 70px;
    flex-shrink: 0;
}

.contribution-div>.year {
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.6px;
}

.contribution-content  {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.45px;
    color: #505050;
    word-break: keep-all;
}

.truck-swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.truck-swiper-container .swiper-slide {
    width: 800px;
}

.truck-swiper-container img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.66;
}

.truck-nav-wrap {
    width: 952px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.truck-nav-wrap .nav-btn {
    width: 56px;
    height: 80px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.truck-nav-wrap .nav-btn:hover {
    background: rgba(0, 0, 0, 0.60);
}


/* domestic */
.domestic-container {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 80px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.domestic-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.domestic-box {
    max-width: 1000px;
    width: 90%;
    display: flex;
    box-sizing: border-box;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 12px;
    background: #FFF;
    z-index: 5;
}

.domestic-box .pg-tit {
    color: #222;
}

.domestic-box-content {
    color: #505050;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 125%; /* 25px */
}

.domestic-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap-box {
    width: 45%;
    display: flex;
    box-sizing: border-box;
    padding: 20px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    background: #00754A;
}

.left-box {
    background: #EAF6F1;
}

.wrap-box img {
    width: 90%;
    border-radius: 8px;
}

.wrap-box p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 125%; /* 22.5px */
    letter-spacing: -0.45px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wrap-box p span {
    font-size: 28px;
    letter-spacing: -0.7px;
    line-height: 125%; /* 22.5px */
}

.y-point {
    color: #FED925 !important;
    font-size: 32px !important;
    font-weight: 800;
    line-height: 125%;
    letter-spacing: -0.8px !important;
}


/* count */
.count-container {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
    overflow: hidden;
}

.yellow-bg {
    background: url(../../img/franchising/yellow-bg.png);
    background-position: center bottom !important;
    background-size: cover !important;
}

.count-tit-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.count-tit-div .pg-tit {
    font-weight: 400;
}

.count-tit-div .pg-tit.green {
    color: #00633F;
}

.count-big-tit {
    color: #00633F;
    text-align: center;
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 900;
    line-height: 125%; /* 80px */
}

.green-bg {
    background: #00633F;
}

.count-tit-div .pg-tit.yellow {
    color: #FED925;
}

.count-mi-tit {
    color: #FED925;
    text-align: center;
    font-family: Montserrat;
    font-size: 56px;
    font-weight: 900;
    line-height: 125%; /* 70px */
}

.count-wrap {
    display: flex;
    align-items: center;
    gap: 7.5px;
    color: #222;
    text-align: center;
    font-family: Montserrat;
    font-size: 100px;
    font-weight: 800;
    line-height: 120%; /* 120px */
    letter-spacing: -2.5px;
}

.count-div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.count-num, .count-num2 {
    display: flex;
    width: 135px;
    height: 165px;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 12px;
    border: 1.5px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, #111 0%, #777 66.5%, #111 69.5%);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 120px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -3px;
}

.store-img {
    max-width: 761px;
    width: 45%;
    position: absolute;
    right: -10%;
    bottom: -32%;
}

.money-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.mo-money {
    display: none;
}


/* dawoo */
.dawoo-container {
    width: 100%;
    background: linear-gradient(180deg, #00754A 0%, #004D31 100%);
    display: flex;
    box-sizing: border-box;
    padding: 80px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    position: relative;
    margin-top: -2px;
}

.dawoo-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.dawoo-left hr {
    width: 100px;
    height: 2px;
    background: #D2EADF;
    border: none;
}

.dawoo-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.dawoo-wrap {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.30);
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    justify-content: center;
    gap: 10px;
    z-index: 5;
    align-items: stretch;
}

.dawoo-wrap img {
    margin: auto 0;
}

.dawoo-sm-box {
    display: flex;
    width: 320px;
    box-sizing: border-box;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #FCF8F4;
    color: #505050;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.45px;
    word-break: keep-all;
}

.dawoo-big-box {
    border-radius: 12px;
    background: linear-gradient(92deg, rgba(230, 230, 230, 0.30) 16.35%, rgba(159, 138, 138, 0.30) 34.82%, rgba(252, 245, 237, 0.30) 50.27%, rgba(252, 245, 237, 0.30) 66.16%, rgba(144, 122, 122, 0.30) 86.34%, rgba(186, 158, 158, 0.30) 93.21%), #FFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    width: 480px;
    box-sizing: border-box;
    padding: 24px 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #222;
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    word-break: keep-all;
}

.mo-arrow {
    display: none;
}

.dawoo-img {
    position: absolute;
    width: 424px;
    bottom: 0;
    left: 90px;
}


/* advantage */
.advantage-container {
    width: 100%;
    background: url(../../img/franchising/pattern-bg.png);
    background-position: top center !important;
    background-size: cover !important;
    display: flex;
    padding: 130px 0px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.advantage-wrap {
    display: flex;
    max-width: 1280px;
    width: 90%;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    gap: 25px;
    flex-wrap: wrap;
}

.advantage-item {
    display: flex;
    width: calc(25% - 18.75px);
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 200px 200px 20px 20px;
    background: #FFF;
    box-shadow: 10px 40px 40px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    justify-content: space-between;
}

.advantage-item-div {
    width: 100%;
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.advantage-num {
    color: #00754A;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -1px;
}

.advantage-tit {
    color: #00754A;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
}

.advantage-item hr {
    background: #DBD9CF;
    border: none;
    width: 90%;
    height: 1px;
}

.advantage-item-div2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.advantage-content {
    color: #505050;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
    letter-spacing: -0.4px;
    word-break: keep-all;
    min-height: 123px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.advantage-item-div2 img {
    width: 100%;
}

.wood-container {
    max-width: 1280px;
    width: 90%;
    border-radius: 12px;
    display: flex;
    box-sizing: border-box;
    padding: 40px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    background: url(../../img/franchising/wood-bg.png);
    background-position: center center !important;
    background-size: cover !important;
}

.wood-item {
    width: 20%;
    aspect-ratio: 1 / 1.08;
    display: flex;
    height: 250px;
    box-sizing: border-box;
    padding: 0px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}

.wood-item p {
    color: #333;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
    word-break: keep-all;
}


/* bottom-bg */
.bottom-bg {
    width: 100%;
    height: 400px;
    background-position: center center !important;
    background-size: cover !important;
    background: url(../../img/franchising/bottom-bg.png);
    background-attachment: fixed;
}

@media(max-width: 1500px) {
    .truck-swiper-container .swiper-slide {
        width: 700px;
    }
    .truck-nav-wrap {
        width: 852px;
    }
}

@media(max-width: 1400px) {
    .dawoo-sm-box {
        width: 300px;
    }
    .dawoo-big-box {
        width: 440px;
    }
    .dawoo-big-box br {
        display: none;
    }
    .advantage-container {
        padding: 100px 0;
    }
    .advantage-wrap {
        flex-wrap: wrap;
    }
    .advantage-item {
        width: 420px;
    }
    .wood-container {
        flex-wrap: wrap;
    }
    .wood-item {
        width: 270px;
    }
    .store-img {
        bottom: -28%;
    }
}

@media(max-width: 1280px) {
    .fixed-tit-div p {
        font-size: 28px;
        letter-spacing: -0.7px;
    } 
    .chart-year {
        padding: 10px 0;
    }  
    .chart-tit, .chart-year>p {
        font-size: 24px;
        letter-spacing: -0.6px;
        top: 20px;
        left: 20px;
    }
    .truck-swiper-container .swiper-slide {
        width: 600px;
    }
    .truck-nav-wrap {
        width: 742px;
    }
    .count-container {
        padding: 80px 0;
        gap: 40px;
    }
    .count-container .pg-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .count-mi-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .count-big-tit {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .count-num, .count-num2 {
        font-size: 96px;
        letter-spacing: -2.4px;
        width: 115px;
        height: 145px;
    }
    .dawoo-container {
        gap: 40px;
    }
    .dawoo-sm-box {
        width: 260px;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .dawoo-big-box {
        width: 365px;
       font-size: 20px;
       letter-spacing: -0.5px;
    }
}

@media(max-width: 1150px) {
    .dawoo-container {
        flex-direction: column;
        align-items: center;
        padding: 60px 0 100px;
    }
    .dawoo-left .pg-tit {
        text-align: center !important;
    }
    .dawoo-left hr {
        display: none;
    }
    .dawoo-right {
        width: 90%;
        gap: 20px;
    }
    .dawoo-wrap {
        width: 100%;
    }
    .dawoo-sm-box {
        width: 40%;
    }
    .dawoo-big-box {
        width: 50%;
    }
    .dawoo-big-box br {
        display: inline-block;
    }
    .wood-item {
        width: 30%;
    }
    .wood-item p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .store-img {
        bottom: -25%;
    }
}

@media(max-width: 1024px) {
    .why-container1 {
        flex-direction: column;
    }
    .flex-why {
        width: 100%;
        height: 25%;
    }
    .why-container2 {
        gap: 40px;
    }
    .truck-wrap {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .contribution-wrap {
        gap: 30px;
    }
    .truck {
        width: 85%;
    }
    .contribution-wrap {
        width: 100%;
        border: none !important;
        padding: 0 10px;
    }
    .domestic-box {
        padding: 30px 20px;
    }
    .count-container .pg-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .count-mi-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .count-big-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .count-num, .count-num2 {
        font-size: 80px;
        letter-spacing: -2px;
        width: 100px;
        height: 130px;
    }
    .count-wrap {
        font-size: 72px;
        letter-spacing: -1.8px;
    }
    .advantage-container {
        padding: 80px 0;
        gap: 40px;
    }
    .advantage-item {
        width: 370px;
    }
    .wood-container {
        padding: 40px 20px;
    }
    .wood-item {
        width: calc(33.3% - 6.5px);
    }
}

@media(max-width: 900px) {
    .fixed-tit-div p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }  
    .chart-year {
        padding: 0;
    }
    .chart-tit, .chart-year>p {
        font-size: 20px;
        letter-spacing: -0.5px;
        padding: 5px 15px;
    }
    .truck-swiper-container .swiper-slide {
        width: 500px;
    }
    .truck-nav-wrap {
        width: 600px;
    }
    .truck-nav-wrap .nav-btn {
        width: 35px;
        height: 55px;
    }
    .truck-nav-wrap .nav-btn svg {
        width: 20px;
        height: 20px;
    }
    .domestic-box-content {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .domestic-box svg {
        width: 40px;
        height: 40px;
    }
    .wrap-box {
        padding: 10px;
        gap: 15px;
    }
    .wrap-box img {
        width: 100%;
    }
    .dawoo-wrap {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        margin: 0;
    }
    .dawoo-big-box, .dawoo-sm-box {
        width: 100%;
    }
    .mo-arrow {
        display: inline-block;
        width: 60px;
    }
    .pc-arrow {
        display: none;
    }
    .advantage-item {
        width: calc(50% - 12.5px);
    }
    .store-img {
        bottom: -22%;
    }
}

@media(max-width: 768px) {
    .why-container2 {
        padding: 60px 0;
        gap: 30px;
    }
    .domestic-container {
        padding: 60px 10px;
    }
    .domestic-box {
        width: 100%;
    }
    .wrap-box p {
        font-size: 16px;
        letter-spacing: -0.4px;
        min-height: 75px;
    }
    .wrap-box p span {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .y-point {
        font-size: 28px !important;
        letter-spacing: -0.7px !important;
    }
    .count-container {
        padding: 60px 0;
        gap: 30px;
    }
    .count-container .pg-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .count-mi-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .count-big-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .count-num, .count-num2 {
        font-size: 72px;
        letter-spacing: -1.8px;
        width: 85px;
        height: 115px;
    }
    .count-wrap {
        font-size: 64px;
        letter-spacing: -1.6px;
        gap: 5px;
    }
    .count-div {
        gap: 10px;
    }
    .dawoo-container {
        padding: 40px 10px 80px;
    }
    .dawoo-right {
        width: 100%;
    }
    .dawoo-img {
        left: 0;
    }
    .advantage-container {
        padding: 60px 10px;
        gap: 30px;
    }
    .advantage-wrap, .wood-container {
        width: 100%;
    }
    .store-img {
        bottom: -20%;
    }
}

@media(max-width: 750px) {
    .wood-item {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        aspect-ratio: unset;
        padding: 20px;
        height: auto;
    }
    .wood-item p {
        text-align: left;
    }
    .wood-item p br {
        display: none;
    }
}

@media(max-width: 650px) {
    .fixed-tit-div p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }  
    .chart-div {
        border-radius: 8.375px 8.375px 0px 0px; 
    }
    .chart-tit, .chart-year>p {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 2.792px 6.979px;
        border-radius: 27.917px;
    }
    .chart-tit {
        position: static;
        margin-left: 10px;
        margin-top: 10px;
    }
    .chart-arrow {
        top: 24%;
    }
    .chart-year {
        padding: 5.583px 0px;
    }
    .truck-swiper-container .swiper-slide {
        width: 350px;
    }
    .truck-nav-wrap {
        width: 437px;
    }
    .truck {
        width: 95%;
    }
    .contribution-div>.year {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.5px;
    }
    .contribution-content {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }
    .domestic-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .wrap-box {
        width: 100%;
        gap: 10px;
    }
    .domestic-wrap svg {
        transform: rotate(90deg);
    }
    .count-container .pg-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .count-mi-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .count-big-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .count-num, .count-num2 {
        font-size: 64px;
        letter-spacing: -1.6px;
        width: 75px;
        height: 105px;
    }
    .count-wrap {
        font-size: 56px;
        letter-spacing: -1.4px;
        gap: 3.75px;
    }
    .count-div {
        gap: 7.5px;
    }
    .store-img {
        display: none;
    }
    .money-bg:first-child {
        display: none;
    }
    .mo-money {
        display: inline-block;
    }
    .mo-arrow {
        width: 50px;
    }
    .advantage-item {
        width: 400px;
    }
    .bottom-bg {
        background-attachment: unset;
    }
    .wood-item p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .wood-item img {
        width: 50px;
    }
    .bottom-bg {
        height: 300px;
    }
}

@media(max-width: 480px) {
    .fixed-tit-div p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .chart-tit, .chart-year>p {
        font-size: 14px;
        letter-spacing: -0.35px;
    }  
    .truck-swiper-container .swiper-slide {
        width: 300px;
    }
    .truck-nav-wrap {
        width: 358px;
    }
    .truck-nav-wrap .nav-btn {
        width: 21px;
        height: 30px;
    }
    .truck-nav-wrap .nav-btn svg {
        width: 13.5px;
        height: 13.5px;
    }
    .contribution-content {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.35px;
    }
    .domestic-box-content {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .wrap-box img {
        border-radius: 6px;
    }
    .count-container .pg-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .count-mi-tit, .count-big-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .count-num, .count-num2 {
        font-size: 60px;
        letter-spacing: -1.5px;
        width: 67.5px;
        height: 82.5px;
        padding: 7.5px;
    }
    .count-wrap {
        font-size: 50px;
        letter-spacing: -1.25px;
    }
    .dawoo-sm-box {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .dawoo-big-box {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .mo-arrow {
        width: 35px;
    }
    .dawoo-img {
        width: 60%;
    }
    .advantage-item {
        width: 90%;
    }
}

@media(max-width: 400px) {
    .pg-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .dawoo-big-box {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .mo-arrow {
        width: 30px;
    }
}

@media(max-width: 370px) {
    .truck-swiper-container .swiper-slide {
        width: 280px;
    }
    .truck-nav-wrap {
        width: 338px;
    } 
}

