.red {
  color: #cd0000;
}
.link {
  color: #0071da;
  font-weight: 500;
}
#fontmain {
  font-family: 'Prompt';
}
#fontlight {
  font-weight: 300;
}
#fontnormal {
  font-weight: 400;
}
#fontmedium {
  font-weight: 500;
}
#fontbold {
  font-weight: 600;
}
#fontexbold {
  font-weight: 800;
}
.colormain {
  color: #0071da;
}
.colorsecond {
  color: #24b7bc;
}
.colorspecial {
  color: #24b7bc;
}
.fontbold {
  font-weight: 600;
}
#bg-tw {
  background: #1da1f3;
}
#bg-fb {
  background: #365493;
}
#bg-yt {
  background: #ff0000;
}
#bg-line {
  background: #01b901;
}
#bg-ig {
  background: #ffbd08;
  background: -moz-linear-gradient(45deg,#ffbd08 0%,#e43e4d 52%,#9c27b0 100%);
  background: -webkit-linear-gradient(45deg,#ffbd08 0%,#e43e4d 52%,#9c27b0 100%);
  background: linear-gradient(45deg,#ffbd08 0%,#e43e4d 52%,#9c27b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd08',endColorstr='#9c27b0',GradientType=1);
}
#bg-mail {
  background: #24b7bc;
}
#bg-location {
  background: #d5493c;
}
#text-gd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#gd-left {
  background: #0071da;
  background: -moz-linear-gradient(left,#0071da 0%,#24b7bc 100%);
  background: -webkit-linear-gradient(left,#0071da 0%,#24b7bc 100%);
  background: linear-gradient(to right,#0071da 0%,#24b7bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colormain',endColorstr='@colorsecond',GradientType=1);
}
#gd-right {
  background: #24b7bc;
  background: -moz-linear-gradient(left,#24b7bc 0%,#0071da 99%);
  background: -webkit-linear-gradient(left,#24b7bc 0%,#0071da 99%);
  background: linear-gradient(to right,#24b7bc 0%,#0071da 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorsecond',endColorstr='@colormain',GradientType=1);
}
#gd-top {
  background: #0071da;
  background: -moz-linear-gradient(top,#0071da 0%,#24b7bc 100%);
  background: -webkit-linear-gradient(top,#0071da 0%,#24b7bc 100%);
  background: linear-gradient(to bottom,#0071da 0%,#24b7bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colormain',endColorstr='@colorsecond',GradientType=0);
}
#gd-bottom {
  background: #24b7bc;
  background: -moz-linear-gradient(top,#24b7bc 0%,#0071da 99%);
  background: -webkit-linear-gradient(top,#24b7bc 0%,#0071da 99%);
  background: linear-gradient(to bottom,#24b7bc 0%,#0071da 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorsecond',endColorstr='@colormain',GradientType=0);
}
#gd-left-top {
  background: #0071da;
  background: -moz-linear-gradient(-45deg,#0071da 0%,#24b7bc 100%);
  background: -webkit-linear-gradient(-45deg,#0071da 0%,#24b7bc 100%);
  background: linear-gradient(135deg,#0071da 0%,#24b7bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colormain',endColorstr='@colorsecond',GradientType=1);
}
#gd-right-top {
  background: #24b7bc;
  background: -moz-linear-gradient(45deg,#24b7bc 0%,#0071da 100%);
  background: -webkit-linear-gradient(45deg,#24b7bc 0%,#0071da 100%);
  background: linear-gradient(45deg,#24b7bc 0%,#0071da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorsecond',endColorstr='@colormain',GradientType=1);
}
#gd-left-bottom {
  background: #0071da;
  background: -moz-linear-gradient(45deg,#0071da 0%,#24b7bc 100%);
  background: -webkit-linear-gradient(45deg,#0071da 0%,#24b7bc 100%);
  background: linear-gradient(45deg,#0071da 0%,#24b7bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colormain',endColorstr='@colorsecond',GradientType=1);
}
#gd-right-bottom {
  background: #24b7bc;
  background: -moz-linear-gradient(-45deg,#24b7bc 0%,#0071da 100%);
  background: -webkit-linear-gradient(-45deg,#24b7bc 0%,#0071da 100%);
  background: linear-gradient(135deg,#24b7bc 0%,#0071da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorsecond',endColorstr='@colormain',GradientType=1);
}
#gd-45 {
  background: #0071da;
  background: -moz-linear-gradient(-45deg,#0071da 0%,#24b7bc 50%,#0071da 100%);
  background: -webkit-linear-gradient(-45deg,#0071da 0%,#24b7bc 50%,#0071da 100%);
  background: linear-gradient(135deg,#0071da 0%,#24b7bc 50%,#0071da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colormain',endColorstr='@colormain',GradientType=1);
}
#movement {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#movement-01 {
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
#movement-02 {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
#movement-03 {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#movement-04 {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
#movement-05 {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#movement-06 {
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}
#movement-07 {
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
}
#movement-08 {
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
#movement-09 {
  -webkit-transition: .9s ease-in-out;
  transition: .9s ease-in-out;
}
#movement-10 {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#movement-15 {
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
#movement-20 {
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
#movement-25 {
  -webkit-transition: 2.5s ease-in-out;
  transition: 2.5s ease-in-out;
}
#movement-30 {
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
}
#movement-35 {
  -webkit-transition: 3.5s ease-in-out;
  transition: 3.5s ease-in-out;
}
#movement-40 {
  -webkit-transition: 4s ease-in-out;
  transition: 4s ease-in-out;
}
#movement-45 {
  -webkit-transition: 4.5s ease-in-out;
  transition: 4.5s ease-in-out;
}
#movement-50 {
  -webkit-transition: 5s ease-in-out;
  transition: 5s ease-in-out;
}
#fade {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fade-01 {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#fade-02 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#fade-03 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fade-04 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#fade-05 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fade-06 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#fade-07 {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#fade-08 {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#fade-09 {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
#fade-10 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#fade-20 {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
#fade-30 {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
#con-center {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#con-center-clear {
  display: inherit;
  flex-wrap: inherit;
  -webkit-flex-wrap: wrap;
  justify-content: inherit;
  -webkit-justify-content: inherit;
}
#middle {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
#middle-left {
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
}
#middle-right {
  display: flex;
  align-items: center;
  justify-content: right;
  line-height: 1.5;
}
#rorate0 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#rorate-90 {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#rorate-45 {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#rorate-30 {
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
#rorate30 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
#rorate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#rorate90 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#circle {
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#texthidden {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#texthidden-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
#texthidden-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
#texthidden-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
#texthidden-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
#texthidden-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
#flip {
  transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -webkit-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
}
#hidden {
  overflow: hidden;
}
#caplock {
  text-transform: uppercase;
}
#after {
  content: " ";
  position: absolute;
  pointer-events: none;
}
#after-content {
  position: absolute;
  pointer-events: none;
}
#absolute-left-top {
  position: absolute;
  left: 0;
  top: 0;
}
#absolute-left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
#absolute-right-top {
  position: absolute;
  right: 0;
  top: 0;
}
#absolute-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
#absolute-left {
  position: absolute;
  left: 0;
}
#absolute-right {
  position: absolute;
  right: 0;
}
#absolute-top {
  position: absolute;
  top: 0;
}
#absolute-bottom {
  position: absolute;
  bottom: 0;
}
#li-justify {
  display: flex;
  justify-content: space-between;
}
#dropdown-center {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
}
#font-icon {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
}
#font-icon-after {
  position: absolute;
  pointer-events: none;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
}
#opacity-0 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-1 {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-2 {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-3 {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-4 {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-5 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-6 {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-7 {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-8 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-9 {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#none-blur {
  transform: perspective(1px) translateZ(0);
  backface-visibility: hidden;
}
#zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#zoom-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#zoom-out {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#zoom-5 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#zoom-5-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#zoom-5-out {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#img {
  line-height: 0;
  text-align: center;
}
#img-fit {
  object-fit: cover;
  object-position: center;
}
#img-middle {
  line-height: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
#img-middle-img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
#video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#radius {
  -moz-border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#radius-1 {
  -moz-border: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
#radius-2 {
  -moz-border: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#radius-3 {
  -moz-border: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#radius-4 {
  -moz-border: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#radius-5 {
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#radius-6 {
  -moz-border: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#radius-7 {
  -moz-border: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#radius-8 {
  -moz-border: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#radius-9 {
  -moz-border: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
#radius-10 {
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#radius-11 {
  -moz-border: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
#radius-12 {
  -moz-border: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#radius-13 {
  -moz-border: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
#radius-14 {
  -moz-border: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
#radius-15 {
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#radius-16 {
  -moz-border: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
#radius-17 {
  -moz-border: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}
#radius-18 {
  -moz-border: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
#radius-19 {
  -moz-border: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}
#radius-20 {
  -moz-border: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#radius-25 {
  -moz-border: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#radius-30 {
  -moz-border: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
#radius-35 {
  -moz-border: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}
#radius-40 {
  -moz-border: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
#radius-45 {
  -moz-border: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
}
#radius-50 {
  -moz-border: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#radius-55 {
  -moz-border: 55px;
  -webkit-border-radius: 55px;
  border-radius: 55px;
}
#radius-60 {
  -moz-border: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
#radius-65 {
  -moz-border: 65px;
  -webkit-border-radius: 65px;
  border-radius: 65px;
}
#radius-70 {
  -moz-border: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
