/** Shopify CDN: Minification failed

Line 34:0 Expected identifier but found "linear-gradient("
Line 580:4 Unexpected "#"

**/
html[lang="en"] #first-mobile-app-section h1 span.color-green {
    max-width: 700px;
}

html[lang="ko"] #first-mobile-app-section h1 span.color-green {
    max-width: 600px;
}

.mobile-app .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.mobile-app main img {
    display: block;
    width: 100%;
}

.btn-gradient {
    display: inline-block;
    font-family: "CabinetGrotesk-Black";
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #F67205 0%, #FF9700 100%);
linear-gradient(180deg, color(display-p3 0.902 0.478 0.188) 0%, color(display-p3 1.000 0.616 0.000) 100%);
    box-shadow: -1px -4px 0px 0px #0000000D inset;
    box-shadow: 1px 1px 1px 0px #FFF38A4D inset;
    box-shadow: 0px 0px 0px 4px #FFFFFF52;
    box-shadow: 0px 1px 4px 0px #E67A3080;
    border-radius: 99px;
    padding: 19px 37px;
    position: relative;
}

.btn-gradient .vector-1 {
    max-width: 8px;
    position: absolute;
    top: 7px;
    left: 10px;
}

.btn-gradient .vector-2 {
    max-width: 24px;
    position: absolute;
    top: 5px;
    right: 8px;
}

.mobile-app main h2.section-title {
    font-family: Crocante W01;
    text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -8px 8px 0px #141318;
    letter-spacing: 2px;
    color: #a0daa8;
    font-size: 48px;
    line-height: 150%;
}

.mobile-app main h2.section-title.color-yellow {
    color: #F9D857;
}

#first-mobile-app-section {
    background: #F1EBDB;
    position: relative;
    z-index: 1;
}

#first-mobile-app-section .d-grid {
    grid-template-columns: 1fr 0.4fr;
}

#first-mobile-app-section h1 {
    font-family: "Crocante W01";
    text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -8px 8px 0px #141318;
    letter-spacing: 2px;
    color: #a0daa8;
    font-size: 48px;
    line-height: 150%;
    position: relative;
}

#first-mobile-app-section h1 span {
    display: block;
    position: relative;
    z-index: 1;
}

#first-mobile-app-section h1 span.color-green {
    color: #a0daa8;
    max-width: 650px;
}

#first-mobile-app-section h1 span.color-yellow {
    color: #F9D857;
}

#first-mobile-app-section .abs-history {
    max-width: 175px;
    position: absolute;
    top: -75px;
    right: 100%;
    margin-right: -35px;
    z-index: 0;
}

#first-mobile-app-section p {
    font-family: "CabinetGrotesk-Medium";
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 2px;
    color: #272C3B;
    max-width: 600px;
}

#first-mobile-app-section .b-left {
    padding-left: calc((100vw - 1200px) / 2);
    display: flex;
    flex-flow: column;
    gap: 32px;
    justify-content: center;
    align-items: start;
    min-height: 800px;
}

#first-mobile-app-section .abs-line {
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: 0;
}

#first-mobile-app-section .abs-hero-img {
    position: absolute;
    top: 0;
    left: 0;
}

#second-mobile-app-section {
    padding: 120px 0;
    padding-left: calc((100vw - 1200px) / 2);
    display: flex;
    flex-flow: column;
    gap: 32px;
    justify-content: flex-start;
    align-items: start;
    background-color: #F5D8C6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#second-mobile-app-section h2.section-title {
    color: #A3BBE0;
    margin-bottom: 24px;
}

#second-mobile-app-section p {
    font-family: 'CabinetGrotesk-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #141318;
    max-width: 1200px;
}

#second-mobile-app-section .app-list {
    display: grid;
    grid-template-columns: 530px 1fr;
    margin-top: 40px;
}

#second-mobile-app-section .app-item .bg-fcede3 {
    position: relative;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px;
    padding: 16px 24px;
    border-radius: 24px;
    margin-bottom: 5px;
    cursor: pointer;
}

#second-mobile-app-section .app-item .app-icon .icon-default {
    max-width: 36px;
    transition: all .3s;
    opacity: 1;
}

#second-mobile-app-section .app-item .app-icon .icon-active {
    transition: all .3s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
}

#second-mobile-app-section .app-item:nth-child(1) .app-icon .icon-active {
    max-width: 130px;
}

#second-mobile-app-section .app-item:nth-child(2) .app-icon .icon-active {
    max-width: 103px;
    left: -45px;
}

#second-mobile-app-section .app-item:nth-child(3) .app-icon .icon-active {
    max-width: 88px;
    left: -30px;
}

#second-mobile-app-section .app-item:nth-child(4) .app-icon .icon-active {
    max-width: 88px;
    left: -30px;
}

