
.main-container{
    background-color: #000;
    color:#fff;
}
.module-title{
    font-size:clamp(1.4rem,1.5vw,1.8rem) !important;
    font-weight: bold !important;
    align-content: center !important;
    color:#fff;
}


@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1550px;
    }
}
.aspect-ratio-1_1{
    aspect-ratio:1/1;
}
.aspect-ratio-250_250{
    aspect-ratio:250/250;
}
.aspect-ratio-product-card{
    aspect-ratio: 300/300 !important;
}
.aspect-ratio-1920_640{
    aspect-ratio:1920/640;
}
.aspect-ratio-1_1_max-w{
    aspect-ratio:1000/1000;
    max-width: 70%;
}

/*@font-face {
    font-family:'myF';
    src:url(../fonts/FTN75.woff2) format('woff2'),
}*/
body,html{
    /*font-family: 'myF','Helvetica Neue', Arial, sans-serif;*/
    scroll-behavior: smooth;
    min-height: 1500px;
    background-color: #000;
}
::selection {
    background-color: #888888;
    color: #fff;
}
::-moz-selection {
    background-color: #888888;
    color: #fff;
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit!important;
    font-weight: inherit!important;
    margin: 0!important;
    padding: 0!important;
}
a {
    text-decoration: none ;
}
strong{
    color:#fff;
    /*text-decoration: underline;*/
    /*text-decoration-thickness: 2px;*/
}
/*button,
.user-select-none{
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}*/
.height-20{
    height:20px !important;
}
.height-30{
    height:30px !important;
}
.height-40{
    height:40px !important;
}
.height-45{
    height:45px !important;
}
.height-50{
    height:50px !important;
}
.height-70{
    height:70px !important;
}
.border-1-ccc{
    border:1px solid #ccc;
}
.border-1-theme{
    border:1px solid #0f0f0f;
}
.border-2-theme{
    border:2px solid #0f0f0f;
}
.border-1-000{
    border:1px solid #000;
}
.border-lr-0{
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
}
.border-b-1-ccc{
    border-bottom: 1px solid #ccc;
}
.p-l-0{
    padding-left:0px;
}
.p-r-0{
    padding-right:0px;
}
iframe.component-frame{
    z-index: 1 !important;
}

.form-select {
    --bs-form-select-bg-img:none !important;
}

.offcanvas-body {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    overflow-y: auto !important;
}
.offcanvas-body::-webkit-scrollbar {
    display: none !important;
}


#header{
    position:sticky;
    top: 0;
    z-index: 10;
    background-color: #0f0f0f;
    transform: translateY(0);
    transition: transform 0.1s ease;
    box-shadow: 0 5px 10px -5px rgba(86, 86, 86, 0.25);
}

#announcementCarousel{
    width: 100%;
    background-color: #000;
    align-content: center;
}
#announcementCarousel .f-button.is-prev,
#announcementCarousel .f-button.is-next{
    color:#fff !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.aspect-ratio-announcement{
    aspect-ratio: 4800/180;
    overflow: hidden;
}
@media (max-width: 768px) {
    .aspect-ratio-announcement{
        aspect-ratio: 1875/180 !important;
    }
    .announcement-desktop-image { display: none !important; }
    .announcement-mobile-image { display: block !important; }
}
#navlist_offcanvas{
    background-color: #000;

}
.navAccordion{
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-border-color: #fff;
    --bs-accordion-border-width: 100%;
    --bs-accordion-border-radius: 0px;
    --bs-accordion-inner-border-radius: 0px;
    --bs-accordion-btn-padding-x: 0.5rem;
    --bs-accordion-btn-padding-y: 0.5rem;
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #fff;
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0.5rem;
    --bs-accordion-body-padding-y: 0.5rem;
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: #fff;
}
.navAccordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}
.navAccordion .accordion-button.nav-button::after{
    --bs-accordion-btn-icon-transform: rotate(-90deg);
}
.navAccordion .accordion-item {
    color: #e1e1e1 !important;
    background-color: #2a2a2a !important;
    border: 0 solid #fff;
}
.navAccordion .nav-button,
.navAccordion .accordion-button{
    width: 100%;
    height:50px;
    font-size: clamp(0.85rem,1.5vh,0.95rem);
    font-weight: bold;
    border-radius: 0px;
    border-bottom:1px solid #525252;
    color:#e1e1e1;
    background-color: #2a2a2a;
    align-content: center;
    padding-left: 15px !important;
}
.navAccordion .accordion-button.collapsed{
    border-bottom:1px solid #525252;
}

