@charset "UTF-8";
.red {
  color: #cd0000;
}
.link {
  color: #005d96;
  font-weight: 500;
}
#gd-main {
  background: #5b95d4;
  background: -moz-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#5b95d4),color-stop(100%,#005ca2));
  background: -webkit-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -o-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -ms-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: linear-gradient(to right,#5b95d4 0%,#005ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b95d4',endColorstr='#005ca2',GradientType=1);
}
@font-face {
  font-family: 'gotham_blackregular';
  src: url('../font/gotham-black-webfont.woff2') format('woff2'), url('../font/gotham-black-webfont.woff') format('woff'), url('../font/gotham-black-webfont.ttf') format('truetype'), url('../font/gotham-black-webfont.svg#gotham_blackregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_boldregular';
  src: url('../font/gotham-bold-webfont.woff2') format('woff2'), url('../font/gotham-bold-webfont.woff') format('woff'), url('../font/gotham-bold-webfont.ttf') format('truetype'), url('../font/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_lightregular';
  src: url('../font/gotham-light-webfont.woff2') format('woff2'), url('../font/gotham-light-webfont.woff') format('woff'), url('../font/gotham-light-webfont.ttf') format('truetype'), url('../font/gotham-light-webfont.svg#gotham_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_mediumregular';
  src: url('../font/gotham-medium-webfont.woff2') format('woff2'), url('../font/gotham-medium-webfont.woff') format('woff'), url('../font/gotham-medium-webfont.ttf') format('truetype'), url('../font/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.colormain {
  color: #005d96;
}
.colorsecond {
  color: #5c8ac8;
}
.colorspecial {
  color: #5c8ac8;
}
.fontbold {
  font-weight: 600;
}
.font-12 {
  font-size: 16px;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.top {
  top: 0;
}
.bottom {
  bottom: 0;
}
#movement-fast {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
#movement {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#movement-1 {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#con-center {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#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;
}
#rorate90 {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#rorate45 {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#circle {
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#fade {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#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;
}
#texthidden-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#texthidden-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#texthidden-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#texthidden-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#hidden {
  overflow: hidden;
}
#caplock {
  text-transform: uppercase;
}
#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;
}
#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-fit {
  object-fit: cover;
  object-position: center;
}
#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-7 {
  -moz-border: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#radius-10 {
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#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-15 {
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#radius-17 {
  -moz-border: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}
#radius-20 {
  -moz-border: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#radius-22 {
  -moz-border: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
