@charset "UTF-8";

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 {
  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;
}

:root {
  --size-hd: 11rem;
  --color-pri: #1c75bb;
  --color-sec: #f8a51b;
  --color-tt: #223a5e;
  --color-text: #223a5e;
  --color-txt: #666666;
  --color-black: #000;
  --color-white: #fff;
  --cl-border: #ddd;
  --rs: 1.6rem;
  --pd-sc: 6rem;
}

@media (max-width: 1200px) {
  :root {
    --pd-sc: 4rem;
    --size-hd: 9rem;
    --rs: 0.8rem;
  }
}

@media (max-width: 768px) {
  :root {
    --size-hd: 6rem;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--color-text);
  overflow: hidden auto;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
select {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  cursor: pointer;
}

button {
  padding: 0;
  background-color: transparent;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main {
  min-height: 68vh;
  position: relative;
  z-index: 1;
  padding-top: 38px;
  background: #fff;
}

.container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

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

iframe {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.row {
  --cg: 3.2rem;
  --rg: 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) * -0.5) calc(var(--rg) * -1);
}

@media screen and (max-width: 1200px) {
  .row {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.rows {
  --cg: 3.2rem;
  --rg: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .rows {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.col {
  width: 100%;
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg);
}

.col-11 {
  width: 91.6666666667%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-1 {
  width: 8.3333333333%;
}

.col-5i {
  width: 20%;
}

.col-4i {
  width: 25%;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d-flex.not-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.d-flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.d-flex.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-flex.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-flex.j-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.d-flex.j-bw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d-flex.j-ev {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.d-flex.gap40 {
  gap: 4rem;
}

@media screen and (max-width: 1200px) {
  .d-flex.gap40 {
    gap: 2.4rem;
  }
}

.d-flex.gap24 {
  gap: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .d-flex.gap24 {
    gap: 1.2rem;
  }
}

.d-flex.gap20 {
  gap: 2rem;
}

@media screen and (max-width: 1200px) {
  .d-flex.gap20 {
    gap: 1rem;
  }
}

.d-flex.gap16 {
  gap: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .d-flex.gap16 {
    gap: 1rem;
  }
}

.d-flex.gap12 {
  gap: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .d-flex.gap12 {
    gap: 0.6rem;
  }
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--size-hd);
  z-index: 50;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: var(--color-white);
  -webkit-box-shadow: 0px 0.4rem 0.7rem 0.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0.4rem 0.7rem 0.2rem rgba(0, 0, 0, 0.15);
  --size-hd-top: 3rem;
}

.hd-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hd-top {
  height: var(--size-hd-top);
  position: relative;
}

@media screen and (max-width: 768px) {
  .hd-top {
    display: none;
  }
}

.hd-top::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  background: #810100;
  z-index: -1;
}

.hd-top-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  overflow: hidden;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hd-top-group .iwt {
  --iz: 1rem;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .hd-top-group .iwt:hover {
    color: var(--color-sec);
  }
}

.hd-top-group .iwt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.1rem;
  height: 2rem;
  left: calc(100% + 1.6rem);
  background: var(--color-white);
}

.hd-bot {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd-logo .custom-logo-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 15rem;
}

.hd-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .hd-action {
    gap: 1.2rem;
  }
}

.hd-action .btn .icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .hd-action .btn {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 4rem;
    padding: 0;
    height: 4rem;
  }

  .hd-action .btn .inner {
    display: none;
  }

  .hd-action .btn .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hd-phone.iwt {
  padding: 0.6rem;
  padding-right: 0.8rem;
  border: 0.1rem solid var(--color-sec);
  color: var(--color-pri);
  border-radius: 100rem;
  --cl: var(--color-pri);
  --iz: 3rem;
  --fw: 600;
  --gap: 0.4rem;
  height: 4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .hd-phone.iwt:hover {
    color: var(--color-white);
    background: #bd1120;
    border-color: #bd1120;
  }
}

@media screen and (max-width: 768px) {


  .hd-phone.iwt {
    width: 4rem;
    height: 4rem;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header .iwt .icon {
    margin-right: 0 !important;
  }

  .hd-phone.iwt .txt {
    display: none;
  }
}

.ft {
  background: #810100;
}

.ft-wrap {
  padding: 4rem 0;
}

.ft-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}

.ft-panel .b-head {
  --f-sz: clamp(1.6rem, calc(1.2557rem + 0.4918vw), 2.2rem);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
}

.ft-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}

.ft-social .iwt {
  --fw: 500;
  --iz: 1.8rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .ft-social .iwt:hover {
    color: var(--color-sec);
  }
}

.ft-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  list-style: disc;
  color: var(--color-white);
  margin-left: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .ft-menu .menu {
    gap: 1.6rem;
  }
}

.ft-menu .menu-link {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

@media (hover: hover) {
  .ft-menu .menu-link:hover {
    color: var(--color-sec);
  }
}

.ft-bct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

.ft-bct .bct-ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft-row {
  --rg: 4rem;
}

@media screen and (max-width: 1024px) {
  .ft-row>.col {
    width: 50%;
  }

  .ft-row>.col:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .ft-row>.col {
    width: 100%;
  }

  .ft-row>.col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.ft-bot {
  padding: 1rem 0;
  position: relative;
  z-index: 1;
}

.ft-bot::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #a30917;
  height: 100%;
  z-index: -1;
  top: 0;
}

.select2-container {
  height: 4.2rem;
  background-color: transparent;
}

.select2.select2-container {
  width: 100% !important;
}

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0.8rem !important;
  color: var(--color-white);
  height: 4.2rem;
  background-color: #fff;
  border: 0.1rem solid #d99197;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--color-pri);
  font-size: 1.6rem;
  font-weight: 400;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  padding-left: 1.4rem;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: none !important;
  padding: 4px 6px !important;
  background-color: var(--color-pri);
  color: var(--color-pri);
}

.select2-container .select2-dropdown .select2-results ul {
  background: #e6eeed;
  color: var(--color-pri);
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-pri);
  font-size: 1.6rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: var(--color-pri);
  font-size: 1.6rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  border-color: #000 transparent transparent transparent;
}

