@layer style {
    :root {
        --spacing: 1px;
    }
}

/* ✅ 글로벌 시작 */
* {
    word-break: keep-all;
    line-height: 1.5;
}
details {
    cursor: pointer;
}
details[open] .icon-arrow-down {
    transform: rotate(180deg);
}
.max-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.required-color {
    color: #ff0400;
}
.category {
    width: fit-content;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid var(--color-primary-2);
    color: var(--color-primary-2);
}

#footer {
    background-color: var(--color-gray-1);
}
#footer * {
    color: #fff;
}
#footer .detail-info-wrap * {
    font-size: 14px;
}

.container-1280 {
    width: 1280px;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}
.leading-1em {
    line-height: 1em;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-bullet-active {
    background-color: var(--pagePointColor);
}

.subpage-nav-wrap {
    padding-bottom: 6px;
}
.subpage-nav {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 100%);
    background-color: #fff;
}
.subpage-nav-wrap:hover .subpage-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.board-pagination {
    border-top: 2px solid var(--color-gray-3);
    padding-top: 40px;
    margin-top: 48px;
}
#pagination.no-mt .board-pagination {
    margin-top: 0px;
}
.board-pagination .page-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: var(--color-gray-3);
}
.board-pagination .page-btn.active {
    box-shadow: inset 0px -2px 0px 0px var(--color-primary-2);
    color: var(--color-black-1);
}

.floating-btns-wrap {
    z-index: 99;
    position: fixed;
    bottom: 48px;
    right: 48px;
    opacity: 0;
    width: 48px;
    transition: 0.3s;
}

.floating-btns-wrap.active {
    opacity: 1;
}
.btn-scroll-top {
    position: relative;
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 100%;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.btn-scroll-top i {
    font-size: 24px;
    color: #464646;
    z-index: 2;
}

.btn-scroll-top .progress_bar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.btn-scroll-top .progress_bar::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background-color: #fff;
    border-radius: 100%;
}
.btn-menu {
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--color-gray-2);
}
.btn-menu .icon-open {
    display: block;
}
.btn-menu.on .icon-open {
    display: none;
}
.btn-menu .icon-close {
    display: none;
}
.btn-menu.on .icon-close {
    display: block;
}
.menu-items-wrap {
    display: none;
}
.btn-menu.on + .menu-items-wrap {
    display: flex;
}
/* 🔥 글로벌 끝 */

/* ✅ 팝업 시작 */
#popParent {
    display: none;
}
.pop-parent {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.35);
}
.pop-parent .pop {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}
.pop-parent .m-ratioBox-wrap {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.pop-parent .m-ratioBox-wrap .m-ratioBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-color: var(--sub_color01);
}
.pop-parent .m-ratioBox-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.pop-parent .m-ratioBox-wrap iframe {
    width: 105%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.pop-parent .pop .btn-toggle {
    width: 40px;
    height: 40px;
    position: relative;
    background-color: black;
    cursor: pointer;
}
.pop-parent .pop .btn-toggle img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all 0.3s;
}
.pop-parent .pop-btns {
    z-index: 9;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    background-color: #3c3c3c;
}
.pop-parent .pop-btns a {
    color: #fff;
    padding: 7px 14px;
}
.pop-parent .pop-btns #oneday_check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.pop-parent .pop-btns #oneday_check + label {
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.pop-parent .pop-btns #oneday_check + label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border: 1px solid #fff;
}
.pop-parent .pop .swiper-btn-control {
    width: 8px;
    height: 11px;
    margin-left: 16px;
    position: relative;
    top: 2px;
}
.pop-parent .popupSwiper {
    background-color: #fff;
}
.pop-parent .swiper-pagination {
    pointer-events: none;
    top: 21px;
    left: auto;
    right: 20px;
    width: fit-content;
}
.pop-parent .swiper-pagination-bullet {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 0;
    border: 1px solid white;
    opacity: 0.5;
    background-color: transparent;
}
.pop-parent .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}
.pop-parent .active {
    right: -400px;
}
.pop-parent .active .btn-toggle {
    transform: rotate(180deg);
}
.pop-parent .pop .btn-close {
    width: 40px;
    height: 40px;
    background-color: black;
}
.pop-parent .pop .btn-close > i {
    color: #fff;
}
/* 🔥 팝업 끝 */

