/* BASIC css start */
/* ·Ñ¸µ¹è³Ê */
#event .MS_img-wrap { position: relative; width: 100%; overflow: hidden; }
#event .event-imgs { position: relative; }
#event .MS_img-area { float: left; }
#event .MS_img-area:not(:first-child) { display: none; }
#event .MS_img-area img { width: 100%; }
#event .pagination { position: relative; left: 0; text-align: center; width: 100%; }
#event .pagination .swiper-pagination-switch { display: inline-block; margin: 0 2px; text-indent: -9999px; background: url(/images/d3/m_01/bull/event_now@2x.gif) no-repeat 0 50%; background-size: 19px 7px; width: 10px; height: 10px; }
#event .pagination .swiper-active-switch { background-position: -12px 50%; }
/* //·Ñ¸µ¹è³Ê */
.main .topBanner {margin-top:15px;}
.main .topBanner .topBannerLeft {width:49%; float:left; position:relative;}
.main .topBanner .topBannerRight {width:49%; float:right; position:relative;}
.main .topBanner img {width:100%; vertical-align:top;}
.main .topBanner .topBannerTitle {width:100%; font-size:1.083em; font-weight:bold; padding:2px 0; background-color:rgba(0,0,0,0.4);; text-align:center; color:#fff; position:absolute; bottom:0; left:0;}

/*ÄíÆù ÇýÅÃ ¹öÆ°*/
.main .coupon-benefit {position:relative; margin:-25px 0 10px 0}
.main .btn-coupon { display:inline-block; height:16px; padding:0; margin-left:5px; border:1px solid #000; font-size:10px;}
.main .btn-coupon span { display:inline-block; height:16px; padding:0 5px; color:#fff; background:#000; vertical-align:top; font-size:11px; }
.main .btn-coupon em { display:inline-block; height:16px; padding:0 3px 0 0; font-size:10px; vertical-align:top; color:#000; }

/* ¸ÞÀÎ ºñÁê¾ó ¹è³Ê */
.main-banner .swiper-slide img {
    width: 100%;
}

.main-banner .swiper-pagination-wrap {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 15px;
    width: 45px;
    height: 15px;
    z-index: 1;
}

.main-banner .swiper-button-prev, .main-banner .swiper-button-next {
    display: none;
}

.main-banner .swiper-pagination-fraction {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
}

.main-banner .swiper-pagination-fraction:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 9px;
    background: #AAAAAA;
}


.main-banner .swiper-pagination-fraction > span {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #AAAAAA;
}

.main-banner .swiper-pagination-fraction .swiper-pagination-current {
    color: #FFFFFF;
}

#section01 {
    margin-bottom: 50px;
}

#section01 .category-wrap {
    padding: 50px 16px;
    box-sizing: border-box;
}

#section01 .category-wrap .category-list {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 27px;
    justify-content: center;
    align-items: center;
}

#section01 .category-wrap .category-list li {
    width: calc(100% / 5 - 27px);
}

#section01 .category-wrap .category-list li a {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}

#section01 .category-wrap .category-list li a > img {
    display: block;
    margin: 0 auto;
    max-width: 34px;
}

#section01 .category-wrap .category-list li a > span {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
    word-break: keep-all;
}

#section01 .swiper-wrap .swiper-wrapper {
    padding-left: 15px;
}

#section01 .swiper-container {
    padding-bottom: 28px;
}

#section01 .category-swiper .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 15px;
    overflow: hidden;
}

#section01 .category-swiper .swiper-slide a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

#section01 .category-swiper .swiper-slide a > .txt {
    position: absolute;
    top: 35px;
    left: 25px;
    width: 90%;
    color: #000;
    word-break: keep-all;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}

#section01 .category-swiper .swiper-slide a > .txt > strong {
    display: block;
    font-weight: 700;
}

#section01 .category-swiper .swiper-pagination {
    top: auto !important;
    bottom: 0 !important;
}

#section01 .category-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--color-gray);
    opacity: 1;
}

#section01 .category-swiper .swiper-pagination-bullet-active {
    background: #000000;
}

.title {
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

#section02 {
    margin-bottom: 50px;
}

#section02 .tab-content-wrap .tab-content {
    display: none;
}

#section02 .tab-content-wrap .tab-content.active {
    display: block;
}

.btn-wrap {
    width: 100%;
    display: flex;
    gap: 4px;
    justify-content: center;
}

.btn-wrap .btn-more {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    background: var(--color-gray-light);
    border-radius: 5px;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    color: #AAAAAA;
}

.btn-wrap .btn-more:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url('//skin.makeshop.co.kr/skin/onstore/mo/images/ic_plus.png') no-repeat center;
    background-size: cover;
}

#section02 .product-list-wrap {
    margin-bottom: 25px;
}


#section03 {
    margin-bottom: 50px;
}

#section03 .event-wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 25px;
}

#section03 .event-wrap > a {
    height: 160px;
    border-radius: 15px;
    padding: 47px 0 0 25px;
    box-sizing: border-box;
    color: #000000;
}

#section03 .event-wrap > a:nth-child(1) {
    background: url('//skin.makeshop.co.kr/skin/onstore/mo/images/section03_bg01.png') no-repeat center / cover;
}

#section03 .event-wrap > a:nth-child(2) {
    background: url('//skin.makeshop.co.kr/skin/onstore/mo/images/section03_bg02.png') no-repeat center / cover;
}

#section03 .event-wrap .item-box strong {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
}

#section03 .event-wrap .item-box p {
    font-weight: 400;
    font-size: 11px;
}

#section04 {
    margin-bottom: 50px;
}

#section04 .product-list-wrap {
    margin-bottom: 25px;
}

#section05 {
    margin-bottom: 50px;
}

#section05 .inner-box {
    background: #F4F7FF;
    color: #000000;
    padding: 45px 0 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    word-break: keep-all;
}

#section05 .inner-box img {
    max-width: 100%;
}

#section05 .inner-box .top p {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 16px;
}

#section05 .inner-box .top .btn-link {
    display: block;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    width: 90px;
    height: 28px;
    line-height: 28px;
    color: #FFFFFF;
    background: var(--color-primary);
    border-radius: 25px;
    margin: 0 auto 34px;
}

