@charset "UTF-8";
@import url("../libs/fontawesome/css/all.css");
@import url("../libs/aos/aos.css");
@import url("../libs/swiper/swiper-bundle.min.css");
@import url("../libs/slick/slick.css");
@import url("../libs/themify-icons/themify-icons.css");
@import url("../libs/select2/select2.min.css");
@import url("../libs/wow/animate.min.css");
@import url("../libs/themifi/themify-icons.css");
@import url("../libs/magnific/magnific-popup.css");
@import url("../libs/gallery/lightgallery.min.css");
@import url("../libs/datetime/daterangepicker.css");
@import url("../fonts/Themify/stylesheet.css");
@import url("../fonts/SVN-Biennale/OTF/stylesheet.css");
@import url("../fonts/Monsterrat/stylesheet.css");
@import url("../fonts/Play/stylesheet.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
}

ol,
ul {
    list-style: none !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "SVN-Biennale", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    overflow: hidden/auto;
}

a {
    text-decoration: none;
}

button,
select {
    border: none;
    outline: none;
}

.main {
    min-height: 68vh;
}
@media screen and (max-width: 1200px) {
    .main {
        overflow: hidden;
    }
}

.container {
    width: 100%;
    max-width: 1230px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.over {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.over::-webkit-scrollbar {
    display: none;
}

.no-scroll {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}

iframe {
    vertical-align: middle;
}

.effectShine {
    position: relative;
    overflow: hidden;
}

.effectShine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.wow {
    animation-duration: 1s;
}

.dnor {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.dnor-item {
    padding: 0 15px;
}

.dmini {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.dmini-item {
    padding: 0 5px;
}

@-moz-keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}
@-o-keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-35deg) scale(1.1) skew(1deg);
    }
    40% {
        transform: rotate(35deg) scale(1.1) skew(1deg);
    }
    50% {
        transform: rotate(-35%) scale(1) skew(1deg);
    }
    60% {
        transform: rotate(35%) scale(1) skew(1deg);
    }
    70% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@-webkit-keyframes ZoomIn {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes ZoomIn {
    50% {
        transform: scale(0.95);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes Spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes Spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes BTT {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes halo {
    from {
        transform: translate(-50%, -50%) scale(0);
    }
    to {
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes mirror {
    100% {
        transform: translate3d(2000%, 0, 0) rotate(35deg);
    }
}
@keyframes DownUp {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes jelly {
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}
@keyframes jellyTranForm {
    25% {
        transform: translate(-50%, -50%) scale(0.9, 1.1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1, 0.9);
    }
    75% {
        transform: translate(-50%, -50%) scale(0.95, 1.05);
    }
}
@keyframes jittery {
    5%,
    50% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9);
    }
    15% {
        transform: scale(1.05);
    }
    20% {
        transform: scale(1.05) rotate(-5deg);
    }
    25% {
        transform: scale(1.05) rotate(5deg);
    }
    30% {
        transform: scale(1.05) rotate(-3deg);
    }
    35% {
        transform: scale(1.05) rotate(2deg);
    }
    40% {
        transform: scale(1.05) rotate(0);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes grow {
    from {
        transform: scale(0, 0);
        opacity: 1;
    }
    to {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}
/* Styles for dialog window */
#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.back-to-top {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #000000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    bottom: 6rem;
    right: 3rem;
    z-index: 7;
    transform: translateX(3rem);
    opacity: 0;
    transition: 0.5s linear;
    cursor: pointer;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .back-to-top {
        right: 1.5rem;
    }
}
@media screen and (max-width: 400px) {
    .back-to-top {
        bottom: 3rem;
    }
}
.back-to-top.active {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}
.back-to-top .triangle {
    display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px;
}
.back-to-top .triangle:nth-child(1) {
    animation: BTT 1.5s linear 0.6s infinite;
}
.back-to-top .triangle:nth-child(2) {
    animation: BTT 1.5s linear 0.3s infinite;
}
.back-to-top .triangle:nth-child(3) {
    animation: BTT 1.5s linear 0s infinite;
}
@media only screen and (min-width: 901px) {
    .back-to-top:hover {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2b2d79;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #2b2d79;
}

.regi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.regi .button:not(:first-child) {
    margin-left: 8px;
}

.footer {
    background-color: #2b2d79;
}
@media screen and (max-width: 1200px) {
    .footer-wrap {
        padding: 48px 0 24px 0;
    }
}
.footer-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 500px) {
    .footer-top {
        align-items: center;
    }
}
.footer-logo {
    display: block;
    width: 224px;
    height: 70px;
}
.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-mxh {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .footer-mxh {
        margin-top: 16px;
    }
}
@media screen and (max-width: 500px) {
    .footer-mxh {
        flex-direction: column;
    }
}
.footer-mxh .text {
    color: white;
    margin-right: 8px;
}
.footer-heading {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}
.footer-list {
    margin-bottom: -30px;
}
.footer-item {
    margin-bottom: 30px;
    width: 50%;
}
@media screen and (max-width: 1200px) {
    .footer-item {
        width: 100%;
    }
}
.footer-text {
    font-weight: 400;
    color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.footer-link {
    color: white;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.footer-link:hover {
    color: #50b44c;
}
.footer-link:hover .icon {
    transform: translateX(5px);
}
.footer-link .icon {
    color: #50b44c;
    margin-left: 8px;
    position: relative;
    top: 4px;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.footer-action {
    margin-bottom: -24px;
}
.footer-action-item {
    width: 50%;
    margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
    .footer-action-item {
        width: 100%;
    }
}
.footer-author {
    padding-top: 24px;
}
.footer-author .text {
    color: white;
    text-align: center;
    font-size: 1.4rem;
}

.burger {
    cursor: pointer;
    position: relative;
}

.hamburger .line {
    width: 32px;
    height: 4px;
    background-color: #2b2d79;
    display: block;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
    .hamburger .line {
        width: 20px;
        height: 3px;
    }
}

#hamburger .line:nth-child(2) {
    width: 24px;
}
@media screen and (max-width: 1200px) {
    #hamburger .line:nth-child(2) {
        width: 15px;
    }
}

#hamburger .line:nth-child(3) {
    width: 15px;
}
@media screen and (max-width: 1200px) {
    #hamburger .line:nth-child(3) {
        width: 10px;
    }
}

#hamburger.active .line:nth-child(1) {
    width: 15px;
}

#hamburger.active .line:nth-child(3) {
    width: 32px;
}

.burger-second {
    cursor: pointer;
    position: relative;
    height: 100%;
    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;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    padding-left: 0.8rem;
    margin-left: 0.8rem;
}
@media screen and (min-width: 1201px) {
    .burger-second {
        display: none;
    }
}
.burger-second.active .line:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
}
.burger-second.active .line:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
}
.burger-second.active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.burger-second .hamburger-second {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.burger-second .hamburger-second .line {
    width: 3.7rem;
    height: 0.3rem;
    background-color: #2b2d79;
    display: block;
    border-radius: 100rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-second .line:nth-child(2) {
    width: 2rem;
    margin: 0.75rem 0;
    margin-left: auto;
}

.mobile {
    position: fixed;
    z-index: 140;
    top: 62px;
    left: 0;
    bottom: 0;
    min-width: 500px;
    max-width: 100%;
    background-color: white;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transform: translateX(-110%);
}
@media screen and (max-width: 500px) {
    .mobile {
        width: 70%;
        min-width: initial;
    }
}
.mobile.sticky {
    top: 62px;
}
.mobile.open {
    transform: translateX(0);
}
@media screen and (min-width: 1201px) {
    .mobile {
        display: none;
    }
}
.mobile-con {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #2b2d79;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.mobile-overlay {
    position: fixed;
    z-index: 100;
    top: 62px;
    left: 0;
    bottom: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    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: translateX(-110%);
}
.mobile-overlay.sticky {
    top: 62px;
}
.mobile-overlay.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
@media screen and (min-width: 1201px) {
    .mobile-overlay {
        display: none;
    }
}
.mobile-wr {
    padding: 60px 10px;
    position: relative;
}
.mobile-list {
    margin-bottom: 20px;
}
.mobile-item.active .mobile-arrow {
    transform: rotate(90deg);
}
.mobile-item .smenu {
    position: relative;
    min-width: initial;
    background-color: transparent;
    box-shadow: none;
    z-index: 2;
    transition: initial;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    display: none;
}
.mobile-item .smenu-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.4rem;
    margin-bottom: -0.8rem;
    padding-top: 2rem;
}
.mobile-item .smenu-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 4px;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    height: 100%;
}
.mobile-item .smenu-link.active .mobile-arrow {
    transform: rotate(90deg);
}
.mobile-item .smenu-item {
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
    width: 25%;
}
@media screen and (max-width: 400px) {
    .mobile-item .smenu-item {
        width: 33.3333333333%;
    }
}
.mobile-item .smenu-item.active {
    background-color: transparent;
}
.mobile-item .smenu-item.active .smenu-link {
    color: #2b2d79;
}
.mobile-item .smenu-item.active .mobile-arrow {
    transform: rotate(90deg);
}
.mobile-item .smenu-item.current-menu-item .smenu-link {
    border: 0.1rem solid #2b2d79;
}
.mobile-item .smenu-item:hover {
    background-color: transparent;
}
.mobile-item .smenu-item:hover .smenu-link {
    color: #2b2d79;
}
.mobile-item .smenu-item > .smenu {
    margin-left: 8px;
    padding-left: 8px;
    position: static;
}
.mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 15px 0;
    line-height: 1.2;
    color: #2b2d79;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    font-weight: 500;
}
.mobile-link.active .mobile-arrow {
    transform: rotate(90deg);
}
.mobile-link i {
    display: flex;
}
.mobile-arrow {
    font-size: 1.8rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    width: 24px;
    height: 24px;
}
.mobile-mxh {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    z-index: 10;
}
.mobile-mxh-link {
    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;
    flex: 1;
    height: 100%;
    background-color: #2b2d79;
    cursor: pointer;
}
.mobile-mxh-link:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-mxh-link .icon {
    color: #ffffff;
}
.mobile-mxh-link.face {
    background-color: #4a6ea9;
}
.mobile-mxh-link.twitter {
    background: #50abf1;
}
.mobile-mxh-link.mess {
    background-color: #0084ff;
}
.mobile-mxh-link.youtube {
    background-color: #ff0000;
}
.mobile-text {
    font-size: 1.4rem;
    display: block;
    color: #2b2d79;
    word-break: break-word;
}
.mobile-account {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
}
.mobile-account .regi {
    width: 100%;
}
.mobile-account .regi .button {
    flex: 1;
}
.mobile-re {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.mobile-re-link {
    font-size: 1.6rem;
    color: #2b2d79;
    text-decoration: underline;
}
.mobile-re-link:not(:first-child) {
    margin-left: 16px;
}
.mobile-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    border: 1px solid #2b2d79;
    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;
    cursor: pointer;
    background-color: white;
    display: none;
}
.mobile-close:hover .icon {
    transform: rotate(360deg);
}
.mobile-close .icon {
    transition: 0.6s ease-in-out;
    font-size: 1.8rem;
    color: #2b2d79;
}

.send-form-wr .select .select2-search .select2-search--dropdown {
    display: none !important;
}
.send-form-wr .select2-container {
    font-size: 14px;
    width: 100% !important;
}
.send-form-wr .select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    margin-bottom: 5px;
}
.send-form-wr .select2-container--default .select2-selection--single:focus {
    border: 1px solid #2b2d79;
}
.send-form-wr .select2-container .select2-selection--single {
    height: unset;
}
.send-form-wr
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: unset;
    height: 40px;
    padding: 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.send-form-wr .select2-container--default .select2-selection--single {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
.send-form-wr .select2-results__option {
    padding: 4px 19px;
}
@media screen and (max-width: 575px) {
    .send-form-wr .select2-results__option {
        padding: 12px 16px 10px 16px;
    }
}
.send-form-wr
    .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2b2d79;
}
.send-form-wr .select2-container--default .select2-results__option--selected {
    background: #f5f5f5;
}
.send-form-wr
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: unset;
    top: 54%;
    transform: translateY(-50%);
}
.send-form-wr .select2-dropdown {
    animation: opacity 0.3s;
}
.send-form-wr .select2-container--default .drop-ic {
    transition: 0s;
    position: relative;
    right: 8px;
}
.send-form-wr .rotate {
    transform: rotate(-180deg);
}
.send-form-wr
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #da251d transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -12px;
    margin-top: -7px;
    display: none;
}
.send-form-wr .select2-selection__placeholder {
    color: #c4c4c4 !important;
}
.send-form-wr .select2-dropdown .select2-dropdown--below {
    border-radius: 8px;
}
.send-form-wr .select2-container--open .select2-dropdown--below {
    border-radius: 8px !important;
}