/* ✅ hd 시작 */
#header {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */

    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: all 0.2s ease-out;
    background-color: transparent;
}
#header.active,
#header.default-active {
    background-color: #fff;
}
#header::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
#header #gnb .main-category-item:hover .sub-category-wrap,
#header #gnb .main-category-item .sub-category-wrap:hover {
    display: block;
}
#header #gnb .main-category-item .main-category-item-title {
    cursor: default;
}
#header #gnb .main-category-item .main-category-item-title * {
    color: #fff;
}
#header.default-active #gnb .main-category-item .main-category-item-title *,
#header.active #gnb .main-category-item .main-category-item-title * {
    color: var(--color-black-1);
}
#header #gnb .main-category-item .sub-category-wrap {
    display: none;
    z-index: 9999;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: max-content;
}
#header #gnb .main-category-item .sub-category-wrap > ul {
    border: 1px solid var(--color-gray-6);
}
#header #gnb .main-category-item .sub-category-wrap a {
    text-align: center;
}
#header #gnb .main-category-item .sub-category-wrap a:hover {
    text-decoration: underline;
    font-weight: 600;
    color: var(--color-primary-2);
}
/* 🔥 hd 끝 */

/* ✅ 인덱스 페이지 시작 */
.index-page {
    background-color: #000;
}
.index-page .left-item,
.index-page .right-item {
    position: relative;
    transition: all 0.2s 0.1s ease-out;
    background-size: cover;
}
.index-page .left-item::after,
.index-page .right-item::after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.2s 0.1s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
}
.index-page .left-item {
    background-image: url("/images/index_page_1.webp");
    background-position: center right;
}
.index-page .left-item:hover {
    background-position: center right -100px;
}
.index-page .right-item {
    background-image: url("/images/index_page_2.webp");
    background-position: center left;
}
.index-page .right-item:hover {
    background-position: center left -100px;
}
.index-page .left-item:hover::after,
.index-page .right-item:hover::after {
    background-color: rgba(0, 0, 0, 0);
}
/* 🔥 인덱스 페이지 끝 */

/* ✅ 서브페이지 시작 */
.product-1 {
    --pagePointColor: var(--color-primary-1);
}
.product-2 {
    --pagePointColor: #00b375;
}
.product-3 {
    --pagePointColor: #00457d;
}
.product-4,
.product-5,
.product-6,
.product-7,
.product-8,
.product-9,
.product-10 {
    --pagePointColor: #004680;
}
.product-11 {
    --pagePointColor: #6355a2;
}
.section-mb {
    position: relative;
    height: 100lvh;
    background-size: cover;
    background-position: center;
}
.section-mb .mb-text-wrap {
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 145px;
}
.section-mb .mb-text-wrap * {
    text-align: center;
    color: #fff;
}

.section-products .swiper {
    padding-bottom: 48px;
}

.section-products .slide-item .content-item {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 52px 30px;
    background-color: var(--color-gray-6);
}
.section-products .slide-item .content-item > img {
    width: auto;
    height: 136px;
}
.section-products .slide-item .label-item {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 500;
    color: #fff;
    background-color: var(--color-primary-1);
}

.section-intro-app .interactive-circle::after {
    content: "";
    display: block;
    clear: both;

    z-index: -9;
    position: absolute;
    top: 50%;
    right: 8px;
    transition: all ease 0.2s;
    transform: translateY(-50%);
    width: 40px;
    height: calc(100% - 16px);
    border-radius: 999px;
    background-color: var(--color-black-1);
}
.section-intro-app .app-item:hover * {
    transition: all ease-out 0.2s;
    color: #fff;
}
.section-intro-app .app-item:hover .interactive-circle::after {
    width: calc(100% - 16px);
}

