@charset "utf-8";
@import url(../style/font.css);
body {
    font-family:
            'Noto Sans KR',     /* 한국어 */
            'Noto Sans JP',     /* 일본어 */
            'Noto Sans SC',     /* 중국어 간체 */
            'Noto Sans TC',     /* 중국어 번체 */
            'Noto Sans',        /* 영어 및 기타 라틴 문자 */
            sans-serif;
    color: #181818;
}
header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--boarder, #f2f2f2);
}
.nav-link {
    color: var(--gray, #687484);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.swiper {
    height: 550px;
}
.swiper-slide {
    position: relative;
}
.main-swiper-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.swiper-slide .text {
    z-index: 1;
    position: relative;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    border-radius: 0;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
a {
    text-decoration: none;
    color: inherit;
}
.swiper-pagination-bullet-active {
    width: 60px !important;
    height: 2px;
    background: #fff;
}
.section-title {
    color: var(--black, #181818);
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}
.more-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--black, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.more-btn::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../image/icon_plus.svg) no-repeat center center;
    background-size: 100%;
    display: block;
}
.card-img,
.card-img-top {
    border-radius: 16px;
}
.card {
    border: none;
}
.card-body {
    padding: 16px 0 0 0;
}
.category {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.category span {
    border-radius: 4px;
    display: flex;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--white, #fff);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 16.9px */
    text-transform: capitalize;
}
.category .category1 {
    background: var(--black, #181818);
}
.category .category2 {
    background: #1197c3;
}

.category .category3 {
    background: #0b8a00;
}

.category .category4 {
    background: #e88202;
}

.card-title {
    overflow: hidden;
    color: var(--black, #181818);
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    text-transform: capitalize;
    margin-bottom: 6px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-text {
    overflow: hidden;
    color: var(--gray, #687484);
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    text-transform: capitalize;
    margin-bottom: 10px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-price {
    color: #ff2f2f;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    text-transform: capitalize;
}
.swiper-horizontal {
    overflow: hidden;
}
footer,
.footer-copy {
    border-top: 1px solid #f2f2f2;
}
.top-section {
    margin-top: 60px;
}
.form-select {
    background-position: 100% 50%;
}
.info-top {
    position: relative;
}
.info-top {
    height: 400px;
}
.info-top-logo {
    height: 74px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
    filter: brightness(0) invert(1);
}
.info-top-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
    background: url(../image/icon_swiper_btn.svg) no-repeat center center;
    background-size: 100%;
    width: 40px;
    height: 40px;
}
.swiper-button-prev {
    transform: rotate(180deg);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}
.text-muted {
    color: #687484 !important;
}
.not-found {
    margin-top: 250px;
    margin-bottom: 314px;
}
.product-details-slider {
    border-radius: 16px;
    margin-top: 32px;
}
.breadcrumb {
    font-size: 14px;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 8px;
}
.product-title2 {
    font-size: 1.953em;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    margin-bottom: 8px;
}
.operator-info {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 24px;
}
.operator-infos strong {
    font-weight: 600;
}

.product-nav.sticky {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.product-details-category span {
    padding: 6px 12px;
}
.product-details-category.category {
    margin-bottom: 32px;
}

.product-details .nav-link {
    padding: 16px 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
}
.product-details .nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
}
.nav-link:focus,
.nav-link:hover {
    color: var(--black, #181818);
}
.product-sub-title {
    display: block;
    color: var(--black, #181818);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.highlights-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.highlights-list li {
    color: var(--black, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 6px;
}
.highlights-list li::before {
    content: "";
    min-width: 24px;
    min-height: 24px;
    background: url(../image/icon_check.svg) no-repeat center center;
    background-size: 100%;
    display: block;
}
.site-link-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}
.site-link-wrap button {
    border-radius: 8px;
    display: flex;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--boarder, #f2f2f2);
    background: var(--white, #fff);
    width: 100%;
}
.site-link-wrap button:hover {
    filter: brightness(0.98);
}
.site-link-wrap a img {
    max-width: 80%;
    max-height: 80%;
}
/* 데스크톱 메뉴 스타일 */
@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
    #offcanvasNavbar {
        position: static;
        transform: none;
        visibility: visible !important;
        width: auto;
        background-color: transparent;
        border: 0;
    }

    .event-slider {
        position: relative;
        overflow-y: hidden;
    }

    .event-slider .swiper-container {
        overflow: hidden;
    }
    .event-slider .swiper-wrapper {
        display: flex;
        align-items: center;
    }

    .product-slider .swiper-container {
        overflow: visible;
    }
    .product-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .product-slider .swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
    }
}
.only-mobile {
    display: none;
}
.navbar-toggler {
    border: none !important;
    outline: none !important;
}
.info {
    transform: translateY(-80px);
}
.info-swiper {
    overflow: visible;
}
.product-title {
    color: var(--white, #fff);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.dropdown-toggle {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 20px 18px;
    margin-bottom: 2px;
    line-height: normal;
    width: 230px;
    border: none !important;
    justify-content: space-between;
    display: flex;
    text-align: left;
    border-radius: 0;
}
.search-tab {
    border-bottom: 1px solid #f2f2f2;
}
.dropdown {
    border-right: 1px solid #f2f2f2;
}
.chackbox-dropdown {
    position: static;
}
.dropdown-toggle::after {
    display: none;
}
.search-tab-btns {
    border-left: 1px solid #f2f2f2;
    position: relative;
    transform: translateX(-1px);
    z-index: 2;
}
.chackbox-dropdown .dropdown-menu {
    transform: translate(0, 60px) !important;
    padding: 20px !important;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    border: none !important;
}
.btn.show img {
    transform: rotate(180deg);
}
.btn.show::after {
    transform: rotate(180deg);
}
.dropdown-menu {
    width: 100%;
    border-radius: 0;
    border: 1px solid #f2f2f2;
}
.dropdown-menu.show {
    padding: 0;
}
.dropdown-item {
    padding: 16px 20px;
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form-check-input {
    display: none;
}
.reset-btn {
    border: none;
    border-radius: 4px;
    background: #1197c3;
    display: inline-flex;
    height: 34px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    color: var(--white, #fff);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.search-chack-select {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.search-chack-title {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}
.form-check-input + label {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--bg, #f9fafb);
    cursor: pointer;
}
.form-check-input:checked + label {
    border-radius: 100px;
    background: #1197c3;
    color: #fff;
}
.search-chack-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 24px;
}
.search-chack-btns button {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    width: 64px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
button:hover {
    filter: brightness(0.9);
}
.search-chack-btns button.reset {
    border-radius: 4px;
    background: var(--black, #181818);
    color: #fff;
}
.search-chack-btns button.apply {
    border-radius: 4px;
    background: #1197c3;
    color: #fff;
}
.dropdoun-close {
    display: none;
}
.page-item:first-child .page-link {
    background: url(../image/icon_right_arrow.svg) no-repeat center center;
    background-size: 100%;
    transform: rotate(180deg);
    border: none;
    width: 32px;
    height: 32px;
}
.page-item:last-child .page-link {
    background: url(../image/icon_right_arrow.svg) no-repeat center center;
    background-size: 100%;
    border: none;
    width: 32px;
    height: 32px;
}
.page-item:not(:first-child) .page-link {
    width: 32px;
    height: 32px;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    color: #181818;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.justify-content-center {
    gap: 8px;
}
.active > .page-link,
.page-link.active {
    background: var(--black, #181818);
    color: #fff !important;
}
@media (max-width: 1200px) {
    .search-tab-btns {
        flex: 1;
    }
    .dropdown {
        flex: 1;
    }
    .dropdown-toggle {
        width: 100%;
    }
    .reset-btn {
        margin-left: 40px;
    }
}
@media (max-width: 991px) {
    .more-btn {
        display: none;
    }

    .only-mobile.more-btn {
        display: flex;
        border-radius: 8px;
        padding: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--bg, #f9fafb);
        margin-top: 12px;
    }
    .offcanvas-body {
        justify-content: flex-end !important;
        flex-direction: column-reverse !important;
    }
    .form-select-sm {
        flex: 1;
    }
    .language-selector {
        width: 100%;
        height: 54px;
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 20px;
        padding-left: 4px;
    }
    .offcanvas-body {
        padding: 0 20px;
        margin-left: 0 !important;
    }
    .navbar-brand {
        z-index: 1;
        position: relative;
    }

    .nav-link {
        padding: 12px 0px !important;
        font-size: 16px;
    }
    .navbar-nav {
        width: 100%;
    }
    .offcanvas-header {
        padding: 12px 20px;
        height: 56px;
    }
    .navbar-toggler {
        padding: 0;
    }
    .swiper-horizontal {
        overflow: visible;
    }
    .main .swiper-horizontal {
        overflow: hidden;
    }
    .container {
        overflow: hidden;
    }
    .reset-btn {
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 68px;
    }
    .search-tab .container {
        overflow: visible;
    }
    .dropdown-toggle {
        font-size: 14px;
    }
    .product-list .product-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .product-details-slider {
        overflow: hidden;
    }
    .site-link-wrap {
        grid-template-columns: 1fr 1fr;
    }
    .product-details .nav-link {
        padding: 15px !important;
    }

    .event-slider {
        position: relative;
        overflow-y: hidden;
    }

    .event-slider .swiper-container {
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .product-nav.sticky {
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99;
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }

    .text img {
        width: 100%;
        margin-left: 20px;
        margin-top: 20px;
    }
    .swiper {
        min-height: 550px;
        height: auto;
        aspect-ratio: 393/550;
    }
    .only-pc {
        display: none;
    }
    .only-mobile {
        display: block;
    }
    .section-title {
        font-size: 32px;
    }
    .card-title {
        font-size: 16px;
    }
    .card-text {
        font-size: 13px;
    }
    .card-price {
        font-size: 16px;
    }
    header {
        height: 56px;
    }
    .top-section {
        margin-top: 56px;
    }
    .info-top {
        height: 150px;
    }
    .info-top-logo {
        height: 40px;
    }
    .info {
        transform: none;
        margin-top: 24px;
    }
    .info-swiper .swiper-button-next,
    .info-swiper .swiper-button-prev {
        display: none;
    }
    .info .fw-medium {
        line-height: 150% !important;
    }
    footer .text-muted {
        font-size: 11px;
    }
    .info-top-logo {
        top: 50%;
    }
    .product-title {
        font-size: 24px;
    }
    .search-tab-btns {
        grid-template-columns: 1fr 1fr;
    }
    .dropdown {
        flex: auto;
    }
    .dropdown:nth-child(1),
    .dropdown:nth-child(2) {
        border-bottom: 1px solid #f2f2f2 !important;
    }
    .search-tab .container {
        padding: 0;
    }
    .chackbox-dropdown .dropdown-menu {
        position: fixed !important;
        left: 0 !important;
        top: -58px !important;
        z-index: 999;
        border: none;
        height: 100dvh;
    }
    .dropdoun-close {
        display: block;
        margin-bottom: 25px;
    }
    .dropdoun-close button {
        border-radius: 4px;
        border: none;
        background: #fff;
        padding: 0;
    }
    .dropdoun-close button:hover {
    }
    .search-chack-btns button {
        width: 100px;
    }
    .search-chack-btns {
        gap: 8px;
        margin-top: 48px;
    }
    .dropdown-toggle {
        padding: 17px 20px 15px;
    }
    .dropdown-item {
        font-size: 14px;
    }
    .reset-btn {
        right: 8px;
        top: 118px;
    }
    .product-list .product-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 28px;
    }
    .search-tab-btns {
        transform: none;
    }
    .not-found {
        margin-top: 160px;
        margin-bottom: 160px;
    }
    .not-found img {
        width: 100px;
    }
    .site-link-wrap {
        grid-template-columns: 1fr;
    }
    .swiper.product-details-slider {
        aspect-ratio: 363/276;
        min-height: auto;
        border-radius: 0;
        transform: translate(-20px);
        width: calc(100% + 40px);
        margin-top: 0 !important;
    }
    .main .swiper-horizontal {
        width: 100%;
    }

    .event-slider {
        position: relative;
        overflow-y: hidden;
        padding:0 0;
    }
}

@media (min-width: 62rem) {
    .top-btn {
        width:4.75rem;
        height: 4.75rem;
        right: 10%
    }
}

.top-btn img {
    display: inline-block;
    width: 100%;
    height: 100%
}