.select2-search.select2-search--dropdown {
  display: none !important;
}

.select2-results__option {
  font-size: 1.6rem;
}

.select2-results {
  display: block;
  border-radius: unset !important;
  overflow: hidden;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: unset !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.4rem;
  font-weight: 500;
  color: var(--color-text);
  padding-right: 3rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-text);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -1.2rem;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  font-size: 1.6rem;
}

.swiper-wrapper.row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.swiper.rows .col {
  margin-bottom: 0;
}

.swiper-container {
  overflow: hidden;
}

.swiper-slide {
  height: initial;
  overflow: hidden;
}

.swiper-pagination {
  position: static;
  margin-top: 4.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .swiper-pagination {
    margin-top: 2.4rem;
  }
}

.swiper-pagination-bullet {
  --circle: 0.5rem;
  background-color: #cfd8d9;
  opacity: 1;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: unset !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 100rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out width;
  transition: 0.5s ease-in-out width;
  background: var(--color-pri);
}

.swiper-pagination-bullet-active {
  width: 4rem;
}

.swiper-pagination-bullet-active::before {
  width: 100%;
}

.swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  --size: 3.6rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .swiper-control {
    font-size: 1.6rem;
  }
}

.swiper-control-btn {
  width: var(--size);
  height: var(--size);
  border-radius: 100rem;
  background-color: var(--color-white);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  z-index: 5;
  position: relative;
  overflow: hidden;
  color: #151515;
}

.swiper-control-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-pri);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.swiper-control-btn>* {
  position: relative;
  z-index: 2;
}

.swiper-control-btn.swiper-button-disabled {
  background-color: #eee;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (hover: hover) {
  .swiper-control-btn:hover:not(.swiper-button-disabled) {
    color: white !important;
  }

  .swiper-control-btn:hover:not(.swiper-button-disabled)::after {
    left: 0;
    width: 100%;
  }
}

.swiper-control.white .swiper-control-btn {
  background-color: transparent;
  border-color: white;
  color: white;
}

@media screen and (max-width: 1350px) {
  .swiper-control.white.mobile-plus .swiper-control-btn {
    background-color: white;
    border-color: var(--color-pri);
    color: var(--color-pri);
  }
}

.swiper-control.posi .swiper-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.swiper-control.posi.minus .swiper-prev {
  right: calc(100% + 2.4rem);
}

@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-prev {
    right: unset;
    left: calc(var(--size) / 2 * -1);
  }
}

.swiper-control.posi.minus .swiper-next {
  left: calc(100% + 2.4rem);
}

@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-next {
    left: unset;
    right: calc(var(--size) / 2 * -1);
  }
}

@media screen and (max-width: 500px) {
  .swiper-control.posi.minus.mobile-plus .swiper-prev {
    left: calc(var(--size) / 2 * -1 + 0.75rem);
  }

  .swiper-control.posi.minus.mobile-plus .swiper-next {
    right: calc(var(--size) / 2 * -1 + 0.75rem);
  }
}

.swiper-control.posi.midle .swiper-prev {
  left: calc(var(--size) / 2 * -1);
}

.swiper-control.posi.midle .swiper-next {
  right: calc(var(--size) / 2 * -1);
}

.swiper-control.posi.plus .swiper-prev {
  left: 1rem;
}

.swiper-control.posi.plus .swiper-next {
  right: 1rem;
}

@media screen and (max-width: 500px) {
  .swiper-control.posi.mobile-plus .swiper-prev {
    left: calc(var(--size) / 2 * -1 + 0.75rem);
  }

  .swiper-control.posi.mobile-plus .swiper-next {
    right: calc(var(--size) / 2 * -1 + 0.75rem);
  }
}

.swiper-pagination-progressbar {
  background: var(--color-black);
  height: 0.1rem !important;
}

.swiper-pagination-progressbar-fill {
  background-color: var(--color-sec) !important;
}

.breadcrumb-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  gap: 0.8rem;
}

.breadcrumb-list::-webkit-scrollbar {
  height: 0;
}

.breadcrumb-item {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-weight: 400;
  color: var(--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.breadcrumb-item:not(:first-child)::before {
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
  position: relative;
}

.breadcrumb-item:last-child {
  color: var(--color-white);
  pointer-events: none;
}

@media (hover: hover) {
  .breadcrumb-item:hover {
    color: #0f172a;
  }
}

.breadcrumb-link {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  background: #810100;
  gap: 1.6rem;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 700;
  min-height: 4rem;
  border-radius: 100rem;
  padding: 0 1.8rem;
}

.btn.second {
  background: var(--color-pri);
}

.btn.second::before {
  background: var(--color-sec);
}

.btn.trans {
  background: transparent;
  border: 0.1rem solid var(--color-pri);
  color: var(--color-pri);
}

.btn.white {
  background: var(--color-white);
  color: #151515;
}

@media screen and (max-width: 1200px) {
  .btn {
    font-size: 1.4rem;
    padding-left: 1.6rem;
    gap: 0.8rem;
  }
}

.btn>* {
  position: relative;
  z-index: 2;
}

.btn .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: #ab1825;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

@media (hover: hover) {
  .btn:hover {
    color: var(--color-white);
  }

  .btn:hover::before {
    width: 100%;
    left: 0;
  }
}

.btn.center {
  margin: 0 auto;
}

ul.page-numbers {
  margin-top: 3.2rem;
}

.page-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  position: relative;
  z-index: 5;
}

.page-numbers>li:not(:first-child) {
  margin-left: 8px;
}

.page-numbers>li>.page-numbers {
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: var(--color-text);
  font-size: 1.6rem;
  border: 0.1rem solid #dedfe0;
}

.page-numbers>li>.page-numbers::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-pri);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .page-numbers>li>.page-numbers {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
}