.section-key-features lord-icon {
    width: 70px;
    height: 70px;
}
.section-key-features .key-features-item {
    position: relative;
}
.section-key-features .key-features-item .line-item-wrap .line-item {
    position: absolute;
    width: 0px;
    height: 0px;
    transition: all ease-in 0.2s;
    background-color: var(--pagePointColor);
}
.section-key-features .key-features-item .line-item-wrap .line-item.item-top {
    top: 0px;
    left: 0px;
}
.section-key-features .key-features-item:hover .line-item-wrap .line-item.item-top {
    width: 100%;
    height: 2px;
}
.section-key-features .key-features-item .line-item-wrap .line-item.item-right {
    top: 0px;
    right: 0px;
}
.section-key-features .key-features-item:hover .line-item-wrap .line-item.item-right {
    width: 2px;
    height: 100%;
}
.section-key-features .key-features-item .line-item-wrap .line-item.item-bottom {
    bottom: 0px;
    left: 0px;
}
.section-key-features .key-features-item:hover .line-item-wrap .line-item.item-bottom {
    width: 100%;
    height: 2px;
}
.section-key-features .key-features-item .line-item-wrap .line-item.item-left {
    bottom: 0px;
    left: 0px;
}
.section-key-features .key-features-item:hover .line-item-wrap .line-item.item-left {
    width: 2px;
    height: 100%;
}

.section-key-features-detail lord-icon {
    width: 100%;
    height: 100%;
}
.section-key-features-detail .detail-item {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.5s ease-out;
}
.section-key-features-detail .detail-item.on {
    opacity: 1;
    transform: translateY(0px);
}
.section-key-features-detail .detail-item .icon-wrap {
    background-color: var(--pagePointColor);
}
.section-key-features-detail .detail-item .category-name {
    color: var(--pagePointColor);
}
.section-key-features-detail .detail-item .img-wrap {
    background-color: var(--grayColor8);
}
.section-key-features-detail .detail-item:nth-of-type(2n) {
    padding: 80px 0px;
    background-color: rgba(245, 245, 245, 0.3);
}
.section-key-features-detail .detail-item:nth-of-type(2n) .img-wrap {
    background-color: transparent;
}
.section-key-features-detail .detail-item:nth-of-type(2n) .text-wrap {
    order: 1;
}

.company .banner-image-container {
    overflow: hidden;
    position: relative;
}