.navAccordion .accordion-body{
    font-size: 0.85rem;
    border-bottom:1px solid #d1d1d1;
    background-color: #f9f9f9;
}
#collapseBusinessService .accordion-body{
    background-color: #000;
    border-bottom:1px solid #525252;
}
.accordion-productType-title{
    font-weight: bold !important;
    font-size: clamp(0.75rem,1.5vw,0.85rem) !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    color:#fff;
}
.breadcrumb-item a {
    color:#fff;
}
.breadcrumb-item a:hover{
    color:#ea0029;
}

.toastify{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-weight: bold !important;
    padding:15px !important;
}
.toast-custom-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    min-width:200px !important;
    max-width:280px !important;
    min-height:60px !important;
    max-height: 150px !important;
}


#notice_box{
    background-color:#0f0f0f;
}
#header.hide {
    transform: translateY(-100%);
}
#notice_box.hide{
    transform: translateY(-100%);
}
.dropdown-toggle::after {
    margin-left: 0em !important;
}
.notice_info{
    height: 100%;
    align-content: center;
    font-size: clamp(0.75rem,2.75vw,0.9rem);
    line-height: clamp(0.80rem,2.75vh,1.0rem);
}


.border-radius-0{
    border-radius: 0 !important;
}
.border-radius-2{
    border-radius: 2px !important;
}
.background-theme-color{
    background-color:#000 !important;
}

#nav_box{
    min-height: 50px;
}
.logo-image-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.logo-wrapper-a{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 100%;
}
.logo-image{
    max-width: 100%;
    height: 100%;
    max-height:55px;
    object-position: 50% 50%;
    object-fit: contain;
    color: transparent;
}

.search-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 55px;
}
#search_box {
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: 400px;
}
#search_box .search-btn {
    position: relative;
    top:1px;
    left:1px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 45px;
    font-weight: bold;
    padding-left:20px;
    color: #525252;
    border: 1px solid transparent;
    border-right: 0;
    background-color: transparent;
    border-radius: 22px 0 0 22px;
    cursor: pointer;
    z-index: 2;
}
#search_box .search-input {
    position: absolute;
    top: 0;
    color: #fff;
    height: 45px;
    padding-left: 75px;
    padding-right:15px ;
    border: 1px solid #525252;
    background-color: #181818;
    border-radius: 22px;
    box-shadow: none;
    width: 100%;
    opacity: 1;
    cursor: default;
    overflow: hidden;
}
#search_box input::placeholder {
    font-size: 0.85em;
    color: #bbb;
}
#search_box .search-input:focus {
    width: 100% !important;
    opacity: 1;
    cursor: text;
    border-color: #777 !important;
    outline: none;
    cursor: pointer;
}

#search_box .search-keywords-container{
    position:absolute;
    left:15px;
    bottom:-401px;
    width: 95%;
    height: 400px;
    padding:15px 15px 5px 15px;
    background-color: #2a2a2a;
    border:4px solid #e9e9e9;
    border-radius: 4px;
    overflow-y: auto;
    z-index: 1;
}
#search_keywords_box{
    display: flex;
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: auto;
}
.search-keyword-item{
    font-size: 14px;
    line-height: 26px;
    padding:0 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 13px;
    border:1px solid #525252;
    color:#000;
    background-color: #f9f9f9;
    cursor: pointer;
}
.search-keyword-item:hover{
    color:#fff;
    background-color: #ea0029;
}


#guid_infos_box .op-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
}
.op-coin{
    width:clamp(22px,1.5vw,26px);
}
#navbar_box .op-coin{
    width:clamp(24px,1.5vw,26px);
}



#guid_infos_box button{
    border-radius:0;
    border:0px;
}
#guid_infos_box a{
    border-radius:0;
    border:0px;
    color:#fff;
}

.change-language-btn,
.change-currency-btn{
    color:#e1e1e1;
    border:0px solid #ccc;
    background-color: transparent !important;
}
.dropdown-menu{
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px !important;
    border:4px solid #e9e9e9;
    background-color: #2a2a2a;
    overflow-y: auto;
}
.dropdown-item{
    color:#fff !important;
}
.language-selected,
.currency-selected,
.dropdown-item:hover,
.dropdown-item.active{
    text-decoration: none !important;
    background: #525252 !important;
}