.mirror {
    position: relative;
    overflow: hidden;
}
.mirror::after {
    content: "";
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -50%;
    width: 1.25em;
    transform: translate3d(-2000%, 0, 0) rotate(35deg);
}
.mirror:hover::after {
    -webkit-animation: mirror 0.4s;
    animation: mirror 0.4s;
}

.sl-cus {
    position: relative;
}
.sl-cus.min {
    min-width: 120px;
}
.sl-cus.min:not(:first-child) {
    margin-left: 5px;
}
.sl-head {
    background-color: white;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    cursor: pointer;
}
.sl-head::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #000000;
}
.sl-head::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000000;
}
.sl-main {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sl-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    background-color: white;
    z-index: 10;
    display: none;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    max-height: 200px;
    overflow-y: auto;
}
.sl-item {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #000000;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.sl-item:hover {
    background-color: #ea412c;
    color: white;
}

.smenu {
    position: absolute;
    min-width: 200px;
    background-color: white;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
    z-index: 2;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(5px);
}
.smenu-block {
    padding: 10px 26px;
}
.smenu-block > .smenu-link {
    padding: 0;
}
.smenu-block-wrap {
    margin-left: 22px;
}
.smenu-item {
    position: relative;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.smenu-item:hover > .smenu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}
.smenu-item > .smenu {
    position: absolute;
    left: 100%;
    top: 0;
}
.smenu-item.active,
.smenu-item:hover {
    background-color: #2b2d79;
}
.smenu-item.active > .smenu-link,
.smenu-item:hover > .smenu-link {
    color: white;
}
.smenu-item.active > .smenu-link .icon,
.smenu-item:hover > .smenu-link .icon {
    color: white;
}
.smenu-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 1.4rem;
    font-weight: 500;
    color: #2b2d79;
    align-items: center;
    justify-content: space-between;
    padding: 10px 26px;
    transition: 0.2s ease-in-out;
    position: relative;
}
.smenu-link .icon {
    font-size: 1.2rem;
    font-weight: 600;
    color: #9eb0c0;
    transition: 0.2s ease-in-out;
}
.smenu-link-mini {
    font-size: 1.4rem;
    color: #2b2d79;
    display: block;
    font-weight: 300;
    transition: 0.2s ease-in-out;
}
.smenu-link-mini.active,
.smenu-link-mini:hover {
    color: #ea412c;
}
.smenu-link-mini:not(:last-child) {
    margin-bottom: 6px;
}

.home{
    background-color: #f4f4f487;
}

.home-banner{
    padding-bottom: 20px;
}

.home-banner .banner {
    padding-left: 245px;
}

.banner-slider {
    height: 550px;
}

