.product-slider {
    border-radius: 0.6rem;
    margin-bottom: 3rem;
}

.gc-head-img video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.slider-product-thumb .gc-head-img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
    margin-bottom: 0;
}

.slider-product-thumb .gc-head-img img {
    transition: 0.3s ease-in-out;
    height: 100% !important;
}

.slider-product-thumb .gc-head-img {
    /* filter: grayscale(60%); */
}

.slider-product-thumb .swiper-slide-thumb-active {
    border: 2px solid #D8BD97;
    border-radius: 6px;
}

.slider-product-thumb .swiper-slide {
    transition: 0.6s linear;
    transform-origin: center center;
}

.slider-product-thumb .swiper-slide-thumb-active {
    filter: grayscale(0);
    max-width: 0;
    opacity: 0;
    margin-right: 0 !important;
    display: none;
}

.slider-product-thumb .swiper-slide-thumb-active .gc-head-img {
    filter: grayscale(0);
}

.slider-product-main {
    position: relative;
    margin-bottom: 3rem;
}

.slider-product-main .gc-head-img {
    margin-bottom: 0 !important;
}

.slider-product-main .swiper {
    border-radius: 0.6rem;
    overflow: hidden;
}

.slider-product-main .swiper-prev,
.slider-product-main .swiper-next {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d8bd97;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}

.slider-product-main .swiper-prev i,
.slider-product-main .swiper-next i {
    color: white;
    font-size: 1.6rem;
    font-weight: 400;
}

.slider-product-main .swiper-prev.swiper-button-disabled,
.slider-product-main .swiper-next.swiper-button-disabled {
    background-color: #f5f5f5 !important;
}

.slider-product-main .swiper-prev.swiper-button-disabled::before,
.slider-product-main .swiper-next.swiper-button-disabled::before {
    display: none;
}

.slider-product-main .swiper-prev::before,
.slider-product-main .swiper-next::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    border: 1px dashed#0D3961;
    transform: rotate(-360deg);
    opacity: 0;
    transition: 0.6s ease-in-out;
}

.slider-product-main .swiper-prev:hover::before,
.slider-product-main .swiper-next:hover::before {
    transform: rotate(0);
    opacity: 1;
}

.slider-product-main .swiper-next,
.slider-product-main .swiper-prev {
    top: 50%;
    transform: translateY(-50%);
}

.slider-product-main .swiper-next {
    right: -1.6rem;
}

.slider-product-main .swiper-prev {
    left: -1.6rem;
}

.slider-product .swiper-pagination-progressbar {
    background-color: #f5f5f5;
    margin-top: 1.6rem;
}

.slider-product .swiper-pagination-progressbar-fill {
    background-color: #0D3961 !important;
}

.his-head {
    padding: 16px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #0d3961;
}

.his-head .text {
    font-weight: 600;
    text-transform: uppercase;
    color: #0D3961;
}

.his-block {
    padding: 16px 0;
    border-bottom: 1px dashed rgba(13, 57, 97, 0.6);
}

.his-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
}

.his-row .text {
    color: #0D3961;
}

.his-item:not(:first-child) {
    margin-left: 10px;
}

.his-item-first {
    width: 66.6666666667%;
}

.his-item-second {
    width: 16.6666666667%;
}

.his-item-third {
    width: 16.6666666667%;
    text-align: end;
}

.his-code {
    margin-top: 16px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 6px;
    background-color: #f1e5d0;
}

.his-code-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.his-code-item:not(:last-child) {
    margin-bottom: 8px;
}

.his-code .title {
    font-weight: 600;
    color: #0D3961;
    margin-bottom: 8px;
}

.his-code-name {
    color: #0D3961;
}

.his-code-dl {
    color: #0D3961;
    text-decoration: underline;
    font-weight: bold;
}

.spc.no-wrap .spc-list {
    flex-wrap: nowrap;
}