#radius-75 {
  -moz-border: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
}
#radius-80 {
  -moz-border: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
}
#radius-85 {
  -moz-border: 85px;
  -webkit-border-radius: 85px;
  border-radius: 85px;
}
#radius-90 {
  -moz-border: 90px;
  -webkit-border-radius: 90px;
  border-radius: 90px;
}
#radius-95 {
  -moz-border: 95px;
  -webkit-border-radius: 95px;
  border-radius: 95px;
}
#radius-100 {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
a {
  color: #0071da;
}
a:hover {
  color: #24b7bc;
}
a {
  text-decoration: none;
  border: none;
}
a:link {
  text-decoration: none;
  border: none;
}
a:visited {
  text-decoration: none;
  border: none;
}
a:hover {
  text-decoration: none;
  border: none;
}
a:active {
  text-decoration: none;
  border: none;
}
body {
  background: #fff;
  color: #000000;
  font-weight: 300;
  font-family: 'Prompt', 'Prompt';
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 1.5;
  word-wrap: break-word;
}
button,
input,
select,
textarea {
  padding: 0 15px;
  font-family: 'Prompt', 'Prompt';
  font-weight: 300;
  font-size: 16px;
}
button:focus,
select:focus,
textarea:focus,
input:focus {
  outline: 0;
}
p,
div {
  padding: 0px;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
strong {
  font-weight: 600;
}
.back {
  margin: 50px 0 0 0;
  text-align: center;
  width: 100%;
}
.back a {
  color: #0071da;
}
.back a:hover {
  color: #24b7bc;
}
.back i {
  margin: 0 12px 0 0;
}
.backtop {
  background: #0071da;
  width: 40px;
  height: 40px;
  padding-bottom: 5px;
  position: fixed;
  z-index: 4;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0;
  color: #ffd200;
  border: 1px solid #ffd200;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.backtop:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#gototop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
.gototop {
  font-size: 18px;
  color: #fff;
  background: #0071da;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.gototop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.pageroot {
  font-size: 14px;
  line-height: 1.5;
}
.pageroot a {
  color: #24b7bc;
}
.content-title {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.content-title-center {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
}
.content-title-center span {
  border-bottom: solid 1px #0071da;
  padding: 0 0 7px 0;
}
.content-title-other {
  font-size: 26px;
  color: #ffd200;
  font-weight: 600;
  border-top: solid 1px #ccc;
  margin: 50px 0 0 0;
  padding: 20px 0 0 0;
}
.content-inner {
  margin: 30px 0 0 0;
  line-height: 1.8;
}
.content-inner img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.content-inner h1 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: normal;
}
.content-inner h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.content-inner-img {
  line-height: 0;
  margin: 0 0 30px 0;
}
.content-inner-img img {
  width: 100%;
  height: auto;
}
.content-inner-2 {
  padding: 15px;
  border: solid 1px #e7e7e7;
}
.content-inner-notop {
  line-height: 1.8;
}
.content-inner-notop img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.content-inner-notop h1 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: normal;
}
.content-inner-notop h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.content-inner-notop-img {
  line-height: 0;
  margin: 0 0 30px 0;
}
.content-inner-notop-img img {
  width: 100%;
  height: auto;
}
.content-inner-line {
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  font-size: 14px;
  padding: 7px;
  margin: 0 0 15px 0;
  color: #999;
}
.content-inner-line i {
  margin: 0 7px 0 0;
}
.content-inner-line-bottom {
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  font-size: 14px;
  padding: 12px 0px;
  margin: 30px 0 0 0;
  color: #999;
}
.content-inner-line-bottom i {
  margin: 0 7px 0 0;
}
.content-inner-line-bottom span.back {
  background: #0071da;
  color: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 3px 15px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-inner-line-bottom span.back i {
  font-size: 10px;
}
.content-inner-line-bottom span.back:hover {
  background: #24b7bc;
}
.title-other {
  position: relative;
  padding: 0 0 15px 0;
  margin: 60px 0 0 0;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  line-height: 1.3;
}
.title-other i {
  font-size: 20px;
  margin: 0 15px 0 0;
}
.scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
.scroll::-webkit-scrollbar {
  width: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.1);
  border-radius: 0px;
}
.scroll::-webkit-scrollbar-thumb {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: rgba(0,0,0,0.1);
}
.scroll-nocolor {
  overflow-y: scroll;
  overflow-x: hidden;
}
.scroll-nocolor::-webkit-scrollbar {
  width: 0px;
}
.scroll-nocolor::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
  border-radius: 0px;
}
.scroll-nocolor::-webkit-scrollbar-thumb {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: rgba(0,0,0,0);
}
#bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.bulletset {
  margin: 20px 0 0 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.bulletset .bullet-over {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #0071da;
}
.bulletset .bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 2px #0071da;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bulletset .bullet:hover {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #24b7bc;
  border: solid 2px #24b7bc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageroot {
  font-size: 14px;
  line-height: 1.5;
}
.pageroot a {
  color: #24b7bc;
}
#number {
  height: 30px;
  margin: 50px 5px 0 5px;
  font-size: 18px;
  float: left;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.number {
  color: #666;
  height: 30px;
  margin: 50px 5px 0 5px;
  font-size: 18px;
  float: left;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.number-over {
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: solid 1px #ffd200;
  height: 30px;
  margin: 50px 5px 0 5px;
  font-size: 18px;
  float: left;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.number:hover {
  height: 30px;
  margin: 50px 5px 0 5px;
  font-size: 18px;
  float: left;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #ffd200;
  padding-bottom: 3px;
  border-bottom: solid 1px #ffd200;
}
.number-next {
  height: 30px;
  margin: 50px 5px 0 5px;
  font-size: 18px;
  float: left;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #ffd200;
}
.filter-bottom {
  border-top: dotted 1px #ccc;
  padding: 15px 0;
  font-size: 14px;
  color: #000000;
  margin: 30px 0 0 0;
  font-weight: 200;
}
.filter-view {
  font-weight: 400;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
}
#filter-list {
  width: 35px;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin: 0 0 0 5px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}
.filter-list-active {
  width: 35px;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin: 0 0 0 5px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  background: #0071da;
  color: #fff;
}
.filter-list {
  width: 35px;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin: 0 0 0 5px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  background: #0071da;
  color: #fff;
}
.filter-list:hover {
  background: #0071da;
  color: #fff;
}
.filter-number-set {
  float: left;
}
.filter-number-1 {
  float: left;
  height: 35px;
  position: relative;
  padding: 0 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  margin: 0 10px 0 10px;
}
.filter-number-1 input {
  width: 50px;
  height: 35px;
  border: solid 1px #ccc;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
}
.filter-number-1 select {
  width: auto;
  height: 35px;
  border: solid 1px #ccc;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
}
.filter-number-2 {
  float: left;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  margin: 0 10px 0 0;
}
.filter-number-pre-next {
  width: 25px;
  height: 35px;
  background: #0071da;
  color: #fff;
  border: solid 1px #0071da;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  margin: 0 3px 0 0;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.filter-number-pre-next:hover {
  background: none;
  color: #0071da;
}
.share-icon-set {
  float: right;
  position: relative;
  padding: 0 0 0 30px;
}
.share-icon-set i.fa-share-alt {
  font-size: 16px;
  color: #666;
  position: absolute;
  left: 0;
  top: 4px;
}
.share-icon-set i {
  font-size: 24px;
}
.share-icon-set i.fa-facebook-square {
  color: #3b5999;
}
.share-icon-set i.fa-line {
  color: #00b900;
}
.share-icon-set i.fa-twitter-square {
  color: #00acee;
}
.share-icon-set i.fa-plus-square {
  color: #24b7bc;
}
.content-policy {
  position: relative;
  padding: 0px 5%;
  margin: 50px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.content-policy::-webkit-scrollbar {
  width: 7px;
}
.content-policy::-webkit-scrollbar-track {
  border-radius: 0px;
}
.content-policy::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
}
.content-policy::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.2);
}
.content-policy-chk {
  font-size: 20px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 50px 0 0 0;
}
.content-policy-chk label {
  padding: 0 0 0 45px;
  position: relative;
}
.content-policy-chk label input[type=checkbox] {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  top: 3px;
}
.content-policy-chk label a {
  color: #0071da;
}
.content-policy-chk label a:hover {
  text-decoration: underline;
}
.btn-close-popup {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  color: rgba(0,0,0,0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.btn-close-popup-2 {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px;
  color: #666;
  cursor: pointer;
}
.dropdown {
  font-family: 'Prompt', 'Prompt';
  font-weight: 300;
}
.dropdown span {
  font-family: 'Prompt', 'Prompt';
}
.dropdown ul.dropdown-menu li a {
  font-weight: 300;
}
.dropdown ul.dropdown-menu li a i {
  padding-right: 10px;
}
.headmobile {
  background: #fff !important;
  border-bottom: 1px solid #e7e7e7;
  z-index: 9999;
}
.cd-header-buttons {
  background: #0071da;
  right: 0px !important;
}
.colormain {
  color: #0071da;
}
.bgmain {
  background: #0071da;
}
.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  background: #fff;
}
.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
  background: #fff;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #0071da;
  outline: none;
}
.btn-default {
  color: #0071da;
}
.btn-default:focus,
.btn-default.focus {
  color: #0071da;
}
.btn-default:hover {
  color: #0071da;
}
.cd-primary-nav,
.cd-primary-nav ul {
  background: #0071da;
  z-index: 99;
}
.cd-primary-nav a,
.cd-primary-nav ul a {
  color: #fff;
}
.cd-primary-nav a:hover {
  color: #fff;
}
.cd-primary-nav ul a:hover {
  color: #fff;
}
.cd-main-content {
  min-height: 60px;
}
.cd-main-header {
  height: 60px;
  background: #eaeaea;
}
.cd-logo {
  top: 17px;
  left: 5px;
}
.cd-logo img {
  display: block;
  height: 28px;
}
.star-5 i {
  color: #0071da;
}
.star-4 i {
  color: #0071da;
}
.star-4 i+i {
  color: #0071da;
}
.star-4 i+i+i {
  color: #0071da;
}
.star-4 i+i+i+i {
  color: #0071da;
}
.star-4 i+i+i+i+i {
  color: #ccc;
}
.star-3 i {
  color: #0071da;
}
.star-3 i+i {
  color: #0071da;
}
.star-3 i+i+i {
  color: #0071da;
}
.star-3 i+i+i+i {
  color: #ccc;
}
.star-3 i+i+i+i+i {
  color: #ccc;
}
.star-2 i {
  color: #0071da;
}
.star-2 i+i {
  color: #0071da;
}
.star-2 i+i+i {
  color: #ccc;
}
.star-2 i+i+i+i {
  color: #ccc;
}
.star-2 i+i+i+i+i {
  color: #ccc;
}
.star-1 i {
  color: #0071da;
}
.star-1 i+i {
  color: #ccc;
}
.star-1 i+i+i {
  color: #ccc;
}
.star-1 i+i+i+i {
  color: #ccc;
}
.star-1 i+i+i+i+i {
  color: #ccc;
}
.star-0 i {
  color: #ccc;
}
.star-0 i+i {
  color: #ccc;
}
.star-0 i+i+i {
  color: #ccc;
}
.star-0 i+i+i+i {
  color: #ccc;
}
.star-0 i+i+i+i+i {
  color: #ccc;
}
.star-white-5 i {
  color: #fff;
}
.star-white-4 i {
  color: #fff;
}
.star-white-4 i+i {
  color: #fff;
}
.star-white-4 i+i+i {
  color: #fff;
}
.star-white-4 i+i+i+i {
  color: #fff;
}
.star-white-4 i+i+i+i+i {
  color: #ccc;
}
.star-white-3 i {
  color: #fff;
}
.star-white-3 i+i {
  color: #fff;
}
.star-white-3 i+i+i {
  color: #fff;
}
.star-white-3 i+i+i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-3 i+i+i+i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-2 i {
  color: #fff;
}
.star-white-2 i+i {
  color: #fff;
}
.star-white-2 i+i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-2 i+i+i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-2 i+i+i+i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-1 i {
  color: #fff;
}
.star-white-1 i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-1 i+i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-1 i+i+i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-1 i+i+i+i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-0 i {
  color: rgba(255,255,255,0.2);
}
.star-white-0 i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-0 i+i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-0 i+i+i+i {
  color: rgba(255,255,255,0.2);
}
.star-white-0 i+i+i+i+i {
  color: rgba(255,255,255,0.2);
}
@media (max-width: 1199px) {
  #gototop {
    bottom: 60px;
    right: 10px;
  }
}
body {
  font-size: 18px;
  overflow-x: hidden;
  padding-top: 120px;
}
section.home {
  padding: 0;
}
section {
  padding: 30px 0;
}
section.none-space {
  padding: 0;
}
section.none-top {
  padding: 0 0 30px 0;
}
section.none-bottom {
  padding: 30px 0 0 0;
}
.container-pad {
  width: 1320px;
  margin: 0 auto;
}
header.pc {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  font-size: 18px;
  border-bottom: solid 1px #e7e7e7;
}
header.pc .menutop {
  border-bottom: solid 1px #e7e7e7;
  height: 40px;
  background: #0071da;
}
header.pc .logo {
  line-height: 0;
  margin: 15px 0;
}
header.pc .logo img {
  height: 50px;
  transform: perspective(1px) translateZ(0);
  backface-visibility: hidden;
}
header.pc .menu-icon {
  position: relative;
  float: right;
}
header.pc .menu-icon .dropdown.menu-icon-search .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
  margin-top: 20px;
}
#menu-icon {
  float: left;
  color: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 30px;
}
header.pc .menu-icon .menu-icon-search {
  float: left;
  color: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 30px;
}
header.pc .menu-icon .menu-icon-search i.las.la-search {
  transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -webkit-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
}
header.pc .menu-icon .menu-icon-search span {
  font-size: 16px;
}
header.pc .menu-icon .menu-icon-search:hover {
  color: #ffd200;
}
header.pc .menu-icon .menu-icon-voucher {
  float: left;
  color: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 30px;
}
header.pc .menu-icon .menu-icon-voucher span {
  font-size: 16px;
  padding-left: 7px;
}
header.pc .menu-icon .menu-icon-voucher:hover {
  color: #ffd200;
}
header.pc .menu-icon .home-icon-shopping-cart-set {
  position: relative;
  float: left;
}
header.pc .menu-icon .home-icon-shopping-cart {
  width: 35px;
  height: 35px;
  background: url(../images/template/icon-shopping-cart-white.png);
  background-size: 100%;
  position: relative;
}
header.pc .menu-icon .home-icon-shopping-cart div.home-shopping-item {
  width: 17px;
  height: 17px;
  position: absolute;
  right: -8px;
  bottom: 2px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  font-size: 8px;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc .menu-icon .home-icon-shopping-cart:hover div.home-shopping-item {
  background: #ffd200;
  color: #000000;
}
.menu-icon-search.dropdown div.dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 0px !important;
  border: none;
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
  border-radius: 0;
  position: relative;
  background: #fff;
  padding: 5px 15px;
  width: 300px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.menu-icon-search.dropdown div.dropdown-menu span.fas.fa-caret-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 46px;
  margin: -20px 0 0 0;
  color: #fff;
  text-shadow: 0px -3px 5px rgba(0,0,0,0.1);
}
.menu-icon-search.dropdown div.dropdown-menu .menu-icon-search-txt {
  margin: 15px 0 0 0;
  text-align: left;
}
.menu-icon-search.dropdown div.dropdown-menu .menu-icon-search-input {
  margin: 7px 0 15px 0;
  position: relative;
}
.menu-icon-search.dropdown div.dropdown-menu .menu-icon-search-input input {
  width: 100%;
  height: 45px;
  padding: 0 45px 0 15px;
  border: solid 1px #e7e7e7;
}
.menu-icon-search.dropdown div.dropdown-menu .menu-icon-search-input i {
  font-size: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
}
.menu-icon-search.dropdown div.dropdown-menu .menu-icon-search-input i:hover {
  color: #0071da;
}
header.pc nav.navmenu {
  position: relative;
  float: right;
}
header.pc nav.navmenu ul.menufix {
  list-style: none;
}
header.pc nav.navmenu ul.menufix li {
  float: left;
  margin-left: 50px;
}
header.pc nav.navmenu ul.menufix li a {
  color: #000000;
}
header.pc nav.navmenu ul.menufix li a:hover {
  color: #0071da;
}
header.pc nav.navmenu ul.menufix li.active a {
  color: #0071da;
  font-weight: 500;
}
#menu-icon-m {
  float: left;
  color: #fff;
  font-size: 30px;
  min-width: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1;
}
header.cd-main-header .menu-icon {
  position: fixed;
  top: 12px;
  right: 85px;
}
header.cd-main-header .menu-icon .dropdown.menu-icon-search .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
  margin-top: 20px;
}
header.cd-main-header .menu-icon .menu-icon-search {
  float: left;
  color: #fff;
  font-size: 30px;
  min-width: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1;
  color: #000000;
}
header.cd-main-header .menu-icon .menu-icon-search i.las.la-search {
  transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -webkit-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
}
header.cd-main-header .menu-icon .menu-icon-search:hover {
  color: #0071da;
}
header.cd-main-header .menu-icon .menu-icon-voucher-m {
  float: left;
  color: #fff;
  font-size: 30px;
  min-width: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1;
  color: #000000;
}
header.cd-main-header .menu-icon .menu-icon-voucher-m:hover {
  color: #0071da;
}
header.cd-main-header .menu-icon .home-icon-shopping-cart-set {
  position: relative;
  float: left;
  margin-left: 10px;
}
header.cd-main-header .menu-icon .home-icon-shopping-cart {
  width: 35px;
  height: 35px;
  background: url(../images/template/icon-shopping-cart.png);
  background-size: 100%;
  position: relative;
}
header.cd-main-header .menu-icon .home-icon-shopping-cart div.home-shopping-item {
  width: 17px;
  height: 17px;
  position: absolute;
  right: -8px;
  bottom: 2px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  font-size: 8px;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.cd-main-header .menu-icon .home-icon-shopping-cart:hover div.home-shopping-item {
  background: #000000;
  color: #fff;
}
.header-dealer {
  padding: 15px 0;
  text-align: center;
  line-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: solid 1px #e7e7e7;
}
.header-dealer img {
  height: 50px;
}
body.section-dealer {
  padding-top: 80px;
}
footer {
  font-size: 16px;
  padding: 12px 0 0 0;
  border-top: solid 1px #e7e7e7;
}
footer .footer-txt {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-txt a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}
footer .footer-txt a:hover {
  color: #0071da;
}
footer ul.footerfix {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
footer ul.footerfix li {
  margin-top: 7px;
}
footer ul.footerfix li a {
  color: #000000;
  font-weight: 400;
}
footer ul.footerfix li a:hover {
  color: #0071da;
}
footer .footer-txt-h {
  color: #000000;
  font-weight: 400;
  margin-top: 15px;
}
footer ul.footerfix-list {
  list-style: none;
  padding-left: 20px;
  margin: 7px 0 0 0;
}
footer ul.footerfix-list li {
  font-weight: 300;
  font-size: 90%;
  margin-top: 5px;
}
footer ul.footerfix-list li a {
  color: #000000;
}
footer ul.footerfix-list li a:hover {
  color: #0071da;
}
footer ul.footerfix-list li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  content: "\f0da";
  color: #0071da;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
footer .copy {
  text-align: center;
  margin-top: 20px;
  padding: 12px 0;
  border-top: solid 1px #e7e7e7;
}
footer .dealer-footer-contact {
  position: relative;
}
footer .dealer-footer-contact .contact-conatct {
  padding: 0;
}
footer .dealer-footer-contact .contact-conatct i {
  position: relative;
  top: 0;
  margin-right: 12px;
}
.footer-icon-fix-set {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: #e7e7e7;
  border-top: solid 2px #ccc;
}
.footer-icon-fix {
  line-height: 1.2;
  padding: 5px;
  font-size: 12px;
  height: 48px;
  text-align: center;
  width: 33.33%;
  float: left;
  color: #000000;
  border-right: solid 1px #ccc;
}
.footer-icon-fix i {
  font-size: 24px;
}
.footer-icon-fix:hover {
  color: #fff;
  background: #0071da;
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
    padding-bottom: 50px;
  }
  footer {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body {
    font-size: 14px;
    padding-bottom: 50px;
  }
  footer {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-pad {
    width: 726px;
    margin: 0 auto;
  }
  body {
    font-size: 14px;
    padding-bottom: 50px;
  }
  footer {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-pad {
    width: 950px;
    margin: 0 auto;
  }
  body {
    font-size: 14px;
    padding-bottom: 50px;
  }
  footer {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body {
    font-size: 16px;
  }
  .container-pad {
    width: 1150px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 0;
  }
  footer .copy {
    text-align: center;
  }
}
.promotion-topic {
  margin: 15px 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  overflow: hidden;
}
.promotion-topic-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
  background: #333;
}
.promotion-topic-img img {
  width: 100%;
  height: 418px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.promotion-topic-detail {
  height: 130px;
  padding: 12px 12px;
}
.promotion-topic-detail h2 {
  font-size: 18px;
  font-weight: 500;
  color: #0071da;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.promotion-topic-detail h3 {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.promotion-topic:hover .promotion-topic-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.promotion-topic-date {
  padding: 10px 12px 10px 12px;
  color: #999;
  font-size: 13px;
  border-top: solid 1px rgba(0,0,0,0.1);
  letter-spacing: 1px;
}
.promotion-topic-date i {
  margin: 0 7px 0 0;
}
.news-topic {
  margin: 15px 0;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  overflow: hidden;
}
.news-topic-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
  background: #333;
}
.news-topic-img img {
  width: 100%;
  height: 375px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.news-topic-detail-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,rgba(189,19,19,0) 30%,#0071da 86%);
  background: -webkit-linear-gradient(top,rgba(189,19,19,0) 30%,#0071da 86%);
  background: linear-gradient(to bottom,rgba(189,19,19,0) 30%,#0071da 86%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colormain',endColorstr='@colormain',GradientType=0);
  display: inline-block;
  align-self: flex-end;
}
.news-topic-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
}
.news-topic-detail h2 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.news-topic-detail h3 {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  display: none;
}
.news-topic:hover .news-topic-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.news-topic-date {
  padding: 12px 0 0 0;
  color: #fff;
  font-size: 13px;
  border-top: solid 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
}
.news-topic-date i {
  margin: 0 7px 0 0;
}
.news {
  margin: 15px 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  overflow: hidden;
}
.news-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
  background: #333;
}
.news-img img {
  width: 100%;
  height: 205px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.news-detail {
  height: 130px;
  padding: 12px 12px;
}
.news-detail h2 {
  font-size: 18px;
  font-weight: 500;
  color: #0071da;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.news-detail h3 {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.news:hover .news-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.news-date {
  padding: 10px 12px 10px 12px;
  color: #999;
  font-size: 13px;
  border-top: solid 1px rgba(0,0,0,0.1);
  letter-spacing: 1px;
}
.news-date i {
  margin: 0 7px 0 0;
}
.contact-section-bg {
  position: relative;
}
.contact-content-zone {
  padding: 30px 30px 40px 0;
}
.contact-form-zone {
  padding: 0 0 0 90px;
}
.contact-map-zone {
  width: 50%;
  line-height: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 30px;
}
.contact-map-zone img {
  width: 100%;
  height: 100%;
}
.contact-map-zone iframe {
  width: 100%;
  height: 100%;
}
.contact-map {
  width: 100%;
  line-height: 0;
  height: 100%;
}
.contact-map img {
  width: 100%;
  height: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
.contact-company {
  font-family: 'Prompt';
  color: #0071da;
  font-weight: 500;
  font-size: 180%;
}
.contact-address {
  font-size: 115%;
  font-weight: 500;
  margin: 7px 0 0 0;
}
.contact-worker {
  font-size: 16px;
  color: #666;
  margin: 7px 0 15px 0;
}
.contact-conatct {
  margin: 12px 0 0 0;
  padding: 0 0 0 30px;
  position: relative;
}
.contact-conatct i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #0071da;
}
.contact-conatct a {
  color: #000000;
}
.contact-txt-call {
  margin-top: 50px;
  border-top: solid 1px #e7e7e7;
  padding: 30px;
  background: #e7e7e7;
  text-align: center;
}
.contact-txt-call-1 {
  font-size: 150%;
  font-weight: 500;
}
.contact-txt-call-1 span {
  font-size: 95%;
  font-weight: 400;
}
.contact-txt-call-2 {
  font-size: 120%;
  margin-top: 12px;
}
.contact-txt-call-2 span {
  font-size: 150%;
  font-weight: 600;
}
.contact-txt-call-2 a {
  color: #0071da;
}
.contact-title {
  margin: 30px 0 0 0;
  font-size: 24px;
  font-weight: 500;
}
.contact-input {
  position: relative;
  padding: 0 0 0 160px;
  margin: 30px 0 0 0;
}
#contact-input {
  width: 100%;
  border: none;
  font-size: 16px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 1px #e7e7e7;
}
.contact-input input {
  padding: 0 15px;
  height: 45px;
  width: 100%;
  border: none;
  font-size: 16px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 1px #e7e7e7;
}
.contact-input input::placeholder {
  color: #ccc;
}
.contact-input i {
  font-size: 20px;
}
.contact-input textarea {
  padding: 9px 15px;
  height: 80px;
  width: 100%;
  border: none;
  font-size: 16px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 1px #e7e7e7;
}
.contact-input textarea::placeholder {
  color: #ccc;
}
.contact-h {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 18px;
}
.contact-h i {
  width: 40px;
  color: #0071da;
}
.contact-h span {
  margin: 0 0 0 7px;
  color: #cd0000;
}
.contact-form-captcha-set {
  margin: 30px 0 0 0;
  padding: 0 0 0 330px;
  position: relative;
}
.contact-form-captcha {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-form-btn-set {
  position: relative;
}
.contact-form-btn {
  margin: 12px 0 0 0;
}
.contact-form-btn input {
  height: 40px;
  width: 100%;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-weight: 500;
  border: solid 2px #0071da;
  background: #0071da;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form-btn input:hover {
  background: #fff;
  color: #0071da;
  background: #24b7bc;
}
.contact-form-chk {
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.contact-form-chk label {
  padding: 0 0 0 30px;
  position: relative;
}
.contact-form-chk label input[type=checkbox] {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  top: 3px;
}
.contact-form-chk label a {
  color: #0071da;
}
.contact-form-chk label a:hover {
  text-decoration: underline;
}
.search-title {
  margin: 20px 0 15px 0;
}
.search {
  padding: 20px 0;
  position: relative;
  border-top: dotted 1px #e7e7e7;
}
.search-img {
  line-height: 0;
  text-align: center;
}
.search-img img {
  width: 100%;
}
.search-detail {
  padding: 0;
}
.search-detail-txt-1 {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  font-size: 16px;
  color: #0071da;
  word-wrap: break-word;
}
.search-detail-txt-2 {
  margin: 7px 0 0 0;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  font-size: 14px;
  color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  word-wrap: break-word;
}
.search-detail-txt-link {
  margin: 7px 0 0 0;
  font-size: 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  word-wrap: break-word;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0071da;
}
.search-detail-txt-link:hover {
  color: #24b7bc;
}
@media (max-width: 575px) {
  .promotion-topic-img img {
    height: auto;
  }
  .news-topic-img img {
    height: auto;
  }
  .news-topic-detail-bg {
    position: relative;
    top: inherit;
    left: inherit;
    background: none;
  }
  .news-topic-detail {
    position: relative;
    bottom: inherit;
    left: inherit;
    padding: 12px 15px 12px 15px;
  }
  .news-topic-detail h2 {
    font-size: 16px;
  }
  .news-topic-detail h3 {
    display: block;
    color: #fff;
  }
  .news-topic-date {
    color: #999;
    border-color: rgba(0,0,0,0.1);
    margin: 7px 0 0 0;
  }
  .news-img img {
    height: auto;
  }
  .news-detail {
    height: auto;
    padding: 12px 15px 5px 15px;
  }
  .news-detail h2 {
    font-size: 16px;
  }
  .news-date {
    padding: 10px 15px;
  }
  .contact-txt-call {
    margin-top: 30px;
    padding: 15px;
  }
  .contact-txt-call-1 {
    font-size: 130%;
  }
  .contact-txt-call-2 span {
    font-size: 160%;
  }
  .contact-content-zone {
    padding: 30px 0px 0px 0;
  }
  .contact-input {
    padding: 0;
    margin: 20px 0 0 0;
  }
  .contact-h {
    position: relative;
    top: 0;
  }
  .contact-map-zone {
    width: 100%;
    height: 50vh;
    position: relative;
    padding: 0;
  }
  .contact-map-zone img {
    width: 100%;
    height: 100%;
  }
  .contact-map-zone iframe {
    width: 100%;
    height: 100%;
  }
  .contact-input-captcha {
    float: none;
  }
  .contact-input input {
    margin: 2px 0 0 0;
  }
  .contact-input textarea {
    margin: 2px 0 0 0;
  }
  .contact-input-btn {
    float: none;
    width: 100%;
    margin: 25px 0 0 0;
  }
  .contact-input-btn input {
    height: 45px;
  }
  .contact-form-captcha-set {
    padding: 0px;
    margin: 20px 0 0 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .contact-form-captcha {
    position: relative;
  }
  .contact-form-btn {
    margin: 7px 0 0 0;
    width: 200px;
  }
  .contact-form-chk {
    margin: 12px 0 0 0;
  }
  .contact-form-chk label {
    padding: 0 0 0 25px;
  }
  .contact-form-chk label input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
  .search-detail-txt-1 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
  }
  .search-detail-txt-2 {
    display: none;
  }
  .search-detail-txt-link {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .promotion-topic-img img {
    height: auto;
  }
  .news-topic-img img {
    height: auto;
  }
  .news-topic-detail-bg {
    position: relative;
    top: inherit;
    left: inherit;
    background: none;
  }
  .news-topic-detail {
    position: relative;
    bottom: inherit;
    left: inherit;
    padding: 12px 15px 12px 15px;
  }
  .news-topic-detail h2 {
    font-size: 16px;
  }
  .news-topic-detail h3 {
    display: block;
    color: #fff;
  }
  .news-topic-date {
    color: #999;
    border-color: rgba(0,0,0,0.1);
    margin: 7px 0 0 0;
  }
  .news-img img {
    height: 205px;
  }
  .news-detail {
    height: auto;
    padding: 12px 15px 5px 15px;
  }
  .news-detail h2 {
    font-size: 16px;
  }
  .news-date {
    padding: 10px 15px;
  }
  .contact-content-zone {
    padding: 30px 0px 0px 0;
  }
  .contact-input {
    padding: 0;
    margin: 20px 0 0 0;
  }
  .contact-h {
    position: relative;
    top: 0;
  }
  .contact-map-zone {
    width: 100%;
    height: 80vh;
    position: relative;
    padding: 0;
  }
  .contact-map-zone img {
    width: 100%;
    height: 100%;
  }
  .contact-map-zone iframe {
    width: 100%;
    height: 100%;
  }
  .contact-input-btn {
    width: 180px;
  }
  .contact-input input {
    margin: 2px 0 0 0;
  }
  .contact-input textarea {
    margin: 2px 0 0 0;
  }
  .contact-form-captcha-set {
    padding: 0px;
    margin: 20px 0 0 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .contact-form-captcha {
    position: relative;
  }
  .contact-form-btn {
    margin: 7px 0 0 0;
    width: 200px;
  }
  .contact-form-chk {
    margin: 12px 0 0 0;
  }
  .contact-form-chk label {
    padding: 0 0 0 25px;
  }
  .contact-form-chk label input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
  .search-detail-txt-link {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .promotion-topic-img img {
    height: 225px;
  }
  .news-topic-img img {
    height: 295px;
  }
  .news-topic-detail h2 {
    font-size: 16px;
  }
  .news-img img {
    height: 145px;
  }
  .news-detail {
    height: 110px;
  }
  .news-detail h2 {
    font-size: 14px;
  }
  .news-detail h3 {
    font-size: 13px;
  }
  .news-date {
    font-size: 12px;
  }
  .contact-content-zone {
    padding: 30px 0px 40px 0;
  }
  .contact-map-zone {
    width: 100%;
    height: 40vh;
    position: relative;
    padding: 0;
  }
  .contact-map-zone img {
    width: 100%;
    height: 100%;
  }
  .contact-map-zone iframe {
    width: 100%;
    height: 100%;
  }
  .contact-input {
    padding: 0 0 0 180px;
  }
  .contact-input-btn {
    width: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .promotion-topic-img img {
    height: 304px;
  }
  .news-topic-img img {
    height: 372px;
  }
  .news-topic-detail h2 {
    font-size: 16px;
  }
  .news-img img {
    height: 200px;
  }
  .contact-input-btn {
    margin: 25px 0 0 0;
    width: 100%;
  }
  .contact-form-captcha-set {
    padding: 0px;
    margin: 20px 0 0 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .contact-form-captcha {
    position: relative;
  }
  .contact-form-btn {
    margin: 7px 0 0 0;
    width: 200px;
  }
  .contact-form-chk {
    margin: 12px 0 0 0;
  }
  .contact-form-chk label {
    padding: 0 0 0 25px;
  }
  .contact-form-chk label input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .promotion-topic-img img {
    height: 364px;
  }
  .news-topic-img img {
    height: 344px;
  }
  .news-img img {
    height: 174px;
  }
  .contact-input-btn {
    width: 60px;
  }
  .contact-content-zone {
    padding: 30px 50px 40px 0;
  }
  .contact-form-zone {
    padding: 0;
  }
  .contact-form-captcha-set {
    padding: 0 0 0 330px;
  }
  .contact-form-btn {
    margin: 12px 0 0 0;
  }
  .contact-form-chk {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .contact-form-zone {
    padding: 0;
  }
}
.landing-section {
  position: relative;
}
.landing-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 11% 51%;
  width: 22%;
  height: 12%;
  z-index: 2;
}
#landing-link {
  position: absolute;
  left: 0;
  top: 0;
  top: 16%;
  width: 30%;
  height: 39%;
}
.landing-link-1 {
  position: absolute;
  left: 0;
  top: 0;
  top: 16%;
  width: 30%;
  height: 39%;
  left: 3%;
}
.landing-link-2 {
  position: absolute;
  left: 0;
  top: 0;
  top: 16%;
  width: 30%;
  height: 39%;
  left: 35%;
}
.landing-link-3 {
  position: absolute;
  left: 0;
  top: 0;
  top: 16%;
  width: 30%;
  height: 39%;
  left: 67%;
}
.home-banner-loop-zone {
  position: relative;
  margin-top: 30px;
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.home-banner-loop {
  line-height: 0;
}
.home-banner-m-loop-zone {
  position: relative;
}
.home-banner-m-loop {
  line-height: 0;
}
.home-voucher {
  margin: 20px 5px;
}
.home-voucher-shadow {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.home-voucher-img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.home-voucher-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.home-voucher-detail {
  margin-top: 7px;
  height: 85px;
  position: relative;
}
.home-voucher-detail h2 {
  font-size: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}
.home-voucher-detail h2 span {
  color: #cd0000;
  margin-left: 10px;
  padding: 0 2px;
  position: relative;
}
.home-voucher-detail h2 span::after {
  top: 0;
  left: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 1px;
  background: #cd0000;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin: 15% 0 0 0%;
}
.home-voucher-detail-cost {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 7px 0 0 0;
  width: 100%;
  border-bottom: dotted 1px #e7e7e7;
  padding-bottom: 7px;
  text-align: right;
}
.home-voucher-cost {
  font-size: 80%;
  font-weight: 400;
  color: #cd0000;
}
.home-voucher-cost span {
  position: relative;
}
.home-voucher-cost span::after {
  top: 0;
  left: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 105%;
  height: 1px;
  background: #cd0000;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin: 11% 0 0 -3%;
}
.home-voucher-price-set {
  position: relative;
  padding-left: 50px;
  min-height: 30px;
  margin-top: 7px;
}
.home-voucher-price {
  font-size: 120%;
  font-weight: 600;
  color: #0071da;
  text-align: right;
  line-height: 1.2;
  padding-top: 5px;
}
.home-voucher-price span {
  font-size: 60%;
  font-weight: 500;
  color: #000000;
  color: #cd0000;
}
.home-voucher-addtocart {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #0071da;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}
.home-brand-set {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.home-brand-logo {
  line-height: 0;
  margin: 12px 0;
}
.home-brand-logo-brand {
  line-height: 0;
  text-align: center;
}
.home-brand-logo-brand img {
  height: 90px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.home-brand-m-set {
  margin-top: 15px;
}
.home-brand-m {
  margin-bottom: 15px;
}
.home-voucher-drop-title {
  font-weight: 600;
  font-size: 150%;
  margin: 30px 0 7px 0;
  text-align: center;
}
.home-voucher-drop-img {
  line-height: 0;
}
.home-voucher-drop-img img {
  margin: 5px 0;
  border: solid 1px #e7e7e7;
}
.dropdown.home-brand-drop-m .dropdown-menu {
  padding: 0;
  border: solid 1px #0071da;
  -moz-border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.dropdown.home-brand-drop-m .dropdown-menu .dropdown-menu-inner {
  padding: 15px;
  max-height: 60vh;
  overflow: auto;
  border-top: solid 3px #0071da;
  border-bottom: solid 3px #0071da;
}
.dropdown.home-brand-drop-m .dropdown-menu i.fas.fa-caret-up {
  color: #0071da;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  margin-top: -22px;
  display: none;
}
#home-banner-loop-arrow {
  width: 35px;
  height: 35px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
  color: #666;
  background: rgba(255,255,255,0);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.home-banner-loop-arrow-left {
  width: 35px;
  height: 35px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
  color: #666;
  background: rgba(255,255,255,0);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
  left: 7px;
}
.home-banner-loop-arrow-right {
  width: 35px;
  height: 35px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
  color: #666;
  background: rgba(255,255,255,0);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
  right: 7px;
}
.home-banner-loop-arrow-left:hover {
  background: rgba(255,255,255,0.5);
}
.home-banner-loop-arrow-right:hover {
  background: rgba(255,255,255,0.5);
}
#home-banner-m-loop-arrow {
  width: 35px;
  height: 35px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
  color: #666;
  background: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
}
.home-banner-m-loop-arrow-left {
  width: 35px;
  height: 35px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
  color: #666;
  background: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  left: 7px;
}
.home-banner-m-loop-arrow-right {
  width: 35px;
  height: 35px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
  color: #666;
  background: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  right: 7px;
}
.dealer-list-bg {
  margin-bottom: 30px;
  padding: 20px 15px;
  background: #e7e7e7;
  position: sticky;
  top: 120px;
  left: 0;
  z-index: 5;
}
#dealer-list-input {
  width: 100%;
  height: 50px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 1px #ccc;
  color: #0071da;
  font-weight: 400;
  font-size: 100%;
  color: #000;
}
.dealer-list-input {
  padding: 5px 5px;
}
.dealer-list-input input {
  width: 100%;
  height: 50px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 1px #ccc;
  color: #0071da;
  font-weight: 400;
  font-size: 100%;
  color: #000;
}
.dealer-list-input input::placeholder {
  color: #ccc;
}
.dealer-list-input select {
  width: 100%;
  height: 50px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 1px #ccc;
  color: #0071da;
  font-weight: 400;
  font-size: 100%;
  color: #000;
}
.dealer-list-btn-set {
  position: relative;
}
.dealer-list-btn {
  padding: 5px 5px;
}
.dealer-list-btn input {
  width: 100%;
  height: 50px;
  border: solid 1px #fff;
  background: #0071da;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dealer-list-btn input:hover {
  background: #000000;
}
.pordouct-detail-dealer-set {
  font-weight: 500;
  padding: 15px 0;
  border-bottom: dotted 1px #e7e7e7;
  min-height: 100px;
  color: #000000;
}
.pordouct-detail-dealer {
  color: #000000;
}
.pordouct-detail-dealer-icon {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.pordouct-detail-dealer-icon i {
  margin-right: 12px;
  color: #0071da;
}
.pordouct-detail-dealer-btn-set {
  margin-top: 7px;
}
.pordouct-detail-dealer-btn {
  float: left;
  padding: 0 15px;
  font-weight: 300;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 12px;
  background: #0071da;
  color: #fff;
}
.pordouct-detail-dealer-btn i {
  font-size: 10px;
  margin-left: 12px;
}
.pordouct-detail-dealer-btn:hover {
  background: #000000;
}
.porduct-detail-dealer-logo-brand {
  margin-top: 5px;
}
.porduct-detail-dealer-logo-brand img {
  width: inherit !important;
  height: 30px !important;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.porduct-detail-dealer-logo-brand picture {
  display: inline-block;
  margin: 3px 0;
}
.product-detail-img {
  text-align: center;
  height: 100%;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  border: 1px solid #e7e7e7;
}
.product-detail-img-sticky {
  position: relative;
}
.product-detail-content {
  position: relative;
}
.product-detail-content-name {
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 7px;
}
.product-detail-content-name h2 {
  font-weight: 500;
  font-size: 135%;
  line-height: 1.7;
}
.product-detail-content-txt-img {
  position: relative;
  padding: 0 0 0 130px;
  margin: 20px 0 0 0;
}
.product-detail-content-txt-img span {
  position: absolute;
  left: 0;
  top: 0;
  top: 12px;
  font-weight: 600;
}
.product-detail-content-txt-img img {
  height: 45px;
}
.product-detail-content-txt-img picture {
  display: inline-block;
  margin: 3px 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.product-detail-content-txt {
  position: relative;
  padding: 0 0 0 130px;
  margin: 20px 0 0 0;
}
.product-detail-content-txt span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.product-detail-hightlight-bg {
  margin: 20px 0 0 0;
  background: #f7f7f7;
  position: relative;
  padding: 20px 20px 20px 20px;
  text-align: center;
}
.product-detail-hightlight-per {
  background: #0071da;
  padding: 3px 12px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.product-voucher-cost {
  font-weight: 400;
  color: #cd0000;
  text-align: center;
  margin-bottom: 12px;
}
.product-voucher-cost span {
  position: relative;
}
.product-voucher-cost span::after {
  top: 0;
  left: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 105%;
  height: 1px;
  background: #cd0000;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin: 11% 0 0 -3%;
}
.product-detail-hightlight-price {
  font-weight: 600;
  color: #000000;
}
.product-detail-hightlight-price span {
  font-size: 170%;
  padding: 0 7px;
}
.product-detail-hightlight-price {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}
.product-detail-hightlight-price-normal-set {
  position: relative;
}
.product-detail-hightlight-price-normal {
  display: inline-block;
  color: #24b7bc;
  margin: 0 12px;
}
.product-detail-hightlight-price-normal span {
  position: relative;
}
.product-detail-hightlight-price-normal span:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  top: 55%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999;
}
.product-detail-hightlight-input-set {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 10px;
}
.product-detail-hightlight-input {
  position: relative;
  width: 200px;
}
.product-detail-hightlight-input input {
  width: 100%;
  height: 35px;
  font-size: 110%;
  padding: 0 40px;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-weight: 500;
  color: #000000;
}
.product-detail-hightlight-input input:hover {
  background: #0071da;
  color: #fff;
  border: 1px #0071da;
}
#product-detail-hightlight-input-add-del {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #d2d2d2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-detail-hightlight-input-add {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #d2d2d2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
}
.product-detail-hightlight-input-del {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #d2d2d2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
.product-detail-hightlight-input-add:hover {
  color: #000000;
}
.product-detail-hightlight-input-del:hover {
  color: #000000;
}
.product-detail-icon-btn-fix {
  margin: 20px 0 0 0;
}
#product-detail-icon-btn {
  min-width: 200px;
  padding: 7px 20px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 1px #0071da;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-detail-icon-btn {
  min-width: 200px;
  padding: 7px 20px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 1px #0071da;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0071da;
}
.product-detail-icon-btn-shownow {
  min-width: 200px;
  padding: 7px 20px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 1px #0071da;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0071da;
  color: #fff;
  font-size: 16px;
}
.product-detail-icon-btn-shownow i {
  margin: 0 7px 0 0;
}
.product-detail-icon-btn:hover {
  border: solid 1px #24b7bc;
  color: #24b7bc;
}
.product-detail-icon-btn-shownow:hover {
  border: solid 1px #24b7bc;
  background: #24b7bc;
  color: #fff;
}
.product-detail-icon-btn-shownow-none {
  min-width: 200px;
  padding: 7px 20px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 1px #0071da;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #24b7bc;
  color: #fff;
  border: solid 1px #24b7bc;
  font-size: 16px;
}
.product-detail-icon-btn-shownow-none:hover {
  background: #fff;
  color: #24b7bc;
}
.product-detail-icon-btn-shownow-none i {
  margin: 0 7px 0 0;
}
.product-detail-icon-btn-fix-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: #0071da;
  height: 50px;
  border-top: solid 2px #e7e7e7;
  padding: 8px 7px 7px 7px;
}
.product-detail-icon-btn-fix-bottom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  height: 35px;
  padding-top: 2px;
  border: solid 1px #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.product-detail-icon-btn-fix-bottom-input-set {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.product-detail-icon-btn-fix-bottom-input {
  position: relative;
}
.product-detail-icon-btn-fix-bottom-input input {
  width: 100%;
  height: 35px;
  font-size: 110%;
  padding: 0 30px;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-weight: 500;
  color: #000000;
}
#product-detail-icon-btn-fix-bottom-input-add-del {
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #d2d2d2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-detail-icon-btn-fix-bottom-input-add {
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #d2d2d2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
}
.product-detail-icon-btn-fix-bottom-input-del {
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #d2d2d2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
.product-detail-icon-btn-fix-bottom-input-add:hover {
  color: #000000;
}
.product-detail-icon-btn-fix-bottom-input-del:hover {
  color: #000000;
}
.product-detail-icon-btn-fix-bottom-remark {
  text-align: center;
  font-size: 80%;
  color: #999;
  margin-top: 15px;
}
.product-detail-tab-set {
  border-bottom: 3px solid #0071da;
  margin-top: 50px;
}
.product-detail-tab {
  background: #f2f2f2;
  color: #000000;
  float: left;
  font-size: 100%;
  padding: 12px 30px 10px 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-detail-tab.active {
  background: #0071da;
  color: #fff;
  font-weight: 500;
}
.product-detail-tab:hover {
  background: #0071da;
  color: #fff;
}
.product-list-other-title-set {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 50px 0 0 0;
}
.product-list-other-title-set:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  left: 20%;
  top: 50%;
  z-index: 0;
  width: 60%;
  height: 1px;
  background: #ddd;
}
.product-list-other-title {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  padding: 0 30px;
  background: #fff;
  color: #000000;
  z-index: 1;
}
.product-list-other-title-topic {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  padding: 0 30px;
  z-index: 1;
  background: #fff;
  color: #0071da;
  font-weight: 700;
  text-shadow: 1px 1px 0 #ffffff, 2px 2px 3px rgba(0,0,0,0.3);
}
div.product-list-other {
  display: block;
}
div.product-list-other+div.product-list-other {
  display: block;
}
div.product-list-other+div.product-list-other+div.product-list-other {
  display: block;
}
div.product-list-other+div.product-list-other+div.product-list-other+div.product-list-other {
  display: block;
}
.cartshow-step-bg {
  padding: 35px 0 20px 0;
  background: #e7e7e7;
}
.cartshow-step-set {
  text-align: center;
}
.cartshow-step-fix {
  float: left;
  width: 33.33%;
  text-align: center;
  position: relative;
}
.cartshow-step-fix i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #afafaf;
  color: #fff;
  z-index: 1;
}
.cartshow-step-fix-txt {
  font-size: 14px;
  margin: 7px 0 0 0;
}
.cartshow-step-fix.active i {
  background: #0071da;
}
.cartshow-step-fix.active .cartshow-step-fix-txt {
  color: #0071da;
}
#cartshow-step-line {
  top: 17px;
  z-index: 0;
  width: 50%;
  height: 1px;
  background: #afafaf;
}
.cartshow-step-fix-1:before {
  content: " ";
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 17px;
  z-index: 0;
  width: 50%;
  height: 1px;
  background: #afafaf;
}
.cartshow-step-fix-2:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 17px;
  z-index: 0;
  width: 50%;
  height: 1px;
  background: #afafaf;
}
.cartshow-step-fix-2:before {
  content: " ";
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 17px;
  z-index: 0;
  width: 50%;
  height: 1px;
  background: #afafaf;
}
.cartshow-step-fix-3:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 17px;
  z-index: 0;
  width: 50%;
  height: 1px;
  background: #afafaf;
}
.cartshow-step-fix.active.cartshow-step-fix-1:before {
  background: #0071da;
}
.cartshow-step-fix.active.cartshow-step-fix-2:after {
  background: #0071da;
}
.cartshow-step-fix.active.cartshow-step-fix-2:before {
  background: #0071da;
}
.cartshow-step-fix.active.cartshow-step-fix-3:after {
  background: #0071da;
}
.cart-complete-set {
  text-align: center;
  margin: 50px 0 50px 0;
  padding: 50px 20px 70px 20px;
  color: #000000;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-border: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
.cart-complete-imgstatus {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.cart-complete-imgstatus i {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #0071da;
  color: #fff;
  font-size: 50px;
}
.cart-complete-txt-1 {
  margin: 20px 0 0 0;
  font-size: 250%;
  font-weight: 600;
}
.cart-complete-txt-2 {
  margin: 20px 0 0 0;
  color: #999;
  font-size: 120%;
}
.cart-complete-txt-2 a {
  font-size: 180%;
  color: #0071da;
  font-weight: 600;
}
.cart-complete-txt-2 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.cart-complete-txt-3 {
  margin: 20px 0 0 0;
  font-size: 120%;
}
.cart-complete-txt-4 {
  margin: 20px 0 0 0;
  font-size: 100%;
  color: #666;
}
.cart-complete-txt-4 span {
  font-size: 150%;
  color: #000000;
  font-weight: 600;
}
.cart-complete-btn-set {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  bottom: -30px;
}
.cart-complete-btn {
  width: 300px;
}
.cart-complete-btn input {
  width: 100%;
  height: 60px;
  font-weight: 300;
  background: #0071da;
  border: solid 1px #0071da;
  color: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 100%;
}
.cart-complete-btn input:hover {
  background: #fff;
  color: #0071da;
}
.cart-complete-btn-1 {
  width: 170px;
  margin: 12px 12px;
}
.cart-complete-btn-1 input {
  width: 100%;
  height: 40px;
  font-weight: 500;
  background: #fff;
  border: solid 1px #0071da;
  color: #0071da;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cart-complete-btn-1 input:hover {
  border: solid 1px #24b7bc;
  color: #24b7bc;
}
.cart-complete-btn-2 {
  width: 170px;
  margin: 12px 12px;
}
.cart-complete-btn-2 input {
  width: 100%;
  height: 40px;
  font-weight: 500;
  background: #0071da;
  border: none;
  color: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cart-complete-btn-2 input:hover {
  background: #24b7bc;
}
.cart-complete-icon-set {
  background: #f5f5f5;
  padding: 15px;
  text-align: center;
}
.cart-complete-icon {
  line-height: 0;
}
.cart-complete-icon img {
  height: 85px;
}
.cart-complete-icon-txt {
  margin: 12px 0 0 0;
  min-height: 105px;
}
.cart-complete-icon-txt-1 {
  margin: 5px 0 0 0;
}
.cart-complete-icon-txt-2 {
  margin: 5px 0 0 0;
  color: #0071da;
  font-size: 120%;
  font-weight: 500;
}
.cart-payments-qr-txt-set {
  text-align: center;
}
.cart-payments-qr-txt-1 {
  font-size: 130%;
  font-weight: 500;
}
.cart-payments-qr-txt-2 {
  margin-top: 15px;
  color: #cd0000;
}
.cart-payments-qr-txt-3 {
  color: #cd0000;
}
.cart-payments-qr-txt-4 {
  margin-top: 30px;
  font-size: 130%;
}
.cart-payments-qr-txt-5 {
  font-size: 14px;
  margin-top: 15px;
}
.cart-payments-qr-txt-6 {
  font-size: 14px;
  margin-top: 5px;
}
.cart-payments-qr-txt-7 {
  font-size: 14px;
  margin-top: 5px;
}
.cart-payments-qr-txt-8 {
  font-size: 14px;
  margin-top: 30px;
  color: #cd0000;
}
.cartshow-topic-set {
  margin: 30px 0 0 0;
  padding: 12px 15px;
  border-top: solid 2px #0071da;
  border-bottom: solid 2px #0071da;
  text-align: center;
}
.cartshow-topic {
  color: #0071da;
}
.cartshow-topic-right {
  color: #0071da;
  text-align: right;
}
.cartshow-topic-line-m {
  background: #0071da;
  height: 2px;
  margin: 30px 0 0 0;
}
.cartshow-product-set {
  padding: 20px 15px;
  border-bottom: solid 1px #c8c8c8;
}
.cartshow-product {
  color: #24b7bc;
}
.cartshow-product-img {
  line-height: 0;
  overflow: hidden;
}
.cartshow-product-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.cartshow-product-detail-set {
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
}
.cartshow-product-detail {
  position: relative;
}
.cartshow-product-detail h2 {
  font-size: 95%;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  color: #000000;
}
.cartshow-product:hover .cartshow-product-img img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.cartshow-number-no {
  text-align: center;
  padding: 5px 0 0 0;
}
.cartshow-number-no span {
  display: none;
  font-size: 14px;
  color: #999;
}
.cartshow-number-all {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.cartshow-number-set {
  padding: 0 35px;
  min-width: 150px;
  max-width: 180px;
  position: relative;
}
.cartshow-number input {
  width: 100%;
  height: 35px;
  border: solid 1px #c8c8c8;
  background: #fff;
  text-align: center;
}
#cartshow-number-add-del {
  width: 35px;
  height: 35px;
  background: #c8c8c8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cartshow-number-add {
  width: 35px;
  height: 35px;
  background: #c8c8c8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 0;
}
.cartshow-number-add:hover {
  background: #24b7bc;
}
.cartshow-number-del {
  width: 35px;
  height: 35px;
  background: #c8c8c8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.cartshow-number-del:hover {
  background: #24b7bc;
}
.cartshow-txt-price {
  text-align: right;
  color: #0071da;
  padding: 5px 0 0 0;
}
.cartshow-txt-delete {
  text-align: right;
  color: #0071da;
  padding: 5px 0 0 0;
  cursor: pointer;
}
.cartshow-txt-delete:hover {
  color: #24b7bc;
}
.cartshow-txt-delete a {
  color: #0071da;
}
.cartshow-txt-delete a:hover {
  color: #24b7bc;
}
.cartshow-rec-mark {
  margin: 30px 0 15px 0;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
.cartshow-rec-mark span {
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
  background: #cd0000;
  color: #fff;
  padding: 0 10px;
  margin: 0 7px 0 0;
}
.cartshow-rec-mark a {
  color: #0071da;
  text-decoration: underline;
  font-weight: 300;
}
.cartshow-rec-mark a:hover {
  color: #24b7bc;
}
.cartshow-box {
  padding: 30px 30px 30px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 24px 0 0 0;
  min-height: 235px;
}
.cartshow-box-btn {
  padding: 30px 30px 55px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 24px 0 30px 0;
  min-height: 235px;
  position: relative;
}
.cartshow-title-2 {
  font-weight: 600;
  font-size: 120%;
  position: relative;
}
.cartshow-title {
  font-weight: 600;
  font-size: 120%;
  position: relative;
}
.cartshow-title a {
  color: #0071da;
}
.cartshow-title a:hover {
  color: #ffd200;
}
.cartshow-price-set {
  margin: 15px 0 0 0;
}
.cartshow-price-set.pad {
  padding-left: 15px;
  padding-right: 15px;
}
.cartshow-price {
  padding: 12px 0 0 0;
}
.cartshow-price-total {
  padding: 7px 0 0 0;
  margin: 15px 0 0 0;
  border-top: solid 2px #e7e7e7;
  font-weight: 500;
}
.cartshow-price-total span {
  font-size: 120%;
}
.cartshow-price-btn-set {
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -30px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.cartshow-price-btn {
  width: 250px;
}
.cartshow-price-btn input {
  width: 100%;
  height: 60px;
  border: solid 1px #0071da;
  background: #0071da;
  color: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cartshow-price-btn input:hover {
  background: #fff;
  color: #0071da;
}
.cartshow-shipping-rdo {
  position: relative;
  margin: -10px 0 0 0px;
}
.cartshow-shipping-rdo label {
  cursor: pointer;
  width: 100%;
  padding: 20px 20px 20px 60px;
  background: #f9f9f9;
  min-height: 97px;
}
.cartshow-shipping-rdo label .rdo-chk {
  width: 25px;
  height: 25px;
  background: #f9f9f9;
  border: solid 1px #999;
  position: absolute;
  left: 20px;
  top: 63px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.cartshow-shipping-rdo label:after {
  height: 7px;
  width: 14px;
  left: 25px;
  top: 70px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  position: absolute;
  z-index: 3;
  opacity: 0;
  transform: rotate(-45deg);
}
.cartshow-shipping-rdo input[type="radio"] {
  visibility: hidden;
}
.cartshow-shipping-rdo input[type="radio"]:checked + label {
  text-align: left;
}
.cartshow-shipping-rdo input[type="radio"]:checked + label .rdo-chk {
  background: #0071da;
  border: solid 1px #0071da;
}
.cartshow-shipping-rdo input[type="radio"]:checked + label:after {
  opacity: 1;
}
.cartshow-shipping-set {
  padding: 0 0 0 75px;
  position: relative;
}
.cartshow-shipping-icon {
  width: 55px;
  position: absolute;
  left: 0;
  top: 0;
}
.cartshow-shipping-img {
  line-height: 0;
  text-align: center;
  text-align: left !important;
}
.cartshow-shipping-img img {
  height: auto;
  max-height: 25px;
}
.cartshow-shipping-detail-2 {
  padding: 15px 0 0 0;
}
.cartshow-form-chk {
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.cartshow-form-chk label {
  position: relative;
  padding: 0 0 0 30px;
}
.cartshow-form-chk label input[type=checkbox] {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  top: 4px;
}
.cartshow-form-chk label a {
  color: #0071da;
  text-decoration: underline;
}
.cartshow-form-chk label a:hover {
  color: #24b7bc;
}
.btn-close.btn-close-icon {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
}
.cartconfirm-box {
  padding-left: 30px;
}
.cartconfirm-btn-set {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 30px 0 0 0;
}
.cartconfirm-btn {
  width: 300px;
}
.cartconfirm-btn input {
  width: 100%;
  height: 60px;
  border: solid 1px #0071da;
  background: #0071da;
  color: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cartconfirm-btn input:hover {
  background: #fff;
  color: #0071da;
}
.cartconfirm-title {
  font-size: 110%;
  font-weight: 500;
  margin: 25px 0 10px 0;
}
.cartconfirm-shipping-set {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  padding: 0 0 0 100px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  min-height: 95px;
  width: 340px;
  max-width: 100%;
}
.cartconfirm-shipping-icon {
  width: 55px;
  position: absolute;
  left: 0;
  top: 0;
}
.cartconfirm-shipping-img img {
  height: auto;
  max-height: 25px;
}
.cartconfirm-shipping-img-icon {
  width: 55px;
  position: absolute;
  left: 0;
  top: 0;
  left: 20px;
  top: 20px;
}
.cartconfirm-address-set {
  margin: 7px 0 30px 0;
}
.cartconfirm-address-name {
  margin-top: 5px;
  font-size: 90%;
}
.cartconfirm-address-name i {
  color: #0071da;
}
.cartconfirm-address-txt {
  margin-top: 5px;
  color: #666;
  font-size: 90%;
}
.cartconfirm-address-txt i {
  color: #0071da;
}
.cart-payments-box-set {
  border: solid 1px #e7e7e7;
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
}
.cart-payments-box-set label {
  font-weight: 500;
  color: #000;
  padding: 0 15px;
  margin-top: 20px;
}
.cart-payments-box-set input {
  border: solid 1px #000;
  background: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 7px 15px;
  margin: 5px 0 0 0;
}
.cart-payments-box-set input.cart-payments-input {
  border: solid 1px #000;
  background: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 7px 15px;
  margin: 5px 0 0 0;
}
.cart-payments-box-set div.cart-payments-input {
  border: solid 1px #000;
  background: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 7px 15px;
  margin: 5px 0 0 0;
}
.cart-payments-input {
  border: solid 1px #000;
  background: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 7px 15px;
  margin: 5px 0 0 0;
}
.cart-payments-box-set button {
  border: solid 2px #0071da !important;
  color: #fff !important;
  background: #0071da !important;
  padding: 12px 15px;
  width: 200px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-payments-box-set button:hover {
  background: #fff !important;
  color: #0071da !important;
}
.bg-otp-member-1 {
  min-height: 60vh;
  padding-bottom: 30px;
}
.bg-otp-member-2 {
  min-height: 60vh;
  padding-bottom: 30px;
}
.bg-otp-cart-1 {
  min-height: 60vh;
  padding-bottom: 30px;
}
.bg-otp-cart-2 {
  min-height: 60vh;
  padding-bottom: 30px;
}
.otp-step-use-set {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  position: relative;
}
.otp-step-use-set::after {
  content: " ";
  position: absolute;
  pointer-events: none;
  left: 15%;
  top: 40%;
  width: 70%;
  height: 2px;
  background: #e7e7e7;
  z-index: 0;
}
.otp-step-use {
  text-align: center;
  width: 33.33%;
  float: left;
  position: relative;
  z-index: 2;
}
.otp-step-use img {
  width: 80px;
}
.otp-txt-content-set {
  padding: 50px 0 0 0;
}
.otp-txt-content-h {
  font-weight: 600;
  color: #0071da;
  font-size: 130%;
}
.cart-member-otp-txt-topic-1 {
  font-size: 150%;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
}
.cart-member-otp-txt-topic-1 span {
  color: #0071da;
  font-size: 150%;
}
.cart-member-otp-txt-topic-2 {
  font-size: 130%;
  text-align: center;
}
.cart-member-otp-txt-topic-cart-1 {
  font-size: 180%;
  text-align: center;
  margin-top: 70px;
}
.cart-member-otp-txt-topic-cart-1 span {
  font-size: 100%;
  font-weight: 600;
}
.cart-member-otp-txt-topic-cart-2 {
  color: #0071da;
  font-weight: 600;
  font-size: 150%;
  text-align: center;
}
.cart-member-otp-set {
  margin: 50px 0 50px 0;
  padding: 50px 100px 70px 100px;
  background: #fff;
  color: #000000;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-border: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
.cart-member-otp-txt-1 {
  margin-top: 30px;
  font-size: 120%;
  font-weight: 600;
}
.cart-member-otp-txt-2 {
  margin: 15px 0 0 0;
  color: #999;
  font-size: 100%;
}
.cart-member-otp-txt-3 {
  margin: 25px 0 0 0;
  font-size: 100%;
  color: #999;
}
.cart-member-otp-txt-4 {
  margin-top: 7px;
  font-size: 100%;
}
.cart-member-otp-txt-4 a {
  color: #0071da;
  text-decoration: underline;
}
.cart-member-otp-txt-4 a:hover {
  color: #24b7bc;
}
.cart-member-otp-txt-set {
  margin-bottom: 30px;
}
.cart-member-otp-txt-h {
  font-size: 120%;
  font-weight: 600;
  line-height: 1.2;
}
.cart-member-otp-txt-h span {
  font-weight: 400;
  font-size: 70%;
  color: #666;
}
.cart-member-otp-txt-tel {
  margin-top: 7px;
}
.cart-member-otp-txt-tel input {
  width: 100%;
  font-weight: 600;
  border: solid 1px #0071da;
  color: #0071da;
  height: 50px;
  font-size: 120%;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
}
.cart-member-otp-txt-tel input::placeholder {
  color: #ccc;
  font-weight: 300;
  font-size: 100%;
}
.cart-member-otp-box-set {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.cart-member-otp-box {
  float: left;
  width: 15%;
}
.cart-member-otp-box input {
  border: solid 2px #0071da;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  width: 100%;
  height: 60px;
  font-size: 150%;
  text-align: center;
  font-weight: 600;
}
.cart-member-otp-btn-set {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  bottom: -30px;
}
.cart-member-otp-btn {
  width: 300px;
}
.cart-member-otp-btn input {
  width: 100%;
  height: 60px;
  font-weight: 300;
  background: #0071da;
  border: solid 1px #0071da;
  color: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 100%;
}
.cart-member-otp-btn input:hover {
  background: #fff;
  color: #0071da;
}
.member-voucher-bg {
  background: #e7e7e7;
  padding: 12px 0;
  position: sticky;
  top: 120px;
  left: 0;
  z-index: 5;
  width: 100%;
}
.member-voucher-topic-link-set {
  color: #000000;
  font-size: 90%;
  font-weight: 400;
}
.member-voucher-topic-link-set a {
  color: #000000;
}
.member-voucher-topic-link-set a:hover {
  color: #0071da;
}
.member-voucher-topic-link-set i.las {
  font-size: 150%;
  margin-right: 7px;
}
.member-voucher-topic-link-set i.fa-solid.fa-chevron-right {
  margin: 0 7px;
}
.member-voucher-set {
  margin: 40px 10px 10px 10px;
  position: relative;
  padding-bottom: 70px;
}
.member-voucher-set::after {
  content: " ";
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e7e7e7;
}
.member-voucher-img {
  position: relative;
  line-height: 0;
  text-align: center;
}
.member-voucher-img img {
  width: 100%;
}
.member-voucher-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.member-voucher-mask-detail {
  line-height: 1.8;
}
.member-voucher-mask-detail-txt-active {
  border: dashed 2px #cd0000;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 160%;
  padding: 7px 30px;
  color: #cd0000;
}
.member-voucher-mask-detail-date-use {
  color: #cd0000;
  margin-top: 12px;
  font-size: 120%;
  font-weight: 500;
}
.member-voucher-btn-set {
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 15px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.member-voucher-btn-use {
  margin: 0 7px;
}
.member-voucher-btn-use input {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  font-size: 16px;
  padding: 7px 20px;
  border: solid 1px #0071da;
  background: #0071da;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.member-voucher-btn-use input:hover {
  background: #fff;
  color: #0071da;
}
.member-voucher-btn-viewdetail {
  margin: 0 7px;
}
.member-voucher-btn-viewdetail input {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 16px;
  padding: 7px 20px;
  border: solid 1px #666;
  background: #fff;
  color: #666;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.member-voucher-btn-viewdetail input:hover {
  border: solid 1px #000000;
  color: #000000;
}
.member-voucher-set .member-voucher-mask {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  cursor: pointer;
}
.member-voucher-set.active .member-voucher-mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  cursor: inherit;
}
.member-voucher-set .member-voucher-btn-use {
  display: block;
}
.member-voucher-set.active .member-voucher-btn-use {
  display: none;
}
.member-voucher-confirm-chk-set {
  padding: 30px 0 0px 0;
  text-align: center;
  line-height: 1.8;
}
.member-voucher-confirm-chk-txt-1 {
  font-weight: 600;
  color: #0071da;
  font-size: 200%;
}
.member-voucher-confirm-chk-txt-2 {
  margin-top: 15px;
  font-weight: 500;
  font-size: 150%;
}
.member-voucher-confirm-chk-txt-3 {
  font-weight: 400;
  font-size: 110%;
}
.member-voucher-confirm-chk-txt-4 {
  margin-top: 20px;
  font-weight: 500;
  color: green;
  font-size: 170%;
}
.member-voucher-confirm-chk-txt-4 span {
  color: green;
}
.member-voucher-confirm-chk-txt-5 {
  font-weight: 500;
  font-size: 130%;
  color: #000000;
}
.member-voucher-confirm-chk-txt-5 span {
  font-weight: 600;
}
.member-voucher-confirm-chk-txt-6 {
  margin-top: 12px;
  color: #666;
  font-weight: 400;
}
.member-voucher-confirm-chk-txt-7 {
  color: #cd0000;
  font-weight: 400;
  font-size: 100%;
  margin: 20px 0 20px 0;
}
.member-voucher-confirm-chk-txt-8 {
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  margin-top: 7px;
}
.member-voucher-confirm-chk-txt-8 span {
  margin: 0 0 0 12px;
  color: #000000;
  text-decoration: underline;
}
.member-voucher-confirm-img {
  line-height: 0;
  text-align: center;
  margin-top: 30px;
}
.member-voucher-confirm-img img {
  width: 100%;
}
.member-voucher-confirm-chk-txt-1-complete {
  font-weight: 600;
  color: green;
  font-size: 200%;
}
.member-voucher-confirm-chk-txt-2-complete {
  margin-top: 15px;
  font-weight: 500;
  font-size: 150%;
}
.member-voucher-confirm-chk-txt-3-complete {
  font-weight: 400;
  font-size: 110%;
}
.member-voucher-confirm-chk-txt-4-complete {
  margin-top: 20px;
  font-weight: 500;
  color: #0071da;
  font-size: 120%;
}
.member-voucher-confirm-chk-txt-4-complete span {
  color: green;
}
.member-voucher-confirm-chk-txt-5-complete {
  font-weight: 500;
  font-size: 110%;
  color: #000000;
}
.member-voucher-confirm-chk-txt-5-complete span {
  font-weight: 600;
}
.member-voucher-confirm-chk-txt-6-complete {
  margin-top: 12px;
  color: #666;
  font-weight: 400;
  font-size: 90%;
}
.member-voucher-confirm-chk-txt-7-complete {
  color: #cd0000;
  font-weight: 400;
  font-size: 100%;
  margin: 20px 0 20px 0;
}
.member-voucher-confirm-chk-txt-8-complete {
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  margin-top: 7px;
}
.member-voucher-confirm-chk-txt-8-complete span {
  margin: 0 0 0 12px;
  color: #000000;
  text-decoration: underline;
}
.member-voucher-confirm-btn-set {
  margin-top: 30px;
  border-top: solid 2px #e7e7e7;
  padding-top: 30px;
}
.member-voucher-confirm-btn-use {
  position: relative;
}
.member-voucher-confirm-btn-use input {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  font-size: 120%;
  padding: 7px 30px;
  border: solid 1px #0071da;
  background: #0071da;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.member-voucher-confirm-btn-use input:hover {
  background: #fff;
  color: #0071da;
}
.member-voucher-confirm-btn-cancel {
  position: relative;
}
.member-voucher-confirm-btn-cancel input {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  font-size: 120%;
  padding: 7px 30px;
  border: solid 1px #cd0000;
  background: #cd0000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.member-voucher-confirm-btn-cancel input:hover {
  background: #fff;
  color: #cd0000;
}
.dealer-voucher-bg {
  background: #e7e7e7;
  padding: 12px 0;
  position: sticky;
  top: 80px;
  left: 0;
  z-index: 5;
  width: 100%;
}
.dealer-voucher-topic-link-set {
  color: #000000;
  font-size: 90%;
  font-weight: 400;
}
.dealer-voucher-topic-link-set a {
  color: #000000;
}
.dealer-voucher-topic-link-set a:hover {
  color: #0071da;
}
.dealer-voucher-topic-link-set i.las {
  font-size: 150%;
  margin-right: 7px;
}
.dealer-voucher-topic-link-set i.fa-solid.fa-chevron-right {
  margin: 0 7px;
}
.dealer-shop-txt-set {
  margin: 30px 0 10px 0;
}
.dealer-shop-txt-h {
  font-size: 140%;
  font-weight: 600;
}
.dealer-shop-txt-input {
  margin-top: 5px;
  position: relative;
}
.dealer-shop-txt-input input {
  font-weight: 600;
  border: solid 1px #0071da;
  color: #0071da;
  width: 100%;
  height: 60px;
  font-size: 140%;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 220px;
  text-align: left;
}
.dealer-shop-txt-input input::placeholder {
  color: #ccc;
  font-weight: 300;
  font-size: 100%;
}
.dealer-shop-txt-input textarea {
  font-weight: 400;
  border: solid 1px #0071da;
  color: #000000;
  width: 100%;
  height: 100px;
  font-size: 100%;
  -moz-border: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  padding: 15px 20px;
}
.dealer-shop-select {
  margin-top: 5px;
}
.dealer-shop-select .form-select {
  font-weight: 600;
  border: solid 1px #0071da !important;
  color: #0071da;
  width: 100%;
  height: 60px;
  font-size: 140%;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding-left: 20px;
  text-align: left;
}
.dealer-shop-select .dropdown-menu {
  width: 100%;
}
.dealer-shop-select .dropdown-menu input {
  border-left: none;
  border-right: none;
}
.dealer-shop-btn-set {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.dealer-shop-btn-chk {
  width: 250px;
}
.dealer-shop-btn-chk {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  height: 60px;
  font-size: 130%;
  padding: 7px 15px;
  border: solid 1px #0071da;
  background: #0071da;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dealer-shop-btn-scan {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  cursor: pointer;
}
.dealer-shop-btn-scan {
  border-radius: 0 100px 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  height: 60px;
  padding: 7px 15px;
  border: solid 1px #000000;
  background: #000000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dealer-shop-btn-scan img {
  width: 22px;
  margin-right: 5px;
}
.dealer-shop-status-btn-set {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.dealer-shop-status-btn-chk {
  width: 250px;
  margin: 5px 10px;
}
.dealer-shop-status-btn-chk {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  height: 50px;
  font-size: 130%;
  padding: 7px 15px;
  border: solid 1px #0071da;
  background: #0071da;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dealer-shop-status-btn-warranty {
  text-align: center;
  font-size: 140%;
  margin-top: 30px;
  color: #0071da;
  font-weight: 500;
  line-height: 1.5;
}
.dealer-shop-status-btn-warranty i {
  font-size: 155%;
  margin-right: 7px;
}
.dealer-shop-status-btn-warranty span {
  animation: blinker 0.5s linear infinite;
}
.dealer-shop-status-btn-warranty:hover {
  text-decoration: underline;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
.dealer-dropdown-films-title {
  margin-top: 30px;
  font-weight: 500;
  font-size: 110%;
  text-align: center;
  cursor: pointer;
}
.dropdown.dealer-dropdown-films {
  margin: 15px 0 0 0;
  line-height: 1.2;
}
.dropdown.dealer-dropdown-films span {
  font-size: 11px;
  color: #999;
}
.dropdown.dealer-dropdown-films .dealer-film-series-topic {
  position: relative;
  padding-right: 40px;
  border: solid 1px #0071da;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 15px;
  font-size: 16px;
}
.dropdown.dealer-dropdown-films .dealer-film-series-topic i.las.la-angle-down {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  width: 40px;
}
.dropdown.dealer-dropdown-films .dropdown-menu {
  width: 100%;
  padding: 0 12px;
  max-height: 320px;
  overflow: auto;
}
.dealer-film-brand {
  padding: 10px 0;
  border-bottom: dotted 1px #e7e7e7;
}
.dealer-film-brand img {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  width: 100px;
}
.dealer-film-brand-txt {
  margin: 0px 0 0 7px;
  display: inline-block;
}
.dealer-film-series-set {
  border-bottom: solid 1px #e7e7e7;
  padding: 15px 0;
}
.dealer-film-series {
  font-weight: 500;
  font-size: 100%;
  margin-bottom: 7px;
}
.dealer-film {
  position: relative;
  padding: 5px 0;
  width: 100%;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 90%;
  font-weight: 400;
}
.dealer-film img {
  object-fit: cover;
  object-position: center;
  width: 25px;
  height: 25px;
  margin: 0 7px 0 0;
}
.dealer-film:hover {
  background: #f9f9f9;
}
.dealer-voucher-set {
  margin: 40px 10px 10px 10px;
  position: relative;
}
.dealer-voucher-img {
  position: relative;
  line-height: 0;
  text-align: center;
}
.dealer-voucher-img img {
  width: 100%;
}
.dealer-voucher-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.dealer-voucher-mask-detail {
  line-height: 1.8;
}
.dealer-voucher-mask-detail-txt-active {
  border: dashed 2px #cd0000;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 160%;
  padding: 7px 30px;
  color: #cd0000;
}
.dealer-voucher-mask-detail-date-use {
  color: #cd0000;
  margin-top: 12px;
  font-size: 120%;
  font-weight: 500;
}
.dealer-voucher-set .dealer-voucher-mask {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  cursor: pointer;
}
.dealer-voucher-set.active .dealer-voucher-mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  cursor: inherit;
}
.dealer-voucher-set .dealer-voucher-btn-use {
  display: block;
}
.dealer-voucher-set.active .dealer-voucher-btn-use {
  display: none;
}
.dealer-voucher-set .dealer-voucher-btn-use-hidden {
  display: block;
}
.dealer-voucher-set.active .dealer-voucher-btn-use-hidden {
  display: none;
}
.dealer-voucher-btn-set {
  margin-top: 30px;
  border-top: solid 2px #e7e7e7;
  padding-top: 30px;
}
.dealer-voucher-btn-use {
  position: relative;
}
.dealer-voucher-btn-use input {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  font-size: 120%;
  padding: 7px 30px;
  border: solid 1px #0071da;
  background: #0071da;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dealer-voucher-btn-use input:hover {
  background: #fff;
  color: #0071da;
}
.dealer-voucher-btn-cancel {
  position: relative;
}
.dealer-voucher-btn-cancel input {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  font-size: 120%;
  padding: 7px 30px;
  border: solid 1px #cd0000;
  background: #cd0000;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dealer-voucher-btn-cancel input:hover {
  background: #fff;
  color: #cd0000;
}
.dealer-voucher-btn-dont-use {
  margin: 0 7px;
  width: 200px;
}
.dealer-voucher-btn-dont-use input {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  padding: 7px 30px;
  border: none;
  background: #e7e7e7;
  color: #888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dealer-voucher-remark {
  text-align: center;
  color: #000000;
  margin-top: 15px;
}
.dealer-voucher-cost {
  font-weight: 400;
  font-size: 130%;
  color: #cd0000;
  text-align: center;
  margin-top: 12px;
}
.dealer-voucher-after-click-btn-use {
  padding: 50px 0;
  text-align: center;
}
.dealer-voucher-after-click-btn-use-txt-1 {
  font-size: 175%;
}
.dealer-voucher-after-click-btn-use-txt-1 i {
  font-size: 250%;
}
.dealer-voucher-after-click-btn-use-txt-1 span {
  font-weight: 600;
  font-size: 190%;
}
.dealer-voucher-after-click-btn-use-txt-2 {
  font-size: 175%;
}
.dealer-voucher-after-click-btn-use-txt-2 i {
  font-size: 250%;
  color: green;
}
.dealer-voucher-after-click-btn-use-txt-2 span {
  font-weight: 600;
  font-size: 190%;
  color: green;
}
.dealer-voucher-after-click-btn-use-txt-3 {
  font-size: 175%;
}
.dealer-voucher-after-click-btn-use-txt-3 i {
  font-size: 250%;
  color: #cd0000;
}
.dealer-voucher-after-click-btn-use-txt-3 span {
  font-weight: 600;
  font-size: 190%;
  color: #cd0000;
}
.dealer-voucher-after-click-status-txt {
  margin-top: 30px;
  color: #666;
}
@media (max-width: 575px) {
  .home-voucher-price {
    font-size: 130%;
  }
  .home-voucher-detail {
    height: inherit;
    padding-bottom: 25px;
  }
  .home-voucher-cost {
    font-size: 14px;
  }
  .pordouct-detail-dealer {
    font-size: 17px;
  }
  .product-detail-img-sticky {
    position: sticky;
    top: 60px;
    z-index: 2;
    background: #fff;
    padding: 12px 0;
  }
  .product-detail-content {
    font-size: 16px;
  }
  .product-detail-content-name {
    border: none;
    padding: 0;
  }
  .product-detail-content-txt-img {
    padding: 25px 0 0 0;
  }
  .product-detail-content-txt {
    padding: 25px 0 0 0;
  }
  .product-detail-content-txt-img span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-detail-tab-set {
    margin-top: 30px;
  }
  .product-detail-tab {
    width: 50%;
    font-size: 14px;
    padding: 7px 12px;
  }
  .product-list-other-title-set {
    margin-top: 30px;
  }
  .product-list-other-title {
    font-size: 20px;
  }
  .product-list-other-title-topic {
    font-size: 20px;
  }
  .dealer-list-bg {
    margin-bottom: 15px;
    padding: 10px 5px;
  }
  #dealer-list-input {
    height: 35px;
  }
  .dealer-list-input {
    padding: 5px 5px;
  }
  .dealer-list-input input {
    height: 35px;
  }
  .dealer-list-input select {
    height: 35px;
  }
  .dealer-list-btn input {
    height: 35px;
  }
  .bg-otp-member-1 {
    background: none;
  }
  .bg-otp-member-2 {
    background: none;
  }
  .bg-otp-cart-1 {
    background: none;
  }
  .bg-otp-cart-2 {
    background: none;
  }
  .otp-step-use-set {
    padding: 30px 0 0 0;
  }
  .otp-step-use-set::after {
    top: 50%;
    width: 70%;
  }
  .otp-step-use img {
    width: 60px;
  }
  .otp-txt-content-set {
    padding: 40px 0 0 0;
  }
  .otp-txt-content-h {
    font-size: 120%;
  }
  .cart-member-otp-txt-topic-1 {
    margin-top: 30px;
  }
  .cart-member-otp-txt-topic-cart-1 {
    font-size: 150%;
    margin-top: 30px;
  }
  .cart-member-otp-txt-topic-cart-1 span {
    font-size: 100%;
  }
  .cartshow-step-bg {
    background: #e7e7e7;
    padding: 20px 0;
  }
  .cart-complete-imgstatus i {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
  .cart-complete-txt-1 {
    font-size: 30px;
  }
  .cart-complete-txt-2 {
    font-size: 16px;
  }
  .cart-complete-set {
    margin: 30px 0;
    padding: 30px 20px 50px 20px;
  }
  .cart-complete-btn-1 {
    width: 220px;
    margin: 12px 12px 0 12px;
  }
  .cart-complete-btn-2 {
    width: 220px;
    margin: 12px 12px 0 12px;
  }
  .cart-complete-btn-set {
    bottom: -20px;
  }
  .cart-complete-btn {
    width: 200px;
  }
  .cart-complete-btn input {
    height: 40px;
  }
  .cartshow-number-all {
    display: inherit;
    flex-wrap: inherit;
    -webkit-flex-wrap: wrap;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
  .cartshow-product-set {
    padding: 20px 0;
  }
  .cartshow-product {
    margin: 0 0 12px 0;
  }
  .cartshow-number-set {
    padding: 0 30px;
    min-width: 90px;
    max-width: 180px;
    position: relative;
  }
  .cartshow-number input {
    width: 100%;
    height: 30px;
  }
  #cartshow-number-add-del {
    width: 30px;
    height: 30px;
  }
  .cartshow-number-add {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .cartshow-number-del {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cartshow-txt-price {
    padding: 3px 0 0 0;
    text-align: left;
  }
  .cartshow-txt-delete {
    padding: 3px 0 0 0;
  }
  .cartshow-box {
    padding: 20px 20px 20px 20px;
    min-height: inherit;
  }
  .cartshow-box-btn {
    padding: 20px 20px 35px 20px;
    min-height: inherit;
  }
  .cartshow-title-2 {
    margin: 30px 0 0 0;
  }
  .cartshow-price-set {
    font-size: 14px;
  }
  .cartshow-price-set.pad {
    padding-left: 0;
    padding-right: 0;
  }
  .cartshow-price-btn-set {
    bottom: -20px;
  }
  .cartshow-price-btn {
    width: 200px;
  }
  .cartshow-price-btn input {
    width: 100%;
    height: 40px;
  }
  .cartshow-number-no {
    text-align: left;
    font-size: 16px;
  }
  .cartshow-number-no span {
    display: inline-block;
  }
  .cartshow-form-chk label input[type=checkbox] {
    width: 15px;
    height: 15px;
    top: 2px;
  }
  .cartconfirm-box {
    padding-left: 0px;
  }
  .cartconfirm-btn {
    width: 200px;
  }
  .cartconfirm-btn input {
    height: 40px;
  }
  .cart-member-otp-txt-set {
    margin-bottom: 20px;
  }
  .cart-member-otp-txt-tel input {
    height: 40px;
  }
  .cart-member-otp-txt {
    font-size: 120%;
  }
  .cart-member-otp-set {
    margin: 30px 0;
    padding: 30px 20px 50px 20px;
  }
  .cart-member-otp-txt-1 {
    font-size: 120%;
    font-weight: 600;
  }
  .cart-member-otp-txt-2 {
    margin-top: 12px;
    font-size: 100%;
  }
  .cart-member-otp-txt-3 {
    margin-top: 15px;
    font-size: 100%;
  }
  .cart-member-otp-txt-4 {
    margin: 0;
    font-size: 100%;
  }
  .cart-member-otp-btn-set {
    bottom: -20px;
  }
  .cart-member-otp-btn {
    width: 200px;
  }
  .cart-member-otp-btn input {
    height: 40px;
  }
  .cart-member-otp-box input {
    height: 45px;
  }
  .dealer-shop-select .form-select {
    font-size: 120%;
    font-weight: 400;
  }
  .dealer-shop-btn-set {
    margin-top: 40px;
    display: inherit;
    flex-wrap: inherit;
    -webkit-flex-wrap: wrap;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
  .dealer-shop-btn-chk {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    height: 60px;
    width: 100%;
  }
  .dealer-shop-txt-input input {
    width: 100%;
    font-weight: 600;
    border: solid 1px #0071da;
    color: #0071da;
    height: 60px;
    font-size: 140%;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 100px;
    text-align: left;
  }
  .dealer-shop-select .form-select {
    width: 100%;
    font-weight: 600;
    border: solid 1px #0071da !important;
    color: #0071da;
    height: 60px;
    font-size: 140%;
    -moz-border: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding-left: 20px;
    text-align: left;
  }
  .dealer-shop-btn-scan {
    width: 80px;
  }
  .dealer-shop-btn-scan img {
    width: 35px;
  }
  .dealer-voucher-btn-use input {
    height: 50px;
  }
  .dealer-voucher-btn-cancel input {
    height: 50px;
  }
  .dealer-voucher-btn-dont-use input {
    height: 50px;
  }
  .member-voucher-confirm-btn-use input {
    height: 50px;
  }
  .member-voucher-confirm-btn-cancel input {
    height: 50px;
  }
  .member-voucher-confirm-btn-dont-use input {
    height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .dealer-list-bg {
    margin-bottom: 15px;
    padding: 10px 5px;
  }
  #dealer-list-input {
    height: 35px;
  }
  .dealer-list-input {
    padding: 5px 5px;
  }
  .dealer-list-input input {
    height: 35px;
  }
  .dealer-list-input select {
    height: 35px;
  }
  .dealer-list-btn input {
    height: 35px;
  }
  .product-detail-content-name {
    border: none;
  }
  .product-detail-content-txt-img {
    padding: 0 0 0 100px;
  }
  .product-detail-content-txt {
    padding: 0 0 0 100px;
  }
  .bg-otp-member-1 {
    background: none;
  }
  .bg-otp-member-2 {
    background: none;
  }
  .bg-otp-cart-1 {
    background: none;
  }
  .bg-otp-cart-2 {
    background: none;
  }
  .cart-member-otp-txt-topic-cart-1 {
    font-size: 150%;
    margin-top: 30px;
  }
  .cart-member-otp-txt-topic-cart-1 span {
    font-size: 100%;
  }
  .cart-complete-imgstatus i {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
  .cart-complete-txt-1 {
    font-size: 26px;
  }
  .cart-complete-txt-2 {
    font-size: 18px;
  }
  .cart-complete-btn-set {
    bottom: -20px;
  }
  .cart-complete-btn {
    width: 200px;
  }
  .cart-complete-btn input {
    height: 40px;
  }
  .cartshow-product-set {
    padding: 20px 0;
  }
  .cartshow-product {
    margin: 0 0 12px 0;
  }
  .cartshow-product-detail h2 {
    font-size: 16px;
  }
  .cartshow-number-all {
    display: inherit;
    flex-wrap: inherit;
    -webkit-flex-wrap: wrap;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
  .cartshow-number-set {
    padding: 0 30px;
    min-width: 120px;
    max-width: 220px;
    position: relative;
  }
  .cartshow-number input {
    width: 100%;
    height: 30px;
  }
  #cartshow-number-add-del {
    width: 30px;
    height: 30px;
  }
  .cartshow-number-add {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .cartshow-number-del {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cartshow-txt-price {
    padding: 3px 0 0 0;
    text-align: left;
  }
  .cartshow-txt-delete {
    padding: 3px 0 0 0;
  }
  .cartshow-title-2 {
    margin: 30px 0 0 0;
  }
  .cartshow-number-no {
    text-align: left;
    font-size: 16px;
  }
  .cartshow-number-no span {
    display: inline-block;
  }
  .cartshow-form-chk label input[type=checkbox] {
    width: 15px;
    height: 15px;
    top: 2px;
  }
  .cartshow-price-btn-set {
    bottom: -20px;
  }
  .cartshow-price-btn {
    width: 200px;
  }
  .cartshow-price-btn input {
    width: 100%;
    height: 40px;
  }
  .cartconfirm-box {
    padding-left: 0px;
  }
  .cartconfirm-btn {
    width: 200px;
  }
  .cartconfirm-btn input {
    height: 40px;
  }
  .cart-member-otp-txt-set {
    margin-bottom: 20px;
  }
  .cart-member-otp-txt-tel input {
    height: 40px;
  }
  .cart-member-otp-txt {
    font-size: 120%;
  }
  .cart-member-otp-set {
    margin: 30px 0;
    padding: 30px 30px 50px 30px;
  }
  .cart-member-otp-txt-1 {
    font-size: 120%;
  }
  .cart-member-otp-txt-2 {
    margin-top: 12px;
    font-size: 100%;
  }
  .cart-member-otp-txt-3 {
    margin-top: 15px;
    font-size: 100%;
  }
  .cart-member-otp-txt-4 {
    margin: 0;
    font-size: 100%;
  }
  .cart-member-otp-btn-set {
    bottom: -20px;
  }
  .cart-member-otp-btn {
    width: 200px;
  }
  .cart-member-otp-btn input {
    height: 40px;
  }
  .cart-member-otp-box input {
    height: 55px;
  }
  .member-voucher-set {
    padding-bottom: 50px;
  }
  .member-voucher-btn-set {
    bottom: 12px;
  }
  .member-voucher-btn-use {
    margin: 0 7px;
  }
  .member-voucher-btn-use input {
    font-size: 13px;
    padding: 3px 20px;
  }
  .member-voucher-btn-viewdetail {
    margin: 0 7px;
  }
  .member-voucher-btn-viewdetail input {
    font-size: 13px;
    padding: 3px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-brand-logo-brand img {
    height: 50px;
  }
  .dealer-list-bg {
    margin-bottom: 15px;
    padding: 10px 5px;
  }
  #dealer-list-input {
    height: 35px;
  }
  .dealer-list-input {
    padding: 5px 5px;
  }
  .dealer-list-input input {
    height: 35px;
  }
  .dealer-list-input select {
    height: 35px;
  }
  .dealer-list-btn input {
    height: 35px;
  }
  .product-detail-content-name {
    border: none;
  }
  .product-detail-content-txt-img {
    padding: 0 0 0 100px;
  }
  .product-detail-content-txt {
    padding: 0 0 0 100px;
  }
  div.product-list-other+div.product-list-other+div.product-list-other+div.product-list-other {
    display: none;
  }
  .bg-otp-member-1 {
    background: none;
  }
  .bg-otp-member-2 {
    background: none;
  }
  .bg-otp-cart-1 {
    background: none;
  }
  .bg-otp-cart-2 {
    background: none;
  }
  .otp-step-use-set {
    padding: 30px 0 0 0;
  }
  .cart-member-otp-txt-topic-cart-1 {
    font-size: 150%;
    margin-top: 30px;
  }
  .cart-member-otp-txt-topic-cart-1 span {
    font-size: 100%;
  }
  .cartshow-step-bg {
    background: #e7e7e7;
    padding: 20px 0;
  }
  .cart-complete-txt-1 {
    font-size: 26px;
  }
  .cart-complete-txt-2 {
    font-size: 18px;
  }
  .cartshow-product-detail h2 {
    font-size: 16px;
  }
  .cartshow-number-no {
    font-size: 14px;
    padding: 2px 0 0 0;
  }
  .cartshow-number-all {
    display: inherit;
    flex-wrap: inherit;
    -webkit-flex-wrap: wrap;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
  .cartshow-number-set {
    padding: 0 30px;
    min-width: 80px;
    max-width: 120px;
    position: relative;
  }
  .cartshow-number input {
    width: 100%;
    height: 30px;
  }
  #cartshow-number-add-del {
    width: 30px;
    height: 30px;
  }
  .cartshow-number-add {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .cartshow-number-del {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cartshow-txt-price {
    padding: 3px 0 0 0;
    font-size: 14px;
  }
  .cartshow-txt-delete {
    padding: 3px 0 0 0;
  }
  .cartshow-form-chk label input[type=checkbox] {
    width: 15px;
    height: 15px;
    top: 2px;
  }
  .cartconfirm-shipping-img-icon {
    left: 15px;
    top: 30px;
  }
  .cartconfirm-address-set {
    font-size: 14px;
  }
  .cartconfirm-address-name {
    font-size: 16px;
  }
  .cart-member-otp-set {
    margin: 30px 0 50px 0;
    padding: 30px 50px 60px 50px;
  }
  .cart-member-otp-box input {
    height: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-brand-logo-brand img {
    height: 65px;
  }
  .dealer-list-bg {
    margin-bottom: 15px;
    padding: 10px 5px;
  }
  #dealer-list-input {
    height: 35px;
  }
  .dealer-list-input {
    padding: 5px 5px;
  }
  .dealer-list-input input {
    height: 35px;
  }
  .dealer-list-input select {
    height: 35px;
  }
  .dealer-list-btn input {
    height: 35px;
  }
  .bg-otp-member-1 {
    background-size: 90%;
  }
  .bg-otp-member-2 {
    background-size: 90%;
  }
  .bg-otp-cart-1 {
    background-size: 90%;
  }
  .bg-otp-cart-2 {
    background-size: 90%;
  }
  .otp-step-use-set {
    padding: 30px 0 0 0;
  }
  .cartshow-price-set {
    font-size: 14px;
  }
  .cartconfirm-shipping-set {
    padding: 0 0 0 75px;
  }
  .cartconfirm-shipping-img-icon {
    left: 15px;
    top: 25px;
    width: 45px;
  }
  .cart-member-otp-set {
    margin: 50px 0;
    padding: 30px 50px 60px 50px;
  }
  .cart-member-otp-box input {
    height: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-brand-logo-brand img {
    height: 80px;
  }
  .cartshow-coupon {
    height: 125px;
    padding: 10px 0 0 60px;
  }
  .cartshow-coupon-img {
    width: 60px;
  }
  .cartshow-coupon-img img {
    width: 40px;
  }
  .txt-link {
    margin: 40px 0 0 0;
  }
  .cartshow-shipping-rdo {
    position: relative;
    margin: -10px 0 0 40px;
  }
  .cartshow-shipping-rdo label .rdo-chk {
    top: 53px;
  }
  .cartshow-shipping-rdo label:after {
    top: 60px;
    border: 2px;
  }
  .cartshow-shipping-set {
    padding: 0 0 0 55px;
  }
  .cartshow-shipping-icon {
    width: 45px;
  }
  .cartshow-code-set {
    padding: 45px 0 0 0;
  }
  .cartshow-code-input input {
    font-size: 14px;
    height: 35px;
  }
  .cartshow-code-btn input {
    font-size: 14px;
    height: 35px;
  }
  .cartshow-price-set {
    font-size: 16px;
  }
  .cartshow-form-chk label input[type=checkbox] {
    width: 15px;
    height: 15px;
    top: 2px;
  }
  .cart-member-otp-set {
    margin: 50px 0;
    padding: 40px 70px 40px 70px;
  }
  .cart-member-otp-box input {
    height: 60px;
  }
  .porduct-detail-dealer-logo-brand img {
    height: 25px !important;
  }
}
@media (max-width: 1199px) {
  .member-voucher-bg {
    top: 60px;
  }
  .dealer-list-bg {
    top: 60px;
  }
}
