@charset "UTF-8";
:root {
    --green-color4: #005640;
    --depth-color2: #1a1a1a;
    --scroll-width : 20px;
}
body {
    scrollbar-width: auto;
}
body::-webkit-scrollbar {
    display: block !important;
    background: #eee;
    margin:4px;
    
}
body::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: transparent;
    
}   
body::-webkit-scrollbar-track {
    background-color: #eee;
    padding:4px;
}
*::-webkit-scrollbar {
    display: block !important;
}
body::-webkit-scrollbar-thumb {
    background: #a4a4a4; /* 스크롤바 막대 색상 */
    border: 4px solid #eee; /* 스크롤바 막대 테두리 설정  */
    border-radius: 12px;
    width: 10px;
}

::-webkit-scrollbar-button:single-button {
    width: 6px;
    border-radius: 0px;
    margin: 4px;
}
::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #a4a4a4 transparent;
  }
::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #555555 transparent;
}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #a4a4a4 transparent transparent transparent;
}

::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #555555 transparent transparent transparent;
}

.section__info {
    width : calc(100vw - (100vw - 100%));
}
.section__info::before {
    content: "";
    position: absolute;
    width: var(--scroll-width);
    background-color: #ddd;
}
.section__contents {
    gap: 0;
    padding: 40px 0 0;
    min-height: calc(100% - 108px);
}

.section__mpg.section__info > .section__contents {
    width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto;
}


.benefit-title {

}

.benefit-title__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom:1px solid #e6e6e6;
    padding: 32px 0;
}

.benefit-title__contents {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.benefit-title__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    color: var(--green-color4);
}
.benefit-title__title .color-main {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.benefit-title__title .color-main:after {
    content: '';
    width: 44px;
    height: 44px;
    background: url("../img/benefit/join-icon.svg") no-repeat 50% 50%;
}
.benefit-title__desc {
    font-size: 18px;
    line-height: 1.5;
    color: var(--gray-color6);
}

.benefit-event__slider {
    width: 960px;
    padding-top: 48px;
    margin: auto;

}
.benefit-event__slider .slick-slide {
    width: 864px;
    padding:0 12px 0px;
}

.benefit-event__slider .slick-slide a {
    display: block;
    font-size: 0;
}
.benefit-event__slider .slick-slide .inner-box {
    border-radius: 16px;
    background: #F7F8F9;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    aspect-ratio: 120 / 23;
    height: auto;
}

.benefit-event__slider .slick-slide img {
    width: 100%;
    height: 100%;
}

.benefit-event__slider .slick-dots {
    display: flex;
    gap: 12px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 32px;
}
.benefit-event__slider .slick-dots li {
    padding: 0;
    font-size: 0;
}
.benefit-event__slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #D9D9D9;
    font-size: 0;
    padding: 0;
    border-radius: 100%;
}

.benefit-event__slider .slick-dots li.slick-active button {
    background-color: #999;
}

.benefit-info {
    padding-bottom: 61px;
    border-bottom:1px solid #e6e6e6;
    padding-top: 64px;
}

.benefit-info__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--depth-color2);
    text-align: center;
    margin-bottom: 56px;
}

.benefit-info__wrap {
    width: 960px;
    margin: 0 auto;
}


.benefit-info__lists {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.benefit-info__list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(50% - 40px);
    min-height: 164px;
    padding-left: 52px;
    counter-increment: listCounter;
}
.benefit-info__list:before {
    content:  "0"counter(listCounter);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.14px;
    color: #fff;
    background: #014133;
    border-radius: 8px;
}

.benefit-info__contents {
    position: relative;
    padding-right: 145px;
    word-break: keep-all;
}
.benefit-info__contents:after {
    content:  "";
    position: absolute;
    right: 0;
    top: 0px;
    width: 125px;
    height: 105px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}