.offcanvas{
    border-left: 0 !important;
    border-right: 0 !important;
}
body.offcanvas-open {
    overflow: hidden;
}
body.offcanvas-open
{
    background:transparent;
}
.offcanvas-body {
    overflow-y: auto;
}
#navlist_offcanvas,
#cart_offcanvas,
#filter_offcanvas{
    width:600px;
    background-color:#2a2a2a;
}

.close-icon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
    transform-origin: 50% 50%;
    text-align: center;
}
.close-icon:hover{
    transform: rotate(-180deg);
}

.cart-header{
    color:#fff;
}
.cart-item-num{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width:clamp(16px,1.5vw,20px);
    height:clamp(16px,1.5vw,20px);
    top:5px;
    left:clamp(22px,1.5vw,26px);
    background-color:#ea0029;
    color:#fff;
}
[dir='rtl'] .cart-item-num{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width:clamp(16px,1.5vw,20px);
    height:clamp(16px,1.5vw,20px);
    top:5px;
    right:clamp(22px,1.5vw,26px);
    background-color:#ea0029;
    color:#fff;
}
.toggle-cartshow-btn{
    background-color: transparent !important;
    width:90px;
    padding:5px 10px;
    border:2px solid #fff !important;
    border-radius: 25px;
    color: #fff !important;
}

.cart-box-left{
    width:90px;
}
.cart-box-middle{
    width:calc((100% - 90px) / 2);
    padding-left:8px;
    padding-right: 0;
}
.cart-box-right{
    width:calc((100% - 90px) / 2);
}

.cart-item-image img{
    width:90px;
    height:90px;
}
.delete-cart-item{
    height:30px;
}
.delete-cart-item-btn{
    color:#e1e1e1;
    font-size:clamp(0.80rem,1.5vw,0.85rem);
    cursor: pointer;
}
.delete-cart-item-btn:hover{
    color:#fff;
}