.page-numbers>li>.page-numbers:after {
  z-index: -1;
}

@media (hover: hover) {
  .page-numbers>li>.page-numbers:hover:not(.dot) {
    color: white;
  }

  .page-numbers>li>.page-numbers:hover:not(.dot)::after {
    left: 0;
    width: 100%;
  }
}

.page-numbers>li>.page-numbers.current {
  color: white;
  border-color: var(--color-pri);
}

.page-numbers>li>.page-numbers.current::after {
  left: 0;
  width: 100%;
}

.page-numbers>li>.page-numbers.dot {
  background-color: transparent;
}

.page-numbers>li>.page-numbers i {
  font-weight: 400;
}

.t-title {
  --f-sz: clamp(2.6rem, calc(2.0262rem + 0.8197vw), 3.6rem);
  font-size: var(--f-sz);
  color: var(--color-text);
  text-wrap: pretty;
  position: relative;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.t-title::before {
  content: "";
  position: absolute;
  width: 14rem;
  height: 0.2rem;
  background: #810100;
  bottom: -1rem;
  left: 0;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .head {
    gap: 1.6rem;
  }
}

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

.head.center .t-title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.head.white .t-title {
  color: var(--color-white);
}

.head.white .b-tag {
  --bg: rgba(255, 255, 255, 0.15);
  --cl: #fff;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
}

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

.c-tt {
  color: var(--color-tt);
}

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

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

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

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

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

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

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

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

.fsi {
  font-style: italic;
}

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

.c-text {
  color: var(--color-text);
}

.c-pri {
  color: var(--color-pri);
}

.c-sec {
  color: var(--color-sec);
}

.c-text {
  color: var(--color-text);
}

.c-tt {
  color: var(--color-tt);
}

.c-black {
  color: var(--color-black);
}

.c-txt {
  color: var(--color-txt);
}

.c-green {
  color: #16a34a;
}

.c-white {
  color: var(--color-white);
}

.bg-white {
  background: var(--color-white);
}

.bg-txt {
  background: #e4e7ec;
}

.bg-pri {
  background: var(--color-pri);
}

.posi-rl {
  position: relative;
}

.h-full {
  height: 100%;
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.8rem;
  color: var(--color-text);
  cursor: pointer;
}

.accordion-header .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

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

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

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

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

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

.m-mid {
  margin: 0 auto;
}

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

.m-top {
  margin-top: 2.4rem;
}

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

.f-mid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.f-end {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lg-download,
#lg-actual-size,
#lg-share {
  display: none;
}

.lg-backdrop,
.lg-outer {
  z-index: 99999;
}

.lg-outer .lg-thumb-item {
  border: 0.2rem solid var(--color-pri);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.lg-outer .lg-thumb-item.active {
  border-color: var(--color-sec);
}

@media (hover: hover) {
  .lg-outer .lg-thumb-item:hover {
    border-color: var(--color-sec);
  }
}

.lg-prev.lg-icon::after {
  display: none;
}

.lg-next.lg-icon::before {
  display: none;
}

.lg-prev.lg-icon,
.lg-next.lg-icon {
  width: 4rem;
  height: 4rem;
}

.lg-prev.lg-icon i,
.lg-next.lg-icon i {
  background: var(--color-sec);
}

.lg-outer .lg-thumb-outer {
  background-color: #000;
}

.lg-close.lg-icon {
  background: var(--color-sec);
}

.lg-outer .lg-toogle-thumb {
  background: var(--color-sec);
  width: 4rem;
  height: 4rem;
}

.lg-img-wrap {
  border-radius: 0.8rem;
}

.lg-thumb-item {
  border-radius: 0.8rem;
}

.lg-outer .lg-thumb {
  margin: 0 auto -5px;
}

.gItem {
  cursor: pointer;
}

.hidden-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.iwt {
  --iz: 2.4rem;
  --fz: 1.4rem;
  --cl: #fffefc;
  --fw: 400;
  --gap: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap);
  color: var(--cl);
  font-size: var(--fz);
  font-weight: var(--fw);
}

.iwt.iz-32 {
  --iz: 3.2rem;
}

.iwt.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iwt .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: var(--iz);
  height: var(--iz);
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.iwt .icon img {
  display: block;
  height: 100%;
  width: 100%;
}

.iwt .ic-ar {
  width: 1.6em;
  height: 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.iwt .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}

.b-tag {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  --iz: 1.4rem;
  --fz: 1.6rem;
  --rs: 100rem;
  --fw: 500;
  --cl: var(--color-pri);
  --py: 0.6rem 1.2rem;
  --gap: 0.4rem;
  --bg: #d2e5ff;
  display: flex;
  align-items: center;
  gap: var(--gap);
  font-weight: var(--fw);
  font-size: var(--fz);
  color: var(--cl);
  border-radius: var(--rs);
  background: var(--bg);
  padding: var(--py);
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.b-tag .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: var(--iz);
  height: var(--iz);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.full {
  width: 100%;
}

.t-italic {
  font-style: italic;
}

.tag-status {
  --py: 0.4rem 1.2rem;
  --rs: 0.4rem;
  --cl: #fff;
  --bg: #000;
  --fz: 1.4rem;
  --fw: 600;
  display: inline-block;
  padding: var(--py);
  border-radius: var(--rs);
  color: var(--cl);
  background: var(--bg);
  font-size: var(--fz);
  font-weight: var(--fw);
}

.tag-status.pendding {
  --cl: #f59e0b;
  --bg: #fff4de;
}

.tag-status.shipping {
  --cl: #1d4ed8;
  --bg: #e8edfb;
}

.tag-status.sussces {
  --cl: #10b981;
  --bg: #ecfdf5;
}

.tag-status.error {
  --cl: #d71b23;
  --bg: #fde9e9;
}

.get-sd {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
}

.over-hd {
  overflow: hidden;
}

.checker {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --cl-num: #667085;
}

.checker.tag-box input:checked~.txt {
  color: var(--color-pri);
  border-color: var(--color-pri);
}

.checker.tag-box input:checked~.txt .num {
  --cl-num: var(--color-pri);
}

.checker.tag-box .txt {
  padding: 0.8rem;
  border-radius: 0.4rem;
  border: 0.1rem solid var(--cl-border);
  color: var(--color-text);
  background: var(--color-white);
}

.checker.tag-text {
  min-width: 9rem;
}

@media screen and (max-width: 1200px) {
  .checker.tag-text {
    min-width: unset;
  }
}

.checker.tag-text input:checked~.txt {
  color: #fdb022;
  border-color: #fdb022;
}

.checker.tag-text .txt {
  color: var(--color-white);
  font-weight: 500;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  padding: 0.8rem 0.4rem;
  border-bottom: 0.2rem solid transparent;
}

.checker .sqr {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  margin-top: -0.1rem;
}

.checker .sqr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/check-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}

.checker .circle {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
}

.checker .circle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/radio-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}