.benefit-info__list:nth-child(1) .benefit-info__contents:after {
    background-image: url("../img/benefit/benefit-info-08.png");
}
.benefit-info__list:nth-child(2) .benefit-info__contents:after {
    background-image: url("../img/benefit/benefit-info-01.png");
}
.benefit-info__list:nth-child(3) .benefit-info__contents:after {
    background-image: url("../img/benefit/benefit-info-02.png");
}
.benefit-info__list:nth-child(4) .benefit-info__contents:after {
    background-image: url("../img/benefit/benefit-info-03.png");
}
.benefit-info__list:nth-child(5) .benefit-info__contents:after {
    background-image: url("../img/benefit/benefit-info-04.png");
}
.benefit-info__list:nth-child(6) .benefit-info__contents:after {
    background-image: url("../img/benefit/benefit-info-05.png");
}
.benefit-info__list:nth-child(7) .benefit-info__contents:after {
    background-image: url("../img/benefit/benefit-info-06.png");
}
.benefit-info__list:nth-child(8) .benefit-info__contents:after {
    background-image: url("../img/benefit/benefit-info-07.png");
}


.benefit-info__head {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #181d27;
    margin-bottom: 8px;
}

.benefit-info__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #535862;
}

.benefit-info__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 344px;
    height: 43px;
    margin-top: auto;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #014133;
    border: 1px solid #d5d7da;
    background-color: #fff;
}

.benefit-info__link:after {
    content: '';
    display: inline-flex;
    width: 18px;
    height: 18px;
    background: url("../img/benefit/benefit-info-arrow.svg") no-repeat 50% 50%;
}

.benefit-app {

    
}

.benefit-app__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 776px;
    margin: 0 auto;
    padding-top: 54px;
    font-size: 0;
}
.benefit-app__wrap::after {
    content: '';
    position: relative;
    width: 301px;
    height: 280px;
    margin-top: -54px;
    background: url("../img/benefit/appstore-img.png") no-repeat 100% 100%;
    background-size: 100% auto;
    flex-shrink: 0;
}

.benefit-app__contents {

}

.benefit-app__title {
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.64px;
    word-break: keep-all;
}

.benefit-app__buttons {
    display: flex;
    width: 308px;
    gap: 12px;
    margin-top: 32px;
}

.benefit-app__link {
    width: 100%;
    background-color: #000;
    border: 1px solid #a6a6a6;
    border-radius: 7px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.benefit-app__link .blind {
    font-size: 0;
}
.benefit-app__link:nth-child(1) {
    background-image: url("../img/benefit/appstore-banner-01.svg");
}
.benefit-app__link:nth-child(2) {
    background-image: url("../img/benefit/appstore-banner-02.svg");
}

.benefit-customer {

    
}

.benefit-customer__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 960px;
    height: 239px;
    margin: 0 auto;
    > * {
        position: relative;
    }
}

.benefit-customer__wrap:before {
    content: "";
    position: absolute; 
    left: 0;
    width: calc(100vw - (100vw - 100%));
    height: 239px;
    background: url("../img/benefit/customer-bg.jpg") no-repeat 50% 50%;
    background-size: cover;

}
.benefit-customer__contents {
    position: relative;
}

.benefit-customer__title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.64px;
    
}
.benefit-customer__title .color-main{
    font-family: 'Roboto_400';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 0;
}

.benefit-customer__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; 
    color: #e3e3e3;
    margin-top: 8px;
}

.benefit-customer__buttons {
    position: absolute;
    right: 0;
    bottom: 0;
    
}

.benefit-customer__buttons .benefit-btn__round:after {
    content: '';
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url("../img/benefit/customer-icon.svg") no-repeat 50% 50%;
}


.benefit-btn__round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 240px;
    color: #1a1a1a;
    height: 56px;
    border-radius: 100px;
    border: 1px solid #d5d7da;
    background-color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    flex-shrink: 0;
    white-space: nowrap;
}