.company .banner-image {
    width: 100%;
    height: auto;
    display: block;
    clip-path: polygon(25% 0%, 75% 0%, 75% 100%, 25% 100%);
    transition: clip-path 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.company .banner-image.animate {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.img-rolling-container {
    animation: imgRolling 20s linear infinite;
    display: flex;
    padding-right: 20px;
}
.img-rolling-container .img-rolling-item {
    width: 232px;
    height: auto;
}
.img-rolling-container .img-rolling-item:nth-of-type(2n) {
    padding-top: 50px;
}
@keyframes imgRolling {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.company-2 .side-container {
    z-index: 9;
    position: sticky;
    top: 110px;
    left: 0px;
    height: fit-content;
    background-color: #fff;
}
.company-2 .side-container .tab-item {
    width: fit-content;
    border-radius: 999px;
    padding: 12px 20px;
    transition: all 0.2s ease-out;
}
.company-2 .side-container .tab-item.on {
    background-color: var(--color-primary-2);
}
.company-2 .side-container .tab-item.on * {
    color: #fff;
}
.company-2 .history-container .years {
    width: 85px;
    margin-top: -9px;
}
.company-2 .history-container .line-item {
    position: relative;
    width: 1px;
    height: auto;
    background-color: var(--color-gray-4);
}
.company-2 .history-container .detail-contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 100px;
    margin-top: -4px;
}
.company-2 .history-container .detail-contents-wrap .detail-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.company-2 .history-container .detail-contents-wrap .detail-item::after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 2px;
    left: -52px;
    transform: translate(-50%, 50%);
    width: 10px;
    height: 10px;
    border: 2px solid var(--color-primary-2);
    border-radius: 50%;
    background-color: #fff;
}

.company-2 .history-container .detail-contents-wrap .detail-item img {
    width: 420px;
    height: auto;
}

.inquiry-1 .tab-item > input:checked + label {
    color: #fff;
    background-color: var(--color-primary-2);
}
.inquiry-1 .tab-item label {
    display: block;
    line-height: 1;
    border: 1px solid var(--color-primary-2);
    border-radius: 999px;
    padding: 15px 20px;
}
.inquiry-1 .tab-item * {
    line-height: 1;
    color: var(--color-primary-2);
}

.btn-search {
    border-radius: 50%;
    background-color: var(--color-primary-2);
}
.btn-search i {
    color: #fff;
}

.inquiry-1 .contents-wrap .thumbnail-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.inquiry-1 .contents-wrap .contents-item:hover .thumbnail-wrap::after {
    content: "";
    display: flex;
    clear: both;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: "xeicon";
    font-size: 45px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}
.inquiry-1 .contents-wrap .thumbnail-wrap .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inquiry-1 .contents-wrap .item-category {
    width: fit-content;
    line-height: 1;
    font-weight: 700;
    border: 1px solid var(--color-primary-2);
    border-radius: 999px;
    padding: 8px 16px;
    color: var(--color-primary-2);
}
.inquiry-1 .contents-wrap .item-title {
    font-weight: 700;
}

.inquiry-3 .inquiry-type-radio:checked + .inquiry-type-label {
    color: #fff;
    border-color: var(--color-primary-2);
    background-color: var(--color-primary-2);
}
.inquiry-3 .inquiry-type-label {
    font-weight: 700;
    border: 1px solid var(--color-gray-4);
    border-radius: 6px;
}
.inquiry-3 .input-info-container input[type="text"] {
    line-height: 1;
}
.inquiry-3 .input-info-container input[type="text"],
.inquiry-3 .input-info-container textarea {
    border: 1px solid var(--color-gray-4);
    padding: 16px;
}
.inquiry-3 #agreement {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 0px;
}
.inquiry-3 .btn-submit-inquiry {
    background-color: var(--color-gray-1);
}

.download-page .contents-wrap .contents-item:not(:last-child) {
    border-bottom: 1px solid var(--color-gray-4);
}

.section-products .btn-prev-slide,
.section-products .btn-next-slide {
    z-index: 9;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    background-color: #fff;
}
.section-products .btn-prev-slide {
    transform: translate(-100%, -50%);
    left: -20px;
}
.section-products .btn-next-slide {
    transform: translate(100%, -50%);
    right: -20px;
}
.section-products .icon-arrow {
    font-size: 28px;
}

/* 🔥 서브페이지 끝 */

/* 1499px 이하 */
@media screen and (max-width: 1499px) {
    .section-products {
        padding-left: 36px;
        padding-right: 36px;
    }
    .section-products .btn-prev-slide,
    .section-products .btn-next-slide {
        width: 30px;
        height: 30px;
    }
    .section-products .btn-prev-slide {
        left: 0px;
        transform: translate(-50%, -50%);
    }
    .section-products .btn-next-slide {
        right: 0px;
        transform: translate(50%, -50%);
    }
    .section-products .icon-arrow {
        font-size: 16px;
    }
}
/* 1279px 이하 */
@media screen and (max-width: 1279px) {
    .pop-parent .pop {
        width: 310px;
    }
    .pop-parent.active {
        right: -310px;
    }

    .category {
        font-size: 12px;
    }

    .section-intro-app .interactive-circle::after {
        width: 24px;
        height: 24px;
    }
    .section-key-features-detail .detail-item .icon-wrap {
        margin-left: auto;
        margin-right: auto;
    }
    .section-key-features-detail .detail-item .text-wrap * {
        text-align: center;
    }
    .section-key-features-detail .detail-item .text-wrap span {
        display: block;
    }
    .section-key-features-detail .detail-item:nth-of-type(2n) .text-wrap {
        order: 0;
    }

    .section-key-features-detail .detail-item .img-wrap {
        margin-top: 32px;
    }

    .section-key-features-detail .detail-item:nth-of-type(2n) {
        padding: 0px;
    }

    .company-2 .side-container {
        position: static;
    }
    .company-2 .history-container {
        margin-top: 60px;
    }
    .company-2 .history-container .years {
        width: 52px;
        margin-top: -2px;
    }
    .company-2 .history-container .detail-contents-wrap .detail-item::after {
        left: -18px;
        width: 8px;
        height: 8px;
    }
    .company-2 .side-container .tab-item {
        padding: 10px 16px;
    }
    .company-2 .history-container .detail-contents-wrap .detail-item {
        font-size: 13px;
    }
}

