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

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

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: #000000;
  overflow: hidden/auto;
}

a {
  text-decoration: none;
}

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

.main {
  min-height: 68vh;
  padding-top: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .main {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767.8px) {
  .main {
    padding-top: 4.5rem;
  }
}

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

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

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

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

iframe {
  vertical-align: middle;
}

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

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

.wow {
  animation-duration: 1s;
}

.load-item {
  display: none;
}

.show-hide-toggle {
  cursor: pointer;
}

/* 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(53, 96, 169);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(53, 96, 169);
}

.header {
  height: 12rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: 50;
  background-color: white;
}
@media screen and (max-width: 900px) {
  .header {
    height: 6rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767.8px) {
  .header {
    height: 4.5rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  }
}
.header.sticky {
  background-color: white;
}
.header.sticky:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  top: 100%;
  animation: 1.5s line;
  background: #e6e6e6;
  left: 0;
}
@media screen and (max-width: 900px) {
  .header.sticky:before {
    top: calc(100% + 0.1rem);
  }
}
.header.sticky::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background: rgb(53, 96, 169);
  top: 100%;
  animation: 1.5s line;
  right: 0;
}
@media screen and (max-width: 900px) {
  .header.sticky::after {
    top: calc(100% + 0.1rem);
  }
}
@media screen and (min-width: 900px) {
  .header.sticky {
    top: -8rem;
    height: 13rem;
  }
}
.header-logo {
  display: block;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.header-nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav-item.current_page_item .header-nav-link {
  color: red;
}
.header-nav-item.dropdown > i {
  display: block;
}
.header-nav-item > i {
  font-weight: 400;
  display: none;
}
.header-nav-item > .smenu {
  position: absolute;
  top: 100%;
  left: 0;
}
.header-nav-item:hover > .smenu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
@media screen and (max-width: 900px) {
  .header-nav {
    display: none;
  }
}
.header-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .header-top {
    margin-bottom: unset;
    height: 100%;
  }
}
.header-top .custom-logo-link {
  display: block;
  margin-top: auto;
}
@media screen and (max-width: 900px) {
  .header-top .custom-logo-link {
    margin-top: unset;
  }
}
@media screen and (max-width: 767.8px) {
  .header-top .custom-logo-link {
    width: 14rem;
  }
}
@media screen and (max-width: 450px) {
  .header-top .custom-logo-link {
    width: 12rem;
  }
}
@media screen and (max-width: 360px) {
  .header-top .custom-logo-link {
    width: 10rem;
  }
}
.header-top .custom-logo-link > img {
  width: 100%;
  display: block;
}
.header-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 -0.6rem;
}
@media screen and (max-width: 900px) {
  .header-link {
    display: none;
  }
}
.header-link-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-links {
  display: inline-block;
  color: rgb(102, 102, 102);
  padding: 0 0.6rem;
  position: relative;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .header-links:hover {
    color: rgb(255, 111, 0);
  }
}
.header-links:last-child::before {
  display: none;
}
.header-links::before {
  content: "";
  position: absolute;
  left: 100%;
  height: 100%;
  transform: translateX(-50%);
  width: 0.1rem;
  background: rgb(102, 102, 102);
}
.header-links:last-child::before {
  display: none;
}
.header-links-dropdown {
  padding: 1.2rem !important;
}
.header-links .drop-item:not(:last-child) {
  margin-bottom: 1rem;
}
.header-links .drop-link {
  color: rgb(102, 102, 102);
  letter-spacing: -0.017em;
  position: relative;
}
.header-wrap {
  margin-top: 0.4rem;
}
@media screen and (max-width: 900px) {
  .header-wrap {
    margin-top: 0;
    height: 100%;
  }
}
.header-last {
  margin-top: 1.2rem;
}
@media screen and (max-width: 900px) {
  .header-last {
    margin-top: unset;
  }
}
.header-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .header-group {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-group > .header-rate {
    display: none;
  }
}
.header-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.8rem;
}
.header-box {
  padding: 1rem 3.2rem;
  display: inline-block;
  border-radius: 10rem;
  color: rgb(53, 96, 169);
  font-size: 1.6rem;
  white-space: nowrap;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .header-box:hover {
    background: rgb(53, 96, 169);
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header-box {
    padding: 0.8rem 1.2rem;
    font-size: 1.4rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 550px) {
  .header-box {
    font-size: 1.3rem;
  }
}
.header-box.active {
  background: rgb(53, 96, 169);
  color: #fff;
}
.header-rate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.header-rate-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 1201px) {
  .header-rate-btn:hover {
    color: rgb(255, 111, 0);
  }
}
.header-rate .header-rate-dropdown {
  padding: 1.2rem;
}
.header-rate .header-rate-dropdown .form-select {
  font-size: 1.6rem;
  cursor: pointer;
}
.header-rate .header-rate-dropdown .form-label {
  color: #212529;
}
.header-manu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.header-manu-item {
  cursor: pointer;
  position: static;
}
@media screen and (min-width: 1201px) {
  .header-manu-item:hover .header-account-dropdown {
    opacity: 1;
    visibility: visible;
  }
}
.header-manu-item:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 1200px) {
  .header-manu-item:not(:last-child) {
    margin-right: 1rem;
  }
}
.header-manu-item img {
  display: block;
}
.header-manu-item .icon {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .header-manu-item .icon {
    pointer-events: none;
  }
}
.header-manu-item .icon::after {
  display: none;
}
.header-manu-item .icon img {
  width: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .header-manu-item .icon img {
    width: 1.8rem;
  }
}
.header-manu .dropdown-menu {
  inset: unset !important;
  right: 0 !important;
  top: 100% !important;
  transform: none !important;
  left: auto;
  text-transform: none;
}
@media screen and (max-width: 900px) {
  .header-manu .dropdown-menu {
    right: -4.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .header-manu .dropdown-menu {
    right: -3rem !important;
  }
}
.header-user-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header-account {
  display: flex;
  align-items: center;
  margin-right: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .header-account {
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  .header-account {
    margin-right: 0.6rem;
  }
}
.header-account-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-account-ct {
  padding: 1.2rem;
}
.header-account .img {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .header-account .img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 400px) {
  .header-account .img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.header-account .name {
  letter-spacing: -0.017em;
  color: #666666;
  display: block;
  margin-right: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .header-account .name {
    display: none;
  }
}

.nav-pc .dropdown-menu.other {
  display: flex;
  flex-direction: unset;
  min-width: 34rem;
  flex-wrap: wrap;
  padding: 1rem 0;
  top: calc(100% + 2rem);
  filter: drop-shadow(0 0 0.75rem rgba(51, 95, 168, 0.26));
  right: 0%;
  left: auto;
  transform: none !important;
  width: max-content;
}
.nav-pc .dropdown-menu.other::before {
  position: absolute;
  content: "";
  top: -2rem;
  height: 2rem;
  width: 100%;
  left: 0;
}
.nav-pc .dropdown-menu.other::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 24px solid white;
  right: 5rem;
  z-index: -1;
  top: -1.2rem;
}
.nav-pc .dropdown-menu.other li {
  position: relative;
}
.nav-pc .dropdown-menu.other .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  margin-right: 1rem;
  flex-shrink: 0;
}
.nav-pc .dropdown-menu.other .dropdown-item {
  text-transform: initial;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.dropdown-menu-gr {
  width: 50%;
  padding: 0 1rem;
}
.dropdown-menu-title {
  padding: 1rem;
  font-weight: 700;
}

.menu-nav .nav-item.dropdown > .nav-link {
  padding-right: 4rem;
}
@media screen and (max-width: 1200px) {
  .menu-nav .nav-item.dropdown > .nav-link {
    padding-right: 2.5rem;
  }
}
.menu-nav .nav-item.dropdown > i {
  right: 2.2rem;
}
@media screen and (max-width: 1200px) {
  .menu-nav .nav-item.dropdown > i {
    right: 1rem;
  }
}

.dropdown {
  cursor: pointer;
}

.siginpu .btn-close {
  margin-left: auto;
}

.sigin-wrap .login-inner {
  width: 100%;
}
.sigin-wrap .custom-logo-link {
  max-width: 24.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.sigin-wrap .login-input {
  border-radius: 0;
  padding-left: 4rem;
  padding-top: 0.1rem;
}
.sigin-wrap .login-input::placeholder {
  font-size: 1.4rem;
}
.sigin-wrap .login-control {
  position: relative;
}
.sigin-wrap .login-control .c-text {
  position: absolute;
  top: 1.6rem;
  left: 1.5rem;
  width: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  pointer-events: none;
}
.sigin-wrap .login-recheck {
  flex-direction: column;
  align-items: flex-start;
}

.modal-content {
  padding: 1.2rem;
}
.modal-content .login-regis {
  margin-top: 1.2rem;
}
.modal-content .login-regis .btn {
  border: 0.1rem solid rgb(53, 96, 169);
  background: transparent;
}
.modal-content .login-regis .btn .btn-inner {
  color: rgb(53, 96, 169);
}

.notimanu {
  width: 100%;
  min-width: 36rem;
}
@media screen and (max-width: 400px) {
  .notimanu {
    min-width: 28rem;
  }
}
.notimanu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f6fe;
  padding: 0.8rem 1.2rem 0.7rem;
}
.notimanu-bottom {
  text-align: center;
  background: #f6f6fe;
  padding: 0.8rem 1.2rem 0.7rem;
}
.notimanu-list {
  min-height: 32rem;
  max-height: 40rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.notimanu-tit {
  flex: 1;
  padding-right: 0.5rem;
  display: block;
  font-weight: 600;
}
.notimanu-link {
  font-size: 1.3rem;
  display: block;
  line-height: 1.2;
  color: rgb(102, 102, 102);
}
.notimanu-link .bold {
  font-weight: 500;
}
.notimanu-item {
  display: flex;
  align-items: center;
  padding: 1.2rem;
}
.notimanu-item:not(:last-child) {
  border-bottom: 0.1rem solid #e5e5e5;
}
.notimanu-avt {
  width: 4rem;
  height: 4rem;
}
.notimanu-name {
  color: rgb(102, 102, 102);
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  display: block;
}
@media (hover: hover) {
  .notimanu-name:hover {
    color: rgb(53, 96, 169);
  }
}
.notimanu-ct {
  display: flex;
  padding-left: 1.2rem;
  align-items: center;
  flex: 1;
}
.notimanu-ct.mess .notimanu-name {
  color: rgb(53, 96, 169);
}
.notimanu-box {
  flex: 1;
}
.notimanu-btn .btn {
  height: 3.2rem;
  padding: 0.6rem 1.2rem 0.5rem;
}
.notimanu-btn .btn .text {
  font-size: 1.4rem;
}
.notimanu-mess {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.2;
}
.notimanu-time {
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 0.5rem;
  color: rgb(102, 102, 102);
}
.notimanu-noti {
  display: flex;
  align-items: center;
}
.notimanu-noti .icon {
  display: block;
  width: 1.2rem;
  margin-right: 0.5rem;
}
.notimanu-noti .text {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

.footer {
  padding-top: 5.5rem;
  background: #445268;
}
.footer-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
  }
}
.footer-custom-logo {
  display: block;
}
@media screen and (max-width: 900px) {
  .footer-custom-logo {
    margin: 0 auto;
  }
}
.footer-custom-logo img {
  display: block;
}
.footer-last {
  width: 58.3333333333%;
}
@media screen and (max-width: 900px) {
  .footer-last {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.footer-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
.footer-control {
  width: 50%;
}
.footer-control:first-child .footer-input {
  border-radius: 3rem 0px 0px 3rem;
}
@media screen and (max-width: 768px) {
  .footer-control:first-child .footer-input {
    border-radius: 0.4rem 0px 0px 0.4rem;
  }
}
.footer-btn .btn {
  cursor: pointer;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer-btn .btn {
    padding: 0 1.2rem;
    border-radius: 0.4rem;
  }
  .footer-btn .btn .text {
    font-size: 1.4rem;
  }
}
.footer-input {
  width: 100%;
  font-family: "Roboto", sans-serif;
  height: 4.8rem;
  padding: 0 1.2rem;
  background: #fff;
  font-size: 1.6rem;
  border: unset;
  border-radius: 0px 3rem 3rem 0px;
  border: 0.1rem solid transparent;
}
@media screen and (max-width: 768px) {
  .footer-input {
    border-radius: 0px 0.4rem 0.4rem 0px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-input {
    height: 3.8rem;
  }
}
.footer-input:focus {
  border-color: rgb(255, 111, 0);
  outline: unset;
}
.footer-mid {
  margin-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .footer-mid .col-3 {
    width: 50%;
    margin-bottom: 2.4rem;
  }
}
.footer-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-inner .text {
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .footer-inner .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-inner .text {
    font-size: 1.7rem;
  }
}
.footer-item {
  margin-top: 1.2rem;
}
.footer-link {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 400px) {
  .footer-link {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .footer-link:hover {
    color: rgb(255, 111, 0);
  }
}
.footer-bot {
  margin-top: 2.4rem;
}
.footer-bot-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 900px) {
  .footer-bot-flex {
    flex-direction: column;
  }
}
.footer-info {
  padding: 0 1.5rem;
  width: 75%;
}
@media screen and (max-width: 900px) {
  .footer-info {
    width: 100%;
  }
}
.footer-info .text {
  margin-bottom: 1.2rem;
}
.footer-social {
  padding: 0 1.5rem;
  width: 25%;
}
@media screen and (max-width: 900px) {
  .footer-social {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .footer-social-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.4rem;
  }
}
.footer-social-inner .text {
  text-align: end;
}
.footer-social-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2rem;
  justify-content: end;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .footer-social-list {
    gap: 1.2rem;
  }
}
.footer-social-icon {
  display: block;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .footer-social-icon:hover {
    transform: translateY(-0.5rem);
  }
}
@media screen and (max-width: 1200px) {
  .footer-social-icon {
    width: 2.6rem;
  }
}
.footer-social-icon > img {
  display: block;
  width: 100%;
}
.footer-verifi {
  margin-top: 1.6rem;
}
.footer-verifi-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 4rem;
  justify-content: end;
}
@media screen and (max-width: 1200px) {
  .footer-verifi-list {
    gap: 1.2rem;
  }
}
.footer-verifi-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: fit-content;
  margin-top: auto;
}
.footer-verifi-icon > img {
  display: block;
}
.footer-end {
  padding: 1.6rem 0;
  background: #303f56;
}
.footer-end-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-end-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
  }
}
.footer-end-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -0.8rem;
}
.footer-end-link {
  display: inline-block;
  padding: 0 0.8rem;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .footer-end-link:hover {
    color: rgb(255, 111, 0);
  }
}
@media screen and (max-width: 440px) {
  .footer-end-link.t16 {
    font-size: 1.3rem;
  }
}
.footer-end-link:last-child::before {
  display: none;
}
.footer-end-link::before {
  content: "";
  position: absolute;
  left: 100%;
  height: 100%;
  transform: translateX(-50%);
  width: 0.1rem;
  background: #fff;
  top: 0;
  bottom: 0;
}

body:not(:has(.footer-top)) footer {
  padding: 0;
}

.burger {
  cursor: pointer;
  position: relative;
  margin: auto;
}
@media screen and (min-width: 901px) {
  .burger {
    display: none;
  }
}

.hamburger .line {
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: rgb(53, 96, 169);
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}

#hamburger.active .line:nth-child(1) {
  width: 18px;
  margin-left: auto;
}

#hamburger.active .line:nth-child(2) {
  margin-left: auto;
}

#hamburger.active .line:nth-child(3) {
  width: 14px;
  margin-left: auto;
}

.select2-container {
  height: 37px;
  background-color: transparent;
  border-radius: 6px;
}

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

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 6px;
  color: #ffffff;
  height: 37px;
  background-color: #e6eeed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  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: #000000;
  font-size: 1.4rem;
  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;
}

.select2-container .select2-dropdown {
  background: transparent;
  padding: 0.2rem;
  background: white;
  border: 0.1rem solid #aaa;
}

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

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #e6eeed;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(53, 96, 169);
  font-size: 1.6rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: #000000;
  font-size: 1.6rem;
}

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

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

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

.select2-container {
  height: 37px;
  background-color: transparent;
  border-radius: 6px;
}

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

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 6px;
  color: #ffffff;
  height: 37px;
  background-color: #e6eeed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  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: #000000;
  font-size: 1.4rem;
  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;
}

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

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 0.2rem solid #cccccc;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #e6eeed;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(53, 96, 169);
  font-size: 1.6rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: #000000;
  font-size: 1.6rem;
}

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

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

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

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

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

.menu-nav {
  height: 100%;
}
.menu-nav > .menu-list {
  height: 100%;
  margin: 0 -2.25rem;
}
.menu-nav > .menu-list > .menu-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.menu-nav > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.2rem;
  background-color: rgb(53, 96, 169);
  width: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .menu-nav > .menu-list > .menu-item:hover::before {
    width: calc(100% - 4.5rem);
  }
}
.menu-nav > .menu-list > .menu-item > a {
  padding: 0 2.25rem;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.menu-nav > .menu-list > .menu-item.current_page_item::before {
  width: calc(100% - 4.5rem);
}
.menu-nav > .menu-list > .menu-item.current_page_item > a {
  color: rgb(53, 96, 169);
}
.menu-nav > .menu-list > .menu-item > .menu-list {
  top: 100%;
  z-index: 1;
}
.menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1201px) {
  .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.menu-item > a {
  color: #666666;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .menu-item > a:hover {
    color: rgb(53, 96, 169);
  }
}
.menu-item > a > i {
  display: none;
  font-weight: 400;
  margin-left: 4px;
}
.menu-item.dropdown > a > i {
  display: inline-block;
}
.menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .menu-item > .menu-list {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 5px);
  }
}
.menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .menu-item > .menu-list > .menu-item:hover {
    background-color: rgba(53, 96, 169, 0.1);
  }
  .menu-item > .menu-list > .menu-item:hover::before {
    opacity: 1;
  }
}
.menu-item > .menu-list > .menu-item > a {
  padding: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-item > .menu-list > .menu-item > a > i {
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 8px;
}
.menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}

.popup-reques-top {
  padding-bottom: 2rem;
}
.popup-reques-inner {
  padding: 4rem;
  background: #ffffff;
  border-radius: 3rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .popup-reques-inner {
    height: 90vh;
    overflow-y: auto;
    border-radius: unset;
    padding: 2.4rem;
  }
}
.popup-reques-wrap {
  border-bottom: 0.1rem solid #e5e5e5;
}
.popup-reques-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  gap: 7rem;
  border-top: 0.1rem solid #e5e5e5;
}
@media screen and (max-width: 1200px) {
  .popup-reques-item {
    gap: 2.4rem;
    align-items: unset;
  }
}
@media screen and (max-width: 820px) {
  .popup-reques-item {
    flex-direction: column;
  }
}
.popup-reques-left {
  width: 20%;
}
@media screen and (max-width: 820px) {
  .popup-reques-left {
    width: 100%;
  }
}
.popup-reques-mid {
  flex: 1;
}
.popup-reques-right {
  width: fit-content;
  margin-left: auto;
}
.popup-reques-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.6rem;
  margin-top: 3rem;
}
.popup-reques .btn {
  height: 4rem;
}
@media screen and (max-width: 820px) {
  .popup-reques .btn {
    border-radius: 0.4rem;
  }
}

.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 1200px;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 600px) {
  .popup-quote .popup-over {
    min-height: 40vh;
    max-height: 80vh;
    overflow-y: auto;
  }
}
.popup-quote-py {
  background: #fff;
  border-radius: 3rem;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .popup-quote-py {
    padding: 4rem 2.4rem;
    border-radius: 0;
  }
}
.popup-quote-wrap {
  margin-top: 2rem;
  padding-top: 7rem;
  padding-bottom: 2.4rem;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .popup-quote-wrap {
    padding-top: 2.4rem;
  }
}
.popup-quote-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 1200px) {
  .popup-quote-gr {
    margin: 0 -0.6rem;
  }
}
.popup-quote-input {
  height: 4.8rem;
  width: 100%;
  border-radius: 3rem;
  border: 0.1rem solid #e5e5e5;
  font-family: "Roboto", sans-serif;
  color: rgb(102, 102, 102);
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .popup-quote-input {
    border-radius: 0.4rem;
  }
}
.popup-quote-input:focus {
  border-color: rgb(255, 111, 0);
  outline: unset;
}
.popup-quote-lb {
  font-weight: 700;
  color: rgb(102, 102, 102);
  margin-bottom: 0.4rem;
}
.popup-quote-control {
  width: 50%;
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .popup-quote-control {
    margin-bottom: 1.2rem;
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 550px) {
  .popup-quote-control {
    width: 100%;
  }
}
.popup-quote-control.col3 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .popup-quote-control.col3 {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .popup-quote-control.col3 {
    width: 100%;
  }
}
.popup-quote-submit {
  width: fit-content;
  margin: 0 auto;
}
.popup-quote-submit .btn {
  height: 4rem;
}

input {
  transition: 0.3s ease-in-out;
}

.mobile {
  position: fixed;
  z-index: 140;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 500px;
  max-width: 500px;
  background-color: white;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  padding-bottom: 6rem;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transform: translateX(-110%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .mobile {
    width: 100%;
    min-width: initial;
  }
}
.mobile.sticky {
  top: 0;
}
.mobile.open {
  transform: translateX(0);
}
@media screen and (min-width: 1251px) {
  .mobile {
    display: none;
  }
}
.mobile .logo {
  height: 6rem;
  width: 100%;
  position: fixed;
  padding: 1rem 1.5rem;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 0.1rem solid rgb(53, 96, 169);
}
.mobile .logo .logo-wr {
  width: fit-content;
  height: 100%;
  margin: 0 auto;
}
.mobile .logo .logo-wr img {
  height: 100%;
}
.mobile-con {
  width: 100%;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: rgb(53, 96, 169);
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-110%);
}
.mobile-overlay.sticky {
  top: 0;
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (min-width: 1201px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  padding: 8rem 0;
  position: relative;
  padding-bottom: 0;
}
.mobile-wr .header-rate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 0.4rem;
  padding: 0 1.2rem;
}
.mobile-nav > .menu-list > .menu-item {
  border-radius: none;
}
.mobile-nav > .menu-list > .menu-item::before {
  display: none;
}
.mobile-nav > .menu-list > .menu-item > a {
  font-size: 1.6rem;
}
.mobile-nav .menu-list {
  flex-direction: column;
  align-items: flex-start;
  position: static;
  min-width: initial;
  width: 100%;
  box-shadow: none;
  transition: initial;
  margin: 0;
}
.mobile-nav .menu-item {
  margin-left: 0;
  width: 100%;
  flex-direction: column;
}
.mobile-nav .menu-item::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  background-color: rgba(53, 96, 169, 0.05);
  opacity: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.mobile-nav .menu-item.active::after {
  opacity: 1;
}
.mobile-nav .menu-item.active > a {
  color: rgb(53, 96, 169);
}
.mobile-nav .menu-item.active > a > i {
  transform: rotate(-180deg) !important;
}
.mobile-nav .menu-item.dropdown > a > i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.mobile-nav .menu-item a {
  width: 100%;
  padding: 12px 12px !important;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(102, 102, 102);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  font-size: 1.6rem;
}
.mobile-nav .menu-item a i {
  transform: initial !important;
  margin-top: 0;
  width: 30px;
  height: 20px;
  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;
}
.mobile-nav .menu-item > .menu-list {
  padding-left: 10px;
  display: none;
  max-height: none !important;
  overflow: hidden !important;
}
.mobile-nav .menu-item > .menu-list > .menu-item > a {
  position: relative;
}
.mobile-nav .menu-item > .menu-list > .menu-item > a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  height: 1px;
  background-color: transparent;
}
.mobile-nav .menu-item > .menu-list > .menu-item > a i {
  margin-top: 0;
}
.mobile-content {
  padding: 15px;
}
.mobile-info {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.mobile-info .content {
  padding: 1.2rem;
}
.mobile-info .content-tt {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .mobile-info .content-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mobile-info .content-tt {
    font-size: 1.7rem;
  }
}
.mobile-info .content-bl + .content-bl {
  margin-top: 2rem;
}
.mobile-info .content-bl-tt {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.mobile-info .content-bl-desc {
  color: rgb(102, 102, 102);
}
.mobile-info .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 1.2rem 1.5rem;
  text-align: center;
  position: static;
  transform: unset;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  top: unset;
}
.mobile-info .social::before {
  content: "";
  position: absolute;
  top: 0;
  width: 16rem;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0.1rem;
  background: rgb(102, 102, 102);
}
.mobile-info .social-link {
  padding: 2rem 0;
  width: 25%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.mobile-info .social-link img {
  width: 2.4rem;
  height: 2.4rem;
}
.mobile-info .social .text {
  color: rgb(53, 96, 169);
}
.mobile-title {
  font-size: 2.4rem;
  color: rgb(255, 111, 0);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1200px) {
  .mobile-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mobile-title {
    font-size: 1.7rem;
  }
}
.mobile-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-fl span {
  color: rgb(255, 111, 0);
  margin-right: 4px;
}
.mobile-text {
  color: rgb(53, 96, 169);
}
.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  height: 100%;
  background-color: #000000;
  cursor: pointer;
}
.mobile-mxh-link i {
  color: white;
}
.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link .icon {
  color: #ffffff;
}
.mobile-account {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mobile-re {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-re-link {
  font-size: 1.6rem;
  color: rgb(53, 96, 169);
  text-decoration: underline;
}
.mobile-re-link:not(:first-child) {
  margin-left: 16px;
}
.mobile-close {
  position: absolute;
  top: 10px;
  right: 1.5rem;
  width: 35px;
  height: 35px;
  border: 1px solid rgb(102, 102, 102);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
  z-index: 110;
}
.mobile-close:hover .icon {
  transform: rotate(360deg);
}
.mobile-close .icon {
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: rgb(53, 96, 169);
}

.banner {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 0;
    margin-bottom: 0.8rem;
  }
}
.banner-pagi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.banner-img {
  position: relative;
  padding-top: 27.5%;
}
@media screen and (max-width: 600px) {
  .banner-img {
    padding-top: 44%;
  }
}
.banner-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-pagination {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .banner .swiper-pagination {
    margin-top: 0.8rem;
  }
}
.banner-sw {
  position: relative;
}
.banner-sw .banner-pagi {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}

.breadcrumb {
  margin-top: 1.6rem;
}
.breadcrumb-list {
  --gap: 0.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1.2rem;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  letter-spacing: -0.017em;
  transition: all 0.4s;
}
@media (hover: hover) {
  .breadcrumb-item:hover .breadcrumb-link {
    color: #3560a9;
  }
}
.breadcrumb-item:last-child .breadcrumb-link {
  color: #3560a9;
  font-weight: 700;
}
.breadcrumb-item:not(.breadcrumb-item:first-child)::before {
  content: "";
  background-image: url(../assets/images/icon-next.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-inline: var(--gap);
}
.breadcrumb-link {
  letter-spacing: -0.017em;
  color: #666666;
  font-size: 1.2rem;
}
.breadcrumb-search .form-field {
  position: relative;
}
@media screen and (min-width: 768px) {
  .breadcrumb-search .form-field {
    max-width: 43.2rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .c-item {
    width: 100%;
  }
}

.btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: rgb(53, 96, 169);
  padding: 1.2rem 3.2rem;
  border-radius: 4rem;
  width: fit-content;
  white-space: nowrap;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  height: 4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 550px) {
  .btn {
    height: 3.2rem;
    padding: 0.8rem 1.2rem 0.9;
  }
}
@media (hover: hover) {
  .btn:hover::after {
    transform: translate(0) rotate(0);
  }
}
.btn::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotate(10deg) translate(-1.2em, 110%);
  transform-origin: 0% 100%;
  background: rgb(42, 67, 137);
  box-sizing: border-box;
  transition: transform 500ms ease;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 1.2rem;
  }
}
.btn .text {
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  white-space: nowrap;
}
.btn.second {
  background: rgb(255, 111, 0);
}
.btn.second::after {
  background: rgb(255, 143, 0);
}
.btn.three {
  padding: 0.8rem 3.2rem;
  background: #fff;
  border: 0.1rem solid #3560a9;
}
@media (hover: hover) {
  .btn.three:hover {
    border-color: rgb(42, 67, 137);
  }
  .btn.three:hover .btn-inner {
    color: white;
  }
}
.btn.four {
  background: #fff;
  border: 1px solid rgb(255, 111, 0);
  border-radius: 3rem;
}
@media (hover: hover) {
  .btn.four:hover {
    border-color: rgb(255, 143, 0);
  }
  .btn.four:hover .c-second {
    color: rgb(255, 143, 0);
  }
}
.btn.four::after {
  display: none;
}
.btn.five {
  background: rgb(102, 102, 102);
}
.btn.five::after {
  background: rgb(53, 96, 169);
}
.btn.white {
  background: white;
}
@media (hover: hover) {
  .btn.white:hover .btn-inner {
    color: white;
  }
}
.btn.booking {
  padding: 0.3rem 1.7rem;
  margin-bottom: 0.8rem;
  height: 2.8rem;
}
.btn.ct {
  width: 16rem;
}
.btn-search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background: rgb(53, 96, 169);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  padding: 0;
}
.btn-search span {
  width: 2.4rem;
  display: block;
  flex-shrink: 0;
}

.btnsec .btn {
  margin-bottom: 3rem;
  margin-left: 3rem;
}

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

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

.re-label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.re-input {
  padding: 16px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  border: none;
  outline: none;
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers.m-top {
  margin-top: 30px;
}
.page-numbers > li:not(:first-child) {
  margin-left: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .page-numbers > li:not(:first-child) {
    margin-left: 1.2rem;
  }
}
.page-numbers > li:first-child {
  margin-right: 1.6rem;
}
.page-numbers > li:first-child .page-numbers {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid #3560a9;
}
@media screen and (max-width: 1200px) {
  .page-numbers > li:first-child {
    margin-right: 0.8rem;
  }
}
.page-numbers > li:last-child {
  margin-left: 4rem;
}
.page-numbers > li:last-child .page-numbers {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid #3560a9;
}
@media screen and (max-width: 1200px) {
  .page-numbers > li:last-child {
    margin-left: 2rem;
  }
}
.page-numbers > li > .page-numbers {
  color: rgb(53, 96, 169);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border: 0.1rem solid #3560a9;
}
.page-numbers > li > .page-numbers:hover {
  background-color: rgb(53, 96, 169);
  color: #fff;
}
.page-numbers > li > .page-numbers.current {
  background-color: rgb(53, 96, 169);
  color: #fff;
}
.page-numbers > li > .page-numbers .icon {
  font-weight: 700;
  border-radius: 50%;
}

.pro-list {
  margin-bottom: -30px;
}
.pro-item {
  margin-bottom: 30px;
}
.pro-item-2 {
  width: 50%;
}
.pro-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .pro-item-3 {
    width: 50%;
  }
}
.pro-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .pro-item-4 {
    width: 50%;
  }
}
.pro-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .pro-item-5 {
    width: 50%;
  }
}

.prose-list {
  margin-bottom: -30px;
}
.prose-item {
  margin-bottom: 30px;
}
.prose-item-2 {
  width: 50%;
}
.prose-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .prose-item-3 {
    width: 50%;
  }
}
.prose-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .prose-item-4 {
    width: 50%;
  }
}
.prose-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .prose-item-5 {
    width: 50%;
  }
}

.proth-list {
  margin-bottom: -30px;
}
.proth-item {
  margin-bottom: 30px;
}
.proth-item-2 {
  width: 50%;
}
.proth-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .proth-item-3 {
    width: 50%;
  }
}
.proth-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .proth-item-4 {
    width: 50%;
  }
}
.proth-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .proth-item-5 {
    width: 50%;
  }
}

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

.search-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  min-width: 250px;
}
.search-input {
  font-family: "Roboto", sans-serif;
  outline: none;
  border: 1px solid #000000;
  font-size: 1.6rem;
  color: #000000;
  flex: 1;
  height: 40px;
  padding: 0 12px;
  background-color: white;
}
.search-input::placeholder {
  color: #000000;
}
.search-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  width: 40px;
  background-color: #000000;
  cursor: pointer;
}
.search-btn:hover .icon {
  transform: scale(1.05);
}
.search-btn .icon {
  width: 16px;
  height: 16px;
}

.t-title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
  color: rgb(53, 96, 169);
}
@media only screen and (max-width: 1200px) {
  .t-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title {
    font-size: 2.7rem;
  }
}
.t-title.white {
  color: white;
}
.t-title.m-nor {
  margin-bottom: 24px;
}

.t-title-second {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: rgb(53, 96, 169);
}
@media only screen and (max-width: 1200px) {
  .t-title-second {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-second {
    font-size: 1.7rem;
  }
}
.t-title-second.m-nor {
  margin-bottom: 24px;
}
.t-center {
  text-align: center;
}

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

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

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

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

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

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

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

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

.fsi {
  font-style: italic;
}

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

.t9 {
  font-size: 0.9rem;
}

.t11 {
  font-size: 1.1rem;
}

.t12 {
  font-size: 1.2rem;
}

.t14 {
  font-size: 1.4rem;
}

.t16 {
  font-size: 1.6rem;
}

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

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

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

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

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

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

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

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

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

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

.h2-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: rgb(53, 96, 169);
}
@media only screen and (max-width: 1200px) {
  .h2-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .h2-title {
    font-size: 2.2rem;
  }
}

.h3-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(53, 96, 169);
}
@media only screen and (max-width: 1200px) {
  .h3-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .h3-title {
    font-size: 1.7rem;
  }
}

.pd-sec {
  padding-top: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .pd-sec {
    padding-top: 3.2rem;
  }
}

.c-text {
  color: rgb(102, 102, 102);
}

.mt-16 {
  margin-top: 1.6rem;
}

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

.pb-sec {
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .pb-sec {
    padding-bottom: 4rem;
  }
}

.mt-2 {
  margin-top: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.bg-f5 {
  background: #f5f5f5;
}

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

.sec-quote.none-py {
  padding: unset;
}

.py-4 {
  padding: 4rem 0;
}

.box-shadow-none {
  box-shadow: unset;
}

.c-pri {
  color: rgb(53, 96, 169);
  transition: 0.3s ease-in-out;
}

.c-second {
  color: rgb(255, 111, 0);
  transition: 0.3s ease-in-out;
}

.c-third {
  color: #f05123;
}

.c-four {
  color: #f05123;
}

.c-five {
  color: #f05123;
}

.c-white {
  color: white;
}

.c-black {
  color: #000000;
}

.bc-pri {
  background-color: rgb(53, 96, 169);
}

.bc-second {
  background-color: rgb(255, 111, 0);
}

.bc-third {
  background-color: #f05123;
}

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

.bc-five {
  background-color: #f05123;
}

.over-hd {
  overflow: hidden;
}

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

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

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

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

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

.swiper-pagination {
  position: static;
  width: fit-content !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .swiper-pagination {
    gap: 2rem;
  }
}
.swiper-pagination-bullet {
  background: #d9d9d9;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 1;
  transition: 0.3s ease-in-out;
  margin: 0 !important;
}
@media screen and (max-width: 1200px) {
  .swiper-pagination-bullet {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.swiper-pagination-bullet-active {
  background-color: rgb(53, 96, 169);
}

.swiper-prev,
.swiper-next {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100rem;
  background-color: #fff;
  border: 0.2rem solid rgb(53, 96, 169);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .swiper-prev:hover,
.swiper-next:hover {
    background: rgb(53, 96, 169);
  }
  .swiper-prev:hover .icon,
.swiper-next:hover .icon {
    color: #fff;
  }
}
.swiper-prev .icon,
.swiper-next .icon {
  color: rgb(53, 96, 169);
  transition: 0.3s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.swiper-prev .icon > i,
.swiper-next .icon > i {
  font-size: 1.2rem;
  font-weight: 700;
}

.m-mid {
  margin: 0 auto;
}

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

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

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

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

.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fl-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.f-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.icon-left {
  margin-right: 8px;
}

.icon-right {
  margin-left: 8px;
}

.spc.no-wrap .spc-list {
  flex-wrap: nowrap;
}
.spc-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-bottom: -8px;
}
.spc-item {
  margin-left: 8px;
  margin-bottom: 8px;
}
.spc-16 .spc-list {
  margin-left: -16px;
  margin-bottom: -16px;
}
.spc-16 .spc-item {
  margin-bottom: 16px;
  margin-left: 16px;
}
.spc-24 .spc-list {
  margin-left: -24px;
  margin-bottom: -24px;
}
.spc-24 .spc-item {
  margin-bottom: 24px;
  margin-left: 24px;
}

.select2-container {
  height: 4.8rem;
}

.select2-dropdown {
  border-radius: unset;
}

.select2-container--default .select2-selection--single {
  height: 4.8rem !important;
  background: #fff;
  border-radius: 3rem !important;
  border: 1px solid #e5e5e5 !important;
  transition: 0.3s ease-in-out;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 1.4rem;
  color: #808080;
  font-weight: 400;
  padding: 0 2rem;
}
@media screen and (max-width: 550px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 1rem;
  }
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  box-shadow: 0.4rem 0.4rem 4rem rgba(0, 0, 0, 0.05);
  border-top: unset;
}

.select2-results {
  border-radius: unset !important;
}

.select2-container--default .select2-results__option--selected {
  background: #fff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: rgba(68, 68, 68, 0.7);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgb(53, 96, 169) !important;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: unset;
  border-color: #000 transparent transparent transparent !important;
}
@media screen and (max-width: 550px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1rem;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: unset;
  margin-top: unset;
  position: unset;
  border-width: 0.6rem 0.6rem 0 0.6rem;
  border-color: #000 transparent transparent transparent;
}

.select2-container--open .select2-selection--single {
  border-color: rgb(255, 111, 0) !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0px 0.6rem 0.6rem !important;
}

.tabPanel {
  display: none;
}
.tabPanel.open {
  display: block;
  animation: fadeInUp 0.6s ease-in-out;
}

.row {
  --gutter-x: 2.4rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.gy-1 {
  --gutter-y: 2.4rem;
}

.ai-center {
  align-items: center;
}

.jc-center {
  justify-content: center;
}

.f-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bg-f7 {
  background-color: #f7f7f7;
}

@keyframes likeAni {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(30deg) scale(0.9);
  }
  70% {
    transform: rotate(-35deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
.t-blue {
  color: #3560a9;
}

.t-light {
  color: #666666;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ss-pd {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .ss-pd {
    padding: 40px 0;
  }
}

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

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

.recheck-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.recheck-input:checked ~ .recheck-dot::before {
  opacity: 1;
}
.recheck-dot {
  width: 24px;
  height: 24px;
  border-radius: 100rem;
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  flex-shrink: 0;
}
.recheck-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../assets/images/icon-input-check.png);
  transition: 0.1s ease-in-out;
  opacity: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.recheck-text {
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}

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

@media screen and (max-width: 1200px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(110%);
    visibility: hidden;
  }
  .side-fixed.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .side-fixed-wrap {
    padding: 60px 24px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(110%);
  visibility: hidden;
}
.side-overlay.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-overlay {
    display: none;
  }
}
.side-open {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  background-color: rgb(255, 111, 0);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.side-open.close {
  opacity: 0;
  transform: translate(100%, -50%);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-open {
    display: none;
  }
}
.side-open-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.side-open-wrap .icon {
  color: rgb(255, 111, 0);
  font-weight: 600;
  font-size: 1.6rem;
}
.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid rgb(53, 96, 169);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.side-close:hover .icon {
  transform: rotate(360deg);
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}

.user {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .user {
    display: none;
  }
}
.user:hover .user-name {
  color: rgb(255, 111, 0);
}
.user:hover .user-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.user-ava {
  width: 24px;
  height: 24px;
  border-radius: 100rem;
}
.user-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-name {
  font-size: 1.4rem;
  color: #BCBCBC;
  margin-left: 4px;
  transition: 0.3s ease-in-out;
}
.user-menu {
  position: absolute;
  top: 150%;
  background-color: #F8F8F8;
  min-width: 150px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}
.user-menu .link {
  display: block;
  cursor: pointer;
  padding: 6px 15px;
  white-space: nowrap;
  text-transform: capitalize;
  color: rgb(53, 96, 169);
  transition: 0.1s ease-in-out;
  font-weight: 500;
}
.user-menu .link:hover {
  color: white;
  background-color: rgb(255, 111, 0);
}

.mxh-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: -8px;
}
.mxh-link {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 8px;
}
.mxh-link:hover {
  transform: translateY(-5px);
}
.mxh-link .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmini {
  position: fixed;
  top: 120px;
  right: 0;
  height: 50%;
  min-width: 280px;
  max-width: 280px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.16);
  background-color: white;
  transition: 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
@media screen and (max-width: 1200px) {
  .cmini {
    top: 60px;
  }
}
.cmini.sticky {
  top: 60px;
}
@media screen and (max-width: 1200px) {
  .cmini.sticky {
    top: 56px;
  }
}
.cmini.sticky::before {
  width: 12px;
  height: 12px;
  top: -6px;
}
@media screen and (max-width: 1200px) {
  .cmini.sticky::before {
    width: 18px;
    height: 18px;
    top: -9px;
    right: 15px;
  }
}
.cmini::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: white;
  top: -12px;
  right: 40px;
  transition: 0.6s ease-in-out;
  transition-delay: 0.5s;
  transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .cmini::before {
    width: 18px;
    height: 18px;
    top: -9px;
    right: 15px;
  }
}
.cmini::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: white;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cmini {
    top: 72px;
  }
}
.cmini-wrap {
  padding: 16px;
  height: calc(100% - 60px);
  overflow-y: auto;
  position: relative;
}
.cmini-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  cursor: pointer;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cmini-item:not(:last-child) {
  margin-bottom: 16px;
}
.cmini-item:hover .cart-name {
  color: rgb(255, 111, 0);
}
.cmini-item:hover .cmini-img {
  border: 1px solid rgb(255, 111, 0);
}
.cmini-img {
  width: 100px;
  height: 100px;
  background: #F8F8F8;
  flex-shrink: 0;
  position: relative;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.cmini-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cmini-delete {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
  border-radius: 100rem;
  background-color: #D0CBCD;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.6s ease-in-out;
}
.cmini-delete:hover {
  transform: rotate(360deg);
}
.cmini-delete .icon {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
}
.cmini-content {
  margin-left: 16px;
}
.cmini-content .cart-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cmini-color {
  width: 16px;
  height: 16px;
  margin-top: 14px;
}
.cmini-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  left: 16px;
}

.find {
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0px 0.6rem 2.4rem rgba(51, 95, 168, 0.26);
  border-radius: 1.6rem;
}
.find-tab-lcl .find-item:last-child {
  width: 21rem;
}
@media screen and (max-width: 819px) {
  .find-tab-lcl .find-item:last-child {
    width: 50%;
  }
}
.find-tab-lcl .find-item:nth-last-child(2) {
  width: 21rem;
  flex: unset;
}
@media screen and (max-width: 819px) {
  .find-tab-lcl .find-item:nth-last-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .find-tab-lcl .find-item:nth-last-child(2) {
    width: 100%;
  }
}
.find-block {
  margin: 0.4rem 0;
}
@media screen and (max-width: 650px) {
  .find-scroll {
    max-width: 100%;
    overflow-x: auto;
    width: fit-content;
    margin: 0 auto;
    overflow-y: hidden;
    padding-bottom: 20rem;
    margin-bottom: -20rem;
  }
  .find-scroll::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}
.find-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -4rem;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .find-group {
    justify-content: space-between;
    margin: 0 -1.4rem;
  }
}
.find-box {
  padding: 0.3rem 4rem;
}
@media screen and (max-width: 650px) {
  .find-box {
    padding: 0.3rem 1.4rem;
  }
}
.find-box-i {
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 0.4rem;
  gap: 0.4rem;
}
@media (hover: hover) {
  .find-box-i:hover::before {
    width: 100%;
    opacity: 1;
  }
  .find-box-i:hover .text {
    color: rgb(53, 96, 169);
  }
}
.find-box-i::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.2rem;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(53, 96, 169);
  transition: 0.35s ease-in-out width;
  opacity: 0;
}
.find-box-i .text {
  color: #666666;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
.find-box-i .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: -1rem;
}
.find-box-i .icon img {
  width: 1.4rem;
}
.find-box-i .icon i {
  color: rgb(53, 96, 169);
}
.find-box.active .find-box-i::before {
  width: 100%;
  opacity: 1;
}
.find-box.active .find-box-i .text {
  color: rgb(53, 96, 169);
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .find-box:first-child .tool-lip {
    right: -2.8rem;
  }
}
@media screen and (max-width: 819px) {
  .find-inner {
    margin-bottom: 1.2rem;
  }
}
.find-block {
  margin-top: 1.2rem;
}
.find-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
.find-item {
  padding: 0 1rem;
  flex: 1;
}
@media screen and (max-width: 819px) {
  .find-item {
    width: 50%;
    flex: unset;
  }
}
@media screen and (max-width: 600px) {
  .find-item {
    width: 100%;
  }
}
.find-item:last-child {
  width: 27rem;
  flex: unset;
}
@media screen and (max-width: 819px) {
  .find-item:last-child {
    width: 100%;
    flex: 1;
  }
}
@media screen and (max-width: 600px) {
  .find-item:last-child {
    flex-basis: 100%;
  }
}
.find-inner > .text {
  color: #666666;
  margin-bottom: 0.4rem;
}
.find-input {
  width: 100%;
  padding: 0 2rem;
  height: 4.8rem;
  border: 1px solid #e5e5e5;
  border-radius: 3rem;
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
.find-input:focus {
  border-color: rgb(255, 111, 0);
  outline: unset;
}
.find-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.find-btn .btn {
  height: 4rem;
}
.promo-sw .promo-item {
  width: 100%;
  padding: unset;
  height: 100%;
}
.promo-sw .swiper-slide {
  height: auto;
}
.promo-sw .swiper-pagination {
  margin-top: unset;
}
.promo-links {
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
}
.promo-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
  gap: 4.2rem;
}
.promo-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.promo-title .icon {
  width: 2.6rem;
  height: 3.2rem;
  display: block;
  flex-shrink: 0;
}
.promo-title .icon > img {
  display: block;
}
.promo-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
.promo-gr .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  width: 2.4rem;
}
.promo-gr .icon img {
  display: block;
}
.promo-gr .content .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.promo-gr .text {
  color: #666666;
  display: flex;
  justify-content: space-between;
}
.promo-gr .icon2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.promo-gr .icon2 > img {
  display: block;
}
.promo-gr.show-hide-block {
  flex-direction: column;
  align-items: flex-start;
  gap: 0rem;
}
.promo-gr .show-hide-toggle {
  color: #3560A9;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .promo-gr .show-hide-toggle:hover {
    color: rgb(255, 111, 0);
  }
}
.promo-name {
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(53, 96, 169);
  transition: 0.3s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  align-items: center;
  position: relative;
}
.promo-name .icon {
  width: 1.2rem;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: -0.2rem;
}
.promo-name .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  padding-right: 1.2rem;
}
@media (hover: hover) {
  .promo-name:hover {
    color: rgb(255, 111, 0);
  }
}
.promo-block {
  margin-top: 2rem;
}
.promo-info {
  margin: 1.6rem 0 0.8rem;
}
.promo-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
.promo-item {
  width: 25%;
  padding: 0 1.2rem;
}
.promo-inner {
  padding: 2.4rem 2rem;
  border: 1px solid #e5e5e5;
  border-radius: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.promo-image {
  margin-top: auto;
}
.promo-image .text {
  color: rgb(53, 96, 169);
  margin-top: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.promo-image a.text {
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .promo-image a.text:hover {
    color: #f05123;
  }
}
.promo-image .img {
  text-align: center;
  display: block;
  padding-top: calc((140 / 240) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  box-shadow: 0 0 0.2rem rgb(53, 96, 169);
  -moz-box-shadow: 0 0 0.2rem rgb(53, 96, 169);
  -webkit-box-shadow: 0 0 0.2rem rgb(53, 96, 169);
}
.promo-image .img > img {
  display: block;
  margin: 0 auto;
  border-radius: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.promo-bot .btn {
  width: 16rem;
}
@media screen and (max-width: 400px) {
  .promo-bot .btn {
    width: 100%;
  }
}
.promo-btn {
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.6rem;
}
@media screen and (max-width: 400px) {
  .promo-btn {
    width: 50%;
  }
}
.promo-btn .btn {
  padding: 0.8rem 5.5rem;
}
.promo-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 0.4rem;
  margin-top: 1.6rem;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.promo-link-drop {
  position: absolute;
  bottom: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  padding: 0.8rem 2rem;
  background: white;
  font-weight: 700;
  color: rgb(53, 96, 169);
  transform: translateY(-1rem);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.promo-link-drop .text-inner {
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  display: block;
  color: #666666;
}
.promo-link-drop .text-inner:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1201px) {
  .promo-link-drop .text-inner:hover {
    color: rgb(255, 111, 0);
  }
}
.promo-link-drop.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .promo-link:hover .text {
    color: rgb(255, 111, 0);
  }
}
.promo-link .text {
  font-weight: 700;
  transition: 0.3s ease-in-out;
  color: rgb(53, 96, 169);
  white-space: nowrap;
}
.promo-link .live {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 10rem;
  background: #21c245;
  flex-shrink: 0;
}
.promo-link .live.off {
  background: #d9d9d9;
}
.promo-link .live.on {
  background: #21c245;
}
.promo-link .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.transport-top {
  padding-bottom: 3rem;
}
.transport-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  padding-top: 2.2rem;
  padding-bottom: 3rem;
}
.transport-title::before {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 0.2rem;
  background: rgb(255, 111, 0);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.transport-subtitle {
  gap: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}
.transport-subtitle::before {
  content: "";
  position: absolute;
  width: 11.8rem;
  height: 0.2rem;
  background: rgb(53, 96, 169);
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.transport-subtitle .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.transport-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
.transport-wrap::-webkit-scrollbar {
  height: 0.5rem;
}
.transport-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.transport-item {
  padding: 0 0.4rem;
  width: 10%;
  text-align: center;
}
.transport-item:first-child {
  width: 16%;
}
.transport-item .text {
  font-weight: 700;
  color: #666666;
  transition: 0.3s ease-in-out;
}
.transport-item .text2 {
  font-weight: 400;
  font-size: 1.6rem;
  color: rgb(53, 96, 169);
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.transport-item .text3 {
  color: #666666;
}
.transport-head {
  margin-bottom: 1.7rem;
}
.transport-py:last-child .tool-lip {
  top: auto;
  bottom: 100%;
}
.transport-option {
  padding: 1.6rem 0.6rem;
  border: 0.1rem solid #e5e5e5;
}
@media screen and (max-width: 1200px) {
  .transport-option {
    padding: 1.2rem 0.6rem;
  }
}
.transport-option .transport-list {
  align-items: center;
}
.transport-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 1rem;
}
.transport-gr .icon {
  width: 4.4rem;
  height: 4.4rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.transport-gr .icon > img {
  display: block;
  object-fit: cover;
  height: 100%;
}
.transport-gr2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.transport-gr2 .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.transport-gr2 .icon > img {
  display: block;
}
.transport-gr2 .promo-link {
  margin-top: 0;
}
.transport-gr2 .btn {
  padding: 0.3rem 1.7rem;
  margin-bottom: 0.8rem;
  height: 2.8rem;
}
.transport-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.transport-box > .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
}
.transport-box > .icon > img {
  display: block;
}
.transport-link {
  width: fit-content;
  margin: 0 auto;
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  .transport-link {
    margin-top: 2.4rem;
  }
}
.transport-block {
  min-width: 110rem;
}
.transport-block.no-min {
  min-width: auto;
}
.transport-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .transport-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    align-items: center;
    justify-content: center;
  }
}

.table-responsive::-webkit-scrollbar {
  height: 0.5rem;
}

.lines {
  padding-top: 2.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lines {
    padding-top: 0.8rem;
  }
}
.lines.lines-first::before {
  left: 0;
  transform: unset;
}
.lines::before {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 0.2rem;
  background: rgb(255, 111, 0);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bg-f6 {
  background: #f6f6fe;
}

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

.quote-subtitle {
  margin-top: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.quote-top {
  margin-bottom: 1.6rem;
}
.quote-top.lines-first .quote-subtitle {
  justify-content: unset;
}
.quote-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -0.4rem;
}
.quote-item {
  padding: 0 0.4rem;
  flex: 1;
}
.quote-item:nth-child(3) {
  width: 25%;
  flex: unset;
}
.quote-item:nth-child(4) {
  width: 25%;
  flex: unset;
}
.quote-head {
  padding: 2rem 0.6rem;
  border: 1px solid #e5e5e5;
  border-radius: 1rem 1rem 0px 0px;
}
.quote-option {
  padding: 1rem;
  border: 0.1rem solid #e5e5e5;
}
.quote-option .quote-inner {
  gap: 0.8rem;
}
.quote-option:last-child .tool-lip {
  transform: translateX(-50%);
  top: auto;
  bottom: 100%;
}
.quote-inner {
  position: relative;
}
.quote-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 0.4rem;
  position: relative;
}
.quote-box .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 0.2rem;
  width: 2.4rem;
  margin-right: 0.2rem;
  border-radius: 0.2rem;
}
.quote-box .icon > img {
  display: block;
}
.quote-box .text {
  color: #666666;
}
.quote-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
  gap: 4.2rem;
}
.quote-control .swiper-pagination {
  margin-top: unset;
}
.quote-bot {
  margin-top: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.quote-bot .text {
  color: rgb(53, 96, 169);
  margin-bottom: 1.2rem;
}
.quote-bot .btn {
  height: 4rem;
}
.quote-wrap {
  min-width: 100rem;
}
.quote-table {
  overflow-x: auto;
  overflow-y: hidden;
}
.quote-table::-webkit-scrollbar {
  height: 0.5rem;
}

.papers-wrap {
  margin-top: 2.4rem;
}
.papers-img {
  display: block;
}
.papers-img > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.papers-control {
  margin-top: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.mem-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 1250px) {
  .mem-list {
    justify-content: space-around;
  }
}
.mem .swiper-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mem-item {
  padding: 0 1.5rem;
}
.mem-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  height: 100%;
}
.mem-img {
  display: block;
}
@media screen and (max-width: 768px) {
  .mem-img {
    width: 10rem;
  }
}
.mem-img > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.mem-control {
  margin-top: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.sec-finan {
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .sec-finan {
    padding-bottom: 2.4rem;
  }
}

.finan-wrap {
  margin-top: 2.6rem;
}
@media (hover: hover) {
  .finan-inner:hover .finan-img > img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.finan-img {
  position: relative;
  padding-top: 58.3333333333%;
  display: block;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .finan-img {
    padding-top: 70%;
  }
}
.finan-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -3.97%, #000000 100%);
}
.finan-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.finan-control {
  margin-top: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 4.2rem;
}
.finan-pos {
  position: absolute;
  padding: 1.6rem;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .finan-pos {
    padding: 2vw;
  }
}
.finan-link {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .finan-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .finan-link {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .finan-link:hover {
    color: rgb(255, 111, 0);
  }
}
.finan-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 0.8rem;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.finan-box {
  position: relative;
}
.finan-box:first-child::before {
  display: none;
}
.finan-box::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  height: 100%;
  top: 0;
  width: 0.1rem;
  background: #fff;
}
.finan-box .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.finan-box .icon {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  display: block;
}
.finan-box .text {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
}
.finan-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 2rem;
}

.judge-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 500px) {
  .judge-inner {
    flex-direction: column;
  }
}
.judge-wrap {
  margin-top: 2rem;
}
.judge-avt {
  width: 8.8rem;
  height: 8.8rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.judge-avt img {
  display: block;
}
.judge-inner {
  padding: 2.8rem 2rem;
  background: #ffffff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 2.4rem;
}
.judge-name {
  font-weight: 700;
  font-size: 1.6rem;
  color: #666666;
  margin-top: 1rem;
  display: block;
}
.judge-level {
  font-size: 1.6rem;
  color: #666666;
}
.judge-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.judge-control {
  margin-top: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 4.2rem;
}

.introl-subtitle {
  color: #666666;
  margin-top: 2rem;
  text-align: center;
}
.introl-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 -1.2rem;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .introl-flex {
    flex-direction: column;
  }
}
.introl-box {
  padding: 0 1.2rem;
}
.introl-box:last-child .introl-inner {
  width: 32rem;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .introl-box:last-child .introl-inner {
    width: 100%;
  }
}
.introl-box:first-child .introl-inner {
  width: 32rem;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .introl-box:first-child .introl-inner {
    width: 100%;
  }
}
.introl-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.introl-head {
  font-weight: 700;
  font-size: 3.2rem;
  color: rgb(53, 96, 169);
}
@media only screen and (max-width: 1200px) {
  .introl-head {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .introl-head {
    font-size: 2.2rem;
  }
}
.introl-des {
  color: #666666;
  margin-top: 2rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
.introl-link {
  font-weight: 700;
  font-size: 1.6rem;
  color: rgb(53, 96, 169);
  transition: 0.3s ease-in-out;
}
.introl-wrap {
  margin-top: 2rem;
}
.introl-img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .introl-img {
    margin: 4rem 0;
  }
}
.introl-img > img {
  display: block;
  width: 100%;
}

.sec-point {
  background: #f6f6fe;
  padding-top: 4rem;
  margin-top: 7.2rem;
}
@media screen and (max-width: 1200px) {
  .sec-point {
    margin-top: 4rem;
  }
}

.point-wrap {
  margin-top: 4rem;
  padding-bottom: 7.8rem;
}
.point-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .point-flex {
    justify-content: center;
  }
}
.point-box {
  width: 22.8rem;
  height: 22.8rem;
  background: #ffffff;
  border: 0.2rem solid #3560a9;
  box-shadow: 0px 1.2rem 2.4rem rgba(51, 95, 168, 0.16);
  border-radius: 50%;
}
@media screen and (max-width: 1250px) {
  .point-box {
    width: 17rem;
    height: 17rem;
  }
}
@media screen and (max-width: 450px) {
  .point-box {
    width: 13.8rem;
    height: 13.8rem;
  }
}
.point-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 1.2rem;
  border-radius: 50%;
}
.point-score {
  font-weight: 700;
  font-size: 4rem;
  color: rgb(53, 96, 169);
}
@media only screen and (max-width: 1200px) {
  .point-score {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .point-score {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .point-score {
    font-size: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .point-score {
    font-size: 2rem;
  }
}

.regi-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.regi-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 8rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
}
.regi-tab {
  position: relative;
  line-height: 1.2;
  cursor: pointer;
}
@media (hover: hover) {
  .regi-tab:hover::after {
    width: 70%;
  }
}
.regi-tab:first-child::before {
  display: none;
}
.regi-tab.active::after {
  width: 70%;
}
.regi-tab.active .text {
  color: rgb(53, 96, 169);
}
.regi-tab::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.2rem;
  background: rgb(53, 96, 169);
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.regi-tab::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: -4rem;
  width: 0.1rem;
  background: rgb(217, 217, 217);
}
.regi-tab .text {
  font-size: 2.4rem;
  color: rgb(102, 102, 102);
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .regi-tab .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .regi-tab .text {
    font-size: 1.7rem;
  }
}
@media (hover: hover) {
  .regi-tab .text:hover {
    color: rgb(53, 96, 169);
  }
}
.regi-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}
.regi-left {
  padding: 0 1.2rem;
  width: 50%;
}
@media screen and (max-width: 819px) {
  .regi-left {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .regi-left {
    display: block;
    width: 100%;
  }
}
.regi-left .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.4rem;
  padding: 0.8rem 2.4rem;
}
@media screen and (min-width: 551px) {
  .regi-left .btn {
    display: none;
  }
}
.regi-right {
  padding: 0 1.2rem;
  width: 41.6666666667%;
}
@media screen and (max-width: 1200px) {
  .regi-right {
    width: 50%;
  }
}
@media screen and (max-width: 819px) {
  .regi-right {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .regi-right {
    display: none;
  }
}
.regi-wrap {
  margin-top: 3rem;
}
.regi-box {
  flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 2rem;
  position: relative;
}
.regi-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 0.2rem;
  background: #252525;
  transform: translateX(-50%);
}
.regi-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.regi-inner:nth-child(even) .text {
  left: 100%;
}
.regi-inner .icon {
  position: relative;
  height: 12rem;
  width: 12rem;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 1.2rem 2.4rem rgba(51, 95, 168, 0.16);
  padding: 1rem;
}
@media screen and (max-width: 550px) {
  .regi-inner .icon {
    height: 8rem;
    width: 8rem;
  }
}
.regi-inner .icon > img {
  display: block;
}
@media screen and (max-width: 550px) {
  .regi-inner .icon > img {
    width: 5rem;
  }
}
.regi-inner .icon .text {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  margin: 0 2.6rem;
}
@media screen and (max-width: 1200px) {
  .regi-inner .icon .text {
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .regi-inner .icon .text {
    margin: 0 0.6rem;
    font-size: 1.2rem;
  }
}
.regi-note {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}
.regi-note .icon {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
}
.regi-note .icon > img {
  display: block;
}
.regi-form-title {
  font-weight: 700;
  font-size: 3.2rem;
  color: rgb(53, 96, 169);
  margin-bottom: 2rem;
  letter-spacing: -0.017em;
}
@media only screen and (max-width: 1200px) {
  .regi-form-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .regi-form-title {
    font-size: 2.2rem;
  }
}
.regi-form-inner {
  background: #ffffff;
  padding: 4rem 5rem;
  box-shadow: 0px 0.4rem 4rem rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
}
@media screen and (max-width: 1200px) {
  .regi-form-inner {
    padding: 2.4rem;
  }
}
.regi-form-gr {
  margin-bottom: 2rem;
  position: relative;
}
.regi-form-gr.regi-form-select .regi-control {
  gap: unset;
}
.regi-form-gr.regi-form-select .regi-input {
  background: unset;
}
.regi-form-gr.regi-form-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 4.8rem;
  font-size: 1.6rem;
}
.regi-form-gr.regi-form-select .select2-container--default .select2-selection--single {
  border-radius: unset !important;
  border: unset !important;
  background: unset !important;
}
.regi-form-gr.regi-form-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 2rem;
}
.regi-form-gr.regi-form-null .require {
  display: block;
}
.regi-form-gr.regi-form-null .regi-input {
  border-color: red;
}
.regi-form-bot .recheck-item {
  align-items: unset;
}
.regi-form-bot .recheck-text {
  margin-left: 1rem;
}
.regi-form-bot .recheck-dot {
  margin-top: 0.6rem;
  width: 2rem;
  height: 2rem;
  border-radius: unset;
  border: 0.2rem solid rgb(53, 96, 169);
}
@media screen and (max-width: 819px) {
  .regi-form-bot .recheck-dot {
    margin-top: unset;
  }
}
.regi-form-bot .recheck-dot::before {
  border-radius: unset;
  width: 1.4rem;
  height: 1.4rem;
}
.regi-form-btn {
  margin-top: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.regi-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.6rem;
  margin-top: 0.4rem;
  position: relative;
}
.regi-pos {
  flex: 1;
  position: relative;
}
.regi-pos::after {
  content: "*";
  position: absolute;
  color: red;
  top: 2rem;
  right: 2rem;
  pointer-events: none;
  line-height: 1;
  height: 0.8rem;
}
.regi-pos.none-require::after {
  display: none;
}
.regi-input {
  width: 100%;
  height: 4.8rem;
  background: #ffffff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  padding: 0 1.5rem;
  padding-right: 3rem;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.regi-input:focus {
  border-color: rgb(255, 111, 0);
  outline: unset;
}
.regi-select {
  width: 10rem;
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.regi-select::before {
  content: "";
  position: absolute;
  right: 0;
  width: 0.1rem;
  height: 2.4rem;
  top: 50%;
  background: #e5e5e5;
  transform: translateY(-50%);
}

.j-center {
  justify-content: center;
}

.hv-link {
  position: relative;
}
@media (hover: hover) {
  .hv-link:hover::before {
    right: -1.8rem;
    opacity: 1;
    transform: translate(0, -56%);
  }
}
.hv-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.8rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(50%, -56%);
  opacity: 0;
  transition: 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/images/icon-hv.png);
}

.quote-slide {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.quote-slide.left {
  margin-left: 0;
}

.mem-sw {
  margin-top: 2.4rem;
}

.contact .row {
  margin: 0 -1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .col-5 {
  padding: 0 1.2rem;
  width: 41.6666666667%;
}
@media screen and (max-width: 1200px) {
  .contact .col-5 {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .contact .col-5 {
    width: 100%;
  }
}
.contact .col-6 {
  padding: 0 1.2rem;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .contact .col-6 {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.contact-form {
  margin-top: 2.4rem;
}
.contact-control-inner {
  margin-top: 0.4rem;
  position: relative;
}
.contact-control-inner .icon {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.contact-control {
  margin-bottom: 1.6rem;
}
.contact-control-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 850px) {
  .contact-control-flex {
    gap: 2.4rem;
  }
}
.contact-control-flex .recheck-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 850px) {
  .contact-control-flex .recheck-block {
    gap: 1.2rem;
  }
}
.contact-control-flex .recheck-dot {
  width: 1.6rem;
  height: 1.6rem;
  border: 0.2rem solid #000000;
}
.contact-control-flex .recheck-dot::before {
  width: 0.8rem;
  height: 0.8rem;
  background-image: unset;
  background: #000;
  border-radius: 50%;
}
.contact-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 2.8rem;
}
.contact-input {
  width: 100%;
  height: 4.8rem;
  padding: 0 2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-family: "Roboto", sans-serif;
  color: rgb(102, 102, 102);
  transition: 0.3s ease-in-out;
  padding-right: 4rem;
}
@media screen and (max-width: 850px) {
  .contact-input {
    border-radius: 0.4rem;
  }
}
.contact-input:focus {
  outline: unset;
  border-color: rgb(255, 111, 0);
}
.contact-area {
  min-height: 16.6rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  padding: 2rem;
  font-family: "Roboto", sans-serif;
  color: rgb(102, 102, 102);
  width: 100%;
  resize: none;
}
.contact-area:focus {
  outline: 0.1rem solid rgb(53, 96, 169);
}
.contact-submit {
  width: fit-content;
  margin: 0 auto;
}
.contact-submit .btn {
  width: 16rem;
}
.contact-content-info {
  margin-top: 1.6rem;
}
.contact-content-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.6rem;
}
.contact-content-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.contact-content-item .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
}
.contact-content-item .icon > img {
  display: block;
}
.contact-content-item .c-text {
  margin: auto 0;
}
.contact-content-social {
  margin-top: 4rem;
}
.contact-content-social-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2rem;
}
.contact-content-social-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 1.6rem;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .contact-content-social-item:hover {
    transform: translateY(-0.4rem);
  }
}
.contact-content-social-item > img {
  display: block;
}

.about-two {
  width: 83.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .about-two {
    width: 100%;
  }
}
.about-two .mission-col {
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .about-two .mission-col {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .about-two .mission-img {
    margin: 0 auto;
    width: 14rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .about-two .mission-content {
    text-align: center;
  }
}
.about-two .mission-content .c-pri {
  letter-spacing: -0.017em;
}
.about-two .mission-wrap {
  margin-top: 3rem;
}
.about-two .mission-item {
  margin: 0 -1.2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 600px) {
  .about-two .mission-item:nth-child(even) .mission-img > img {
    display: block;
    margin-left: auto;
  }
}
.about-top {
  padding: 6.4rem 0;
}
@media screen and (max-width: 720px) {
  .about-top {
    padding: 2.4rem 0;
  }
}
@media screen and (max-width: 720px) {
  .about-top .col-6 {
    width: 100%;
    margin-bottom: 2.4rem;
    text-align: center;
  }
}
.about-top-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 720px) {
  .about-top-inner {
    flex-direction: column;
    text-align: center;
  }
}
.about-top-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 48.6rem;
  max-width: 100%;
}
.about-top-content .title {
  font-weight: 700;
  font-size: 6.4rem;
  color: rgb(53, 96, 169);
}
@media screen and (max-width: 720px) {
  .about-top-content .title {
    font-size: 4rem;
  }
}
.about-top-content .des {
  color: rgb(102, 102, 102);
}

.sec-about-mid {
  padding-top: 6rem;
  background: #f6f6fe;
}
.sec-about-mid .container {
  max-width: 147rem;
}

.about-mid {
  position: relative;
}
.about-mid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.1rem;
  background: rgb(102, 102, 102);
  opacity: 0.4;
  height: 80%;
}
@media screen and (max-width: 720px) {
  .about-mid::before {
    display: none;
  }
}
.about-mid-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .about-mid-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 720px) {
  .about-mid .col-6 {
    width: 100%;
  }
}
.about-mid .col-6:nth-child(2) .about-mid-inner {
  padding-right: 0;
  padding-left: 11rem;
}
@media screen and (max-width: 1200px) {
  .about-mid .col-6:nth-child(2) .about-mid-inner {
    padding-left: 0;
    margin-top: 4rem;
  }
}
.about-mid .col-6:nth-child(2) .about-mid-img {
  margin-top: 0;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 720px) {
  .about-mid .col-6:nth-child(2) .about-mid-content {
    flex-direction: column-reverse;
  }
  .about-mid .col-6:nth-child(2) .about-mid-content .title {
    order: 1;
  }
}
.about-mid-inner {
  padding-right: 11rem;
}
@media screen and (max-width: 1200px) {
  .about-mid-inner {
    padding-right: 0;
  }
}
.about-mid-list {
  margin-top: 3.2rem;
}
@media screen and (max-width: 720px) {
  .about-mid-list {
    margin-top: 1.2rem;
  }
}
.about-mid-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.about-mid-content .title {
  letter-spacing: -0.017em;
}
.about-mid-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.about-mid-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
.about-mid-item .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}
.about-mid-img {
  margin-top: 4.4rem;
}
.about-mid-img img {
  display: block;
  margin: 0 auto;
}

.sec-mission {
  padding-top: 3rem;
  position: relative;
}

.mission-bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.mission .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -6.3rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mission .row {
    margin: 0 -4rem;
  }
}
@media screen and (max-width: 600px) {
  .mission .row {
    flex-direction: column;
  }
}
.mission .row:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .mission .row:nth-child(even) {
    flex-direction: column;
    margin-top: 2.4rem;
  }
}
.mission .col-6 {
  width: 50%;
  padding: 0 6.3rem;
}
@media screen and (max-width: 1200px) {
  .mission .col-6 {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 600px) {
  .mission .col-6 {
    width: 100%;
  }
}
.mission-content .title {
  font-weight: 700;
  font-size: 3.2rem;
  color: rgb(53, 96, 169);
  margin-bottom: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .mission-content .title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .mission-content .title {
    font-size: 2.2rem;
  }
}
.mission-content .title::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  height: 0.3rem;
  background: rgb(255, 111, 0);
  width: 3rem;
}

.sec-values {
  margin-top: 6.4rem;
  position: relative;
}

.values-bg {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  height: 57rem;
}
.values-bg > img {
  width: 100%;
}
.values-top .title {
  font-weight: 700;
  font-size: 3.2rem;
  color: rgb(53, 96, 169);
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .values-top .title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .values-top .title {
    font-size: 2.2rem;
  }
}
.values-top .title::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  height: 0.3rem;
  background: rgb(255, 111, 0);
  width: 3rem;
}
.values-wrap {
  margin-top: 4rem;
}
.values .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.4rem;
}
@media screen and (max-width: 1200px) {
  .values .row {
    margin: 0 -1.2rem;
  }
}
.values .col-3 {
  padding: 0 2.4rem;
  width: 25%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .values .col-3 {
    padding: 0 1.2rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 980px) {
  .values .col-3 {
    width: 50%;
  }
}
.values-item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 420px) {
  .values-item-inner .c-text {
    font-size: 1.2rem;
  }
}
.values-item-inner .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.values-item-inner .icon > img {
  display: block;
}
.values-business {
  padding-top: 2.4rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .values-business {
    margin-bottom: 2.4rem;
  }
}
.values-business-content {
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 500px) {
  .values-business-content {
    margin-top: 2.4rem;
  }
}
.values-business-content .text {
  width: 79.1666666667%;
  margin: 0 auto;
  color: #000;
  font-size: 1.6rem;
  padding: 4.8rem 0;
}
@media screen and (max-width: 500px) {
  .values-business-content .text {
    width: 100%;
  }
}
.values-business-content .icon {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 980px) {
  .values-business-content .icon {
    width: 4rem;
  }
}
.values-business-content .icon.bottom {
  left: unset;
  right: 0;
  top: unset;
  bottom: 0;
  transform: scaleX(-1);
}
.values-business-content .icon > img {
  display: block;
}

.sec-process {
  position: relative;
  padding: 8rem 0;
  margin-top: 6.4rem;
}
.sec-process::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f6f6fe;
  z-index: -1;
  transform: skewY(4deg);
}

.process-top .title {
  font-weight: 700;
  font-size: 3.2rem;
  color: rgb(53, 96, 169);
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .process-top .title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .process-top .title {
    font-size: 2.2rem;
  }
}
.process-top .title::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  height: 0.3rem;
  background: rgb(255, 111, 0);
  width: 3rem;
}
.process-wrap {
  margin-top: 3.7rem;
}
.process-list {
  margin: 0 -1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .process-list {
    margin: unset;
    overflow-x: auto;
  }
  .process-list::-webkit-scrollbar {
    height: 0;
  }
}
.process-item {
  width: 20%;
  padding: 0 1.2rem;
}
.process-item:last-child .icon::before {
  display: none;
}
@media screen and (max-width: 700px) {
  .process-item {
    width: 14rem;
    padding: unset;
  }
}
.process-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-box .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 10rem;
  height: 10rem;
  font-size: 3.2rem;
  font-weight: 700;
  background: #ffffff;
  box-shadow: 0px 1.2rem 2.4rem rgba(51, 95, 168, 0.16);
  border-radius: 50%;
  color: rgb(53, 96, 169);
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .process-box .icon {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .process-box .icon {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 700px) {
  .process-box .icon {
    width: 8rem;
    height: 8rem;
  }
}
.process-box .icon::before {
  content: "";
  position: absolute;
  width: calc(100% + 6rem);
  height: 0.2rem;
  top: 5rem;
  left: 100%;
  background: rgb(53, 96, 169);
  z-index: -1;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 820px) {
  .process-box .icon::before {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .process-box .icon::before {
    top: 4rem;
  }
}
.process-box .text {
  width: 16rem;
  text-align: center;
  color: rgb(102, 102, 102);
  padding-top: 1.6rem;
  max-width: 100%;
}
.process-bot {
  text-align: center;
  margin-top: 3.4rem;
}

.companion-wrapper {
  width: calc(100vw - (100vw - 1170px) / 2);
  max-width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .companion-wrapper {
    padding: 0 1.5rem;
    width: 100%;
  }
}
.companion-top .title {
  font-weight: 700;
  font-size: 3.2rem;
  color: rgb(53, 96, 169);
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .companion-top .title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .companion-top .title {
    font-size: 2.2rem;
  }
}
.companion-top .title::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  height: 0.3rem;
  background: rgb(255, 111, 0);
  width: 3rem;
}
.companion-wrap {
  margin-top: 4.2rem;
}
.companion-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .companion-flex {
    flex-direction: column;
  }
}
.companion-content {
  width: 35%;
}
@media screen and (max-width: 1200px) {
  .companion-content {
    width: 100%;
  }
}
.companion-content-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .companion-content-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: unset;
    margin: 0 -1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .companion-item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .companion-item {
    width: 50%;
    padding: 0 1.2rem;
    margin-bottom: 2.4rem;
  }
  .companion-item .t24 {
    font-size: 1.6rem;
  }
}
.companion-img {
  width: 65%;
}
@media screen and (max-width: 1200px) {
  .companion-img {
    width: 100%;
  }
}
.companion-img-inner {
  position: relative;
  overflow: hidden;
  padding-top: 63.2911392405%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .companion-img-inner {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  }
}
.companion-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terms-wrap {
  width: 83.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .terms-wrap {
    width: 100%;
  }
}
.terms-inner {
  margin-top: 3rem;
  padding: 4rem;
  background: #fafafa;
}
@media screen and (max-width: 1200px) {
  .terms-inner {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .terms-inner {
    padding: 1.2rem;
  }
}

.support-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -4rem;
  justify-content: center;
}
@media screen and (max-width: 530px) {
  .support-top {
    margin: 0 -1.2rem;
  }
}
.support-top-control {
  padding: 0 4rem;
}
@media screen and (max-width: 530px) {
  .support-top-control {
    padding: 0 1.2rem;
  }
}
.support-top-control .text {
  font-size: 2.4rem;
  color: rgb(102, 102, 102);
  position: relative;
  padding-bottom: 0.2rem;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .support-top-control .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .support-top-control .text {
    font-size: 1.7rem;
  }
}
@media (hover: hover) {
  .support-top-control .text:hover::before {
    width: 12rem;
  }
}
.support-top-control .text.active {
  font-weight: 700;
  color: rgb(53, 96, 169);
}
.support-top-control .text.active::before {
  width: 12rem;
}
@media screen and (max-width: 530px) {
  .support-top-control .text {
    font-size: 1.4rem;
  }
}
.support-top-control .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.2rem;
  background: rgb(53, 96, 169);
  transition: 0.3s ease-in-out;
}
.support-mid {
  margin-top: 6.4rem;
}
.support-mid-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .support-mid-flex {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.support-mid-left {
  width: 41.6666666667%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .support-mid-left {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .support-mid-left {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.support-mid-right {
  width: 50%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 650px) {
  .support-mid-right {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .support-mid-img {
    margin: 0 auto;
    width: 24rem;
    max-width: 100%;
  }
}
.support-mid-img img {
  display: block;
}
.support-mid-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.support-mid-input {
  height: 4.8rem;
  width: 100%;
  padding: 0 2rem;
  color: rgb(102, 102, 102);
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  font-family: "Roboto", sans-serif;
}
.support-mid-input:focus {
  outline: unset;
}
.support-mid-form .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
  height: 4rem;
  margin: 0 auto;
  margin-top: 1.6rem;
}
.support-bot {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .support-bot {
    margin-top: 2.4rem;
  }
}
.support-bot-wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .support-bot-wrap {
    margin-top: 1.2rem;
  }
}
.support-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
  justify-content: space-between;
}
.support-col {
  width: 25%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .support-col {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 530px) {
  .support-col {
    width: 50%;
  }
  .support-col:last-child {
    width: 100%;
  }
  .support-col:last-child .support-content {
    margin-top: 2.4rem;
    text-align: center;
  }
}
.support-content-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.support-content-link {
  color: rgb(102, 102, 102);
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .support-content-link:hover {
    color: rgb(255, 111, 0);
  }
}
.support-content .btn {
  height: 4rem;
  margin: 0 auto;
}

.hotpr .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
.hotpr .row .side-open {
  position: static;
  transform: unset;
  z-index: 1;
  border-radius: unset;
  background: unset;
  width: max-content;
}
@media screen and (min-width: 901px) {
  .hotpr .row .side-open {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .hotpr .row .side-open {
    order: 2;
  }
}
.hotpr .row .side-open img {
  filter: invert(36%) sepia(30%) saturate(1203%) hue-rotate(179deg) brightness(60%) contrast(92%);
}
.hotpr .row .side-open-wrap {
  border: 0.1rem solid rgb(53, 96, 169);
  height: 4rem;
  width: max-content;
  padding: 0 1.2rem;
  background: #fff;
  border-radius: 0.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 1.2rem;
}
.hotpr .row .side-open-wrap .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
}
.hotpr .row .side-open-wrap .text {
  color: rgb(53, 96, 169);
  font-weight: 500;
}
.hotpr .side-fixed {
  width: 16.6666666667%;
  padding: 0 1.2rem;
  min-width: 15rem;
}
@media screen and (min-width: 901px) {
  .hotpr .side-fixed {
    position: unset;
    visibility: visible;
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .hotpr .side-fixed {
    width: 30rem;
  }
}
.hotpr .side-fixed .side-fixed-wrap {
  padding-left: 0;
  padding-right: 1rem;
}
@media screen and (min-width: 901px) {
  .hotpr .side-fixed .side-close {
    display: none;
  }
}
.hotpr .col-10 {
  width: 83.3333333333%;
  padding: 0 1.2rem;
  flex: 1;
}
@media screen and (max-width: 900px) {
  .hotpr .col-10 {
    width: 100%;
  }
}
.hotpr-py {
  padding: 1.6rem 0.8rem;
}
@media screen and (max-width: 1200px) {
  .hotpr-py {
    padding: 0;
  }
}
.hotpr-i {
  padding: 0.8rem 0rem;
  position: relative;
}
@media (hover: hover) {
  .hotpr-i:hover::before {
    width: 100%;
  }
  .hotpr-i:hover .text {
    color: rgb(53, 96, 169);
  }
}
.hotpr-i.active::before {
  width: 100%;
}
.hotpr-i::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.2rem;
  bottom: 0.8rem;
  background: rgb(53, 96, 169);
  transition: 0.3s ease-in-out width;
}
.hotpr-i .text {
  color: rgb(102, 102, 102);
  display: inline-block;
  padding-bottom: 0.8rem;
}
.hotpr-wrap {
  padding-left: 2.4rem;
  border-left: 0.2rem solid #e5e5e5;
}
@media screen and (max-width: 1200px) {
  .hotpr-wrap {
    border-left: unset;
    padding-left: unset;
  }
}
.hotpr-title {
  font-weight: 700;
  font-size: 3.2rem;
  text-transform: uppercase;
  color: rgb(53, 96, 169);
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .hotpr-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .hotpr-title {
    font-size: 2.2rem;
  }
}
.hotpr-form {
  flex: 1;
}
@media screen and (max-width: 550px) {
  .hotpr-form {
    flex: unset;
    width: 100%;
  }
}
.hotpr-form-flex {
  margin-top: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .hotpr-form-flex {
    gap: 1.2rem;
  }
}
.hotpr-form-flex .btn {
  padding: 0.8rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 550px) {
  .hotpr-form-flex .hotpr-form-pos .tool-lip {
    right: -1rem;
  }
}
.hotpr-form-pos {
  position: relative;
}
@media screen and (max-width: 600px) {
  .hotpr-form-pos {
    order: 3;
  }
}
.hotpr-form-pos .icon {
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .hotpr-form-pos .tool-lip {
    left: auto;
    transform: none;
    right: 0;
  }
}
.hotpr-control {
  position: relative;
}
.hotpr-control .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background: rgb(53, 96, 169);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.4rem;
  cursor: pointer;
  padding: 0;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .hotpr-control .icon:hover {
    transform: translateY(-50%) scale(0.9);
  }
}
@media screen and (max-width: 1250px) {
  .hotpr-control .icon {
    width: 3rem;
    height: 3rem;
  }
}
.hotpr-control .icon span {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}
@media screen and (max-width: 1250px) {
  .hotpr-control .icon span {
    width: 2rem;
    height: 2rem;
  }
}
.hotpr-control .icon img {
  display: block;
}
.hotpr-input {
  width: 100%;
  font-family: "Roboto", sans-serif;
  height: 4.8rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  color: rgb(102, 102, 102);
  padding: 0 2rem;
  padding-right: 4.6rem;
}
@media screen and (max-width: 1250px) {
  .hotpr-input {
    height: 4rem;
  }
}
@media screen and (max-width: 630px) {
  .hotpr-input {
    width: 100%;
  }
}
.hotpr-input:focus {
  outline: unset;
  border-color: rgb(255, 111, 0);
}
.hotpr-item {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1201px) {
  .hotpr-item.hover-gray .hotpr-inner:hover {
    border: 0.1rem solid #938989;
  }
}
.hotpr-item:not(:has(.hv-tool-lip)) .hotpr-inner-right {
  max-width: 16rem;
}
@media screen and (max-width: 1200px) {
  .hotpr-item:not(:has(.hv-tool-lip)) .hotpr-inner-right {
    max-width: none;
  }
}
.hotpr-item:not(:has(.hv-tool-lip)) .hotpr-asset-link {
  flex-direction: column-reverse;
}
@media screen and (max-width: 550px) {
  .hotpr-item:not(:has(.hv-tool-lip)) .hotpr-asset-link {
    flex-direction: unset;
  }
}
.hotpr-item:not(:has(.hv-tool-lip)) .hotpr-asset-view {
  margin-right: auto;
}
.hotpr-item .promo-link {
  padding-right: 0.3rem;
}
.hotpr-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .hotpr-inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .hotpr-inner {
    padding: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
  .hotpr-inner {
    flex-direction: column;
    padding: 1.2rem;
    border-radius: 2.4rem;
  }
}
.hotpr-inner .icon-info {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media screen and (max-width: 1200px) {
  .hotpr-inner .icon-info {
    top: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .hotpr-inner .icon-info {
    justify-content: flex-end;
    top: 0.8rem;
    right: 0.8rem;
    width: 1.6rem;
  }
}
.hotpr-inner-left {
  flex: 1;
}
@media screen and (max-width: 1250px) {
  .hotpr-inner-left {
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .hotpr-inner-left {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .hotpr-inner-right {
    flex: 1;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1201px) {
  .hotpr-inner:hover {
    border: 0.1rem solid rgb(53, 96, 169);
  }
}
.hotpr-content {
  flex: 1;
}
.hotpr-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.hotpr-asset .hotpr-icgi {
  margin-bottom: 0.4rem;
}
.hotpr-asset-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .hotpr-asset-link {
    justify-content: space-between;
    gap: 1rem;
  }
}
.hotpr-asset-link .promo-link {
  margin-top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .hotpr-asset-link .promo-link {
    order: 3;
    width: 100%;
    justify-content: flex-end;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .hotpr-asset-link .promo-link {
    margin-right: 1rem;
  }
}
.hotpr-asset-link .btn {
  min-width: 14rem;
}
@media screen and (max-width: 800px) {
  .hotpr-asset-link .btn {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .hotpr-asset-link .btn {
    width: 12rem;
    min-width: auto;
  }
}
@media screen and (max-width: 550px) {
  .hotpr-asset-link .btn {
    order: 2;
    width: 10rem;
  }
}
.hotpr-asset-view {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 550px) {
  .hotpr-asset-view {
    order: 1;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    width: fit-content;
  }
}
.hotpr-asset-view .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 2.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 550px) {
  .hotpr-asset-view .icon {
    width: 2rem;
  }
}
.hotpr-asset-view .icon > img {
  display: block;
}
@media screen and (max-width: 550px) {
  .hotpr-asset-col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .hotpr-asset .hotpr-asset-view {
    order: 1;
  }
}
.hotpr-list {
  margin-top: 3rem;
}
.hotpr-list .sec-transport {
  width: 100%;
}
.hotpr-list .sec-transport .transport .hv-tool-lip {
  top: 0rem;
  right: 0rem;
}
.hotpr-icon-pos {
  position: absolute;
  bottom: 0.8rem;
  right: 0.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.hotpr-icon-pos .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
.hotpr-icon-pos .icon > img {
  display: block;
}
.hotpr-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-right: 2.4rem;
  flex-shrink: 0;
  width: 24rem;
}
@media screen and (max-width: 1024px) {
  .hotpr-logo {
    margin-right: 1.2rem;
    width: 19rem;
  }
}
@media screen and (max-width: 800px) {
  .hotpr-logo {
    width: 16rem;
  }
}
@media screen and (max-width: 550px) {
  .hotpr-logo {
    margin-right: 0;
    order: 1;
    margin-top: 2rem;
    flex-direction: row;
    width: 100%;
  }
}
.hotpr-logo-img {
  width: 24rem;
  border-radius: 1.6rem;
  display: block;
  overflow: hidden;
  margin-bottom: 1.6rem;
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 0 0.2rem rgb(53, 96, 169);
  -moz-box-shadow: 0 0 0.2rem rgb(53, 96, 169);
  -webkit-box-shadow: 0 0 0.2rem rgb(53, 96, 169);
}
@media screen and (max-width: 1024px) {
  .hotpr-logo-img {
    width: 19rem;
  }
}
@media screen and (max-width: 800px) {
  .hotpr-logo-img {
    width: 16rem;
  }
}
.hotpr-logo-img .img-inner {
  display: block;
  padding-top: calc((140 / 240) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
}
.hotpr-logo-img .img-inner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 550px) {
  .hotpr-logo-img {
    width: 17rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .hotpr-logo-img {
    width: 12rem;
  }
}
.hotpr-logo-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hotpr-logo .name {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgb(53, 96, 169);
  text-align: left;
}
@media screen and (max-width: 550px) {
  .hotpr-logo .name {
    padding: 1.7rem 0;
    padding-left: 1rem;
    font-size: 1.2rem;
    max-height: 5rem;
  }
}
.hotpr-logo .name .other-t {
  font-weight: 700;
  color: #0884c3;
}
@media screen and (max-width: 1450px) {
  .hotpr-logo .tool-lip {
    right: 0;
    left: auto;
    transform: none;
  }
}
.hotpr-name {
  font-size: 1.2rem;
  color: rgb(53, 96, 169);
}
@media screen and (max-width: 550px) {
  .hotpr-name {
    padding-left: 0.8rem;
  }
}
.hotpr-name .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hotpr-igr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.hotpr-igr .icon {
  flex-shrink: 0;
}
.hotpr-igr .text {
  color: rgb(53, 96, 169);
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 1rem;
}
@media (hover: hover) {
  .hotpr-igr .text:hover {
    color: rgb(255, 111, 0);
  }
}
.hotpr-icg {
  margin-top: 1.6rem;
}
.hotpr-icgi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .hotpr-icgi {
    gap: 0.4rem;
  }
}
.hotpr-icgi .text {
  white-space: nowrap;
}
.hotpr-icgi .icon {
  height: fit-content;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .hotpr-icgi .icon {
    width: 2rem;
    height: 2rem;
  }
}
.hotpr-icgi .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotpr-icgi .icon2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
}
.hotpr-icgi .hv-tool-lip {
  position: relative !important;
  top: unset !important;
  right: unset !important;
  width: 2rem;
  height: 2rem;
}
.hotpr-icb {
  margin-top: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.6rem;
  margin-left: 3.2rem;
}
.hotpr-icn {
  margin-top: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hotpr-itxt {
  margin-top: 1.6rem;
}
.hotpr-bot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}
@media screen and (max-width: 800px) {
  .hotpr-bot {
    flex-wrap: wrap;
  }
  .hotpr-bot .page-numbers {
    margin-top: 0.8rem;
    width: 100%;
    order: 1;
  }
}
.hotpr-bot-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.hotpr-bot-input {
  width: 4rem;
  height: 3.2rem;
  padding: 0 1.2rem;
  background: #e5e5e5;
  border-radius: 0.4rem;
  font-family: "Roboto", sans-serif;
  border: unset;
}
.hotpr-bot-input:focus {
  outline: unset;
}
.hotpr-bot-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.hotpr-bot-form .btn {
  width: 4rem;
  border-radius: 0.4rem;
  padding: unset;
  height: 3.2rem;
}
.hotpr-bot-select {
  width: 7rem;
  height: 3.2rem;
}
.hotpr-bot-select .select2-container--default .select2-selection--single {
  border-radius: 0.4rem !important;
}
.hotpr-bot-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  padding-left: 1rem !important;
  height: 3.2rem !important;
  line-height: 3.2rem;
  background: #e5e5e5;
}
.hotpr-bot-select .select2-container {
  height: 3.2rem !important;
}
.hotpr-bot-select .select2-container--default .select2-selection--single {
  height: 3.2rem !important;
}
.hotpr-bot-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1rem;
}
.hotpr .hotpr-asset-view {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .hotpr .hotpr-asset-view {
    width: auto;
  }
}

.sec-qca {
  margin-bottom: 6.4rem;
}

.qca-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 15.6rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .qca-flex {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .qca-flex {
    flex-direction: column;
  }
}
.qca-wrap {
  padding: 2rem 11rem;
  background: #ffffff;
  box-shadow: 0px 0.4rem 4rem rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
}
@media screen and (max-width: 1200px) {
  .qca-wrap {
    padding: 2rem;
  }
}
.qca-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 560px) {
  .qca-content {
    align-items: center;
    justify-content: center;
  }
}
.qca-content .hotpr-form-pos {
  width: fit-content;
}
.qca-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(53, 96, 169);
}
@media only screen and (max-width: 1200px) {
  .qca-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .qca-title {
    font-size: 1.7rem;
  }
}
.qca-subtitle {
  font-size: 1.6rem;
  color: rgb(102, 102, 102);
  letter-spacing: -0.017em;
}
.qca-img > img {
  display: block;
  width: 100%;
}
.qca.qca-two {
  width: 66.6666666667%;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1250px) {
  .qca.qca-two {
    width: 100%;
  }
}
.qca.qca-two .qca-wrap {
  box-shadow: unset;
  padding: unset;
}
.qca.qca-two .qca-flex {
  gap: 10rem;
}
@media screen and (max-width: 1250px) {
  .qca.qca-two .qca-flex {
    gap: 2.4rem;
  }
}

.item-3 .hotpr-content-wrap {
  margin-top: 1.6rem;
  align-items: flex-end;
}
.item-3 .hotpr-asset-link {
  margin-top: 0;
}

.sec-ptransport {
  padding-top: 4rem;
  padding-bottom: 7rem;
}
.sec-ptransport .transport-wrap {
  margin-top: 3.5rem;
}
.sec-ptransport .transport-title {
  justify-content: unset;
  padding-bottom: 0;
}
.sec-ptransport .transport-title.lines::before {
  left: 0;
  transform: unset;
}
.sec-ptransport .transport-title .h2-title {
  text-align: unset;
}

.seek.pd-sec {
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 900px) {
  .seek.pd-sec {
    padding-bottom: 4rem;
  }
}
.seek-wrap {
  padding: 1.6rem;
  background: #ffffff;
  box-shadow: 0px 0.4rem 4rem rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;
}
.seek-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
.seek-item {
  flex: 1;
  padding: 0 1rem;
}
@media screen and (max-width: 900px) {
  .seek-item {
    flex: unset;
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  .seek-item {
    width: 100%;
  }
  .seek-item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.seek-item:last-child {
  width: 16rem;
  flex: unset;
}
@media screen and (max-width: 900px) {
  .seek-item:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  .seek-item:last-child {
    width: 100%;
  }
}
.seek-option {
  padding: 0.4rem;
  background: #f3f3f3;
  border-radius: 10rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.8rem;
  height: 4.8rem;
  align-items: center;
}
.seek-lb {
  color: rgb(102, 102, 102);
  display: block;
  padding: 0.8rem 1rem;
  border-radius: 10rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .seek-lb:hover {
    color: rgb(53, 96, 169);
    background: rgba(255, 255, 255, 0.8);
  }
}
.seek-box {
  width: 50%;
  text-align: center;
}
.seek-input:checked ~ .seek-lb {
  color: rgb(53, 96, 169);
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
.seek-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  position: relative;
}
.seek-btn .btn {
  padding: 0;
  width: 100%;
}
.seek-btn .icon {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media screen and (max-width: 440px) {
  .seek-btn .icon {
    top: -1.4rem;
  }
}
.seek-btn .icon > img {
  display: block;
}
@media screen and (max-width: 1400px) {
  .seek-btn .tool-lip {
    left: auto;
    right: 0;
    transform: none;
  }
}
.seek-button {
  padding: 0.8rem 2.4rem 0.7rem;
  border: 0.1rem solid rgb(53, 96, 169);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: fit-content;
  position: fixed;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  background: white;
  z-index: 50;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0px 0.2rem 1.8rem rgba(51, 95, 168, 0.26);
  border-radius: 10rem;
  width: 12rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 901px) {
  .seek-button {
    display: none;
  }
}
.seek-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}
.seek-left {
  width: 16.6666666667%;
  padding: 0 1.2rem;
  min-width: 18rem;
}
@media screen and (max-width: 900px) {
  .seek-left {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .seek-left {
    padding: 2.4rem 1.2rem 1.2rem !important;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    right: 0;
    background: white;
    bottom: 0;
    transform: translateY(-100%) !important;
    transition: all 0.3s ease-in-out !important;
  }
  .seek-left.show {
    z-index: 50;
    transform: translateY(0%) !important;
  }
}
.seek-close {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.1rem solid;
  margin-bottom: 1.2rem;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .seek-close {
    display: none;
  }
}
.seek-right {
  flex: 1;
  padding: 0 1.2rem;
}
.seek-py {
  padding: 1.6rem;
  background: #ffffff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 850px) {
  .seek-py {
    border-radius: 0.4rem;
    margin-bottom: 1.2rem;
  }
}
.seek-wrapper {
  margin-top: 3rem;
}
@media screen and (max-width: 900px) {
  .seek-fill {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 1.2rem;
    max-width: 100%;
    overflow-x: auto;
  }
  .seek-fill::-webkit-scrollbar {
    height: 0.5rem;
  }
}
.seek-fill .recheck-block {
  margin-top: 1.6rem;
}
@media screen and (max-width: 900px) {
  .seek-fill .recheck-block {
    margin-top: unset;
    padding: 0.8rem;
    border: 0.1rem solid #ccc;
  }
}
.seek-fill .recheck-item {
  align-items: unset;
}
.seek-fill .recheck-text {
  margin-left: 0.8rem;
  white-space: nowrap;
}
.seek-fill .recheck-dot {
  width: 2rem;
  height: 2rem;
  border-radius: unset;
  border: 0.2rem solid rgb(53, 96, 169);
}
@media screen and (max-width: 850px) {
  .seek-fill .recheck-dot {
    margin-top: unset;
  }
}
.seek-fill .recheck-dot::before {
  border-radius: unset;
  width: 1.4rem;
  height: 1.4rem;
}
.seek-result > .text {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.seek-result-wrap {
  margin-top: 2rem;
}
.seek-result-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
.seek-result-top > .c-text {
  white-space: nowrap;
}
.seek-result-select {
  width: 26rem;
}
@media screen and (max-width: 510px) {
  .seek-result-select {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .seek-form .hotpr-form-pos {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.seek-form .btn {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 900px) {
  .seek-form .btn {
    width: fit-content;
    padding: 1.2rem 3.2rem;
  }
}

.logis .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
.logis .col-2 {
  width: 16.6666666667%;
  padding: 0 1.2rem;
  min-width: 18rem;
}
@media screen and (max-width: 900px) {
  .logis .col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767.8px) {
  .logis .col-2 {
    padding: 2.4rem 1.2rem 1.2rem;
  }
}
.logis .col-10 {
  flex: 1;
  padding: 0 1.2rem;
}
.logis-fill:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .logis-fill:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .logis-fill-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 1.6rem;
    max-width: 100%;
    overflow-x: auto;
  }
  .logis-fill-inner::-webkit-scrollbar {
    height: 0.5rem;
  }
}
.logis-fill .recheck-block {
  margin-top: 1.6rem;
}
@media screen and (max-width: 900px) {
  .logis-fill .recheck-block {
    margin-top: unset;
    padding: 0.8rem;
    border: 0.1rem solid #ccc;
  }
}
.logis-fill .recheck-item {
  align-items: unset;
}
.logis-fill .recheck-text {
  margin-left: 0.8rem;
  white-space: nowrap;
}
.logis-fill .recheck-dot {
  width: 2rem;
  height: 2rem;
  border-radius: unset;
  border: 0.2rem solid rgb(53, 96, 169);
}
@media screen and (max-width: 850px) {
  .logis-fill .recheck-dot {
    margin-top: unset;
  }
}
.logis-fill .recheck-dot::before {
  border-radius: unset;
  width: 1.4rem;
  height: 1.4rem;
}
.logis-wrapper {
  margin-top: 3rem;
}
.logis-item {
  padding: 2rem;
  background: #ffffff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 6.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .logis-item {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .logis-item {
    gap: 2.4rem;
    flex-direction: column;
  }
}
.logis-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2rem;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 650px) {
  .logis-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.logis-img {
  width: 12rem;
  flex-shrink: 0;
  height: 12rem;
  box-shadow: 0 0 0.2rem rgb(53, 96, 169);
  -moz-box-shadow: 0 0 0.2rem rgb(53, 96, 169);
  -webkit-box-shadow: 0 0 0.2rem rgb(53, 96, 169);
  border-radius: 1.6rem;
  overflow: hidden;
}
.logis-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logis-name {
  display: inline-block;
  font-weight: 700;
  color: rgb(53, 96, 169);
  margin-bottom: 0.8rem;
}
.logis-text-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 3.2rem;
}
.logis-text-gr:not(:last-child) {
  margin-bottom: 0.8rem;
}
.logis-text-gr .c-text:first-child {
  min-width: 9.6rem;
  white-space: nowrap;
}
.logis-text-gr .c-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.logis-info {
  width: 16rem;
}
@media screen and (max-width: 768px) {
  .logis-info {
    width: 100%;
  }
}
.logis-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .logis-btn {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.logis-btn .btn {
  height: 4rem;
}
.logis-btn .promo-link {
  margin-top: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 600px) {
  .hotpr-form {
    width: 100%;
    order: 1;
  }
}

.table-air .transport-item:first-child {
  width: 20%;
}
.table-air .transport-item:last-child {
  padding-right: 0;
}
.table-air .transport-option {
  padding-right: 0;
}

.sec-news {
  padding-top: 3rem;
}

.sec-newsdt .newsdt-social {
  width: 8.3333333333%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .sec-newsdt .newsdt-social {
    width: 100%;
  }
}
.sec-newsdt .newsdt-social-list {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .sec-newsdt .newsdt-social-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 1.2rem;
  }
}
.sec-newsdt .newsdt-social-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .sec-newsdt .newsdt-social-item:hover {
    transform: translateY(-0.4rem);
  }
}
.sec-newsdt .newsdt-social-item:not(:last-child) {
  margin-bottom: 2rem;
}
.sec-newsdt .newsdt-social-item > img {
  display: block;
}
.sec-newsdt .news-left {
  width: 66.6666666667%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .sec-newsdt .news-left {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .sec-newsdt .news-left {
    width: 100%;
  }
}

.newsdt-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsdt-top .hotpr-asset-view {
  margin-top: 0;
}
.newsdt-title {
  font-weight: 700;
  color: rgb(53, 96, 169);
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .newsdt-title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .newsdt-title {
    font-size: 2.2rem;
  }
}
.newsdt-content {
  margin-top: 2.4rem;
}
.newsdt-img-full {
  margin: 0.8rem 0;
}
.newsdt-img-full img {
  display: block;
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
}
.newsdt-img-full-inner {
  border-radius: 2rem;
  overflow: hidden;
}
.newsdt-bottom {
  margin-top: 2.8rem;
}
.newsdt-bottom-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: space-between;
}
.newsdt-bottom-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.newsdt-bottom-select {
  width: 10.6rem;
}
.newsdt-bottom-select .select2-container--default .select2-selection--single {
  border-radius: 0.4rem !important;
  height: 3.2rem !important;
  background: #e5e5e5 !important;
}
.newsdt-bottom-select .select2-container {
  height: 3.2rem;
}
.newsdt-bottom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1rem;
}
.newsdt-cmt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.newsdt-cmt-avt > img {
  display: block;
  width: 6.9rem;
  height: 6.9rem;
  max-width: unset;
}
.newsdt-cmt-control {
  height: 100%;
  width: 100%;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.4rem;
  position: relative;
}
.newsdt-cmt-control .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  background: unset;
  cursor: pointer;
}
.newsdt-cmt-control .icon > img {
  display: block;
}
.newsdt-cmt-input {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  border: unset;
  padding: 0 1.6rem;
  color: rgb(102, 102, 102);
  font-size: 1.6rem;
  background: unset;
  height: 6.9rem;
  padding-right: 4.6rem;
}
.newsdt-cmt-input:focus {
  outline: unset;
}

.news-others {
  margin-top: 2.4rem;
}
.news-others-item {
  width: 100%;
  background: #d9d9d9;
  margin-bottom: 2.4rem;
  position: relative;
}
.news-others-item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .news-others-item .text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-others-item .text {
    font-size: 1.5rem;
  }
}
.news-others-item.larger {
  min-height: 56.5rem;
}
.news-others-item.small {
  min-height: 28.2rem;
}
.news-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .news-top {
    flex-direction: column;
  }
}
.news-top .hotpr-form-flex {
  flex: 1;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .news-top .hotpr-form-flex {
    width: 100%;
  }
}
.news-tab {
  width: max-content;
}
@media screen and (max-width: 600px) {
  .news-tab {
    width: 100%;
    border-bottom: 0.1rem solid #ccc;
  }
}
.news-tab-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .news-tab-list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .news-tab-list::-webkit-scrollbar {
    height: 0.5rem;
    display: block;
  }
}
.news-tab-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
@media screen and (max-width: 600px) {
  .news-tab-box {
    justify-content: center;
  }
}
.news-tab-item {
  padding: 0.8rem 1.2rem;
}
@media screen and (max-width: 600px) {
  .news-tab-item {
    width: max-content;
  }
}
.news-tab-item .icon {
  display: block;
  margin-left: 0.8rem;
}
@media screen and (max-width: 600px) {
  .news-tab-item .icon {
    width: max-content;
  }
}
.news-tab-item .text {
  color: rgb(102, 102, 102);
  display: inline-block;
  position: relative;
  width: max-content;
}
@media (hover: hover) {
  .news-tab-item .text:hover {
    color: rgb(53, 96, 169);
  }
  .news-tab-item .text:hover::before {
    width: 100%;
  }
}
.news-tab-item .text.active {
  font-weight: 700;
  color: rgb(53, 96, 169);
}
.news-tab-item .text.active::before {
  width: 100%;
}
.news-tab-item .text::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  width: 0;
  height: 0.2rem;
  background: rgb(53, 96, 169);
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.news-wrap {
  margin-top: 3rem;
}
.news-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 768px) {
  .news-flex {
    flex-direction: column;
  }
}
.news-left {
  padding: 0 1.2rem;
  width: 75%;
}
@media screen and (max-width: 1200px) {
  .news-left {
    width: 100%;
  }
}
.news-right {
  width: 25%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .news-right {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .news-right {
    width: 100%;
  }
}
.news-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}
.news-wrapper .page-numbers > li:first-child .page-numbers {
  width: 3.6rem;
  height: 3.6rem;
  border: 0.2rem solid #3560a9;
}
.news-wrapper .page-numbers > li:last-child .page-numbers {
  width: 3.6rem;
  height: 3.6rem;
  border: 0.2rem solid #3560a9;
}
.news-py6 {
  width: 66.6666666667%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .news-py6 {
    width: 100%;
  }
}
.news-py3 {
  width: 33.3333333333%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1200px) {
  .news-py3 {
    width: 100%;
  }
}
.news-full-img {
  position: relative;
  padding-top: 56.1433447099%;
  border-radius: 1rem;
  overflow: hidden;
}
.news-full-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-full-content {
  margin-top: 0.8rem;
}
.news-full-content .des {
  opacity: 0.8;
  color: rgb(102, 102, 102);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.news-full-content .finan-box .text {
  color: rgb(102, 102, 102);
}
.news-full-content .finan-box::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  height: 100%;
  top: 0;
  width: 0.1rem;
  background: rgb(102, 102, 102);
}
.news-full-link {
  font-weight: 700;
  font-size: 1.6rem;
  color: rgb(53, 96, 169);
  display: inline-block;
  margin: 0.8rem 0;
}
.news-small {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .news-small:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .news-small {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 620px) {
  .news-small {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .news-small-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.4rem;
    gap: 1.2rem;
  }
}
.news-small-img {
  width: 9.6rem;
  height: 9.6rem;
  flex-shrink: 0;
}
.news-small-img-inner {
  position: relative;
  padding-top: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
}
.news-small-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-small-content .finan-box .text {
  color: rgb(102, 102, 102);
}
.news-small-content .finan-box::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  height: 100%;
  top: 0;
  width: 0.1rem;
  background: rgb(102, 102, 102);
}
.news-small-content .finan-box .inner {
  align-items: unset;
}
.news-small-link {
  font-weight: 700;
  font-size: 1.6rem;
  color: rgb(102, 102, 102);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .news-small-link:hover {
    color: rgb(53, 96, 169);
  }
}
.news-sw {
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #e5e5e5;
  margin-bottom: 3.2rem;
}
.news-sw .news-slide-pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .news-sw .news-slide-pagination {
    display: none;
  }
}
.news-slide {
  padding-right: 2.4rem;
  border-right: 0.1rem solid rgba(102, 102, 102, 0.2);
}
.news-slide-content .finan-gr {
  margin-bottom: 0.8rem;
}
.news-slide-content .finan-box .text {
  color: rgb(102, 102, 102);
}
.news-slide-content .finan-box::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  height: 100%;
  top: 0;
  width: 0.1rem;
  background: rgb(102, 102, 102);
}
.news-slide-link {
  font-weight: 700;
  font-size: 1.6rem;
  color: rgb(102, 102, 102);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .news-slide-link:hover {
    color: rgb(53, 96, 169);
  }
}
.news-slide-des {
  color: rgb(102, 102, 102);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.news-medium {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 2rem;
}
.news-medium:not(:last-child) {
  margin-bottom: 1.6rem;
}
.news-medium-img {
  width: 19rem;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .news-medium-img {
    width: 40%;
  }
}
.news-medium-img-inner {
  position: relative;
  padding-top: 74.7368421053%;
  border-radius: 1.2rem;
  overflow: hidden;
}
.news-medium-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-medium-content .finan-gr {
  margin-bottom: 0.8rem;
}
.news-medium-content .finan-box .text {
  color: rgb(102, 102, 102);
}
.news-medium-content .finan-box::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  height: 100%;
  top: 0;
  width: 0.1rem;
  background: rgb(102, 102, 102);
}
.news-medium-link {
  font-weight: 700;
  font-size: 1.6rem;
  color: rgb(102, 102, 102);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .news-medium-link:hover {
    color: rgb(53, 96, 169);
  }
}
.news-medium-des {
  color: rgb(102, 102, 102);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.news-tag {
  margin-bottom: 2.4rem;
}
.news-tag-title {
  font-weight: 700;
  font-size: 2.4rem;
  color: rgb(53, 96, 169);
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .news-tag-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-tag-title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .news-tag-title {
    margin-top: 1.6rem;
  }
}
.news-tag-list {
  padding: 0 0.6rem;
}
.news-tag-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.news-tag-link {
  color: rgb(102, 102, 102);
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .news-tag-link:hover {
    color: rgb(53, 96, 169);
  }
}
.news-tag-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgb(102, 102, 102);
}
@media screen and (max-width: 1200px) {
  .news-brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .news-brand-img {
    width: calc(50% - 0.6rem);
  }
}
@media screen and (min-width: 1200px) {
  .news-brand-img:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.news-brand-img img {
  display: block;
  width: 100%;
}
.news-img-link img {
  margin: 0 auto;
  display: block;
}

.tool-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .tool-list {
    margin: 0 -0.4rem;
  }
}
.tool-item {
  padding: 0 1.2rem;
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .tool-item {
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .tool-item {
    width: 50%;
    margin-bottom: 0.8rem;
  }
  .tool-item:last-child {
    width: 100%;
    margin-bottom: unset;
  }
}
.tool-box {
  padding: 2.4rem 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  background: #ffffff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .tool-box {
    padding: 2.4rem 1.2rem;
  }
}
.tool-link {
  color: rgb(53, 96, 169);
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .tool-link:hover {
    color: rgb(255, 111, 0);
  }
}
.tool-btn {
  color: rgb(53, 96, 169);
  transition: 0.3s ease-in-out;
  display: inline-block;
  margin-top: auto;
}
@media (hover: hover) {
  .tool-btn:hover {
    color: rgb(53, 96, 169);
  }
}
.tool-des {
  margin-top: 0.8rem;
  color: rgb(102, 102, 102);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.tool-content {
  margin: 2rem 0;
}
.tool-icon {
  width: 6rem;
  flex-shrink: 0;
}
.tool-icon > img {
  width: 100%;
  display: block;
}

.hv-tool-lip {
  cursor: pointer;
  position: relative;
  display: inline-flex;
}
.hv-tool-lip i {
  color: rgb(53, 96, 169);
}
.hv-tool-lip img {
  width: 1.6rem;
}
.hv-tool-lip .text {
  display: block;
  text-align: left;
}
.hv-tool-lip:hover .tool-lip {
  opacity: 1;
  visibility: visible;
}

.tool-lip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 18rem;
  border: 1px solid #e9ecef;
  width: max-content;
  padding: 1.2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  z-index: 2;
  max-width: 22rem;
}
@media screen and (max-width: 1200px) {
  .tool-lip {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec-quote.none-py {
    padding-top: 2.4rem;
    margin-top: 0;
  }
}

.reques-wrap {
  padding: 4rem;
  background: #ffffff;
  border: 0.1rem solid #e5e5e5;
  box-shadow: 0px 0.2rem 4rem rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  .reques-wrap {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .reques-wrap {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .reques-wrap {
    padding: 1.6rem 1rem;
  }
}
.reques-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -2rem;
}
@media screen and (max-width: 1024px) {
  .reques-flex {
    margin: 0 -1rem;
  }
}
@media screen and (max-width: 767px) {
  .reques-flex {
    flex-direction: column;
  }
}
.reques-left {
  width: max-content;
  padding: 0 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .reques-left {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 800px) {
  .reques-left {
    max-width: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .reques-left {
    width: max-content;
    max-width: 100%;
  }
}
.reques-right {
  flex: 1;
  padding: 0 2rem;
}
@media screen and (max-width: 1024px) {
  .reques-right {
    padding: 0 1rem;
  }
}
.reques-right .reques-tab {
  display: none;
}
.reques-right .reques-tab.open {
  display: block;
}
.reques-right .find-box-i .text {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .reques-right .find-box-i .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .reques-right .find-box-i .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .reques-right .find-box-i .text {
    font-size: 1.4rem;
  }
}
.reques-right .find-box:not(:last-child) {
  border-right: 0.2rem solid rgb(53, 96, 169);
}
.reques-tab {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .reques-tab {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .reques-tab .recheck-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    gap: 2rem;
    white-space: nowrap;
  }
  .reques-tab .recheck-block::-webkit-scrollbar {
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  .reques-tab .recheck-item {
    border: 0.1rem solid #ccc;
    border-radius: 0.4rem;
    padding: 1.2rem;
  }
}
.reques-tab .recheck-item.active .recheck-dot::before {
  opacity: 1;
}
.reques-tab .recheck-item.active .recheck-text {
  font-weight: 700;
  color: rgb(53, 96, 169);
}
@media screen and (max-width: 800px) {
  .reques-tab .recheck-item.active .recheck-text {
    margin-left: 0.4rem;
  }
}
@media screen and (min-width: 767px) {
  .reques-tab .recheck-item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.reques-tab .recheck-item .recheck-dot {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #000000;
  margin-top: 0.3rem;
}
@media screen and (max-width: 800px) {
  .reques-tab .recheck-item .recheck-dot {
    width: 1.2rem;
    height: 1.2rem;
    border: 0.1rem solid #000000;
  }
}
.reques-tab .recheck-item .recheck-dot::before {
  width: 1rem;
  height: 1rem;
  background-color: #000000;
  background-image: unset;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .reques-tab .recheck-item .recheck-dot::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.reques-form-inner {
  padding: 2.4rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
}
@media screen and (max-width: 1200px) {
  .reques-form-inner {
    padding: 2.4rem 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .reques-form-inner {
    padding: 1.2rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 400px) {
  .reques-form-inner {
    padding: 0.8rem;
  }
}
.reques-form-inner .reques-form-inner {
  margin-bottom: 2rem;
}
.reques-form-inner .reques-form-inner .find-box-i .text {
  white-space: unset;
  text-align: center;
}
.reques-form-inner .reques-form-inner .icon {
  margin-top: -1rem;
}
.reques-form-inner .reques-form-inner .recheck-item {
  margin-bottom: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.reques-form-inner .reques-block .recheck-block {
  margin-left: 4rem;
  white-space: unset;
}
@media screen and (max-width: 800px) {
  .reques-form-inner .reques-block .recheck-block {
    margin-left: 0;
  }
}
.reques-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .reques-gr {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .reques-gr {
    flex-direction: column;
  }
}
.reques-gr-i3 .reques-input {
  padding: 0 2rem;
  padding-right: 9rem;
}
@media screen and (max-width: 600px) {
  .reques-gr-col-3 .reques-small {
    width: 100%;
    flex-basis: 100%;
  }
}
.reques-long {
  width: 66.6666666667%;
}
@media screen and (max-width: 600px) {
  .reques-long {
    width: 100%;
  }
}
.reques-control.reques-control-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .reques-control.reques-control-row {
    align-items: unset;
  }
}
.reques-control.reques-control-row .recheck-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 600px) {
  .reques-control.reques-control-row .recheck-block {
    gap: 1.2rem;
    flex-direction: column;
  }
}
.reques-control.reques-control-row .recheck-input:checked ~ .recheck-text {
  font-weight: 700;
  color: rgb(53, 96, 169);
}
.reques-control.reques-control-row .recheck-item .recheck-dot {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #000000;
  border-radius: 50%;
}
.reques-control.reques-control-row .recheck-item .recheck-dot::before {
  width: 1rem;
  height: 1rem;
  background-color: #000000;
  border-radius: 50%;
  background-image: unset;
}
.reques-control-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
  position: relative;
}
.reques-control-inner .text {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 2.5rem;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-left: 0.1rem solid #e5e5e5;
}
.reques-control-inner .reques-select-phone {
  width: 10rem !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.reques-control-inner .reques-select-phone::before {
  content: "";
  position: absolute;
  height: 2.4rem;
  width: 0.1rem;
  right: 1rem;
  background: #e5e5e5;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.reques-control-inner .reques-select-phone .select2-container--default .select2-selection--single {
  border: unset !important;
  background: unset !important;
}
.reques-control-inner .reques-input.non-border {
  background: unset;
  padding: 0 2rem;
  padding-left: 10rem;
}
.reques-control .recheck-block {
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .reques-control .recheck-block {
    margin: unset;
  }
}
.reques-control .recheck-item {
  align-items: unset;
}
.reques-control .recheck-text {
  margin-left: 0.8rem;
  color: rgb(102, 102, 102);
}
.reques-control .recheck-dot {
  width: 2rem;
  height: 2rem;
  border-radius: unset;
  border: 0.2rem solid rgb(53, 96, 169);
}
@media screen and (max-width: 850px) {
  .reques-control .recheck-dot {
    margin-top: unset;
  }
}
.reques-control .recheck-dot::before {
  border-radius: unset;
  width: 1.4rem;
  height: 1.4rem;
}
.reques-small {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .reques-small {
    width: 100%;
  }
}
.reques-block:not(:last-child) {
  margin-bottom: 2rem;
}
.reques-block-time .reques-long {
  width: calc(50% - 0.5rem);
}
@media screen and (max-width: 600px) {
  .reques-block-time .reques-long {
    width: 100%;
  }
}
.reques-lb {
  font-weight: 700;
  color: rgb(102, 102, 102);
  margin-bottom: 0.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.reques-lb .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.reques-input {
  width: 100%;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  color: rgb(102, 102, 102);
  font-family: "Roboto", sans-serif;
  height: 4.8rem;
  padding: 0 2rem;
}
.reques-input:focus {
  outline: unset;
  border-color: rgb(255, 111, 0);
}
.reques-area {
  width: 100%;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  color: rgb(102, 102, 102);
  font-family: "Roboto", sans-serif;
  min-height: 16.6rem;
  padding: 2rem;
  resize: none;
  transition: 0.3s ease-in-out;
}
.reques-area:focus {
  outline: unset;
  border-color: rgb(255, 111, 0);
}
.reques-action {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 2.8rem;
  border: 0.1rem solid #3560a9;
  border-radius: 3rem;
  width: fit-content;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  color: rgb(53, 96, 169);
}
@media (hover: hover) {
  .reques-action:hover {
    background: rgb(53, 96, 169);
    color: #fff;
  }
  .reques-action:hover .icon i {
    color: #fff;
  }
}
.reques-action-file {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
}
.reques-action .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
}
.reques-action .icon > i {
  font-size: 1.6rem;
  color: rgb(53, 96, 169);
  transition: ease-in-out 0.3s;
}
.reques-submit {
  min-width: 16rem;
  margin: 0 auto;
  margin-top: 1.6rem;
}

.count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  align-items: center;
  border-radius: 3rem;
}
.count-btn {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .count-btn:hover {
    background: rgb(53, 96, 169);
  }
  .count-btn:hover .icon {
    color: #fff;
  }
}
.count-btn .icon {
  font-weight: 400;
  color: #666666;
  transition: 0.3s ease-in-out;
}
.count-number {
  color: rgb(102, 102, 102);
  font-size: 1.6rem;
}

.preview-file-text > span {
  padding: 0.4rem 0.8rem;
  background: #ffffff;
  border-radius: 0.4rem;
  color: rgb(102, 102, 102);
  font-size: 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border: 0.1rem solid #e5e5e5;
}
.preview-file-text > span .upload-file-delete {
  font-size: 0.8rem;
  font-weight: 400;
  width: 1.2rem;
  height: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #e5e5e5;
  border-radius: 50%;
  border: 0.1rem solid #e5e5e5;
  color: #fff;
  flex-shrink: 0;
}

.text-p {
  font-style: italic;
  margin-bottom: 1rem;
  font-weight: 700;
}

.pd-bt {
  padding-bottom: 8rem;
}

.sec-schedluedt {
  margin-top: 3rem;
}
.sec-schedluedt .newsdt-social-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  .sec-schedluedt .newsdt-social-list {
    gap: 0.5rem;
  }
}
.sec-schedluedt .newsdt-top {
  margin-top: 3rem;
}
.sec-schedluedt .newsdt-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .sec-schedluedt .newsdt-social {
    gap: 0.5rem;
  }
}
.sec-schedluedt .newsdt-social-item img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .sec-schedluedt .newsdt-social-item {
    width: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .sec-schedluedt .newsdt-social-item {
    width: 1.8rem;
  }
}
.sec-schedluedt .newsdt-img-full-inner {
  border-radius: 0.8rem;
}
.sec-schedluedt .newsdt-img-full {
  margin: 2.4rem 0;
}
.sec-schedluedt .newsdt-img-full .t-center {
  opacity: 0.5;
}

.schedluedt-content {
  margin-top: 2.4rem;
}
.schedluedt-wrap {
  margin-top: 3rem;
}
.schedluedt-toc {
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  .schedluedt-toc {
    margin-top: 1.2rem;
  }
}
.schedluedt-toc .text {
  color: #000;
  font-style: italic;
  font-size: 2.6rem;
}
.schedluedt-toc-list {
  margin-left: 1.6rem;
}
.schedluedt-toc-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.schedluedt-toc-link {
  color: rgb(53, 96, 169);
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
}
.schedluedt-table {
  white-space: nowrap;
  overflow-x: auto;
  max-width: 100%;
  padding-bottom: 1.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .schedluedt-table {
    margin-top: 1.2rem;
  }
}
.schedluedt-table::-webkit-scrollbar {
  height: 1.2rem;
}
.schedluedt-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.schedluedt-table::-webkit-scrollbar-thumb {
  border-radius: 0.8rem;
  background: #c2c2c2;
}
.schedluedt-table-block {
  margin-top: 3rem;
}
.schedluedt-table .tg {
  margin-top: 4rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.schedluedt-table tbody tr:nth-child(odd) {
  background: #f6f6f6;
}
.schedluedt-table .tg td {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0.1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  overflow: hidden;
  padding: 2.4rem 1.2rem;
  word-break: normal;
  color: rgb(102, 102, 102);
}
.schedluedt-table .tg th {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0.1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  overflow: hidden;
  padding: 1.8rem 1.2rem;
  word-break: normal;
  color: rgb(102, 102, 102);
  border-radius: 1rem 0px 0px 0px;
}
.schedluedt-table .tg .tg-0pky {
  border-color: inherit;
  text-align: left;
  vertical-align: middle;
  text-align: center;
}
.schedluedt-info-img {
  margin-top: 3rem;
}
.schedluedt-info-img img {
  display: block;
  max-width: 100%;
}

.freight-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-top: 4rem;
}
.freight-box-img img {
  max-width: 100%;
  display: block;
}
.freight-block {
  margin-top: 4rem;
}

.sec-zip {
  margin-top: 3rem;
}

.zip-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 650px) {
  .zip-find {
    margin-bottom: 2.4rem;
  }
}
.zip-control {
  padding: 0 5rem;
}
@media screen and (max-width: 575px) {
  .zip-control {
    padding: 0 1.2rem;
  }
}
.zip-control .text {
  color: rgb(102, 102, 102);
  font-size: 1.6rem;
  display: inline-block;
  padding-bottom: 1rem;
  position: relative;
}
@media (hover: hover) {
  .zip-control .text:hover::before {
    width: 100%;
  }
}
.zip-control .text::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  height: 0.2rem;
  background: rgb(53, 96, 169);
  width: 0;
}
.zip-control .text.active {
  color: rgb(53, 96, 169);
}
.zip-control .text.active::before {
  width: 100%;
  opacity: 1;
}
.zip-control .text .text {
  color: rgb(102, 102, 102);
  font-size: 1.6rem;
}
.zip-py {
  padding: 2rem;
  box-shadow: 0px 0.4rem 4rem rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
}
.zip-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 575px) {
  .zip-top {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.zip-tab {
  gap: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.zip-tab-item {
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .zip-tab-item:hover::before {
    width: 100%;
  }
}
.zip-tab-item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  height: 0.2rem;
  background: rgb(53, 96, 169);
  width: 0;
}
.zip-tab-item.active::before {
  width: 100%;
  opacity: 1;
}
.zip-tab-item.active .text {
  font-weight: 700;
  color: rgb(53, 96, 169);
}
.zip-tab-item .text {
  color: rgb(102, 102, 102);
  font-size: 1.6rem;
}
.zip-input {
  width: 100%;
  height: 4.8rem;
  font-family: "Roboto", sans-serif;
  border-radius: 3rem;
  border: 0.1rem solid #e5e5e5;
  padding: 0 2rem;
}
@media screen and (max-width: 850px) {
  .zip-input {
    border-radius: 0.4rem;
  }
}
.zip-input:focus {
  outline: unset;
  border-color: rgb(255, 111, 0);
}
.zip-form-inner {
  width: 43rem;
  max-width: 100%;
  margin: 0 auto;
}
.zip-form-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 575px) {
  .zip-form-wrap {
    flex-direction: column;
  }
}
.zip-form-select {
  width: 100%;
}
.zip-form-control {
  width: 33.3333333333%;
}
@media screen and (max-width: 575px) {
  .zip-form-control {
    width: 100%;
  }
}
.zip-submit {
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
}
.zip-submit .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 1rem;
  height: 4rem;
}
.zip .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .zip .row {
    margin: 0 -0.4rem;
  }
}
.zip .col-4 {
  width: 33.3333333333%;
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 650px) {
  .zip .col-4 {
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .zip .col-4 {
    width: 100%;
  }
}
.zip .col-4-content {
  margin-top: 0.8rem;
}
.zip .col-4-content .link {
  margin: 0.8rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: rgb(102, 102, 102);
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .zip .col-4-content .link:hover {
    color: rgb(53, 96, 169);
  }
}
.zip .col-4-content .des {
  color: rgb(102, 102, 102);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.zip .col-4-content .finan-box::before {
  background: rgb(102, 102, 102);
}
.zip-img {
  position: relative;
  padding-top: 75%;
  border-radius: 1.2rem;
  overflow: hidden;
}
.zip-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zip-content .schedluedt-toc-link {
  font-weight: 400;
  text-transform: unset;
}
.zip-content .schedluedt-toc .text {
  font-style: unset;
  color: rgb(102, 102, 102);
  font-size: 1.4rem;
}
.zip-content .schedluedt-toc-list {
  margin-left: unset;
}
.zip-table {
  margin-top: 3rem;
}
.zip-table-wrapper {
  margin-top: 2.4rem;
  overflow-x: auto;
  overflow-y: hidden;
}
.zip-table-wrapper::-webkit-scrollbar {
  height: 0.5rem;
}
.zip-table-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.zip-table-inner {
  position: relative;
  height: 100%;
}
.zip-table-item {
  padding: 3.4rem 1.2rem;
  flex: 1;
}
.zip-table-item:last-child {
  flex: unset;
  width: 33.3333333333%;
}
.zip-table-item:nth-last-child(2) {
  flex: unset;
  width: 25%;
}
.zip-table-item .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}
.zip-table-block {
  border: 0.1rem solid #e5e5e5;
  min-width: 110rem;
}
@media screen and (min-width: 1200px) {
  .zip-table-block:nth-child(odd) {
    background: #f1f1f1;
  }
}
.zip-table-block:first-child {
  border-radius: 1rem 1rem 0px 0px;
  text-align: center;
  background: unset;
}
.zip-table-des {
  width: 80rem;
  margin: 2.4rem auto;
  max-width: 100%;
}
.zip-table-bot {
  width: fit-content;
  margin-left: auto;
}
.zip-table-link-list .link {
  color: rgb(53, 96, 169);
  font-weight: 700;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .zip-table-link-list .link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .zip-table-link-list .link {
    font-size: 1.6rem;
  }
}
.zip-table-info {
  margin-bottom: 3rem;
}
.zip-table-info img {
  display: block;
  max-width: 100%;
}

.login {
  padding: 4rem 0;
}
.login .regi-form-inner {
  padding: unset;
  border: unset;
  box-shadow: unset;
  background: unset;
}
.login .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}
.login .col-6 {
  width: 50%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 600px) {
  .login .col-6 {
    width: 100%;
  }
}
.login-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-top-img {
  margin-bottom: 1.6rem;
}
.login-top-img img {
  display: block;
}
.login-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 66.6666666667%;
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .login-inner {
    width: 100%;
  }
}
.login-inner .subtext {
  color: rgb(102, 102, 102);
  margin-bottom: 2rem;
}
.login-inner .form-control.is-invalid,
.login-inner .was-validated .form-control:invalid {
  background-image: none;
}
.login-input {
  width: 100%;
  font-family: "Roboto", sans-serif;
  height: 4.8rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  color: rgb(102, 102, 102);
  padding: 0 2rem;
}
.login-input:focus {
  outline: unset;
  border-color: rgb(255, 111, 0);
}
.login-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.6rem;
}
.login-gr:not(:last-child) {
  margin-bottom: 1.6rem;
}
.login-control {
  flex: 1;
}
.login-control .c-text {
  margin-bottom: 0.4rem;
  display: block;
}
@media screen and (max-width: 600px) {
  .login-img {
    width: 32rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.login-img img {
  display: block;
  max-width: 100%;
}
.login-recheck {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.login-recheck .recheck-dot {
  width: 2rem;
  height: 2rem;
  border-radius: unset;
  border: 0.2rem solid rgb(53, 96, 169);
}
@media screen and (max-width: 850px) {
  .login-recheck .recheck-dot {
    margin-top: unset;
  }
}
.login-recheck .recheck-dot::before {
  border-radius: unset;
  width: 1.4rem;
  height: 1.4rem;
}
.login-submit .btn {
  width: 100%;
}
.login-bot {
  width: fit-content;
  margin-left: auto;
  margin-top: 0.8rem;
}
.login-box {
  margin-bottom: 1.6rem;
  padding: unset;
}
.login-box .form-check .form-check-input {
  margin: 0;
}
.login-box-check {
  margin-top: 0.8rem !important;
}
.login-box .text {
  color: rgb(102, 102, 102);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.login-box .text .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.login-box .recheck-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: space-between;
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
}
.login-box .recheck-block .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.4rem;
}
.login-box .recheck-dot {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #000000;
}
.login-box .recheck-dot::before {
  width: 1rem;
  height: 1rem;
  background: #000;
  border-radius: 50%;
}
.login-box .recheck-text {
  margin-left: 0.4rem;
}
.login-box.regi-form-null .require {
  display: block;
}
.login .require {
  color: red;
  display: block;
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  display: none;
}
.login .require.show {
  display: block;
}

.faq .title {
  font-weight: 700;
  font-size: 3.2rem;
  color: #252525;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .faq .title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .faq .title {
    font-size: 2.2rem;
  }
}
.faq-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -4rem;
  justify-content: center;
}
@media screen and (max-width: 530px) {
  .faq-top {
    margin: 0 -1.2rem;
  }
}
.faq-top-control {
  padding: 0 4rem;
}
@media screen and (max-width: 530px) {
  .faq-top-control {
    padding: 0 1.2rem;
  }
}
.faq-top-control .text {
  font-size: 2.4rem;
  color: rgb(102, 102, 102);
  position: relative;
  padding-bottom: 0.2rem;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .faq-top-control .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .faq-top-control .text {
    font-size: 1.7rem;
  }
}
@media (hover: hover) {
  .faq-top-control .text:hover::before {
    width: 12rem;
  }
}
.faq-top-control .text.active {
  font-weight: 700;
  color: rgb(53, 96, 169);
}
.faq-top-control .text.active::before {
  width: 12rem;
}
@media screen and (max-width: 530px) {
  .faq-top-control .text {
    font-size: 1.4rem;
  }
}
.faq-top-control .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.2rem;
  background: rgb(53, 96, 169);
  transition: 0.3s ease-in-out;
}
.faq-wrap {
  margin-top: 3rem;
}
.faq-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1.2rem;
}
.faq-head.active .text {
  color: rgb(53, 96, 169);
}
.faq-head.active .icon {
  transform: rotate(180deg);
  color: rgb(53, 96, 169);
}
.faq-head .text {
  color: rgb(102, 102, 102);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .faq-head .text {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .faq-head .text:hover {
    color: rgb(53, 96, 169);
  }
}
.faq-head .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(102, 102, 102);
  transition: 0.3s ease-in-out;
}
.faq-content {
  width: 80rem;
  max-width: 100%;
  font-size: 1.6rem;
  color: #000;
  margin-top: 1.6rem;
}
.faq-item {
  padding: 1.6rem 0;
}
.faq-item:not(:last-child) {
  border-bottom: 0.1rem solid #e5e5e5;
}

.tech-body {
  display: none;
}

.step-wrap {
  padding: 7.3rem 5rem;
  background: #f5f5f5;
  border-radius: 3rem;
}
@media screen and (max-width: 1200px) {
  .step-wrap {
    padding: 4rem 1.2rem;
  }
}
.step-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 820px) {
  .step-list {
    overflow-x: auto;
    max-width: 100%;
    margin: unset;
  }
  .step-list::-webkit-scrollbar {
    height: 0;
  }
}
.step-item {
  padding: 0 1.2rem;
  width: 20%;
}
@media screen and (max-width: 820px) {
  .step-item {
    width: auto;
  }
}
.step-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: -0.017em;
}
@media screen and (max-width: 820px) {
  .step-box {
    width: 12rem;
  }
}
.step-box .icon {
  width: 12rem;
  height: 12rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 12px 24px rgba(51, 95, 168, 0.16);
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 820px) {
  .step-box .icon {
    width: 8rem;
    height: 8rem;
    padding: 2rem;
  }
}

.sec-manual {
  margin-top: 3.2rem;
}

.manual-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}
.manual-left {
  padding: 0 1.2rem;
  width: 25%;
}
@media screen and (max-width: 700px) {
  .manual-left {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .manual-left {
    width: 100%;
  }
}
.manual-right {
  padding: 0 1.2rem;
  width: 75%;
}
@media screen and (max-width: 700px) {
  .manual-right {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .manual-right {
    width: 100%;
    margin-top: 4rem;
  }
}
.manual-py {
  padding: 3.2rem;
  border: 0.1rem solid #e6e6e6;
  border-radius: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .manual-py {
    padding: 1.2rem;
  }
}
.manual-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.manual-link {
  color: rgb(102, 102, 102);
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .manual-link:hover {
    color: rgb(255, 111, 0);
  }
}
.manual-content .title {
  color: rgb(53, 96, 169);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .manual-content .title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .manual-content .title {
    font-size: 1.6rem;
  }
}
.manual-content-top {
  margin-bottom: 2.4rem;
}

.sec-member {
  margin-top: 3rem;
}

.member-top .title {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .member-top .title {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .member-top .title {
    font-size: 2.2rem;
  }
}
.member-tab {
  margin-top: 5.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .member-tab {
    margin-top: 2.4rem;
  }
}
.member-tab-py {
  border-radius: 3.4rem;
  width: fit-content;
  border: 0.1rem solid #e5e5e5;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .member-tab-py {
    width: 100%;
    box-shadow: 0px 0.4rem 4rem rgba(0, 0, 0, 0.1);
  }
}
.member-tab-inner {
  padding: 0.4rem;
}
.member-tab-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 -2rem;
  flex-wrap: wrap;
}
.member-tab-item {
  padding: 0 2rem;
}
@media screen and (max-width: 750px) {
  .member-tab-item {
    padding: 4rem 0;
    width: 50%;
  }
}
.member-tab-box {
  padding: 0.8rem 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 2.4rem;
  color: rgb(53, 96, 169);
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-radius: 3rem;
}
@media only screen and (max-width: 1200px) {
  .member-tab-box {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .member-tab-box {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 750px) {
  .member-tab-box {
    padding: 0.8rem 2.4rem;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .member-tab-box:hover {
    background: rgb(53, 96, 169);
    color: #fff;
  }
}
.member-tab-box.active {
  background: rgb(53, 96, 169);
  color: #fff;
}
.member-tab-box .text {
  padding: 0.4rem 1.6rem;
  background: #ff6f00;
  border-radius: 3rem;
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  color: #fff;
  background: rgb(255, 111, 0);
}
.member-mid-py {
  padding: 2rem 3rem;
  background: #ffffff;
  box-shadow: 0px 0.4rem 4rem rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
}
@media screen and (max-width: 650px) {
  .member-mid-py {
    padding: 2rem 1.2rem;
  }
}
.member-table-top {
  padding-bottom: 1.6rem;
}
.member-table-option {
  border-bottom: 0.1rem solid #e5e5e5;
}
.member-table-option:first-child {
  border-top: 0.1rem solid #e5e5e5;
}
.member-table-box .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.member-table-box .icon.icon-last {
  justify-content: end;
  margin-right: 2.6rem;
}
@media screen and (max-width: 650px) {
  .member-table-box .icon.icon-last {
    margin-right: 2.2rem;
  }
}
@media screen and (max-width: 380px) {
  .member-table-box .icon.icon-last {
    margin-right: 2rem;
  }
}
.member-table-box .icon.icon-mid {
  margin-left: 0.8rem;
}
@media screen and (max-width: 650px) {
  .member-table-box .icon.icon-mid {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 380px) {
  .member-table-box .icon.icon-mid {
    margin-left: 0.8rem;
  }
}
.member-table-box .t16 {
  font-size: 1.4rem;
}
.member-table-option {
  padding: 1.6rem 0;
}
.member-table-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 650px) {
  .member-table-flex {
    margin: 0 -0.4rem;
  }
}
.member-table-item {
  padding: 0 1.2rem;
  width: 15.2%;
}
@media screen and (max-width: 650px) {
  .member-table-item {
    width: 18%;
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 380px) {
  .member-table-item {
    width: 22%;
  }
}
.member-table-item:first-child {
  width: auto;
  flex: 1;
}
.member-table-bot {
  padding-top: 1.6rem;
}
.member-table-bot-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 -0.4rem;
}
@media screen and (max-width: 1070px) {
  .member-table-bot-flex {
    flex-direction: column;
  }
}
.member-table-bot-left {
  padding: 0 0.4rem;
  flex: 1;
}
.member-table-bot-right {
  padding: 0 0.4rem;
  width: calc(41.6666666667% - 6rem);
}
@media screen and (max-width: 1070px) {
  .member-table-bot-right {
    width: 100%;
  }
}
.member-table-bot-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .member-table-bot-wrap {
    gap: 0.8rem;
  }
}
.member-table-bot-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 50%;
  flex-direction: column;
  text-align: center;
}
.member-table-bot-gr .btn {
  padding: 0.8rem 0;
  width: 100%;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .member-table-bot-gr .btn {
    font-size: 1.3rem;
  }
}
.member-table .member-table-bot {
  margin-bottom: 1.6rem;
}

.box-search .form-field {
  position: relative;
}
.box-search .form-submit {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3560a9;
  padding: 0;
  outline: none;
  border: none;
  transition: all 0.2s linear;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .box-search .form-submit {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.box-search .form-submit img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}
@media (hover: hover) {
  .box-search .form-submit:hover {
    transform: translateY(-50%) scale(0.9);
  }
}
.box-search .form-ctr {
  display: block;
  width: 100%;
  height: 4.8rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  background: #ffffff;
  padding-inline: 2rem 5rem;
  letter-spacing: -0.017em;
  outline: none;
  border: 0.1rem solid transparent;
  font-size: 1.6rem;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1200px) {
  .box-search .form-ctr {
    height: 3.6rem;
    font-size: 1.4rem;
  }
}
.box-search .form-ctr:focus {
  border-color: rgb(255, 111, 0);
}
.box-search .form-ctr::-webkit-input-placeholder {
  color: #666666;
}
.box-search .form-ctr::-moz-input-placeholder {
  color: #666666;
}

.storee {
  padding-top: 3rem;
}
@media screen and (max-width: 1200px) {
  .storee {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 1250px) {
  .storee .banner {
    margin-top: 2.4rem;
  }
}
.storee .tool-lip {
  max-width: 22rem;
}
@media screen and (max-width: 1400px) {
  .storee .tool-lip {
    left: auto;
    transform: none;
    right: 0;
  }
}

.info-company {
  margin-top: 3.6rem;
}
.info-company .row-box {
  background: #ffffff;
  box-shadow: 0px 1.2rem 2rem rgba(51, 95, 168, 0.16);
  border-radius: 3rem;
  padding: 2.4rem;
}
@media screen and (max-width: 550px) {
  .info-company .row-box {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 550px) {
  .info-company .row-box .ai-center {
    flex-direction: column;
    justify-content: center;
  }
}
.info-company .logo-box img {
  display: block;
  width: 100%;
}
.info-company .content-main .heading {
  margin-bottom: 0.8rem;
}
.info-company .content-main .heading .name .link {
  letter-spacing: -0.017em;
  color: #3560a9;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .info-company .content-main .heading .name .link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .info-company .content-main .heading .name .link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 660px) {
  .info-company .content-main .heading .name .link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.info-company .content-main .list-info {
  --gap: 4rem;
  display: flex;
  margin-inline: calc(-0.5 * var(--gap));
}
@media screen and (max-width: 550px) {
  .info-company .content-main .list-info {
    flex-direction: column;
    margin-inline: unset;
  }
}
.info-company .content-main .list-info > * {
  flex-shrink: 0;
  padding-inline: calc(0.5 * var(--gap));
}
.info-company .content-main .list-info .col-left {
  width: 42.8571428571%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.info-company .content-main .list-info .col-right {
  width: 57.1428571429%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .info-company .content-main .list-info .col-right .item:last-child {
    justify-content: center;
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 900px) {
  .info-company .content-main .list-info {
    --gap: 2.4rem;
  }
}
@media screen and (max-width: 550px) {
  .info-company .content-main .list-info .col-left,
.info-company .content-main .list-info .col-right {
    width: 100%;
    margin: 0.8rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  .info-company .content-main .list-info {
    flex-wrap: wrap;
  }
  .info-company .content-main .list-info .col-left,
.info-company .content-main .list-info .col-right {
    width: 100%;
  }
  .info-company .content-main .list-info .col-right {
    margin-top: 0.8rem;
  }
}
.info-company .content-main .list-info .item {
  display: flex;
  letter-spacing: -0.017em;
  column-gap: 0.8rem;
  font-size: 1.6rem;
}
.info-company .content-main .list-info .item + .item {
  margin-top: 0.8rem;
}
.info-company .content-main .list-info .item-icon {
  margin-top: 0.2rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 2.4rem;
}
.info-company .content-main .list-info .item-icon img {
  display: block;
}
.info-company .content-main .list-info .item-text {
  color: #666666;
}
.info-company .content-main .list-info .item-text .link {
  color: #666666;
}
.info-company .content-main .list-info .item-connect {
  color: #3560a9;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.info-company .content-main .list-info .item-connect .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 0.2rem;
}
.info-company .content-main .list-info .item-connect .icon img {
  width: 1.6rem;
}
.info-company .content-main .list-info .item-stars {
  display: flex;
  align-items: center;
}
.info-company .content-main .list-info .item-stars .stars-list {
  display: flex;
  align-items: center;
}
.info-company .content-main .list-info .item-stars .stars-list img {
  display: block;
}
.info-company .content-main .list-info .item-stars .star-count {
  color: #666666;
}
.info-company .button-wrap .promo-bot {
  width: fit-content;
  margin-left: auto;
}
.info-company .logo-box {
  width: fit-content;
}
@media screen and (max-width: 660px) {
  .info-company .logo-box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .info-company .col:nth-child(1) {
    width: 100%;
  }
  .info-company .col:nth-child(1) .logo-box img {
    width: initial;
  }
  .info-company .col:nth-child(2) {
    width: 66.6666666667%;
  }
  .info-company .col:nth-child(3) {
    width: 33.3333333333%;
    margin-left: auto;
  }
}
@media screen and (max-width: 660px) {
  .info-company .col:nth-child(2), .info-company .col:nth-child(3) {
    width: 100%;
  }
  .info-company .col:nth-child(3) {
    margin-left: 0;
  }
  .info-company .col:nth-child(3) .promo-bot {
    margin-left: 0;
  }
}
@media screen and (max-width: 660px) and (max-width: 660px) {
  .info-company .col:nth-child(3) .promo-bot {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.4rem;
    gap: 1rem;
  }
  .info-company .col:nth-child(3) .promo-bot .promo-btn {
    margin: unset;
  }
  .info-company .col:nth-child(3) .promo-bot .promo-link {
    margin-top: unset;
  }
}

.search-store {
  margin-top: 2.4rem;
  padding: 1.2rem 0;
}
.search-store-menu .menu-list {
  column-gap: 1rem;
  justify-content: space-between;
}
.search-store-menu .menu-item {
  letter-spacing: -0.017em;
  width: max-content;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .search-store .col:nth-child(1) {
    overflow-x: auto;
  }
  .search-store .col:nth-child(1)::-webkit-scrollbar {
    height: 5px;
  }
}
@media screen and (max-width: 767.8px) {
  .search-store .col:nth-child(1) {
    width: 100%;
  }
  .search-store .col:nth-child(2) {
    width: 100%;
    flex: none;
    margin-top: 1rem;
  }
}

.sec-promo .promo-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: -0.017em;
}
.sec-promo .promo-heading .title {
  color: #666666;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .sec-promo .promo-heading .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-promo .promo-heading .title {
    font-size: 1.7rem;
  }
}
.sec-promo .promo-heading .btn-all {
  color: #1a75ff;
  transition: all 0.4s;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .sec-promo .promo-heading .btn-all:hover {
    letter-spacing: 0.1em;
  }
}
.sec-promo .promo-name-sm {
  font-size: 1.6rem;
  letter-spacing: -0.017em;
  color: #3560a9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s;
}
@media (hover: hover) {
  .sec-promo .promo-name-sm:hover {
    opacity: 0.5;
  }
}

.storee {
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 900px) {
  .storee {
    padding-bottom: 4rem;
  }
}
.storee .warehouse-detail {
  margin-top: 4rem;
}
.storee .transport {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.4rem 2.4rem 1.6rem;
  position: relative;
}
@media screen and (max-width: 550px) {
  .storee .transport {
    padding: 1.6rem;
    border-radius: 1.4rem;
  }
}
.storee .transport .hv-tool-lip {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 600px) {
  .storee .transport .hv-tool-lip {
    top: 1rem;
    right: 1rem;
  }
}
.storee .transport .hotpr-inner {
  border-radius: 0;
  border: none;
  padding: 0;
  width: 100%;
  align-items: unset;
  position: unset;
}
.storee .transport .hotpr-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.storee .transport .hotpr-logo {
  justify-content: flex-start;
}
@media screen and (max-width: 550px) {
  .storee .transport .hotpr-logo {
    justify-content: center;
  }
}
.storee .transport .detail-item {
  margin-left: auto;
  width: 100%;
  max-width: 16rem;
}
@media screen and (max-width: 550px) {
  .storee .transport .detail-item {
    max-width: 12rem;
  }
}
.storee .transport .detail-item .btn {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .storee .transport .hotpr-inner-right {
    width: 100%;
  }
}
.storee .sec-promo + .sec-transport {
  padding-top: 8.7rem;
}
.storee .sec-transport + .sec-transport {
  margin-top: 2.4rem;
}
.storee .promo-sw .swiper {
  padding: 1.5rem;
  margin: -1.5rem;
}
.storee .promo-control {
  margin-top: 4rem;
}
.storee .promo-inner {
  background-color: #fff;
  box-shadow: 0px 1.2rem 2.4rem rgba(51, 95, 168, 0.16);
}
.storee .seek {
  margin-top: 2.4rem;
  overflow: hidden;
}
.storee .seek .hotpr-inner {
  background-color: #fff;
}
.storee .seek + .sec-transport {
  margin-top: 2.4rem;
}
.storee .pagi-wrap {
  margin-top: 2.4rem;
}
.storee .transport-list {
  align-items: center;
}
.storee .transport-head {
  margin-bottom: 0;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem 1rem 0px 0px;
  padding-block: 1.6rem;
}
.storee .transport-item:first-child.item-sm {
  width: 10%;
}
.storee .sec-find {
  margin-top: 2.4rem;
}
.storee .sec-find + .sec-transport {
  margin-top: 4rem;
}
.storee .sec-find + .sec-find {
  margin-top: 6.4rem;
}

.hotpr-inner-right {
  max-width: 30rem;
  flex: 1;
  padding-left: 1rem;
}
@media screen and (max-width: 900px) {
  .hotpr-inner-right {
    max-width: 100%;
    padding-left: unset;
    flex-basis: 100%;
  }
}

.transport-flex {
  gap: 1rem;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}
.transport-flex .left-head {
  display: flex;
  align-items: center;
  column-gap: 1.3rem;
}
.transport-flex .left-logo {
  flex-shrink: 0;
}
.transport-flex .left-logo img {
  width: 4rem;
}
.transport-flex .left-content {
  letter-spacing: -0.017em;
}
.transport-flex .left-content .content-block {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.transport-flex .left-content .content-block + .content-block {
  margin-top: 0.8rem;
}
.transport-flex .left-content .content-block .name {
  color: #3560a9;
  font-weight: 700;
}
.transport-flex .left-content .content-block .icon img {
  display: block;
}
.transport-flex .left-content .content-block .meta {
  color: #666666;
}
.transport-flex .left-detail .detail {
  margin-top: 0.4rem;
  letter-spacing: -0.017em;
  color: #3560a9;
  display: block;
}
.transport-flex .left-detail .btn-more-bold {
  margin-top: 1.6rem;
}
.transport-flex .right-button {
  display: flex;
  column-gap: 1.6rem;
  flex-wrap: wrap;
}
.transport-flex .right-button > * {
  min-width: 16rem;
}
@media screen and (max-width: 460px) {
  .transport-flex .right-button > * {
    min-width: 13rem;
  }
}
.transport-review {
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  border-top: 0.1rem solid #e5e5e5;
  width: 100%;
}
.transport-review-action {
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}
@media screen and (max-width: 600px) {
  .transport-review-action {
    justify-content: flex-end;
  }
}
.transport-review-action .act-list, .transport-review-action .act-item {
  display: flex;
  align-items: center;
}
.transport-review-action .act-list {
  column-gap: 2.4rem;
}
@media screen and (max-width: 600px) {
  .transport-review-action .act-list {
    width: 100%;
    justify-content: space-between;
    column-gap: 1.2rem;
  }
}
.transport-review-action .act-item {
  letter-spacing: -0.017em;
  color: #666666;
  column-gap: 0.8rem;
  cursor: pointer;
}
@media (hover: hover) {
  .transport-review-action .act-item:hover .act-text {
    color: #3560a9;
  }
}
@media screen and (max-width: 550px) {
  .transport-review-action .act-text {
    font-size: 1.4rem;
  }
}
.transport-review-action .act-icon {
  flex-shrink: 0;
}
.transport-review-action .act-icon .icon-inner {
  width: 2.4rem;
}
@media screen and (max-width: 550px) {
  .transport-review-action .act-icon .icon-inner {
    width: 1.8rem;
  }
}
.transport-review-action .act-icon .icon-inner img {
  width: 100%;
}
.transport-review-action .act-like .act-icon {
  position: relative;
}
.transport-review-action .act-like .act-icon .icon-fill {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.transport-review-action .act-like.active .icon-outl {
  opacity: 0;
}
.transport-review-action .act-like.active .act-text {
  color: #3560a9;
}
.transport-review-action .act-like.active .icon-fill {
  opacity: 1;
  animation: likeAni 0.9s cubic-bezier(0.61, 0.22, 0.23, 1);
}
.transport-review-action .act-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}
.transport-review-action .act-detail .detail-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.transport-review-action .act-detail .detail-item .detail-icon {
  flex-shrink: 0;
}
@media screen and (max-width: 550px) {
  .transport-review-action .act-detail .detail-item .detail-icon {
    width: 1.8rem;
  }
}
.transport-review-action .act-detail .detail-item .detail-icon img {
  width: 2.4rem;
  display: block;
}
.transport-review-action .act-detail .detail-item .detail-text {
  letter-spacing: -0.017em;
  color: #666666;
}
@media screen and (max-width: 550px) {
  .transport-review-action .act-detail .detail-item .detail-text {
    font-size: 1.4rem;
  }
}
.transport-review-cmt {
  display: flex;
  margin-top: 1.6rem;
}
.transport-review-cmt .avt {
  margin-right: 1.6rem;
}
.transport-review-cmt .avt img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: block;
}
.transport-review-cmt .cmt-box {
  width: calc(100% - 1.6rem - 4.8rem);
  position: relative;
}
.transport-review-cmt .cmt-box-input {
  width: 100%;
  height: 4.8rem;
  background: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  padding: 0 2rem;
  padding-right: 4.6rem;
  letter-spacing: -0.017em;
  color: #666666;
  font-family: "Roboto";
  font-weight: 400;
  outline: none;
  transition: all 0.2s linear;
  font-size: 1.6rem;
}
.transport-review-cmt .cmt-box-input:focus {
  border-color: rgb(255, 111, 0);
}
.transport-review-cmt .cmt-box.cmted {
  padding: 0.8rem 1rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
  width: fit-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.transport-review-cmt .cmt-box.cmted .name {
  display: block;
  font-weight: 700;
  margin-bottom: 0.6rem;
  width: 100%;
}
.transport-review-cmt .cmt-box.cmted .text {
  display: block;
}
.transport-review-cmt .cmt-box .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  background: unset;
  cursor: pointer;
}
.transport-review-cmt .cmt-box .icon > img {
  display: block;
}
.transport-discount {
  flex-wrap: wrap;
  gap: 1rem;
}
.transport-discount .left-title {
  font-size: 1.6rem;
  letter-spacing: -0.017em;
  text-transform: uppercase;
  font-weight: 700;
  color: #3560a9;
  padding-right: 1rem;
  display: block;
}
.transport-discount .left-disc {
  margin-top: 1.6rem;
}
.transport-discount .left-disc .disc-list {
  list-style-type: disc !important;
  letter-spacing: -0.017em;
  color: #666666;
  padding-left: 2rem;
  font-size: 1.6rem;
}
.transport-discount .left .btn-more-bold {
  padding-left: 2rem;
}
.transport-discount .right-date .date-button {
  margin-top: 2rem;
}
.transport-discount .right-date .date-button .btn {
  min-width: 21.1rem;
}
.transport-hist {
  text-align: center;
  margin-top: 1.6rem;
  margin-bottom: 3.2rem;
}
.transport-hist .hist-image img {
  width: 6.4rem;
}
.transport-hist .hist-text {
  margin-top: 0.8rem;
  letter-spacing: -0.017em;
  color: #666666;
}

.date-count {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.date-count .icon img {
  display: block;
}
.date-count .text {
  letter-spacing: -0.017em;
  color: #666666;
}
.date-count .text .strong {
  font-weight: 700;
}

.btn-more-bold {
  letter-spacing: -0.017em;
}
.btn-more-bold .more {
  color: #1a75ff;
  font-weight: 700;
}

.store-categories {
  margin-top: 3.6rem;
  margin-bottom: 1.8rem;
}
.store-categories .categories {
  overflow-x: auto;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.store-categories .categories::-webkit-scrollbar {
  height: 5px;
}
.store-categories .categories-list {
  display: flex;
  align-items: center;
  gap: 1rem 5.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .store-categories .categories-list {
    gap: 1rem 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .store-categories .categories-list {
    gap: 1rem 2.4rem;
    padding: 0 0.75rem 1rem;
  }
}
.store-categories .categories-item.current-item .categories-link {
  color: #3560a9;
}
.store-categories .categories-item.current-item .categories-link::after {
  transform: scaleX(1);
}
.store-categories .categories-link {
  letter-spacing: -0.017em;
  color: #666666;
  padding-bottom: 0.8rem;
  transition: all 0.2s linear;
  position: relative;
  width: max-content;
  white-space: nowrap;
}
.store-categories .categories-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #3560a9;
  transform: scaleX(0);
  transition: transform 0.4s;
}
@media (hover: hover) {
  .store-categories .categories-link:hover {
    color: #3560a9;
  }
  .store-categories .categories-link:hover::after {
    transform: scaleX(1);
  }
}

.quick-quote-page .sec-transport .transport {
  padding: 0;
}

.find-fail {
  margin-top: 4rem;
}
.find-fail-image {
  width: fit-content;
}
@media screen and (min-width: 901px) {
  .find-fail-image {
    margin-left: 40%;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .find-fail-image {
    margin-inline: auto;
  }
}
.find-fail-image img {
  display: block;
}
.find-fail-content {
  letter-spacing: -0.017em;
}
@media screen and (min-width: 901px) {
  .find-fail-content {
    width: 74.2857142857%;
  }
}
.find-fail-title {
  color: #3560a9;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .find-fail-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .find-fail-title {
    font-size: 1.7rem;
  }
}
.find-fail-desc, .find-fail-button {
  margin-top: 1.6rem;
}
.find-fail-desc {
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .find-fail .col-5,
.find-fail .col-7 {
    width: 100%;
  }
}

.btn.disabled {
  border: 0.1rem solid #3560a9;
  background: transparent;
}
.btn.disabled .btn-inner {
  color: #3560a9;
}

@media screen and (max-width: 991px) {
  .warehouse-detail .col {
    width: 100%;
  }
}
.warehouse-detail-top {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
.warehouse-detail-logo {
  flex-shrink: 0;
}
.warehouse-detail-logo img {
  width: 4rem;
}
.warehouse-detail-info {
  letter-spacing: -0.017em;
}
.warehouse-detail-info .name {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  text-transform: uppercase;
  color: #3560a9;
  font-weight: 700;
}
.warehouse-detail-info .check img {
  display: block;
}
.warehouse-detail-info .meta {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  font-size: 1.6rem;
  color: #666666;
}
.warehouse-detail-info .meta .flag img {
  display: block;
}
.warehouse-detail-title {
  letter-spacing: -0.017em;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 700;
  color: #666666;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .warehouse-detail-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .warehouse-detail-title {
    font-size: 1.7rem;
  }
}
.warehouse-detail-gallery {
  margin-top: 1.6rem;
}
.warehouse-detail-gallery .slider-inner .image {
  height: 0;
  position: relative;
}
.warehouse-detail-gallery .slider-inner .image img {
  transition: all 0.4s;
}
.warehouse-detail-gallery .slider-inner .image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.warehouse-detail-gallery .slider-main .image {
  padding-bottom: 56.3758389262%;
  cursor: zoom-in;
}
.warehouse-detail-gallery .slider-nav {
  --c: 6;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1199px) {
  .warehouse-detail-gallery .slider-nav {
    --c: 5;
  }
}
@media screen and (max-width: 991px) {
  .warehouse-detail-gallery .slider-nav {
    --c: 6;
  }
}
@media screen and (max-width: 767px) {
  .warehouse-detail-gallery .slider-nav {
    --c: 5;
  }
}
@media screen and (max-width: 599px) {
  .warehouse-detail-gallery .slider-nav {
    --c: 4;
  }
}
@media screen and (max-width: 375px) {
  .warehouse-detail-gallery .slider-nav {
    --c: 3;
  }
}
.warehouse-detail-gallery .slider-nav .swiper-slide {
  width: calc(100% / var(--c));
}
.warehouse-detail-gallery .slider-nav .swiper-slide-thumb-active img {
  border-radius: 0.8rem;
}
.warehouse-detail-gallery .slider-nav .image {
  padding-bottom: 74.8251748252%;
  cursor: grab;
}
.warehouse-detail-parameter {
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  padding-block: 1.6rem;
  margin-block: 1.6rem;
}
.warehouse-detail-parameter .param-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.warehouse-detail-parameter .param-list {
  display: flex;
  column-gap: 6.4rem;
}
@media screen and (max-width: 980px) {
  .warehouse-detail-parameter .param-list {
    column-gap: 1.2rem;
  }
}
.warehouse-detail-parameter .param-item {
  letter-spacing: -0.017em;
  color: #666666;
  line-height: 1.2;
}
.warehouse-detail-parameter .param-label, .warehouse-detail-parameter .param-sub {
  font-size: 1.6rem;
}
.warehouse-detail-parameter .param-detail, .warehouse-detail-parameter .param-sub {
  margin-top: 0.8rem;
}
.warehouse-detail-parameter .param-detail {
  font-weight: 700;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .warehouse-detail-parameter .param-detail {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .warehouse-detail-parameter .param-detail {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  .warehouse-detail-parameter .param-detail {
    font-size: 1.4rem;
  }
}
.warehouse-detail-parameter .param-actions {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
.warehouse-detail-parameter .param-actions img {
  width: 2.4rem;
  display: block;
}
.warehouse-detail-content {
  letter-spacing: -0.017em;
  color: #666666;
}
.warehouse-detail-content p {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .warehouse-detail-content p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .warehouse-detail-content p {
    font-size: 1.5rem;
  }
}
.warehouse-detail-content strong {
  font-weight: 700;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .warehouse-detail-content strong {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .warehouse-detail-content strong {
    font-size: 1.6rem;
  }
}
.warehouse-detail-content .map-wrap {
  height: 23.5rem;
}
.warehouse-detail-content .map iframe {
  width: 100%;
  height: 100%;
}
.warehouse-detail-about {
  margin-top: 2.4rem;
}
.warehouse-detail-about .about-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}
.warehouse-detail-about .about-item {
  letter-spacing: -0.017em;
  color: #666666;
}
.warehouse-detail-about .about-detail {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 0.8rem;
}
.warehouse-detail-comment {
  margin-top: 2.4rem;
}
.warehouse-detail-comment .hotpr-asset-link {
  margin-top: 0;
}

.lg-outer .lg-thumb {
  margin-inline: auto;
}

.store-about {
  margin-top: 3rem;
}
.store-about-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1251px) {
  .store-about .seek-py {
    background: transparent;
    border: none;
  }
}
@media screen and (min-width: 1251px) {
  .store-about .seek-left {
    width: 25%;
  }
}
.store-about .seek-right {
  width: 75%;
}
.store-about-content p {
  color: #666;
  letter-spacing: -0.017em;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .store-about-content p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .store-about-content p {
    font-size: 1.5rem;
  }
}
.store-about-content .lg {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .store-about-content .lg {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .store-about-content .lg {
    font-size: 1.7rem;
  }
}
.store-about-content .sm {
  font-size: 1.4rem;
}
.store-about-content .blue {
  color: #3560a9;
}
.store-about-content strong {
  color: #3560a9;
  font-weight: 700;
}
.store-about-content img {
  display: block;
  margin: 0 auto 1.6rem;
}

.store-servicee {
  margin-top: 3.6rem;
}
@media screen and (max-width: 900px) {
  .store-servicee .col-content {
    width: 100%;
  }
}
@media screen and (max-width: 901px) {
  .store-servicee-content {
    padding: 1rem;
  }
}
.store-servicee-content .content-wrap p {
  color: #666;
  letter-spacing: -0.017em;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .store-servicee-content .content-wrap p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .store-servicee-content .content-wrap p {
    font-size: 1.5rem;
  }
}
.store-servicee-content .content-wrap .blue {
  color: #3560a9;
}

.store-contactt {
  margin-top: 3.6rem;
}
.store-contactt-content {
  letter-spacing: -0.017em;
  color: #666;
}
.store-contactt-content .title {
  font-weight: 700;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .store-contactt-content .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .store-contactt-content .title {
    font-size: 1.7rem;
  }
}
.store-contactt-content .desc {
  margin-top: 0.8rem;
}
.store-contactt-form {
  --space-left: 11.3rem;
  padding: 2rem;
}
.store-contactt-form .form-ctr {
  display: block;
  width: 100%;
  outline: none;
  border: 0.1rem solid #e5e5e5;
  transition: all 0.4s;
}
.store-contactt-form .form-ctr:focus {
  border-color: rgb(255, 111, 0);
}
.store-contactt-form .form-field {
  display: flex;
}
.store-contactt-form .form-field + .form-field {
  margin-top: 1.6rem;
}
.store-contactt-form .form-field:nth-child(1) {
  align-items: center;
}
.store-contactt-form .form-field:nth-child(1) .form-ctr {
  height: 4.8rem;
  border-radius: 3rem;
  padding-inline: 1.6rem;
}
.store-contactt-form .form-label {
  flex-shrink: 0;
  width: var(--space-left);
  font-size: 1.6rem;
  color: #666;
  letter-spacing: -0.017em;
}
.store-contactt-form .form-submit {
  margin-top: 1.6rem;
}
.store-contactt-form .form-submit .submit-button {
  position: relative;
  left: 50%;
  transform: translateX(calc(-50% + var(--space-left) / 2));
  min-width: 16rem;
}
@media screen and (max-width: 500px) {
  .store-contactt-form .form-submit .submit-button {
    left: unset;
    transform: unset;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 auto;
  }
}
.store-contactt-form .file-attached {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-left: var(--space-left);
  margin-top: 0.8rem;
}
@media screen and (max-width: 500px) {
  .store-contactt-form .file-attached {
    margin-left: unset;
  }
}
.store-contactt-form .file-attached .icon img {
  display: block;
}
.store-contactt-form .cke_chrome {
  width: 100%;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  overflow: hidden;
}
.store-contactt .guide {
  text-align: center;
  margin-top: 6.5rem;
}
.store-contactt .guide-link {
  letter-spacing: -0.017em;
  color: #000000;
  transition: all 0.3s;
}
@media (hover: hover) {
  .store-contactt .guide-link:hover {
    color: #3560a9;
  }
}
@media screen and (max-width: 900px) {
  .store-contactt .col-left,
.store-contactt .col-right {
    width: 100%;
  }
  .store-contactt-form {
    padding: 0;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  .store-contactt-form .form-field {
    display: block;
  }
}

.store-rate {
  margin-top: 4.2rem;
}
.store-rate-overview {
  letter-spacing: -0.017em;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  padding: 2.4rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 500px) {
  .store-rate-overview {
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 3rem 3rem 0 0;
  }
}
.store-rate-overview .title {
  color: #3560a9;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .store-rate-overview .title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .store-rate-overview .title {
    font-size: 1.7rem;
  }
}
.store-rate-overview .overview {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
}
.store-rate-overview .overview-count {
  color: #666666;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .store-rate-overview .overview-count {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .store-rate-overview .overview-count {
    font-size: 2.2rem;
  }
}
.store-rate-overview .overview-rate-item {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.store-rate-overview .overview-rate-item + .overview-rate-item {
  margin-top: 0.2rem;
}
.store-rate-overview .overview-rate-numb {
  flex-shrink: 0;
}
.store-rate-overview .overview-rate-star {
  display: flex;
}
.store-rate-overview .overview-rate-star img {
  display: block;
}
.store-rate-overview .overview-rate-star img:not(:last-child) {
  margin-right: 0.8rem;
}
.store-rate-comment {
  margin-top: 1.6rem;
}
@media screen and (max-width: 500px) {
  .store-rate-comment {
    margin-top: 0;
  }
}
.store-rate-comment .comment-pagi ul.page-numbers {
  justify-content: flex-start;
}
.store-rate-row {
  align-items: flex-end;
}
@media screen and (min-width: 1201px) {
  .store-rate-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: unset;
  }
}
@media screen and (min-width: 1201px) {
  .store-rate-row .col:nth-child(3) {
    grid-column: 2/3;
    margin-top: -13rem !important;
  }
}
.store-rate-box {
  max-width: 80rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  padding: 0 2.4rem 2.4rem;
  margin-bottom: 5.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .store-rate-box {
    margin-top: 0 !important;
    border-radius: 0 0 3rem 3rem;
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .store-rate .col {
    width: 100%;
  }
}

.comment-block {
  display: flex;
  column-gap: 1.5rem;
  padding-block: 1.6rem;
}
@media screen and (max-width: 500px) {
  .comment-block {
    border-top: 0.1rem solid #e5e5e5;
  }
}
.comment-block:not(:first-child) {
  border-top: 0.1rem solid #e5e5e5;
}
.comment-block-avt {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.comment-block-avt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.comment-block-content {
  letter-spacing: -0.017em;
}
.comment-block-name {
  font-weight: 700;
  font-size: 1.6rem;
  color: #666;
}
.comment-block-star {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.comment-block-star img {
  display: block;
}
.comment-block-desc {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  color: #666;
}

.rate-block-title {
  letter-spacing: -0.017em;
  color: #3560a9;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .rate-block-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .rate-block-title {
    font-size: 1.7rem;
  }
}
.rate-block-stars {
  display: flex;
  align-items: center;
}
.rate-block-stars .star {
  cursor: pointer;
}
.rate-block-stars .star.active img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(52%) saturate(981%) hue-rotate(335deg) brightness(98%) contrast(97%);
}
.rate-block-field {
  margin-top: 1.6rem;
}
.rate-block-input {
  resize: none;
  display: block;
  width: 100%;
  background: transparent;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  outline: none;
  transition: all 0.4s;
  padding: 1.4rem 1.6rem;
  height: 22rem;
  letter-spacing: -0.017em;
  font-size: 1.6rem;
  font-family: Roboto;
}
@media screen and (max-width: 767px) {
  .rate-block-input {
    height: 12rem;
  }
}
.rate-block-input:focus {
  border-color: rgb(255, 111, 0);
}
.rate-block-input::-webkit-input-placeholder {
  color: #7a7a7a;
}
.rate-block-input::-moz-input-placeholder {
  color: #7a7a7a;
}
.rate-block-submit {
  margin-top: 1.6rem;
}
.rate-block-button {
  min-width: 16rem;
  margin-inline: auto;
}

.side-help {
  position: fixed;
  z-index: 500;
  right: 2rem;
  bottom: 4rem;
}
@media (hover: hover) {
  .side-help-item:hover .side-help-circle {
    transform: scale(0.8);
  }
}
.side-help-circle {
  display: block;
  margin-bottom: 0.8rem;
  transition: all 0.4s;
}
.side-help-circle img {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  margin-inline: auto;
}
.side-help-text {
  color: #ff6f00;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .side-help {
    right: 1rem;
    bottom: 12rem;
  }
  .side-help-circle img {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.counselors {
  position: fixed;
  bottom: 5%;
  right: 8rem;
  z-index: 500;
  transform: translateY(-50%);
}
.counselors-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: -0.017em;
}
@media (hover: hover) {
  .counselors-item:hover .counselors-logo {
    transform: scale(0.8);
  }
}
.counselors-title {
  color: #3560a9;
  font-weight: 700;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .counselors-title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .counselors-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1250px) {
  .counselors-title {
    display: none;
  }
}
.counselors-logo {
  background: #ffffff;
  box-shadow: 0px 0.4rem 4rem rgba(0, 0, 0, 0.1);
  border-radius: 0;
  width: 9.7rem;
  height: 9.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.8rem;
  transition: all 0.4s;
}
.counselors-logo img {
  width: 4.8rem;
}
.counselors-name {
  color: #666;
  margin-top: 0.8rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1250px) {
  .counselors-name {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .counselors {
    right: 1rem;
  }
  .counselors-logo {
    width: 4rem;
    height: 4rem;
  }
  .counselors-logo img {
    width: 3rem;
  }
}

#cke_13,
#cke_14,
#cke_15,
#cke_16,
#cke_17,
#cke_18,
#cke_19,
#cke_20,
#cke_21,
#cke_22,
#cke_23,
#cke_24,
#cke_25,
#cke_26,
#cke_27,
#cke_28,
#cke_29,
#cke_31,
#cke_34,
#cke_36,
#cke_37,
#cke_38,
#cke_39,
#cke_43,
#cke_44,
#cke_45,
#cke_47,
#cke_54,
#cke_55,
#cke_56,
#cke_57,
#cke_61,
#cke_62,
#cke_63,
#cke_64,
#cke_65,
#cke_66,
#cke_67,
#cke_68,
#cke_69,
#cke_70,
#cke_71,
#cke_72,
#cke_73,
#cke_74,
#cke_75,
#cke_76,
#cke_77,
#cke_78,
#cke_79,
#cke_84,
#cke_85,
#cke_86,
#cke_87,
#cke_88,
#cke_91,
#cke_46 {
  display: none;
}

.cke_toolbar_separator,
#cke_1_bottom,
.cke_bottom,
#cke_60 ~ .cke_toolbar_separator {
  display: none;
}

.cke_top {
  height: 3.3rem !important;
  background: #ccc !important;
}

#cke_58,
#cke_49 {
  background: #f8f8f8;
  border-radius: 0.4rem;
}

#cke_49 {
  margin-right: 2rem;
}

.cke_toolgroup {
  margin: 0.1rem 0.2rem 0px 0 !important;
  padding-right: 0 !important;
}

input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.label-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  column-gap: 0.8rem;
  flex-wrap: wrap;
}

.desc-wrapper {
  max-height: 120px;
  overflow: hidden;
}

.more-info {
  /* Hide more info to begin with and reveal if text inside desc is too long*/
  display: none;
  background: unset;
  font-weight: 700;
  color: rgb(26, 117, 255);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

.more-info .less,
.more-info.expand .more {
  display: none;
}

.more-info.expand .less {
  display: inline;
}

.more-info:focus {
  outline: none;
}

.reques-action-list {
  margin-top: 2rem;
  width: 32.3rem;
  max-width: 100%;
}

.reques-action-item {
  padding: 1rem 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border-radius: 12rem;
  background: rgb(53, 96, 169);
  color: #fff;
}
.reques-action-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.reques-action-item .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border: 0.1rem solid #ffffff;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  background: transparent;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .reques-action-item .icon:hover {
    background: #fff;
    color: rgb(53, 96, 169);
  }
}