.cart-item-title{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height:90px;
}
.cart-item-title h2{
    color:#e1e1e1 !important;
    font-size: clamp(0.75rem,1.5vw,0.85rem) !important;
    text-align: start;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.cart-item-sku{
    height:30px;
    font-size: clamp(0.75rem,1.5vw,0.85rem);
    font-weight:bold;
    color:#e1e1e1;
}
.cart-item-price{
    height:90px;
}
.cart-sale-price{
    color:#f0f0f0;
    font-size: clamp(0.75rem,1.5vw,0.85rem);
    font-weight: bold;
}
.cart-original-price{
    display: inline-block;
    font-size: 0.80rem;
    font-weight: bold;
    color:#8a8a8a;
    line-height: 1.25rem;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.cart-quantity-input {
    display: flex;
    justify-content: end;
    align-items: center;
    height:30px;
    border: 1px solid #fff;
    border-radius: 15px;
    overflow: hidden;
}
.cart-quantity-input input {
    border: none;
    outline: none;
    width:60px;
    color:#fff;
    text-align: center;
    font-size: 1.0rem;
    background-color:transparent;
    padding:5px 0;
}
.cart-quantity-input button {
    width: 30px;
    height:100%;
    border: none;
    color:#fff;
    font-size: 15px;
    align-content: center;
    text-align: center;
    background-color:transparent;
    padding:0;
    cursor: pointer;
}
.cart-minusBtn i,
.cart-plusBtn i
{
    font-size:20px;
    font-weight: bold;
}

.save-info-title{
    font-size: 0.85rem;
    font-weight:bold;
    color:#fdfdfd;
}
.save-item ul{
    font-size:0.80rem;
    line-height: 1.15rem;
    color:#d0d0d0;
    margin:0;
}
.takeoff-info{
    color:#fff;
    font-weight:bold;
    font-size: clamp(0.80rem,3.0vw,0.85rem);
}
.cart-checkout-btn{
    width: 100%;
    height:50px;
    background-color: #ea0029;
    color:#fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    align-content: center;
    border: 0 solid transparent;
    padding: 0;
    border-radius: 4px;
    cursor:pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.cart-checkout-btn:hover{
    background-color: #000;
    color:#fff;
    border:2px solid #fff;
}
.cart-add-order-note-btn{
    font-size: 0.80rem;
    border-bottom:1px solid #3a3a3a !important;
    color:#000;
}
#cart_order_note_box .order-note{
    border-radius: 2px;
    box-shadow: none;
}
#cart_order_note_box .order-note:focus{
    border:1px solid #000;
}

.shop-now-btn{
    width: 200px;
    height:40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    color:#E58FAC;
    font-size: clamp(0.85rem,1.5vw,0.95rem);
    font-weight: bold;
}
.shop-now-btn:hover {
    color:#fff;
    /*border:2px solid #E58FAC;*/
    background-color: #ea0029;
}
.heart-icon{
    width: 24px;
    height:24px;
    color:#E58FAC;
}
.shop-now-btn:hover .heart-icon{
    color:#fff;
}
.shop-now-btn:hover .expand-content
{
    color:#fff;
    width: 25px;
    transform: translateX(0);
}

@media (max-width: 540px) {
    .cart-item-image img{
        width:80px;
        height:90px;
    }
    .delete-cart-item{
        width:80px;
    }
    .cart-sale-price{
        font-size: 0.80rem;
    }
    .cart-original-price{
        font-size: 0.75rem;
    }
    .save-info-title{
        font-size: 0.80rem;
    }
    .save-item{
        font-size: 0.75rem;
    }
}


.bold-underline{
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.bold-underline:hover{
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.nav-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    height:60px;
    margin-right: 70px;
}
.nav-btn{
    position: relative;
    padding:5px 0px;
    text-align: center;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.nav-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom:-2px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #fff;
}
.nav-btn:hover::after {
    animation: underline-expand 0.3s ease-in-out forwards;
}
@keyframes underline-expand {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.nav-btn.active{
    color:#fff !important;
    border-top: 2px solid transparent !important;
    border-bottom: 2px solid #fff !important;
}
.arrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: transform 0.3s ease;
    transform-origin: center;
}
.nav-btn.active .arrow-icon{
    transform: rotate(180deg);
}

.business-bar,
.product-type-bar{
    display: none;
    position:absolute;
    width: 100%;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #333;
    z-index: 11;
    padding-bottom: 1.5rem;

    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    overflow-y: auto !important;
}
.business-bar::-webkit-scrollbar,
.product-type-bar::-webkit-scrollbar
{
    display: none !important;
}

.product-type-item{
    color:#000;
    text-decoration: none;
}
.product-type-item:hover{
    color:#ea0029;
    text-decoration:underline;
}
.product-type-item img{
    transform: translateY(0px) ;
    transition: transform 0.25s ease;
}
.product-type-item:hover img{
    transform: translateY(-15px) ;
}

.product-type-item-betssale-btn,
.product-type-item-newarrivals-btn{
    width:100%;
    height:200px;
    border:1px solid #000;
    border-radius: 6px;
    color:#fff;
    background-color: #000;
}

.business-service-item{
    width:100%;
    height:350px;
    background-color: #fff;
    border:2px solid transparent;
    box-shadow: 0px 10px 25px 5px rgba(150, 150, 188, 0.45);
    border-radius: 6px;
    padding:0.5rem 0.75rem;
    cursor: pointer;
}

.business-icon{
    display: inline-flex;
    width:60px;
    height: 60px;
    color:#000;
}
.business-service-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:#000;
    font-size: clamp(0.9rem,3.5vw,1.2rem);
    font-weight: bold;
}
.business-service-item:hover{
    border:2px solid #e9e9e9;
    background-color: #2a2a2a;
}
.business-service-item:hover .business-icon{
    color:#fff;
}
.business-service-item:hover .business-service-title{
    color:#fff !important;
}
.learn-more-a{
    font-weight: bold;
    text-decoration:underline;
    color:#000;
}
.business-service-item:hover .learn-more-a{
    color:#fff;
}
.learn-more-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding:0 1.0rem;
    height: 40px;
    border-radius: 20px;
    color:#000;
    font-weight: bold;
    background-color: #fff;
    overflow: hidden;
    line-height: 1.1;
}
.expand-content {
    display: inline-flex;
    width: 0px;
    padding-left:0.5rem;
    transform: translateX(-30px);
    transition: transform 0.2s ease,width 0.2s ease;
}
.learn-more-btn:hover .expand-content {
    width: 25px;
    transform: translateX(0);
}


.business-service-item .learn-more-btn{
    text-decoration:underline;
}
.business-service-item:hover .learn-more-btn{
    text-decoration:none;
}
.business-service-item:hover .expand-content {
    width: 25px;
    right: 0;
    transform: translateX(0);
}



