@import url("../assets/fonts/SVN-Gilroy/stylesheet.css");
@import url("../assets/fonts/Oswald/stylesheet.css");
@import url("../js/libs/fontawesome/css/all.css");
@import url("../js/libs/gallery/lightgallery.min.css");
@import url("../js/libs/ionrangeslider/ion.rangeSlider.min.css");
@import url("../js/libs/magnific/magnific-popup.css");
@import url("../js/libs/swiper/swiper-bundle.min.css");
@import url("../js/libs/select2/select2.min.css");
@import url("../js/libs/wowjs/animate.min.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;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mona-content strong,
.mona-content b {
  font-weight: bold;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}
.mona-content h1 {
  font-size: 1.7em;
}
.mona-content h2 {
  font-size: 1.6em;
}
.mona-content h3 {
  font-size: 1.25em;
}
.mona-content h4 {
  font-size: 1.125em;
}
.mona-content h5 {
  font-size: 1em;
}
.mona-content h6 {
  font-size: 0.85em;
}
.mona-content p {
  margin: 1em 0;
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe:not(.pdfjs-viewer) {
  max-width: 100% !important;
  height: auto;
}
.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}
.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.mona-content blockquote p {
  display: inline;
}
.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}
.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}
.text__ani {
  -webkit-transform: translate3d(0, 10rem, 0);
  transform: translate3d(0, 10rem, 0);
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.title__ani {
  display: block;
  top: 0;
  position: relative;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.title__ani__wrap {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.title__ani.title__delay1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.title__ani.title__delay2 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .text__ani,
.active .title__ani {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeItem {
  -webkit-transform: translate3d(10rem, 0, 0);
  transform: translate3d(10rem, 0, 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  opacity: 0;
}
.fadeItem.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.wow.checking.animate__animated {
  opacity: 0;
  -webkit-animation: checking 0.8s ease-in 0.5s forwards;
  animation: checking 0.8s ease-in 0.5s forwards;
}
.wow.rolling.animate__animated {
  opacity: 0;
  -webkit-animation: rolling 1s ease forwards;
  animation: rolling 1s ease forwards;
}
.upItem {
  margin: 0 auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.upItem.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes letterBlink {
  0% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  53% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes letterBlink {
  0% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  53% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes monaImg2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1.05);
    transform: translate(-50%, -50%) rotate(45deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }
}
@keyframes monaImg2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1.05);
    transform: translate(-50%, -50%) rotate(45deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }
}
@-webkit-keyframes monaImg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes monaImg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cart {
  0% {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  100% {
    left: 100%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
@keyframes cart {
  0% {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  100% {
    left: 100%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
@-webkit-keyframes checking {
  0% {
    -webkit-transform: translate(-20%, -20%) scale(5);
    transform: translate(-20%, -20%) scale(5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes checking {
  0% {
    -webkit-transform: translate(-20%, -20%) scale(5);
    transform: translate(-20%, -20%) scale(5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(230deg);
    transform: translate(-50%, -50%) rotate(230deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 1;
  }
}
@keyframes rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(230deg);
    transform: translate(-50%, -50%) rotate(230deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes roll {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes blink {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
}
@keyframes blink {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
}
@-webkit-keyframes tabIn {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes tabIn {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes tabOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 1;
  }
}
@keyframes tabOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes button {
  0% {
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes button {
  0% {
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes shaking {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.1) rotate(30deg);
    transform: translate(-50%, -50%) scale(1.1) rotate(30deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.1) rotate(-30deg);
    transform: translate(-50%, -50%) scale(1.1) rotate(-30deg);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes shaking {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.1) rotate(30deg);
    transform: translate(-50%, -50%) scale(1.1) rotate(30deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.1) rotate(-30deg);
    transform: translate(-50%, -50%) scale(1.1) rotate(-30deg);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes subBtn {
  0% {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  25% {
    top: 50%;
    right: -3rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
  }
  50% {
    top: 150%;
    right: -3rem;
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
  }
  75% {
    top: 150%;
    right: 50%;
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
    top: 100%;
    right: 50%;
    opacity: 1;
  }
}
@keyframes subBtn {
  0% {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  25% {
    top: 50%;
    right: -3rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
  }
  50% {
    top: 150%;
    right: -3rem;
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
  }
  75% {
    top: 150%;
    right: 50%;
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
    top: 100%;
    right: 50%;
    opacity: 1;
  }
}
@-webkit-keyframes subBtn2 {
  0% {
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
    top: 100%;
    right: 50%;
    opacity: 1;
  }
  25% {
    top: 150%;
    right: 50%;
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
    opacity: 0;
  }
  50% {
    top: 150%;
    right: -3rem;
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
  }
  75% {
    top: 50%;
    right: -3rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
  }
  100% {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
@keyframes subBtn2 {
  0% {
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
    top: 100%;
    right: 50%;
    opacity: 1;
  }
  25% {
    top: 150%;
    right: 50%;
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
    opacity: 0;
  }
  50% {
    top: 150%;
    right: -3rem;
    -webkit-transform: translate(50%, -1.5rem) rotate(0);
    transform: translate(50%, -1.5rem) rotate(0);
  }
  75% {
    top: 50%;
    right: -3rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
  }
  100% {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    -webkit-transform: translate(-100%, -105%);
    transform: translate(-100%, -105%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes fadeLeft {
  0% {
    -webkit-transform: translate(-100%, -105%);
    transform: translate(-100%, -105%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeRight {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomAni {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomAni {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeContentLeft {
  0% {
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeContentLeft {
  0% {
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeContentRight {
  0% {
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeContentRight {
  0% {
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeContentRightOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    opacity: 0;
  }
}
@keyframes fadeContentRightOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    opacity: 0;
  }
}
@-webkit-keyframes fadeContentUp {
  0% {
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeContentUp {
  0% {
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeContentDown {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes fadeContentDown {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes fadeContentTab {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeContentTab {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes gogo2 {
  0% {
    left: 1.7rem;
  }
  25% {
    left: 0.7rem;
  }
  50% {
    left: 1.7rem;
  }
  75% {
    left: 2.7rem;
  }
  100% {
    left: 1.7rem;
  }
}
@keyframes gogo2 {
  0% {
    left: 1.7rem;
  }
  25% {
    left: 0.7rem;
  }
  50% {
    left: 1.7rem;
  }
  75% {
    left: 2.7rem;
  }
  100% {
    left: 1.7rem;
  }
}
@-webkit-keyframes jumping {
  0% {
    -webkit-transform: translate(-50%, calc(-50% - 1.2rem));
    transform: translate(-50%, calc(-50% - 1.2rem));
  }
  50% {
    -webkit-transform: translate(-50%, calc(-50% + 0.5rem));
    transform: translate(-50%, calc(-50% + 0.5rem));
  }
  100% {
    -webkit-transform: translate(-50%, calc(-50% - 1.2rem));
    transform: translate(-50%, calc(-50% - 1.2rem));
  }
}
@keyframes jumping {
  0% {
    -webkit-transform: translate(-50%, calc(-50% - 1.2rem));
    transform: translate(-50%, calc(-50% - 1.2rem));
  }
  50% {
    -webkit-transform: translate(-50%, calc(-50% + 0.5rem));
    transform: translate(-50%, calc(-50% + 0.5rem));
  }
  100% {
    -webkit-transform: translate(-50%, calc(-50% - 1.2rem));
    transform: translate(-50%, calc(-50% - 1.2rem));
  }
}
@-webkit-keyframes play-btn {
  0% {
    width: 3rem;
    height: 3rem;
    opacity: 0.5;
  }
  100% {
    width: 6rem;
    height: 6rem;
    opacity: 0.1;
  }
}
@keyframes play-btn {
  0% {
    width: 3rem;
    height: 3rem;
    opacity: 0.5;
  }
  100% {
    width: 6rem;
    height: 6rem;
    opacity: 0.1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 8px;
  }
}
body {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  min-height: 100vh;
}
a {
  text-decoration: none;
  color: inherit;
}
input,
select,
button,
textarea {
  outline: none;
  border: none;
}
button,
select {
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
iframe {
  width: 100%;
  height: 100%;
}
li {
  list-style-type: none;
}
::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e5e5e5;
}
::-webkit-scrollbar-thumb {
  background-color: #d6542b;
}
::-moz-selection {
  background: #d6542b;
  color: #fff;
}
::selection {
  background: #d6542b;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: block;
    width: 2px;
    height: 2px;
    background-color: #fff;
  }
}
.rs-form {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.no-scroll,
.no-scroll-pop {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
.sec,
.sec-90,
.sec-80,
.sec-70,
.sec-60,
.sec-50 {
  width: 100%;
  position: relative;
}
.sec {
  padding: 10rem 0;
}
.sec-90 {
  padding: 9rem 0;
}
.sec-80 {
  padding: 8rem 0;
}
.sec-70 {
  padding: 7rem 0;
}
.sec-60 {
  padding: 6rem 0;
}
.sec-50 {
  padding: 5rem 0;
}
@media screen and (max-width: 1200px) {
  .sec {
    padding: 8rem 0;
  }
  .sec-90 {
    padding: 7rem 0;
  }
  .sec-80 {
    padding: 6rem 0;
  }
  .sec-70 {
    padding: 5.5rem 0;
  }
  .sec-60 {
    padding: 4.5rem 0;
  }
  .sec-50 {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 4rem 0;
  }
  .sec-90 {
    padding: 4rem 0;
  }
  .sec-80 {
    padding: 4rem 0;
  }
  .sec-70 {
    padding: 3rem 0;
  }
  .sec-60 {
    padding: 3rem 0;
  }
  .sec-50 {
    padding: 3rem 0;
  }
}
.con,
.con-m,
.con-x,
.con-xl {
  width: 100%;
  padding: 0 1.5rem;
  position: relative;
  margin: 0 auto;
}
.con {
  max-width: 120rem;
}
.con-m {
  max-width: 144rem;
}
.con-x {
  max-width: 154rem;
}
.con-xl {
  max-width: 192rem;
}
.dp-block {
  display: block;
}
.fl-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.fl-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fl-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aln-ct {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jus-ct {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jus-spa {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.col {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 1.5rem;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 1.5rem;
}
.col-1 {
  width: calc(100% / 12);
}
.col-2 {
  width: calc(100% * 2 / 12);
}
.col-3 {
  width: calc(100% * 3 / 12);
}
.col-4 {
  width: calc(100% * 4 / 12);
}
.col-5 {
  width: calc(100% * 5 / 12);
}
.col-6 {
  width: calc(100% * 6 / 12);
}
.col-7 {
  width: calc(100% * 7 / 12);
}
.col-8 {
  width: calc(100% * 8 / 12);
}
.col-9 {
  width: calc(100% * 9 / 12);
}
.col-10 {
  width: calc(100% * 10 / 12);
}
.col-11 {
  width: calc(100% * 11 / 12);
}
.col-12 {
  width: 100%;
}
.pd-lr {
  padding: 0 1.5rem;
}
.pd-tb {
  padding: 1.5rem 0;
}
.pd-15 {
  padding: 1.5rem;
}
.pd-30 {
  padding: 3rem;
}
.pd-0 {
  padding: 0;
}
.pdt-0 {
  padding-top: 0;
}
.pdb-0 {
  padding-bottom: 0;
}
.pdr-0 {
  padding-right: 0;
}
.pdl-0 {
  padding-left: 0;
}
.mg-ct {
  margin: 0 auto;
}
.mg-mid {
  margin: auto 0;
}
.mg-l {
  margin-left: auto;
}
.mg-r {
  margin-right: auto;
}
.mg-0 {
  margin: 0;
}
.mgt-0 {
  margin-top: 0;
}
.mgb-0 {
  margin-bottom: 0;
}
.mgb-30 {
  margin-bottom: 30px;
}
.full-w {
  width: 100%;
}
.full-h {
  height: 100%;
}
.rto-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.rto-box {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.abs-ct {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hov-df {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.f-black {
  font-weight: 900;
}
.f-bold {
  font-weight: bold;
}
.f-semi {
  font-weight: 600;
}
.f-med {
  font-weight: 500;
}
.f-thin {
  font-weight: 300;
}
.f-ita {
  font-style: italic;
}
.txt-ct {
  text-align: center;
}
.c-pri {
  color: #d6542b;
}
.c-sec {
  color: #303030;
}
.c-bla {
  color: #000;
}
.c-whi {
  color: #fff;
}
body {
  font-size: 1.6rem;
  font-family: "SVN-Gilroy", sans-serif;
  line-height: calc(26 / 16);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
input,
select,
button,
textarea {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  input,
  select,
  button,
  textarea {
    font-size: 16px;
  }
}
.sec__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(32 / 24);
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .sec__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec__title {
    font-size: 22px;
  }
}
.sec__title-33 {
  font-size: 3.3rem;
  font-weight: bold;
  line-height: calc(40 / 33);
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .sec__title-33 {
    font-size: 3.267rem;
  }
}
@media screen and (max-width: 768px) {
  .sec__title-33 {
    font-size: 32.34px;
  }
}
.ic__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(32 / 24);
  text-transform: uppercase;
  padding-left: 3.8rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ic__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .ic__title {
    font-size: 22px;
  }
}
.ic__title::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("../assets/images/svg/ic-tt.svg");
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 2px;
}
.button {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background-color: #303030;
  padding: 1.1rem 4.9rem 1.4rem;
  line-height: 25px;
  border-radius: 6px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .button {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) {
  .button:hover {
    background-color: #d6542b;
  }
}
.mona-content img {
  width: 100%;
  border-radius: 6px;
  margin: 0 0 2.5rem;
}
.mona-content p {
  margin: 0 0 4.5rem;
}
.mona-content p:last-child {
  margin-bottom: 0;
}
.social__fixed {
  width: 8rem;
  height: 8rem;
  border-radius: 999px;
  background-color: #fff;
  position: fixed;
  bottom: 12rem;
  right: 3rem;
  z-index: 7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
}
.social__fixed img {
  display: block;
  width: 5.4rem;
}
@media screen and (min-width: 901px) {
  .social__fixed:hover {
    background-color: #d6542b;
  }
}
@media screen and (max-width: 1200px) {
  .mona-content img {
    margin: 0 0 1.5rem;
  }
  .mona-content p {
    margin: 0 0 3rem;
  }
  .social__fixed {
    width: 5rem;
    height: 5rem;
    border-radius: 999px;
  }
  .social__fixed img {
    display: block;
    width: 3.4rem;
  }
}
.admin-bar .hd {
  top: 32px;
}
@media only screen and (max-width: 768px) {
  .admin-bar .hd {
    top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar .hd.small {
    top: 0;
  }
}
.hd {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.hd.small .hd__cen {
  padding: 5px 0;
}
.hd.small .hd__logo {
  width: 4rem;
}
.hd__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  overflow: hidden;
}
.hd__top .dt__soc {
  margin-left: auto;
  margin-bottom: 5px;
}
.hd__phone {
  font-size: 2rem;
  padding: 1.5rem 2.3rem;
  color: #707070;
  position: relative;
  letter-spacing: 0.001;
}
@media screen and (max-width: 768px) {
  .hd__phone {
    font-size: 14px;
  }
}
.hd__phone::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../assets/images/svg/hd-phone.svg");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  
}
@media screen and (min-width: 901px) {
  .hd__phone:hover {
    color: #d6542b;
  }
}
.hd__cen {
  padding: 2rem 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.hd__logo {
  width: 9rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.hd__ser__wrap {
  border: 2px solid #d6542b;
  border-radius: 999px;
  overflow: hidden;
  background-color: #fff;
}
.hd__ser__sel {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.2rem 4.3rem 1.5rem 2.5rem;
  background: url("../assets/images/svg/hd-ser1.svg") 92% 50%/10px 15px
    no-repeat;
}
.hd__ser__inp {
  padding: 1.2rem 2.5rem 1.5rem;
  width: 39rem;
}
@media screen and (max-width: 1280px) {
  .hd__ser__inp {
    width: auto;
  }
}
.hd__ser__submit {
  width: 7rem;
  background-color: #d6542b;
}
@media screen and (min-width: 901px) {
  .hd__ser__submit:hover {
    background-color: #303030;
  }
}
.hd__ser__btn {
  display: none;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .hd__ser__btn:hover {
    background-color: #d6542b;
  }
  .hd__ser__btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.hd__user {
  position: relative;
  cursor: pointer;
}
.hd__user.active .hd__user__link {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 901px) {
  .hd__user:hover .hd__user__link {
    opacity: 1;
    pointer-events: auto;
  }
}
.hd__user a {
  text-transform: uppercase;
}
@media screen and (min-width: 901px) {
  .hd__user a:hover {
    color: #d6542b;
  }
}
.hd__user__link {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 100%;
  padding: 5px;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.hd__user__link a {
  text-transform: unset;
  padding: 5px 10px;
}
.hd__cart {
  position: relative;
}
@media screen and (min-width: 901px) {
  .hd__cart:hover .hd__cart__wrap {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
    pointer-events: auto;
  }
}
.hd__cart.active .hd__cart__wrap {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 1;
  pointer-events: auto;
}
.hd__cart__btn {
  cursor: pointer;
}
.hd__cart__ic {
  position: relative;
  margin-right: 1.8rem;
}
.hd__cart__ic .ic {
  width: 26px;
  height: 26px;
}
.hd__cart__ic .num {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  font-size: 1.1rem;
  background-color: #d6542b;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
@media screen and (max-width: 768px) {
  .hd__cart__ic .num {
    font-size: 11px;
  }
}
.hd__cart__wrap {
  position: absolute;
  bottom: -2rem;
  right: 0;
  width: 48rem;
  max-width: 100vw;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  padding: 2.5rem;
  -webkit-transform: translateY(105%);
  transform: translateY(105%);
  opacity: 0;
  pointer-events: none;
}
.hd__cart__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background-color: transparent;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
}
.hd__cart__wrap .list {
  max-height: 265px;
  overflow-y: auto;
  padding-right: 10px;
}
.hd__cart__wrap .list::-webkit-scrollbar {
  width: 3px;
}
.hd__cart__wrap .list::-webkit-scrollbar-thumb {
  background-color: #303030;
}
.hd__cart__wrap .list a {
  padding: 2.5rem 0;
}
@media screen and (min-width: 901px) {
  .hd__cart__wrap .list a:hover .title {
    color: #d6542b;
  }
}
.hd__cart__wrap .list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hd__cart__wrap .list li:first-child a {
  padding-top: 0;
}
.hd__cart__wrap .img {
  width: 9rem;
  margin-right: 2rem;
}
.hd__cart__wrap .amo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1rem;
}
.hd__cart__wrap .title {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media screen and (min-width: 901px) {
  .hd__cart__wrap .close:hover {
    color: #d6542b;
  }
}
.hd__cart__wrap .total {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hd__cart__wrap .total .upper {
  text-transform: uppercase;
}
.hd__cart__wrap .link {
  margin-top: 2.5rem;
}
.hd__cart__wrap .link a {
  padding: 1.1rem 1rem 1.4rem 1rem;
  width: calc(50% - 1.5rem);
}
.hd__cart__wrap .link a:last-child {
  background-color: #d6542b;
}
@media screen and (min-width: 901px) {
  .hd__cart__wrap .link a:last-child:hover {
    background-color: #303030;
  }
}
.hd__lang {
  position: relative;
}
.hd__lang__btn {
  cursor: pointer;
}
.hd__lang__btn .ic {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  margin-right: 1rem;
}
.hd__lang__btn .arr {
  width: 12px;
  height: 6px;
}
.hd__lang.active .hd__lang__list {
  opacity: 1;
  pointer-events: auto;
}
.hd__lang__list {
  padding: 10px;
  border-radius: 99px;
  background-color: #fff;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  pointer-events: none;
  position: absolute;
  top: 110%;
  opacity: 0;
  z-index: 2;
  left: -10px;
}
.hd__lang__list a {
  width: 26px;
  height: 26px;
  border-radius: 999px;
}
.hd__lang__list li {
  margin-bottom: 1rem;
}
.hd__lang__list li:last-child {
  margin-bottom: 0;
}
.hd__bot {
  background-color: #303030;
}
.hd__cate {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #d6542b;
  position: relative;
}
.hd__cate__btn {
  padding: 1.3rem 4.4rem;
  position: relative;
  cursor: pointer;
}
.hd__cate__btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("../assets/images/svg/cate-ic1.svg");
  background-size: 100%;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hd__cate__btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url("../assets/images/svg/cate-ic2.svg") 50% 50%/100% no-repeat;
  position: absolute;
  right: 2.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hd__cate.active .hd__cate__wrap {
  opacity: 1;
  pointer-events: auto;
}
.hd__cate__wrap {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: url("../assets/images/mega1.jpg") 50% 50% / cover no-repeat;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .hd__phone {
    padding: 5px 35px;
  }
  .hd__phone__list {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hd__bot .menu {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }
  .hd__cate {
    width: 100%;
    max-width: 300px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  .hd__top .dt__soc {
    display: none;
  }
  .hd__phone {
    padding: 5px 23px;
  }
  .hd__phone__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hd__phone__list li {
    width: 50%;
  }
  .hd__cen {
    padding: 5px 0;
  }
  .hd__logo {
    width: 6rem;
  }
  .hd__user,
  .hd__cart {
    margin-right: 1.5rem;
    z-index: 2;
  }
  .hd__ser {
    margin-left: auto;
    margin-right: 1.5rem;
  }
  .hd__ser__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hd__ser__wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80vw;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    z-index: 4;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    pointer-events: none;
  }
  .hd__ser.active .hd__ser__bg {
    opacity: 0.8;
  }
  .hd__ser.active .hd__ser__wrap {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hd__ser__inp {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hd__ser__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .hd__bot .menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .hd__cate {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 768px) {
  .hd__phone {
    padding: 5px 23px;
  }
  .hd__phone__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hd__phone__list li {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .hd__ser__sel {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .hd__cart__wrap {
    position: fixed;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    right: 0;
    width: 100vw;
    opacity: 1;
    pointer-events: auto;
  }
  .hd__cart.active .hd__cart__wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 450px) {
  .hd__cart__price {
    display: none;
  }
  .hd__user .txt {
    display: none;
  }
}
.mega {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2.5rem;
  min-height: 100%;
}
.mega li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mega li:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 901px) {
  .mega li:hover .mega__board {
    opacity: 1;
    pointer-events: auto;
  }
}
.mega__btn {
  padding: 2rem 3.3rem;
  cursor: pointer;
  position: relative;
}
.mega__btn::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 100%;
  top: 0;
}
.mega__btn img {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mega__btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../assets/images/svg/cate-ic2.svg") 50% 50%/100% no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mega__board {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: calc(100vw - 100% - 3rem);
  max-width: calc(144rem - 100% - 3rem);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: url("../assets/images/mega2.jpg") right/cover no-repeat;
}
.mega__board__wrap {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  padding: 2.25rem;
}
.mega__board__list li {
  width: calc(100% / 3);
  border-bottom: none;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.mega__board__list a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: block;
  padding: 1.25rem;
}
@media screen and (min-width: 901px) {
  .mega__board__list a:hover {
    font-weight: bold;
    color: #d6542b;
  }
}
@media screen and (max-width: 1400px) {
  .mega {
    padding: 1.5rem;
  }
  .mega__btn {
    padding: 1rem 1rem 1rem 3.3rem;
  }
}
@media screen and (max-width: 900px) {
  .mega {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mega__board {
    position: static;
    display: block;
    opacity: 1;
    pointer-events: auto;
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    max-height: 0;
    overflow: hidden;
  }
  .mega__board__wrap {
    padding: 0 2.5rem;
  }
  .mega__board li {
    width: 100%;
  }
  .mega__board a {
    padding: 1rem;
  }
  .megaBoard.active .mega__board {
    max-height: var(--bH, 0);
  }
}
.pag ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pag img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.pag .page-numbers {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  color: #000;
  line-height: 1;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin: 2px;
}
@media screen and (max-width: 1200px) {
  .pag .page-numbers {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .pag .page-numbers {
    font-size: 16px;
  }
}
.pag .page-numbers.current {
  color: #fff;
  background-color: #d6542b;
}
.pag .page-numbers:hover {
  color: #fff;
  background-color: #303030;
}
.pag .page-numbers:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.breadcrumb {
  font-size: 1.4rem;
  width: calc(100% + 1rem);
  margin: 3rem -1rem 4.5rem;
  line-height: calc(26 / 14);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 14px;
  }
}
.breadcrumb a {
  display: inline-block;
  padding: 5px 1rem;
  border-radius: 4px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  margin-right: 6px;
}
.breadcrumb a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: #000;
  position: absolute;
  left: calc(100% + 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.breadcrumb a:last-child {
  margin-right: 0;
}
.breadcrumb a:last-child::after {
  display: none;
}
@media screen and (min-width: 901px) {
  .breadcrumb a:hover {
    background-color: #d6542b;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 1.5rem 0 3rem;
  }
}
.ft {
  background-color: #303030;
  margin-top: auto;
}
.ft__wrap {
  padding: 7rem 0 4.5rem;
}
.ft__title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .ft__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .ft__title {
    font-size: 16px;
  }
}
.ft__logo {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 2rem;
}
.ft__logo img {
  width: 100%;
}
.ft__list {
  width: calc(100% + 2rem);
  margin: -1rem;
}
.ft__list a {
  display: block;
  padding: 0.5rem 1rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (min-width: 901px) {
  .ft__list a:hover {
    color: #d6542b;
  }
}
.ft__list .txt {
  padding: 0.5rem 1rem;
}
.ft__txt {
  margin-bottom: 2rem;
}
.ft__sub {
  margin-bottom: 1rem;
}
.ft__col {
  max-width: 38rem;
}
.ft__form {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.ft__btn {
  width: 4.3rem;
  background-color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  padding: 0.3rem 1rem 1rem;
}
.ft__btn img {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 901px) {
  .ft__btn:hover {
    background-color: #d6542b;
  }
  .ft__btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.ft__inp {
  width: calc(100% - 4.3rem);
  background-color: #fff;
  padding: 1.1rem 1.5rem 1.3rem;
}
.ft__soc a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  margin-right: 2rem;
}
.ft__soc a img {
  display: block;
  vertical-align: middle;
}
@media screen and (min-width: 901px) {
  .ft__soc a:hover {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.ft__soc a:last-child {
  margin-right: 0;
}
.ft__cpr {
  text-align: center;
  padding: 2.1rem 1.5rem 2.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 901px) {
  .ft__cpr a:hover {
    color: #d6542b;
  }
}
@media screen and (max-width: 1024px) {
  .ft__wrap {
    padding-bottom: 0;
    padding-top: 6rem;
  }
  .ft__con {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ft .col-2 {
    margin-bottom: 3rem;
    width: 50%;
  }
  .ft .col-2.ft__order2 {
    width: 30%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ft__col {
    margin-bottom: 3rem;
    margin-left: 0;
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .ft__wrap {
    padding-top: 4rem;
  }
  .ft .col-2.ft__order2 {
    width: 50%;
    max-width: 200px;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .ft__col {
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 400px) {
  .ft .col-2 {
    width: 100%;
  }
  .ft .col-2.ft__order2 {
    width: 50%;
    max-width: unset;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ft__col {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.back__to__top {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #d6542b;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(48, 48, 48, 0.3);
  box-shadow: 1rem 1rem 3rem rgba(48, 48, 48, 0.3);
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 7;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
}
.back__to__top::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 0;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.back__to__top.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (min-width: 901px) {
  .back__to__top:hover {
    background-color: #303030;
    -webkit-box-shadow: 0 0 3rem #d6542b;
    box-shadow: 0 0 3rem #d6542b;
  }
}
.form__wrap {
  width: calc(100% + 3rem);
  margin: -1.5rem;
}
.form__inp,
.form__txt {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 1.2rem 2.4rem;
}
.form__inp:focus,
.form__txt:focus {
  border-color: #d6542b;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
}
.form__txt {
  height: 15rem;
  resize: none;
}
.form__btn {
  padding: 1.2rem 2rem 1.4rem;
  line-height: 20px;
  border-radius: 6px;
  background-color: #d6542b;
}
@media screen and (min-width: 901px) {
  .form__btn:hover {
    background-color: #303030;
  }
}
.form__hid {
  display: none;
}
.form__checkbox {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  display: inline-block;
  background-color: #e5e5e5;
  margin-right: 1.3rem;
}
.form__check {
  cursor: pointer;
}
.form__check input:checked ~ .form__checkbox {
  background-color: #d6542b;
}
@media screen and (max-width: 450px) {
  .form__item {
    width: 100%;
  }
}
.hot {
  position: -webkit-sticky;
  position: sticky;
  top: 13rem;
}
.hot .ic__title {
  margin-bottom: 3.5rem;
}
.hot__list li {
  margin-bottom: 3rem;
}
.hot__list li:last-child {
  margin-bottom: 0;
}
.hot__img {
  min-width: 18rem;
  margin-right: 3rem;
}
.hot__img .rto-box {
  padding-top: 72%;
  border-radius: 6px;
}
.hot__img img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 901px) {
  .hot__img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.hot__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.hot__title {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .hot__title:hover {
    color: #d6542b;
  }
}
.hot__txt {
  font-size: 1.4rem;
  line-height: calc(3 / 2);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hot__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .hot__img {
    min-width: 14rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .hot__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hot__img {
    width: 100%;
    min-width: 0;
    margin: 0 0 1rem;
  }
  .hot__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .hot .ic__title {
    margin-bottom: 2rem;
  }
  .hot__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% +3rem);
    margin: 0 -1.5rem;
  }
  .hot__list li {
    padding: 0 1.5rem;
    width: calc(100% / 3);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 558px) {
  .hot__list li {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 368px) {
  .hot__list li {
    width: 100%;
  }
}
.rel__wrap {
  background-color: #fff;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 2rem 2.5rem;
}
.rel__wrap .ic__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.rel__wrap .swiper-slide {
  width: calc(100% / 3);
  padding: 5px;
}
.rel__wrap .swiper-wrapper {
  margin: 0 -5px;
  width: calc(100% + 10px);
}
.rel__head {
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.2rem;
}
.rel__head a {
  padding: 5px 0;
  text-decoration: underline;
}
@media screen and (min-width: 901px) {
  .rel__head a:hover {
    color: #303030;
  }
}
.rel__item {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .rel__item:hover {
    border-color: #d6542b;
    -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  }
  .rel__item:hover .rel__img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .rel__item:hover .rel__title {
    color: #d6542b;
  }
  .rel__item:hover .rel__btn {
    background-color: #d6542b;
  }
}
.rel__tag {
  padding: 0.9rem 1.7rem;
  background-color: #303030;
  border-bottom-right-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
}
.rel__img {
  padding-top: 56%;
}
.rel__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2.2rem 2.5rem 2.6rem;
}
.rel__title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .rel__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .rel__title {
    font-size: 16px;
  }
}
.rel__txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.rel__btn {
  margin-top: auto;
  padding: 1.1rem 5.3rem 1.4rem;
}
@media screen and (max-width: 1024px) {
  .rel__wrap {
    padding: 1.5rem;
  }
  .rel__info {
    padding: 2rem 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .rel__wrap .swiper-slide {
    width: 50%;
  }
  .rel__btn {
    padding: 5px 20px 7px;
  }
  .rel__tag {
    padding: 5px 10px;
  }
  .rel__tag br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .rel__wrap .swiper-slide {
    width: 100%;
  }
}
.swiper-chung {
  position: relative;
  width: calc(100% + 5rem);
  margin: 0 -2.5rem;
  padding: 0 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .swiper-chung:hover .swiper-button-prev {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .swiper-chung:hover .swiper-button-next {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .swiper-chung {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
  }
}
.swiper-tab {
  position: relative;
}
@media screen and (min-width: 901px) {
  .swiper-tab:hover .swiper-button-prev {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .swiper-tab:hover .swiper-button-next {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
.swiper-detail,
.swiper-gallery {
  position: relative;
}
@media screen and (min-width: 901px) {
  .swiper-detail:hover .swiper-button-prev,
  .swiper-gallery:hover .swiper-button-prev {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .swiper-detail:hover .swiper-button-next,
  .swiper-gallery:hover .swiper-button-next {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
.swiper-main {
  position: relative;
}
.swiper-main.arr .swiper-button-next,
.swiper-main.arr .swiper-button-prev {
  top: 115%;
  display: block;
  z-index: 2;
}
.swiper-container {
  padding-bottom: 3.3rem;
}
.swiper-2row {
  position: relative;
}
.swiper-slide {
  height: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination {
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.dot .swiper-pagination {
  display: block;
}
.swiper-pagination-bullet {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  margin: 0 1rem;
  background-color: transparent;
  border: 1px solid #d6542b;
  z-index: 2;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #d6542b;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  width: 7rem;
  height: 7rem;
  border-radius: 999px;
  background-color: #d6542b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  opacity: 1;
  position: absolute;
  width: 7px;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 0;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #303030;
  }
}
.swiper-button-next::after {
  background-image: url("../assets/images/svg/arr2.svg");
  left: 25%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-button-prev::after {
  background-image: url("../assets/images/svg/arr1.svg");
  left: 75%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.arr .swiper-button-prev,
.arr .swiper-button-next {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
.arr .swiper-button-prev {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1024px) {
  .arr .swiper-button-prev {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.arr .swiper-button-next {
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1024px) {
  .arr .swiper-button-next {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
@media only screen and (max-width: 1024px) {
  .arr .swiper-button-prev,
  .arr .swiper-button-next {
    width: 60px;
    height: 60px;
    top: 45%;
  }
}
.news .ic__title {
  margin-bottom: 3rem;
}
.news__type.gal__link {
  width: calc(100% + 6rem);
  margin: 0 -3rem 3.5rem;
}
.news__list {
  margin-bottom: 4.5rem;
}
.news__item {
  margin-bottom: 3rem;
}
.news__item:last-child {
  margin-bottom: 0;
}
.news__item .rel__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 901px) {
  .news__item .rel__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.news__item .rel__info {
  display: block;
  padding: 0;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
.news__item .rel__img {
  padding-top: 75.6%;
  border-radius: 6px;
}
.news__item .rel__img__wrap {
  margin-right: 6.4rem;
  min-width: 33rem;
}
.news__item .rel__txt {
  margin-bottom: 3.5rem;
}
.news__item .rel__btn {
  padding: 1.1rem 4.9rem 1.4rem;
}
@media screen and (max-width: 1200px) {
  .news__item .rel__img__wrap {
    margin-right: 3rem;
    min-width: 30rem;
  }
  .news__item .rel__txt {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .news__item .rel__img__wrap {
    margin-right: 2rem;
    min-width: 25rem;
  }
  .news__item .rel__txt {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .news .ic__title {
    margin-bottom: 3rem;
  }
  .news__type.gal__link {
    width: calc(100% + 3rem);
    padding: 0;
    margin: 0 -1.5rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .news__list {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .news__item .rel__img__wrap {
    min-width: 20rem;
  }
  .news__item .rel__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news__item .rel__txt {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .news__item .rel__img__wrap {
    width: 100%;
    margin: 0 0 1rem;
  }
  .news__item .rel__title {
    margin-bottom: 1rem;
  }
  .news__item .rel__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news__item .rel__txt {
    margin-bottom: 1rem;
  }
}
.amo .minus,
.amo .plus {
  width: 4rem;
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
  background-color: #303030;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 901px) {
  .amo .minus:hover,
  .amo .plus:hover {
    background-color: #d6542b;
  }
}
.amo .minus::after,
.amo .plus::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 99px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.amo .plus {
  background-color: #d6542b;
  border-radius: 0px;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}
@media screen and (min-width: 901px) {
  .amo .plus:hover {
    background-color: #303030;
  }
}
.amo .plus::after,
.amo .plus::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 99px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.amo .plus::before {
  width: 2px;
  height: 10px;
}
.amo .number {
  width: 5rem;
  padding: 8px 5px 7px;
  text-align: center;
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pd__wrap {
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 6px;
  padding: 2.5rem;
}
.pd__head {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}
.pd__item {
  position: relative;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pd__img {
  margin: 2.5rem 2.5rem 0;
}
.pd__img .rto-box {
  padding-top: 55.8%;
}
.pd__img img {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.pd__img img:last-child {
  opacity: 0;
}
.pd__img img:first-child {
  opacity: 1;
}
@media screen and (min-width: 901px) {
  .pd__img:hover img:first-child {
    opacity: 0;
  }
  .pd__img:hover img:last-child {
    opacity: 1;
  }
}
.pd__btn {
  margin-top: auto;
}
.pd__slide .swiper-slide {
  width: 25%;
  padding: 0 5px;
}
.pd__slide .swiper-wrapper {
  width: calc(100% + 10px);
  margin: 0 -5px;
}
.pd__slide.pd__small .swiper-slide {
  width: 33rem;
}
.pd__info {
  padding: 2.5rem;
}
.pd__title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .pd__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .pd__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) {
  .pd__title:hover {
    color: #d6542b;
  }
}
.pd__txt {
  color: #707070;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pd__price {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .pd__price {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .pd__price {
    font-size: 16px;
  }
}
.pd__add {
  padding: 1.1rem 5px 1.4rem;
  background-color: #303030;
  width: 50%;
}
@media screen and (min-width: 901px) {
  .pd__add:hover {
    background-color: #007e42;
  }
}
.pd__buy {
  padding: 1.1rem 5px 1.4rem;
  background-color: #d6542b;
  width: 50%;
}
@media screen and (min-width: 901px) {
  .pd__buy:hover {
    background-color: #007e42;
  }
}
.pd__tag {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 6px;
  padding: 1rem 1.4rem 1.1rem;
  background-color: #007bd6;
  z-index: 2;
}
.pd__tag.hot {
  background-color: #ffeb06;
}
@media screen and (max-width: 1024px) {
  .pd__slide .swiper-slide {
    width: calc(100% / 3);
  }
  .pd__slide.pd__small .swiper-slide {
    width: calc(100% / 3);
  }
  .pd__small .col-8 {
    width: 100%;
    margin-bottom: 30px;
  }
  .pd__small .col-4 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pd__slide .swiper-slide {
    width: 50%;
  }
  .pd__slide.pd__small .swiper-slide {
    width: 50%;
  }
  .pd__buy,
  .pd__add {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .pd__buy,
  .pd__add {
    font-size: 14px;
  }
}
@media screen and (max-width: 488px) {
  .pd__slide .swiper-slide {
    width: 100%;
  }
  .pd__slide.pd__small .swiper-slide {
    width: 100%;
  }
}
.star {
  position: relative;
}
.star .empty-stars,
.star .filled-stars {
  text-shadow: none;
  width: 100%;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1;
  height: 14px;
}
.star .empty-stars i,
.star .filled-stars i {
  margin: 2px 1px;
}
.star .empty-stars {
  color: #f45c2d;
}
.star .filled-stars {
  color: #f45c2d;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.lg .swiper-chung {
  background-color: #fff;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  width: 100%;
  margin: 0;
  border-radius: 6px;
  padding: 2.5rem;
}
.lg .swiper-container {
  padding-bottom: 0;
}
.lg .swiper-slide {
  width: calc(100% / 6);
  padding: 0 1.5rem;
}
.lg .swiper-wrapper {
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
}
.lg__img .rto-box {
  padding-top: 61.8%;
}
@media screen and (min-width: 901px) {
  .lg__img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media screen and (max-width: 1024px) {
  .lg .swiper-slide {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .lg .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .lg .swiper-slide {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 450px) {
  .lg .swiper-slide {
    width: 50%;
  }
}
.ban__img .rto-box {
  padding-top: 36.4%;
}
.ban .swiper-chung {
  padding: 0;
  width: 100%;
  margin: 0;
}
.ban .swiper-container {
  padding-bottom: 0;
}
.ban .swiper-pagination {
  bottom: 3rem;
}
.ban .swiper-pagination-bullet {
  background-color: #fff;
}
.ban .swiper-pagination-bullet-active {
  background-color: #d6542b;
}
@media screen and (max-width: 768px) {
  .ban .swiper-pagination {
    bottom: 0;
  }
}
.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  z-index: 2;
  cursor: pointer;
}
.popup__close i {
  font-size: 20px;
}
@media screen and (min-width: 901px) {
  .popup__close:hover {
    color: c-pri;
  }
}
.popup__con {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
}
.popup__form {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border-radius: 6px;
  width: 510px;
  max-width: 100%;
  padding: 4.5rem 2.5rem;
}
.popup__title {
  text-transform: uppercase;
  font-size: 2.4rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .popup__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .popup__title {
    font-size: 22px;
  }
}
.popup__title.no-mg {
  margin: 0;
}
.popup__txt {
  margin-bottom: 4rem;
}
.popup__link {
  text-decoration: underline;
}
@media screen and (min-width: 901px) {
  .popup__link:hover {
    color: #303030;
  }
}
@media screen and (max-width: 450px) {
  .popup__link {
    margin: 0;
  }
}
.cate .ic__title {
  margin-bottom: 3.5rem;
}
.cate__small {
  position: relative;
}
.cate__btn {
  z-index: 11;
  display: none;
  background-color: #303030;
  width: 40px;
  height: 40px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  position: absolute;
  top: 150px;
  left: 100%;
  cursor: pointer;
}
.cate__wrap {
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
}
.cate__main {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  padding: 3rem 2rem;
}
.cate__main .pag {
  margin-bottom: 2rem;
}
.cate__as__wrap {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  padding: 4.5rem 2.5rem 3.5rem;
  margin-bottom: 3rem;
}
.cate__list {
  margin-bottom: -1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .cate__list {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .cate__list {
    font-size: 16px;
  }
}
.cate__list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cate__list li:last-child {
  border-bottom: none;
}
.cate__link {
  padding: 2rem 0 2rem 3.3rem;
  position: relative;
}
@media screen and (min-width: 901px) {
  .cate__link:hover {
    color: #d6542b;
  }
}
.cate__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cate__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .cate__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .cate__title {
    font-size: 18px;
  }
}
.cate__title__wrap {
  margin-bottom: 2.4rem;
}
.cate__title__wrap .cate__title {
  margin-bottom: 0;
}
.cate__item {
  padding: 1.5rem 5px;
}
.cate__pd {
  margin-bottom: 4.5rem;
}
.cate__price__rs {
  text-decoration: underline;
}
@media screen and (min-width: 901px) {
  .cate__price__rs:hover {
    color: #303030;
  }
}
.cate__price__btn {
  background-color: #d6542b;
}
@media screen and (min-width: 901px) {
  .cate__price__btn:hover {
    background-color: #303030;
  }
}
.cate__sl {
  margin-bottom: 1.5rem;
  padding: 0 5px;
}
.cate__show {
  font-size: 1.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #303030;
}
@media screen and (max-width: 768px) {
  .cate__show {
    font-size: 14px;
  }
}
.cate__show.mgr13 {
  margin-right: -13px;
}
.cate__show .title {
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .cate__as__wrap {
    margin-bottom: 0;
    padding: 2rem 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .cate__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cate__big {
    width: 100%;
  }
  .cate__content {
    height: 100%;
    overflow-y: auto;
    margin-right: 5px;
  }
  .cate__content::-webkit-scrollbar {
    width: 2px;
  }
  .cate__big {
    position: relative;
    z-index: 1;
  }
  .cate__small {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 10;
    width: 100%;
    max-width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 3rem 0;
    background-color: #fff;
    z-index: 2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .cate__small.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  }
  .cate__small.active .cate__btn {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@media screen and (max-width: 768px) {
  .cate__link {
    padding: 1rem 0 1rem 3.3rem;
  }
  .cate__item .pd__info {
    padding: 1rem;
  }
  .cate__item .pd__img {
    margin: 1rem 1rem 0;
  }
  .cate__item .pd__btn {
    display: none;
  }
  .cate__item .pd__tag {
    -webkit-transform: translate(-10%, -10%) scale(0.8);
    transform: translate(-10%, -10%) scale(0.8);
  }
  .cate__item .pd__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .cate__item .pd__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cate__item .pd__star {
    margin-right: -10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .cate__pd {
    margin-bottom: 3rem;
  }
  .cate__main .pag {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 700px) {
  .cate__sl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cate__show {
    margin-bottom: 10px;
  }
  .cate__show.mgr13 {
    margin-right: auto;
  }
}
@media screen and (max-width: 650px) {
  .cate__main {
    padding: 3rem 0;
  }
  .cate__item {
    padding: 5px;
    width: 50%;
  }
  .cate__item .pd__price {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 650px) and (max-width: 768px) {
  .cate__item .pd__price {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .cate__item .pd__star {
    margin: 0 -10px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .cate__item .pd__title {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 650px) and (max-width: 768px) {
  .cate__item .pd__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .cate__item .pd__txt {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .cate__item .pd__star {
    margin: 0;
    display: none;
  }
}
.range .irs {
  height: auto;
  margin-bottom: 3.3rem;
}
.range .irs-min,
.range .irs-max {
  display: none;
}
.range .irs--flat .irs-bar {
  top: 5px;
  height: 6px;
  background-color: #303030;
}
.range .irs--flat .irs-handle {
  top: -3px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background-color: #d6542b;
  cursor: pointer;
}
.range .irs--flat .irs-handle i {
  display: none;
}
.range .irs--flat .irs-line {
  top: 3px;
  height: 10px;
  border-radius: 99px;
  background-color: #fff;
  -webkit-box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.16);
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.range .irs-from,
.range .irs-to {
  position: static;
  display: inline-block;
  margin-top: 3.5rem;
  padding: 0;
  visibility: visible !important;
  font-size: 1.6rem;
  line-height: calc(19 / 16);
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .range .irs-from,
  .range .irs-to {
    font-size: 16px;
  }
}
.range .irs-from::before,
.range .irs-to::before {
  display: none;
}
.range .irs-to {
  float: right;
}
.range .irs-single {
  display: none;
}
.select2-group {
  padding: 0 13px;
}
.select2-selection--single {
  background-color: #f8f8f8;
  display: block;
  width: 100%;
  padding: 5px 37px 5px 15px;
  line-height: calc(19 / 16);
  font-size: 1.6rem;
  background: url("../assets/images/svg/sel-ic.svg") 87% 50%/10px 5px no-repeat;
}
@media screen and (max-width: 768px) {
  .select2-selection--single {
    font-size: 16px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: calc(19 / 16);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select2-container--default .select2-selection--single {
  border: 2px solid #d6542b;
  border-radius: 6px;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-container--default .select2-results__option--selected {
  background-color: #b7da2c;
}
.select2-selection__arrow {
  display: none;
}
.tb__title {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .tb__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .tb__title {
    font-size: 16px;
  }
}
.tb__row {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tb__row:last-child {
  border-bottom: none;
}
.tb__name {
  width: 25%;
}
.tb__total,
.tb__date,
.tb__amount {
  width: 15%;
}
.tb__stt {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .tb {
    min-width: 768px;
  }
}
#menu-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#menu-main-menu .current-menu-item a {
  color: #d6542b;
}
#menu-main-menu a {
  display: block;
  padding: 1.3rem 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (max-width: 1200px) {
  #menu-main-menu a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  #menu-main-menu a {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) {
  #menu-main-menu a:hover {
    color: #d6542b;
  }
}
#menu-main-menu > li:last-child {
  margin-right: -3rem;
}
#menu-main-menu > li:last-child::after {
  display: none;
}
#menu-main-menu > li:last-child .submenu {
  left: unset;
  right: 0;
}
#menu-main-menu li {
  position: relative;
}
#menu-main-menu li::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.4rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  #menu-main-menu li:hover .submenu {
    opacity: 1;
    pointer-events: auto;
  }
}
#menu-main-menu .submenu {
  position: absolute;
  top: 100%;
  background-color: #303030;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
}
#menu-main-menu .submenu li::after {
  display: none;
}
@media screen and (min-width: 901px) {
  #menu-main-menu .submenu a:hover {
    color: #fff;
    background-color: #d6542b;
  }
}
.menu__btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 1.5rem;
  margin-left: auto;
  cursor: pointer;
}
.menu__btn .line {
  margin: 3px 0;
  width: 2.7rem;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.menu__btn.active .line:nth-of-type(1) {
  -webkit-transform: rotate(315deg) translate(-5px, 8px);
  transform: rotate(315deg) translate(-5px, 8px);
}
.menu__btn.active .line:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.menu__btn.active .line:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -7px);
  transform: rotate(45deg) translate(-5px, -7px);
}
.menu-item.dropdown {
  padding-right: 1rem;
}
.menu-item.dropdown i {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (max-width: 1500px) {
  #menu-main-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #menu-main-menu > li:last-child {
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #menu-main-menu > li:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hd.small .menu {
    height: calc(100vh - 11.4rem);
    height: calc(var(--vh, 1vh) * 100 - 11.4rem);
  }
  .menu {
    height: calc(100vh - 20.4rem);
    height: calc(var(--vh, 1vh) * 100 - 20.4rem);
    top: 100%;
    width: 100vw;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
  }
  .menu * {
    pointer-events: auto;
  }
  .menu.active .menu__wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu.active .menu__bg {
    width: 100vw;
  }
  .menu__wrap {
    right: 0;
    left: 0;
    max-width: 32rem;
    background-color: #303030;
    height: 100%;
    margin-left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 8;
    overflow-y: auto;
  }
  .menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #menu-main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #menu-main-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #menu-main-menu a {
    width: 100%;
    text-align: left;
  }
  .menu-item {
    width: 100%;
    border-bottom: 1px solid rgba(18, 114, 38, 0.2);
  }
  .menu-item.dropdown {
    padding-right: 4rem;
  }
  .menu-item.dropdown i {
    width: 40px;
    height: 40px;
    top: 22px;
    right: 0;
    padding: 10px;
  }
  .menu__bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
  }
  #menu-main-menu .submenu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    margin-left: 3rem;
    opacity: 1;
    pointer-events: auto;
  }
  #menu-main-menu .dropdown.show .submenu {
    max-height: var(--menuH);
  }
}
.gal__con .popup__close {
  right: 3rem;
  color: #d6542b;
}
.gal__popup {
  background-color: #fff;
  max-height: 80vh;
  border-radius: 6px;
  overflow: hidden;
}
.gal__popup .swiper-container {
  padding-bottom: 0;
}
.gal__popup .swiper-main {
  margin-bottom: 10px;
}
.gal__popup .swiper-main .rto-box {
  padding-top: 54%;
}
.gal__popup .swiper-thumbs .swiper-slide {
  width: 13.5rem;
  height: 13.5rem;
  border-radius: 6px;
  border: 2px solid #fff;
  overflow: hidden;
}
@media only screen and (max-height: 900px) {
  .gal__popup .swiper-thumbs .swiper-slide {
    width: 10rem;
    height: 10rem;
  }
}
.gal__popup .swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}
.gal__popup .swiper-thumbs .swiper-slide-thumb-active {
  border: 2px solid #d6542b;
}
.gal__title {
  max-width: 75rem;
  margin: 0 auto;
}
.gal .sec__title {
  margin-bottom: 3.6rem;
}
.gal__link {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: calc(27 / 20);
}
@media screen and (max-width: 1200px) {
  .gal__link {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .gal__link {
    font-size: 18px;
  }
}
.gal__link a {
  padding: 1rem 3rem;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.gal__link a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #303030;
}
.gal__link a::after {
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  right: 0;
  top: 1rem;
}
.gal__link a:last-child::after {
  display: none;
}
@media screen and (min-width: 901px) {
  .gal__link a:hover::before {
    width: calc(100% - 6rem);
  }
}
.gal__link a.active {
  font-weight: bold;
  color: #d6542b;
}
.gal__link a.active::before {
  width: calc(100% - 6rem);
  height: 3px;
  background-color: #d6542b;
}
.gal__txt {
  margin-bottom: 4.5rem;
}
.gal__img {
  border-radius: 6px;
  margin-bottom: 1.5rem;
}
.gal__img img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 901px) {
  .gal__img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.gal__vid {
  margin-bottom: 1.5rem;
  background-color: #000;
  border-radius: 6px;
}
.gal__vid img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.gal__vid::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2px;
  padding-bottom: 2px;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 999px;
  background-color: #d6542b;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.gal__vid::before {
  content: "";
  display: block;
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 999px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #d6542b;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
@media screen and (min-width: 901px) {
  .gal__vid:hover img {
    opacity: 0.2;
  }
}
.gal__wrap {
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
}
.gal__name {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .gal__name {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .gal__name {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) {
  .gal__name:hover {
    color: #d6542b;
  }
}
.gal__info {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4.5rem;
}
.lg-outer .lg-thumb {
  margin: 0 auto;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #d6542b;
}
@media screen and (max-width: 768px) {
  .gal .sec__title {
    margin-bottom: 3rem;
  }
  .gal .col-4 {
    width: 50%;
  }
  .gal__img {
    margin-bottom: 0.5rem;
  }
  .gal__name {
    margin-bottom: 0.5rem;
  }
  .gal__link {
    padding: 5px 1.5rem;
    margin-bottom: 1.5rem;
  }
  .gal__link a {
    margin-bottom: 1rem;
  }
  .gal__link a::after {
    display: none;
  }
  .gal__link a.active::before {
    width: calc(100% - 4rem);
  }
  .gal__txt {
    margin-bottom: 2rem;
  }
  .gal__info {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 360px) {
  .gal .col-4 {
    width: 100%;
  }
}
.ct__main .sec__title {
  margin-bottom: 3.5rem;
}
.ct__title {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.ct__txt {
  max-width: 69rem;
  margin: 0 auto;
  margin-bottom: 4.5rem;
}
.ct__info {
  width: calc(100% + 3rem);
  margin: 0 -1.5rem 5.4rem;
}
.ct__img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 2rem;
}
.ct__name {
  margin-bottom: 1rem;
}
.ct__line {
  height: 12rem;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 -1px;
}
.ct__link {
  text-decoration: underline;
}
.ct__form {
  position: relative;
  z-index: 2;
  border-radius: 6px;
  padding: 4.5rem 2.6rem;
  background-color: #fff;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
}
.ct__form .sec__title {
  margin-bottom: 7px;
}
.ct__form__txt {
  margin-bottom: 4rem;
}
.ct__map {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: url("../assets/images/load.gif") 50% 50%/20rem no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .ct__info .col-3 {
    width: calc(100% / 3);
  }
  .ct__map {
    position: static;
    height: 40rem;
  }
  .ct__map__wrap {
    padding: 0;
  }
  .ct__map__wrap .col-5 {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 768px) {
  .ct__main .sec__title {
    margin-bottom: 2.5rem;
  }
  .ct__txt {
    margin-bottom: 3rem;
  }
  .ct__form {
    padding: 3rem 1.5rem;
  }
  .ct__form__txt {
    margin-bottom: 3rem;
  }
  .ct__info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ct__info .col-3 {
    width: 50%;
    margin-bottom: 3rem;
  }
  .ct__info .col-3:first-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: 36rem;
  }
  .ct__line {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .ct__info .col-3:first-child {
    max-width: 40rem;
  }
}
@media screen and (max-width: 360px) {
  .ct__info .col-3 {
    width: 100%;
  }
}
.pay .ic__title {
  margin-bottom: 3rem;
}
.pay__wrap {
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
}
.pay__login {
  margin-bottom: 2.9rem;
}
.pay__login__link {
  text-decoration: underline;
}
@media screen and (min-width: 901px) {
  .pay__login__link:hover {
    color: #303030;
  }
}
.pay__form {
  margin-right: 3.5rem;
  padding: 4.5rem 2.5rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pay__form__title {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .pay__form__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .pay__form__title {
    font-size: 18px;
  }
}
.pay__sub {
  margin: 1.5rem 0 1.1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .pay__sub {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .pay__sub {
    font-size: 16px;
  }
}
.pay__bill {
  border: 3px solid #d6542b;
  border-radius: 6px;
  padding: 0 2.5rem;
  margin-bottom: 4.5rem;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
}
.pay__item {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pay__item .name {
  margin-left: -1.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pay__item .price {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: -1.5rem;
}
.pay__item .total {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .pay__item .total {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .pay__item .total {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .pay__form {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .pay__wrap > .col-8 {
    width: 50%;
  }
  .pay__wrap > .col-4 {
    width: 50%;
  }
  .pay__form .col-6 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pay .ic__title {
    margin-bottom: 2rem;
  }
  .pay__login {
    margin-bottom: 1.5rem;
  }
  .pay__wrap > .col-8 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .pay__wrap > .col-4 {
    width: 100%;
  }
  .pay__form {
    padding: 3rem 1.5rem;
  }
  .pay__form .col-6 {
    width: 100%;
  }
  .pay__form__title {
    margin-bottom: 2rem;
  }
  .pay__bill {
    margin-bottom: 3rem;
  }
  .pay__item {
    padding: 1.5rem 0;
  }
}
.dt__main {
  margin-right: 3.5rem;
}
.dt__date {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 1rem 0;
  margin-right: 2rem;
}
.dt__title {
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .dt__title {
    font-size: 14px;
  }
}
.dt__soc {
  -ms-grid-column-align: start;
  justify-self: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.dt__soc__txt {
  margin-right: 2.5rem;
}
.dt__soc__link {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  overflow: hidden;
  margin-right: 10px;
}
.dt__soc__link:last-child {
  margin-right: 0;
}
.dt__soc__link img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1200px) {
  .dt__main {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .dt .col-8 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .dt .col-4 {
    width: 100%;
  }
  .dt__title {
    margin-bottom: 2rem;
  }
}
.ab__num {
  padding: 9rem 0;
  position: relative;
  background-size: cover;
}
.ab__num__item .num {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Oswald";
  position: relative;
  font-size: 7rem;
  color: #d6542b;
  letter-spacing: 0.01;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1770px) {
  .ab__num__item .num {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 1440px) {
  .ab__num__item .num {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .ab__num__item .num {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ab__num__item .num {
    font-size: 41.5px;
  }
}
.ab__num__item .ic {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background-color: #ffeb06;
  z-index: 1;
}
.ab__num__item .ic img {
  width: 10px;
  height: 10px;
}
.ab__num__item .ic::after {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 999px;
  background-color: #ffeb06;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}
.ab__num__item .txt {
  font-size: 2.4rem;
  text-transform: uppercase;
  line-height: calc(4 / 3);
}
@media screen and (max-width: 1200px) {
  .ab__num__item .txt {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .ab__num__item .txt {
    font-size: 22px;
  }
}
.ab__blur {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.8;
  pointer-events: none;
}
.ab__info .ic__title {
  margin-bottom: 3.5rem;
}
.ab__txt {
  margin-bottom: 1.5rem;
}
.ab__txt:last-child {
  margin-bottom: 0;
}
.ab__img {
  padding-top: 66.8%;
  border-radius: 6px;
  height: 100%;
}
.ab__img__wrap {
  margin: 0 17.5px 0 0;
  height: 100%;
}
.ab__content {
  padding: 3rem 0;
  margin: auto 0 auto 17.5px;
}
.ab__content__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ab__list {
  margin-top: 4.5rem;
}
.ab__list li {
  width: 50%;
  margin-bottom: 3rem;
}
.ab__list__item {
  vertical-align: middle;
  padding-left: 3.9rem;
  padding-right: 1rem;
  position: relative;
}
.ab__list__ic {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 3px;
  left: 0;
}
.ab__rv .ab__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ab__rv .ab__img__wrap {
  margin: 0 0 0 17.5px;
  height: 100%;
}
.ab__rv .ab__content {
  margin: auto 17.5px auto 0;
}
@media screen and (max-width: 1200px) {
  .ab__num {
    padding: 7rem 0;
  }
  .ab__num .col-3 {
    width: calc(100% / 3);
  }
  .ab__num__item .ic::after {
    width: 6rem;
    height: 6rem;
    border-radius: 999px;
  }
  .ab__img__wrap {
    margin: 0;
  }
  .ab__content {
    margin: auto 0;
  }
  .ab__list {
    margin-top: 3rem;
  }
  .ab__list li {
    width: 50%;
    margin-bottom: 2rem;
  }
  .ab__list__item {
    padding-left: 3rem;
  }
  .ab__rv .ab__img__wrap {
    margin: 0;
  }
  .ab__rv .ab__content {
    margin: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .ab__num {
    padding: 5rem 0 1rem;
  }
  .ab__num .col-3 {
    width: 50%;
    margin: 0 auto 4rem;
  }
  .ab__num__item .ic::after {
    width: 6rem;
    height: 6rem;
    border-radius: 999px;
  }
  .ab__info .ic__title {
    margin-bottom: 3rem;
  }
  .ab__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ab__flex .col-6 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .ab__flex .col-6:last-child {
    margin-bottom: 0;
  }
  .ab__img__wrap {
    max-width: 67rem;
    margin: 0 auto;
  }
  .ab__content {
    padding: 0;
  }
  .ab__rv .ab__img__wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .ab__num {
    padding: 5rem 0 3rem;
  }
  .ab__num .col-3 {
    width: 100%;
    margin: 0 auto 5rem;
  }
  .ab__num .col-3:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .ab__list li {
    width: 100%;
  }
}
.cart .ic__title {
  margin-bottom: 4.5rem;
}
.cart__wrap {
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
}
.cart__bill {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart__main {
  margin-right: 3.5rem;
}
.cart__mg20 {
  margin-left: auto;
  margin-right: 20px;
  width: calc(100% - 13rem - 20px);
}
.cart__title {
  font-size: 1.8rem;
  margin: 1.5rem 2.5rem 1.1rem;
}
@media screen and (max-width: 1200px) {
  .cart__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .cart__title {
    font-size: 16px;
  }
}
.cart__list {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 4.5rem;
  padding: 0 2rem;
}
.cart__item {
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart__item:last-child {
  border-bottom: none;
}
.cart__img {
  width: 13rem;
}
.cart__name {
  width: 35%;
}
@media screen and (min-width: 901px) {
  .cart__name a:hover {
    color: #d6542b;
  }
}
.cart__price {
  width: 20%;
}
.cart__amo {
  width: 16rem;
}
.cart__total {
  width: 20%;
}
.cart__close {
  color: #303030;
}
.cart__close i {
  cursor: pointer;
  font-size: 19px;
}
@media screen and (min-width: 901px) {
  .cart__close i:hover {
    color: #d6542b;
  }
}
.cart__btn {
  min-width: 15.8rem;
  padding: 1.1rem 2rem 1.4rem;
  margin-left: 1rem;
}
.cart__inp {
  width: 25rem;
  padding: 1.2rem 2.5rem 1.3rem;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.cart__inp:focus {
  -webkit-box-shadow: inset 5px 5px 10px rgba(214, 84, 43, 0.3);
  box-shadow: inset 5px 5px 10px rgba(214, 84, 43, 0.3);
}
.cart__info {
  width: calc(100% - 13rem - 20px);
}
.cart__hid {
  display: none;
}
@media screen and (max-width: 1200px) {
  .cart .ic__title {
    margin-bottom: 1rem;
  }
  .cart__main {
    margin: 0;
  }
  .cart__info {
    width: calc(100% - 10rem - 20px);
  }
  .cart__mg20 {
    width: calc(100% - 10rem - 20px);
  }
  .cart__list {
    margin-bottom: 3rem;
  }
  .cart__img {
    width: 10rem;
  }
  .cart__item {
    padding: 3rem 0;
  }
  .cart__bill.pay__bill {
    padding: 0 1.5rem;
  }
  .cart__form {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cart__inp {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .cart__btn__res .cart__btn {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  .cart .ic__title {
    margin-bottom: 0rem;
  }
  .cart .col-9 {
    width: 60%;
  }
  .cart .col-3 {
    width: 40%;
  }
  .cart__img {
    width: 10rem;
  }
  .cart__title .cart__price,
  .cart__title .cart__amo,
  .cart__title .cart__total {
    display: none;
  }
  .cart__title .cart__name {
    margin-bottom: 0;
    text-align: center;
  }
  .cart__mg20 {
    margin: 0;
    width: 100%;
  }
  .cart__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 10rem - 20px);
    max-width: 320px;
    margin: 0 auto;
  }
  .cart__name,
  .cart__price,
  .cart__amo,
  .cart__total {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
  }
  .cart__amo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cart__amo .amo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cart__hid {
    display: inline-block;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cart .col-9 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .cart .col-3 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .cart__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .cart__form .cart__btn {
    margin: 0;
    width: 100%;
  }
  .cart__inp {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .cart__item {
    padding: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart__img {
    margin-bottom: 1rem;
  }
  .cart__info {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.home__rv {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home__intro {
  padding: 3.5rem;
  min-height: 35rem;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.home__intro .sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .home__intro .sub {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .home__intro .sub {
    font-size: 22px;
  }
}
.home__intro .blur__hid,
.home__intro .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}
.home__intro .blur__hid {
  display: none;
}
.home__intro .content {
  position: relative;
  z-index: 2;
}
.home__intro .button {
  margin-top: 1.8rem;
  background-color: #d6542b;
}
@media screen and (min-width: 901px) {
  .home__intro .button:hover {
    background-color: #303030;
  }
}
.home__intro .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .home__intro .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .home__intro .txt {
    font-size: 16px;
  }
}
.home__intro__col {
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.home__col2 {
  overflow: hidden;
}
.home__col2 .txt {
  max-width: 340px;
}
@media screen and (max-width: 1024px) {
  .home__rv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .home__intro__col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .home__intro .blur__hid {
    display: block;
  }
  .home__col2 .col-6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .home__col2 .col-6:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .home__intro br {
    display: none;
  }
}
.acc__txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .acc__txt {
    font-size: 14px;
  }
}
.acc .ic__title {
  margin-bottom: 3.5rem;
}
.acc__wrap {
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
}
.acc__main {
  padding: 4.5rem 2.5rem;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
}
.acc__main__title {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .acc__main__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .acc__main__title {
    font-size: 18px;
  }
}
.acc__pass {
  max-width: 43rem;
  margin: -1.5rem;
}
.acc__pass .button {
  background-color: #d6542b;
}
@media screen and (min-width: 901px) {
  .acc__pass .button:hover {
    background-color: #303030;
  }
}
.acc__content {
  width: calc(100% + 3rem);
  margin: 0 -1.5rem 8rem;
}
.acc__content:last-child {
  margin: 0 -1.5rem;
}
.acc hr {
  display: block;
}
.acc__title {
  margin-bottom: 3.5rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .acc__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .acc__title {
    font-size: 16px;
  }
}
.acc__list li {
  width: 100%;
}
.acc__link {
  padding: 1rem 0 1rem 3rem;
  position: relative;
}
@media screen and (min-width: 901px) {
  .acc__link:hover {
    color: #d6542b;
  }
}
.acc__link img {
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 16px;
  height: 16px;
}
.acc__form {
  width: 100%;
}
.acc__form .form__item {
  margin-bottom: 1.5rem;
}
.acc__form__btn {
  margin-top: 4.5rem;
}
.acc__name {
  width: 17rem;
  margin-right: 2rem;
}
.acc__inp {
  width: calc(100% - 19rem - 30px);
  pointer-events: none;
}
.acc__inp.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  color: #d6542b;
}
.acc__edit {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  cursor: pointer;
  margin-left: 2rem;
}
@media screen and (min-width: 901px) {
  .acc__edit:hover {
    background-color: #d6542b;
  }
  .acc__edit:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.acc__edit img {
  width: 18px;
  height: 18px;
}
.acc__table {
  margin: -2.5rem 0 2rem;
  width: 100%;
  overflow-x: auto;
}
.acc__table::-webkit-scrollbar {
  height: 2px;
}
@media screen and (max-width: 1200px) {
  .acc__wrap > .col-2 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .acc__wrap > .col-10 {
    width: 100%;
  }
  .acc__list li {
    margin: 0 2rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .acc .ic__title {
    margin-bottom: 3rem;
  }
  .acc__main {
    padding: 3rem 1.5rem;
  }
  .acc__title {
    margin-bottom: 2rem;
  }
  .acc__content > .col-3 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .acc__content > .col-9 {
    width: 100%;
  }
  .acc__form__btn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .acc__form .form__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .acc__name {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 550px) and (max-width: 768px) {
  .acc__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .acc__inp {
    width: calc(100% - 2rem - 30px);
  }
}
.pro {
  border-bottom: 1px solid #d6542b;
}
.pro__slide {
  overflow: hidden;
}
.pro__slide .swiper-main.arr .swiper-button-next,
.pro__slide .swiper-main.arr .swiper-button-prev {
  top: 130%;
}
@media screen and (max-width: 450px) {
  .pro__slide .swiper-main.arr .swiper-button-next,
  .pro__slide .swiper-main.arr .swiper-button-prev {
    top: 50%;
  }
}
.pro__left {
  margin-right: 3.5rem;
}
.pro__detail {
  margin: 8.5rem 6.5rem;
}
.pro__detail__wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 4rem;
}
.pro__thumbs {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.pro__thumbs .pd__img {
  margin: 2rem;
}
.pro__thumbs .pd__img .rto-box {
  padding-top: 100%;
}
.pro__thumbs .pd__img .rto-box img {
  height: auto;
}
.pro__thumbs__wrap {
  padding-bottom: 3rem;
  margin-bottom: -3rem;
}
.pro__thumbs__wrap .swiper-container {
  margin-bottom: -3rem;
}
.pro__thumbs__wrap .swiper-slide {
  opacity: 0.3;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.pro__thumbs__wrap .swiper-slide-thumb-active {
  opacity: 1;
}
.pro__thumbs__wrap .swiper-slide-thumb-active .pro__thumbs {
  border: 1px solid #d6542b;
  -webkit-box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
}
.pro__main {
  border-bottom: 1px solid #d6542b;
}
.pro__main .sec__title {
  margin-bottom: 1.5rem;
}
.pro__star {
  margin-bottom: 3.4rem;
}
.pro__star__txt {
  font-size: 1.4rem;
  color: #707070;
  margin-left: 1.3rem;
}
@media screen and (max-width: 768px) {
  .pro__star__txt {
    font-size: 14px;
  }
}
.pro__txt,
.pro__amo,
.pro__price,
.pro__btn {
  margin-bottom: 3.5rem;
}
.pro__amo .amo {
  margin-left: 1.8rem;
}
.pro__btn a {
  width: 17rem;
  padding: 1.1rem 2rem 1.4rem;
  margin-right: 1rem;
}
.pro__btn a:last-child {
  background-color: #d6542b;
  margin-right: 0;
}
@media screen and (min-width: 901px) {
  .pro__btn a:last-child:hover {
    background-color: #303030;
  }
}
.pro__dt .sec__title {
  margin-bottom: 3.5rem;
}
.pro__dt ul,
.pro__dt p {
  margin-bottom: 3.5rem;
}
.pro__dt ul:last-child,
.pro__dt p:last-child {
  margin-bottom: 0;
}
.pro__info .sec__title {
  margin-bottom: 3.5rem;
}
.pro__info p {
  margin-bottom: 2rem;
}
.pro__vid {
  position: relative;
  margin-bottom: 2.5rem;
}
.pro__vid::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 999px;
  background-image: url("../assets/images/pro-play.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (min-width: 901px) {
  .pro__vid:hover img {
    opacity: 0.8;
  }
  .pro__vid:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.pro__tb {
  margin-bottom: 3.5rem;
}
.pro__tb .row {
  background-color: #fff;
}
.pro__tb .row:nth-child(odd) {
  background-color: #f8f8f8;
}
.pro__tb .row .item {
  padding: 2rem 2.5rem;
}
.pro__down .under {
  text-decoration: underline;
}
.pro__down .txt {
  display: inline-block;
  margin: 1rem 0;
  margin-right: 3.5rem;
}
.pro__down__btn {
  position: relative;
  padding-right: 5.5rem;
  padding-left: 2.5rem;
}
.pro__down__btn::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("../assets/images/svg/down-ic.svg");
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pro__hid {
  display: none;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .pro__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .pro__flex > .col-7 {
    width: 100%;
  }
  .pro__flex > .col-5 {
    width: 100%;
  }
  .pro__hid {
    display: block;
  }
  .pro__mobile {
    display: none;
  }
  .pro__left {
    margin: 0;
  }
}
/*# sourceMappingURL=style.min.css.map */