#section06 {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    #container {
        padding: 0 0 50px;
    }

    /* ¸ÞÀÎ ºñÁê¾ó ¹è³Ê */
    .main-banner .swiper-slide img {
        width: 100%;
    }

    .main-banner .swiper-pagination-wrap {
        position: absolute;
        bottom: 26px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        width: 160px;
        height: 42px;
        border-radius: 25px;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

    .main-banner .swiper-button-prev, .main-banner .swiper-button-next {
        display: block;
        width: 24px;
        height: 24px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        z-index: 20;
    }

    .main-banner .swiper-button-prev {
        background: url('//skin.makeshop.co.kr/skin/onstore/pc/images/ic_arrow_w_prev.png') no-repeat center;
    }

    .main-banner .swiper-button-next {
        background: url('//skin.makeshop.co.kr/skin/onstore/pc/images/ic_arrow_w_next.png') no-repeat center;
    }

    .main-banner .swiper-pagination-fraction {
        position: relative;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        top: 0;
    }

    .main-banner .swiper-pagination-fraction:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 10px;
        background: #AAAAAA;
    }

    .main-banner .swiper-pagination-fraction > span {
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        color: #AAAAAA;
    }

    .main-banner .swiper-pagination-fraction .swiper-pagination-current {
        color: #FFFFFF;
    }

    #section01 {
        margin-bottom: 80px;
    }

    #section01 .category-wrap {
        width: 100%;
        max-width: 1760px;
        margin: 0 auto;
    }

    #section01 .category-wrap .category-list {
        flex-wrap: nowrap;
    }

    #section01 .category-swiper .swiper-slide a {
        padding-bottom: 115%;
    }

    #section01 .category-swiper .swiper-slide a > .txt {
        position: absolute;
        top: 3vw;
        left: 2vw;
        width: calc(100% - 80px);
        font-weight: 400;
        font-size: 2vw;
        color: #000;
        word-break: keep-all;
    }

    #section01 .swiper-wrap .swiper-wrapper {
        padding-left: 0;
    }

    #section02{
        width: 100%;
        max-width: 1760px;
        margin: 0 auto 120px;
    }

    .btn-wrap .btn-more {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
        width: 106px;
        height: 32px;
        border-radius: 25px;
        background: var(--color-gray-light);
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        color: #1c1c1c;
    }

    .title {
        font-weight: 800;
        font-size: 26px;
        text-align: center;
        margin-bottom: 50px;
    }

    #section03 {
        width: 100%;
        max-width: 1760px;
        margin: 0 auto 160px;
    }

    #section03 .event-wrap {
        display: flex;
        gap: 28px;
        flex-direction: row;
        margin-bottom: 50px;
    }

    #section03 .event-wrap > a {
        flex: 1;
        height: 260px;
        border-radius: 15px;
        padding: 60px 60px 0 40px;
        box-sizing: border-box;
        color: #000000;
    }

    #section03 .event-wrap > a:nth-child(1) {
        background: url('//skin.makeshop.co.kr/skin/onstore/pc/images/section03_bg01.png') no-repeat center / cover;
    }

    #section03 .event-wrap > a:nth-child(2) {
        background: url('//skin.makeshop.co.kr/skin/onstore/pc/images/section03_bg02.png') no-repeat center / cover;
    }

    #section03 .event-wrap .item-box strong {
        display: block;
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 26px;
    }

    #section03 .event-wrap .item-box p {
        font-weight: 400;
        font-size: 14px;
    }

    #section04 {
        width: 100%;
        max-width: 1760px;
        margin: 0 auto 80px;
    }

    #section05 {
        margin-bottom: 80px;
    }

    #section05 .inner-box {
        flex-direction: row-reverse;
        gap: 8px;
        justify-content: center;
        align-items: center;
        height: 300px;
        background: #F4F7FF;
        color: #000000;
        padding: 45px 16px 30px;
    }

    #section06 {
        width: 100%;
        max-width: 1760px;
        margin: 0 auto 150px;
    }
}