.text-ellipsis-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.link-a{
    color: #fff;
    font-size: clamp(0.85rem,3.5vw,1.0rem);;
}
.link-a:hover{
    font-size: clamp(0.9rem,3.5vw,1.1rem);;
    font-weight: bold;
    text-decoration:underline;
}

.underline-a{
    color:#fff;
    text-decoration:underline;
}
.underline-a:hover{
    color:#ccc;
}
.product-item-title{
    height: 3.3rem !important;
}
.product-item-title > h2{
    color:#000;
    font-size: clamp(0.85rem,3.5vw,1.0rem) !important;
    line-height: 1.1rem !important;
    text-align: start;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.product-item-description{
    font-size: 0.85rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.original-price{
    color:#6c757d;
    font-size: 0.90rem;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.certification-service{
    background-color:#121212;
    color:#fff;
}
/*.certification-icon-container{
    width:20%;
}*/
.service-title{
    font-size: clamp(0.95rem,2.5vw,1.1rem);
    font-weight: bold;
    color:#fff;
}
.service-info{
    font-size: clamp(0.85rem,2.5vw,0.95rem);
    color:#a1a1a1;
}

#footer{
    background-color:#000;
    padding-bottom: 100px;
}
#footer h5{
    margin-bottom: 1.0rem !important;
    font-size: 1.0rem !important;
    font-weight: bold !important;
}
.link-container{
    min-height: 2.0rem;
}

.payment-logo-box{
    width:46px;
    height:32px;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
    align-content: center;
    padding:2px;
}
#inquiry_box{
    padding:10px;
    border:2px solid #3a3a3a;
    background-color:#121212;
    border-radius: 8px;
}

#inquiry_box input,
#inquiry_box textarea{
    font-size: 0.8rem;
    color:#fff;
    background-color: #3a3a3a !important;
    border:1px solid #5a5a5a !important;
    border-radius: 2px ;
    box-shadow: none;
}
#inquiry_box input:focus,
#inquiry_box textarea:focus{
    border:1px solid #fff !important;
    background-color: #121212 !important;
}
#inquiry_box input::placeholder,
#inquiry_box textarea::placeholder{
    font-size: 0.85rem;
    color:#d1d1d1;
}


#inquiry_send_btn{
    width: 100%;
    height:45px;
    margin-top:0.5rem;
    font-size: 1.1rem;
    font-weight:bold;
    color:#d1d1d1;
    border:1px solid #5a5a5a;
    background-color: #3a3a3a;
    border-radius:4px;
    box-shadow: none;
}
#inquiry_send_btn:hover{
    color:#fff;
    border:1px solid #fff;
    background-color: #000;
}

#inquiry_box input:hover,
#inquiry_box textarea:hover,
#inquiry_box input:focus,
#inquiry_box textarea:focus{
    border:1px solid #2D2D2D;
}
.remind-input{
    border:1px solid #ff0000 !important;
}
.error-show{
    height:clamp(0.85rem,2.5vw,1.0rem);
    font-size:clamp(0.80rem,2.5vw,0.85rem);
    color:#ea0029;
}


.footer-language-select-btn{
    color:#fff !important;
    border:1px solid #fff !important;
    border-radius: 2px;
    padding-right:5px;
}
.footer-language-select-btn::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
    background-size: 1em;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
}
.footer-language-select-btn.show::after{
    transform: rotate(-180deg);
}

#backToTop{
    display: none;
    position: fixed;
    width: 40px;
    height:40px;
    bottom: 150px;
    right: 150px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius:2px;
    cursor: pointer;
    text-align: center;
    align-content: center;
    z-index: 999;
}
#backToTop:hover{
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}


@media (max-width: 576px) {
    .expand-content {
        width: 25px;
        opacity:1;
        transform: translateX(0);
    }

    #backToTop{
        display: none;
        position: fixed;
        bottom: 100px;
        right: 100px;
    }
    .business-service-item{
        box-shadow: 0px 1px 8px 0px rgba(150, 150, 188, 0.45);
    }

    .aspect-ratio-1_1_max-w{
        aspect-ratio:1000/1000;
        max-width: 90%;
    }
}
@media (min-width: 576px) {
    .jump-wrapper-a {
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 992px) {
    #search_box{
        max-width: 100%;
    }
}