.popup-reques-item.recheck-item.active .btn::after {
  transform: translate(0) rotate(0);
  background: rgb(102, 102, 102);
}

.article-block + [data-readmore-toggle] {
  font-weight: 700;
  font-size: 1.6rem;
  color: rgb(26, 117, 255);
}

.detail-img {
  text-align: center;
}
.detail-img > img {
  height: 53rem;
}

.article-block {
  max-height: 10.3rem;
}

.d-flex {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.detail-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.detail-social .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.detail-info {
  padding-top: 1.6rem;
}
.detail-info-item:not(:last-child) {
  margin-bottom: 0.8rem;
}

body:has(.search-store) main {
  overflow: unset;
}
body:has(.search-store) .search-store {
  position: sticky;
  top: 5rem;
  background: #f7f7f7;
  z-index: 49;
}
@media screen and (max-width: 900px) {
  body:has(.search-store) .search-store {
    top: 6rem;
  }
}
@media screen and (max-width: 767.8px) {
  body:has(.search-store) .search-store {
    top: 4.5rem;
  }
}

.sec-promo {
  padding-top: 2rem;
}

.menu-nav {
  margin: 0 -1.25rem;
  gap: 0;
}
@media screen and (max-width: 1200px) {
  .menu-nav {
    margin: 0 -0.6rem;
  }
}
@media (hover: hover) {
  .menu-nav .nav-item:hover i {
    color: rgb(53, 96, 169);
  }
  .menu-nav .nav-item:hover .nav-link {
    color: rgb(53, 96, 169);
  }
  .menu-nav .nav-item:hover .nav-link::before {
    width: calc(100% - 4.5rem);
  }
}
.menu-nav .nav-link {
  color: rgb(102, 102, 102);
  padding: 0 1.25rem;
  letter-spacing: -0.017em;
  position: relative;
  font-weight: 700;
}
@media (hover: hover) {
  .menu-nav .nav-link:hover {
    color: rgb(53, 96, 169);
  }
  .menu-nav .nav-link:hover::before {
    width: calc(100% - 4.5rem);
  }
}
@media screen and (max-width: 1200px) {
  .menu-nav .nav-link {
    font-size: 1.2rem;
    padding: 0 0.6rem;
  }
}
.menu-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.2rem;
  background-color: rgb(53, 96, 169);
  width: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.menu-nav .nav-link.active {
  color: rgb(53, 96, 169);
}
.menu-nav .nav-link.active::before {
  width: calc(100% - 4rem);
}

.nav-item.dropdown > i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 1;
    transform: translate(0, 0);
  }
  .nav-item.dropdown:hover .dropdown-menu.other {
    top: calc(100% + 2rem);
    transform: translateX(-50%);
  }
}