#second-mobile-app-section .app-item:nth-child(5) .app-icon .icon-active {
    max-width: 101px;
    left: -45px;
}

#second-mobile-app-section .app-cont h3 {
    font-family: CabinetGrotesk-Extrabold;
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    color: #474C58;
    margin-bottom: 8px;
}

#second-mobile-app-section .app-cont p {
    font-family: CabinetGrotesk-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373543;
}

#second-mobile-app-section .app-item.active .bg-fcede3 {
    background: #FCEDE3;
}

#second-mobile-app-section .app-item.active .app-cont h3 {
    color: #1C438A;
}

#second-mobile-app-section .app-item.active .app-icon .icon-default  {
    opacity: 0;
}

#second-mobile-app-section .app-item.active .app-icon .icon-active  {
    opacity: 1;
}

#second-mobile-app-section .app-thumb {
    position: relative;
    margin-top: -50px;
}

#second-mobile-app-section .app-thumb .app-img[data-app-thumb="1"] {
    position: relative;
}

#second-mobile-app-section .app-thumb .app-img[data-app-thumb="2"],
#second-mobile-app-section .app-thumb .app-img[data-app-thumb="3"],
#second-mobile-app-section .app-thumb .app-img[data-app-thumb="4"],
#second-mobile-app-section .app-thumb .app-img[data-app-thumb="5"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

#second-mobile-app-section .app-thumb .app-img:not(.active) {
    z-index: 1;
    opacity: 0;
}

#second-mobile-app-section .app-thumb .app-img.active {
    z-index: 2;
    opacity: 1;
}

#third-mobile-app-section {
    background: #ADC4E6;
    padding: 120px 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#third-mobile-app-section .container {
    max-width: 1200px;
    padding: 0;
}

#third-mobile-app-section .d-grid {
    gap: 24px;
}

#third-mobile-app-section .b-bottom {
    background: #FFFFFF;
    padding: 24px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

#third-mobile-app-section .b-bottom h3 {
    font-family: CabinetGrotesk-Extrabold;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    color: #1A3762;
    margin-bottom: 24px;
    text-align: center;
}

#third-mobile-app-section .b-bottom h3 {
    font-family: CabinetGrotesk-Extrabold;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    color: #1A3762;
    margin-bottom: 24px;
    text-align: center;
}

#third-mobile-app-section .b-bottom p,
#third-mobile-app-section .b-bottom li {
    font-family: 'CabinetGrotesk-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #141318;
}

#third-mobile-app-section .b-bottom ul {
    list-style: disc;
    padding-left: 28px;
}

#third-mobile-app-section .b-bottom p strong {
    display: block;
    font-family: CabinetGrotesk-Bold;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #141318;
    margin-bottom: 10px;
}

#third-mobile-app-section .b-left img,
#third-mobile-app-section .b-right img {
    display: inline-block;
    width: auto;
    height: 325px;
    margin: -50px auto -5px auto;
}

#third-mobile-app-section .b-top {
    background: #FCEDE3;
    text-align: center;
}

#third-mobile-app-section .b-left .b-top {
    border-top-right-radius: 40px;
}

#third-mobile-app-section .b-right .b-top {
    border-top-left-radius: 40px;
}

#third-mobile-app-section h2.section-title {
    margin-bottom: 100px;
}

#fourth-mobile-app-section {
    background: #F1EBDB;
    padding: 120px 0;
    position: relative;
    display: none;
}

#fourth-mobile-app-section .d-grid {
    grid-template-columns: auto auto;
    justify-content: flex-start;
    gap: 80px;
}

#fourth-mobile-app-section .b-left .d-grid {
    grid-template-columns: auto auto;
    justify-content: flex-start;
    gap: 40px;
}

#fourth-mobile-app-section img.app {
    max-width: 160px;
}

#fourth-mobile-app-section img.qr-code {
    max-width: 160px;
    margin-top: 24px;
}

#fourth-mobile-app-section .section-title {
    max-width: 660px;
}

#fourth-mobile-app-section .container {
    max-width: 1200px;
    padding: 0;
}

#fourth-mobile-app-section .mascot-1 {
    position: absolute;
    top: -250px;
    left: 0;
}

#fourth-mobile-app-section .mascot-1 img {
    max-width: 190px;
}

#fourth-mobile-app-section .mascot-2 {
    position: absolute;
    top: -50px;
    right: 0;
}

#fourth-mobile-app-section .mascot-2 img {
    max-width: 300px;
}

#five-mobile-app-section h2 {
    color: #29362B;
}

header.header-new {
    background: #F1EBDB;
}

.mobile-app header.header-new .container {
    max-width: 1200px;
    padding: 0;
}

header.header-new .main-menu {
    gap: 24px;
}