@media (min-width: 1024px) {
    #section01 .swiper-wrap .swiper-wrapper {
        padding-left: 15px;
    }

    #section01 .swiper-wrap {
        padding-left: 80px;
    }

    #section03 .event-wrap > a {
        padding: 94px 90px 0 90px;
    }

    #section05 .inner-box {
        gap: 217px;
        padding: 0;
    }

    #section05 .inner-box .top p {
        font-weight: 700;
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 30px;
        text-align: left;
    }

    #section05 .inner-box .top .btn-link {
        display: block;
        font-weight: 800;
        font-size: 14px;
        text-align: center;
        width: 120px;
        height: 34px;
        line-height: 34px;
        color: #FFFFFF;
        background: var(--color-default);
        border-radius: 25px;
        margin: 0;
    }

}
#ezHome{--blue:#2563eb;--ink:#182b43;--muted:#63748a;--line:#d8e2ee;--pale:#f0f6ff}
#ezHome *{box-sizing:border-box}
#ezHome{scroll-behavior:smooth;scroll-padding-top:95px}
#ezHome{margin:0;color:var(--ink);background:#fff;font-family:Pretendard,'Malgun Gothic',sans-serif;-webkit-font-smoothing:antialiased}
#ezHome a{color:inherit;text-decoration:none}
#ezHome button,#ezHome a{-webkit-tap-highlight-color:transparent}
#ezHome a:focus-visible{outline:3px solid #e59823;outline-offset:6px}
#ezHome img{display:block;width:100%;height:100%;object-fit:cover}
#ezHome h1,#ezHome h2,#ezHome h3,#ezHome p,#ezHome figure{margin:0}
#ezHome h1,#ezHome h2,#ezHome h3{word-break:keep-all}
#ezHome .wrap{width:min(1280px,calc(100% - 96px));margin:auto}
#ezHome .skip{position:fixed;top:-80px;left:20px;background:white;padding:15px;z-index:10}
#ezHome .skip:focus{top:10px}
#ezHome header{height:88px;background:#fff;border-bottom:1px solid #e7edf4}
#ezHome .nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
#ezHome .logo{display:flex;align-items:center;gap:7px;white-space:nowrap}
#ezHome .symbol{font-size:34px;font-style:italic;letter-spacing:-3px;font-weight:900;color:var(--blue)}
#ezHome .symbol span{font-size:20px;vertical-align:top;letter-spacing:0}
#ezHome .logo strong{font-size:22px;letter-spacing:-1.5px}
#ezHome .nav nav{display:flex;gap:38px;font-size:14px;font-weight:600}
#ezHome .nav nav a:hover,#ezHome .text-link:hover{color:var(--blue)}
#ezHome .nav-cta{display:flex;gap:30px;font-size:14px;font-weight:700;border-bottom:1px solid var(--ink);padding:10px 0}
#ezHome .hero{background:var(--pale);overflow:hidden}
#ezHome .hero-grid{display:grid;grid-template-columns:1fr 1.04fr;gap:30px;padding-top:58px;padding-bottom:52px;align-items:center}
#ezHome .eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:700;color:var(--blue);line-height:1.5}
#ezHome .eyebrow i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--blue);vertical-align:middle;margin-right:8px}
#ezHome h1{font-size:clamp(38px,4.45vw,64px);line-height:1.21;letter-spacing:-3.5px;margin:26px 0 22px;font-weight:750}
#ezHome h1 em{font-style:normal;color:var(--blue)}
#ezHome .intro{color:var(--muted);font-size:17px;line-height:1.85;letter-spacing:-.35px}
#ezHome .actions{display:flex;align-items:center;gap:25px;margin-top:30px}
#ezHome .button{display:inline-flex;justify-content:space-between;align-items:center;gap:32px;padding:19px 23px;font-size:14px;font-weight:650;border-radius:4px;transition:background .2s,transform .2s}
#ezHome .button:hover{transform:translateY(-2px)}
#ezHome .primary{background:var(--blue);color:white}
#ezHome .primary:hover{background:#194fc7}
#ezHome .text-link{font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:14px}
#ezHome .hero-note{display:flex;align-items:center;gap:18px;margin-top:42px}
#ezHome .hero-note>span{font-size:46px;font-weight:600;letter-spacing:-2px;line-height:1}
#ezHome .hero-note .small{font-size:18px;margin-left:4px}
#ezHome .hero-note p{border-left:1px solid #c7d5e7;padding-left:18px;font-size:12px;color:var(--muted);line-height:1.8}
#ezHome .hero-note b{font-size:10px;letter-spacing:1.5px;font-weight:500}
#ezHome .hero-photo{position:relative;padding:24px 0 0 24px;background:linear-gradient(90deg,#d9e6f5 1px,transparent 1px),linear-gradient(#d9e6f5 1px,transparent 1px);background-size:32px 32px}
#ezHome .hero-photo>img{height:465px;object-position:50% 60%;border-radius:3px;filter:brightness(1.07)}
#ezHome .photo-label{position:absolute;bottom:55px;left:0;background:white;box-shadow:0 8px 32px #182b4312;padding:18px 20px;display:flex;align-items:center;gap:15px;font-size:12px;font-weight:600}
#ezHome .cross{color:var(--blue);font-size:24px;font-weight:400}
#ezHome .photo-index{font-size:9px;color:var(--muted);letter-spacing:1px;margin-left:15px}
#ezHome figcaption{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1px;padding:16px 0 0;color:var(--muted)}
#ezHome .applications{border-top:1px solid var(--line);display:grid;grid-template-columns:1.5fr repeat(4,1fr);align-items:center;gap:20px;padding:28px 0}
#ezHome .applications .eyebrow{font-size:9px;color:var(--muted)}
#ezHome .applications p{font-size:15px;font-weight:550;border-left:1px solid #cedbec;padding-left:28px}
#ezHome .section{padding-top:95px;padding-bottom:92px}
#ezHome .section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:38px}
#ezHome h2{font-size:37px;line-height:1.35;letter-spacing:-1.7px;font-weight:700;margin-top:16px}
#ezHome .section-heading>p,#ezHome .section-copy{font-size:15px;line-height:1.9;color:var(--muted)}
#ezHome .work-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
#ezHome .work-image{height:350px;position:relative;background:#eef2f5;overflow:hidden;border-radius:4px}
#ezHome .work-image img{transition:transform .4s;object-position:50% 43%}
#ezHome .work-card:nth-child(2) img{object-position:50% 49%}
#ezHome .work-card:hover img{transform:scale(1.035)}
#ezHome .image-tag{position:absolute;top:20px;left:20px;background:#ffffffed;padding:8px 11px;font-size:11px;border-radius:2px}
#ezHome .round-arrow{position:absolute;bottom:20px;right:20px;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:white;font-size:24px}
#ezHome .work-title{display:flex;justify-content:space-between;align-items:center;margin:21px 0 10px;gap:15px}
#ezHome .work-title h3{font-size:20px;letter-spacing:-.5px}
#ezHome .work-title>span{font-size:11px;color:#8190a2}
#ezHome .work-card>p{font-size:14px;color:var(--muted);line-height:1.6}
#ezHome .process{background:#f7f9fc;border-top:1px solid #e8edf4;border-bottom:1px solid #e8edf4;padding:75px 0}
#ezHome .process-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:80px}
#ezHome .section-copy{margin:21px 0 23px}
#ezHome .process ol{list-style:none;padding:0;margin:0}
#ezHome .process li{display:flex;gap:26px;padding:26px 0;border-bottom:1px solid var(--line)}
#ezHome .process li:first-child{padding-top:0}
#ezHome .process li:last-child{border-bottom:0;padding-bottom:0}
#ezHome .process li>span{color:var(--blue);font-size:12px;padding-top:5px;font-weight:600}
#ezHome .process h3{font-size:19px;letter-spacing:-.4px;margin-bottom:10px}
#ezHome .process li p{font-size:14px;color:var(--muted);line-height:1.7}
#ezHome .store-strip{padding-top:56px;padding-bottom:56px;display:flex;align-items:center;justify-content:space-between;gap:30px}
#ezHome .store-strip h2{font-size:25px;margin-top:10px;letter-spacing:-.8px}
#ezHome .store-strip p:not(.eyebrow){font-size:14px;color:var(--muted);margin-top:10px;line-height:1.7}
#ezHome .outline{border:1px solid #c6d3e4;min-width:225px}
#ezHome .outline:hover{background:var(--pale)}
#ezHome .contact{background:#eaf2ff;padding:72px 0}
#ezHome .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px}
#ezHome .contact h2{font-size:46px;margin:15px 0 20px;letter-spacing:-2px}
#ezHome .contact p{font-size:14px;color:var(--muted);line-height:1.8}
#ezHome .contact-links>a{position:relative;display:block;padding:20px 40px 23px 0;border-bottom:1px solid #c6d7ee}
#ezHome .contact-links>a:first-child{padding-top:0}
#ezHome .contact-links span{display:block;font-size:12px;color:var(--muted);margin-bottom:10px}
#ezHome .contact-links strong{font-size:32px;letter-spacing:-.7px}
#ezHome .contact-links .email{font-size:22px;overflow-wrap:anywhere}
#ezHome .contact-links b{position:absolute;right:0;top:34px;color:var(--blue);font-weight:400;font-size:26px}
#ezHome .contact-links>a:first-child b{top:14px}
#ezHome .contact-links>p{font-size:12px;margin-top:20px}
#ezHome footer{display:flex;align-items:center;gap:30px;padding-top:32px;padding-bottom:32px}
#ezHome footer .symbol{font-size:27px}
#ezHome footer .logo strong{font-size:18px}
#ezHome footer>p{font-size:12px;color:var(--muted)}
#ezHome footer small{margin-left:auto;font-size:10px;color:var(--muted)}
@media(min-width:1500px){#ezHome .hero-grid{padding-top:75px;padding-bottom:65px}
#ezHome .hero-photo>img{height:500px}
}
@media(max-width:1000px){#ezHome .wrap{width:calc(100% - 48px)}
#ezHome .nav nav{gap:22px}
#ezHome .hero-grid{gap:24px}
#ezHome h1{font-size:43px;letter-spacing:-2.5px}
#ezHome .hero-photo>img{height:410px}
#ezHome .actions{gap:18px;align-items:flex-start;flex-direction:column}
#ezHome .hero-note{margin-top:26px}
#ezHome .photo-index{display:none}
#ezHome .applications{gap:10px}
#ezHome .applications p{font-size:13px;padding-left:15px}
#ezHome .process-grid{gap:35px}
#ezHome .work-image{height:290px}
#ezHome footer{flex-wrap:wrap}
#ezHome footer small{margin-left:0}
}
@media(max-width:650px){#ezHome .wrap{width:calc(100% - 40px)}
#ezHome header{height:72px}
#ezHome .nav{gap:15px}
#ezHome .nav nav{display:none}
#ezHome .logo strong{font-size:20px}
#ezHome .symbol{font-size:31px}
#ezHome .nav-cta{font-size:12px;gap:15px}
#ezHome .hero-grid{grid-template-columns:1fr;padding-top:37px;padding-bottom:28px;gap:30px}
#ezHome h1{font-size:43px;line-height:1.23;margin:21px 0 20px;letter-spacing:-2.6px}
#ezHome .eyebrow{font-size:10px;letter-spacing:1.3px}
#ezHome .intro{font-size:15px}
#ezHome .actions{flex-direction:row;align-items:center;gap:18px;margin-top:24px}
#ezHome .button{padding:17px 16px;font-size:12px;gap:17px}
#ezHome .text-link{font-size:11px;gap:7px}
#ezHome .hero-note{margin-top:26px}
#ezHome .hero-note>span{font-size:36px}
#ezHome .hero-note p{font-size:11px}
#ezHome .hero-photo{padding:17px 0 0 17px}
#ezHome .hero-photo>img{height:300px}
#ezHome .photo-label{padding:10px 15px;bottom:49px;font-size:11px}
#ezHome .photo-index{display:block;font-size:8px;margin-left:0}
#ezHome .applications{grid-template-columns:repeat(4,1fr);padding:20px 0;gap:16px 0}
#ezHome .applications>.eyebrow{grid-column:1/-1}
#ezHome .applications p{font-size:11px;padding-left:10px}
#ezHome .applications p:nth-child(2){border:0;padding-left:0}
#ezHome .section{padding-top:57px;padding-bottom:57px}
#ezHome .section-heading{display:block;margin-bottom:25px}
#ezHome h2{font-size:29px;letter-spacing:-1.3px}
#ezHome .section-heading>p{font-size:13px;margin-top:19px}
#ezHome .work-grid{grid-template-columns:1fr;gap:32px}
#ezHome .work-image{height:300px}
#ezHome .work-title{margin-top:17px}
#ezHome .work-title h3{font-size:17px}
#ezHome .work-card>p{font-size:12px}
#ezHome .process{padding:50px 0}
#ezHome .process-grid{grid-template-columns:1fr;gap:36px}
#ezHome .process h3{font-size:17px}
#ezHome .process li p{font-size:13px}
#ezHome .section-copy{font-size:14px}
#ezHome .store-strip{display:block;padding-top:40px;padding-bottom:40px}
#ezHome .store-strip h2{font-size:23px}
#ezHome .store-strip p:not(.eyebrow){font-size:12px}
#ezHome .store-strip .button{margin-top:23px;min-width:210px}
#ezHome .contact{padding:48px 0}
#ezHome .contact-grid{grid-template-columns:1fr;gap:30px}
#ezHome .contact h2{font-size:38px}
#ezHome .contact p{font-size:13px}
#ezHome .contact-links strong{font-size:30px}
#ezHome .contact-links .email{font-size:21px}
#ezHome .contact-links>p{font-size:11px}
#ezHome footer{gap:15px;padding-top:27px;padding-bottom:27px}
#ezHome footer>p{font-size:10px}
#ezHome footer small{flex-basis:100%;font-size:9px}
}
#ezHome{scroll-behavior:auto}
@media(prefers-reduced-motion:reduce){#ezHome *{transition:none!important}
}
#ezHome .utility-bar{border-bottom:1px solid #e7edf4;background:#f8fafc}
#ezHome .utility-bar>.wrap{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:10px 0;font-size:12px;color:#52657b}
#ezHome .utility-bar nav{display:flex;gap:24px}
#ezHome .shop-top{padding:23px 0}
#ezHome .category-navigation{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid #e6edf5;position:relative}
#ezHome .desktop-categories{display:flex;gap:27px;align-items:center}
#ezHome .desktop-categories a{padding:20px 0;font-size:14px;font-weight:600}
#ezHome .desktop-categories a:first-child{font-weight:750}
#ezHome .nav-custom{color:#2563eb;font-size:14px;font-weight:700;padding:17px 0;white-space:nowrap}
#ezHome .mobile-categories{display:none}
#ezHome .hero-korean-label{font-size:15px;font-weight:600;color:#2563eb;letter-spacing:-.3px}
#ezHome .concept-hero{padding:48px 0}
#ezHome .concept-hero h1{margin-top:18px;font-size:clamp(38px,3.8vw,57px)}
#ezHome .hero-case{padding:0;overflow:hidden;border:0;box-shadow:0 5px 24px #182b4308}
#ezHome .hero-case-photo{position:relative;background:#e3e9ef}
#ezHome .hero-case-photo img{height:310px;border-radius:0;object-fit:cover;object-position:50% 62%}
#ezHome .case-label{position:absolute;top:18px;left:18px;padding:8px 12px;background:#fffef5eF;color:#243e60;border-radius:3px;font-size:12px;font-weight:600}
#ezHome .hero-case figcaption{padding:22px 24px;display:flex;gap:18px;align-items:center}
#ezHome .hero-case figcaption strong{font-size:18px;color:#182b43;font-weight:700;letter-spacing:-.4px}
#ezHome .hero-case figcaption p{font-size:13px;color:#63748a;line-height:1.6;margin-top:6px;letter-spacing:0}
#ezHome .hero-case figcaption a{font-size:13px;color:#2563eb;font-weight:650;white-space:nowrap;letter-spacing:0}
#ezHome .shopping-section{padding-top:50px}
#ezHome .selection-help h3{margin-top:0}
#ezHome .contact{padding:0}
#ezHome .business-footer{display:block;background:#f7f9fc;padding:0;border-top:1px solid #dbe5f0;color:#52657b}
#ezHome .footer-links{display:flex;flex-wrap:wrap;gap:26px;padding:22px 0;border-bottom:1px solid #dbe5f0;font-size:13px}
#ezHome .footer-links span{font-size:11px}
#ezHome .footer-business-grid{display:grid;grid-template-columns:1fr .9fr 1.9fr;gap:40px;padding:35px 0}
#ezHome .footer-business-grid h2{font-size:14px;letter-spacing:0;color:#182b43;margin-bottom:18px}
#ezHome .footer-phones{display:flex;flex-direction:column;gap:5px;font-size:23px;font-weight:750;color:#182b43;letter-spacing:-.5px;margin-bottom:18px}
#ezHome .footer-business-grid p{font-size:13px;line-height:1.9}
#ezHome .footer-email{font-size:13px;display:inline-block;margin-top:10px;overflow-wrap:anywhere}
#ezHome .footer-bank-note{margin:14px 0;color:#748399}
#ezHome .company-details dl{margin:0;font-size:12px;line-height:1.85}
#ezHome .company-details dl>div{display:grid;grid-template-columns:120px 1fr;gap:10px;margin-bottom:6px}
#ezHome .company-details dt{color:#748399}
#ezHome .company-details dd{margin:0;overflow-wrap:anywhere}
#ezHome .company-details dd a{color:#365f9b;text-decoration:underline;text-underline-offset:3px}
#ezHome .pending-info{color:#94662a}
#ezHome .footer-bottom{border-top:1px solid #dbe5f0;display:flex;align-items:center;gap:25px;padding:22px 0;font-size:12px}
#ezHome .footer-bottom>a:last-child{margin-left:auto}
#ezHome .preview-note{padding:12px 20px;text-align:center;background:#edf2f8;font-size:11px;color:#63748a}
#ezHome .preview-note a{margin-left:15px;text-decoration:underline}
#ezHome a:hover{color:#2563eb}
#ezHome .button.primary:hover{color:#fff}
#ezHome .mobile-categories summary{cursor:pointer;list-style:none;display:flex;gap:16px;align-items:center}
#ezHome .mobile-categories summary::-webkit-details-marker{display:none}
@media(max-width:1100px){#ezHome .desktop-categories{gap:17px}
#ezHome .desktop-categories a,#ezHome .nav-custom{font-size:12px}
#ezHome .footer-business-grid{grid-template-columns:1fr 1fr;gap:30px}
#ezHome .company-details{grid-column:1/-1}
}
@media(max-width:750px){#ezHome .utility-bar>.wrap{justify-content:flex-end}
#ezHome .utility-bar>.wrap>span{display:none}
#ezHome .utility-bar nav{gap:23px}
#ezHome .desktop-categories{display:none}
#ezHome .mobile-categories{display:block;font-size:13px;font-weight:600;padding:17px 0}
#ezHome .mobile-categories nav{position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:0 10px 20px #182b431a;border:1px solid #dbe5f0;border-radius:0 0 6px 6px;padding:12px;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:5px}
#ezHome .mobile-categories nav a{padding:14px 10px;background:#f7f9fc;font-size:14px}
#ezHome .nav-custom{font-size:13px}
#ezHome .shop-top{padding:18px 0}
#ezHome .concept-hero{padding:34px 0}
#ezHome .hero-korean-label{font-size:14px}
#ezHome .hero-case-photo img{height:250px}
#ezHome .hero-case figcaption{padding:18px;gap:12px}
#ezHome .hero-case figcaption strong{font-size:16px}
#ezHome .hero-case figcaption p{font-size:12px}
#ezHome .hero-case figcaption a{font-size:12px}
#ezHome .case-label{top:12px;left:12px;font-size:11px}
#ezHome .footer-business-grid{grid-template-columns:1fr;gap:30px}
#ezHome .company-details{grid-column:auto}
#ezHome .footer-links{gap:18px;font-size:12px}
#ezHome .company-details dl>div{grid-template-columns:105px 1fr;gap:7px}
#ezHome .footer-bottom{flex-wrap:wrap;gap:15px}
#ezHome .footer-phones{font-size:23px}
#ezHome .preview-note a{display:inline-block;margin-top:5px}
#ezHome .concept-hero h1{font-size:39px}
}
#ezHome .shop-top{display:flex;align-items:center;gap:50px;padding:24px 0}
#ezHome .product-search{display:flex;align-items:center;background:#f4f7fb;border:1px solid #dae3ef;border-radius:6px;max-width:540px;flex:1;padding:5px}
#ezHome .product-search label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
#ezHome .product-search input{font:inherit;font-size:14px;min-width:0;width:100%;border:0;background:transparent;padding:12px;outline-offset:0}
#ezHome .product-search button{font:inherit;font-size:13px;border:0;background:#2563eb;color:white;border-radius:4px;padding:12px 19px;white-space:nowrap;cursor:pointer}
#ezHome .shop-tools{display:flex;gap:22px;font-size:12px;margin-left:auto}
#ezHome .shop-menu{display:flex;gap:36px;padding:18px 0;border-top:1px solid #e5ebf3;font-size:14px;font-weight:650}
#ezHome .shop-menu .menu-consult{margin-left:auto;color:#2563eb}
#ezHome .shop-secondary{border:1px solid #a9bfdf;background:white;color:#243e60}
#ezHome .concept-hero{padding:36px 0}
#ezHome .home-visual img{height:220px}
#ezHome .use-links{display:none}
#ezHome .concept-hero h1{font-size:clamp(36px,3.5vw,52px)}
#ezHome .shopping-section{padding:48px 0 55px}
#ezHome .shopping-section h2{font-size:30px}
#ezHome .shop-caption{font-size:13px;color:#63748a}
#ezHome .category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
#ezHome .category-tile{background:#f4f7fb;border:1px solid #e3eaf3;padding:20px 17px;border-radius:6px}
#ezHome .category-tile:hover{border-color:#2563eb;background:#edf4ff}
#ezHome .category-number{font-size:11px;color:#6c82a0;letter-spacing:1px}
#ezHome .category-tile h3{display:flex;justify-content:space-between;font-size:17px;margin:17px 0 7px}
#ezHome .category-tile h3 span{font-size:14px;font-weight:400}
#ezHome .category-tile p{font-size:11px;line-height:1.6;color:#63748a}
#ezHome .custom-tile{background:#eaf2ff;border-color:#cdddf5}
#ezHome .custom-tile h3,#ezHome .custom-tile .category-number{color:#2563eb}
#ezHome .product-heading{display:flex;justify-content:space-between;align-items:center;margin:40px 0 20px;gap:12px}
#ezHome .product-heading h3{font-size:21px}
#ezHome .product-heading span{font-size:11px;color:#63748a}
#ezHome .retail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
#ezHome .retail-photo{height:210px;background:#f7f9fc;border-radius:6px;overflow:hidden;margin-bottom:18px;padding:16px}
#ezHome .retail-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
#ezHome .retail-kind{font-size:11px;color:#2563eb}
#ezHome .retail-card h3{font-size:17px;margin:9px 0}
#ezHome .retail-card p{font-size:12px;color:#63748a}
#ezHome .retail-card b{display:block;font-size:12px;margin-top:18px}
#ezHome .selection-help{background:#192e49;color:white;border-radius:6px;padding:28px;display:flex;flex-direction:column;align-items:flex-start}
#ezHome .selection-help .eyebrow{color:#96baff;font-size:10px}
#ezHome .selection-help h3{font-size:25px;line-height:1.4;margin:8px 0 16px}
#ezHome .selection-help p{font-size:13px;line-height:1.8;color:#bfcee0;margin-bottom:22px}
#ezHome .selection-help a{font-size:12px;padding:9px 0;color:white}
#ezHome .support-row{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:45px 0}
#ezHome .support-row h2{font-size:24px}
#ezHome .support-phone{font-size:26px;font-weight:750}
#ezHome .support-row p:not(.eyebrow){font-size:12px;line-height:1.8;color:#63748a;margin-top:10px}
@media(max-width:900px){#ezHome .shop-top{gap:22px}
#ezHome .shop-tools{gap:12px}
#ezHome .category-grid{grid-template-columns:repeat(3,1fr)}
#ezHome .retail-grid{gap:16px}
#ezHome .selection-help{padding:20px}
#ezHome .selection-help h3{font-size:21px}
#ezHome .shop-menu{gap:22px}
}
@media(max-width:650px){#ezHome .shop-top{flex-wrap:wrap;gap:18px;padding:18px 0}
#ezHome .product-search{order:3;flex-basis:100%;max-width:none}
#ezHome .shop-tools{font-size:11px}
#ezHome .shop-menu{gap:0;justify-content:space-between;font-size:11px;padding:15px 0}
#ezHome .shop-menu .menu-consult{display:none}
#ezHome .concept-hero h1{font-size:37px}
#ezHome .home-visual img{height:190px}
#ezHome .concept-hero .hero-grid{gap:23px}
#ezHome .concept-hero .actions{gap:10px;flex-wrap:wrap}
#ezHome .button{font-size:12px;padding:15px 13px}
#ezHome .shopping-section{padding:35px 0}
#ezHome .shopping-section h2{font-size:26px}
#ezHome .shopping-section .section-heading{gap:12px}
#ezHome .shop-caption{font-size:12px}
#ezHome .category-grid{grid-template-columns:repeat(2,1fr);gap:10px}
#ezHome .category-tile{padding:16px}
#ezHome .category-tile h3{font-size:16px;margin-top:10px}
#ezHome .product-heading{align-items:flex-start;flex-direction:column;margin-top:30px}
#ezHome .retail-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}
#ezHome .retail-photo{height:155px;padding:10px}
#ezHome .retail-card h3{font-size:15px;line-height:1.5}
#ezHome .retail-card p{font-size:11px;line-height:1.6}
#ezHome .selection-help{padding:17px}
#ezHome .selection-help h3{font-size:20px}
#ezHome .selection-help p{font-size:11px}
#ezHome .support-row{align-items:flex-start;flex-direction:column;padding:35px 0}
#ezHome .support-row h2{font-size:23px}
}
#ezHome .concept-bar{background:#182b43;color:#fff;padding:9px 20px;text-align:center;font-size:11px;letter-spacing:.2px}
#ezHome .concept-bar a{margin-left:18px;color:#c9dcff;text-decoration:underline;text-underline-offset:3px}
#ezHome .nav .active{color:#2563eb}
#ezHome .concept-hero{background:#eef5ff;padding:58px 0}
#ezHome .concept-hero .hero-grid{padding:0;gap:60px}
#ezHome .concept-hero h1{font-size:clamp(38px,4vw,60px)}
#ezHome .home-visual{background:#fff;padding:12px;border:1px solid #dbe6f4;border-radius:10px}
#ezHome .home-visual img{height:285px;border-radius:5px;object-position:50% 60%}
#ezHome .visual-caption{display:flex;justify-content:space-between;padding:14px 6px;font-size:11px;color:#63748a}
#ezHome .use-links{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e3eaf4}
#ezHome .use-links a{padding:17px 8px;font-size:13px;border-bottom:1px solid #e3eaf4;display:flex;justify-content:space-between}
#ezHome .use-links a:nth-child(odd){margin-right:12px}
#ezHome .use-links a:hover{color:#2563eb;background:#f7faff}
#ezHome .trust-line{display:flex;justify-content:space-between;align-items:center;padding:27px 0;border-bottom:1px solid #dbe5f0;gap:20px;font-size:13px}
#ezHome .trust-line strong{font-size:23px;color:#2563eb}
#ezHome .trust-line span{color:#63748a}
#ezHome .routes{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
#ezHome .route{border-top:2px solid #2563eb;padding:24px 0}
#ezHome .route .num{font-size:11px;color:#2563eb;letter-spacing:1px}
#ezHome .route h3{margin:22px 0 13px;font-size:23px;letter-spacing:-.8px}
#ezHome .route p{color:#63748a;font-size:14px;line-height:1.9}
#ezHome .route a{display:inline-block;margin-top:22px;font-size:13px;font-weight:650}
#ezHome .landing-intro{padding:36px 0 65px;background:#f0f6ff}
#ezHome .crumb{font-size:11px;color:#63748a;margin-bottom:40px}
#ezHome .crumb a{text-decoration:underline}
#ezHome .custom-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:65px;align-items:center}
#ezHome .custom-grid h1{font-size:clamp(38px,3.8vw,57px);letter-spacing:-2.8px;line-height:1.28}
#ezHome .custom-grid figure{position:relative}
#ezHome .custom-grid img{height:440px;border-radius:6px;object-position:50% 50%}
#ezHome .custom-grid figcaption{font-size:10px}
#ezHome .small-note{font-size:12px;line-height:1.8;color:#63748a;margin-top:16px}
#ezHome .section-nav{border-bottom:1px solid #dbe5f0;background:white}
#ezHome .section-nav .wrap{display:flex;gap:48px;padding-top:20px;padding-bottom:20px}
#ezHome .section-nav a{font-size:13px;font-weight:600}
#ezHome .section-nav a:hover{color:#2563eb}
#ezHome .case-feature{display:grid;grid-template-columns:1.12fr 1fr;gap:55px;align-items:center;margin-top:32px}
#ezHome .case-feature>img{height:380px;border-radius:5px;object-position:center 43%}
#ezHome .case-copy h3{font-size:29px;line-height:1.4;letter-spacing:-1px;margin:16px 0}
#ezHome .case-copy p{font-size:14px;line-height:1.9;color:#63748a}
#ezHome .case-copy dl{margin:24px 0;display:grid;grid-template-columns:70px 1fr;font-size:13px;line-height:1.8;gap:12px;border-top:1px solid #dbe5f0;padding-top:20px}
#ezHome .case-copy dt{color:#63748a}
#ezHome .case-copy dd{margin:0}
#ezHome .photo-guide{background:#f7f9fc;padding:70px 0}
#ezHome .guide-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px}
#ezHome .photo-reference{position:relative;margin-top:26px}
#ezHome .photo-reference img{height:320px;border-radius:6px;object-position:50% 48%}
#ezHome .photo-reference span{position:absolute;bottom:15px;left:15px;background:#fff;padding:9px 12px;font-size:11px}
#ezHome .guide-list{list-style:none;margin:0;padding:0}
#ezHome .guide-list li{display:flex;gap:20px;padding:23px 0;border-bottom:1px solid #dae3ef}
#ezHome .guide-list li:first-child{padding-top:0}
#ezHome .guide-list b{font-size:13px;color:#2563eb}
#ezHome .guide-list h3{font-size:18px;margin-bottom:8px}
#ezHome .guide-list p{font-size:13px;line-height:1.8;color:#63748a}
#ezHome .check-copy{margin-top:24px;padding:19px;background:#eaf2ff;font-size:13px;line-height:1.8;color:#415b7d}
#ezHome .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:35px}
#ezHome .step{border-top:1px solid #c7d7eb;padding-top:22px}
#ezHome .step b{font-size:12px;color:#2563eb}
#ezHome .step h3{margin:16px 0 10px;font-size:18px}
#ezHome .step p{font-size:13px;line-height:1.8;color:#63748a}
#ezHome .faq{max-width:900px;margin:55px auto 0;border-top:1px solid #dbe5f0}
#ezHome .faq details{border-bottom:1px solid #dbe5f0;padding:22px 0}
#ezHome .faq summary{cursor:pointer;font-size:15px;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:20px}
#ezHome .faq summary::after{content:'+';color:#2563eb}
#ezHome .faq details[open] summary::after{content:'&#8722;'}
#ezHome .faq details p{padding:15px 24px 0 0;font-size:14px;line-height:1.8;color:#63748a}
#ezHome .consult-panel{background:#eaf2ff;padding:65px 0}
#ezHome .consult-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px}
#ezHome .consult-options{display:grid;gap:12px}
#ezHome .consult-option{background:#fff;border:1px solid #d8e5f5;border-radius:7px;padding:22px;display:flex;justify-content:space-between;align-items:center;gap:12px}
#ezHome .consult-option b{font-size:17px}
#ezHome .consult-option p{font-size:12px;color:#63748a;line-height:1.8;margin-top:6px}
#ezHome .consult-option.primary{background:#2563eb;color:white}
#ezHome .consult-option.primary p{color:#e0eaff}
#ezHome .consult-option:hover{border-color:#2563eb}
#ezHome .consult-option>span{font-size:24px}
#ezHome .consult-grid>.section-copy{margin:0}
#ezHome .consult-grid h2{font-size:39px}
#ezHome .copy-button{font:inherit;font-size:12px;background:transparent;border:1px solid #b8cde8;border-radius:4px;padding:10px 14px;color:#27446a;cursor:pointer;margin-top:12px}
#ezHome .copy-status{font-size:12px;min-height:20px;line-height:1.6;margin-top:8px;color:#2563eb}
@media(max-width:900px){#ezHome .concept-hero .hero-grid,#ezHome .custom-grid{gap:30px}
#ezHome .custom-grid img{height:370px}
#ezHome .section-nav .wrap{gap:25px}
#ezHome .case-feature,#ezHome .guide-grid,#ezHome .consult-grid{gap:30px}
#ezHome .routes{gap:20px}
#ezHome .route h3{font-size:20px}
#ezHome .trust-line{font-size:11px}
#ezHome .custom-grid h1{font-size:42px}
#ezHome .case-feature>img{height:330px}
}
@media(max-width:650px){#ezHome .concept-bar{font-size:10px;padding:9px 8px}
#ezHome .concept-bar a{margin-left:12px}
#ezHome .concept-hero{padding:35px 0}
#ezHome .concept-hero .hero-grid,#ezHome .custom-grid,#ezHome .case-feature,#ezHome .guide-grid,#ezHome .consult-grid{grid-template-columns:1fr;gap:30px}
#ezHome .concept-hero h1,#ezHome .custom-grid h1{font-size:39px;letter-spacing:-2.4px}
#ezHome .home-visual img{height:240px}
#ezHome .trust-line{display:grid;grid-template-columns:1fr 1fr;gap:18px;font-size:11px}
#ezHome .trust-line strong{font-size:18px}
#ezHome .routes{grid-template-columns:1fr;gap:8px}
#ezHome .route{padding:22px 0}
#ezHome .route h3{margin:12px 0 8px}
#ezHome .route a{margin-top:12px}
#ezHome .landing-intro{padding:24px 0 32px}
#ezHome .crumb{margin-bottom:25px}
#ezHome .custom-grid img{height:285px}
#ezHome .section-nav .wrap{gap:0;justify-content:space-between;padding:17px 0}
#ezHome .section-nav a{font-size:11px}
#ezHome .case-feature>img{height:285px}
#ezHome .case-copy h3{font-size:25px}
#ezHome .photo-guide{padding:45px 0}
#ezHome .photo-reference img{height:280px}
#ezHome .steps{grid-template-columns:1fr 1fr;gap:28px 20px}
#ezHome .faq{margin-top:35px}
#ezHome .faq summary{font-size:14px}
#ezHome .consult-panel{padding:45px 0}
#ezHome .consult-grid h2{font-size:32px}
#ezHome .consult-option{padding:18px}
#ezHome .consult-option b{font-size:15px}
}
#ezHome header{height:auto}
#ezHome .catalog-page{padding:30px 0 70px}
#ezHome .catalog-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;padding:10px 0 40px;border-bottom:1px solid #dbe5f0}
#ezHome .catalog-heading h1{font-size:40px;letter-spacing:-1.8px;margin:14px 0}
#ezHome .catalog-heading p:not(.eyebrow){color:#63748a;font-size:14px;line-height:1.8}
#ezHome .catalog-layout{display:grid;grid-template-columns:210px 1fr;gap:45px;padding-top:32px}
#ezHome .catalog-sidebar h2{font-size:15px;margin-bottom:18px;letter-spacing:0}
#ezHome .catalog-filters{display:grid;gap:6px}
#ezHome .catalog-filters button{font:inherit;font-size:14px;text-align:left;padding:14px 12px;border:0;background:#fff;border-radius:4px;color:#405570;display:flex;justify-content:space-between;cursor:pointer}
#ezHome .catalog-filters button[aria-pressed=true]{color:#2563eb;background:#eaf2ff;font-weight:700}
#ezHome .catalog-filters span{font-size:12px}
#ezHome .catalog-help{margin-top:34px;padding:20px 0;border-top:1px solid #dbe5f0}
#ezHome .catalog-help h3{font-size:15px}
#ezHome .catalog-help p{font-size:12px;color:#63748a;line-height:1.8;margin:12px 0}
#ezHome .catalog-help a{font-size:12px;color:#2563eb}
#ezHome .catalog-toolbar{display:flex;justify-content:space-between;align-items:center;font-size:14px}
#ezHome .catalog-toolbar strong{color:#2563eb}
#ezHome .catalog-toolbar label{font-size:12px;color:#63748a}
#ezHome .catalog-toolbar select{font:inherit;background:#fff;border:1px solid #dbe5f0;border-radius:4px;padding:10px;margin-left:8px;color:#182b43}
#ezHome .catalog-notice{font-size:12px;line-height:1.8;color:#63748a;background:#f5f8fc;padding:13px 16px;margin:18px 0 25px}
#ezHome .catalog-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 22px}
#ezHome .catalog-products [hidden],#ezHome .catalog-empty[hidden]{display:none}
#ezHome .catalog-products .retail-photo{height:240px}
#ezHome .catalog-bottom{border-top:1px solid #dbe5f0;margin-top:40px;padding-top:23px;display:flex;justify-content:space-between;gap:15px;font-size:12px;color:#63748a}
#ezHome .catalog-bottom a{color:#2563eb}
#ezHome .catalog-empty{text-align:center;padding:65px 15px}
#ezHome .catalog-empty h2{font-size:24px;margin:15px 0}
#ezHome .catalog-empty p:not(.eyebrow){font-size:14px;color:#63748a}
#ezHome .catalog-empty button{display:block;margin:25px auto 18px;background:#2563eb;color:#fff;border:0;border-radius:4px;padding:14px 20px;font:inherit;font-size:13px;cursor:pointer}
#ezHome .catalog-empty a{font-size:13px}
#ezHome .catalog-filters button:focus-visible,#ezHome .catalog-empty button:focus-visible{outline:3px solid #e59823;outline-offset:2px}
@media(max-width:900px){#ezHome .catalog-layout{grid-template-columns:170px 1fr;gap:25px}
#ezHome .catalog-products{grid-template-columns:repeat(2,minmax(0,1fr))}
#ezHome .catalog-heading{align-items:start;flex-direction:column}
}
@media(max-width:650px){#ezHome .catalog-page{padding:22px 0 45px}
#ezHome .catalog-heading{padding-bottom:25px;gap:17px}
#ezHome .catalog-heading h1{font-size:29px;letter-spacing:-1.4px}
#ezHome .catalog-layout{grid-template-columns:1fr;gap:22px;padding-top:22px}
#ezHome .catalog-filters{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}
#ezHome .catalog-filters button{font-size:12px;padding:12px 7px;justify-content:center}
#ezHome .catalog-filters span{display:none}
#ezHome .catalog-help{display:none}
#ezHome .catalog-products{gap:24px 14px}
#ezHome .catalog-products .retail-photo{height:165px}
#ezHome .catalog-notice{font-size:11px}
#ezHome .catalog-bottom{flex-wrap:wrap}
#ezHome .catalog-empty h2{font-size:21px}
}
#ezHome .utility-bar{background:#2457a7;border-bottom-color:#2457a7}
#ezHome .utility-bar>.wrap{color:#fff}
#ezHome .utility-bar a{color:#fff}
#ezHome .utility-bar a:hover{text-decoration:underline;text-underline-offset:3px}
#ezHome .concept-hero h1{font-size:clamp(32px,3.3vw,48px);letter-spacing:-2px;line-height:1.3}
@media(max-width:650px){#ezHome .concept-hero h1{font-size:30px;letter-spacing:-1.6px}
}

#ezHome{display:block;background:#fff;font-family:Pretendard,"Malgun Gothic",sans-serif;color:#182b43;line-height:1.6}#ezHome .ez-home-notices{padding:36px 0}#ezHome .ez-home-notices ul{list-style:none;padding:15px 0}#ezHome .ezm-notice-item{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #d8e2ee}#ezHome .ezm-n-date{font-size:12px;white-space:nowrap}
/* BASIC css end */