.checker .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-text);
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

.checker .txt-link {
  font-weight: 600;
  text-decoration: underline;
}

.checker .num {
  margin-left: auto;
  color: var(--cl-num);
}

.checker input {
  display: none;
}

.checker input:checked~.sqr::after {
  background-image: url("../assets/images/check-fill.svg");
}

.checker input:checked~.txt {
  color: var(--color-pri);
}

.checker input:checked~.circle::after {
  background-image: url("../assets/images/radio-fill.svg");
}

.border {
  border: 0.1rem solid var(--cl-border);
}

.border-top {
  border-top: 0.1rem solid var(--cl-border);
}

.border-right {
  border-right: 0.1rem solid var(--cl-border);
}

.border-left {
  border-left: 0.1rem solid var(--cl-border);
}

.border-bot {
  border-bottom: 0.1rem solid var(--cl-border);
}

.dashed {
  border-style: dashed;
}

.rs {
  border-radius: var(--rs);
}

.rs-top {
  border-radius: var(--rs) var(--rs) 0 0;
}

.py-b {
  --py: 2.4rem;
  padding-bottom: var(--py);
}

@media screen and (max-width: 1024px) {
  .py-b {
    --py: 1.6rem;
  }
}

.py-top-10 {
  padding-top: 1rem;
}

.py {
  --py: 2rem;
  padding: var(--py);
}

@media screen and (max-width: 1024px) {
  .py {
    --py: 1.2rem;
  }
}

.py.py-12 {
  --py: 1.2rem;
}

.thank .t-title {
  --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
  font-size: var(--f-sz);
}

.thank-bank {
  padding: 1.2rem;
}

.thank-bank .bank-box {
  padding: 2rem 1rem;
  border-radius: 0.8rem;
}

.thank-bank .bank-box .t-text {
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 0.1rem solid var(--cl-border);
}

@media screen and (max-width: 768px) {
  .thank-bank .b-row>.col {
    width: 100%;
  }
}

.thank-wrap {
  max-width: 100rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}

.thank-head {
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
}

.thank-head .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.thank-head .t-gr .icon {
  width: 5rem;
  height: 5rem;
}

.thank-head .t-gr .t-txt {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  color: var(--color-pri);
  font-weight: 600;
}

.thank-head .t-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
}

.thank-head .t-bot .i-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}

.thank-head .t-bot .i-list .i-link {
  width: 4rem;
  height: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.thank-bot {
  padding: 2rem;
  border: 0.1rem dashed var(--color-pri);
  text-align: center;
  background: #fff;
  border-radius: 1.2rem;
}

@media screen and (max-width: 768px) {
  .thank-bot {
    padding: 1rem;
  }

  .thank-bot .col {
    width: 50%;
  }
}

.thank-bot .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}

.thank-bot .t-gr .t-text {
  color: #64748b;
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  font-weight: 600;
}

.thank-bot .t-gr .t-txt {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
}

.lb-switch {
  width: 5.1rem;
  height: 3.1rem;
  position: relative;
}

.lb-switch .checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.lb-switch .switch {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e9e9eb;
  border-radius: 1.6rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.lb-switch .slider {
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  left: calc(50% - 1.35rem - 1rem);
  top: calc(50% - 1.35rem);
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0.3rem 0.8rem rgba(0, 0, 0, 0.15), 0px 0.3rem 0.1rem rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0.3rem 0.8rem rgba(0, 0, 0, 0.15), 0px 0.3rem 0.1rem rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.lb-switch .checkbox:checked+.switch {
  background-color: #34c759;
}

.lb-switch .checkbox:checked+.switch .slider {
  left: calc(50% - 1.35rem + 1rem);
  top: calc(50% - 1.35rem);
}

.count {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem;
  background: var(--color-white);
}

.count-number {
  min-width: 1.6rem;
  color: #121138;
  font-weight: 500;
  text-align: center;
}

.count-btn {
  width: 3rem;
  height: 3rem;
  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;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100rem;
  border: 0.1rem solid #eeeeee;
}

.count-btn i {
  font-size: 1rem;
}

.count-btn:hover {
  background: var(--color-pri);
  color: white;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.box-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.8rem;
  margin-top: 2.4rem;
}

.box-author .icon-with-text {
  --gap: 0.8rem;
}

.box-author .icon-with-text:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 2rem;
  background: #e0e0e0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 1rem;
}

.mxh-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

.mxh-social .i-link {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media (hover: hover) {
  .mxh-social .i-link:hover {
    background: var(--color-pri);
  }

  .mxh-social .i-link:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

.mxh-social .i-link .getlink-note {
  position: absolute;
  bottom: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 500;
  display: none;
  padding: 0.2rem 0.6rem;
  border-radius: 0.8rem;
  background: var(--color-pri);
  color: #fff;
}

.link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  white-space: nowrap;
  overflow-x: auto;
}

.link-group::-webkit-scrollbar {
  height: 0;
}

.link-group .t-links {
  display: inline-block;
  padding: 0.8rem;
  position: relative;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  color: var(--color-tt);
}

@media (hover: hover) {
  .link-group .t-links:hover::before {
    width: 100%;
    left: 0;
  }
}

.link-group .t-links.active {
  font-weight: 600;
}

.link-group .t-links.active::before {
  width: 100%;
  left: 0;
}

.link-group .t-links::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.2rem;
  background: var(--color-pri);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .countdown {
    margin-top: 1.6rem;
  }
}

.countdown-it {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: flex;
  gap: 0.4rem;
}

@media screen and (max-width: 768px) {
  .countdown-it {
    font-size: 1.6rem;
  }
}

.countdown-it .time-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.countdown-it .time-wrapper .time-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countdown-it .time-wrapper .time-number span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.8rem;
  background: #fdb022;
  min-width: 3.8rem;
}

