<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-bg {
    height: 60vh;
    min-height: 600px;
    flex-shrink: 0;
    position: relative;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), url('/img/new/swiper_bg_1.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.masked-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

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

.swiper-bg-1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 150%), url('/img/new/swiper_bg_1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    
}

.swiper-bg-2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 150%), url('/img/new/swiper_bg_2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.swiper-bg-3 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 150%), url('/img/new/swiper_bg_3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.swiper-text {
    color: var(--Label-White, #FFF);
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -1px;
}

.swiper-button {
    display: flex;
    width: 35%;
    margin-top: 10px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    border: 1px solid var(--Label-White, #FFF);
    color: var(--Label-White, #FFF);
    background-color: transparent;
    text-align: center;
    font-size: 16px;

    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.swiper {
    height: 100%;
    width: 100%;
}

.swiper-slide {}

.swiper-content {
    position: absolute;
    bottom: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-pagination {
    padding-left: 140px !important;
    left: 0% !important;
    bottom: 4% !important;
    width: 100% !important;
}

/* ê¸°ë³¸ ìŠ¤íƒ€ì¼ì„ ë®ì–´ì“°ê¸° ìœ„í•´ !important ì‚¬ìš© */
.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 5px;
    background-color: #fff !important;
    border-radius: 5px;
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out !important;
    opacity: 1 !important;
    transform: none !important;
}

.swiper-pagination-bullet-active {
    width: 30px !important;
    height: 8px;
    background-color: #007aff !important;
    border-radius: 5px !important;
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out !important;
}


.oliz-purchase {
    width: 100%;
    height: 130px;
    flex-shrink: 0;
    background: var(--Label-Primary, #000);
    cursor: pointer;
}

.purchase-container:first-child {
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}


.purchase-container img {
    vertical-align: text-bottom;
}

.purchase-container {
    height: 65px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.purchase-cart,
.purchase-person {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.purchase-text {
    color: var(--Label-White, #FFF);

    /* Body/B3_Sb */

    font-size: 14px;

    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.35px;
}

.purchase-arrow {
    width: 20px;
    height: 19.231px;
    flex-shrink: 0;
}

.oliz-reason {
    width: 100%;
    min-height: 550px;
    flex-shrink: 0;
    aspect-ratio: 651.00/976.74;
    background: url('/img/new/reasonbg.jpg');
    background-size: 180% 150%;
    background-repeat: no-repeat;
    background-position: left top;
}

.reason-title-1 {
    color: var(--Label-Primary, #000);

    /* Body/B1_Sb */

    font-size: 16px;

    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.4px;
}

.reason-title-2 {
    color: var(--Label-Primary, #000);
    /* Display/D3_Sb */

    font-size: 40px;

    font-weight: 600;
    line-height: 52px;
    /* 130% */
    letter-spacing: -1px;
}

.reason-container {
    display: flex;
    width: 80%;
    align-items: flex-start;
    align-content: flex-start;
    gap: 4px;
    flex-wrap: wrap;
}

.reason-item {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--miscellaneous-keyboard-emoji-mic, rgba(27, 31, 38, 0.72));
    backdrop-filter: blur(5px);

    color: var(--Label-White, #FFF);

    /* Body/B3_Md */

    font-size: 14px;

    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.35px;
}

.reason-purchase {
    display: flex;
    width: 296px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 4px;
    flex-wrap: wrap;
}

.reason-button {
    display: inline-flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 32px;
    border: 1px solid black;
    background: var(--Label-Primary, #000);

    color: var(--Label-White, #FFF);
    text-align: center;

    /* Caption/C1_Sb */

    font-size: 14px;

    font-weight: 600;
    line-height: 18px;
    /* 150% */
    letter-spacing: -0.3px;
}

.oliz-principle {
    width: 100%;
    min-height: 650px;
    flex-shrink: 0;
    aspect-ratio: 497.53/492.00;
    background: var(--Label-Primary, #000);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.principle-title {
    color: var(--Label-White, #FFF);

    /* Display/D3_Sb */

    font-size: 40px;

    font-weight: 600;
    line-height: 52px;
    /* 130% */
    letter-spacing: -1px;
}

.principle-content {
    color: var(--Label-Placeholder, #AEB0B6);

    /* Body/B1_Sb */

    font-size: 16px;

    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.4px;
}

.principle-detail {
    display: inline-flex;
    margin-left: 40px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 32px;
    border: 1px solid white;
    background: var(--Label-White, #FFF);

    color: var(--Label-Primary, #000);
    text-align: center;

    /* Caption/C1_Sb */

    font-size: 14px;

    font-weight: 600;
    line-height: 18px;
    /* 150% */
    letter-spacing: -0.3px;

}

.principle-bg {
    top: 300px;
    position: absolute;
    width: 100vw;
    min-height:550px;
    height: 60vh;
    left: 0;
    background-image: url('/img/new/principle.png');
    background-size: 497px;
    background-repeat: no-repeat;
    z-index: -1;
}

.oliz-glad {
    width: 100%;
    min-height: 550px;
    flex-shrink: 0;
    aspect-ratio: 441.23/662.00;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), url('/img/new/glad.jpg');

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.glad-text-1 {
    color: var(--Label-White, #FFF);

    /* Body/B1_Sb */

    font-size: 16px;

    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.4px;
}

.glad-text-2 {
    align-self: stretch;
    color: var(--Label-White, #FFF);

    /* Headline/H2_Sb */

    font-size: 24px;

    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
    letter-spacing: -0.6px;
}

.glad-text-3 {
    color: var(--Label-White, #FFF);

    /* Display/D2_Sb */

    font-size: 46px;

    font-weight: 600;
    line-height: 58px;
    /* 126.087% */
}

.glad-text-4 {
    align-self: stretch;
    color: var(--Label-White, #FFF);

    /* Headline/H2_Sb */

    font-size: 24px;

    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
    letter-spacing: -0.6px;
}

.glad-detail {
    display: inline-flex;
    margin-left: 40px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 32px;
    border: 1px solid black;
    background: var(--Label-Primary, #000);

    color: var(--Label-White, #FFF);

    text-align: center;
    /* Caption/C1_Sb */

    font-size: 14px;

    font-weight: 600;
    line-height: 18px;
    /* 150% */
    letter-spacing: -0.3px;
}

.oliz-blog {
    border-bottom: 1px solid #666;
}

.oliz-blog,
.oliz-faq {
    height: 65px;
    flex-shrink: 0;
    background: var(--Label-Primary, #000);
    color: var(--Label-White, #FFF);

    /* Body/B3_Sb */

    font-size: 14px;

    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.35px;

    cursor: pointer;
}

.blog-container,
.faq-container {
    transform: translateY(50%);
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    height: 50%;
    align-items: center; /* ì„¸ë¡œ ê°€ìš´ë° ì&nbsp;•ë&nbsp;¬ */
}

/* 
@media (min-width: 498px) {
    .principle-bg {
        top: max(calc(280px - (100vw - 498px)), 50px);
        position: absolute;
        width: 100%;
        height: 100vh;
        background-image: url('/img/new/principle.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }
} */

@media (min-width: 360px) {

    .swiper-text::after,
    .reason-title-2::after,
    .principle-title::after,
    .glad-text-2::after {
        content: "\A";
        /* ì¤„ë°”ê¿ˆ ë¬¸ìž */
        white-space: pre;
    }
}


@media (max-height: 800px) {
    /* .oliz-reason, .oliz-principle, .oliz-glad {
        height: 80vh;
    } */
    
    /* .principle-bg {
        color: gray;
        top: 220px;
    } */
    .swiper-text {
        font-size: 32px;
    }
    
    .swiper-button {
        padding: 6px 28px;
        font-size: 12px;
    }
}
</pre></body></html>