.dropdown-menu {
  top: 100%;
  left: 0;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 20rem;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: unset;
  padding: 0;
  color: unset;
  opacity: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transform: translate(0, 0.5rem);
}
.dropdown-menu .dropdown-item {
  color: #666666;
  padding: 1rem;
}
@media (hover: hover) {
  .dropdown-menu .dropdown-item:hover {
    color: rgb(53, 96, 169);
    background-color: rgba(53, 96, 169, 0.1);
  }
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}

.header-control .btn {
  background: unset;
}
@media screen and (max-width: 768px) {
  .header-control .btn {
    height: 3rem;
  }
}
@media (hover: hover) {
  .header-control .btn:hover .btn-inner.c-text {
    color: #fff;
  }
}
.header-control .btn.active {
  background: rgb(53, 96, 169);
}

.mobile .menu-nav {
  margin: 0;
}

@media screen and (max-width: 900px) {
  .nav-pc {
    display: none;
  }
}

.hotpr-form-search {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgb(53, 96, 169);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 5;
}
@media (hover: hover) {
  .hotpr-form-search:hover {
    background: rgb(255, 111, 0);
  }
}
.hotpr-form-search .icon {
  color: #fff;
}

.search-cus {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .search-cus {
    transform: unset;
    left: 0;
  }
}
.search-cus.open {
  opacity: 1;
  visibility: visible;
}
.search-cus-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  min-width: 35rem;
}
@media screen and (max-width: 768px) {
  .search-cus-wrap {
    min-width: 100%;
  }
}
.search-cus-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  width: 4rem;
  background-color: rgb(53, 96, 169);
  cursor: pointer;
}
.search-cus-input {
  font-family: "Roboto", sans-serif;
  outline: none;
  border: 0.1rem solid #ccc;
  font-size: 1.6rem;
  color: #000000;
  flex: 1;
  height: 4.8rem;
  padding: 0 1.2rem;
  background-color: white;
}

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