.spc-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -0.8rem;
    margin-bottom: -0.8rem;
}

.spc-item {
    margin-left: 0.8rem;
    margin-bottom: 0.8rem;
}

.spc-16 .spc-list {
    margin-left: -1.6rem;
    margin-bottom: -1.6rem;
}

.spc-16 .spc-item {
    margin-bottom: 1.6rem;
    margin-left: 1.6rem;
}

.spc-24 .spc-list {
    margin-left: -2.4rem;
    margin-bottom: -2.4rem;
}

.spc-24 .spc-item {
    margin-bottom: 2.4rem;
    margin-left: 2.4rem;
}

.tabPanel {
    display: none;
    animation: fadeInUp 0.3s ease-in-out;
}

.tabPanel.open {
    display: block;
}

.amounts-form-wrap {
    position: relative;
}

.amounts-form-wrap input {
    font-size: 2.4rem;
    font-weight: 700;
    color: #996C63;
    height: 5.6rem;
    padding-right: 11rem;
}

@media only screen and (max-width: 1200px) {
    .amounts-form-wrap input {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .amounts-form-wrap input {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 500px) {
    .amounts-form-wrap input {
        padding-right: 9rem;
    }
}

.amounts-form-wrap input::-webkit-input-placeholder {
    color: rgba(153, 108, 99, 0.3);
}

.amounts-form-wrap input::-moz-input-placeholder {
    color: rgba(153, 108, 99, 0.3);
}

.amounts-form-btn {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    bottom: 0.6rem;
    text-align: center;
    padding: 0 2.4rem;
    background: rgba(153, 108, 99, 0.1);
    transition: 0.3s ease-in-out;
    border-radius: 0.6rem;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .amounts-form-btn {
        padding: 0 1.2rem;
    }
}

.amounts-form-btn .text {
    transition: 0.3s ease-in-out;
    font-weight: 600;
    color: #996C63;
    text-transform: uppercase;
}

.amounts-form-btn:hover {
    background-color: #0D3961;
}

.amounts-form-btn:hover .text {
    color: white;
}

.amounts-check-item {
    font-size: 1.4rem;
    color: #0D3961;
    padding: 1rem;
    background: rgba(13, 57, 97, 0.1);
    border-radius: 0.6rem;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.2s ease-in-out;
}

.amounts-check-item:hover {
    border: 1px solid #0D3961;
}

.amounts-check-item span {
    color: #996C63;
}

.amounts-check .spc-item.active .amounts-check-item {
    background-color: #996C63;
    color: white !important;
}

.wallet {
    padding: 1.6rem;
    border-radius: 0.6rem;
    background: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.wallet-head {
    margin-bottom: 0.8rem;
}

.wallet-head .icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
}

.wallet-head .text {
    color: #0D3961;
    font-weight: 600;
}

.wallet-price {
    color: #996C63;
    font-size: 3.2rem;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .wallet-price {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 800px) {
    .wallet-price {
        font-size: 2.2rem;
    }
}

.hiss-nav {
    margin-bottom: 1.6rem;
}

.hiss-nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.6rem;
    margin-bottom: -1.6rem;
}

.hiss-nav-list li {
    margin-bottom: 1.6rem;
    margin-left: 1.6rem;
    font-size: 3.2rem;
    font-weight: 300;
    color: rgba(13, 57, 97, 0.5);
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .hiss-nav-list li {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 800px) {
    .hiss-nav-list li {
        font-size: 2.2rem;
    }
}

.hiss-nav-list li.active {
    color: #996C63;
}

.hiss-time {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1.6rem;
}

.hiss-table .status {
    font-weight: 600;
}

.hiss-table .status.cancle {
    color: #D60707;
}

.hiss-table .status.processing {
    color: #009955;
}

.hiss-table .status.complete {
    color: #2850FF;
}

.hiss-table .status.fail {
    color: #555555;
}

.hiss-table-over {
    overflow-x: auto;
    /* Track */
    /* Handle */
    /* Handle on hover */
    border-radius: 0.6rem;
}

.hiss-table-over::-webkit-scrollbar {
    height: 0.3rem;
}

.hiss-table-over::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.hiss-table-over::-webkit-scrollbar-thumb {
    background: #0D3961;
}

.hiss-table-over::-webkit-scrollbar-thumb:hover {
    background: #0D3961;
}

.hiss-table table {
    width: 100%;
    border-radius: 0.6rem;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .hiss-table table {
        width: 76.8rem;
    }
}

.hiss-table table thead tr {
    background-color: #0D3961;
}

.hiss-table table thead th {
    padding: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-align: left;
}

.hiss-table table thead th:not(:first-child) {
    border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.hiss-table table thead th:last-child {
    border-left: none !important;
}

.hiss-table table tbody tr:nth-child(even) {
    background-color: rgba(13, 57, 97, 0.2);
}

.hiss-table table tbody tr:nth-child(odd) {
    background-color: #E7EBEF;
}

.hiss-table table tbody tr:not(:last-child) {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.hiss-table table tbody td {
    padding: 1.2rem;
    color: #0D3961;
    font-size: 1.6rem;
}

.hiss-table table tbody td:not(:first-child) {
    border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.hiss-table table tbody td:nth-child(1) {
    color: #000000;
}

.hiss-table table tbody td:nth-child(2) {
    font-weight: 600;
    color: #000000;
}

.hiss-table table tbody td:last-child {
    border-left: none !important;
}

.hiss-table-action {
    text-transform: uppercase;
    margin-left: auto;
    font-weight: 600;
    color: rgba(13, 57, 97, 0.6);
    white-space: nowrap;
}

.hiss-table-action:hover {
    color: #996C63;
    text-decoration: underline;
}

.order-sum-list {
    margin-bottom: -2rem;
    justify-content: space-between;
}

.order-sum-item {
    margin-bottom: 2rem;
}

.order-sum-item .title {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
}

.order-sum-item .name {
    color: #0D3961;
    font-size: 1.6rem;
    font-weight: 600;
}

.order-sum-item .name.price {
    color: #996C63;
}

.repo-list {
    margin-bottom: -1rem;
}

.repo-item {
    margin-bottom: 1rem;
    width: 33.3333333333%;
}

@media screen and (max-width: 768px) {
    .repo-item {
        width: 100%;
    }
}

.repo-item:nth-child(3n+1) .repo-wrap {
    background-color: white;
    color: rgba(0, 0, 0, 0.4);
}

.repo-item:nth-child(3n+2) .repo-wrap {
    background-color: rgba(13, 57, 97, 0.1);
}

.repo-item:nth-child(3n+3) .repo-wrap {
    background-color: rgba(153, 108, 99, 0.1);
}

.repo-wrap {
    padding: 1.6rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(13, 57, 97, 0.1);
}

.repo-head {
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.repo .price {
    color: #996C63;
    font-weight: 300;
    font-size: 2.4rem;
}

@media only screen and (max-width: 1200px) {
    .repo .price {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .repo .price {
        font-size: 1.7rem;
    }
}

.upload-file-btn {
    display: block;
    width: fit-content;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    padding: 1.6rem 3.2rem;
    min-width: 30rem;
    background: rgba(153, 108, 99, 0.1);
    border: 1px solid #996C63;
    transition: 0.3s ease-in-out;
    border-radius: 0.6rem;
}

.upload-file-btn:hover {
    border: 1px solid #0D3961;
}

.upload-file-btn .icon {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
    margin-right: 0.8rem;
}

.upload-file-btn .text {
    font-weight: 600;
    text-transform: uppercase;
    color: #996C63;
}

.order-pop-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.order-pop-info .name {
    color: #0D3961;
    font-weight: 600;
}

.order-pop-info .mail {
    font-weight: 300;
}

.order-pop-info .phone {
    font-weight: 300;
}

.order-pop-status {
    font-weight: 600;
    font-size: 1.6rem;
}

.order-pop-status.cancle {
    color: #D60707;
}

.order-pop-status.processing {
    color: #009955;
}

.order-pop-status.complete {
    color: #2850FF;
}

.order-pop-status.fail {
    color: #555555;
}

.order-pop-side {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}

.order-pop-side-left {
    width: 60%;
    padding: 0 1.2rem;
    display: flex;
    flex-direction: column;
}

.order-pop-side-left-block:last-child {
    margin-top: auto;
    padding-top: 1.6rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 500px) {
    .order-pop-side-left {
        width: 50%;
    }
}

.order-pop-side-right {
    width: 40%;
    padding: 0 1.2rem;
}

@media screen and (max-width: 500px) {
    .order-pop-side-right {
        width: 50%;
    }
}

.order-pop-img {
    padding-top: calc((390 / 235) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
}

.order-pop-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order-pop-content:not(:last-child) {
    margin-bottom: 3.2rem;
}

.order-pop-content .title {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
}

.order-pop-content .name {
    font-size: 1.6rem;
    font-weight: 600;
    color: #0D3961;
}

@media screen and (max-width: 500px) {
    .order-pop-content .name {
        font-size: 1.2rem;
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    visibility: hidden;
}

.popup.open {
    visibility: visible;
}

.popup.open .popup-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.popup.open .popup-main {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
    animation: searchAni 0.8s ease forwards;
    -webkit-animation: searchAni 0.8s ease forwards;
    -moz-animation: searchAni 0.8s ease forwards;
    -o-animation: searchAni 0.8s ease forwards;
}

.popup-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    backdrop-filter: blur(0.5rem);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}

.popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 70rem;
    max-width: 95%;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    background-color: white;
    border-radius: 6px;
    backdrop-filter: blur(1rem);
    opacity: 0;
    visibility: hidden;
}

.popup-head {
    padding: 1.2rem;
    background: linear-gradient(180deg, #866739 -222.5%, #EAD488 -63.1%, #987831 100%);
}

.popup-bot {
    padding: 1.2rem;
    border-top: 0.1rem solid #E6E6E6;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.popup-title {
    font-size: 1.4rem;
    color: white;
}

.popup-over {
    overflow-y: auto;
    min-height: 40vh;
    max-height: 80vh;
}

.popup-wrapper {
    width: 100%;
    min-height: inherit;
    position: relative;
    padding: 3.2rem;
}

.popup-close {
    margin-left: auto;
    cursor: pointer;
    color: #808080;
    position: absolute;
    top: -3rem;
    right: -2rem;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .popup-close {
        right: 0;
    }
}

.popup-close i {
    font-weight: 400;
    font-size: 2.4rem;
    color: white;
}

.popup-close:hover {
    color: #f05123;
}

.popup .re-input {
    background: rgba(255, 255, 255, 0.24);
    color: white;
}

.reuse-three-wrap {
    position: relative;
    z-index: 2;
}

.m-menu-corporate {
    position: relative;
}

.m-menu-corporate::after {
    position: absolute;
    content: '';
    background-color: #0D3961;
    right: 0;
    top: -100vh;
    bottom: -100vh;
    left: -100vw;
    pointer-events: none;
}

.m-menu-corporate .cmenu .cmenu-link {
    color: white;
}

.m-menu-corporate .cmenu .cmenu-item.active .cmenu-link {
    color: #FCB720;
}

.m-menu-corporate .profile-name {
    color: white;
}

.m-menu-corporate .profile-burger .line {
    background-color: white;
}

@media screen and (max-width: 1200px) {
    .m-menu-corporate::after {
        right: -100vh;
        bottom: 30px;
    }
}


/*# sourceMappingURL=style.css.map */