header.header-new .main-menu li a {
    font-family: 'CabinetGrotesk-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #272C3B !important;
    padding: 8px;
}

header.header-new .main-menu li a:hover,
header.header-new .main-menu li a:focus {
    color: #E67A30 !important;
}

header.header-new .main-menu li a.menu-active {
    color: #E67A30 !important;
    font-family: 'CabinetGrotesk-Bold';
    font-weight: 700;
}

header.header-new .btn-gradient {
    font-family: "CabinetGrotesk-Bold";
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 15px;
}

header.header-new .header-left .btn-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

header.header-new .header-left .btn-cart .cart { 
    margin-right: 0;
}

header.header-new .header-left .btn-account a,
header.header-new .header-left .btn-cart a {
    font-family: 'CabinetGrotesk-Medium';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #272C3B !important;
    padding: 8px;
}

header.header-new .header-left .btn-account:hover a,
header.header-new .header-left .btn-cart:hover a {
    color: #E67A30 !important;
}

header.header-new .gap-24 {
    gap: 24px;
}

header.header-new .cross {
    left: auto;
    right: 20px;
    bottom: -14px;
}

#five-mobile-app-section h2 {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #29362B;
}

#five-mobile-app-section p {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #141318;
}

#five-mobile-app-section button {
    font-family: "CabinetGrotesk-Bold";
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

#five-mobile-app-section .contact form input,
#five-mobile-app-section .contact form input::placeholder  {
    font-family: "CabinetGrotesk-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #414553;
    opacity: 1;
}

#shopify-section-first-home-section,
#shopify-section-history-home-section,
#shopify-section-fourth-home-section,
.contact .contact-banner {
    overflow: hidden;
}

header.header-new .mobile-version .btn-gradient {
    width: 100%;
    margin-bottom: 15px;
}

#second-mobile-app-section .app-item img.app-img {
    display: none;
}

@media (min-width: 1600px) {
    #first-mobile-app-section .b-left,
    ##second-mobile-app-section {
        padding-left: calc((100vw - 1920px) / 2 + 87px);
    }

    #first-mobile-app-section .b-left { 
        min-height: 1000px;
    }
}

@media (max-width: 1200px) {
    header.header-new {
        padding-left: 15px;
        padding-right: 15px;
    }

    #first-mobile-app-section {
        display: flex;
        flex-direction: column;
    }

    #first-mobile-app-section .d-grid {
        grid-template-columns: 1fr;
        order: 1;
    }

    #first-mobile-app-section .b-left {
        min-height: auto;
        padding: 50px 15px;
    }

    #first-mobile-app-section .abs-hero-img {
        position: static;
        order: 2;
        margin-top: -135px;
        margin-bottom: -55px;
    }

    #second-mobile-app-section {
        padding: 60px 15px;
    }

    #second-mobile-app-section .app-list {
        grid-template-columns: 1fr;
    }

    #second-mobile-app-section .app-list .b-right {
        display: none;
    }

    #second-mobile-app-section .app-item {
        text-align: left;
    }

    #second-mobile-app-section .app-list .b-left {
        padding-left: 60px;
    }

    #second-mobile-app-section .app-thumb {
        margin-top: 0;
    }

    #third-mobile-app-section {
        padding: 60px 15px;
    }

    #third-mobile-app-section .b-left img, #third-mobile-app-section .b-right img {
        height: 250px;
    }

    #third-mobile-app-section .b-bottom p, #third-mobile-app-section .b-bottom li {
        text-align: left;
    }

    #fourth-mobile-app-section {
        padding: 200px 15px 60px 15px;
    }

    #fourth-mobile-app-section .d-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #fourth-mobile-app-section .mascot-1 {
        top: -135px;
    }

    #fourth-mobile-app-section .mascot-2 {
        top: 60px;
    }

    #second-mobile-app-section .app-item img.app-img.active {
        display: block;
    }
}

@media (max-width: 767px) {
    #first-mobile-app-section h1 {
        font-size: 38px;
    }

    .btn-gradient {
        padding: 15px 30px;
        font-size: 20px;
        line-height: 28px;
    }

    .mobile-app h2.section-title {
        font-size: 38px;
    }

    #third-mobile-app-section .d-grid {
        grid-template-columns: 1fr;
        gap: 95px;
    }

    #fourth-mobile-app-section .mascot-2 img {
        max-width: 200px;
    }

    #fourth-mobile-app-section {
        padding-bottom: 270px;
    }

    #fourth-mobile-app-section .mascot-2 {
        top: auto;
        bottom: -50px;
    }

    #fourth-mobile-app-section .b-left .d-grid {
        justify-content: center;    
    }

    #fourth-mobile-app-section .section-title {
        text-align: center;
    }
}