@media screen and (max-width: 768px) {
  .countdown-it .time-wrapper .time-number span {
    min-width: 3rem;
  }
}

.countdown-it .time-wrapper .text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  font-weight: 600;
  color: #231f20;
}

@media screen and (max-width: 768px) {
  .countdown-it .time-wrapper .text {
    color: var(--color-white);
  }
}

.countdown-it:not(:last-child)::after {
  content: ":";
  color: var(--color-white);
  position: absolute;
  left: calc(100% + 0.8rem);
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hd-lg {
  height: 4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1200px) {
  .hd-lg {
    height: 4rem;
    width: 4rem;
    border-radius: 100rem;
    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;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0.1rem solid var(--color-sec);
  }

  .hd-lg .hd-lg-item img {
    width: 2rem;
    height: 2rem;
  }

  .hd-lg .hd-lg-item .ic {
    display: none;
  }

  .hd-lg>.hd-lg-item {
    color: white;
  }

  .hd-lg .hd-lg-drop {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + 2rem);
    border-radius: 1rem;
    width: calc(100% - 1rem);
  }

  .hd-lg .hd-lg-drop::after {
    border-radius: inherit;
    height: 4rem;
  }

  .hd-lg .hd-lg-drop>.hd-lg-item {
    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;
  }
}

.hd-lg-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-white);
}