@media screen and (max-width: 768px) {
    .banner-slider {
        height: 60vw;
    }
}
@media screen and (max-width: 500px) {
    .banner-slider {
        height: 100vw;
    }
}
.banner-slider .swiper {
    width: 100%;
    height: 100%;
}
.banner-slider .swiper-slide.swiper-slide-active .banner-img img {
    transform: scale(1);
}
.banner-slider .swiper-slide.swiper-slide-active .banner-title {
    opacity: 1;
    transform: translate(0, 0);
}
.banner-slider .swiper-slide.swiper-slide-active .banner-heading {
    opacity: 1;
    transform: translate(0, 0);
}
.banner-slider .swiper-slide.swiper-slide-active .banner-content .button {
    opacity: 1;
    transform: translate(0, 0);
}
.banner-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 4s ease-in-out;
    -webkit-transition: 4s ease-in-out;
    -moz-transition: 4s ease-in-out;
    -ms-transition: 4s ease-in-out;
    -o-transition: 4s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transform: scale(1.15);
}
.banner-posi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-posi .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-content {
    width: fit-content;
    margin-left: auto;
    transform: translateX(0%);
}
@media screen and (max-width: 1400px) {
    .banner-content {
        transform: translate(0, 0);
    }
}
@media screen and (max-width: 1200px) {
    .banner-content {
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .banner-content {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .banner-content {
        width: 100%;
    }
}
.banner-content .button {
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 0;
    transform: translateX(100%);
}
.banner-title {
    color: white;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 0;
    transform: translateY(-100%);
}
@media only screen and (max-width: 1200px) {
    .banner-title {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .banner-title {
        font-size: 1.7rem;
    }
}
.banner-heading {
    font-size: 6.4rem;
    font-family: "Play", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: white;
    margin-bottom: 16px;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 0;
    transform: translateX(100%);
    text-align: right;
}
@media only screen and (max-width: 1200px) {
    .banner-heading {
        font-size: 3.9rem;
    }
}
@media only screen and (max-width: 800px) {
    .banner-heading {
        font-size: 2.9rem;
    }
}
@media screen and (max-width: 768px) {
    .banner-heading br {
        display: none;
    }
}
.banner-heading span {
    color: #466eb6;
    font-size: 8rem;
}
@media only screen and (max-width: 1200px) {
    .banner-heading span {
        font-size: 5.6rem;
    }
}
@media only screen and (max-width: 800px) {
    .banner-heading span {
        font-size: 4.2rem;
    }
}

.slidedb {
    overflow: hidden;
}
.slidedb-slider-all {
    position: relative;
    width: 100%;
    height: 44.7916666667vw;
}
.slidedb-slider-all.second {
    height: 34.7222222222vw;
}
@media screen and (max-width: 768px) {
    .slidedb-slider-all.second {
        height: 60vw;
    }
}
@media screen and (max-width: 500px) {
    .slidedb-slider-all.second {
        height: 90vw;
    }
}
@media screen and (max-width: 768px) {
    .slidedb-slider-all {
        height: 60vw;
    }
}
@media screen and (max-width: 500px) {
    .slidedb-slider-all {
        height: 90vw;
    }
}
.slidedb-slider-main {
    width: 100%;
    height: 100%;
}
.slidedb-slider-main .swiper {
    width: 100%;
    height: 100%;
}
.slidedb-slider-main .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.slidedb-slider-sub {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 1vw;
}
@media screen and (max-width: 768px) {
    .slidedb-slider-sub {
        width: 100%;
    }
}
.slidedb-slider-sub .swiper {
    margin-right: -16px;
}
@media screen and (max-width: 500px) {
    .slidedb-slider-sub .swiper {
        margin-right: -8px;
    }
}
.slidedb-slider-sub .swiper-wrapper {
    justify-content: flex-end;
}
.slidedb-slider-sub .swiper-slide {
    width: fit-content !important;
}
.slidedb-slider-sub .swiper-slide.swiper-slide-thumb-active .slidedb-img-sub {
    border: 1px solid #ea412c;
}
.slidedb-img-main {
    width: 100%;
    height: 100%;
}
.slidedb-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slidedb-img-sub {
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
    .slidedb-img-sub {
        width: 50px;
        height: 50px;
    }
}
.slidedb-img-sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumb {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}
.breadcrumb::-webkit-scrollbar {
    display: none;
}
.breadcrumb-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.breadcrumb-link {
    font-size: 1.4rem;
    color: #2b2d79;
    display: block;
    position: relative;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    white-space: nowrap;
    font-weight: 700;
}
.breadcrumb-link:hover {
    color: #ea412c !important;
}
.breadcrumb-link:not(:last-child) {
    margin-right: 16px;
}
.breadcrumb-link:not(:last-child)::after {
    content: "/";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.breadcrumb-link:last-child {
    color: #000000;
    font-weight: 400;
}

.button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100rem;
    background-color: #2b2d79;
    width: fit-content;
    padding: 12px 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
/* .button::before, .button::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ea412c;
  border-radius: 100rem;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
  z-index: 1;
}
.button::before {
  left: -1%;
  top: -1%;
  transform: translateX(-100%);
}
.button::after {
  right: -1%;
  bottom: -1%;
  transform: translateX(100%);
} */
.button:hover::before,
.button:hover::after {
    transform: translate(0, 0);
    opacity: 1;
}
.button .text {
    font-size: 1.4rem;
    line-height: 1.2;
    color: white;
    text-align: center;
    position: relative;
    z-index: 5;
}
.button .icon {
    color: white;
    position: relative;
    z-index: 5;
}
.button .icon-right {
    margin-left: 8px;
}
.button .icon-left {
    margin-right: 8px;
}
.button .icon-cart-white {
    filter: brightness(0) invert(1);
}
.button-second {
    background-color: #50b44c;
}
.button-third {
    background-color: rgba(43, 45, 121, 0.1);
}
.button-third .text {
    color: #2b2d79;
}
.button-four {
    background-color: #ea412c;
}
.button-four .text {
    color: white;
}
.button-four::before,
.button-four::after {
    background-color: #50b44c;
}
.button-white {
    background-color: white;
}
.button-white .text {
    color: #2b2d79;
}
.button.trans {
    background-color: transparent;
    border: 1px solid #2b2d79;
}
.button.trans .text {
    color: #2b2d79;
}
.button.full {
    width: 100%;
}
.button.large {
    min-width: 300px;
}
.button.nor {
    padding: 12px 38px;
}
.button.mini {
    padding: 12px 16px;
}
.button-more {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.button-more:hover .text {
    color: #2b2d79;
}
.button-more:hover .icon {
    color: #2b2d79;
}
.button-more .text {
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.button-more .icon {
    color: white;
    margin-left: 8px;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.button-show {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.button-show .text {
    color: #2b2d79;
    font-size: 1.4rem;
    font-weight: 700;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.button-show.second .text {
    color: #ea412c;
}
.button-show.second:hover .text {
    color: #50b44c;
}
.button-show:hover .text {
    color: #50b44c;
}
.button-loca {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.button-loca:hover .text {
    color: #50b44c;
}
.button-loca:hover .icon {
    color: #50b44c;
}
.button-loca .text {
    color: #2b2d79;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.button-loca .icon {
    color: #2b2d79;
    margin-right: 8px;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.button-dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.button-dl:hover .text {
    color: #ea412c;
}
.button-dl .icon {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.button-dl .text {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 600;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}

.input {
    font-family: "Roboto", sans-serif;
    width: 100%;
    border: none;
    outline: none;
}
.input-area {
    height: auto;
}

.form-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-bottom: -8px;
}
.form-fl-item {
    padding: 0 5px;
    margin-bottom: 8px;
}
.form-fl-item-2 {
    width: 50%;
}
.form-fl-item-3 {
    width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
    .form-fl-item-3 {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .form-fl-item-3 {
        width: 100%;
    }
}

.form-gr:not(:last-child) {
    margin-bottom: 16px;
}

.form-posi {
    position: relative;
}
.form-posi .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 20px;
    height: 20px;
    color: #2b2d79;
    font-weight: 400;
}
.form-posi .input {
    padding-right: 40px;
}

.re-input {
    height: 48px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    padding: 0 16px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000000;
}
.re-input:focus {
    border: 1px solid #2b2d79;
}
.re-label {
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}
.page-mg {
    margin-top: 24px;
}

.page-numbers {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers.m-top {
    margin-top: 30px;
}
.page-numbers > li:not(:first-child) {
    margin-left: 4px;
}
.page-numbers > li > .page-numbers {
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 100rem;
    line-height: 1.1;
    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;
    background-color: #eaeaf2;
    cursor: pointer;
    color: #2b2d79;
}
.page-numbers > li > .page-numbers:hover {
    background-color: #2b2d79;
    color: white;
}
.page-numbers > li > .page-numbers.current {
    background-color: #2b2d79;
    color: white;
}
.page-numbers > li > .page-numbers .icon {
    font-weight: 400;
}
.page-numbers > li > .page-numbers.dot {
    background-color: transparent;
}

.pro-border {
    position: relative;
}
.pro-border::before,
.pro-border::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
}
.pro-border::after {
    bottom: 0;
}
.pro-new {
    position: relative;
}
.pro-new .container {
    position: relative;
    z-index: 5;
}
.pro-slider {
    overflow: hidden;
}
.pro-slider .swiper {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-slider .swiper-wrapper {
    align-items: stretch;
}
.pro-slider .swiper-slide {
    height: initial;
    padding-bottom: 30px;
}
.pro-slider .swiper-slide::before,
.pro-slider .swiper-slide::after {
    content: "";
    position: absolute;
}
.pro-slider .swiper-slide::before {
    right: -15px;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.pro-slider .swiper-slide:last-child::before {
    opacity: 0;
}
.pro-slider .pro-item:hover {
    background-color: transparent !important;
}
.pro-slider .pro-wrap {
    padding-top: 1.5rem;
}
.pro-list {
    margin: 0;
}
.pro-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    padding: 15px;
}
@media screen and (max-width: 500px) {
    .pro-item {
        padding: 5px;
    }
}
.pro-item:hover {
    background-color: #f8f8f8;
}
.pro-item:nth-child(4n + 4) {
    border-right: none;
}
@media screen and (max-width: 1200px) {
    .pro-item:nth-child(4n + 4) {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}
@media screen and (max-width: 1200px) {
    .pro-item:nth-child(3n + 3) {
        border-right: none;
    }
}
@media screen and (max-width: 768px) {
    .pro-item:nth-child(3n + 3) {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}
@media screen and (max-width: 768px) {
    .pro-item:nth-child(2n + 2) {
        border-right: none;
    }
}
.pro-item-2 {
    width: 50%;
}
.pro-item-3 {
    width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
    .pro-item-3 {
        width: 50%;
    }
}
.pro-item-4 {
    width: 25%;
}
@media screen and (max-width: 1200px) {
    .pro-item-4 {
        width: 33.3333333333%;
    }
}
@media screen and (max-width: 768px) {
    .pro-item-4 {
        width: 50%;
    }
}
.pro-item-5 {
    width: 20%;
}
@media screen and (max-width: 500px) {
    .pro-item-5 {
        width: 50%;
    }
}
.pro-item.second {
    border: none;
}
.pro-item.second:hover {
    background-color: transparent;
}
.pro-item.second:hover .pro-btn-abs {
    opacity: 1;
    transform: translate(-50%, 0);
}
@media screen and (max-width: 1200px) {
    .pro-item.second:hover .pro-btn-abs {
        transform: translate(0, 0);
    }
}
.pro-item.second .pro-btn-abs {
    position: absolute;
    top: 60%;
    left: 50%;
    opacity: 0;
    width: 100%;
    transform: translate(-50%, 50%);
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
@media screen and (max-width: 1200px) {
    .pro-item.second .pro-btn-abs {
        position: static;
        opacity: 1;
        transform: translate(0, 0);
        margin: 0 auto;
        margin-top: auto;
    }
}
.pro-item.second .pro-btn-abs .pro-btn {
    margin: 0 auto;
}
.pro-item.second .pro-btn-abs.added .text {
    color: #000000;
}
.pro-item.second .pro-content {
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .pro-item.second .pro-price {
        margin-bottom: 0.8rem;
    }
}
.pro-wrap {
    position: relative;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
.pro-img {
    display: block;
    padding-top: calc((170 / 170) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 0.6rem;
}
.pro-img-wrap {
    position: relative;
}
.pro-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}
.pro-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    border-radius: inherit;
}
.pro-name {
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 500px) {
    .pro-name {
        font-size: 1.3rem;
    }
}
.pro-name:hover a {
    color: #2b2d79;
}
.pro-name a {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.pro-des {
    margin-bottom: 8px;
}
.pro-des .text {
    color: #000000;
    font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
    .pro-des .text {
        font-size: 1.3rem;
    }
}
.pro-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: auto;
}
@media screen and (max-width: 1200px) {
    .pro-fl {
        flex-direction: column;
    }
}
.pro-price {
    margin-right: auto;
    color: #2b2d79;
}
@media screen and (max-width: 1200px) {
    .pro-price {
        margin-right: 0;
    }
}
.pro-btn {
    padding: 6px 10px;
    border-radius: 100rem;
    background: #e03138;
    display: block;
    width: fit-content;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    text-align: center;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .pro-btn {
        margin-bottom: 8px;
    }
}
.pro-btn.second {
    background-color: #2b2d79;
}
.pro-btn.second .text {
    color: white;
    font-style: normal;
}
.pro-btn.second .icon {
    filter: brightness(0) invert(1);
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 768px) {
    .pro-btn.second .icon {
        display: none;
    }
}
.pro-btn:hover {
    background-color: rgba(43, 45, 121);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.16);
}
.pro-btn:hover .text {
    font-weight: 700;
}
.pro-btn.added {
    background-color: transparent;
    box-shadow: none;
    cursor: default;
}
.pro-btn.added:hover {
    background-color: transparent;
}
.pro-btn.added:hover .text {
    color: rgba(0, 0, 0, 0.6);
}
.pro-btn.added .text {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
}
.pro-btn.added .icon {
    display: none;
}
.pro-btn .text {
    color: #fff;
    font-style: italic;
    font-size: 1.4rem;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
@media screen and (max-width: 500px) {
    .pro-btn .text {
        font-size: 1.2rem;
    }
}
.pro-tag {
    padding: 10px;
    background-color: #50b44c;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
}
.pro-tag:not(:last-child) {
    margin-bottom: 4px;
}
@media screen and (max-width: 1200px) {
    .pro-tag {
        padding: 6px;
    }
}
.pro-tag-wrap {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
}
@media screen and (max-width: 1200px) {
    .pro-tag-wrap {
        top: 8px;
    }
}
@media screen and (max-width: 500px) {
    .pro-tag-wrap {
        right: 2px;
    }
}
.pro-tag.new {
    background-color: #50b44c;
}
.pro-tag.sale {
    background-color: #0084ff;
}
.pro-tag.sold {
    background-color: #cb4a38;
}
.pro-tag .text {
    font-size: 1.4rem;
    line-height: 1.2;
    color: white;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
@media screen and (max-width: 1200px) {
    .pro-tag .text {
        font-size: 1.2rem;
        font-weight: 600;
    }
}
.pro .mona-attribute-items {
    padding-top: 1.6rem;
}

.prose-list {
    margin-bottom: -30px;
}
@media screen and (max-width: 500px) {
    .prose-list {
        margin: 0 -5px;
    }
}
.prose-item {
    margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
    .prose-item {
        padding: 0 5px;
    }
}
.prose-item-2 {
    width: 50%;
}
.prose-item-3 {
    width: 33.3333333333%;
}
@media screen and (max-width: 900px) {
    .prose-item-3 {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .prose-item-3 {
        width: 50%;
    }
}
.prose-item-4 {
    width: 25%;
}
@media screen and (max-width: 500px) {
    .prose-item-4 {
        width: 50%;
    }
}
.prose-item-5 {
    width: 20%;
}
@media screen and (max-width: 500px) {
    .prose-item-5 {
        width: 50%;
    }
}
.prose-img {
    display: block;
    padding-top: calc((240 / 380) * 100%);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.prose-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}
.prose-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.prose-line {
    width: 72px;
    flex-shrink: 0;
    height: 1px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .prose-line {
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .prose-line {
        width: fit-content;
        margin-bottom: 8px;
    }
}
.prose-time {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-height: 86px;
    background-color: #2b2d79;
    text-align: center;
    padding: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 1200px) {
    .prose-time {
        position: static;
        transform: translate(0, 0);
    }
}
@media screen and (max-width: 768px) {
    .prose-time {
        flex-direction: row;
        min-height: 0;
        align-items: center;
    }
}
.prose-time .number {
    font-size: 2.4rem;
    color: white;
    line-height: 1;
}
@media only screen and (max-width: 1200px) {
    .prose-time .number {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .prose-time .number {
        font-size: 1.7rem;
    }
}
.prose-time .text {
    color: white;
    line-height: 1;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    .prose-time .text {
        margin-left: 8px;
    }
}
.prose-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 1;
}
@media screen and (max-width: 500px) {
    .prose-content {
        flex-direction: column;
    }
}
.prose-content-wrap {
    margin-top: 16px;
    margin-left: 16px;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1200px) {
    .prose-content-wrap {
        margin-top: 0px;
        margin-left: 8px;
    }
}
@media screen and (max-width: 500px) {
    .prose-content-wrap {
        margin-left: 0;
    }
}
@media screen and (max-width: 1200px) {
    .prose-content {
        margin-top: 16px;
    }
}
.prose-name {
    font-weight: 700;
    text-transform: uppercase;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.8rem;
}
@media screen and (max-width: 500px) {
    .prose-name {
        font-size: 1.3rem;
    }
}
.prose-name a {
    color: #000000;
}
.prose-name:hover a {
    color: #2b2d79;
}
.prose-des {
    font-size: 1.4rem;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.6rem;
}
@media screen and (max-width: 500px) {
    .prose-des {
        font-size: 1.2rem;
        font-weight: 400;
    }
}
.prose .button-show {
    margin-top: auto;
}
.prose-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.proth-list {
    margin-bottom: -30px;
}
@media screen and (max-width: 500px) {
    .proth-list {
        margin: 0 -5px;
    }
}
.proth-item {
    margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
    .proth-item {
        padding: 0 5px;
    }
}
.proth-item-2 {
    width: 50%;
}
.proth-item-3 {
    width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
    .proth-item-3 {
        width: 50%;
    }
}
.proth-item-4 {
    width: 25%;
}
@media screen and (max-width: 1000px) {
    .proth-item-4 {
        width: 50%;
    }
}
.proth-item-5 {
    width: 20%;
}
@media screen and (max-width: 500px) {
    .proth-item-5 {
        width: 50%;
    }
}
.proth-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.proth-wrap:hover .proth-img img {
    transform: translate(-50%, -50%) scale(1.05);
}
.proth-wrap:hover .proth-name {
    color: #2b2d79;
}
.proth-img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.proth-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.proth-content {
    margin-top: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.proth-name {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
@media only screen and (max-width: 1200px) {
    .proth-name {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .proth-name {
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 500px) {
    .proth-name {
        margin-bottom: 8px;
        font-size: 1.5rem;
    }
}
.proth-des {
    padding-top: 24px;
    margin-top: auto;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 500px) {
    .proth-des {
        font-size: 1.3rem;
        padding-top: 8px;
    }
}
.proth-des::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    left: 0;
    height: 1px;
    background-color: #2b2d79;
}

.search-mona {
    position: fixed;
    top: 115px;
    right: 15px;
    min-width: 250px;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
}
@media screen and (max-width: 1200px) {
    .search-mona {
        top: 71px;
    }
}
.search-mona.sticky {
    top: 75px;
}
@media screen and (max-width: 1200px) {
    .search-mona.sticky {
        top: 70px;
    }
}
.search-mona.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.search-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.search-input {
    font-family: "SVN-Biennale", sans-serif;
    outline: none;
    border: 1px solid #2b2d79;
    font-size: 1.4rem;
    color: #000000;
    flex: 1;
    height: 40px;
    padding: 0 12px;
    background-color: white;
}
.search-input::placeholder {
    color: #000000;
}
.search-btn {
    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;
    flex-shrink: 0;
    width: 40px;
    background-color: #2b2d79;
    cursor: pointer;
}
.search-btn .icon {
    color: white;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}

.sidebar-block:not(:last-child) {
    margin-bottom: 48px;
}
.sidebar-wrapper {
    padding: 32px;
    background: #ECF4E9;
    border-radius: 5px;
}
@media screen and (max-width: 1200px) {
    .sidebar-wrapper {
        padding: 24px 16px;
    }
}

.count {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.count-number {
    margin: 0 16px;
}
.count input {
    border: none !important;
    outline: none !important;
    background-color: transparent;
    font-size: 1.6rem;
    text-align: center;
    box-shadow: initial !important;
}
.count input::-webkit-outer-spin-button,
.count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.count-btn {
    cursor: pointer;
}
.count-btn:hover .icon {
    color: #ea412c;
}
.count-btn .icon {
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}

.container-second {
    width: 100%;
    max-width: 770px;
    height: 100%;
    margin: 0 auto;
}

.c-pri {
    color: #2b2d79;
}

.c-second {
    color: #ea412c;
}

.c-third {
    color: #50b44c;
}

.c-four {
    color: #cb4a38;
}

.c-five {
    color: #0084ff;
}

.c-white {
    color: white;
}

.c-black {
    color: #000000;
}

.bc-pri {
    background-color: #2b2d79;
}

.bc-second {
    background-color: #ea412c;
}

.bc-third {
    background-color: #50b44c;
}

.bc-four {
    background-color: #cb4a38;
}

.bc-five {
    background-color: #0084ff;
}

.over-hd {
    overflow: hidden;
}

.z-i-1 {
    z-index: 1;
}

.z-i-2 {
    z-index: 2;
}

.z-i-3 {
    z-index: 3;
}

.z-i-4 {
    z-index: 4;
}

.z-i-5 {
    z-index: 5;
}

.sidess-left {
    width: 16.6666666667%;
}
@media screen and (max-width: 1200px) {
    .sidess-left {
        width: 100%;
        margin-bottom: 30px;
    }
}
.sidess-right {
    width: 83.3333333333%;
}
@media screen and (max-width: 1200px) {
    .sidess-right {
        width: 100%;
    }
}

.swiper-pagination {
    position: static;
    margin-top: 2.4rem;
}
.swiper-pagination-bullet {
    --circle: -0.4rem;
    background-color: #2b2d79;
    opacity: 1;
    position: relative;
}
.swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: var(--circle);
    right: var(--circle);
    bottom: var(--circle);
    left: var(--circle);
    border: 1px solid #2b2d79;
    border-radius: 100rem;
    opacity: 0;
    transition: 0.1s ease-in-out;
}
.swiper-pagination-bullet-active {
    background-color: #2b2d79;
}
.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.swiper-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
}
.swiper-control .swiper-pagination {
    margin-top: 0;
    padding: 0 32px;
}
.swiper-control .swiper-next,
.swiper-control .swiper-prev {
    cursor: pointer;
}
.swiper-control .swiper-next .icon,
.swiper-control .swiper-prev .icon {
    color: #d2d2d2;
    font-size: 2.2rem;
    font-weight: 400;
}

.retangle {
    position: absolute;
}
.retangle-left-bottom {
    bottom: 0;
    left: 0;
    border-top: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #2b2d79;
    border-left: 50px solid #2b2d79;
}
@media screen and (max-width: 1200px) {
    .retangle-left-bottom {
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #2b2d79;
        border-left: 20px solid #2b2d79;
    }
}

.time-down-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.time-down-item {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: white;
    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;
    position: relative;
}
.time-down-item .number {
    color: #2b2d79;
    font-weight: 700;
}
.time-down .dot {
    color: white;
    font-weight: 700;
    margin: 0 8px;
}

.time-tem {
    background-color: #2b2d79;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 192px;
    width: 160px;
    text-align: center;
    padding: 16px;
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    .time-tem {
        flex-direction: row;
        min-height: initial;
        align-items: center;
        width: fit-content;
    }
}
.time-tem .number {
    color: white;
    font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
    .time-tem .number {
        font-size: 4.3rem;
    }
}
@media only screen and (max-width: 800px) {
    .time-tem .number {
        font-size: 3.3rem;
    }
}
.time-tem .text {
    color: white;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-bottom-posi {
    position: relative;
}
.border-bottom-posi::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.full-page {
    background-color: #f5f5f9;
    position: relative;
}
.full-page-br {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44.6875vw;
}
.full-page-br img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full-page .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 15px;
}
.full-page-con {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    z-index: 5;
}
@media screen and (max-width: 768px) {
    .full-page-con {
        height: 100%;
    }
}
.full-page-wrapper {
    margin: auto 0;
}
.full-page-main {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
}

.f-space {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 500px) {
    .f-space {
        flex-direction: column;
    }
}
@media screen and (max-width: 500px) {
    .f-space-item:not(:last-child) {
        margin-bottom: 16px;
    }
}

.mona-attribute-items {
    padding-top: 1.6rem;
}

@media screen and (max-width: 1200px) {
    .full-page-con .full-page-wrapper {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1200px) {
    .full-page-con .full-page-wrapper .dnor-item.side-three.mona-default-menu {
        position: static;
        top: 0;
        margin-bottom: 2.4rem;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-8s:not(:last-child) {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-10s:not(:last-child) {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-12s:not(:last-child) {
    margin-bottom: 12px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-14s:not(:last-child) {
    margin-bottom: 14px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-15s:not(:last-child) {
    margin-bottom: 15px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-16s:not(:last-child) {
    margin-bottom: 16px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-18s:not(:last-child) {
    margin-bottom: 18px;
}

.mb-20 {
    margin-bottom: 20px;
}
.mb-20 .mb-30 {
    margin-bottom: 30px;
}
.mb-20 .mb-30s:not(:last-child) {
    margin-bottom: 30px;
}

.mb-20s:not(:last-child) {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-24s:not(:last-child) {
    margin-bottom: 24px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-25s:not(:last-child) {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-30s:not(:last-child) {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-32s:not(:last-child) {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-40s:not(:last-child) {
    margin-bottom: 40px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-48s:not(:last-child) {
    margin-bottom: 48px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-56s:not(:last-child) {
    margin-bottom: 56px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-64s:not(:last-child) {
    margin-bottom: 64px;
}

.mb-72 {
    margin-bottom: 72px;
}

.mb-72s:not(:last-child) {
    margin-bottom: 72px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-80s:not(:last-child) {
    margin-bottom: 80px;
}

.m-mid {
    margin: 0 auto;
}

.m-end {
    margin-left: auto;
}

.m-start {
    margin-right: auto;
}

.f-mid {
    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;
}

.ss-mg {
    margin: 8rem 0;
}
@media screen and (max-width: 1200px) {
    .ss-mg {
        margin: 4rem 0;
    }
}

.ss-mg-t {
    margin-top: 8rem;
}
@media screen and (max-width: 1200px) {
    .ss-mg-t {
        margin-top: 4rem;
    }
}

.ss-mg-b {
    margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
    .ss-mg-b {
        margin-bottom: 4rem;
    }
}

.ss-pd {
    padding: 8rem 0 6rem 0;
}
@media screen and (max-width: 1200px) {
    .ss-pd {
        padding: 4rem 0;
    }
}

.ss-pd-second {
    padding: 20px 0;
}

.ss-pd-t {
    padding-top: 8rem;
}
@media screen and (max-width: 1200px) {
    .ss-pd-t {
        padding-top: 4rem;
    }
}

.ss-pd-b {
    padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
    .ss-pd-b {
        padding-bottom: 4rem;
    }
}

.recheck-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.recheck-input:checked ~ .recheck-dot::before {
    opacity: 1;
}
.recheck-dot {
    width: 24px;
    height: 24px;
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    flex-shrink: 0;
}
.recheck-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-color: #50b44c;
    transition: 0.1s ease-in-out;
    opacity: 0;
}
.recheck-text {
    margin-left: 8px;
}

.star {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: start;
}
.star-list {
    position: relative;
    height: 20px;
}
.star-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.star-flex .icon {
    width: 18px;
    height: 18px;
}
.star-flex .icon:not(:first-child) {
    margin-left: 4px;
}
.star-filter {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 100%;
    width: 0;
}

.side-eight {
    width: 66.6666666667%;
}
@media screen and (max-width: 1200px) {
    .side-eight {
        width: 100%;
    }
}
.side-four {
    width: 33.3333333333%;
}
@media screen and (max-width: 1200px) {
    .side-four {
        width: 100%;
    }
}
.side-three {
    width: 25%;
}
@media screen and (max-width: 1200px) {
    .side-three {
        width: 100%;
    }
}
.side-nine {
    width: 75%;
}
@media screen and (max-width: 1200px) {
    .side-nine {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .side-fixed {
        position: fixed;
        width: 320px;
        max-width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: white;
        z-index: 51;
        transition: 0.4s ease-in-out;
        opacity: 0;
        transform: translateX(110%);
        visibility: hidden;
    }
    .side-fixed.open {
        opacity: 1;
        transform: translate(0, 0);
        visibility: visible;
    }
}
@media screen and (max-width: 1200px) {
    .side-fixed-wrap {
        padding: 60px 15px;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
}
.side-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 50;
    transition: 0.5s ease-in-out;
    opacity: 0;
    transform: translateX(110%);
    visibility: hidden;
}
.side-overlay.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}
@media screen and (min-width: 1201px) {
    .side-overlay {
        display: none;
    }
}
.side-open {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 40;
    background-color: #ea412c;
    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;
    border-radius: 100rem 0 0 100rem;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}
.side-open.close {
    opacity: 0;
    transform: translate(100%, -50%);
    visibility: visible;
}
@media screen and (min-width: 1201px) {
    .side-open {
        display: none;
    }
}
.side-open-wrap {
    width: 30px;
    height: 30px;
    border-radius: 100rem;
    background-color: white;
    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;
}
.side-open-wrap .icon {
    color: #ea412c;
    font-weight: 600;
    font-size: 1.6rem;
}
.side-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #2b2d79;
    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;
    cursor: pointer;
}
.side-close:hover .icon {
    transform: rotate(360deg);
}
.side-close .icon {
    font-size: 1.8rem;
    transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
    .side-close {
        display: none;
    }
}
.side-pd {
    padding: 56px 24px;
    height: 100%;
}
.side-pd.gray {
    background-color: #f8f8f8;
}
@media screen and (max-width: 1200px) {
    .side-pd.gray {
        background-color: white;
    }
}
.side-pd.pri {
    background-color: #2b2d79;
}
@media screen and (max-width: 1200px) {
    .side-pd {
        padding: 24px;
    }
}
@media screen and (max-width: 500px) {
    .side-pd {
        padding: 16px;
    }
}
.side-pd.second {
    padding-right: 0;
}
@media screen and (max-width: 1200px) {
    .side-pd.second {
        padding: 24px;
    }
}
@media screen and (max-width: 500px) {
    .side-pd.second {
        padding: 16px;
    }
}

.user {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.user:hover .user-name {
    color: #2b2d79;
}
.user:hover .user-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}
.user:hover .icon {
    transform: rotate(180deg);
    color: #2b2d79;
}
.user-ava {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
}
.user-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-name {
    font-size: 1.4rem;
    color: #000000;
    font-weight: 600;
    margin-left: 4px;
    margin-left: 8px;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.user .icon {
    color: #000000;
    margin-left: 8px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    font-weight: 600;
    font-size: 1.4rem;
}
.user-menu {
    position: absolute;
    top: 120%;
    background-color: #f8f8f8;
    left: 0;
    min-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 1;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
}
.user-menu .link {
    font-size: 1.4rem;
    display: block;
    cursor: pointer;
    padding: 6px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: #2b2d79;
    transition: 0.1s ease-in-out;
    font-weight: 500;
}
.user-menu .link:hover {
    color: white;
    background-color: #ea412c;
}

.mxh-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.mxh-link {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100rem;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    cursor: pointer;
}
.mxh-link:not(:first-child) {
    margin-left: 8px;
}
.mxh-link:hover {
    transform: translateY(-5px);
}
.mxh-link .icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmini {
    position: absolute;
    top: 160%;
    right: -20px;
    min-width: 280px;
    max-width: 280px;
    min-height: 280px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: white;
    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;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
}
@media screen and (max-width: 1200px) {
    .cmini {
        right: 0;
    }
}
.cmini::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: white;
    top: -12px;
    right: 28px;
    box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.1);
    transform: rotate(45deg);
    z-index: -1;
}
@media screen and (max-width: 1200px) {
    .cmini::before {
        width: 18px;
        height: 18px;
        top: -8px;
        right: 7px;
    }
}
.cmini-con {
    border-radius: inherit;
    position: relative;
    z-index: 2;
    max-height: 50vh;
    overflow-y: auto;
}
.cmini-con::-webkit-scrollbar {
    width: 2px;
}
.cmini-wrap {
    padding: 8px;
    padding-bottom: 97px;
    position: relative;
}
.cmini-item {
    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: flex-start;
    -webkit-justify-content: flex-start;
    cursor: pointer;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cmini-item:not(:last-child) {
    margin-bottom: 8px;
}
.cmini-item:hover .cmini-name {
    color: #2b2d79;
}
.cmini-img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    position: relative;
    transition: 0.3s ease-in-out;
}
.cmini-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    object-fit: contain;
}
.cmini-delete {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
    border-radius: 100rem;
    background-color: #d0cbcd;
    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;
    cursor: pointer;
    transition: 0.6s ease-in-out;
}
.cmini-delete:hover {
    transform: rotate(360deg);
}
.cmini-delete .icon {
    color: white;
    font-size: 1rem;
    font-weight: 300;
}
.cmini-content {
    margin-left: 8px;
}
.cmini-name {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.cmini-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.cmini-price {
    font-size: 1.2rem;
    color: #2b2d79;
}
.cmini-price-all {
    color: #2b2d79;
    font-weight: 700;
}
.cmini-quantity {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.4);
}
.cmini-des {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.6);
}
.cmini-upper {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 8px;
    background-color: white;
    z-index: 10;
}
.cmini-upper .cmini-fl {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
}
.cmini-upper .button {
    position: relative;
    z-index: 1;
}
.cmini-no-item {
    width: 100%;
    min-height: 280px;
    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;
    flex-direction: column;
    text-align: center;
}
.cmini-no-item .icon {
    width: 70px;
    height: 70px;
}
.cmini-no-item p {
    color: #2b2d79;
}

.c-head {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
    .c-head .c-item-second {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .c-head .c-item-third {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .c-head .c-item-four {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .c-head .c-item-five {
        display: none;
    }
}
.c-body {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
@media screen and (max-width: 1200px) {
    .c-body {
        padding: 24px 0;
    }
}
.c-body .dmini {
    align-items: center;
    margin-bottom: -8px;
    flex-wrap: wrap;
}
.c-delete {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .c-delete {
        top: 2px;
        transform: initial;
    }
}
.c-delete:hover .icon {
    color: #ea412c;
}
.c-delete .icon {
    font-weight: 300;
    font-size: 2.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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    color: rgba(0, 0, 0, 0.2);
}
.c-item {
    margin-bottom: 8px;
}
.c-item-first {
    width: 33.3333333333%;
}
@media screen and (max-width: 1000px) {
    .c-item-first {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .c-item-first {
        width: 100%;
    }
}
.c-item-second {
    width: 22.2222222222%;
}
@media screen and (max-width: 1000px) {
    .c-item-second {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .c-item-second {
        width: 100%;
    }
}
.c-item-third {
    width: 11.1111111111%;
}
@media screen and (max-width: 1000px) {
    .c-item-third {
        width: 10%;
    }
}
@media screen and (max-width: 768px) {
    .c-item-third {
        width: 33.3333333333%;
    }
}
@media screen and (max-width: 500px) {
    .c-item-third {
        width: 100%;
    }
}
.c-item-four {
    width: 11.1111111111%;
}
@media screen and (max-width: 1000px) {
    .c-item-four {
        width: 10%;
    }
}
@media screen and (max-width: 768px) {
    .c-item-four {
        width: 33.3333333333%;
    }
}
@media screen and (max-width: 500px) {
    .c-item-four {
        width: 100%;
    }
}
.c-item-five {
    width: 16.6666666667%;
}
@media screen and (max-width: 1000px) {
    .c-item-five {
        width: 20%;
    }
}
@media screen and (max-width: 768px) {
    .c-item-five {
        width: 33.3333333333%;
    }
}
@media screen and (max-width: 500px) {
    .c-item-five {
        width: 100%;
    }
}
.c-item:last-child {
    text-align: end;
}
@media screen and (max-width: 500px) {
    .c-item:last-child {
        text-align: start;
    }
}
.c-pro {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.c-pro:hover .c-pro-name {
    color: #ea412c;
}
.c-pro-img {
    width: 70px;
    height: 70px;
    position: relative;
    flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
    .c-pro-img {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
}
.c-pro-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
}
.c-pro-name {
    color: #000000;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.c-pro-content {
    margin-left: 8px;
}
.c-color {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.c-color .color {
    width: 32px;
    height: 32px;
    border-radius: 100rem;
    flex-shrink: 0;
}
.c-color-name {
    margin-left: 8px;
}
.c-main {
    margin-bottom: 24px;
}
.c-code-wrap {
    position: relative;
}
.c-code-input {
    background-color: #f8f8f8;
    border-radius: 100rem;
    font-weight: 400;
    min-width: 300px;
    max-width: 100%;
    padding-right: 90px;
    font-size: 1.4rem;
}
.c-code-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.c-code-input::-moz-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.c-code-btn {
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    cursor: pointer;
}
.c-code-btn:hover .text {
    color: #ea412c;
}
.c-code-btn .text {
    color: #2b2d79;
    font-weight: 700;
    font-size: 1.4rem;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}

.menu-mona {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(248, 248, 248, 0.95);
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
}
@media screen and (max-width: 1200px) {
    .menu-mona {
        display: none;
    }
}
.menu-mona.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}
.menu-block {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(248, 248, 248, 0.95);
    padding-bottom: 24px;
}
.menu-block.open {
    display: block;
}
.menu-nav {
    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;
    padding: 30px 0;
}
.menu-nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.menu-nav-item {
    padding: 0 28px;
    position: relative;
}
.menu-nav-item::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #2b2d79;
    width: 0;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.menu-nav-item:hover .menu-nav-link {
    color: #2b2d79;
}
.menu-nav-item:hover::before {
    width: 100%;
}
.menu-nav-item.active .menu-nav-link {
    color: #2b2d79;
}
.menu-nav-item.active::before {
    width: 100%;
}
.menu-nav-link {
    color: rgba(43, 45, 121, 0.4);
    text-transform: uppercase;
    font-weight: 700;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    cursor: pointer;
}
.menu-more {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #2b2d79;
    margin-top: 16px;
    display: block;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.menu-more:hover {
    color: #ea412c;
}
.menu-more span {
    color: #50b44c;
}

.as {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.as-list {
    justify-content: center;
    margin-bottom: -30px;
}
@media screen and (max-width: 500px) {
    .as-list {
        margin-bottom: -1rem;
    }
}
.as-item {
    margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
    .as-item {
        margin-bottom: 1rem;
    }
}
.as-item-4 {
    width: 25%;
}
@media screen and (max-width: 768px) {
    .as-item-4 {
        width: 50%;
    }
}
.as-item-3 {
    width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
    .as-item-3 {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .as-item-3 {
        width: 100%;
    }
}
.as-item-2 {
    width: 50%;
}
.as-wrap {
    text-align: center;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 500px) {
    .as-wrap {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        align-items: center;
    }
}
.as-number {
    font-size: 4.8rem;
    font-weight: 900;
    color: white;
}
@media only screen and (max-width: 1200px) {
    .as-number {
        font-size: 4.3rem;
    }
}
@media only screen and (max-width: 800px) {
    .as-number {
        font-size: 3.3rem;
    }
}
@media screen and (max-width: 500px) {
    .as-number {
        font-size: 2.6rem;
    }
}
.as-name {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: white;
}
@media only screen and (max-width: 1200px) {
    .as-name {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .as-name {
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 500px) {
    .as-name {
        font-size: 1.4rem;
    }
}

.hot {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hot-slider .swiper-slide.swiper-slide-active .hot-img {
    transform: scale(1);
}
.hot-slider-control {
    margin: 0 auto;
    margin-top: 2.4rem;
}
@media screen and (max-width: 500px) {
    .hot-slider .t-title {
        text-align: center;
    }
}
.hot-list {
    margin-bottom: -30px;
}
@media screen and (max-width: 500px) {
    .hot-list {
        margin: 0 -0.8rem;
        margin-bottom: -1.6rem;
    }
}
.hot-item {
    width: 33.3333333333%;
    margin-bottom: 30px;
    flex-direction: column;
}
@media screen and (max-width: 500px) {
    .hot-item {
        padding: 0 0.8rem;
        margin-bottom: 1.6rem;
    }
}
@media screen and (max-width: 900px) {
    .hot-item {
        width: 50%;
    }
}
@media screen and (max-width: 900px) {
    .hot-item:nth-child(1) {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .hot-item:nth-child(1) {
        width: 100%;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 900px) {
    .hot-item:nth-child(2) {
        order: -1;
    }
}
@media screen and (max-width: 500px) {
    .hot-item:nth-child(2) {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .hot-item:nth-child(3) {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .hot-item:nth-child(3) {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .hot-item {
        width: 100%;
    }
}
.hot-content {
    margin-bottom: 32px;
}
@media screen and (max-width: 500px) {
    .hot-content {
        margin-bottom: 1.6rem;
    }
}
.hot-content h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
    .hot-content h3 {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .hot-content h3 {
        font-size: 1.7rem;
    }
}
.hot-more p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 500px) {
    .hot-more p {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 900px) {
    .hot-more p {
        justify-content: flex-end;
    }
}
.hot-more p:not(:last-child) {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
    .hot-more p:not(:last-child) {
        margin-bottom: 1.6rem;
        padding-bottom: 1.6rem;
    }
}
@media screen and (max-width: 500px) {
    .hot-more p {
        margin-bottom: 1.6rem;
        padding-bottom: 1.6rem;
        border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    }
}
.hot-more .icon {
    color: #2b2d79;
    font-weight: 700;
    margin-left: 8px;
}
.hot-img {
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 0.6rem;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.hot-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hot-button {
    margin-top: auto;
}
@media screen and (max-width: 500px) {
    .hot .des-icon {
        width: 2rem;
        height: 2rem;
    }
    .hot .des-note,
    .hot .des-name {
        font-size: 1.4rem;
    }
    .hot .des-item:not(:last-child) {
        margin-bottom: 0.8rem;
        padding-bottom: 0.8rem;
    }
}

.des-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.des-item:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.des-icon {
    width: 40px;
    height: 40px;
}
.des-icon .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.des-content {
    margin-left: 32px;
}
@media screen and (max-width: 500px) {
    .des-content {
        margin-left: 16px;
    }
}

.icolor-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.icolor-item {
    width: 48%;
    margin-right: 2%;
}
@media screen and (max-width: 768px) {
    .icolor-item {
        width: 100%;
    }
}
.icolor-wrap {
    position: relative;
}

.icolor-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4vw 2vw;
}
.icolor-content .t-title {
    margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
    .icolor-content .t-title {
        font-size: 2.4rem;
    }
}

.ct {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 192px;
}
@media screen and (max-width: 1200px) {
    .ct {
        padding: 56px 0;
        overflow: hidden;
    }
}
.ct-width {
    margin-left: auto;
    width: 66.6666666667%;
    transform: translateX(22.5%);
}
@media screen and (max-width: 1600px) {
    .ct-width {
        transform: translate(0, 0);
    }
}
@media screen and (max-width: 768px) {
    .ct-width {
        width: 100%;
    }
}
.ct-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
}
.ct-wrap {
    padding: 104px 72px;
    background-color: #2b2d79;
    width: 75%;
    text-align: center;
}
@media screen and (max-width: 1600px) {
    .ct-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .ct-wrap {
        padding: 48px 24px;
        background-color: rgba(43, 45, 121, 0.9);
    }
}
.ct-decor {
    width: 25%;
    position: relative;
}
@media screen and (max-width: 1600px) {
    .ct-decor {
        display: none;
    }
}
.ct-decor-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 120%;
    width: calc((100vw - 1170px) / 2);
    overflow: hidden;
}
.ct-decor-img img {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -52.5%);
    height: 95%;
}
.ct-head {
    margin-bottom: 32px;
}
.ct-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.ct-icon .icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ct-form-wrap {
    position: relative;
}
.ct-form-input {
    height: 56px;
    background-color: white;
    border-radius: 6px;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 104px 0 24px;
}
.ct-form-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    cursor: pointer;
    background-color: transparent;
}
.ct-form-btn:hover .text {
    color: #50b44c;
}
.ct-form-btn .text {
    color: #2b2d79;
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}

.filter-con {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    margin: 0 -3px;
    margin-bottom: -6px;
    flex-wrap: wrap;
}
.filter-item {
    padding: 0 3px;
    margin-bottom: 6px;
}
.filter-item.active .icon {
    transform: rotate(180deg);
}
.filter-item.active .filter-wrap {
    border: 1px solid #2b2d79;
}
.filter-wrap {
    padding: 8px 10px;
    background: rgba(43, 45, 121, 0.1);
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    border: 1px solid transparent;
}
.filter-wrap:hover {
    border: 1px solid #2b2d79;
}
.filter-wrap .text {
    color: #2b2d79;
    font-size: 1.4rem;
}
.filter-wrap .icon {
    margin-left: 8px;
    color: #2b2d79;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.filter-main {
    margin-bottom: 6px;
}
.filter-sub-toggle {
    display: none;
}
.filter-sub .filter-wrap {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-sub .filter-wrap img {
    width: auto;
    height: 25px;
    object-fit: contain;
}
.filter-sub .filter-wrap:hover {
    border: 1px solid #2b2d79;
}
.filter-sub .filter-item {
    min-width: 127px;
}
.filter-chosse {
    padding: 16px 0;
}
.filter-chosse-con {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -16px;
}
.filter-chosse-space {
    margin-bottom: 16px;
    position: relative;
}
.filter-chosse-space:not(:last-child) {
    padding-right: 16px;
    margin-right: 16px;
}
.filter-chosse-space:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.filter-chosse .title {
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.4);
}
.filter-chosse-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -2px;
}
.filter-chosse-item {
    padding: 0 2px;
}
.filter-chosse-wrap {
    padding: 8px 10px;
    border-radius: 100rem;
    background: rgba(43, 45, 121, 0.1);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-chosse-wrap .icon {
    margin-left: 8px;
    font-weight: 300;
    color: #2b2d79;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.filter-chosse-wrap .icon:hover {
    transform: rotate(360deg);
}
.filter-chosse-wrap .text {
    color: #2b2d79;
}
.filter-chosse-refresh {
    font-size: 1.4rem;
    color: #ea412c;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    cursor: pointer;
}
.filter-chosse-refresh:hover {
    color: #50b44c;
}

.km-slider {
    position: relative;
    padding: 30px;
    background-color: #eaeaf2;
    z-index: 10;
}
@media screen and (max-width: 500px) {
    .km-slider {
        padding: 15px;
    }
}
.km-slider .swiper-slide-active .km-pro {
    transform: scale(1);
}
.km-br {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.km-br::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.km-br-main {
    width: 58.3333333333%;
    margin-left: auto;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .km-br-main {
        width: 100%;
    }
}
.km-br-img {
    width: 100%;
    height: 100%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
    .km-br-img {
        clip-path: none;
    }
}
.km-br-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.km-list {
    align-items: stretch;
    margin-bottom: -30px;
}
.km-item {
    width: 33.3333333333%;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 900px) {
    .km-item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .km-item {
        width: 100%;
    }
}
.km-pro {
    padding-top: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transform: scale(0.9);
}
.km-pro img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
}
.km-content .title {
    color: #ea412c;
    margin-bottom: 16px;
}
.km-content h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.km-content .pro-btn {
    margin-top: 24px;
}
.km-time {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
@media screen and (max-width: 900px) {
    .km-time {
        align-items: flex-start;
        display: block;
    }
}

.tik-item:not(:last-child) {
    margin-bottom: 24px;
}
.tik-item-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.tik-item .sl-head {
    background-color: white;
    justify-content: center;
    border-radius: 100rem;
    padding-right: 35px;
    min-height: 48px;
    border: none;
}
.tik-item .sl-head::before {
    display: none;
}
.tik-item .sl-head::after {
    border-top: 5px solid #000000;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.tik-item .sl-main {
    color: #2b2d79;
    font-style: italic;
}
.tik-item .sl-list {
    border-radius: 6px;
}
.tik-wrap {
    min-height: 48px;
    background-color: white;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 24px;
}
.tik-wrap .icon {
    margin-right: 8px;
}
.tik-wrap .count {
    justify-content: space-between;
    width: 100%;
}
.tik-wrap .button {
    min-height: 48px;
}
.tik .button-loca {
    justify-content: center;
}
.tik-color-choose {
    color: #2b2d79;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    text-decoration: underline;
    cursor: pointer;
}
.tik-color-choose:hover {
    color: #50b44c;
}
.tik-color.choosed .text {
    color: white;
    font-size: 1.4rem;
}

.t-title {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
}
@media only screen and (max-width: 1200px) {
    .t-title {
        font-size: 4.3rem;
    }
}
@media only screen and (max-width: 800px) {
    .t-title {
        font-size: 3.3rem;
    }
}
.t-title.white {
    color: white;
}
.t-title span {
    color: #bd3b42;
}
.t-title.m-nor {
    margin-bottom: 32px;
}
.t-title.m-mini {
    margin-bottom: 16px;
}

.t-title-first {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
}
@media only screen and (max-width: 1200px) {
    .t-title-first {
        font-size: 3.5rem;
    }
}
@media only screen and (max-width: 800px) {
    .t-title-first {
        font-size: 2.7rem;
    }
}
.t-title-first.white {
    color: white;
}
.t-title-first span {
    color: #2b2d79;
}
.t-title-first.m-nor {
    margin-bottom: 32px;
}
.t-title-first.m-mini {
    margin-bottom: 16px;
}

.t-title-second {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
}
@media only screen and (max-width: 1200px) {
    .t-title-second {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .t-title-second {
        font-size: 1.7rem;
    }
}
.t-title-second.m-mini {
    margin-bottom: 16px;
}
.t-title-second.m-nor {
    margin-bottom: 24px;
}
.t-title-second .yellow {
    color: #daad0d;
}

.t-center {
    text-align: center;
}

.fw-1 {
    font-weight: 100;
}

.fw-2 {
    font-weight: 200;
}

.fw-3 {
    font-weight: 300;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.fw-8 {
    font-weight: 800;
}

.fw-b {
    font-weight: bold;
}

.fsi {
    font-style: italic;
}

.t-up {
    text-transform: uppercase;
}

.t9 {
    font-size: 0.9rem;
}

.t11 {
    font-size: 1.1rem;
}

.t12 {
    font-size: 1.2rem;
}

.t14 {
    font-size: 1.4rem;
}

.t16 {
    font-size: 1.6rem;
}

.t18 {
    font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
    .t18 {
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 800px) {
    .t18 {
        font-size: 1.5rem;
    }
}

.t20 {
    font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
    .t20 {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 800px) {
    .t20 {
        font-size: 1.6rem;
    }
}

.t24 {
    font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
    .t24 {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .t24 {
        font-size: 1.7rem;
    }
}

.t32 {
    font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
    .t32 {
        font-size: 2.7rem;
    }
}
@media only screen and (max-width: 800px) {
    .t32 {
        font-size: 2.2rem;
    }
}

.t40 {
    font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
    .t40 {
        font-size: 3.5rem;
    }
}
@media only screen and (max-width: 800px) {
    .t40 {
        font-size: 2.7rem;
    }
}

.t48 {
    font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
    .t48 {
        font-size: 4.3rem;
    }
}
@media only screen and (max-width: 800px) {
    .t48 {
        font-size: 3.3rem;
    }
}

.t56 {
    font-size: 5.6rem;
}
@media only screen and (max-width: 1200px) {
    .t56 {
        font-size: 5.1rem;
    }
}
@media only screen and (max-width: 800px) {
    .t56 {
        font-size: 4rem;
    }
}

.t64 {
    font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
    .t64 {
        font-size: 3.9rem;
    }
}
@media only screen and (max-width: 800px) {
    .t64 {
        font-size: 2.9rem;
    }
}

.t72 {
    font-size: 7.2rem;
}
@media only screen and (max-width: 1200px) {
    .t72 {
        font-size: 5rem;
    }
}
@media only screen and (max-width: 800px) {
    .t72 {
        font-size: 4rem;
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: white;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.popup.open {
    opacity: 1;
    visibility: visible;
}
.popup-close {
    position: absolute;
    top: 8px;
    right: 20px;
    cursor: pointer;
}
.popup-close:hover .icon {
    transform: rotate(360deg);
}
.popup-close .icon {
    font-size: 4rem;
    font-weight: 300;
    color: #2b2d79;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}

.popup.deposit {
    display: flex;
    flex-direction: column;
    padding: 12rem 0;
}
.popup.deposit .popup-posi {
    width: 70rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .popup.deposit .popup-posi {
        width: 95% !important;
    }
}
.popup.deposit .container {
    justify-content: flex-start;
    padding: 1.5rem;
}
.popup.deposit .cfirm {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.popup.deposit .cfirm-list-grp {
    flex: 1;
    max-height: unset !important;
    overflow: unset !important;
}
.popup.deposit .cfirm-control {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}
@media screen and (max-width: 767px) {
    .popup.deposit .cfirm-control {
        justify-content: flex-start;
    }
}
.popup.deposit .cfirm-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.popup.deposit .cfirm-head,
.popup.deposit .cfirm-footer {
    box-shadow: none !important;
}

.contact-side {
    min-height: 65vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.contact-side-left {
    width: 25%;
}
@media screen and (max-width: 1200px) {
    .contact-side-left {
        width: 100%;
    }
}
.contact-side-right {
    width: 75%;
}
@media screen and (max-width: 1200px) {
    .contact-side-right {
        width: 100%;
    }
}
.contact-main {
    padding: 24px;
}
.contact-item {
    cursor: pointer;
}
.contact-item.active .contact-item-text {
    color: #ea412c;
}
.contact-item.active .link {
    color: #ea412c;
}
.contact-item:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-item-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.contact-item-head .icon {
    width: 24px;
    height: 24px;
}
.contact-item-text {
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.contact-item .link {
    color: #000000;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    cursor: pointer;
}
.contact-item .link:hover {
    color: #50b44c;
}
.contact-map {
    position: relative;
    height: 100%;
}
@media screen and (max-width: 1200px) {
    .contact-map {
        height: 50vw;
    }
}
@media screen and (max-width: 768px) {
    .contact-map {
        height: 80vw;
    }
}
@media screen and (max-width: 400px) {
    .contact-map {
        height: 120vw;
    }
}
.contact-map-wrap {
    width: 100%;
    height: 100%;
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}
.contact-map-wrap.open {
    display: block;
}
.contact-map-wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abn {
    position: relative;
}
.abn-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
}
@media screen and (max-width: 1200px) {
    .abn-line {
        display: none;
    }
}
.abn-line .line {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.abn-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.abn-left {
    width: 33.3333333333%;
}
@media screen and (max-width: 1200px) {
    .abn-left {
        width: 100%;
    }
}
.abn-right {
    width: 66.6666666667%;
}
@media screen and (max-width: 1200px) {
    .abn-right {
        width: 100%;
    }
}
.abn-img {
    position: relative;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1200px) {
    .abn-img {
        padding-top: 50%;
    }
}
.abn-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abn-content {
    padding: 5vw 4vw;
    background-color: #0c0e57;
}
@media screen and (max-width: 1200px) {
    .abn-content {
        padding: 30px 15px;
    }
}
.abn-content-wrap {
    width: 75%;
}
@media screen and (max-width: 1600px) {
    .abn-content-wrap {
        width: 100%;
    }
}
.abn-text {
    color: white;
}
.abn-row {
    margin-bottom: -30px;
}
.abn-col {
    margin-bottom: 30px;
    width: 50%;
}
@media screen and (max-width: 768px) {
    .abn-col {
        width: 100%;
    }
}

.why {
    position: relative;
}

.dt-time-tem {
    transform: translateY(-156px);
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    .dt-time-tem {
        transform: initial;
    }
}
@media screen and (max-width: 500px) {
    .dt-double-list {
        margin: 0 -5px;
    }
}
.dt-double-item {
    width: 50%;
}
@media screen and (max-width: 500px) {
    .dt-double-item {
        padding: 0 5px;
    }
}
.dt-double-img {
    display: block;
    padding-top: calc((528 / 483) * 100%);
    position: relative;
    overflow: hidden;
}
.dt-double-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dt-blockquote {
    padding: 10px;
    margin-left: 100px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .dt-blockquote {
        margin-left: 0;
    }
}
.dt-blockquote::before {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #2b2d79;
    left: 0;
    top: 0;
    height: 100%;
}
.dt-blockquote blockquote {
    font-style: italic;
    letter-spacing: 0.05em;
    padding: 0 30px;
}
.dt-img-main {
    display: block;
    padding-top: calc((530 / 995) * 100%);
    position: relative;
    overflow: hidden;
}
.dt-img-main img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-block {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detail-block:not(:last-child) {
    margin-bottom: 24px;
}
.detail-sp {
    padding-top: 104px;
    text-align: center;
    position: relative;
    margin-bottom: 56px;
}
.detail-sp-br {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #eaeaf2;
    border-radius: 24px;
    z-index: -1;
}
.detail-sp-name {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 48px;
}
@media only screen and (max-width: 1200px) {
    .detail-sp-name {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .detail-sp-name {
        font-size: 1.7rem;
    }
}
.detail-sp-img {
    width: 40%;
    margin: 0 auto;
}
.detail-sp-img-pd {
    border-radius: 0.6rem;
}
.detail-sp-img-pd img {
    object-fit: contain;
    border-radius: inherit;
}

.remind-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
}
.remind-item:not(:last-child) {
    margin-bottom: 24px;
}
.remind-number {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    background-color: #2b2d79;
    flex-shrink: 0;
    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;
}
.remind-number .number {
    font-size: 1.4rem;
    color: white;
    font-weight: 600;
}
.remind-content {
    margin-left: 16px;
}
.remind-name {
    font-weight: 600;
    margin-bottom: 8px;
}
.remind-des {
    font-size: 1.4rem;
    font-weight: 300;
}

.color-search {
    margin-bottom: 48px;
}
.color-search-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
}
.color-search-input {
    font-size: 5.6rem;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 0.05em;
}
@media only screen and (max-width: 1200px) {
    .color-search-input {
        font-size: 5.1rem;
    }
}
@media only screen and (max-width: 800px) {
    .color-search-input {
        font-size: 4rem;
    }
}
@media screen and (max-width: 800px) {
    .color-search-input {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 500px) {
    .color-search-input {
        font-size: 1.8rem;
    }
}
.color-search-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.color-search-input::-moz-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.color-search-btn {
    background-color: transparent;
    cursor: pointer;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.color-search-btn:hover {
    transform: scale(1.05);
}
.color-search-btn .icon {
    font-size: 2.8rem;
    color: #2b2d79;
}
.color-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -4px;
    margin-bottom: -8px;
}
.color-item {
    padding: 0 4px;
    margin-bottom: 8px;
    width: 20%;
}
@media screen and (max-width: 1000px) {
    .color-item {
        width: 25%;
    }
}
@media screen and (max-width: 768px) {
    .color-item {
        width: 33.3333333333%;
    }
}
@media screen and (max-width: 500px) {
    .color-item {
        width: 50%;
    }
}
.color-wrap {
    display: block;
    padding-top: calc((120 / 172) * 100%);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid transparent;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.color-wrap:hover {
    border: 1px solid #2b2d79;
}
.color-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
}
@media screen and (max-width: 500px) {
    .color-name {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 500px) {
    .color-code {
        font-size: 1.2rem;
    }
}

.check {
    padding-right: 16px;
    position: relative;
    height: 100%;
}
.check::before {
    content: "";
    position: absolute;
    top: 0;
    height: 10000vh;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
    .check::before {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .check {
        padding-right: 0;
        border-right: none;
    }
}
.check-block {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.check-block:not(:last-child) {
    margin-bottom: 16px;
}
.check-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.check-head.active .icon {
    transform: rotate(180deg);
}
.check-head .title {
    color: rgba(0, 0, 0, 0.3);
}
.check-head .icon {
    color: #2b2d79;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.check-bottom {
    display: none;
    margin-top: 16px;
}
.check-body {
    margin-bottom: 16px;
}
.check-color {
    width: 24px;
    height: 24px;
    border-radius: 100rem;
    flex-shrink: 0;
    margin-left: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.check .recheck-item:not(:last-child) {
    margin-bottom: 16px;
}

.sign {
    overflow: hidden;
}
.sign-side-item {
    width: 50%;
    position: relative;
}
@media screen and (max-width: 768px) {
    .sign-side-item {
        width: 100%;
    }
    .sign-side-item:not(:last-child) {
        margin-bottom: 30px;
    }
}
.sign-side-item:nth-child(1) {
    padding-right: 50px;
}
@media screen and (max-width: 768px) {
    .sign-side-item:nth-child(1) {
        padding: 0 15px;
    }
}
.sign-side-item:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
    .sign-side-item:nth-child(1)::before {
        display: none;
    }
}
.sign-side-item:nth-child(1)::after {
    content: "Hoặc";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -28px;
    width: 56px;
    height: 56px;
    border-radius: 100rem;
    background-color: white;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    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;
}
@media screen and (max-width: 768px) {
    .sign-side-item:nth-child(1)::after {
        display: none;
    }
}
.sign-side-item:nth-child(2) {
    padding-left: 50px;
}
@media screen and (max-width: 768px) {
    .sign-side-item:nth-child(2) {
        padding: 0 15px;
    }
}
.sign-block:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sign-mxh {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.sign-mxh .text {
    margin-right: 8px;
}
.sign-form-wrap {
    height: 72px;
    background-color: white;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
}
.sign-form-wrap.active .sign-form-label {
    transform: translate(0, -2px);
}
.sign-form-input {
    font-size: 1.8rem;
    color: #000000;
}
@media only screen and (max-width: 1200px) {
    .sign-form-input {
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 800px) {
    .sign-form-input {
        font-size: 1.5rem;
    }
}
.sign-form-input:focus ~ .sign-form-label {
    transform: translate(0, -2px);
}
.sign-form-label {
    transform: translateY(12px);
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
@media screen and (max-width: 1200px) {
    .sign-form-label {
        transform: translateY(9px);
    }
}
.est {
    overflow: hidden;
}
.est-nav {
    padding-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
    .est-nav {
        flex-direction: column;
    }
}
.est-nav-item {
    flex: 1;
    text-align: center;
    padding-bottom: 24px;
    cursor: pointer;
}
.est-nav-item.active {
    border-bottom: 1px solid #2b2d79;
}
.est-nav-item.active .text {
    font-weight: 700;
}
.est-nav-item .text {
    font-weight: 350;
}
@media screen and (max-width: 768px) {
    .est-nav-item:not(:last-child) {
        margin-bottom: 16px;
    }
}
.est-pd {
    padding: 32px 72px;
}
@media screen and (max-width: 1200px) {
    .est-pd {
        padding: 24px;
    }
}
@media screen and (max-width: 500px) {
    .est-pd {
        padding: 15px;
    }
}
.est-panel {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}
.est-panel.open {
    display: block;
}
.est-block {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.est-left {
    width: 25%;
}
@media screen and (max-width: 768px) {
    .est-left {
        width: 100%;
        margin-bottom: 24px;
    }
}
.est-right {
    width: 75%;
}
@media screen and (max-width: 768px) {
    .est-right {
        width: 100%;
    }
}
.est-form {
    margin-bottom: 56px;
}
.est-form-side {
    margin: 0 -8px;
}
.est-form-side-left {
    padding: 0 8px;
    width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
    .est-form-side-left {
        width: 100%;
        margin-bottom: 24px;
    }
}
.est-form-side-right {
    padding: 0 8px;
    width: 66.6666666667%;
}
@media screen and (max-width: 500px) {
    .est-form-side-right {
        width: 100%;
    }
}
.est-tt {
    margin-bottom: 16px;
}
.est-tt-wrapper {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.est-table {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}
.est-table::-webkit-scrollbar {
    display: none;
}
.est-table table {
    border-radius: inherit;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .est-table table {
        width: 768px;
    }
}
.est-table thead tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.est-table thead th {
    font-size: 1.4rem;
    color: #000000;
    font-weight: 600;
    padding: 24px 18px;
    background: #f5f5f9;
    text-transform: uppercase;
}
.est-table thead th:last-child {
    text-align: right;
}
.est-table thead th:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.est-table tbody td {
    color: #000000;
    font-weight: 600;
    padding: 24px 18px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.est-table tbody td:last-child {
    text-align: right;
}
.est-table tbody td:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.est-table tbody .price {
    font-weight: 600;
    color: #000000;
}
.est-table-total {
    width: 50%;
    margin-left: auto;
    padding-top: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.est-table-total.all {
    position: relative;
    padding: 20px 0 20px 8px;
}
.est-table-total.all::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #e1e1ec;
}
.est-table-total .text {
    position: relative;
    z-index: 5;
}
.est-table-total .price {
    position: relative;
    z-index: 5;
}
.est-note-list {
    margin-bottom: -16px;
}
.est-note-item {
    width: 50%;
    margin-bottom: 16px;
}

.order-main {
    margin-bottom: 24px;
}
.order-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.order-block:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-opa {
    color: #8b8b8b;
}

.progress {
    margin-bottom: 48px;
}
.progress-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
@media screen and (max-width: 768px) {
    .progress-list {
        flex-direction: column;
    }
}
.progress-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.progress-item:not(:first-child) {
    margin-left: 16px;
}
@media screen and (max-width: 768px) {
    .progress-item:not(:first-child) {
        margin: 0;
        margin-top: 16px;
    }
}
.progress-item.active {
    flex: 1;
}
.progress-item.active .progress-toggle {
    display: flex;
}
.progress-item.active .progress-number {
    background-color: #50b44c;
}
.progress-number {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
    background-color: #2b2d79;
    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;
}
.progress-toggle {
    margin-left: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    display: none;
    flex: 1;
}
.progress-line {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 8px;
    flex: 1;
}

.tt-re {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 24px;
    background: rgba(43, 45, 121, 0.1);
    border-radius: 12px;
    margin-bottom: 32px;
}
@media screen and (max-width: 500px) {
    .tt-re {
        flex-direction: column;
    }
}
.tt-re .text {
    margin-right: 8px;
}
.tt-form {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tt-form input {
    font-weight: 400;
    font-size: 1.4rem;
}
.tt-form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.tt-form input::-moz-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.tt-deposit-price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.tt-deposit-check .recheck-dot {
    border-radius: 100rem;
}
.tt-deposit-check .recheck-dot::before {
    border-radius: 100rem;
}
.tt-bank {
    margin-bottom: 16px;
}
.tt-bank-head {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tt-bank-list {
    margin-bottom: -8px;
}
.tt-bank-item {
    width: 40%;
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    .tt-bank-item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .tt-bank-item {
        width: 100%;
    }
}
.tt-bank-icon {
    width: 24px;
    height: 24px;
}
.tt-bank-icon .icon {
    mix-blend-mode: multiply;
}
.tt-bank-wrap {
    padding: 16px;
    background: #eaeaf2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    cursor: pointer;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.tt-bank-wrap:hover {
    border: 1px solid #2b2d79;
}

.dhang-main {
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
@media screen and (max-width: 500px) {
    .dhang-main {
        padding: 16px;
    }
}
.dhang-block:not(:last-child) {
    margin-bottom: 24px;
}
.dhang-block .title {
    color: rgba(0, 0, 0, 0.6);
}
.dhang-block .text {
    font-size: 1.3rem;
}
.dhang-row {
    margin-bottom: -16px;
}
.dhang-col {
    margin-bottom: 16px;
    width: 25%;
}
@media screen and (max-width: 900px) {
    .dhang-col {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .dhang-col {
        width: 100%;
    }
}
.dhang-control {
    margin-top: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media screen and (max-width: 500px) {
    .dhang-control {
        flex-direction: column;
    }
}
.dhang-control .button:not(:first-child) {
    margin-left: 8px;
}
@media screen and (max-width: 500px) {
    .dhang-control .button:not(:first-child) {
        margin: 0;
        margin-top: 8px;
    }
}
@media screen and (max-width: 500px) {
    .dhang-control .button {
        width: 100%;
    }
}

.account-left {
    width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
    .account-left {
        width: 100%;
        order: 2;
    }
}
.account-right {
    width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
    .account-right {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
}
.account-sidebar-block:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.account-profile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.account-profile-ava {
    width: 32px;
    height: 32px;
    border-radius: 100rem;
}
.account-profile-content {
    margin-left: 16px;
}
.account-profile-name {
    color: white;
    font-size: 2rem;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {
    .account-profile-name {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 800px) {
    .account-profile-name {
        font-size: 1.6rem;
    }
}
.account-menu-item:not(:last-child) {
    margin-bottom: 24px;
}
.account-menu-item:hover .account-menu-link {
    color: #50b44c;
}
.account-menu-item.active .account-menu-link {
    font-weight: 700;
}
.account-menu-link {
    color: white;
    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;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
}
.account-form-input {
    font-weight: 400;
    font-size: 1.4rem;
}
.account-form-main {
    margin-bottom: 24px;
}
.account-upload-ava {
    width: 175px;
    height: 175px;
    border-radius: 100rem;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 16px;
}
.account-upload-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.account-upload-note {
    margin-top: 16px;
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
}
.account-his-over {
    overflow-x: auto;
}
.account-his-over::-webkit-scrollbar {
    display: none;
}
.account-his-table {
    padding: 16px;
    border-radius: 12px;
    background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
    .account-his-table {
        width: 700px;
    }
}
.account-his-table table {
    width: 100%;
}
.account-his-table thead tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.account-his-table thead th {
    color: #000000;
    font-weight: 700;
    padding-bottom: 16px;
    text-align: start;
}
.account-his-table tbody tr {
    padding: 16px 0;
}
.account-his-table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.account-his-table tbody td {
    font-size: 1.4rem;
    padding: 16px 0;
}

.complete {
    color: #2b2d79;
}

.waiting {
    color: #50b44c;
}

.delivering {
    color: #ea412c;
}

.search-order {
    margin-bottom: 56px;
}
.search-order-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-order-wrap input {
    flex: 1;
    width: initial;
    padding: 0 16px;
    font-size: 1.6rem;
}

.text-opa {
    color: rgba(0, 0, 0, 0.5);
}

.orderD-block:not(:last-child) {
    margin-bottom: 32px;
}
.orderD-row {
    margin: 0 -35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.orderD-item {
    padding: 0 35px;
    width: 40%;
}

.popupor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.popupor.open {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
}
.popupor-con {
    background: rgba(26, 26, 26, 0.5);
    overflow-y: auto;
    height: 100%;
}
.popupor-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 2;
    width: 3.2rem;
    height: 3.2rem;
    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;
    color: white;
    background-color: #2b2d79;
    border: 0.1rem solid white;
    cursor: pointer;
}
.popupor-close i {
    transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1025px) {
    .popupor-close:hover i {
        transform: rotate(360deg);
    }
}
.popupor-main {
    width: 123rem;
    padding: 5rem 1.5rem;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.popupor-wrapper {
    min-height: 80vh;
    border-radius: 1.2rem;
    margin: auto 0;
    overflow: hidden;
    background-color: white;
}
.popupor-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
    justify-content: space-between;
    padding: 4.8rem 7.2rem;
    background-color: #f5f5f9;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .popupor-head {
        padding: 4rem 2.4rem;
    }
}
@media screen and (max-width: 700px) {
    .popupor-head {
        flex-direction: column;
        align-items: flex-start;
        padding: 2.4rem 1.6rem;
    }
}
.popupor-body {
    padding: 4rem 7.2rem 6.4rem 7.2rem;
}
@media screen and (max-width: 1200px) {
    .popupor-body {
        padding: 2.4rem 2.4rem 4rem 2.4rem;
    }
}
.popupor-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.popupor-logo img {
    width: 7.1rem;
    height: 7.1rem;
}
@media screen and (max-width: 700px) {
    .popupor-logo img {
        width: 6rem;
        height: 6rem;
    }
}
.popupor-logo-content {
    margin-left: 1rem;
}
.popupor-logo-des {
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .popupor-logo-des {
        font-size: 1.4rem;
    }
}
.popupor-logo-name {
    text-transform: uppercase;
    color: #2b2d79;
    font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
    .popupor-logo-name {
        font-size: 2.6rem;
    }
}
.popupor-slogan {
    color: #2b2d79;
    font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
    .popupor-slogan {
        font-size: 2.7rem;
    }
}
@media only screen and (max-width: 800px) {
    .popupor-slogan {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .popupor-slogan {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 700px) {
    .popupor-slogan {
        width: 100%;
        text-align: right;
    }
}
.popupor-slogan .big {
    font-size: 5.6rem;
    font-weight: 500;
}
@media only screen and (max-width: 1200px) {
    .popupor-slogan .big {
        font-size: 5.1rem;
    }
}
@media only screen and (max-width: 800px) {
    .popupor-slogan .big {
        font-size: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .popupor-slogan .big {
        font-size: 2.6rem;
    }
}
@media screen and (max-width: 1000px) {
    .popupor-c-head .popupor-c-col {
        display: none;
    }
}
.popupor-c-row {
    align-items: center;
    row-gap: 1.6rem;
}
.popupor-c-col-1 {
    width: 25%;
}
@media screen and (max-width: 1000px) {
    .popupor-c-col-1 {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .popupor-c-col-1 {
        width: 100%;
    }
}
.popupor-c-col-2 {
    width: 33.3333333333%;
}
@media screen and (max-width: 1000px) {
    .popupor-c-col-2 {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .popupor-c-col-2 {
        width: 100%;
    }
}
.popupor-c-col-3 {
    width: 8.3333333333%;
}
@media screen and (max-width: 1000px) {
    .popupor-c-col-3 {
        width: 20%;
    }
}
@media screen and (max-width: 600px) {
    .popupor-c-col-3 {
        width: 50%;
    }
}
.popupor-c-col-4 {
    width: 16.6666666667%;
    text-align: right;
}
@media screen and (max-width: 1000px) {
    .popupor-c-col-4 {
        width: 20%;
    }
}
@media screen and (max-width: 600px) {
    .popupor-c-col-4 {
        width: 50%;
        text-align: left;
    }
}
.popupor-c-col-5 {
    width: 16.6666666667%;
    text-align: right;
}
@media screen and (max-width: 1000px) {
    .popupor-c-col-5 {
        width: 60%;
    }
}
@media screen and (max-width: 600px) {
    .popupor-c-col-5 {
        width: 100%;
        text-align: left;
    }
}
.popupor-c-col::before {
    content: attr(data-label);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    text-decoration: underline;
}
@media screen and (min-width: 1001px) {
    .popupor-c-col::before {
        display: none;
    }
}
.popupor-c-head {
    padding-bottom: 1.6rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.popupor-c-item {
    padding: 2.8rem 0;
    border-bottom: 0.1rem dashed rgba(0, 0, 0, 0.1);
}
.popupor-c-more {
    margin-top: 2.4rem;
}
@media screen and (max-width: 1000px) {
    .popupor-c-more .popupor-c-col-1,
    .popupor-c-more .popupor-c-col-4,
    .popupor-c-more .popupor-c-col-5 {
        width: 100% !important;
    }
    .popupor-c-more .popupor-c-col-2,
    .popupor-c-more .popupor-c-col-3 {
        display: none;
    }
}
.popupor-c-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.4rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .popupor-c-bottom .button {
        margin-left: auto;
    }
}
.popupor-pro {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.popupor-pro-img {
    width: 7rem;
    height: 7rem;
    transition: 0.3s ease-in-out;
    flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
    .popupor-pro-img:hover {
        outline: 0.1rem solid #2b2d79;
    }
}
.popupor-pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popupor-pro-content {
    margin-left: 1rem;
}
.popupor-pro-name {
    color: #000000;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
    .popupor-pro-name:hover {
        color: #2b2d79;
    }
}
.popupor-pro-color {
    gap: 1.6rem;
    display: flex;
    flex-direction: column;
}
.popupor-pro-color-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.popupor-pro-color-circle {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100rem;
    flex-shrink: 0;
    margin-right: 1rem;
}
.popupor-count {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media screen and (max-width: 600px) {
    .popupor-count {
        justify-content: flex-start;
    }
}
.popupor-count-input {
    width: 4.2rem;
    text-align: center;
    border: none;
    outline: none;
    font-family: "SVN-Biennale", sans-serif;
    display: none;
}
.popupor-count-number {
    font-size: 1.4rem;
    min-width: 4rem;
    text-align: center;
}
.popupor-count-btn {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.4rem;
    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;
    background-color: #f5f5f5;
    transition: 0.3s ease-in-out;
    color: #2b2d79;
    cursor: pointer;
    font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
    .popupor-count-btn:hover {
        color: white;
        background-color: #2b2d79;
    }
}
.popupor .est-note {
    margin-top: 2.4rem;
}
.popupor-total {
    width: 50%;
    padding: 2.1rem 0 2.1rem 7.2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.4rem;
    position: relative;
}
.popupor-total.second {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1.6rem;
}
.popupor-total.second::before {
    display: none;
}
@media screen and (max-width: 767px) {
    .popupor-total.second {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .popupor-total {
        width: 100%;
        padding: 2.4rem;
        order: -1;
    }
}
.popupor-total::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 7.2rem);
    background-color: #e1e1ec;
}
@media screen and (max-width: 767px) {
    .popupor-total::before {
        width: 100%;
    }
}
.popupor-total .total {
    color: #ea412c;
}
.popupor-total * {
    z-index: 2;
    position: relative;
}
.popupor-table-info .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.popupor-table-info .col {
    width: 20%;
    border-bottom: 0.1rem solid #f0f0f0;
    border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 800px) {
    .popupor-table-info .col {
        width: 50%;
    }
    .popupor-table-info .col:nth-child(5) {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .popupor-table-info .col {
        width: 100%;
    }
}
.popupor-table-info .col:nth-child(4) {
    width: 40%;
}
@media screen and (max-width: 800px) {
    .popupor-table-info .col:nth-child(4) {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .popupor-table-info .col:nth-child(4) {
        width: 100%;
    }
}
.popupor-table-info .col:nth-child(6) {
    width: 80%;
}
@media screen and (max-width: 800px) {
    .popupor-table-info .col:nth-child(6) {
        width: 100%;
    }
}
.popupor-table-info .wrap {
    padding: 2rem;
}
.popupor-table-info .text {
    font-size: 1.2rem;
    color: rgba(26, 26, 26, 0.75);
}
.popupor-table-info .text a {
    color: rgba(26, 26, 26, 0.75);
}
@media screen and (min-width: 1025px) {
    .popupor-table-info .text a:hover {
        color: #2b2d79;
        text-decoration: underline;
    }
}
.popupor-table-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.popupor-table-fl-col {
    width: 50%;
}
@media screen and (max-width: 500px) {
    .popupor-table-fl-col {
        width: 100%;
    }
}
.popupor-tt-table-over {
    overflow-x: auto;
    border-radius: 1.2rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.popupor-tt-table-over::-webkit-scrollbar {
    height: 4px;
}
.popupor-tt-table-over::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.popupor-tt-table-over::-webkit-scrollbar-thumb {
    background: #2b2d79;
}
.popupor-tt-table-over::-webkit-scrollbar-thumb:hover {
    background: #2b2d79;
}
.popupor-tt-table table {
    width: 100%;
}
@media screen and (max-width: 600px) {
    .popupor-tt-table table {
        width: 70rem;
    }
}
.popupor-tt-table table tr:nth-child(1) td {
    font-weight: 600;
    color: #000000;
    background-color: #f5f5f9;
    border-top: none;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.popupor-tt-table table tr:nth-child(2) td {
    border-top: none;
}
.popupor-tt-table table td {
    text-align: center;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5);
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
    padding: 2rem 1.6rem;
}
.popupor-tt-table table td:not(:last-child) {
    border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.popupor-tt-table table td:last-child {
    text-align: right;
}
.popupor-tt-table table .none-value {
    border-top: none;
}
.popupor-tt-table table .wrap {
    height: inherit;
}
.popupor-tt-table table .fw-6 {
    color: #000000;
}

.even-none {
    pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