/* 1023px 이하 */
@media screen and (max-width: 1023px) {
    .pc-only {
        display: none;
    }
    #header {
        overflow-y: auto;
        box-shadow: inset 0px -1px 0px 0px #fff;
    }
    #header .btn-toggle-gnb .icon-open {
        display: block;
    }
    #header .btn-toggle-gnb .icon-close {
        display: none;
    }
    #header.on .btn-toggle-gnb .icon-open {
        display: none;
    }
    #header.on .btn-toggle-gnb .icon-close {
        display: block;
    }
    #header.on {
        height: 100vh;
        background-color: #fff;
    }
    #header:not(.on) #gnb {
        display: none;
    }
    #wrap #header #gnb * {
        text-align: left;
        color: var(--color-black-1);
    }
    #header .btn-toggle-gnb {
        color: #fff;
    }
    #header.default-active .btn-toggle-gnb,
    #header.on .btn-toggle-gnb,
    #header.active .btn-toggle-gnb {
        color: var(--color-black-1);
    }
    #header #gnb .main-category-item {
        width: 100%;
    }
    #header #gnb .main-category-item .main-category-item-title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: auto;
        padding: 8px 0px;
    }
    #header #gnb .main-category-item:hover .sub-category-wrap {
        display: none;
    }
    #header #gnb .main-category-item .sub-category-wrap {
        position: static;
        width: 100%;
        transform: none;
        padding: 8px 0px;
        background-color: rgba(0, 70, 128, 0.02);
    }
    #wrap #header #gnb .main-category-item.on .main-category-item-title {
        color: var(--color-primary-2);
    }
    #header #gnb .main-category-item.on .sub-category-wrap {
        display: block;
    }
    #header #gnb .main-category-item.on .icon-arrow-down {
        transform: rotate(180deg);
    }

    .floating-btns-wrap {
        bottom: 16px;
        right: 16px;
    }

    .board-pagination .page-btn {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .subpage-nav-container {
        font-size: 14px;
    }

    .section-key-features lord-icon {
        width: 40px;
        height: 40px;
    }

    .faq-section details:not([open]) .question-item {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 60px);
    }

    .img-rolling-container .img-rolling-item {
        width: 110px;
    }
    .img-rolling-container .img-rolling-item:nth-of-type(2n) {
        padding-top: 30px;
    }

    .inquiry-1 .tab-item label {
        font-size: 13px;
        padding: 12px 18px;
    }

    #footer .detail-info-wrap * {
        font-size: 13px;
    }
}

/* 767px 이하 */
@media screen and (max-width: 767px) {
    .pop-parent {
        top: 50%;
        right: unset;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .pop-parent .pop-btns {
        transform: translateY(100%);
        top: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        justify-content: space-between;
    }
    .pop-parent .pop .btn-toggle {
        display: none;
    }
    .pop-parent .pop .btn-close {
        display: block;
    }

    .section-mb .mb-text-wrap {
        width: 100%;
        height: auto;
        padding: 0px 20px;
    }
}

/* 350px 이하 */
@media screen and (max-width: 350px) {
    .store-text,
    .store-icon {
        font-size: 9px;
    }
}