.hd-lg-item img {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hd-lg-item .txt {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
}

.hd-lg-item .ic {
  width: 1.6rem;
  height: 1.6rem;
  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;
  font-size: 1.4rem;
  color: var(--color-pri);
}

@media screen and (max-width: 1200px) {
  .hd-lg-item .txt {
    display: none;
  }
}

.hd-lg-drop {
  position: absolute;
  width: 100%;
  top: calc(100% + 0.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hd-lg-drop::before {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 100%;
  bottom: 100%;
  left: 0;
}

.hd-lg-drop::after {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  -webkit-box-shadow: var(--sdow);
  box-shadow: var(--sdow);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: var(--rs);
  border-radius: 0.4rem;
}

@media screen and (min-width: 1201px) {
  .hd-lg-drop::after {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .hd-lg-drop {
    -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translate(-50%, -100%) rotate(-90deg) !important;
    transform: translate(-50%, -100%) rotate(-90deg) !important;
  }
}

@media (hover: hover) {
  .hd-lg-drop .hd-lg-item:hover .txt {
    color: var(--color-pri);
  }
}

.hd-lg:hover .hd-lg-drop {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

@media screen and (max-width: 1200px) {
  .hd-lg:hover .hd-lg-drop {
    -webkit-transform: translate(-50%, 0) rotate(0deg) !important;
    transform: translate(-50%, 0) rotate(0deg) !important;
  }
}

.t-price {
  color: var(--color-pri);
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .t-price {
    font-size: 1.4rem;
  }
}

.t-price .price-old {
  color: #8c8c8c;
  font-size: 0.75em;
  font-weight: 500;
  text-decoration: line-through;
}

.t-price .price-new {
  color: #f05b64;
  font-size: 1em;
  font-weight: 600;
}

.t-price .t-sale {
  display: inline-block;
  line-height: 1;
  padding: 0.4rem;
  border-radius: 0.2rem;
  font-size: 0.65em;
  color: var(--color-pri);
  color: #fff;
  font-weight: 600;
  background: var(--color-pri);
}

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

.mb-2 {
  margin-bottom: 0.2rem;
}

.mb-4 {
  margin-bottom: 0.4rem;
}

.mb-6 {
  margin-bottom: 0.6rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

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

.mb-10 {
  margin-bottom: 1rem;
}

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

.mb-12 {
  margin-bottom: 1.2rem;
}

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

.mb-14 {
  margin-bottom: 1.4rem;
}

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

.mb-15 {
  margin-bottom: 1.5rem;
}

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

.mb-16 {
  margin-bottom: 1.6rem;
}

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

.mb-18 {
  margin-bottom: 1.8rem;
}

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

.mb-20 {
  margin-bottom: 2rem;
}

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

.mb-24 {
  margin-bottom: 2.4rem;
}

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

.mb-25 {
  margin-bottom: 2.5rem;
}

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

.mb-30 {
  margin-bottom: 3rem;
}

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

.mb-32 {
  margin-bottom: 3.2rem;
}

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

.mb-40 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 1200px) {
  .mb-40 {
    margin-bottom: 2.4rem;
  }
}

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

.mb-48 {
  margin-bottom: 4.8rem;
}

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

.mb-56 {
  margin-bottom: 5.6rem;
}

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

.mb-64 {
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 1200px) {
  .mb-64 {
    margin-bottom: 2.4rem;
  }
}

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

.mb-72 {
  margin-bottom: 7.2rem;
}

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

.mb-80 {
  margin-bottom: 8rem;
}

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

.ss-mg {
  margin: var(--pd-sc) 0;
}

.ss-mg-t {
  margin-top: var(--pd-sc);
}

.ss-mg-b {
  margin-bottom: var(--pd-sc);
}

.ss-pd {
  padding: var(--pd-sc) 0;
}

.ss-pd-t {
  padding-top: var(--pd-sc);
}

.ss-pd-b {
  padding-bottom: var(--pd-sc);
}

.mt-24 {
  margin-top: 2.4rem;
}

.star {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: start;
}

.star-list {
  position: relative;
  height: 2rem;
}

.star-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.star-flex .icon {
  width: 1.6rem;
  height: 1.6rem;
}

.star-flex .icon:not(:first-child) {
  margin-left: 0.4rem;
}

.star-flex .icon img {
  display: block;
}

.star-filter {
  overflow: hidden;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}

.stars input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.stars input:nth-child(1):checked~label:nth-of-type(-n + 1),
.stars input:nth-child(2):checked~label:nth-of-type(-n + 2),
.stars input:nth-child(3):checked~label:nth-of-type(-n + 3),
.stars input:nth-child(4):checked~label:nth-of-type(-n + 4),
.stars input:nth-child(5):checked~label:nth-of-type(-n + 5) {
  background: url(../assets/images/icon-star.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.stars label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 6px;
  height: 2rem;
  width: 2rem;
  background: url(../assets/images/star-opa.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
}

@media screen and (max-width: 500px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 51;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    visibility: hidden;
  }

  .side-fixed.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
  }
}

@media screen and (max-width: 800px) {
  .side-fixed {
    bottom: 5rem;
  }
}

@media screen and (max-width: 500px) {
  .side-fixed-wrap {
    padding: 5.5rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}

.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden;
}

.side-overlay.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

@media screen and (min-width: 1201px) {
  .side-overlay {
    display: none;
  }
}

.side-open:not(.no-style) {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 40;
  background-color: var(--color-sec);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media screen and (min-width: 1201px) {
  .side-open:not(.no-style) {
    display: none;
  }
}

.side-open:not(.no-style).close {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  visibility: visible;
}

.side-open:not(.no-style) .side-open-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.side-open:not(.no-style) .side-open-wrap .icon {
  color: var(--color-black);
  font-weight: 600;
  font-size: 1.6rem;
}

.side-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  padding: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  background-color: var(--color-black);
}

@media screen and (min-width: 1201px) {
  .side-top {
    display: none;
  }
}

.side-top .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.side-close {
  width: 4.5rem;
  height: 100%;
  background-color: var(--color-pri);
  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;
}

.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}

.bnh {
  padding: 6rem 0;
  background: #f7faff;
  /* margin-top: -31px; */
}

.bnh-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  .bnh-panel {
    gap: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.bnh-panel .b-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
}

.bnh-panel .b-head .text {
  font-size: 5.5rem;
  font-weight: 700;
  color: #810100;
}

@media screen and (max-width: 1200px) {
  .bnh-panel .b-head .text {
    font-size: 3.2rem;
  }
}

.bnh-panel .b-head .txt {
  --f-sz: clamp(2.6rem, calc(2.0262rem + 0.8197vw), 3.6rem);
  font-size: var(--f-sz);
  color: var(--color-text);
}

@media screen and (max-width: 1200px) {
  .bnh-panel .b-head .txt {
    font-size: 2.4rem;
  }
}

.bnh-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.bnh-box .box-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.bnh-box .box-panel .t-num {
  --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
  font-size: 22px;
  font-weight: 500;
  color: #810100;
  padding-bottom: 9px;
}

.bnh-box .box-panel .t-des {
  color: var(--color-text);
  font-weight: 500;
}

.bnh-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .bnh-row>.col {
    width: 100%;
  }
}

.box-search {
  width: 100%;
}

.box-search .b-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem;
  padding-left: 1.8rem;
  border: 0.1rem solid #d6d6d6;
  border-radius: 100rem;
  background: var(--color-white);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

.box-search .b-inner .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.box-search .b-inner .icon img {
  width: 100%;
  display: block;
}

.box-search .b-inner input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  color: var(--color-text);
}

.box-search .b-inner input::-webkit-input-placeholder {
  color: #afafaf;
}

.box-search .b-inner input::-moz-placeholder {
  color: #afafaf;
}

.box-search .b-inner input::-ms-input-placeholder {
  color: #afafaf;
}

.box-search .b-inner input::placeholder {
  color: #afafaf;
}

.ser-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ser-item {
  width: 213px;
  min-height: 17rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.4rem;
  padding-top: 2.8rem;
  border-radius: 3rem;
  background: #fffcf3;
  -webkit-box-shadow: 0px 0px 1.1rem 0.1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 1.1rem 0.1rem rgba(0, 0, 0, 0.15);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 1.6rem;
}

@media screen and (max-width: 500px) {
  .ser-item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.2rem;
    min-height: 6rem;
  }

  .ser-item br {
    display: none;
  }
}

.ser-item .icon {
  width: 3rem;
  height: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.ser-item .t-text {
  --f-sz: 15px;
  font-size: var(--f-sz);
  color: var(--color-text);
  font-family: 'Roboto';
  font-weight: bold;
}

.hab-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hab-row .col {
  width: auto;
  max-width: 24rem;
}

@media screen and (max-width: 768px) {
  .hab-row .col {
    max-width: 100%;
    width: 50%;
  }
}

.hab-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: 1.6rem;
  position: relative;
  height: 100%;
}

.hab-it:before {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 14rem;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--color-text);
  bottom: 0;
}