.color-main {
    color: var(--green-color2);
    font-size: inherit;
    font-weight: inherit;
}
.type-main {
    border-color: var(--green-color2);
    background-color: var(--green-color2);
    color: #fff;
}

.is-mobile {
    display: none;
}

@media (min-width: 0px) { /* 모바일 이상 일 때  */
    .section__info {
        width: 100%;
        max-width: 100%;
        border: none;
    }
}
@media (min-width: 280px) and (max-width: 600px)  { /* 모바일 이벤트 슬라이더 */


    .benefit-event__slider {
        width: 100vw !important;
        padding-top: 64px;
        padding-bottom: 0px;
        margin-left: -24px;
    }

    .benefit-event__slider .slick-slide {
        width: calc(100vw - (32px + 24px));
        max-width: calc(100vw - (32px + 24px)) ;
        padding: 0 8px 0px;
        height: auto;

    }

    .benefit-event__slider .slick-slide .inner-box {
        aspect-ratio: 1 / 0.75;
        height: auto;
    }

    .benefit-event__slider .slick-dots {
        margin-top: 20px;
    }
}

@media (min-width: 601px) and (max-width: 768px)  { /* 모바일 이벤트 슬라이더 */
    .benefit-event__slider .slick-slide .no-mobile {
        display: block;
    }
    .benefit-event__slider .slick-slide .is-mobile {
        display: none;
    }

    .benefit-event__slider {
        width: calc(100vw - 64px);
        padding-top: 64px;
        padding-bottom: 0px;
    }
    .benefit-event__slider .slick-slide {
        /*  양옆 48, 간격 20,노출 영역 50   */
        width: calc(100vw - (48px + 20px +  100px));
        max-width: calc(100vw - (48px + 20px +  100px));
        padding: 0 10px 0px;
        height: auto;
    }
}