#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-100 {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
a {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
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: #333;
  font-weight: 300;
  font-family: 'gotham_lightregular' !important, 'kanit' !important;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
button,
input,
select,
textarea {
  padding: 0 5px;
  font-family: 'gotham_lightregular' !important, 'kanit' !important;
  font-weight: 300;
  font-size: 16px;
}
button:focus,
select:focus,
textarea:focus,
input:focus {
  outline: none;
}
p,
div {
  padding: 0px;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
.back {
  margin: 50px 0 0 0;
  text-align: center;
}
.back a {
  color: #005d96;
}
.back a:hover {
  color: #5c8ac8;
}
.backtop {
  background: #005d96;
  width: 40px;
  height: 40px;
  padding-bottom: 5px;
  position: fixed;
  z-index: 4;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0;
  color: #fff;
  border: 1px solid #fff;
  -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;
}
.pageroot {
  font-size: 14px;
  line-height: 1.5;
}
.pageroot a {
  color: #5c8ac8;
}
.content-inner {
  margin: 30px 0 0 0;
  line-height: 1.5;
}
.content-inner img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.content-inner iframe {
  width: 100%;
}
.content-inner h1 {
  font-size: 24px;
  font-weight: 500;
  color: #005d96;
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  line-height: normal;
  border-bottom: dashed 1px #ccc;
}
.content-inner h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#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: #005d96;
}
.bulletset .bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 2px #005d96;
  -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: #5c8ac8;
  border: solid 2px #5c8ac8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageroot {
  font-size: 14px;
  line-height: 1.5;
}
.pageroot a {
  color: #5c8ac8;
}
#number {
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.number {
  background: #f5f5f5;
  color: #232323;
  border: solid 1px #ccc;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.number-over {
  background: #005d96;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.number:hover {
  background: #5c8ac8;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.number-next {
  background: #5c8ac8;
  color: #000;
  font-weight: 400;
  width: 60px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.number-next:hover {
  margin-left: 5px;
}
.dropdown {
  color: #5c8ac8;
  font-family: 'gotham_lightregular' !important, 'kanit' !important;
}
.dropdown span {
  font-family: 'gotham_lightregular' !important, 'kanit' !important;
  font-size: 14px;
}
.dropdown ul.dropdown-menu li {
  font-size: 14px;
}
.dropdown ul.dropdown-menu li a {
  color: #333;
  font-family: 'gotham_lightregular' !important, 'kanit' !important;
  padding: 5px 20px 5px 15px;
  font-weight: 300;
}
.dropdown ul.dropdown-menu li a i {
  font-size: 14px;
  padding-right: 10px;
}
.headmobile {
  background: #fff;
}
.colormain {
  color: #005d96;
}
.bgmain {
  background: #005d96;
}
.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  background: #005d96;
}
.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
  background: #005d96;
}
.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: #005d96;
  outline: none;
}
.btn-default {
  color: #005d96;
}
.btn-default:focus,
.btn-default.focus {
  color: #005d96;
}
.btn-default:hover {
  color: #005d96;
}
.cd-primary-nav,
.cd-primary-nav ul {
  background: #005d96;
  z-index: 99;
}
.cd-primary-nav a,
.cd-primary-nav ul a {
  color: #ffffff;
}
.cd-primary-nav a:hover {
  color: #fff;
}
.cd-primary-nav ul a:hover {
  color: #fff;
}
.cd-main-content {
  min-height: 65px;
}
.cd-main-header {
  height: 65px;
  background: #ffffff;
  box-shadow: 0 0 10px #eee;
  border-bottom: solid 5px #005d96;
  z-index: 99;
}
.cd-logo {
  top: 10px;
  left: 15px;
}
.cd-logo img {
  display: block;
  height: 45px;
}
#headmobile {
  border-bottom: solid 1px #ccc;
  border-top: solid 4px #005d96;
}
.iconsocial-mobile {
  font-size: 20px;
  margin: 10px 20px;
}
.iconsocial-mobile a {
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.iconsocial-mobile i {
  color: #fff;
  margin: 0 15px;
  cursor: pointer;
}
body {
  font-family: 'kanit';
  font-size: 16px;
  font-weight: 300;
}
button,
input,
select,
textarea {
  font-family: 'kanit';
  font-size: 16px;
  font-weight: 300;
}
.ismart-bg {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url('../images/template/login-bg.jpg');
  background-image: -webkit-image-set(url('../images/template/login-bg.webp') 1x);
  background-size: cover;
}
.ismart-content {
  padding: 30px 70px 30px 0;
}
.ismart-content span {
  color: #005d96;
  font-weight: 600;
}
.ismart-logo {
  line-height: 0;
  padding: 20px 0;
  text-align: center;
}
.ismart-logo img {
  height: 65px;
}
header .ismart-nav .dropdown .dropdown-toggle {
  color: #005d96 !important;
}
.ismart-nav {
  background: #005d96;
  color: #fff;
  border-bottom: solid 10px #5c8ac8;
}
.ismart-nav nav {
  float: left;
}
.ismart-nav nav ul.ismart-fix {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ismart-nav nav ul.ismart-fix li {
  float: left;
  margin: 0 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.ismart-nav nav ul.ismart-fix li.active .menudrop {
  display: none;
}
.ismart-nav nav ul.ismart-fix li.active:hover .menudrop {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 320px;
  background: #5c8ac8;
  color: #fff;
  z-index: 99;
}
.ismart-nav nav ul.ismart-fix li.active .menudrop .menudrop-list {
  padding: 12px 20px 12px 35px;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
}
.ismart-nav nav ul.ismart-fix li.active .menudrop .menudrop-list:hover {
  background: #005d96;
}
.ismart-nav nav ul.ismart-fix li.active .menudrop .menudrop-list i {
  position: absolute;
  left: 20px;
  top: 15px;
}
.ismart-nav nav ul.ismart-fix li a {
  color: #fff;
  padding: 4px 0 2px 0;
  border-bottom: solid 2px rgba(255,255,255,0);
}
.ismart-nav nav ul.ismart-fix li a:hover {
  border-bottom: solid 2px #fff;
}
.ismart-nav nav ul.ismart-fix li.active {
  background: #5c8ac8;
  margin: 0;
  padding: 0 100px 0 20px;
  position: relative;
}
.ismart-nav nav ul.ismart-fix li.active span.fas {
  position: absolute;
  right: 15px;
  top: 15px;
}
.ismart-nav nav ul.ismart-fix li.active a:hover {
  border-bottom: solid 2px rgba(255,255,255,0);
}
.ismart-login {
  float: left;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 0 30px 0 0;
  font-size: 18px;
}
.ismart-login:hover {
  color: #5c8ac8;
}
.ismart-box {
  background: rgba(255,255,255,0.9);
  padding: 45px 45px 45px 45px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.ismart-box-2 {
  background: rgba(255,255,255,0.9);
  padding: 45px 45px 20px 45px;
}
.ismart-title {
  font-size: 36px;
  margin: 0;
  font-family: 'kanit';
  font-weight: 600;
}
.ismart-title-sub {
  font-size: 16px;
}
header.pc-ismartz .ismart-nav .dropdown .dropdown-toggle {
  color: #005d96 !important;
}
header.pc-ismartz {
  position: fixed;
  width: 100%;
  z-index: 1;
  background: #fff;
  z-index: 99;
}
header.pc-ismartz .ismart-nav {
  background: #005d96;
  color: #fff;
  border-bottom: solid 10px #5c8ac8;
}
header.pc-ismartz .ismart-nav nav {
  float: left;
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix li {
  float: left;
  margin: 0 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix li.active .menudrop {
  display: none;
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix li.active:hover .menudrop {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 320px;
  background: #5c8ac8;
  color: #fff;
  z-index: 99;
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix li.active .menudrop .menudrop-list {
  padding: 12px 20px 12px 35px;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix li.active .menudrop .menudrop-list:hover {
  background: #005d96;
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix li.active .menudrop .menudrop-list i {
  position: absolute;
  left: 20px;
  top: 15px;
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix li a {
  color: #fff;
  padding: 4px 0 2px 0;
  border-bottom: solid 2px rgba(255,255,255,0);
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix li a:hover {
  border-bottom: solid 2px #fff;
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix li.active {
  background: #5c8ac8;
  margin: 0;
  padding: 0 100px 0 20px;
  position: relative;
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix li.active span.fas {
  position: absolute;
  right: 15px;
  top: 15px;
}
header.pc-ismartz .ismart-nav nav ul.ismart-fix li.active a:hover {
  border-bottom: solid 2px rgba(255,255,255,0);
}
header.pc-ismartz .ismart-login {
  float: left;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin: 0 30px 0 0;
  font-size: 18px;
}
header.pc-ismartz .ismart-login:hover {
  color: #5c8ac8;
}
.space-pc-ismartz {
  height: 165px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.ismart-box {
  background: rgba(255,255,255,0.9);
  padding: 45px 45px 45px 45px;
}
.ismart-box-2 {
  background: rgba(255,255,255,0.9);
  padding: 45px 45px 20px 45px;
}
.ismart-title {
  font-size: 36px;
  margin: 0;
  font-family: 'kanit';
  font-weight: 600;
}
.ismart-title-sub {
  font-size: 16px;
}
footer.ismart-footer {
  border-top: solid 1px #ccc;
  padding: 40px 0 0 0;
  font-size: 16px;
}
footer.ismart-footer .ismart-company {
  margin: 15px 0 0 0;
  font-weight: 500;
}
footer.ismart-footer .ismart-company span {
  font-weight: 300;
  color: #333;
}
footer.ismart-footer .ismart-address {
  position: relative;
  padding: 0 0 0 30px;
  margin: 15px 0 0 0;
}
footer.ismart-footer .ismart-address i {
  color: #005d96;
  position: absolute;
  left: 0;
  top: 5px;
}
.ismart-hotline {
  font-size: 36px;
  font-weight: 500;
  margin: 20px 0 0 50px;
}
.ismart-hotline i {
  color: #005d96;
}
.ismart-hotline a {
  color: #333;
}
.ismart-footerlink {
  margin: 15px 0 0 0;
  width: 100%;
}
.ismart-footerlink ul.ismart-footerfix {
  float: right;
  list-style: none;
  margin: 50px 0 0 50px;
  padding: 0;
}
.ismart-footerlink ul.ismart-footerfix li {
  font-size: 18px;
  padding: 5px 30px;
}
.ismart-footerlink ul.ismart-footerfix li a {
  color: #333;
}
.ismart-logo-footer {
  line-height: 0;
}
.ismart-logo-footer img {
  height: 50px;
}
.ismart-copy {
  background: #005d96;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  margin: 30px 0 0 0;
}
.ismart-copy a {
  color: #fff;
}
.forgotpassword-bg {
  padding: 50px 0;
}
.forgotpassword-box-1 {
  padding: 0 50px;
  float: left;
  width: 50%;
}
.forgotpassword-box-2 {
  padding: 0 50px;
  float: left;
  width: 50%;
  border-left: solid 2px #80aed0;
}
.forgotpassword-set {
  background: #f4f4f4;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 40px;
}
.forgotpassword-titile {
  text-align: center;
  font-weight: 500;
  color: #005d96;
  font-size: 30px;
}
.forgotpassword-input {
  margin: 30px 0 0 0;
  position: relative;
  padding: 0 0 0 120px;
}
.forgotpassword-input input {
  width: 100%;
  height: 40px;
  border: solid 1px #ddd;
}
.forgotpassword-input-h {
  position: absolute;
  left: 0;
  top: 7px;
}
.forgotpassword-btn {
  margin: 30px 0 0 0;
  width: 170px;
}
.forgotpassword-btn input {
  width: 100%;
  height: 40px;
  background: #5b95d4;
  background: -moz-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#5b95d4),color-stop(100%,#005ca2));
  background: -webkit-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -o-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -ms-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: linear-gradient(to right,#5b95d4 0%,#005ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b95d4',endColorstr='#005ca2',GradientType=1);
  color: #fff;
  border: none;
  font-size: 18px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
}
.forgotpassword-img {
  margin: 60px 0 0 0;
  text-align: center;
}
section.section-bofore-login {
  padding: 0;
}
.home-about-bg {
  padding: 80px 0;
  background: #fff url(../images/template/home-about-us-bg.png) center no-repeat;
}
.home-banner-ismartz img {
  width: 100%;
}
.home-about-content {
  font-size: 18px;
  line-height: 1.8;
}
.home-about-content h2 {
  font-size: 48px;
  color: #005d96;
  font-weight: 600;
}
.home-about-content h2 span {
  font-weight: 300;
}
.home-feature-title {
  text-align: center;
  font-size: 36px;
  color: #005d96;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 30px 0;
}
.home-feature-title span {
  font-size: 20px;
  font-weight: 300;
}
.home-feature-bg {
  padding: 50px 0;
}
.home-feature {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 50px 20px;
  height: 240px;
}
.home-feature-set:first-of-type > div.home-feature {
  border-right: dashed 1px #ddd;
  border-bottom: dashed 1px #ddd;
}
.home-feature-set:nth-of-type(2) > div.home-feature {
  border-right: dashed 1px #ddd;
  border-bottom: dashed 1px #ddd;
}
.home-feature-set:nth-of-type(3) > div.home-feature {
  border-bottom: dashed 1px #ddd;
}
.home-feature-set:nth-of-type(4) > div.home-feature {
  border-right: dashed 1px #ddd;
}
.home-feature-set:nth-of-type(5) > div.home-feature {
  border-right: dashed 1px #ddd;
}
.home-feature-img {
  line-height: 0;
}
.home-feature-img img {
  width: 50px;
}
.home-feature-detail {
  margin: 12px 0 0 0;
}
.home-feature-detail h2 {
  font-weight: 600;
  font-size: 18px;
}
.home-feature-detail h3 {
  font-weight: 300;
  font-size: 16px;
  margin: 12px 0 0 0;
}
.login-content {
  font-size: 18px;
  line-height: 1.8;
}
.login-content h2 {
  font-size: 48px;
  color: #005d96;
  font-weight: 500;
}
ul.logincontent {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.logincontent li {
  position: relative;
  padding: 0 0 0 40px;
  width: 50%;
  float: left;
}
ul.logincontent li img {
  position: absolute;
  left: 20px;
  top: 10px;
}
.login-content-icon {
  text-align: center;
  margin: 30px 0;
}
.login-content-icon-img {
  line-height: 0;
}
.login-content-icon-img img {
  height: 95px;
}
.login-content-icon-detail {
  margin: 12px 0 0 0;
  font-weight: 300;
  line-height: 1.2;
}
.login-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
.login-h {
  margin: 30px 0 0 0;
  font-weight: 500;
  font-size: 18px;
}
.login-d {
  margin: 5px 0 0 0;
}
.login-d input {
  width: 100%;
  height: 45px;
  background: #fff;
  border: solid 1px #eee;
  font-size: 18px;
}
.login-txt {
  text-align: right;
  margin: 7px 0 0 0;
}
.login-txt a {
  font-size: 16px;
  padding: 0 0 3px 0;
  border-bottom: solid 1px #999;
  color: #666;
}
.login-btn input {
  width: 100%;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  height: 45px;
  color: #fff;
  margin: 30px 0 0 0;
  font-size: 18px;
  background: #5b95d4;
  background: -moz-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#5b95d4),color-stop(100%,#005ca2));
  background: -webkit-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -o-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -ms-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: linear-gradient(to right,#5b95d4 0%,#005ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b95d4',endColorstr='#005ca2',GradientType=1);
}
@media (max-width: 575px) {
  .ismart-bg {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url('../images/template/login-bg-m-1.jpg');
    background-image: -webkit-image-set(url('../images/template/login-bg-m-1.webp') 1x);
    background-size: 100%;
  }
  .ismart-content {
    padding: 0;
  }
  .ismart-box {
    padding: 40px 30px;
    margin: 30px 0 0 0;
  }
  .ismart-box-2 {
    padding: 40px 30px 20px 30px;
    margin: 30px 0 0 0;
  }
  .ismart-title {
    font-size: 30px;
  }
  .ismart-footerlink {
    display: none;
  }
  .ismart-hotline {
    font-size: 26px;
    margin: 20px 0 0 0px;
  }
  .home-about-bg {
    padding: 30px 0;
  }
  .home-about-content {
    font-size: 16px;
  }
  .home-about-content h2 {
    font-size: 36px;
  }
  .home-feature-bg {
    padding: 30px 0;
  }
  .home-feature-title span {
    font-size: 16px;
  }
  .home-feature-detail h2 {
    font-size: 14px;
  }
  .home-feature-detail h3 {
    font-size: 12px;
  }
  .home-feature {
    width: 50%;
    float: left;
    text-align: center;
    padding: 20px 15px;
    height: 200px;
  }
  .home-feature-set:first-of-type > div.home-feature {
    border-right: dashed 1px #ddd;
    border-bottom: dashed 1px #ddd;
  }
  .home-feature-set:nth-of-type(2) > div.home-feature {
    border-right: none;
    border-bottom: dashed 1px #ddd;
  }
  .home-feature-set:nth-of-type(3) > div.home-feature {
    border-right: dashed 1px #ddd;
    border-bottom: dashed 1px #ddd;
  }
  .home-feature-set:nth-of-type(4) > div.home-feature {
    border-right: none;
    border-bottom: dashed 1px #ddd;
  }
  .home-feature-set:nth-of-type(5) > div.home-feature {
    border-right: dashed 1px #ddd;
  }
  .login-content {
    font-size: 16px;
  }
  .login-content h2 {
    font-size: 36px;
  }
  ul.logincontent li {
    width: 100%;
    float: none;
  }
  .login-content-icon-img img {
    height: 50px;
  }
  .login-content-icon-detail {
    font-size: 12px;
  }
  .forgotpassword-bg {
    padding: 0;
  }
  .forgotpassword-box-1 {
    padding: 30px 0;
    float: left;
    width: 100%;
  }
  .forgotpassword-box-2 {
    padding: 30px 0;
    float: left;
    width: 100%;
    border-left: none;
    border-top: solid 2px #80aed0;
  }
  .forgotpassword-img {
    margin: 30px 0 0 0;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ismart-bg {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url('../images/template/login-bg-m.jpg');
    background-image: -webkit-image-set(url('../images/template/login-bg-m.webp') 1x);
    background-size: 100%;
  }
  .ismart-content {
    padding: 0;
  }
  .ismart-box {
    padding: 40px 40px;
    margin: 30px 0 0 0;
  }
  .ismart-box-2 {
    padding: 40px 40px 20px 40px;
    margin: 30px 0 0 0;
  }
  .ismart-footerlink {
    display: none;
  }
  .ismart-hotline {
    font-size: 26px;
    margin: 20px 0 0 0px;
  }
  .forgotpassword-bg {
    padding: 0;
  }
  .forgotpassword-box-1 {
    padding: 50px 0;
    float: left;
    width: 100%;
  }
  .forgotpassword-box-2 {
    padding: 50px 0;
    float: left;
    width: 100%;
    border-left: none;
    border-top: solid 2px #80aed0;
  }
  .forgotpassword-img {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .home-about-bg {
    padding: 30px 0;
  }
  .home-feature-bg {
    padding: 30px 0;
  }
  .home-feature-detail h2 {
    font-size: 16px;
  }
  .home-feature-detail h3 {
    font-size: 14px;
  }
  .home-feature {
    width: 50%;
    float: left;
    text-align: center;
    padding: 20px 15px;
    height: 200px;
  }
  .home-feature-set:first-of-type > div.home-feature {
    border-right: dashed 1px #ddd;
    border-bottom: dashed 1px #ddd;
  }
  .home-feature-set:nth-of-type(2) > div.home-feature {
    border-right: none;
    border-bottom: dashed 1px #ddd;
  }
  .home-feature-set:nth-of-type(3) > div.home-feature {
    border-right: dashed 1px #ddd;
    border-bottom: dashed 1px #ddd;
  }
  .home-feature-set:nth-of-type(4) > div.home-feature {
    border-right: none;
    border-bottom: dashed 1px #ddd;
  }
  .home-feature-set:nth-of-type(5) > div.home-feature {
    border-right: dashed 1px #ddd;
  }
  ul.logincontent li {
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ismart-bg {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url('../images/template/login-bg-m.jpg');
    background-image: -webkit-image-set(url('../images/template/login-bg-m.webp') 1x);
    background-size: 100%;
  }
  .ismart-content {
    padding: 0;
  }
  .ismart-box {
    padding: 70px 70px;
    margin: 30px 0 0 0;
  }
  .ismart-box-2 {
    padding: 70px 70px 30px 70px;
    margin: 30px 0 0 0;
  }
  .ismart-hotline {
    font-size: 36px;
    margin: 20px 0 0 0px;
  }
  .ismart-footerlink {
    display: none;
  }
  .forgotpassword-bg {
    padding: 0;
  }
  .forgotpassword-box-1 {
    padding: 50px 0;
    float: left;
    width: 100%;
  }
  .forgotpassword-box-2 {
    padding: 50px 0;
    float: left;
    width: 100%;
    border-left: none;
    border-top: solid 2px #80aed0;
  }
  .forgotpassword-titile {
    text-align: center;
    font-weight: 500;
    color: #005d96;
    font-size: 24px;
  }
  .home-about-bg {
    padding: 50px 0;
  }
  .home-feature-detail h2 {
    font-size: 14px;
  }
  .home-feature-detail h3 {
    font-size: 12px;
  }
  .home-feature {
    height: 200px;
    padding: 30px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ismart-content {
    padding: 0;
  }
  .ismart-bg {
    padding: 30px 0;
  }
  .ismart-box {
    padding: 30px 40px;
  }
  .ismart-box-2 {
    padding: 30px 40px 15px 40px;
  }
  .ismart-hotline {
    font-size: 26px;
    margin: 20px 0 0 30px;
  }
  .ismart-hotline i {
    color: #005d96;
  }
  .ismart-hotline a {
    color: #333;
  }
  .ismart-footerlink {
    margin: 50px 0 0 0;
  }
  .ismart-footerlink ul.ismart-footerfix {
    margin: 15px 0 0 0;
  }
  .ismart-footerlink ul.ismart-footerfix li {
    float: none;
    width: inherit;
    margin: 0 0 0 30px;
  }
  .forgotpassword-box-1 {
    padding: 0 30px;
  }
  .forgotpassword-box-2 {
    padding: 0 30px;
  }
  .home-about-bg {
    padding: 50px 0;
  }
  .home-about-content {
    font-size: 16px;
  }
  .home-feature {
    height: 220px;
  }
  .home-feature-detail h2 {
    font-size: 16px;
  }
  .home-feature-detail h3 {
    font-size: 14px;
  }
  .login-content {
    font-size: 16px;
  }
  .login-content h2 {
    font-size: 36px;
  }
  ul.logincontent li {
    width: 100%;
    float: none;
    font-size: 14px;
  }
  ul.logincontent li img {
    top: 7px;
  }
}
.cms-inp {
  margin: 15px 0 0 0;
}
.inp i {
  position: absolute;
  left: 0;
  top: 10px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  border-right: solid 1px #e1e1e1;
  color: #666;
}
.inp textarea {
  border: none;
  background: none;
  padding: 10px 30px;
  height: 70px;
  width: 100%;
  font-family: 'kanit';
}
.inp span.fas {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
  font-family: 'kanit';
}
.inp {
  position: relative;
  border: solid 1px #e1e1e1;
  margin: 20px 0 0 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
  font-family: 'kanit';
}
.inp .label {
  position: absolute;
  top: 8px;
  left: 55px;
  color: #9098a9;
  font-size: 16px;
  font-weight: 300;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  font-family: 'kanit';
}
.inp input {
  border: none;
  background: none;
  padding: 0 20px 0 55px;
  height: 40px;
  width: 100%;
  font-family: 'kanit';
  -webkit-appearance: none;
  border-radius: 0;
  color: #005d96;
  transition: all 0.15s ease;
}
.inp input:not(:placeholder-shown) + span {
  color: #ccc;
  transform: translateY(-26px) scale(0.7);
}
.inp input:focus {
  background: none;
  outline: none;
}
.inp input:focus + span {
  color: #ccc;
  transform: translateY(-26px) scale(0.7);
}
.inp input:focus + span + .border {
  transform: scaleX(1);
}
.cms-forgot {
  text-align: right;
  margin: 7px 0 0 0;
}
.cms-forgot a {
  color: #005d96;
  font-size: 16px;
}
.cms-backsignin {
  text-align: right;
  margin: 60px 0 0 0;
}
.cms-backsignin a {
  color: #005d96;
  font-size: 16px;
}
.cms-login-btn {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 25px 0 0 0;
}
.cms-login-btn input {
  background: #005d96;
  border: solid 1px #fff;
  width: 100%;
  height: 40px;
  color: #fff;
  font-weight: 400;
  -moz-border: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
}
body {
  margin: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
}
#offcanvas-sidebar {
  width: 260px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 400ms ease;
}
#page-wrap {
  background: #fff;
  transition: all 400ms ease;
}
#offcanvas-navicon {
  display: none;
  position: fixed;
  top: 8px;
  right: 0;
  z-index: 102;
  height: 48px;
  width: 48px;
  padding: 10px 6px;
  border-radius: 50%;
  transition: all 400ms ease;
}
#offcanvas-navicon:after,
#offcanvas-navicon:before,
#offcanvas-navicon span {
  display: block;
  content: '';
  height: 4px;
  margin: 4px;
  border-radius: 2px;
  background: #005d96;
  transition: all 400ms ease;
}
#offcanvas-navicon:hover {
  cursor: pointer;
}
.offcanvas-open #offcanvas-navicon {
  margin: 0 260px 0 0;
}
#offcanvas-sidebar {
  background: #004169;
}
#offcanvas-sidebar ul {
  width: 260px;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
#offcanvas-sidebar li {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#offcanvas-sidebar a {
  display: block;
  padding: 18px 20px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
}
#offcanvas-sidebar a:hover {
  color: #fff;
  background: rgba(255,255,255,0.8);
  cursor: pointer;
}
#offcanvas-sidebar div {
  transition: all 400ms ease;
}
#offcanvas-sidebar.offcanvas-child-open>div {
  margin-left: -260px;
}
#offcanvas-sidebar.offcanvas-child-open>div .offcanvas-child-visible {
  display: block;
}
.offcanvas-child-link {
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 40px;
  margin-top: -40px;
  margin-left: 206px;
  border-left: 1px solid #999;
  padding: 6px 16px;
  background: #111;
  color: #aaa;
  text-decoration: none;
  transition: all 0.25s ease;
}
.offcanvas-child-link:hover {
  color: #ccc;
  background: #444;
  cursor: pointer;
}
.offcanvas-child-back-link {
  position: absolute;
  display: block;
  width: 100%;
  margin-top: -42px;
  border-top: 1px solid #999;
  padding: 8px 16px;
  color: #aaa;
  text-decoration: none;
  transition: all 0.25s ease;
}
.offcanvas-child-back-link:hover {
  color: #ccc;
  background: #444;
  cursor: pointer;
}
body #offcanvas-navicon {
  right: 8px;
}
body #offcanvas-sidebar {
  right: 0;
  z-index: 101;
  margin-right: -260px;
}
body.offcanvas-open #page-wrap {
  margin-left: -260px;
  margin-right: 260px;
}
body.offcanvas-open #offcanvas-sidebar {
  margin-right: 0;
}
.pc_show {
  display: block;
}
.mbtl_show {
  display: none;
}
@media (max-width: 1199px) {
  .pc_show {
    display: none;
  }
  .mbtl_show {
    display: block;
  }
  #offcanvas-navicon {
    display: block;
  }
}
body {
  font-family: 'Kanit' !important;
}
header.cd-main-header .dropdown .dropdown-toggle {
  color: #005d96 !important;
}
header.pc .menutop .dropdown .dropdown-toggle {
  color: #005d96 !important;
}
header.pc {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9;
}
header.pc .header-hidden {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 95px;
  border-bottom: solid 5px #5c8ac8;
  background: #005d96;
  margin: -95px 0 0 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
header.pc .header-hidden .logo-s {
  line-height: 0;
  padding: 5px 0;
}
header.pc .header-hidden .logo-s img {
  height: 40px;
}
header.pc .header-hidden .menusearchbox {
  float: right;
  height: 50px;
  padding: 10px 0;
  width: 250px;
}
header.pc .header-hidden .menusearchbox input {
  position: relative;
  padding: 0 40px 0 10px;
  height: 30px;
  width: 100%;
  background: #e7e7e7;
  border: none;
}
header.pc .header-hidden .menusearchbox i {
  position: absolute;
  right: 25px;
  top: 14px;
  color: #005d96;
  font-size: 22px;
  cursor: pointer;
}
header.pc .header-hidden .cart-hidden {
  float: right;
  height: 50px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  margin: 0 30px 0 0;
  border-right: solid 1px rgba(255,255,255,0.2);
  border-left: solid 1px rgba(255,255,255,0.2);
  color: #005d96;
}
header.pc .header-hidden .cart-hidden i {
  font-size: 30px;
  color: #fff;
}
header.pc .header-hidden .cart-hidden .cart-hidden-number {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 0 0 8px 6px;
}
header.pc .header-hidden-menu-set {
  background: none;
  border: none;
  box-shadow: none;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  position: relative;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  background: #005d96;
  margin: 50px 0 0 -10px;
}
header.pc .header-hidden .header-hidden-menu-set:hover .header-hidden-menu-drop {
  display: block;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li {
  padding: 10px 12px 10px 30px;
  position: relative;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li {
  color: #fff;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li i {
  position: absolute;
  left: 17px;
  top: 15px;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li:hover {
  background: #5c8ac8;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li.header-hidden-drop {
  cursor: pointer;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content {
  display: none;
  overflow: auto;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li.header-hidden-drop:hover .header-hidden-fix-content {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 230px;
  max-height: 585px;
  background: #5c8ac8;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content .header-hidden-fix-list {
  padding: 10px 12px 10px 35px;
  position: relative;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content .header-hidden-fix-list i {
  position: absolute;
  left: 15px;
  top: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content .header-hidden-fix-list:hover {
  padding: 10px 12px 10px 45px;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content .header-hidden-fix-list:hover i {
  position: absolute;
  left: 25px;
  top: 15px;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content::-webkit-scrollbar {
  width: 3px;
  position: absolute;
  right: 0;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content::-webkit-scrollbar-track {
  border-radius: 0px;
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
header.pc .header-hidden .header-hidden-menu-set .header-hidden-menu-drop ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
header.pc .header-set {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
header.pc .menutop {
  height: 40px;
  border-bottom: solid 1px #ccdeea;
  background: #fff;
}
header.pc .menutop .menutop-txt {
  color: #005d96;
  float: left;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  margin: 0 50px 0 0;
  font-weight: 400;
  font-size: 18px;
}
header.pc .menutop .menutop-txtmember {
  float: left;
  margin: 0 50px 0 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #005d96;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 18px;
}
header.pc .menutop .menutop-txtmember:hover {
  color: #5c8ac8;
}
header.pc .logo {
  line-height: 0;
  margin: 15px 0;
}
header.pc .logo img {
  height: 60px;
}
header.pc .memu-icon-prodcut-status {
  text-align: center;
  float: left;
  margin: 17px 30px 0 0;
}
header.pc .memu-icon-prodcut-status img {
  height: 40px;
}
header.pc .memu-icon-prodcut-status h3 {
  font-weight: 300;
  color: #005d96;
  font-size: 14px;
  margin: 3px 0 0 0;
}
header.pc .menu-icon-cart {
  float: left;
  width: 170px;
  padding: 0 0 0 45px;
  position: relative;
  margin: 15px 0 0 0;
}
header.pc .menu-icon-cart .menu-icon-cart-icon {
  background: #5b95d4;
  background: -moz-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#5b95d4),color-stop(100%,#005ca2));
  background: -webkit-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -o-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -ms-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: linear-gradient(to right,#5b95d4 0%,#005ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b95d4',endColorstr='#005ca2',GradientType=1);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
header.pc .menu-icon-cart .menu-icon-cart-icon i {
  color: #c4dbe9;
  font-size: 32px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
header.pc .menu-icon-cart .menu-icon-cart-amount {
  height: 40px;
  background: #e7e7e7;
  color: #005d96;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  font-size: 16px;
  padding: 0 10px 0 30px;
  text-align: center;
  margin: 10px 0;
  -moz-border: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
header.pc .menu-icon-cart:hover .menu-icon-cart-icon i {
  font-size: 36px;
}
header.pc .menu-nav {
  background: #005d96;
  color: #fff;
  border-bottom: solid 10px #5c8ac8;
  font-size: 18px;
}
header.pc .menu-nav nav {
  float: left;
}
header.pc .menu-nav nav ul.menu-fix {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
header.pc .menu-nav nav ul.menu-fix li {
  float: left;
  margin: 0 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
header.pc .menu-nav nav ul.menu-fix li.active .menudrop {
  display: none;
  max-height: 575px;
  overflow: auto;
}
header.pc .menu-nav nav ul.menu-fix li.active .menudrop::-webkit-scrollbar {
  width: 7px;
}
header.pc .menu-nav nav ul.menu-fix li.active .menudrop::-webkit-scrollbar-track {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
header.pc .menu-nav nav ul.menu-fix li.active .menudrop::-webkit-scrollbar-thumb {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #005d96;
}
header.pc .menu-nav nav ul.menu-fix li.active:hover .menudrop {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 320px;
  background: #5c8ac8;
  color: #fff;
}
header.pc .menu-nav nav ul.menu-fix li.active .menudrop .menudrop-list {
  padding: 12px 20px 12px 35px;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
}
header.pc .menu-nav nav ul.menu-fix li.active .menudrop .menudrop-list:hover {
  background: #005d96;
}
header.pc .menu-nav nav ul.menu-fix li.active .menudrop .menudrop-list i {
  position: absolute;
  left: 20px;
  top: 15px;
}
header.pc .menu-nav nav ul.menu-fix li a {
  color: #fff;
  padding: 4px 0 2px 0;
  border-bottom: solid 2px rgba(255,255,255,0);
}
header.pc .menu-nav nav ul.menu-fix li a:hover {
  border-bottom: solid 2px #fff;
}
header.pc .menu-nav nav ul.menu-fix li.active {
  background: #5c8ac8;
  margin: 0;
  padding: 0 100px 0 20px;
  position: relative;
}
header.pc .menu-nav nav ul.menu-fix li.active span.fas {
  position: absolute;
  right: 15px;
  top: 15px;
}
header.pc .menu-nav nav ul.menu-fix li.active a:hover {
  border-bottom: solid 2px rgba(255,255,255,0);
}
header.pc .menu-nav .menusearchbox {
  float: right;
  height: 50px;
  padding: 10px 0;
}
header.pc .menu-nav .menusearchbox input {
  position: relative;
  padding: 0 40px 0 10px;
  height: 30px;
  width: 270px;
  background: #e7e7e7;
  border: none;
}
header.pc .menu-nav .menusearchbox i {
  position: absolute;
  right: 25px;
  top: 14px;
  color: #005d96;
  font-size: 22px;
  cursor: pointer;
}
.cart-m {
  height: 65px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  position: fixed;
  top: 0;
  right: 120px;
  text-align: center;
}
.cart-m i {
  font-size: 30px;
  color: #005d96;
}
.cart-m-number {
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 0 0 8px 6px;
}
.dropdown .dropdown-menu {
  z-index: 2;
  background: #fff;
}
div.bottombanner {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  height: 190px;
}
div.bottombanner.sticky {
  height: 0;
}
header.pc.sticky .header-hidden {
  margin: 0;
}
header.pc.sticky .header-set {
  margin: -190px 0 0 0;
}
a.dropmenu-m {
  border-top: solid 1px rgba(255,255,255,0.3) !important;
  padding-left: 85px;
}
a.dropmenu-m i {
  position: absolute;
  left: 30px;
  top: 20px;
}
.drop-m-2 {
  position: relative;
  padding: 0 0 0 30px;
}
.drop-m-2 i {
  position: absolute;
  left: 0;
  top: 2px;
}
header.pc-home .banner-top-menu {
  position: relative;
  z-index: 1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
header.pc-home .banner-top-menu img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
}
header.pc-home .menutop .dropdown .dropdown-toggle {
  color: #005d96 !important;
}
header.pc-home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}
header.pc-home .header-set {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 140px 0 0 0;
  width: 100%;
  background: #fff;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
header.pc-home .header-hidden {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 95px;
  border-bottom: solid 5px #5c8ac8;
  background: #005d96;
  margin: -95px 0 0 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
header.pc-home .header-hidden .logo-s {
  line-height: 0;
  padding: 5px 0;
}
header.pc-home .header-hidden .logo-s img {
  height: 40px;
}
header.pc-home .header-hidden .menusearchbox {
  float: right;
  height: 50px;
  padding: 10px 0;
  width: 250px;
}
header.pc-home .header-hidden .menusearchbox input {
  position: relative;
  padding: 0 40px 0 10px;
  height: 30px;
  width: 100%;
  background: #e7e7e7;
  border: none;
}
header.pc-home .header-hidden .menusearchbox i {
  position: absolute;
  right: 25px;
  top: 14px;
  color: #005d96;
  font-size: 22px;
  cursor: pointer;
}
header.pc-home .header-hidden .cart-hidden {
  float: right;
  height: 50px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  margin: 0 30px 0 0;
  border-right: solid 1px rgba(255,255,255,0.2);
  border-left: solid 1px rgba(255,255,255,0.2);
  color: #005d96;
}
header.pc-home .header-hidden .cart-hidden i {
  font-size: 30px;
  color: #fff;
}
header.pc-home .header-hidden .cart-hidden .cart-hidden-number {
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 0 0 8px 6px;
}
header.pc-home .header-hidden ul.header-hidden-fix {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.pc-home .header-hidden ul.header-hidden-fix li {
  padding: 10px 12px 10px 30px;
  position: relative;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
header.pc-home .header-hidden ul.header-hidden-fix li {
  color: #fff;
}
header.pc-home .header-hidden ul.header-hidden-fix li i {
  position: absolute;
  left: 17px;
  top: 15px;
}
header.pc-home .header-hidden ul.header-hidden-fix li:hover {
  background: #5c8ac8;
}
header.pc-home .header-hidden ul.header-hidden-fix li.header-hidden-drop {
  cursor: pointer;
}
header.pc-home .header-hidden ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content {
  display: none;
}
header.pc-home .header-hidden ul.header-hidden-fix li.header-hidden-drop:hover .header-hidden-fix-content {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 230px;
  background: #5c8ac8;
}
header.pc-home .header-hidden ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content .header-hidden-fix-list {
  padding: 10px 12px 10px 35px;
  position: relative;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
header.pc-home .header-hidden ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content .header-hidden-fix-list i {
  position: absolute;
  left: 15px;
  top: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc-home .header-hidden ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content .header-hidden-fix-list:hover {
  padding: 10px 12px 10px 45px;
}
header.pc-home .header-hidden ul.header-hidden-fix li.header-hidden-drop .header-hidden-fix-content .header-hidden-fix-list:hover i {
  position: absolute;
  left: 25px;
  top: 15px;
}
header.pc-home .menutop {
  height: 40px;
  border-bottom: solid 1px #ccdeea;
  background: #fff;
}
header.pc-home .menutop .menutop-txt {
  color: #005d96;
  float: left;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  margin: 0 50px 0 0;
  font-weight: 400;
  font-size: 18px;
}
header.pc-home .menutop .menutop-txtmember {
  float: left;
  margin: 0 50px 0 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #005d96;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 18px;
}
header.pc-home .menutop .menutop-txtmember:hover {
  color: #5c8ac8;
}
header.pc-home .logo {
  line-height: 0;
  margin: 15px 0;
}
header.pc-home .logo img {
  height: 60px;
}
header.pc-home .memu-icon-prodcut-status {
  text-align: center;
  float: left;
  margin: 17px 30px 0 0;
}
header.pc-home .memu-icon-prodcut-status img {
  height: 40px;
}
header.pc-home .memu-icon-prodcut-status h3 {
  font-weight: 300;
  color: #005d96;
  font-size: 14px;
  margin: 3px 0 0 0;
}
header.pc-home .menu-icon-cart {
  float: left;
  width: 170px;
  padding: 0 0 0 45px;
  position: relative;
  margin: 15px 0 0 0;
}
header.pc-home .menu-icon-cart .menu-icon-cart-icon {
  background: #5b95d4;
  background: -moz-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#5b95d4),color-stop(100%,#005ca2));
  background: -webkit-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -o-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -ms-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: linear-gradient(to right,#5b95d4 0%,#005ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b95d4',endColorstr='#005ca2',GradientType=1);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
header.pc-home .menu-icon-cart .menu-icon-cart-icon i {
  color: #c4dbe9;
  font-size: 32px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
header.pc-home .menu-icon-cart .menu-icon-cart-amount {
  height: 40px;
  background: #e7e7e7;
  color: #005d96;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  font-size: 16px;
  padding: 0 10px 0 30px;
  text-align: center;
  margin: 10px 0;
  -moz-border: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
header.pc-home .menu-icon-cart:hover .menu-icon-cart-icon i {
  font-size: 36px;
}
header.pc-home .menu-nav {
  background: #005d96;
  color: #fff;
  border-bottom: solid 10px #5c8ac8;
  font-size: 18px;
}
header.pc-home .menu-nav nav {
  float: left;
}
header.pc-home .menu-nav nav ul.menu-fix {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
header.pc-home .menu-nav nav ul.menu-fix li {
  float: left;
  margin: 0 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
header.pc-home .menu-nav nav ul.menu-fix li.active .menudrop {
  display: none;
  height: 573px;
  overflow-y: scroll;
  overflow-x: hidden;
}
header.pc-home .menu-nav nav ul.menu-fix li.active .menudrop::-webkit-scrollbar {
  width: 7px;
}
header.pc-home .menu-nav nav ul.menu-fix li.active .menudrop::-webkit-scrollbar-track {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
header.pc-home .menu-nav nav ul.menu-fix li.active .menudrop::-webkit-scrollbar-thumb {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #005d96;
}
header.pc-home .menu-nav nav ul.menu-fix li.active:hover .menudrop {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  width: 320px;
  background: #5c8ac8;
  color: #fff;
}
header.pc-home .menu-nav nav ul.menu-fix li.active .menudrop .menudrop-list {
  padding: 12px 20px 12px 35px;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
}
header.pc-home .menu-nav nav ul.menu-fix li.active .menudrop .menudrop-list:hover {
  background: #005d96;
}
header.pc-home .menu-nav nav ul.menu-fix li.active .menudrop .menudrop-list i {
  position: absolute;
  left: 20px;
  top: 15px;
}
header.pc-home .menu-nav nav ul.menu-fix li a {
  color: #fff;
  padding: 4px 0 2px 0;
  border-bottom: solid 2px rgba(255,255,255,0);
}
header.pc-home .menu-nav nav ul.menu-fix li a:hover {
  border-bottom: solid 2px #fff;
}
header.pc-home .menu-nav nav ul.menu-fix li.active {
  background: #5c8ac8;
  margin: 0;
  padding: 0 100px 0 20px;
  position: relative;
}
header.pc-home .menu-nav nav ul.menu-fix li.active span.fas {
  position: absolute;
  right: 15px;
  top: 15px;
}
header.pc-home .menu-nav nav ul.menu-fix li.active a:hover {
  border-bottom: solid 2px rgba(255,255,255,0);
}
header.pc-home .menu-nav .menusearchbox {
  float: right;
  height: 50px;
  padding: 10px 0;
}
header.pc-home .menu-nav .menusearchbox input {
  position: relative;
  padding: 0 40px 0 10px;
  height: 30px;
  width: 270px;
  background: #e7e7e7;
  border: none;
}
header.pc-home .menu-nav .menusearchbox i {
  position: absolute;
  right: 25px;
  top: 14px;
  color: #005d96;
  font-size: 22px;
  cursor: pointer;
}
header.pc-home.sticky .banner-top-menu {
  margin: -140px 0 0 0;
}
header.pc-home.sticky .header-set {
  margin: -190px 0 0 0;
  z-index: 2;
}
header.pc-home.sticky .header-hidden {
  margin: 0;
}
div.bottombanner-home {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  height: 330px;
}
div.bottombanner-home.sticky {
  height: 0;
}
footer.footer {
  border-top: solid 1px #ccc;
  padding: 40px 0 0 0;
  font-size: 16px;
}
footer.footer .footer-sitemap {
  padding: 0 70px 0 0;
}
footer.footer .footer-sitemap .footer-sitemap-h {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px 0;
}
footer.footer .footer-sitemap ul.footer-sitemap-fix {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.footer .footer-sitemap ul.footer-sitemap-fix li {
  margin: 5px 0 0 0;
}
footer.footer .footer-sitemap ul.footer-sitemap-fix li a {
  color: #333;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
footer.footer .footer-sitemap ul.footer-sitemap-fix li a:hover {
  color: #005d96;
}
footer.footer {
  border-top: solid 1px #ccc;
  padding: 40px 0 0 0;
  font-size: 16px;
}
footer.footer .ismart-company {
  margin: 15px 0 0 0;
  font-weight: 500;
}
footer.footer .ismart-company span {
  font-weight: 300;
  color: #333;
}
footer.footer .ismart-address {
  position: relative;
  padding: 0 0 0 30px;
  margin: 15px 0 0 0;
}
footer.footer .ismart-address i {
  color: #005d96;
  position: absolute;
  left: 0;
  top: 5px;
}
footer.footer .footer-hotline {
  font-size: 36px;
  font-weight: 500;
  margin: 35px 0 0 0px;
}
footer.footer .footer-hotline i {
  color: #005d96;
}
footer.footer .footer-hotline a {
  color: #333;
}
footer.footer .footer-txt {
  font-size: 20px;
  font-weight: 600;
}
footer.footer .footer-img {
  margin: 7px 0 0 0;
}
footer.footer .footer-member-set {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #005d96;
  height: 40px;
  width: 100%;
  font-size: 14px;
  border-top: solid 1px rgba(255,255,255,0.2);
}
footer.footer .footer-member-set div.footer-member {
  float: left;
  width: 50%;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
footer.footer .footer-member-set div.footer-member+div.footer-member {
  border-left: solid 2px rgba(255,255,255,0.2);
  padding: 0 0 0 50px;
  position: relative;
}
footer.footer .footer-member-set .footer-message {
  color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 40px;
  border-right: solid 2px rgba(255,255,255,0.2);
  padding: 10px 0 0 0;
  text-align: center;
}
footer.footer .footer-member-set .footer-message .dropdown-list-message .dropdown-list-message-content {
  bottom: 0;
  margin: 0 0 32px 0;
  box-shadow: 0 0 10px 0 #ccc;
}
footer.footer ul.footerfix {
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
  font-size: 14px;
}
footer.footer ul.footerfix li {
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  position: relative;
}
footer.footer ul.footerfix li a {
  color: #333;
}
footer.footer ul.footerfix li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #005d96;
}
section {
  padding: 50px 0;
  min-height: 700px;
}
section.section-nobanner {
  padding: 15px 0 50px 0;
  min-height: 700px;
}
.dropdown-message {
  float: right;
  margin: 25px 30px 0 0;
}
.dropdown-message-2 {
  float: right;
  margin: 0px 30px 0 0;
  padding: 12px 0;
}
.dropdown-list-message {
  position: relative;
}
.dropdown-list-message .dropdown-list-message-content {
  display: none;
  border: solid 1px #ddd;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 300px;
  background: #fff;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.dropdown-list-message:hover .dropdown-list-message-content {
  display: block;
}
.dropdown-list-message-set {
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.dropdown-list-message-set::-webkit-scrollbar {
  width: 5px;
  background: #fff;
}
.dropdown-list-message-set::-webkit-scrollbar-thumb {
  background: #999;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.dropdown-list-message-set::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4);
}
.dropdown-list-message-set .dropdown-item-unread {
  background: #f1f1f1;
}
.dropdown-list-message-item {
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #e7e7e7;
  position: relative;
  padding: 15px 15px 15px 15px;
}
.dropdown-list-message-item-img {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  background: #005d96;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 24px;
}
.dropdown-list-message-item .msg-txt {
  color: #333;
}
.dropdown-list-message-item .msg-txt h2 {
  font-size: 12px;
  font-weight: 500;
}
.dropdown-list-message-item .msg-txt h3 {
  font-size: 12px;
  font-weight: 300;
}
.dropdown-list-message-item .msg-time {
  font-size: 10px;
  color: #005d96;
  text-transform: uppercase;
}
.mark-as-read-all {
  color: #005d96;
  font-size: 14px;
}
.dropdown-chk-noti {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.home-noti {
  background: #005d96;
  color: #fff;
  padding: 12px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 30px 0;
  text-align: center;
}
.home-noti i {
  color: #ffaa00;
}
.beep2 {
  -webkit-animation: fade 1s ease-out;
  animation: fade 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1;
}
.beep {
  position: relative;
}
.beep:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 7px;
  width: 7px;
  height: 7px;
  background-color: #ffa426;
  border-radius: 50%;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1;
}
.beep.beep-sidebar:after {
  position: static;
}
.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1,0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2,1.2);
    opacity: 0.0;
  }
}
@keyframes fade {
  from {
    border: solid 1px #ff0000;
  }
  50% {
    border: solid 1px rgba(255,0,0,0.5);
  }
  to {
    border: solid 1px rgba(255,0,0,0);
  }
}
@-webkit-keyframes fade {
  from {
    border: solid 1px #ff0000;
  }
  50% {
    border: solid 1px rgba(255,0,0,0.5);
  }
  to {
    border: solid 1px rgba(255,0,0,0);
  }
}
.alert-active {
  animation: fade 1000ms infinite;
  -webkit-animation: fade 1000ms infinite;
  border: solid 1px #f00;
}
.red-star {
  color: #cd0000;
  padding: 0 0 0 5px;
}
.home-title {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  height: 40px;
}
.home-title:before {
  top: 50%;
  left: 0;
  z-index: 0;
  margin: 0 0 0 0px;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 2px;
  background: #e7e7e7;
}
.home-title .home-titlebg {
  background: #fff;
  padding: 0 15px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-title .home-titlebg span {
  font-weight: 600;
}
.home-title .home-viewmore {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  font-size: 14px;
  color: #333;
  padding: 0 0 0 15px;
}
.home-product-topic {
  margin: 30px 0 0 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position: relative;
}
.home-product-topic .home-product-img {
  line-height: 0;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home-product-topic .home-product-img img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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-product-topic .home-product-detail {
  padding: 25px 70px 25px 20px;
  height: 120px;
}
.home-product-topic .home-product-detail h2 {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.home-product-topic .home-product-detail .home-product-point-normal {
  color: #333;
  font-weight: 300;
  margin: 0 15px 0 0;
}
.home-product-topic .home-product-detail .home-product-point {
  color: #cd0000;
}
.home-product-topic .home-product-detail .home-product-point span {
  color: #333;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 15px 0 0;
}
.home-product-topic .home-product-cart {
  position: absolute;
  right: 0;
  bottom: 70px;
  background: #005d96;
  border: solid 1px #005d96;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.home-product-topic .home-product-over-set {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 100px;
  right: 0;
  bottom: 120px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#home-product-btn {
  background: #414143;
  width: 50px;
  height: 50px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.home-product-topic .home-product-over-set .home-product-fav {
  background: #414143;
  width: 50px;
  height: 50px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.home-product-topic .home-product-over-set .home-product-fav-active {
  background: #414143;
  width: 50px;
  height: 50px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  color: #f00;
}
.home-product-topic .home-product-over-set .home-product-wishlist {
  background: #414143;
  width: 50px;
  height: 50px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.home-product-topic .home-product-over-set .home-product-fav:hover {
  color: #f00;
}
.home-product-topic .home-product-cart:hover {
  background: rgba(0,93,160,0.9);
}
.home-product-topic:hover .home-product-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.home-product-topic:hover .home-product-over-set {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-product-topic:hover .home-product-fav {
  height: 50px;
}
.home-product-topic-2 {
  margin: 30px 0 0 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position: relative;
}
.home-product-topic-2 .home-product-img {
  line-height: 0;
  overflow: hidden;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  z-index: 0;
  position: relative;
}
.home-product-topic-2 .home-product-img img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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-product-topic-2 .home-product-detail {
  padding: 20px 70px 20px 20px;
  height: 110px;
}
.home-product-topic-2 .home-product-detail h2 {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.home-product-topic-2 .home-product-detail .home-product-point-normal {
  color: #333;
  font-weight: 300;
  margin: 0 15px 0 0;
}
.home-product-topic-2 .home-product-detail .home-product-point {
  color: #cd0000;
}
.home-product-topic-2 .home-product-detail .home-product-point span {
  color: #333;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 15px 0 0;
}
.home-product-topic-2 .home-product-cart {
  position: absolute;
  right: 0;
  bottom: 60px;
  background: #005d96;
  border: solid 1px #005d96;
  width: 50px;
  height: 50px;
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.home-product-topic-2 .home-product-over-set {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 100px;
  right: 0;
  bottom: 110px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-product-topic-2 .home-product-over-set .home-product-fav {
  background: #414143;
  width: 50px;
  height: 50px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.home-product-topic-2 .home-product-over-set .home-product-fav-active {
  background: #414143;
  width: 50px;
  height: 50px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  color: #f00;
}
.home-product-topic-2 .home-product-over-set .home-product-wishlist {
  background: #414143;
  width: 50px;
  height: 50px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.home-product-topic-2 .home-product-over-set .home-product-fav:hover {
  color: #f00;
}
.home-product-topic-2 .home-product-cart:hover {
  background: rgba(0,93,160,0.9);
}
.home-product-topic-2:hover .home-product-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.home-product-topic-2:hover .home-product-over-set {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-product-topic-2:hover .home-product-fav {
  height: 50px;
}
.home-banner {
  margin: 30px 0 0 0;
}
.home-banner img {
  width: auto;
  max-width: 100%;
}
#bg-mask-soldout {
  background: rgba(235,233,249,0);
  background: -moz-radial-gradient(center,ellipse cover,rgba(235,233,249,0.5) 50%,#ffffff 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(50%,rgba(235,233,249,0)),color-stop(100%,#ffffff));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(235,233,249,0.5) 50%,#ffffff 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(235,233,249,0.5) 50%,#ffffff 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(235,233,249,0.5) 50%,#ffffff 100%);
  background: radial-gradient(ellipse at center,rgba(235,233,249,0.5) 50%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe9f9',endColorstr='#ffffff',GradientType=1);
}
.mask-soldout {
  background: rgba(235,233,249,0);
  background: -moz-radial-gradient(center,ellipse cover,rgba(235,233,249,0.5) 50%,#ffffff 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(50%,rgba(235,233,249,0)),color-stop(100%,#ffffff));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(235,233,249,0.5) 50%,#ffffff 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(235,233,249,0.5) 50%,#ffffff 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(235,233,249,0.5) 50%,#ffffff 100%);
  background: radial-gradient(ellipse at center,rgba(235,233,249,0.5) 50%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe9f9',endColorstr='#ffffff',GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.mask-soldout div.inner {
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  white-space: nowrap;
  color: #f00;
  font-size: 24px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.home-product {
  margin: 30px 0 0 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position: relative;
}
.home-product .home-product-img {
  line-height: 0;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home-product .home-product-img img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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-product .home-product-detail {
  padding: 10px 10px 10px 10px;
  height: 100px;
}
.home-product .home-product-detail h2 {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.home-product .home-product-detail .home-product-point-normal {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  margin: 0 15px 0 0;
}
.home-product .home-product-detail .home-product-point {
  color: #cd0000;
  font-size: 12px;
}
.home-product .home-product-detail .home-product-point span {
  color: #333;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 15px 0 0;
}
.home-product .home-product-cart {
  position: absolute;
  right: 0;
  bottom: 100px;
  background: #005d96;
  border: solid 1px #005d96;
  width: 35px;
  height: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.home-product .home-product-over-set {
  position: absolute;
  z-index: 1;
  width: 35px;
  height: 70px;
  right: 0;
  bottom: 125px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#home-product-btn-2 {
  background: #414143;
  width: 35px;
  height: 35px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.home-product .home-product-over-set .home-product-fav {
  background: #414143;
  width: 35px;
  height: 35px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.home-product .home-product-over-set .home-product-fav-active {
  background: #414143;
  width: 35px;
  height: 35px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  color: #f00;
}
.home-product .home-product-over-set .home-product-wishlist {
  background: #414143;
  width: 35px;
  height: 35px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.home-product .home-product-over-set .home-product-fav:hover {
  color: #f00;
}
.home-product .home-product-cart:hover {
  background: rgba(0,93,160,0.9);
}
.home-product:hover .home-product-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.home-product:hover .home-product-over-set {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-product:hover .home-product-fav {
  height: 35px;
}
.home-product-2 {
  margin: 30px 0 0 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position: relative;
}
.home-product-2 .home-product-img {
  line-height: 0;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 0;
}
.home-product-2 .home-product-img img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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-product-2 .home-product-detail {
  padding: 10px 10px 10px 10px;
  height: 100px;
}
.home-product-2 .home-product-detail h2 {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.home-product-2 .home-product-detail .home-product-point-normal {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  margin: 0 15px 0 0;
}
.home-product-2 .home-product-detail .home-product-point {
  color: #333;
  font-size: 12px;
}
.home-product-2 .home-product-detail .home-product-point span {
  color: #cd0000;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 15px 0 0;
}
.home-product-2 .home-product-cart {
  position: absolute;
  right: 0;
  bottom: 100px;
  background: #005d96;
  border: solid 1px #005d96;
  width: 35px;
  height: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.home-product-2 .home-product-over-set {
  position: absolute;
  z-index: 1;
  width: 35px;
  height: 70px;
  right: 0;
  bottom: 125px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-product-2 .home-product-over-set .home-product-fav {
  background: #414143;
  width: 35px;
  height: 35px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.home-product-2 .home-product-over-set .home-product-fav-active {
  background: #414143;
  width: 35px;
  height: 35px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  color: #f00;
}
.home-product-2 .home-product-over-set .home-product-wishlist {
  background: #414143;
  width: 35px;
  height: 35px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.home-product-2 .home-product-over-set .home-product-fav:hover {
  color: #f00;
}
.home-product-2 .home-product-cart:hover {
  background: rgba(0,93,160,0.9);
}
.home-product-2:hover .home-product-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.home-product-2:hover .home-product-over-set {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.home-product-2:hover .home-product-fav {
  height: 35px;
}
.home-product-m {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position: relative;
}
.home-product-m .home-product-img {
  line-height: 0;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home-product-m .home-product-img img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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-product-m .home-product-detail {
  padding: 10px 10px 10px 10px;
  height: 105px;
}
.home-product-m .home-product-detail h2 {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.home-product-m .home-product-detail .home-product-point-normal {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  margin: 0 15px 0 0;
}
.home-product-m .home-product-detail .home-product-point {
  color: #333;
  font-size: 12px;
}
.home-product-m .home-product-detail .home-product-point span {
  color: #cd0000;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 15px 0 0;
}
.home-product-m .home-product-over-set {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  background: #005d96;
  border-top: solid 1px #e7e7e7;
}
#home-product-btn-m {
  background: #fff;
  width: 33.33%;
  float: left;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  font-size: 12px;
}
.home-product-m .home-product-cart {
  background: #fff;
  width: 33.33%;
  float: left;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  font-size: 12px;
  background: #005d96;
  color: #fff;
}
.home-product-m .home-product-over-set .home-product-fav {
  background: #fff;
  width: 33.33%;
  float: left;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  font-size: 12px;
  color: #b5b5b5;
}
.home-product-m .home-product-over-set .home-product-fav-active {
  background: #fff;
  width: 33.33%;
  float: left;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  font-size: 12px;
  color: #f00;
}
.home-product-m .home-product-over-set .home-product-wishlist {
  background: #fff;
  width: 33.33%;
  float: left;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  font-size: 12px;
  color: #b5b5b5;
  border-right: solid 1px #e7e7e7;
}
.home-product-m-more {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #005d96;
  background: #e7e7e7;
}
.root-search {
  width: 270px;
  float: right;
  position: relative;
  margin: -27px 0 0 0;
}
.root-search input {
  width: 100%;
  height: 30px;
  padding: 0 30px 0 15px;
  border: solid 1px #e7e7e7;
  font-size: 14px;
}
.root-search i {
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 16px;
  color: #005d96;
  cursor: pointer;
}
.root {
  font-size: 14px;
  color: #999;
  padding: 0 0 12px 0;
  border-bottom: solid 1px #005d96;
}
.root a {
  color: #999;
}
.root-no-border {
  font-size: 14px;
  color: #999;
}
.root-no-border a {
  color: #999;
}
.filter {
  border-bottom: dashed 1px #ddd;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}
.filter-bottom {
  border-top: dashed 1px #ddd;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  margin: 30px 0 0 0;
}
.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: .5s ease-in-out;
  transition: .5s 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: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background: #005d96;
  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: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background: #e7e7e7;
  color: #333;
}
.filter-list:hover {
  background: #005d96;
  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;
}
.filter-number-1 select {
  width: auto;
  height: 35px;
  border: solid 1px #ccc;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
}
.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: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  margin: 0 3px 0 0;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.filter-number-pre-next:hover {
  background: #005d96;
  color: #fff;
}
.content-view {
  font-size: 14px;
  font-weight: 300;
  color: #005d96;
  float: right;
  margin: 9px 0 0 0;
}
.content-view i {
  color: #333;
}
.content-bottom-set {
  margin: 50px 0 0 0;
  font-size: 14px;
  padding: 0 0 12px 0;
  border-bottom: solid 2px #5c8ac8;
}
.content-tag a {
  color: #005d96;
}
.content-tag i {
  color: #333;
}
.content-date {
  color: #005d96;
  float: right;
}
.content-date i {
  color: #333;
}
.content-other-title {
  font-size: 24px;
  font-weight: 600;
  color: #005d96;
  margin: 30px 0 0 0;
}
.about-set {
  padding: 50px 0 50px 0;
  border-bottom: dashed 1px #ddd;
}
.about-content {
  font-size: 18px;
  line-height: 1.8;
}
.about-content h1 {
  font-size: 40px;
  text-align: right;
  color: #005d96;
  font-weight: 600;
}
.about-content h2 {
  font-size: 24px;
  text-align: right;
  color: #005d96;
  font-weight: 400;
}
.about-content-img {
  line-height: 0;
}
.about-content-img img {
  width: 100%;
}
.aboutlist:first-child {
  float: left;
  padding: 0 15px;
  border-left: none;
  margin: 15px 0 0 0;
}
.aboutlist {
  float: left;
  padding: 0 15px;
  border-left: solid 2px #5c8ac8;
  margin: 15px 0 0 0;
}
#about-list {
  min-width: 170px;
  padding: 3px 30px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 18px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.about-list-active {
  min-width: 170px;
  padding: 3px 30px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 18px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: #005d96;
  color: #fff;
}
.about-list {
  min-width: 170px;
  padding: 3px 30px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 18px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #333;
}
.about-list:hover {
  background: #5c8ac8;
  color: #fff;
}
.about-list-active-m {
  background: #005d96;
  color: #fff;
  margin: 30px 0 0 0;
}
.about-detail-title {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  margin: 30px 0 0 0;
  color: #005d96;
}
.about-detail-title-h {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1;
  padding: 0 15px 0 0;
}
.about-detail-title-h span {
  font-weight: 300;
}
.about-detail-line {
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}
.about-bg-set {
  padding: 30px 0;
  margin: 15px 0 0 0;
  background: #005d9b;
  background: -moz-linear-gradient(left,#005d9b 0%,#005d9b 40%,#e7e7e7 40%,#e7e7e7 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#005d9b),color-stop(40%,#005d9b),color-stop(40%,#e7e7e7),color-stop(100%,#e7e7e7));
  background: -webkit-linear-gradient(left,#005d9b 0%,#005d9b 40%,#e7e7e7 40%,#e7e7e7 100%);
  background: -o-linear-gradient(left,#005d9b 0%,#005d9b 40%,#e7e7e7 40%,#e7e7e7 100%);
  background: -ms-linear-gradient(left,#005d9b 0%,#005d9b 40%,#e7e7e7 40%,#e7e7e7 100%);
  background: linear-gradient(to right,#005d9b 0%,#005d9b 40%,#e7e7e7 40%,#e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005d9b',endColorstr='#e7e7e7',GradientType=1);
}
.about-bg-inner {
  background: #fff;
}
.about-detail {
  padding: 60px 30px 30px 30px;
  font-size: 18px;
  line-height: 1.8;
}
.about-detail-txt {
  font-size: 18px;
  font-weight: 400;
  color: #005d96;
  margin: 0 0 7px 0;
}
.about-detail-img {
  padding: 30px;
}
.about-detail-img img {
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.about-content-detail {
  padding: 50px 0;
}
.contact-set {
  border-bottom: dashed 1px #ddd;
  padding: 0 0 30px 0;
}
.contact-company {
  font-weight: 600;
  font-size: 26px;
  color: #005d96;
  margin: 30px 0 0 0;
}
.contact-company span {
  font-size: 18px;
  font-weight: 300;
  color: #333;
}
.contact-address {
  position: relative;
  padding: 0 0 0 30px;
  margin: 15px 0 15px 0;
  font-size: 18px;
}
.contact-address i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #005d96;
}
.contact-contact {
  position: relative;
  padding: 0 0 0 30px;
  margin: 15px 0 0 0;
}
.contact-contact i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #005d96;
}
.contact-title {
  color: #005d96;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin: 30px 0 0 0;
}
.contact-input-h {
  margin: 15px 0 0 0;
  font-weight: 500;
}
.contact-input-d input {
  width: 100%;
  border: solid 1px #ddd;
  background: #fff;
  height: 40px;
}
.contact-input-d textarea {
  width: 100%;
  border: solid 1px #ddd;
  background: #fff;
  height: 40px;
  height: 55px;
}
.contact-input-btn {
  margin: 30px 0 0 0;
}
.contact-input-btn input {
  width: 100%;
  height: 45px;
  color: #fff;
  border: none;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #5b95d4;
  background: -moz-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#5b95d4),color-stop(100%,#005ca2));
  background: -webkit-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -o-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -ms-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: linear-gradient(to right,#5b95d4 0%,#005ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b95d4',endColorstr='#005ca2',GradientType=1);
  cursor: pointer;
}
.contact-map-tab-set {
  margin: 30px 0 0 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#contact-map-tab {
  min-width: 120px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  float: left;
  cursor: pointer;
}
.contact-map-tab-active {
  min-width: 120px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  float: left;
  cursor: pointer;
  background: #005d96;
  color: #fff;
  height: 40px;
}
.contact-map-tab {
  min-width: 120px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  float: left;
  cursor: pointer;
  background: #e7e7e7;
  color: #005d96;
  height: 35px;
  margin: 5px 0 0 0;
}
.contact-map-tab:hover {
  background: #005d96;
  color: #fff;
}
.contact-map {
  line-height: 0;
  border: solid 1px #005d96;
}
.contact-map img {
  height: 345px;
  width: 100%;
}
.contact-map iframe {
  height: 345px;
  width: 100%;
}
.download {
  margin: 30px 0 0 0;
  background: #e7e7e7;
  border-top: solid 2px #005d96;
}
.download-detail {
  padding: 15px;
}
.download-detail h2 {
  font-weight: 600;
  color: #333;
  font-size: 18px;
}
.download-detail .download-date {
  font-size: 14px;
  color: #666;
}
.download-btn {
  font-size: 18px;
  color: #fff;
  background: #005d96;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.download-filesize {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 5px 0 0 0;
}
.faq-tab-set {
  margin: 30px 0 0 0;
  border-bottom: solid 2px #005d96;
}
#faq-tab {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 0 30px;
  float: left;
  font-size: 18px;
  cursor: pointer;
  color: #333;
}
.faq-tab-active {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 0 30px;
  float: left;
  font-size: 18px;
  cursor: pointer;
  color: #333;
  background: #005d96;
  color: #fff;
}
.faq-tab {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 0 30px;
  float: left;
  font-size: 18px;
  cursor: pointer;
  color: #333;
}
.faq-tab:hover {
  background: #005d96;
  color: #fff;
}
.faq:first-child {
  border-top: none;
  padding: 30px 0 30px 80px;
  position: relative;
}
.faq {
  border-top: solid 1px #ddd;
  padding: 30px 0 30px 80px;
  position: relative;
}
.faq-icon {
  position: absolute;
  left: 0;
  top: 30px;
}
.faq-q {
  font-size: 20px;
  font-weight: 500;
}
.faq-a {
  margin: 15px 0 0 0;
}
.faq-a span {
  font-weight: 600;
  color: #005d96;
}
.faq-bottom {
  padding: 20px 50px 20px 0;
  float: left;
  width: 50%;
  text-align: right;
  margin: 30px 0 0 0;
}
.faq-bottom+.faq-bottom {
  padding: 20px 0 20px 50px;
  border-left: solid 1px #e7e7e7;
  float: left;
  text-align: left;
  margin: 30px 0 0 0;
}
.faq-bottom img {
  max-width: 100%;
}
.knowledge {
  margin: 30px 0 0 0;
  position: relative;
  padding: 0 0 0 80px;
}
.knowledge-img {
  position: absolute;
  left: 0;
  top: 7px;
}
.knowledge-img img {
  height: 60px;
}
.knowledge-detail {
  padding: 15px;
  background: #e7e7e7;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.knowledge-detail h2 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.knowledge-detail .knowledge-date {
  font-size: 12px;
  color: #333;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.knowledge:hover .knowledge-detail {
  background: #005d96;
}
.knowledge:hover .knowledge-detail h2 {
  color: #fff;
}
.knowledge:hover .knowledge-date {
  color: #fff;
}
.news-topic {
  position: relative;
  padding: 20px 20px;
  border-bottom: dotted 1px #ddd;
  background: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.news-topic:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fff;
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -15px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.news-topic:hover {
  border-bottom: dotted 1px #ddd;
  background: #e7e7e7;
}
.news-topic:hover:after {
  border-color: #fff;
  border-left-color: #e7e7e7;
}
.news-topic h2 {
  font-size: 20px;
  color: #005d96;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.news-topic h3 {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  margin: 12px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.news-topic i {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 50%;
}
.news-topic-active {
  position: relative;
  padding: 20px 20px;
  border-bottom: dotted 1px #ddd;
  background: #e7e7e7;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.news-topic-active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fff;
  border-left-color: #e7e7e7;
  border-width: 15px;
  margin-top: -15px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.news-topic-active h2 {
  font-size: 20px;
  color: #005d96;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.news-topic-active h3 {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  margin: 12px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.news-topic-active i {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 50%;
}
.news-topic img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}
.news-other-set {
  position: relative;
  padding: 0 15px;
}
#news-other-arrow {
  width: 34px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 24px;
  color: #333;
  background: rgba(204,204,204,0.7);
  position: absolute;
  top: 40%;
  margin: -30px 0 0 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.news-other-set .news-other-arrow-left {
  width: 34px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 24px;
  color: #333;
  background: rgba(204,204,204,0.7);
  position: absolute;
  top: 40%;
  margin: -30px 0 0 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  left: 0;
}
.news-other-set .news-other-arrow-right {
  width: 34px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 24px;
  color: #333;
  background: rgba(204,204,204,0.7);
  position: absolute;
  top: 40%;
  margin: -30px 0 0 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  right: 0;
}
.news-other-set .news-other-arrow-left:hover {
  background: rgba(204,204,204,0.9);
}
.news-other-set .news-other-arrow-right:hover {
  background: rgba(204,204,204,0.9);
}
.news {
  margin: 30px 0 0 0;
}
.news-img {
  line-height: 0;
  overflow: hidden;
  background: #005d96;
}
.news-img img {
  width: 100%;
  height: 247px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  -webkit-transform: scale(1);
  transform: scale(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-detail {
  margin: 20px 0 0 0;
  height: 80px;
}
.news-detail h2 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-detail h3 {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  margin: 12px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-date {
  font-size: 14px;
  color: #999;
  margin: 12px 0 0 0;
}
.news-more-btn {
  float: right;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  background: #5b95d4;
  background: -moz-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#5b95d4),color-stop(100%,#005ca2));
  background: -webkit-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -o-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -ms-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: linear-gradient(to right,#5b95d4 0%,#005ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b95d4',endColorstr='#005ca2',GradientType=1);
  -moz-border: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.news:hover .news-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s 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;
}
.product-filter-mobile-search {
  position: relative;
  margin: 10px 0 0 0;
}
.product-filter-mobile-search input {
  border: solid 1px #005d96;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 35px;
  width: 100%;
  padding: 0 55px 0 15px;
}
.product-filter-mobile-search i {
  position: absolute;
  top: 6px;
  right: 22px;
  font-size: 24px;
  color: #005d96;
  cursor: pointer;
}
.product-filter-mobile-set {
  width: 49.5%;
  margin: 0;
  padding: 0;
}
.product-filter-mobile {
  background: #005d96;
  color: #fff;
  border: solid 1px #005d96;
  margin: 7px 0 0 0;
  padding: 7px 20px 7px 15px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
}
.product-filter-mobile i {
  position: absolute;
  top: 10px;
  right: 15px;
}
.product-menu-category-mobile {
  background: #005d96;
  color: #fff;
  margin: 7px 0 0 0;
  padding: 7px 30px 7px 15px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  font-size: 16px;
  position: relative;
}
.product-menu-category-mobile i {
  position: absolute;
  top: 12px;
  right: 15px;
}
.product-menu-drop-m {
  padding: 0 15px;
  border: solid 1px #ddd;
  -moz-border: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-menu-drop-m-2 {
  padding: 15px;
  border: solid 1px #ddd;
  -moz-border: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
}
.product-menu-category-m {
  padding: 12px 0;
  border-top: dashed 1px #ddd;
  color: #333;
}
.filter-sort-mobile {
  float: left;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  border: solid 1px #005d96;
  margin: 0 0 0 7px;
  padding: 0 3px 0 3px;
  font-size: 13px;
}
.filter-sort-mobile-list {
  font-size: 14px;
  padding: 5px 12px;
  color: #333;
}
.product-menu-box {
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  padding: 30px;
  margin: 30px 0 0 0;
}
.product-menu-title {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 12px 0;
}
.product-menu-chk {
  margin: 7px 0 0 0;
}
.product-menu-chk label {
  position: relative;
  padding: 0 0 0 35px;
  width: 100%;
}
.product-menu-chk label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: solid 1px #ddd;
}
.product-menu-set {
  padding: 30px 0 35px 0;
  margin: 30px 0 30px 0;
  border-top: dashed 1px #ddd;
  border-bottom: dashed 1px #ddd;
}
#product-menu-category {
  padding: 12px 0 12px 15px;
  position: relative;
  color: #333;
  border-bottom: dashed 1px #ddd;
}
#product-menu-category-i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #005d96;
}
.product-menu-category {
  padding: 12px 0 12px 15px;
  position: relative;
  color: #333;
  border-bottom: dashed 1px #ddd;
}
.product-menu-category i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #005d96;
}
.product-menu-category:hover {
  color: #005d96;
}
.product-menu-category-active {
  padding: 12px 0 12px 15px;
  position: relative;
  color: #333;
  border-bottom: dashed 1px #ddd;
  color: #005d96;
  font-weight: 600;
}
.product-menu-category-active i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #005d96;
}
.product-list {
  margin: 30px 0 0 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position: relative;
}
.product-list .product-list-img {
  line-height: 0;
  height: 195px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}
.product-list .product-list-img img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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;
}
.product-list .product-list-detail {
  padding: 10px 10px 10px 10px;
  height: 85px;
}
.product-list .product-list-detail h2 {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.product-list .product-list-detail .product-list-point-normal {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  margin: 0 15px 0 0;
}
.product-list .product-list-detail .product-list-point {
  color: #cd0000;
  font-size: 12px;
}
.product-list .product-list-detail .product-list-point span {
  color: #333;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 15px 0 0;
}
.product-list .product-list-cart {
  position: absolute;
  right: 0;
  bottom: 85px;
  background: #005d96;
  border: solid 1px #005d96;
  width: 35px;
  height: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.product-list .product-list-over-set {
  position: absolute;
  z-index: 1;
  width: 35px;
  height: 70px;
  right: 0;
  bottom: 120px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#product-list-btn-2 {
  background: #414143;
  width: 35px;
  height: 35px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.product-list .product-list-over-set .product-list-fav {
  background: #414143;
  width: 35px;
  height: 35px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.product-list .product-list-over-set .product-list-fav-active {
  background: #414143;
  width: 35px;
  height: 35px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  color: #f00;
}
.product-list .product-list-over-set .product-list-wishlist {
  background: #414143;
  width: 35px;
  height: 35px;
  color: #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.product-list .product-list-over-set .product-list-fav:hover {
  color: #f00;
}
.product-list .product-list-cart:hover {
  background: rgba(0,93,160,0.9);
}
.product-list:hover .product-list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.product-list:hover .product-list-over-set {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.product-list:hover .product-list-fav {
  height: 35px;
}
.product-list-2 {
  margin: 30px 0 0 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position: relative;
  padding: 0 5px 0 125px;
  min-height: 120px;
}
.product-list-2 .product-list-img {
  line-height: 0;
  overflow: hidden;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 0 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  z-index: 0;
}
.product-list-2 .product-list-img img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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;
}
.product-list-2 .product-list-detail {
  padding: 10px 10px 10px 10px;
  height: 75px;
}
.product-list-2 .product-list-detail h2 {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.product-list-2 .product-list-detail .product-list-point-normal {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  margin: 0 15px 0 0;
}
.product-list-2 .product-list-detail .product-list-point {
  color: #cd0000;
  font-size: 12px;
}
.product-list-2 .product-list-detail .product-list-point span {
  color: #333;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 15px 0 0;
}
.product-list-2 .product-list-cart {
  position: absolute;
  right: 0;
  bottom: 0px;
  background: #005d96;
  border: solid 1px #005d96;
  width: 35px;
  height: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.product-list-2 .product-list-over-set {
  position: absolute;
  z-index: 1;
  width: 70px;
  height: 35px;
  right: 36px;
  bottom: 0px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#product-list-btn-3 {
  background: #414143;
  width: 35px;
  height: 35px;
  float: left;
  color: #b5b5b5;
  border-left: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.product-list-2 .product-list-over-set .product-list-fav {
  background: #414143;
  width: 35px;
  height: 35px;
  float: left;
  color: #b5b5b5;
  border-left: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.product-list-2 .product-list-over-set .product-list-fav-active {
  background: #414143;
  width: 35px;
  height: 35px;
  float: left;
  color: #b5b5b5;
  border-left: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  color: #f00;
}
.product-list-2 .product-list-over-set .product-list-wishlist {
  background: #414143;
  width: 35px;
  height: 35px;
  float: left;
  color: #b5b5b5;
  border-left: solid 1px #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}
.product-list-2 .product-list-over-set .product-list-fav:hover {
  color: #f00;
}
.product-list-2 .product-list-cart:hover {
  background: rgba(0,93,160,0.9);
}
.product-list-2:hover .product-list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.product-list-2:hover .product-list-over-set {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.product-list-2:hover .product-list-fav {
  height: 35px;
}
.title-other {
  font-weight: 600;
  color: #005d96;
  font-size: 24px;
  padding: 30px 0 0 0;
  border-top: solid 1px #ddd;
  margin: 50px 0 0 0;
}
.productdetail-img {
  margin: 30px 0 0 0;
  line-height: 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.productdetail-imginner {
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.productdetail-imginner img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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;
}
.productdetail-img-set {
  position: relative;
  padding: 0 27px;
  margin: 15px 0 0 0;
}
.productdetail-img-s {
  width: 25%;
  padding: 0 7px;
  float: left;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
}
.productdetail-img-sinner {
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  border: solid 1px #efefef;
}
.productdetail-img-sinner img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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;
}
.productdetail-img-sinner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.productdetail-img-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.productdetail-img-arrow:hover {
  color: #005d96;
}
.productdetail-content {
  padding: 0 0 0 35px;
}
.productdetail-content h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 0 0;
}
.productdetail-border {
  padding: 7px 0;
  border-bottom: solid 1px #ddd;
}
.productdetail-detail {
  margin: 30px 0 0 0;
}
.productdetail-detail-txt {
  color: #333;
  position: relative;
  padding: 0 0 0 80px;
  margin: 0 0 7px 0;
}
.productdetail-detail-txt div.span {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
.productdetail-detail-txt div.span-2 {
  position: absolute;
  left: 60px;
  top: 0;
  font-weight: 500;
}
.productdetail-detail-txt-2 {
  color: #333;
  position: relative;
  padding: 0 0 0 80px;
  margin: 0 0 15px 0;
}
.productdetail-detail-txt-2 div.span {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: 500;
}
.productdetail-detail-txt-2 div.span-2 {
  position: absolute;
  left: 60px;
  top: 2px;
  font-weight: 500;
}
.productdetail-color {
  float: left;
  border: solid 1px #e7e7e7;
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 14px;
  cursor: pointer;
  margin: 0 7px 7px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.productdetail-color-active {
  float: left;
  border: solid 1px #005d96;
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 14px;
  cursor: pointer;
  margin: 0 7px 7px 0;
  background: #e7e7e7;
  font-weight: 500;
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.productdetail-color:hover {
  border: solid 1px #005d96;
}
.productdetail-cart-title {
  font-weight: 600;
  font-size: 18px;
}
.productdetail-cart-set {
  padding: 30px 0;
  border-top: dashed 1px #ddd;
  margin: 50px 0 0 0;
}
.productdetail-cart {
  padding: 0 0 0 80px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  height: 80px;
  position: relative;
  margin: 15px 0 0 0;
  cursor: pointer;
}
.productdetail-cart .productdetail-cart-icon {
  width: 80px;
  height: 80px;
  color: #005d96;
  font-size: 36px;
  background: #ffc000;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.productdetail-cart .productdetail-cart-txt {
  background: #005d96;
  color: #fff;
  height: 80px;
  padding: 0 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  border: none;
  font-size: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.productdetail-cart:hover .productdetail-cart-icon {
  color: #ffc000;
  background: #005d96;
}
.productdetail-cart:hover .productdetail-cart-txt {
  background: #ffc000;
  color: #005d96;
}
.productdetail-btnsoldout {
  padding: 0 0 0 80px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  height: 80px;
  position: relative;
  margin: 15px 0 0 0;
  cursor: pointer;
}
.productdetail-btnsoldout .productdetail-cart-icon {
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 36px;
  background: #666;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.productdetail-btnsoldout .productdetail-cart-txt {
  background: #999;
  color: #fff;
  height: 80px;
  padding: 0 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  border: none;
  font-size: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.productdetail-btnsoldout:hover .productdetail-cart-icon {
  color: #999;
  background: #005d96;
}
.productdetail-btnsoldout:hover .productdetail-cart-txt {
  background: #999;
  color: #005d96;
}
.productdetail-fav {
  padding: 0 0 0 80px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  height: 80px;
  position: relative;
  margin: 15px 0 0 0;
  cursor: pointer;
}
.productdetail-fav .productdetail-fav-icon {
  width: 80px;
  height: 80px;
  color: #005d96;
  font-size: 36px;
  background: #dbdbdb;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.productdetail-fav .productdetail-fav-txt {
  background: #f4f4f4;
  color: #005d96;
  height: 80px;
  padding: 0 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  border: none;
  font-size: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.productdetail-fav:hover .productdetail-fav-icon {
  color: #cd0000;
  background: #f4f4f4;
}
.productdetail-fav:hover .productdetail-fav-txt {
  background: #f4f4f4;
  color: #cd0000;
}
.productdetail-fav-active {
  padding: 0 0 0 80px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  height: 80px;
  position: relative;
  margin: 15px 0 0 0;
  cursor: pointer;
}
.productdetail-fav-active .productdetail-fav-icon {
  width: 80px;
  height: 80px;
  font-size: 36px;
  color: #cd0000;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.productdetail-fav-active .productdetail-fav-txt {
  background: #f4f4f4;
  color: #cd0000;
  height: 80px;
  padding: 0 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  border: none;
  font-size: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.productdetail-cart-input {
  position: relative;
  width: 170px;
}
.productdetail-cart-input input {
  width: 100%;
  height: 40px;
  padding: 0 50px;
  background: #f7f7f7;
  border: none;
  text-align: center;
}
.productdetail-cart-action {
  background: #a0a1a3;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
}
.productdetail-cart-point {
  border: solid 1px #005d96;
  padding: 0 15px;
  min-width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
  color: #005d96;
  float: right;
}
.productdetail-cart-point-span {
  text-align: center;
  color: #999;
  text-decoration: line-through;
  float: right;
  min-width: 150px;
}
.productdetail-tab-set {
  margin: 50px 0 0 0;
  border-bottom: solid 1px #ddd;
  padding: 0 0 7px 0;
  height: 57px;
}
#productdetail-tab {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  margin: 0 7px 0 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.productdetail-tab-active {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  margin: 0 7px 0 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background: #005d96;
  color: #fff;
}
.productdetail-tab {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  float: left;
  margin: 0 7px 0 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  color: #666;
}
.productdetail-tab:hover {
  background: #005d96;
  color: #fff;
}
.product-review-txt {
  font-weight: 500;
  float: left;
  margin: 0px 0 0 30px;
  padding: 3px 0 0 0;
  color: #333;
}
.product-review-txt:hover {
  color: #005d96;
}
#starshadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-5 {
  float: left;
  margin: 15px 0 0 0;
}
.star-5 i {
  color: #ffaa00;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-4 {
  float: left;
}
.star-4 i {
  color: #ffaa00;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-4 i + i {
  color: #ffaa00;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-4 i + i + i {
  color: #ffaa00;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-4 i + i + i + i {
  color: #ffaa00;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-4 i + i + i + i + i {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-3 {
  float: left;
}
.star-3 i {
  color: #ffaa00;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-3 i + i {
  color: #ffaa00;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-3 i + i + i {
  color: #ffaa00;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-3 i + i + i + i {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-3 i + i + i + i + i {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-2 {
  float: left;
}
.star-2 i {
  color: #ffaa00;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-2 i + i {
  color: #ffaa00;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-2 i + i + i {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-2 i + i + i + i {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-2 i + i + i + i + i {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-1 {
  float: left;
}
.star-1 i {
  color: #ffaa00;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-1 i + i {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-1 i + i + i {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-1 i + i + i + i {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-1 i + i + i + i + i {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
.star-0 {
  float: left;
}
.star-0 i {
  color: #dddddd;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 12px;
}
hr.linemember {
  margin: 30px 0 0 0;
  height: 1px;
  background: #005d96;
  border: none;
}
div.linemember {
  margin: 50px 0 20px 0;
  border-top: dashed 1px #ddd;
}
.member-box {
  background: #e7e7e7;
  margin: 30px 50px 0 0;
}
.member-menu-title {
  border-top: solid 1px #005d96;
  padding: 22px 0 22px 60px;
  position: relative;
  color: #005d96;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin: 0 30px 0 0;
  font-size: 24px;
  font-weight: 600;
  border: none;
  padding: 20px 0 20px 60px;
}
.member-menu-title i {
  position: absolute;
  left: 0px;
  top: 23px;
  width: 60px;
  text-align: center;
}
#member-menu {
  border-top: solid 1px #005d96;
  padding: 22px 0 22px 60px;
  position: relative;
  color: #005d96;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin: 0 30px 0 0;
}
.member-menu-active {
  border-top: solid 1px #005d96;
  padding: 22px 0 22px 60px;
  position: relative;
  color: #005d96;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin: 0 30px 0 0;
  background: #005d96;
  color: #fff;
  margin: 0;
}
.member-menu-active i {
  position: absolute;
  left: 0px;
  top: 28px;
  width: 60px;
  text-align: center;
}
.member-menu-active:after {
  top: 50%;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #005d96;
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px;
  border-left-color: rgba(0,0,0,0);
  border-top-color: rgba(0,0,0,0);
  border-bottom-color: rgba(0,0,0,0);
}
.member-menu-active:before {
  bottom: 0;
  right: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 30px;
  height: 1px;
  background: #005d96;
  margin: 0 0 -1px 0;
}
.member-menu-active span {
  font-size: 14px;
}
.member-menu {
  border-top: solid 1px #005d96;
  padding: 22px 0 22px 60px;
  position: relative;
  color: #005d96;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin: 0 30px 0 0;
}
.member-menu i {
  position: absolute;
  left: 0px;
  top: 25px;
  width: 60px;
  text-align: center;
}
.member-menu:hover {
  background: #005d96;
  color: #fff;
  margin: 0;
}
.member-menu:before {
  bottom: 0;
  right: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 30px;
  height: 1px;
  background: #e7e7e7;
  margin: 0 0 -1px 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.member-menu:hover:before {
  bottom: 0;
  right: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 1px;
  background: #005d96;
  margin: 0 0 -1px 0;
}
.member-menu:after {
  top: 50%;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #005d96;
  border-right-color: rgba(0,0,0,0);
  border-width: 15px;
  margin-top: -15px;
  border-left-color: rgba(0,0,0,0);
  border-top-color: rgba(0,0,0,0);
  border-bottom-color: rgba(0,0,0,0);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.member-menu:hover:after {
  border-right-color: #fff;
}
.member-menu span {
  font-size: 14px;
}
.member-menu-bottom:before {
  bottom: 0;
  right: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin: 0 0 0px 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.member-menu-m {
  padding: 12px 15px 12px 50px;
  position: relative;
  color: #333;
}
.member-menu-m i {
  position: absolute;
  left: 20px;
  top: 15px;
}
.member-titile {
  font-size: 26px;
  font-weight: 600;
  margin: 45px 0 0 0;
  color: #005d96;
}
.member-input-txt-d {
  margin: 25px 0 0 0;
  font-weight: 300;
  color: #999;
  padding: 0 0 0 140px;
  position: relative;
}
.member-input-txt-h {
  font-weight: 400;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.member-input-d i {
  width: 15px;
  color: #999;
}
.member-input-h {
  margin: 25px 0 0 0;
  font-weight: 400;
  color: #000;
}
.member-input-d {
  margin: 2px 0 0 0;
  position: relative;
  color: #999;
  min-height: 40px;
}
.member-input-d span.fas {
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
  color: #666;
}
.member-input-d input {
  width: 100%;
  border: solid 1px #ddd;
  background: #fff;
  height: 40px;
  padding: 0 30px 0 10px;
}
.member-input-d select {
  width: 100%;
  border: solid 1px #ddd;
  background: #fff;
  height: 40px;
  padding: 0 10px 0 10px;
}
.member-input-d textarea {
  width: 100%;
  border: solid 1px #ddd;
  background: #fff;
  height: 40px;
  height: 55px;
  padding: 0 10px;
}
.member-input-btn {
  margin: 30px 0 0 0;
}
.member-input-btn input {
  width: 100%;
  height: 45px;
  color: #fff;
  border: none;
  -moz-border: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #5b95d4;
  background: -moz-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#5b95d4),color-stop(100%,#005ca2));
  background: -webkit-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -o-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -ms-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: linear-gradient(to right,#5b95d4 0%,#005ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b95d4',endColorstr='#005ca2',GradientType=1);
  cursor: pointer;
  font-size: 18px;
}
.member-input-d label {
  padding: 9px 0 0 25px;
  position: relative;
  margin: 0 30px 0 0;
}
.member-input-d label input[type=radio] {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 14px;
}
.member-input-d-file {
  height: 40px;
  position: relative;
  margin: 2px 0 0 0;
  border: solid 1px #ddd;
}
.member-input-d-file input[type=file] {
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.member-input-d-file-btn {
  background: #005d96;
  color: #fff;
  width: 120px;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  position: absolute;
  right: 0;
  margin: -1px 0 0 0;
}
.member-input-d-file-span {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60%;
  padding: 10px 10px 0 10px;
  color: #999;
  z-index: 1;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.member-input-h-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
}
.member-input-d-2 {
  margin: 30px 0 0 0;
  position: relative;
  padding: 0 0 0 200px;
}
.member-input-d-2 input {
  width: 100%;
  border: solid 1px #ddd;
  background: #fff;
  height: 40px;
  padding: 0 10px 0 10px;
}
.member-point-box {
  margin: 30px 0 0 0;
  padding: 20px 15px;
  border: solid 2px #d8e7ee;
  color: #005d96;
  text-align: center;
  line-height: 1.3;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.member-point-txt {
  font-size: 18px;
  color: #005d96;
}
.member-point-point {
  font-weight: 600;
  font-size: 34px;
  color: #005d96;
}
.member-point-btn {
  margin: 15px 0 0 0;
  font-size: 18px;
  color: #fff;
  background: #005d96;
  height: 35px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  border: solid 2px #005d96;
}
.member-point-box:hover {
  border: solid 2px #005d96;
}
.member-point-detail {
  margin: 30px 0 0 0;
  padding: 0 15px;
}
.member-point-detail-name {
  font-weight: 600;
  font-size: 20px;
}
.member-point-detail-txt {
  margin: 7px 0 0 0;
  color: #666;
}
.member-point-detail-txt span {
  font-weight: 400;
  color: #000;
}
.member-point-detail-btn {
  margin: 30px 0 0 0;
  border-top: dashed 1px #ddd;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #005d96;
}
.member-point-detail-btn a {
  color: #005d96 !important;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.member-point-detail-btn:hover {
  color: #000;
  padding: 12px 0 12px 15px;
}
.member-histoty-topic {
  border-bottom: solid 2px #005d96;
  margin: 30px 0 0 0;
  padding: 0 0 12px 0;
}
.member-histoty-h {
  font-weight: 500;
  color: #005d96;
  width: 25%;
  padding: 0 12px;
  float: left;
  text-align: center;
}
.member-histoty-detail {
  border-top: dashed 1px #ddd;
  padding: 12px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.member-histoty-detail:hover {
  background: #e7e7e7;
}
.member-histoty-d {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #333;
}
.member-histoty-d div.m-span {
  display: none;
  position: absolute;
  left: 0;
  top: 0px;
}
.m-span-red {
  color: #cd0000;
}
.m-span-green {
  color: #00b222;
}
.member-status-cancel {
  color: #999;
}
.member-status-paid {
  color: #000;
  font-weight: 500;
}
.member-status-unpaid {
  color: #f00;
  font-weight: 500;
}
.member-status-shipping {
  color: #00a200;
  font-weight: 500;
}
.member-status-success {
  color: #005d96;
  font-weight: 500;
}
.member-histoty-btn-set {
  margin: 30px 0 0 0;
  padding: 15px 0;
  border-top: solid 2px #005d96;
}
.member-histoty-btn {
  width: 220px;
  background: #005d96;
  color: #fff;
  height: 45px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
}
.member-histoty-btn:hover {
  background: #5c8ac8;
}
.member-histoty-view-set {
  border: solid 1px #e7e7e7;
  padding: 15px;
  margin: 20px 0 0 0;
}
.member-histoty-view-title {
  font-weight: 500;
  font-size: 20px;
}
.member-histoty-view {
  position: relative;
  padding: 20px 0 20px 100px;
  border-bottom: dotted 1px #e7e7e7;
  min-width: 120px;
}
.member-histoty-view-img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 80px;
}
.member-histoty-view-img img {
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: cover;
  object-position: center;
}
.member-histoty-view-detail h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.member-histoty-view-detail h3 {
  font-weight: 500;
  font-size: 16px;
}
.member-histoty-view-detail h4 {
  font-weight: 300;
  font-size: 14px;
}
.member-favorite-set {
  position: relative;
  padding: 20px 230px 20px 100px;
  height: 120px;
  border-bottom: dashed 1px #ddd;
}
.member-favorite-img {
  line-height: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  z-index: 0;
}
.member-favorite-img img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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;
}
.member-favorite-detail h2 {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.member-favorite-detail h3 {
  font-weight: 300;
  font-size: 16px;
  color: #666;
}
.member-favorite-detail h3 span {
  color: #f00;
  padding: 0 0 0 15px;
}
.member-favorite-txt-set {
  position: absolute;
  right: 0;
  top: 20px;
  width: 200px;
}
.member-favorite-txt {
  font-size: 16px;
  text-align: right;
  color: #333;
}
#member-favorite-btn {
  margin: 7px 0 0 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
}
.member-favorite-btn-dissale {
  margin: 7px 0 0 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  background: #adadad;
}
.member-favorite-btn-stock {
  margin: 7px 0 0 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  background: #ab2c33;
}
.member-favorite-btn {
  margin: 7px 0 0 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  background: #005d96;
}
.member-favorite-set:hover .member-favorite-img img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.member-wishlist-set {
  padding: 30px 0 0 0;
}
.member-wishlist {
  position: relative;
  padding: 2px 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  height: 80px;
}
.member-wishlist-img {
  line-height: 0;
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.member-wishlist-img img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.member-wishlist-txt {
  text-align: left;
  padding: 30px 0 0 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.member-wishlist-del {
  color: #f00;
  text-align: right;
  padding: 30px 0 0 0;
}
.member-wishlist-del:hover {
  color: #666;
}
.member-wishlist:hover .member-wishlist-img img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.member-address-tab-set {
  border-bottom: solid 1px #005d96;
  height: 40px;
  margin: 15px 0 0 0;
}
#member-address-tab {
  height: 40px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 0 25px;
  float: left;
  border-bottom: solid 1px #005d96;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-weight: 400;
}
.member-address-tab {
  height: 40px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 0 25px;
  float: left;
  border-bottom: solid 1px #005d96;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-weight: 400;
}
.member-address-tab:hover {
  background: #e7e7e7;
}
.member-address-tab-active {
  height: 40px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 0 25px;
  float: left;
  border-bottom: solid 1px #005d96;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-weight: 400;
  background: #e7e7e7;
}
.member-address-set-h {
  padding: 7px 0;
  border-bottom: dashed 1px #ddd;
}
.member-address-set {
  padding: 15px 0;
  border-bottom: dashed 1px #ddd;
}
.member-address-h {
  font-weight: 500;
  font-size: 14px;
  color: #666;
}
.member-address-d {
  color: #666;
  position: relative;
  font-size: 14px;
}
.member-address-span {
  font-weight: 500;
  color: #333;
  display: none;
}
.member-address-setactive {
  padding: 15px 0;
  border-bottom: dashed 1px #ddd;
  color: #005d96 !important;
}
.member-address-setactive .member-address-h {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.member-address-setactive .member-address-d {
  font-weight: 500;
  color: #000;
  position: relative;
  font-size: 14px;
}
.member-address-setactive .member-address-span {
  font-weight: 500;
  color: #000;
  display: none;
}
.member-address-main-active {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  padding: 0 0 5px 0;
}
.member-address-main {
  color: #999;
  font-size: 12px;
  padding: 0 0 5px 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.member-address-main:hover {
  color: #000;
}
.member-address-edit {
  color: #005d96;
  font-size: 12px;
  padding: 0 0 5px 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.member-address-edit:hover {
  color: #666;
}
.member-address-del {
  color: #f00;
  font-size: 12px;
  padding: 0 0 5px 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.member-address-del:hover {
  color: #666;
}
.member-address-btn {
  height: 40px;
  width: 170px;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #005d96;
  float: right;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.member-address-btn:hover {
  background: #5c8ac8;
}
.member-welfare-topic {
  padding: 0 0 0 110px;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  color: #005d96;
  margin: 15px 0 0 0;
}
.member-welfare-topic-img {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.member-welfare-topic-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}
.member-welfare-topic-txt {
  text-align: center;
  color: #005d96;
  margin: 7px 0 30px 0;
  font-size: 20px;
}
.member-welfare-set {
  padding: 15px;
  width: 100%;
  background: #eee;
}
.member-welfare-set:nth-child(even) {
  background: #fff;
}
.member-welfare-title {
  font-size: 18px;
  font-weight: 500;
}
.member-welfare-fleft {
  float: left;
}
.member-welfare-fleft-2 {
  float: left;
  margin: 0 15px 0 0;
}
.member-welfare-txt-chk {
  margin: 2px 0 0 10px;
  float: left;
  font-size: 16px;
}
.member-welfare-txt-chk span {
  color: #77CC4E;
  font-weight: 500;
}
.member-welfare-total-set {
  margin: 30px 0 30px 0;
  font-size: 16px;
  padding: 0 0 12px 0;
  border-bottom: dashed 1px #ccc;
}
.member-welfare-total-txt {
  color: #666;
  margin: 14px 0 0 0;
}
.member-welfare-total-txt-span {
  color: #77CC4E;
  font-size: 30px;
  font-weight: 600;
  text-align: right;
}
.member-welfare-total-txt-span-2 {
  color: #aa2d33;
  font-size: 30px;
  font-weight: 600;
  text-align: right;
}
.member-welfare-point-1 {
  color: #666;
  font-size: 18px;
}
.member-welfare-point-2 {
  color: #aa2d33;
  font-weight: 400;
}
.member-welfare-btn input {
  width: 200px;
  height: 45px;
  color: #fff;
  border: none;
  -moz-border: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #5b95d4;
  background: -moz-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -webkit-gradient(left top,right top,color-stop(0%,#5b95d4),color-stop(100%,#005ca2));
  background: -webkit-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -o-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: -ms-linear-gradient(left,#5b95d4 0%,#005ca2 100%);
  background: linear-gradient(to right,#5b95d4 0%,#005ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b95d4',endColorstr='#005ca2',GradientType=1);
  cursor: pointer;
  font-size: 18px;
}
.member-welfare-name {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #005d96;
}
.member-welfare-status {
  text-align: center;
  color: #005d96;
  font-size: 26px;
}
.member-welfare-color-1 {
  color: #77CC4E;
  font-weight: 500;
}
.member-welfare-color-2 {
  color: #aa2d33;
  font-weight: 500;
}
.member-welfare-complete-set {
  border: solid 1px #ddd;
  padding: 30px 30px 30px 30px;
  margin: 30px 0 0 0;
}
.member-welfare-complete-topic {
  padding: 0 0 0 110px;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  color: #005d96;
}
.member-welfare-complete-topic-img {
  position: absolute;
  left: 0;
  top: 0;
}
.member-welfare-complete-topic-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}
.member-welfare-complete-point-title {
  font-size: 26px;
  font-weight: 600;
  color: #005d96;
  margin: 15px 0 0 0;
}
.member-welfare-complete-point {
  font-size: 26px;
  border-top: solid 1px #ddd;
  float: left;
  padding: 5px 15px 0 0;
  margin: 7px 0 0 0;
}
.member-welfare-complete-list {
  font-weight: 500;
  color: #005d96;
  font-size: 18px;
  margin: 25px 0 0 0;
}
.member-welfare-complete-list-ul {
  margin: 7px 0 0 0;
}
.member-welfare-complete-set-line {
  border-top: dashed 1px #ddd;
  margin: 30px 0;
}
.member-welfare-complete-box {
  background: #e7e7e7;
  margin: 30px 0 0 0;
  padding: 30px;
}
.member-welfare-complete-txt-topic {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.member-welfare-complete-line {
  border-top: dashed 1px #ccc;
  padding: 12px 0 0 0;
}
.member-welfare-complete-txt {
  padding: 0 0 15px 0;
}
.member-welfare-complete-total {
  font-weight: 600;
  color: #005d96;
  font-size: 18px;
}
.member-welfare-complete-remark {
  padding: 15px 0;
  margin: 30px 0 0 0;
  border-top: dashed 1px #ddd;
  text-align: center;
  font-size: 20px;
  color: #aa2d33;
  font-weight: 400;
}
.member-welfare--title {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #005d96;
}
.member-welfare--set {
  padding: 30px 0 30px 180px;
  position: relative;
  min-height: 220px;
  border-bottom: dashed 1px #ddd;
}
.member-welfare--img {
  position: absolute;
  left: 0;
  top: 30px;
  border: solid 1px #e7e7e7;
}
.member-welfare--img img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center;
}
.member-welfare--detail h2 {
  font-size: 24px;
  color: #005d96;
}
.member-welfare--btnset {
  height: 35px;
}
.member-welfare--btn {
  margin: 30px 0 0 0;
  float: right;
  width: 170px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #fff;
  background: #005d96;
}
.member-welfare--btn:hover {
  background: #5c8ac8;
}
.member-welfare--btn-view {
  margin: 30px 30px 0 0;
  float: right;
  width: 170px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #fff;
  background: #5c8ac8;
}
.member-welfare--btn-view:hover {
  background: #005d96;
}
.member-welfare--btn-edit {
  margin: 30px 0 0 0;
  float: right;
  width: 170px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #fff;
  background: #008045;
}
.member-welfare--btn-edit:hover {
  background: #005d96;
}
.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.button {
  position: relative;
  width: 55px;
  height: 20px;
  margin: 5px 0 0 0;
}
.button.r,
.button.r .layer {
  border-radius: 100px;
}
.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.knobs {
  z-index: 2;
}
.layer {
  width: 100%;
  background-color: #fff;
  transition: 0.3s ease all;
  z-index: 1;
  border: solid 1px #ddd;
}
#button-1 .knobs:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  color: #bbb;
  font-size: 14px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  margin: -5px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background-color: #ddd;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18,0.89,0.35,1.15) all;
}
#button-1 .checkbox:checked + .knobs:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  left: 25px;
  background-color: #77CC4E;
}
#button-1 .checkbox:checked ~ .layer {
  background-color: #ace095;
}
#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}
.cart-cartshow-title {
  font-size: 24px;
  font-weight: 600;
  color: #005d96;
  margin: 30px 0 0 0;
  padding: 0 0 7px 0;
  border-bottom: solid 1px #005d96;
}
.cart-cartshow-boxpoint {
  margin: 72px 0 0 0;
  background: #e7e7e7;
  color: #005d96;
  padding: 30px;
}
.cart-cartshow-boxpoint-txt {
  font-size: 500;
  font-size: 20px;
}
.cart-cartshow-boxpoint-point {
  font-size: 20px;
  font-weight: 600;
}
.cart-cartshow-boxpoint-point span {
  font-size: 60px;
}
.cart-cartshow-boxpoint-name {
  padding: 0 0 0 35px;
  position: relative;
  margin: 15px 0 0 0;
}
.cart-cartshow-boxpoint-name i {
  position: absolute;
  left: 0;
  top: 3px;
}
.cart-cartshow-btnproduct {
  color: #005d96;
  text-align: center;
  margin: 15px 15px 0 15px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  float: left;
  font-weight: 400;
}
.cart-cartshow-btnproduct:hover {
  color: #5c8ac8;
}
.cart-cartshow-btncancel {
  color: #666;
  text-align: center;
  margin: 15px 15px 0 15px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  float: left;
  font-weight: 400;
}
.cart-cartshow-btncancel:hover {
  color: #5c8ac8;
}
.cart-cartshow-btnproduct-shop {
  background: #005d96;
  padding: 12px 15px;
  color: #fff;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-cartshow-btnproduct-shop:hover {
  background: #5c8ac8;
  padding: 12px 30px 12px 15px;
}
.cart-cartshow-product-set {
  padding: 20px 0;
  border-bottom: dashed 1px #ddd;
}
.cart-cartshow-product {
  position: relative;
  padding: 0 0 0 120px;
  min-height: 100px;
}
.cart-cartshow-product-img {
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cart-cartshow-product-img img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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;
}
.cart-cartshow-product-detail h2 {
  font-weight: 500;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.cart-cartshow-product-detail h3 {
  font-weight: 300;
  font-size: 14px;
  color: #666;
  margin: 7px 0 0 0;
}
.cart-cartshow-product-input {
  position: relative;
  padding: 0 30px;
  width: 150px;
  float: left;
  margin: 24px 0 0 0;
}
.cart-cartshow-product-input input {
  width: 100%;
  height: 30px;
  background: #f4f4f4;
  border: none;
  text-align: center;
}
#cart-cartshow-product-input {
  width: 30px;
  height: 30px;
  background: #a0a1a3;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.cart-cartshow-product-input-del {
  width: 30px;
  height: 30px;
  background: #a0a1a3;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  left: 0;
}
.cart-cartshow-product-input-del:hover {
  background: #005d96;
}
.cart-cartshow-product-input-add {
  width: 30px;
  height: 30px;
  background: #a0a1a3;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  right: 0;
}
.cart-cartshow-product-input-add:hover {
  background: #005d96;
}
.cart-cartshow-product-input-span {
  float: left;
  margin: 24px 0 0 15px;
  font-size: 14px;
  padding: 3px 0 0 0;
}
.cart-cartshow-product-price-1 {
  font-weight: 300;
  text-align: right;
  font-size: 16px;
}
.cart-cartshow-product-price-2 {
  font-weight: 500;
  text-align: right;
  margin: 7px 0 0 0;
  font-size: 16px;
}
.cart-cartshow-product-price-2-1 {
  font-weight: 500;
  text-align: right;
  margin: 7px 0 0 0;
  font-size: 16px;
}
.cart-cartshow-product-del {
  background: #005d96;
  width: 75px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  float: right;
  -moz-border: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 12px 0 12px 0;
  font-size: 14px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.cart-cartshow-product-del:hover {
  background: #5c8ac8;
}
.cartshow-promocode {
  position: relative;
}
.cartshow-promocode-1 {
  width: 65%;
  float: left;
}
.cartshow-promocode-1 input {
  width: 100%;
  height: 40px;
  border: solid 1px #e7e7e7;
}
.cartshow-promocode-2 {
  width: 35%;
  float: left;
}
.cartshow-promocode-2 input {
  width: 100%;
  height: 40px;
  border: none;
}
.cart-cartshow-shipping-txt {
  color: #005d96;
  font-weight: 500;
  margin: 15px 0 0 0;
  font-size: 14px;
}
.cart-cartshow-shipping-set {
  position: relative;
  padding: 10px 10px 10px 10px;
  background: #e7e7e7;
}
.cart-cartshow-shipping-set-h {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.cart-cartshow-shipping-rdo-select {
  margin: 0px 0 12px 0;
}
.cart-cartshow-shipping-rdo-select select {
  width: 100%;
  height: 30px;
  border: solid 1px #ddd;
  font-size: 14px;
}
.cart-cartshow-shipping-rdo-remark {
  color: #666;
  font-size: 12px;
  font-weight: 300;
}
.cart-cartshow-shipping-point-set {
  background: #e7e7e7;
  padding: 5px 15px 12px 15px;
}
.cart-cartshow-shipping-point-txt {
  font-weight: 600;
  font-size: 14px;
  color: #cd0000;
  margin: 0 0 0 0;
}
.cart-cartshow-shipping-point-input {
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.cart-cartshow-shipping-point-input input {
  width: 100%;
  height: 25px;
  color: #cd0000;
  border: solid 1px #cd0000;
  font-weight: 600;
}
.cart-cartshow-shipping-rdo {
  position: relative;
  margin: 5px 0 0 0;
}
.cart-cartshow-shipping-rdo label {
  cursor: pointer;
  width: 100%;
  height: 25px;
  padding: 0 0 0 35px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  font-weight: 400;
  color: #333;
  font-size: 14px;
}
.cart-cartshow-shipping-rdo label .rdo-chk {
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 3;
}
.cart-cartshow-shipping-rdo label:after {
  height: 9px;
  width: 16px;
  left: 2px;
  top: 4px;
  border: 4px solid #005d96;
  border-top: none;
  border-right: none;
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: rotate(-45deg);
}
.cart-cartshow-shipping-rdo input[type="radio"] {
  visibility: hidden;
}
.cart-cartshow-shipping-rdo input[type="radio"]:checked + label:after {
  opacity: 1;
}
.cart-cartshow-shipping-chk {
  position: relative;
  padding-top: 5px;
  margin: 15px 0 0 0;
}
.cart-cartshow-shipping-chk label {
  cursor: pointer;
  width: 100%;
  height: 25px;
  padding: 0 0 0 40px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 3px;
  font-weight: 500;
  color: #333;
}
.cart-cartshow-shipping-chk label .chk-chk {
  width: 25px;
  height: 25px;
  background: #e7e7e7;
  position: absolute;
  left: 0;
  top: 3;
}
.cart-cartshow-shipping-chk label:after {
  height: 9px;
  width: 16px;
  left: 4px;
  top: 7px;
  border: 4px solid #005d96;
  border-top: none;
  border-right: none;
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: rotate(-45deg);
}
.cart-cartshow-shipping-chk input[type="checkbox"] {
  visibility: hidden;
}
.cart-cartshow-shipping-chk input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.cart-cartshow-shipping-product-set {
  margin: 15px 0 0 0;
  position: relative;
}
.cart-cartshow-shipping-product-2 {
  cursor: pointer;
  background: #eee url(../images/template/cart-tab-address-02-2.jpg) bottom right no-repeat;
  min-height: 100px;
}
.cart-cartshow-shipping-product-1 {
  cursor: pointer;
  background: #eee url(../images/template/cart-tab-address-01-2.jpg) bottom right no-repeat;
  min-height: 100px;
}
.cart-cartshow-shipping-product-select {
  position: relative;
  width: 650px;
  padding: 25px 0 0 210px;
}
.cart-cartshow-shipping-product-select div.span {
  position: absolute;
  left: 80px;
  top: 30px;
  font-size: 18px;
  font-weight: 600;
}
.cart-cartshow-shipping-product-select select {
  width: 100%;
  height: 30px;
  border: solid 1px #ddd;
  word-wrap: break-word;
}
.cart-cartshow-shipping-product-select select option {
  font-weight: 200;
  word-wrap: break-word;
}
.cart-cartshow-shipping-product-content {
  position: relative;
  padding: 15px 10px 0 10px;
}
.cart-cartshow-shipping-product-content i {
  position: absolute;
  top: 0;
  left: 50%;
  color: #e9e9e9;
  font-size: 40px;
  width: 60px;
  line-height: 0;
  text-align: center;
  margin: 3px 0 0 -30px;
}
.cart-cartshow-input-h {
  margin: 15px 0 0 0;
}
.cart-cartshow-input-d {
  margin: 2px 0 0 0;
  position: relative;
}
.cart-cartshow-input-d span.fas {
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
  color: #666;
}
.cart-cartshow-input-d input {
  width: 100%;
  border: solid 1px #ddd;
  background: #fff;
  height: 35px;
  padding: 0 10px 0 10px;
}
.cart-cartshow-input-d select {
  width: 100%;
  border: solid 1px #ddd;
  background: #fff;
  height: 35px;
  padding: 0 30px 0 10px;
}
.cart-cartshow-input-d textarea {
  width: 100%;
  border: solid 1px #ddd;
  background: #fff;
  height: 35px;
}
.cart-cartshow-total-price {
  font-size: 16px;
  margin: 5px 0 0 0;
}
.cart-cartshow-total-price-discount {
  font-size: 14px;
  color: #999;
  margin: 5px 0 0 0;
}
.cart-cartshow-total-price-all-set {
  border-top: dashed 1px #ddd;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}
.cart-cartshow-total-price-all {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.cart-cartshow-total-btn {
  margin: 30px 0 0 0;
  height: 40px;
  background: #005d96;
  color: #fff;
  cursor: pointer;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.cart-cartshow-total-btn:hover {
  background: #5c8ac8;
}
.cart-cartshow-payment-rdo {
  position: relative;
  margin: 30px 0 0 0;
  height: 160px;
}
.cart-cartshow-payment-rdo label {
  cursor: pointer;
  width: 100%;
  height: 25px;
  padding: 15px 0 0 50px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 3px;
  font-weight: 500;
  color: #333;
  background: #e7e7e7;
  height: 100%;
}
.cart-cartshow-payment-rdo label img {
  height: auto;
}
.cart-cartshow-payment-rdo label .rdo-chk {
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 60px;
}
.cart-cartshow-payment-rdo label:after {
  height: 9px;
  width: 16px;
  left: 19px;
  top: 67px;
  border: 4px solid #005d96;
  border-top: none;
  border-right: none;
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: rotate(-45deg);
}
.cart-cartshow-payment-rdo input[type="radio"] {
  visibility: hidden;
}
.cart-cartshow-payment-rdo input[type="radio"]:checked + label:after {
  opacity: 1;
}
.cart-cartconfirm-payment {
  position: relative;
  padding: 0 0 5px 170px;
  margin: 20px 0 0 0;
  height: 150px;
}
.cart-cartconfirm-payment-img {
  line-height: 0;
  background: #e7e7e7;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}
.cart-cartconfirm-payment-txt-1 {
  color: #005d96;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.cart-cartconfirm-payment-txt-1 span {
  font-size: 30px;
  font-weight: 600;
}
.cart-cartconfirm-product-set {
  padding: 20px 0;
  border-bottom: dashed 1px #ddd;
}
.cart-cartconfirm-product-content-txt {
  padding: 0 0 7px 160px;
  position: relative;
  font-size: 15px;
}
.cart-cartconfirm-product-content-txt div.strong {
  font-weight: 600;
  width: 160px;
  position: absolute;
  left: 0;
  top: 0;
}
.cart-cartconfirm-product {
  position: relative;
  padding: 0 0 0 100px;
  min-height: 80px;
  margin: 15px 0 0 0;
}
.cart-cartconfirm-product-img {
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cart-cartconfirm-product-img img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 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;
}
.cart-cartconfirm-product-detail h2 {
  font-weight: 500;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-cartconfirm-product-detail h3 {
  font-weight: 300;
  font-size: 14px;
  color: #666;
  margin: 7px 0 0 0;
}
.cart-cartconfirm-product-detail h3 span {
  padding: 0 30px 0 0;
  color: #999;
}
.cart-cartconfirm-product-detail h4 {
  font-weight: 500;
  color: #005d96;
  font-size: 16px;
  margin: 15px 0 0 0;
}
.cart-cartconfirm-product-price-1 {
  font-weight: 300;
  text-align: right;
  font-size: 14px;
  margin: 30px 0 0 0;
}
.cart-cartconfirm-product-price-2 {
  font-weight: 500;
  text-align: right;
  margin: 0px 0 0 0;
  font-size: 16px;
}
.cart-cartconfirm-product-price-3 {
  font-weight: 500;
  text-align: right;
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #005d96;
}
.cart-cartcomplete-msg {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin: 50px 0 0 0;
  color: #005d96;
}
.cart-cartcomplete-txt {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px 0;
}
.cart-cartcomplete-txt span {
  padding: 0 0 0 10px;
  color: #005d96;
  font-weight: 600;
}
.cart-cartcomplete-title {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 0 0;
  padding: 0 0 7px 0;
  border-bottom: solid 1px #005d96;
}
.cart-cartcomplete-title span {
  padding: 0 0 0 10px;
  color: #005d96;
  font-weight: 600;
}
.cart-cartcomplete-print {
  float: right;
  font-size: 16px;
  font-weight: 300;
  color: #999;
  cursor: pointer;
}
.cart-cartcomplete-box {
  background: #e7e7e7;
  padding: 30px;
  margin: 30px 0 0 0;
}
.cart-cartcomplete-box-2 {
  padding: 30px 0;
}
.condition {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  font-size: 12px;
  background: #666;
  color: rgba(255,255,255,0.8);
  text-align: center;
  padding: 12px 0;
}
.condition-inner {
  position: relative;
  padding: 0 120px 0 0;
}
.condition-btn {
  width: 100px;
  height: 40px;
  color: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  border: solid 1px rgba(255,255,255,0.1);
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
}
.condition-btn:hover {
  background: rgba(255,255,255,0.1);
}
.condition-btn-confirm {
  width: 150px;
  height: 45px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
}
.condition-chk {
  margin: 30px 0 0 0;
  font-size: 14px;
  color: #fff;
}
.condition-chk label {
  padding: 0 0 0 30px;
  position: relative;
}
.condition-chk label input[type=checkbox] {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
.condition-chk a {
  color: #ffd200;
  text-decoration: underline;
}
@media (max-width: 575px) {
  footer.footer {
    padding: 30px 0 40px 0;
  }
  footer.footer .footer-hotline {
    font-size: 26px;
    margin: 20px 0 0 0px;
  }
  section {
    padding: 30px 0;
    min-height: 400px;
  }
  section.section-nobanner {
    padding: 15px 0 30px 0;
    min-height: 400px;
  }
  .home-noti {
    margin: 0 0 15px 0;
  }
  .dropdown .dropdown-height {
    height: 350px;
    overflow: scroll;
  }
  .home-title .home-viewmore {
    display: none;
  }
  .contact-map img {
    height: 200px;
  }
  .contact-map iframe {
    height: 200px;
  }
  .contact-map-tab-set {
    margin: 50px 0 0 0;
  }
  .download-filesize {
    display: none;
  }
  .faq-q {
    font-size: 16px;
  }
  .faq-a {
    font-size: 14px;
  }
  .faq-bottom {
    padding: 20px 15px 20px 0;
  }
  .faq-bottom+.faq-bottom {
    padding: 20px 0 20px 15px;
  }
  .root-search {
    width: 100%;
    float: none;
    margin: 12px 0 0 0;
  }
  .about-set {
    padding: 0 0 30px 0;
  }
  .about-content {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-content h1 {
    font-size: 24px;
    text-align: left;
  }
  .about-content h2 {
    font-size: 18px;
    text-align: left;
  }
  .about-content-img {
    margin: 30px 0 0 0;
  }
  .about-detail-title {
    font-size: 26px;
  }
  .about-detail {
    font-size: 16px;
    padding: 0 30px 30px 30px;
    line-height: 1.5;
  }
  .knowledge {
    padding: 0 0 0 40px;
  }
  .knowledge-img img {
    height: 30px;
  }
  .knowledge-detail h2 {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-topic {
    display: none;
  }
  .news-topic-active:after {
    display: none;
  }
  .news-topic img {
    height: auto;
  }
  .news-img img {
    height: auto;
  }
  .content-inner h1 {
    font-size: 18px;
  }
  .content-date {
    margin: 15px 0 0 0;
    float: left;
  }
  .filter {
    font-size: 14px;
    color: #333;
  }
  .filter-bottom {
    font-size: 14px;
  }
  .filter-view {
    font-size: 14px;
  }
  .filter-number-set {
    font-size: 14px;
  }
  .filter-number-1 {
    padding: 0 55px 0 0px;
  }
  .filter-number-1 input {
    width: 35px;
    padding: 0;
    font-size: 14px;
  }
  .filter-number-1 select {
    font-size: 14px;
  }
  .filter-number-2 {
    margin: 0 5px 0 0;
  }
  .filter-number-pre-next {
    width: 20px;
  }
  .product-menu-title {
    font-size: 16px;
  }
  .product-menu-chk {
    margin: 0;
  }
  .product-menu-chk label {
    padding: 0 0 0 22px;
    width: 100%;
    font-size: 14px;
  }
  .product-menu-chk label input[type=checkbox] {
    top: 5px;
    width: 15px;
    height: 15px;
  }
  .productdetail-imginner {
    height: 330px;
    width: 100%;
  }
  .productdetail-img-sinner {
    height: 77px;
  }
  .productdetail-tab-set {
    height: 47px;
  }
  #productdetail-tab {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    float: left;
    margin: 0 7px 0 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .productdetail-tab-active {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    float: left;
    margin: 0 7px 0 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: #005d96;
    color: #fff;
  }
  .productdetail-tab {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    float: left;
    margin: 0 7px 0 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    color: #666;
  }
  .productdetail-tab:hover {
    background: #005d96;
    color: #fff;
  }
  .productdetail-content {
    padding: 0;
  }
  .home-product .home-product-detail {
    height: 75px;
  }
  .product-list .product-list-detail {
    height: 130px;
    padding-bottom: 30px;
  }
  .product-list .product-list-cart {
    bottom: 0px;
    height: 30px;
    width: 34%;
    z-index: 2;
  }
  .product-list .product-list-over-set {
    bottom: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    width: 100%;
    height: 30px;
  }
  .product-list .product-list-img {
    height: 130px;
  }
  #product-list-btn-2 {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .product-list .product-list-over-set .product-list-fav {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .product-list .product-list-over-set .product-list-fav-active {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
    color: #f00;
  }
  .product-list .product-list-over-set .product-list-wishlist {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .member-input-h-2 {
    position: relative;
    height: auto;
  }
  .member-input-d-2 {
    padding: 0;
  }
  .member-histoty-d {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 0 0 130px;
    margin: 5px 0;
  }
  .member-histoty-d div.m-span {
    display: block;
    font-weight: 500;
  }
  .member-histoty-btn {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .member-titile {
    margin: 15px 0 0 0;
  }
  .member-favorite-set {
    padding: 20px 0px 40px 100px;
    height: auto;
  }
  .member-favorite-txt-set {
    position: relative;
    width: 100%;
  }
  .member-favorite-txt {
    text-align: left;
  }
  .member-wishlist-set {
    padding: 15px 0 15px 0;
    border-top: dashed 1px #ddd;
  }
  .member-wishlist-txt {
    padding: 12px 0 0 0;
  }
  .member-wishlist-del {
    padding: 12px 0 0 0;
  }
  .member-address-d {
    padding: 0 0 0 80px;
  }
  .member-address-span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .member-address-setactive .member-address-span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .member-address-main-active {
    float: left;
    margin: 12px 15px 0 0;
    padding: 0;
  }
  .member-address-main {
    float: left;
    margin: 12px 30px 0 0;
    padding: 0;
  }
  .member-address-edit {
    float: left;
    margin: 12px 30px 0 0;
    padding: 0;
  }
  .member-address-del {
    float: left;
    margin: 12px 30px 0 0;
    padding: 0;
  }
  .member-welfare-title {
    margin: 0 0 10px 0;
  }
  .member-welfare-total-txt-span {
    text-align: left;
  }
  .member-welfare-total-txt-span-2 {
    text-align: left;
  }
  .member-welfare-fleft {
    float: none;
  }
  .member-welfare-fleft-2 {
    float: left;
    margin: 5px 15px 0 0;
  }
  .member-welfare-txt-chk {
    float: none;
    margin: 10px 0 0 0;
    font-size: 18px;
  }
  .member-welfare-name {
    font-size: 20px;
    margin: 20px 0 0 0;
  }
  .member-welfare-status {
    font-size: 20px;
  }
  .member-welfare-complete-box {
    padding: 15px;
    margin: 20px 0 0 0;
  }
  .member-welfare-complete-txt-topic {
    font-size: 18px;
  }
  .member-welfare-complete-txt {
    font-size: 14px;
  }
  .member-welfare-complete-total {
    font-size: 14px;
  }
  .member-welfare--set {
    padding: 30px 0;
  }
  .member-welfare--img {
    position: relative;
    top: 0;
    text-align: center;
  }
  .member-welfare--detail {
    margin: 12px 0 0 0;
  }
  .member-welfare--btn {
    width: 50%;
    margin: 20px 0 0 0;
  }
  .member-welfare--btn-view {
    margin: 20px 0px 0 0px;
    width: 50%;
  }
  .member-welfare--btn-edit {
    margin: 20px 0px 0 0px;
    width: 50%;
  }
  .cart-cartshow-shipping-set {
    margin: 15px 0 0 0;
  }
  .cart-cartshow-boxpoint {
    margin: 30px 0 0 0;
  }
  .cart-cartshow-product-input {
    width: 100px;
  }
  .cart-cartshow-product-price-1 {
    text-align: left;
    font-size: 14px;
    padding: 0 0 0 120px;
    margin: 12px 0 0 0;
  }
  .cart-cartshow-product-price-2 {
    text-align: left;
    font-size: 14px;
    padding: 0 0 0 120px;
    margin: 0;
  }
  .cart-cartshow-product-price-2-1 {
    text-align: left !important;
    font-size: 14px;
    padding: 0 0 0 0px;
    margin: 0;
  }
  .cart-cartshow-product-del {
    float: left;
    margin: 12px 0 0 120px;
  }
  .cart-cartshow-shipping-product-2 {
    background: #eee url(../images/template/cart-tab-address-02-2.jpg) top right no-repeat;
    min-height: 100px;
  }
  .cart-cartshow-shipping-product-1 {
    background: #eee url(../images/template/cart-tab-address-01-2.jpg) top right no-repeat;
    min-height: 100px;
  }
  .cart-cartshow-shipping-product-select {
    width: 100%;
    padding: 40px 15px 0 15px;
  }
  .cart-cartshow-shipping-product-select div.span {
    position: absolute;
    left: 15px;
    top: 10px;
  }
  .cart-cartshow-payment-rdo {
    height: 140px;
  }
  .cart-cartshow-payment-rdo label img {
    height: 100px;
  }
  .cart-cartcomplete-msg {
    font-size: 20px;
  }
  .cart-cartconfirm-product {
    margin: 15px 0 0 0;
  }
  .cart-cartcomplete-print {
    margin: 15px 0 0 0;
  }
  .cart-cartconfirm-product-content {
    margin: 20px 0 0 0;
  }
  .cart-cartconfirm-product-detail h4 {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
  .cart-cartconfirm-product-price-1 {
    text-align: left;
    font-size: 14px;
    padding: 0 0 0 100px;
    margin: 0px 0 0 0;
  }
  .cart-cartconfirm-product-price-2 {
    text-align: left;
    font-size: 14px;
    padding: 0 0 0 100px;
    margin: 0;
  }
  .cart-cartconfirm-product-price-3 {
    text-align: left;
    font-size: 12px;
    padding: 0 0 0 100px;
    margin: 7px 0 0 0;
  }
  .condition-inner {
    position: relative;
    padding: 0 0px 50px 0;
    font-size: 10px;
  }
  .condition-btn {
    width: 60%;
    height: 40px;
    top: inherit;
    bottom: 0;
    right: 20%;
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer.footer {
    padding: 30px 0 40px 0;
  }
  footer.footer .footer-hotline {
    font-size: 26px;
    margin: 20px 0 0 0px;
  }
  section {
    padding: 50px 0;
    min-height: 400px;
  }
  section.section-nobanner {
    padding: 15px 0 30px 0;
    min-height: 400px;
  }
  .home-noti {
    margin: 0 0 15px 0;
  }
  .dropdown .dropdown-height {
    height: 150px;
    overflow: scroll;
  }
  .dropdown .dropdown-menu-m {
    height: 295px;
    overflow: scroll;
  }
  .home-product-m .home-product-detail {
    height: 90px;
  }
  .home-product-m .home-product-img {
    height: 220px;
  }
  .contact-map-tab-set {
    margin: 50px 0 0 0;
  }
  .contact-map img {
    height: 250px;
  }
  .contact-map iframe {
    height: 250px;
  }
  .content-date {
    margin: 15px 0 0 0;
    float: left;
  }
  .root-search {
    width: 100%;
    float: none;
    margin: 12px 0 0 0;
  }
  .about-set {
    padding: 0 0 30px 0;
  }
  .about-content {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-content h1 {
    font-size: 24px;
    text-align: left;
  }
  .about-content h2 {
    font-size: 18px;
    text-align: left;
  }
  .about-content-img {
    margin: 30px 0 0 0;
  }
  .about-detail {
    font-size: 16px;
    padding: 0 30px 30px 30px;
    line-height: 1.5;
  }
  .knowledge-detail h2 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-topic {
    display: none;
  }
  .news-topic-active:after {
    display: none;
  }
  .news-img img {
    height: 160px;
  }
  .product-list .product-list-img {
    height: 200px;
  }
  .product-list .product-list-detail {
    height: 120px;
    padding-bottom: 30px;
  }
  .product-list .product-list-cart {
    bottom: 0px;
    height: 30px;
    width: 34%;
    z-index: 2;
  }
  .product-list .product-list-over-set {
    bottom: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    width: 100%;
    height: 30px;
  }
  .product-list .product-list-img {
    height: 130px;
  }
  #product-list-btn-2 {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .product-list .product-list-over-set .product-list-fav {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .product-list .product-list-over-set .product-list-fav-active {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
    color: #f00;
  }
  .product-list .product-list-over-set .product-list-wishlist {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .productdetail-imginner {
    height: 510px;
    width: 100%;
  }
  .productdetail-content {
    padding: 0;
  }
  .member-histoty-d {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 0 0 130px;
    margin: 5px 0;
  }
  .member-histoty-d div.m-span {
    display: block;
    font-weight: 500;
  }
  .member-titile {
    margin: 15px 0 0 0;
  }
  .member-favorite-set {
    padding: 20px 200px 20px 100px;
  }
  .member-favorite-txt-set {
    width: 170px;
  }
  .member-favorite-txt {
    font-size: 14px;
  }
  .member-address-d {
    padding: 0 0 0 80px;
  }
  .member-address-span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .member-address-setactive .member-address-span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .member-address-main-active {
    float: left;
    margin: 12px 15px 0 0;
    padding: 0;
  }
  .member-address-main {
    float: left;
    margin: 12px 30px 0 0;
    padding: 0;
  }
  .member-address-edit {
    float: left;
    margin: 12px 30px 0 0;
    padding: 0;
  }
  .member-address-del {
    float: left;
    margin: 12px 30px 0 0;
    padding: 0;
  }
  .member-welfare-title {
    margin: 0 0 10px 0;
  }
  .member-welfare--btn {
    width: 50%;
    margin: 20px 0 0 0;
  }
  .member-welfare--btn-view {
    margin: 20px 0px 0 0px;
    width: 50%;
  }
  .member-welfare--btn-edit {
    margin: 20px 0px 0 0px;
    width: 50%;
  }
  .cart-cartshow-boxpoint {
    margin: 30px 0 0 0;
  }
  .cart-cartshow-payment-rdo {
    height: 140px;
  }
  .cart-cartshow-payment-rdo label img {
    height: 90px;
  }
  .cart-cartshow-shipping-product-select {
    width: 100%;
    padding: 40px 200px 0 15px;
  }
  .cart-cartshow-shipping-product-select div.span {
    position: absolute;
    left: 15px;
    top: 10px;
  }
  .cart-cartconfirm-product-content {
    margin: 15px 0 0 0;
  }
  .cart-cartconfirm-product-detail h3 {
    font-size: 13px;
  }
  .cart-cartconfirm-product-detail h4 {
    font-size: 12px;
  }
  .cart-cartconfirm-product-price-1 {
    font-size: 14px;
  }
  .cart-cartconfirm-product-price-2 {
    font-size: 14px;
  }
  .cart-cartconfirm-product-price-3 {
    font-size: 12px;
  }
  .condition-inner {
    position: relative;
    padding: 0 0px 50px 0;
    font-size: 10px;
  }
  .condition-btn {
    width: 60%;
    height: 40px;
    top: inherit;
    bottom: 0;
    right: 20%;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer {
    padding: 30px 0 40px 0;
  }
  footer.footer .footer-hotline {
    margin: 20px 0 0 0px;
  }
  section {
    padding: 30px 0;
    min-height: 400px;
  }
  section.section-nobanner {
    padding: 15px 0 30px 0;
    min-height: 400px;
  }
  .home-noti {
    margin: 0 0 15px 0;
  }
  .home-product-m .home-product-img {
    height: 230px;
  }
  .about-set {
    padding: 0 0 30px 0;
  }
  .about-content {
    line-height: 1.5;
  }
  .about-content-img {
    margin: 30px 0 0 0;
  }
  .about-detail {
    padding: 0 30px 30px 30px;
  }
  .contact-map-tab-set {
    margin: 50px 0 0 0;
  }
  .knowledge-detail h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-topic {
    display: none;
  }
  .news-topic-active:after {
    display: none;
  }
  .news-topic img {
    height: auto;
  }
  .news-img img {
    height: 220px;
  }
  .home-product-m .home-product-img img {
    height: auto;
  }
  .product-list .product-list-img {
    height: 190px;
  }
  .product-list .product-list-detail {
    height: 120px;
    padding-bottom: 30px;
  }
  .product-list .product-list-cart {
    bottom: 0px;
    height: 30px;
    width: 34%;
    z-index: 2;
  }
  .product-list .product-list-over-set {
    bottom: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    width: 100%;
    height: 30px;
  }
  .product-list .product-list-img {
    height: 130px;
  }
  #product-list-btn-2 {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .product-list .product-list-over-set .product-list-fav {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .product-list .product-list-over-set .product-list-fav-active {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
    color: #f00;
  }
  .product-list .product-list-over-set .product-list-wishlist {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .productdetail-img-sinner {
    height: 95px;
  }
  .productdetail-content {
    padding: 0;
  }
  .member-box {
    margin: 30px 0 0 0;
  }
  .member-input-h-2 {
    position: relative;
    height: auto;
  }
  .member-input-d-2 {
    padding: 0;
  }
  .member-histoty-d {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 0 0 130px;
    margin: 5px 0;
  }
  .member-histoty-d div.m-span {
    display: block;
    font-weight: 500;
  }
  .root-search {
    margin: -25px 0 0 0;
  }
  .member-favorite-set {
    padding: 20px 0px 40px 100px;
    height: auto;
  }
  .member-favorite-txt-set {
    position: relative;
    width: 100%;
  }
  .member-favorite-txt {
    text-align: left;
  }
  .member-wishlist-set {
    padding: 15px 0 15px 0;
    border-top: dashed 1px #ddd;
  }
  .member-wishlist-txt {
    padding: 12px 0 0 0;
  }
  .member-wishlist-del {
    padding: 12px 0 0 0;
  }
  #member-address-tab {
    font-size: 13px;
    padding: 0 12px;
  }
  .member-address-tab {
    font-size: 13px;
    padding: 0 12px;
  }
  .member-address-tab-active {
    font-size: 13px;
    padding: 0 12px;
  }
  .member-address-d {
    padding: 0 0 0 80px;
  }
  .member-address-span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .member-address-setactive .member-address-span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .member-address-main-active {
    float: left;
    margin: 12px 15px 0 0;
    padding: 0;
  }
  .member-address-main {
    float: left;
    margin: 12px 30px 0 0;
    padding: 0;
  }
  .member-address-edit {
    float: left;
    margin: 12px 30px 0 0;
    padding: 0;
  }
  .member-address-del {
    float: left;
    margin: 12px 30px 0 0;
    padding: 0;
  }
  .member-welfare-title {
    margin: 0 0 15px 0;
  }
  .member-welfare-total-txt-span {
    text-align: left;
  }
  .member-welfare-total-txt-span-2 {
    text-align: left;
  }
  .member-welfare-complete-box {
    padding: 15px;
    margin: 20px 0 0 0;
  }
  .member-welfare-complete-txt-topic {
    font-size: 18px;
  }
  .member-welfare-complete-txt {
    font-size: 14px;
  }
  .member-welfare-complete-total {
    font-size: 14px;
  }
  .member-welfare--set {
    padding: 30px 0;
  }
  .member-welfare--img {
    position: relative;
    top: 0;
    text-align: center;
  }
  .member-welfare--detail {
    margin: 12px 0 0 0;
  }
  .member-welfare--btn {
    width: 50%;
    margin: 20px 0 0 0;
  }
  .member-welfare--btn-view {
    margin: 20px 0px 0 0px;
    width: 50%;
  }
  .member-welfare--btn-edit {
    margin: 20px 0px 0 0px;
    width: 50%;
  }
  .cart-cartshow-payment-rdo label {
    padding: 10px 0 0 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer.footer {
    padding-bottom: 40px;
  }
  footer.footer .footer-sitemap {
    padding: 0 50px 0 0;
  }
  footer.footer .footer-sitemap .footer-sitemap-h {
    font-size: 16px;
  }
  footer.footer .footer-sitemap ul.footer-sitemap-fix {
    font-size: 13px;
  }
  footer.footer .footer-hotline {
    margin: 20px 0 0 0px;
  }
  .home-noti {
    margin: 0 0 15px 0;
  }
  .home-product-topic-2 .home-product-detail {
    padding: 10px 60px 10px 20px;
    height: 90px;
  }
  .home-product-topic-2 .home-product-cart {
    bottom: 40px;
  }
  .home-product-topic-2 .home-product-over-set {
    bottom: 90px;
  }
  .home-product-topic .home-product-img {
    height: 290px;
  }
  .home-product-topic .home-product-img img {
    height: auto;
  }
  .home-product-topic-2 .home-product-img {
    height: 100px;
  }
  .home-product .home-product-img {
    height: 123px;
  }
  .home-product-2 .home-product-img {
    height: 180px;
  }
  .home-product .home-product-img {
    line-height: 0;
    overflow: hidden;
    padding: 0 30px;
  }
  .about-content {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-content h1 {
    font-size: 30px;
  }
  .about-content h2 {
    font-size: 22px;
  }
  .about-content-img {
    margin: 0;
  }
  .about-detail {
    font-size: 16px;
    padding: 60px 30px 30px 0px;
    line-height: 1.5;
  }
  .contact-map img {
    height: 580px;
  }
  .contact-map iframe {
    height: 580px;
  }
  .news-topic img {
    height: auto;
  }
  .news-topic {
    padding: 15px;
  }
  .news-topic h2 {
    font-size: 18px;
    line-height: 1;
  }
  .news-topic h3 {
    font-size: 14px;
    margin: 7px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
  }
  .news-topic-active {
    padding: 15px;
  }
  .news-topic-active h2 {
    font-size: 18px;
    line-height: 1;
  }
  .news-topic-active h3 {
    font-size: 14px;
    margin: 7px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
  }
  .knowledge-detail h2 {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-img img {
    height: 193px;
  }
  .product-list .product-list-img {
    height: 155px;
  }
  .product-list .product-list-detail {
    height: 120px;
    padding-bottom: 30px;
  }
  .product-list .product-list-cart {
    bottom: 0px;
    height: 30px;
    width: 34%;
    z-index: 2;
  }
  .product-list .product-list-over-set {
    bottom: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    width: 100%;
    height: 30px;
  }
  .product-list .product-list-img {
    height: 130px;
  }
  #product-list-btn-2 {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .product-list .product-list-over-set .product-list-fav {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .product-list .product-list-over-set .product-list-fav-active {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
    color: #f00;
  }
  .product-list .product-list-over-set .product-list-wishlist {
    background: #fff;
    float: left;
    width: 33%;
    height: 30px;
    color: #ccc;
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    border-bottom: none;
  }
  .productdetail-imginner {
    height: 370px;
    width: 100%;
  }
  .productdetail-img-sinner {
    height: 63px;
  }
  .productdetail-content {
    padding: 0;
  }
  .member-box {
    margin: 30px 0 0 0;
  }
  .member-favorite-set {
    padding: 20px 200px 20px 100px;
  }
  .member-favorite-txt-set {
    width: 170px;
  }
  .member-favorite-txt {
    font-size: 14px;
  }
  .member-welfare-title {
    margin: 0 0 15px 0;
  }
  .cart-cartshow-payment-rdo {
    height: 140px;
  }
  .cart-cartshow-payment-rdo label {
    padding: 30px 0 0 50px;
  }
  .cart-cartshow-payment-rdo label img {
    height: 80px;
  }
}
.multi-range,
.multi-range * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.multi-range {
  position: relative;
  width: 100%;
  height: 28px;
  margin: 16px 0 40px 0;
}
.multi-range > hr {
  position: absolute;
  width: 100%;
  top: 50%;
}
.multi-range > input[type=range] {
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.multi-range > input[type=range]:last-of-type {
  margin-left: 16px;
}
.multi-range > input[type=range]::-webkit-slider-thumb {
  transform: translateY(-18px);
}
.multi-range > input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 0px;
}
.multi-range > input[type=range]::-moz-range-thumb {
  transform: translateY(-18px);
}
.multi-range > input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  height: 0px;
}
.multi-range > input[type=range]::-ms-thumb {
  transform: translateY(-18px);
}
.multi-range > input[type=range]::-ms-track {
  -webkit-appearance: none;
  height: 0px;
}
.multi-range::after {
  content: attr(data-lbound) ' - ' attr(data-ubound);
  position: absolute;
  top: 30px;
  left: 0;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  display: block;
  padding: 0px 4px;
}
.product-price-range-btn {
  height: 35px;
  margin: 20px 0 0px 0;
  background: #005d96;
  width: 120px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.product-price-range-btn:hover {
  background: #5c8ac8;
}
.product-price-range {
  margin: 0 0 0px 0px;
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #005d96;
  padding: 20px 0 0 0;
  border-top: solid 1px #ddd;
}
div.product-range-slider {
  position: relative;
  height: 50px;
  text-align: center;
}
div.product-range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 15px;
  width: 100%;
  outline: none;
  height: 30px;
  margin: 0;
  padding: 0;
}
div.product-range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}
div.product-range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  -moz-appearance: none;
}
div.product-range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: #000000;
  border: 0;
}
div.product-range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
div.product-range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.rule {
  border: none;
  height: 1.5px;
  background-image: linear-gradient(left,#f0f0f0,#c9bbae,#f0f0f0);
}
.sel {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  position: relative;
  padding: 7px 15px;
  cursor: pointer;
}
.sel::before {
  position: absolute;
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  right: 20px;
  top: 50%;
  margin: -10px 0 0 0;
}
.sel.active::before {
  transform: rotateX(-180deg);
}
.sel__placeholder {
  display: block;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}
.sel.active .sel__placeholder {
  visibility: hidden;
}
.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 7px 15px;
  content: attr(data-placeholder);
  visibility: hidden;
}
.sel.active .sel__placeholder::before {
  visibility: visible;
}
.sel__box {
  position: absolute;
  top: calc(104%);
  left: -1px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FFF;
  width: calc(101%);
  box-sizing: border-box;
}
.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
  border: 1px solid rgba(0,0,0,0.3);
  max-height: 250px;
  overflow: auto;
}
.sel__box__options {
  width: 100%;
  display: list-item;
  padding: 7px 15px;
  border-bottom: 1px dotted rgba(0,0,0,0.08);
  user-select: none;
}
.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}
.sel__box__options.selected::after {
  display: inline;
}
.sel__box__options:hover {
  background-color: #ebedef;
}
.sel {
  border: 1px solid rgba(0,0,0,0.3);
  background: #eee;
}
.sel--black-panther {
  z-index: 3;
}
.sel--superman {
  z-index: 2;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