.hab-it .t-num {
  font-size: 8.6rem;
  font-weight: 600;
  color: #810100;
}

@media screen and (max-width: 768px) {
  .hab-it .t-num {
    font-size: 6.4rem;
  }
}

.hab-it .t-des {
  color: var(--color-text);
}

@media screen and (max-width: 768px) {
  .hdv-title .t-title {
    text-align: center;
  }

  .hdv-title .t-title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.hdv-img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hdv-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .hdv-row>.col {
    width: 100%;
  }
}

.hdv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

.hdv-list li {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  color: var(--color-text);
  position: relative;
  /* padding-left: 2.4rem; */
}

.hdv-list li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 2rem;
  height: 2rem;
}

.sec-spe {
  background: #f7faff;
}

.spe-row {
  --rg: 1.6rem;
  --cg: 1.6rem;
}

@media screen and (max-width: 768px) {
  .spe-row>.col {
    width: 50%;
  }
}

.spe-block {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .spe-block {
    margin-top: 4rem;
  }
}

.spe-it {
  min-height: 28rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 2.2rem;
  background: #fff;
  border: 0.1rem solid #aaa;
  padding: 1.6rem;
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .spe-it {
    padding-top: 4rem;
    min-height: 12rem;
    border-radius: 1.2rem;
  }

  .spe-it br {
    display: none;
  }
}

.spe-it .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 6.2rem;
  height: 6.2rem;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid var(--color-text);
}

@media screen and (max-width: 768px) {
  .spe-it .icon {
    width: 3.2rem;
  }
}

.spe-it .icon img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.spe-it .t-des {
  --f-sz: clamp(1.6rem, calc(1.4279rem + 0.2459vw), 1.9rem);
  font-size: var(--f-sz);
  color: var(--color-text);
}

.diff-group .b-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .diff-group .b-bot {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.diff-group .b-bot .btn {
  border-radius: 0.5rem;
}

.diff-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
}

@media screen and (max-width: 768px) {
  .diff-head .t-title {
    text-align: center;
  }

  .diff-head .t-title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.diff-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .diff-row>.col {
    width: 100%;
  }
}

.diff-group .b-bot {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.diff-group .b-bot .btn {
  -webkit-box-shadow: 0px 0px 0.5rem 0.2rem rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 0.5rem 0.2rem rgba(0, 0, 0, 0.26);
}

.diff-item {
  padding: 1.8rem 3.5rem;
  border-radius: 1.2rem;
  background: #f7faff;
  overflow: hidden;
  --cl: #223a5e;
  --fz: 2rem;
  --gap: 5rem;
  --iz: 4.8rem;
}

@media screen and (max-width: 768px) {
  .diff-item {
    padding: 1.2rem 2rem;
    --fz: 1.6rem;
    --gap: 2rem;
  }
}

.diff-item .icon {
  position: relative;
  overflow: visible;
}

.diff-item .icon::before {
  content: "";
  position: absolute;
  right: -3rem;
  width: 0.1rem;
  height: 3rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #223a5e;
}

@media screen and (max-width: 768px) {
  .diff-item .icon::before {
    right: -1rem;
  }
}

.pro-it {
  --iz: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pro-it {
    gap: 4rem;
  }
}

.pro-it::before {
  content: "";
  position: absolute;
  top: calc(var(--iz) / 2);
  left: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-top: 0.1rem dashed #1c75bc;
  width: 100%;
  z-index: 1;
}

.pro-it .t-num {
  width: var(--iz);
  height: var(--iz);
  border-radius: 100rem;
  background: #f7faff;
  color: var(--color-pri);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 1;
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
}

.pro-it .icon {
  width: 20rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pro-it .icon {
    width: 10rem;
  }

  .pro-it .icon img {
    width: 4rem;
  }
}

.pro-it .icon::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100rem;
  border: 0.1rem solid #1c75bc;
}

.pro-it .t-step {
  color: var(--color-text);
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  font-weight: 600;
}

.pro-it .t-des {
  color: var(--color-text);
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
}

.pro-slider .swiper-slide {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .pro-slider .swiper-slide {
    width: 50%;
  }
}

.pro-slider .swiper-slide:last-child .pro-it::before {
  display: none;
}

.sys-block {
  margin-top: 4rem;
}

.sys-img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.customer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .customer-head {
    gap: 0.8rem;
  }
}

.customer-head .box-tag {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  min-width: 12rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background: #f8f8f8;
  overflow: hidden;
  padding: 0.8rem;
  color: #747474;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .customer-head .box-tag {
    min-width: 8rem;
    font-size: 1.4rem;
  }
}

@media (hover: hover) {
  .customer-head .box-tag:hover {
    background: var(--color-pri);
    color: var(--color-white);
  }
}

.customer-head .box-tag.active {
  background: var(--color-pri);
  color: var(--color-white);
}

.customer-block {
  margin-top: 8rem;
}

.customer-head {
  margin-bottom: 3.2rem;
}

.customer-panel {
  border-radius: 0.4rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2.1rem 0.6rem rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2.1rem 0.6rem rgba(0, 0, 0, 0.07);
  padding-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .customer-panel {
    padding-bottom: 4rem;
  }
}

.customer-it {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.tabPanel {
  display: none;
}

@media screen and (max-width: 1200px) {
  .customer-slider .swiper-slide {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .customer-slider .swiper-slide {
    width: 33.3333333333%;
  }
}

@media screen and (max-width: 500px) {
  .customer-slider .swiper-slide {
    width: 50%;
  }
}

.sform-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sform-row>.col {
    width: 100%;
  }
}

.sec-hab {
  padding-top: 0;
}

.sec-hab .hab-head {
  margin-bottom: var(--pd-sc);
}

.hdv-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  gap: 2.4rem;
}

.hdv-panel .hdv-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
}