@media (min-width: 280px) and (max-width: 600px)  { /* 모바일 최대 */
    /*.section__info .header_lbtn {
        display: none;
    }*/

    .section__mpg.section__info > .section__contents {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    .benefit-event__slider, .benefit-info__wrap,
    .benefit-app__wrap,
    .benefit-customer__wrap {
        width: 100%;
    }

    .benefit-title__wrap {
        flex-direction: column;
        align-items: center;
        padding: 64px 0 0;
        border-bottom-width: 0;
        margin-top: 0;
    }

    .benefit-title__wrap.fixed .benefit-btn__round {
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        font-size: 18px;
        border-radius: 0;
        z-index: 10;
    }

    .benefit-title__contents {
        align-items: center;
        text-align: center;
    }

    .benefit-title__wrap .benefit-btn__round {
        position: relative;
        transform: translateY(0%);
        margin-top: 24px;
    }

    .benefit-title__title {
        font-size: 32px;
        line-height: 36px; 
        letter-spacing: -0.32px;
    }
    .benefit-title__title .color-main {
        gap: 7px;
    }

    .benefit-title__title .color-main:after {
        width: 36px;
        height: 36px;
        background-size: 100% auto;
    }

    .benefit-title__desc {
        font-size: 16px;
    }

    .benefit-info__title {
        margin-bottom: 24px;
        font-size: 28px;
        letter-spacing: -0.28px;
    }

    .benefit-info__lists {
        flex-direction: column;
        gap: 48px;
    }
    .benefit-info__list {
        width: 100%;
        padding: 8px;
        min-height: 0px;
    }
    .benefit-info__list:before {
        position: relative;
        margin-bottom: 4px;
    }
    .benefit-info__list::after {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 0;
        width: 100%;
        height: 0px;
        border-bottom: 1px dashed #e6e6e6;
    }
    .benefit-info__list:last-child::after {
        display: none;
    }
    
    .benefit-info__contents {
        padding-right: 116px;
        min-height: 84px;
    }
    .benefit-info__contents:after {
        top: 0px;
        right: 0px;
        width: 100px;
        height: 84px;
    }

    .benefit-info__head {
        line-height: 36px;
        margin-bottom: 4px;
    }
    .benefit-info__link {
        width: 100%;
        height: 48px;
        margin-top: 16px;
    }

    .benefit-app__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 64px;
    }

    .benefit-app__wrap::after {
        margin-top: 45px;
        width: 142px;
        height: 195px;
        background-image: url(../img/benefit/appstore-img-mo.png);

    }

    .benefit-app__contents {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .benefit-app__title {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        word-break: keep-all;
    }

    .benefit-app__title .no-mobile {
        display: block;
    }

    .benefit-app__buttons {
        margin-top: 24px;
    }

    

    .benefit-customer__wrap {
        height: 298px;
    }
    .benefit-customer__contents {
        text-align: center;
    }
    .benefit-customer__wrap:before {
        height: inherit;
        background-image: url("../img/benefit/customer-bg-mo.jpg");
    }

    .benefit-customer__title {
        font-size: 24px;
        line-height: 1.25;
    }
    .benefit-customer__title .color-main {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 24px; 
    }
    .benefit-customer__desc {
        color: #ccc
    }
    .benefit-btn__round {
        height: 48px;
        font-size: 16px;
        padding: 0 20px;
        min-width: 0;
        flex-direction: row-reverse;
    }
    .benefit-customer__buttons {
        position: relative;
        margin-top: 32px;
    }

    .benefit-customer__buttons .benefit-btn__round:after {
        width: 18px;
        height: 18px;
        background-size: 100% auto;
    }

    .is-mobile {
        display: block;
    }
    .no-mobile {
        display: none;
    }

    .is-tablet {
        display: none;
    }
}



@media (min-width: 601px) and (max-width: 1200px) { /* 태블릿  */
    .section__info .header_lbtn {
        display: none;
    }

    .section__mpg.section__info > .section__contents {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px 32px;
    }

    .benefit-event__slider, .benefit-info__wrap,
    .benefit-app__wrap,
    .benefit-customer__wrap {
        width: 100%;
    }

    .benefit-title__wrap {
        margin-top: 0;
        align-items: flex-end;
    }

    .benefit-title__desc {
        font-size: 16px;
    }

    .benefit-title__wrap .benefit-btn__round {
        font-size: 16px;
        padding: 0 20px;
        min-width: 0;
        height: 48px;
    }

    .benefit-event__slider {
        width: calc(100vw - 64px);
        padding-top: 64px;
        padding-bottom: 0px;
    }
    .benefit-event__slider .slick-slide {
        /*  양옆 64, 간격 20,노출 영역 50   */
        width: calc(100vw - (64px + 20px +  100px));
        max-width: calc(100vw - (64px + 20px +  100px));
        padding: 0 10px 0px;
        height: auto;
    }

    .benefit-info {
        padding-top: 80px;
    }

    .benefit-info__lists {
        gap: 40px;
    }

    .benefit-info__list {
        width: calc(50% - 20px);
        padding: 0px;
        min-height: 0px;
    }

    .benefit-info__list:before {
        position: relative;
        margin-bottom: 12px;
    }

    .benefit-info__link {
        width: calc(100% - 48px);
        margin-top: 24px;
        margin-left: 24px;
    }

    .benefit-info__contents {
        min-height: 105px;
    }
    .benefit-app__wrap {
        align-items: center;
        padding-top: 64px;
        padding-left: 0;
    }
    .benefit-app__wrap::after {
        margin-top: 0;
    }

    .benefit-customer__contents {
        margin: 0 8px;
    }
    
}

@media (min-width: 601px) and (max-width: 800px) { /* 태블릿 앱 다운로드 설정 */
    
    
    .no-mobile {
        display: none;
    }

    .benefit-event__slider .slick-slide .no-mobile {
        display: block;
    }

    .benefit-title__desc .no-mobile {
        display: block;
    }

}

/*  benefit-info */