.form-list {
  --rg: 1.6rem;
  --cg: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .form-list {
    --cg: 1.2rem;
  }
}

.form-list~.b-submit {
  margin-top: 2.4rem;
}

.form-list .form-ip {
  position: relative;
}

.form-list .form-ip .text {
  color: #223a5e;
  display: inline-block;
  margin-bottom: 0.8rem;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  font-weight: 500;
}

.form-list .form-ip .ip-pos {
  position: relative;
}

.form-list .form-ip .ip-pos .icon {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-text);
  right: 1.6rem;
  cursor: pointer;
}

.form-list .form-ip .ip-pos input {
  padding-right: 4rem;
}

.form-list .form-ip input {
  height: 4.2rem;
  width: 100%;
  border: 0.1rem solid #1c75bc;
  border-radius: 0.8rem;
  outline: unset;
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1.6rem;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  background: #fff;
}

.form-list .form-ip input::-webkit-input-placeholder {
  color: #6b7280;
}

.form-list .form-ip input::-moz-placeholder {
  color: #6b7280;
}

.form-list .form-ip input::-ms-input-placeholder {
  color: #6b7280;
}

.form-list .form-ip input::placeholder {
  color: #6b7280;
}

.form-list .form-ip input:focus {
  border-color: var(--color-pri);
}

.form-list .form-ip textarea {
  height: 10rem;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  border: 0.1rem solid #1c75bc;
  border-radius: 0.8rem;
  padding: 1.2rem;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  outline: unset;
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  resize: unset;
}

.form-list .form-ip textarea::-webkit-input-placeholder {
  color: #6b7280;
}

.form-list .form-ip textarea::-moz-placeholder {
  color: #6b7280;
}

.form-list .form-ip textarea::-ms-input-placeholder {
  color: #6b7280;
}

.form-list .form-ip textarea::placeholder {
  color: #6b7280;
}

.form-list .form-ip textarea:focus {
  border-color: var(--color-pri);
}

.ctm-iframe .inner {
  display: block;
  padding-top: calc(640 / 1440 * 100%);
  position: relative;
  overflow: hidden;
}

.ctm-iframe .inner iframe {
  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;
}

.qa-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (max-width: 767px) {
  .qa-list {
    gap: 1.6rem;
  }
}

.qa-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 1.2rem;
  position: relative;
  z-index: 1;
}

.qa-heading .title {
  color: #223a5e;
  --f-sz: clamp(1.6rem, calc(1.2557rem + 0.4918vw), 2.2rem);
  font-size: var(--f-sz);
}

.qa-heading .icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #223a5e;
  font-size: 2rem;
}

.qa-item {
  border-radius: 0.8rem;
  padding: 1.2rem;
  border: 0.1rem solid #ddd;
  position: relative;
  overflow: hidden;
}

.qa-item.active {
  background-color: #edfef6;
  border-color: #edfef6;
}

.qa-item.active .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .qa-item {
    padding: 1.6rem;
  }
}

.qa-body {
  margin-top: 1.6rem;
  display: none;
  position: relative;
  z-index: 1;
}

.sqa-block {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .sqa-block {
    margin-top: 4rem;
  }
}

.sec-sfb {
  overflow: hidden;
}

.sfb-slider .swiper-container {
  margin: -1rem;
}

.sfb-slider .swiper {
  padding: 1rem;
}

.sfb-slider .swiper-slide {
  height: auto;
  overflow: visible;
}

@media screen and (min-width: 1025px) {
  .sfb-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1025px) {
  .sfb-slider .swiper-slide.swiper-slide-active .sfb-it {
    gap: 2rem;
  }

  .sfb-slider .swiper-slide.swiper-slide-active .sfb-it .b-body {
    height: auto;
  }

  .sfb-slider .swiper-slide.swiper-slide-active .sfb-it .b-bot {
    height: auto;
  }
}

@media screen and (max-width: 911px) {
  .sfb-slider .swiper-slide {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .sfb-slider .swiper-slide {
    width: 100%;
  }
}

.sfb-block {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .sfb-block {
    margin-top: 4rem;
  }
}

.sfb-it {
  padding: 1.2rem;
  border-radius: 0.4rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 1024px) {
  .sfb-it {
    height: 100%;
    gap: 2.4rem;
  }
}

.sfb-it .b-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  text-align: left;
}

.sfb-it .b-head .avt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 100rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .sfb-it .b-head .avt {
    width: 6rem;
    height: 6rem;
  }
}

.sfb-it .b-head .avt img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sfb-it .b-head .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sfb-it .b-head .t-gr .star {
  width: 25px !important;
  margin-bottom: -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}

.sfb-it .b-head .t-gr .star img {
  display: block;
  width: 1.4rem;
}

.sfb-it .b-head .t-gr .t-name {
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: 14px;
  font-weight: 500;
  color: #223a5e;
}

.sfb-it .b-head .t-gr .t-posi {
  font-size: 1.2rem;
  font-style: italic;
  color: #223a5e;
}

.sfb-it .b-body {
  max-width: 40rem;
  margin: 0 auto;
  color: rgba(34, 58, 94, 0.8);
  /* -webkit-transition: height 0.3s ease-in-out; */
  transition: height 0.3s ease-in-out;
  height: 0;
  /* overflow: hidden; */
}

@media screen and (max-width: 1024px) {
  .sfb-it .b-body {
    height: auto;
  }
}

.sfb-it .b-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223a5e;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: auto;
  height: 0;
  /* overflow: hidden; */
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .sfb-it .b-bot {
    height: auto;
  }
}

html:has(.admin-bar) {
  margin-top: 0 !important;
}

.bnh-panel .bnh-box~.btn {
  -webkit-box-shadow: 0px 0px 0.5rem 0.2rem rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 0.5rem 0.2rem rgba(0, 0, 0, 0.26);
}

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