@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * ANIMATION
 * LAYOUT
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * PRODUCTS
 * SEARCH
 * FAQ
 * CONTACT
 * GUIDE
 * POLICY
 * CART
 * LOGIN
 * MEMBER
 * ACCOUNT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

body {
  color: #666666;
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  padding-top: 60px;
}

@media (min-width: 1200px) {
  body {
    padding-top: 110px;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 0;
  }
}

a {
  color: #666666;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #004098;
  outline: 0;
  text-decoration: none;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

.container {
  max-width: 100%;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1310px;
  }
}

.container-fluid {
  padding: 0;
}

#scrollUp {
  right: 15px;
  bottom: 100px;
  z-index: 1000 !important;
}

@media (min-width: 576px) {
  #scrollUp {
    right: 30px;
  }
}

@media (min-width: 992px) {
  #scrollUp {
    right: 20px;
  }
}

@media (min-width: 1200px) {
  #scrollUp {
    bottom: 240px;
  }
}

@media (min-width: 1600px) {
  #scrollUp {
    right: 105px;
  }
}

#scrollUp img {
  width: 50px;
}

@media (min-width: 992px) {
  #scrollUp img {
    width: auto;
  }
}

/*------------------------------------*\
    ANIMATION
\*------------------------------------*/
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*------------------------------------*\
    LAYOUT
\*------------------------------------*/
.l-page .l-header {
  display: block;
}

.l-page .c-header {
  display: none;
}

.c-page {
  background-color: #f7f7f7;
  padding-top: 60px;
}

@media (min-width: 992px) {
  .c-page {
    padding-top: 110px;
  }
}

.c-page .l-header {
  display: none;
}

.c-page .c-header {
  display: block;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
@media (min-width: 992px) {
  .header .navbar {
    height: 110px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .nav-item {
    height: 110px;
  }
  .header .nav-link {
    line-height: 110px;
  }
  .header.active .navbar {
    height: 80px;
  }
  .header.active .nav-item {
    height: 80px;
  }
  .header.active .nav-link {
    line-height: 80px;
  }
}

.header .container {
  background-color: #ffffff;
  max-width: 100%;
}

@media (min-width: 1600px) {
  .header .container {
    max-width: 1480px;
    padding: 0 3rem;
  }
}

.navbar {
  height: 60px;
  padding: 0;
}

@media (min-width: 992px) {
  .navbar {
    height: 110px;
    padding: 1.5rem 0;
  }
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .navbar-brand {
    margin-right: 1rem;
  }
}

@media (min-width: 1600px) {
  .navbar-brand {
    margin-right: 5rem;
  }
}

.navbar-brand img {
  width: 200px;
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: 180px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand img {
    width: auto;
  }
}

.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 15px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  background: #004098;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 15px;
}

.navbar-toggler.open .icon-bar:nth-of-type(1) {
  top: 8px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler.open .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.open .icon-bar:nth-of-type(3) {
  top: 8px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.navbar-collapse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
  position: relative;
  top: 0;
  right: 0;
}

.navbar-collapse.open {
  right: 0;
  visibility: visible;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    width: 80%;
    position: fixed;
    top: 60px;
    right: -100%;
    bottom: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.navbar-collapse > ul > li.show > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-collapse > ul > li.show > ul > li.show > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .navbar-collapse > ul > li a::after {
    display: none;
  }
  .navbar-collapse > ul > li:hover > ul,
  .navbar-collapse > ul > li.show > ul {
    display: block;
    -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .navbar-collapse > ul > li > ul > li > ul {
    opacity: 0;
  }
  .navbar-collapse > ul > li > ul > li:hover > ul,
  .navbar-collapse > ul > li > ul > li.show > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .navbar-collapse > ul > li > ul > li > ul.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.navbar-nav {
  position: relative;
}

@media (min-width: 1200px) {
  .navbar-nav {
    padding: 0 1rem;
  }
}

@media (min-width: 1366px) {
  .navbar-nav {
    padding: 0 2rem;
  }
}

@media (min-width: 1600px) {
  .navbar-nav {
    padding: 0 3rem;
  }
}

.navbar-nav .nav-item {
  padding: 0;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    padding: 0 0.3rem;
  }
}

.navbar-nav .nav-link {
  color: #004098;
  font-size: 1.0625rem;
  letter-spacing: 0.25rem;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  font-weight: bold;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-nav .nav-link::before {
    content: '';
    background-color: #004098;
    width: auto;
    height: 4px;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .navbar-nav .nav-link:hover::before,
  .navbar-nav .nav-link:focus::before,
  .navbar-nav .nav-link.active::before {
    right: 0;
  }
}

.navbar-nav .dropdown .dropdown-toggle::after {
  content: '\F229';
  border: none;
  font-family: 'bootstrap-icons';
  font-size: 0.75rem;
  vertical-align: middle;
  margin-top: -2px;
}

.navbar-nav .dropdown .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  padding: 1rem;
  margin-top: 0;
  max-width: 220px;
}

.navbar-nav .dropdown .dropdown-menu li {
  margin-bottom: 0.15rem;
  position: static;
}

.navbar-nav .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-menu {
    background-color: #ffffff;
    border: none;
  }
}

.navbar-nav .dropdown .dropdown-item {
  color: #3f3f3f;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding: 0.5rem 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.navbar-nav .dropdown .dropdown-item:hover,
.navbar-nav .dropdown .dropdown-item:focus,
.navbar-nav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #004098;
  font-weight: bold;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-item {
    font-size: 1.0625rem;
    padding: 0.25rem 0.75rem;
  }
}

.navbar-subnav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
  position: relative;
}

@media (min-width: 992px) {
  .navbar-subnav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
  }
}

.navbar-subnav .nav-item {
  padding: 0;
}

.navbar-subnav .nav-item:last-child a {
  color: #000000;
}

@media (min-width: 992px) {
  .navbar-subnav .nav-item {
    padding-left: 0.35rem;
    margin-left: 0.35rem;
    position: relative;
  }
  .navbar-subnav .nav-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
  .navbar-subnav .nav-item:first-child::before,
  .navbar-subnav .nav-item:last-child::before {
    display: none;
  }
}

@media (min-width: 1600px) {
  .navbar-subnav .nav-item {
    padding-left: 1.25rem;
    margin-left: 1.25rem;
  }
  .navbar-subnav .nav-item:last-child {
    padding-left: 0.5rem;
  }
}

.navbar-subnav .nav-link {
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  padding: 0.25rem 0;
}

.navbar-subnav .nav-link i {
  font-size: 1.125rem;
  margin-right: 0.15rem;
}

@media (min-width: 992px) {
  .navbar-subnav .nav-link {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-subnav .nav-link i {
    margin-right: 0.25rem;
  }
}

.navbar-subnav .nav-cart {
  position: relative;
}

.navbar-subnav .nav-cart .nav-link span {
  background-color: #e60012;
  border-radius: 50%;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: normal;
  line-height: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  margin-top: -0.5rem;
}

@media (min-width: 992px) {
  .navbar-subnav .nav-cart .nav-link span {
    left: auto;
    right: 45px;
  }
}

.navbar-subnav .dropdown {
  position: static;
}

@media (min-width: 992px) {
  .navbar-subnav .dropdown {
    position: relative;
  }
}

.navbar-subnav .dropdown .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  position: static;
  float: none;
}

@media (min-width: 992px) {
  .navbar-subnav .dropdown .dropdown-menu {
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    margin-top: 0;
  }
}

.navbar-subnav .dropdown .dropdown-item {
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  padding: 0.15rem 0;
}

.navbar-subnav .dropdown .dropdown-item:hover,
.navbar-subnav .dropdown .dropdown-item:focus,
.navbar-subnav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #004098;
}

.navbar-subnav .nav-member ul {
  max-width: 10rem;
}

.navbar-subnav .nav-member ul li {
  padding: 0 1.25rem;
}

.navbar-subnav .nav-member ul li.point {
  background-color: rgba(0, 64, 152, 0.1);
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
}

.navbar-subnav .nav-member ul li.point img {
  margin-right: 0.5rem;
}

.navbar-subnav .nav-member ul li.point span {
  font-size: 0.75rem;
}

.navbar-subnav .nav-member ul li.point strong {
  color: #004098;
  font-size: 1.125rem;
}

.navbar-subnav .nav-member ul li.logout {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.navbar-subnav .nav-member ul li.logout a {
  display: block;
  background-color: #004098;
  color: #ffffff;
  text-align: center;
}

.navbar-subnav .nav-member ul li.logout a:hover,
.navbar-subnav .nav-member ul li.logout a:focus {
  background-color: #000000;
  color: #ffffff;
}

@media (max-width: 991px) {
  .navbar-subnav .nav-search .dropdown-toggle {
    display: none;
  }
  .navbar-subnav .nav-search .dropdown-menu {
    display: block;
  }
}

.navbar-subnav .nav-search .dropdown-menu {
  left: auto;
  right: -15px;
  max-width: 220px;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .navbar-subnav .nav-search .dropdown-menu {
    min-width: 300px;
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .navbar-subnav .nav-search .dropdown-menu {
    margin-top: 0;
    padding: 1rem 2.75rem;
  }
}

@media (min-width: 1600px) {
  .navbar-subnav .nav-search .dropdown-menu {
    right: -3rem;
  }
}

.navbar-subnav .nav-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-subnav .nav-search form input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  letter-spacing: 0.2rem;
  padding: 0;
}

.navbar-subnav .nav-search form button {
  border: none;
  background-color: transparent;
  color: #004098;
  font-weight: bold;
}

.navbar-subnav .nav-search form button:hover,
.navbar-subnav .nav-search form button:focus {
  outline: none;
  color: #000000;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}

.banner-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

@media (min-width: 992px) {
  .banner-pic {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .banner-pic-login {
    height: 705px;
  }
}

@media (min-width: 992px) {
  .banner-pic-member {
    height: 485px;
  }
}

.banner-txt {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
}

@media (min-width: 992px) {
  .banner-txt {
    margin-top: 4rem;
  }
}

.banner-txt h1 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  margin-bottom: 0;
}

.banner-txt h1 span {
  display: block;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-bottom: 0.5rem;
}

.banner-txt h1.blue {
  color: #004098;
}

@media (min-width: 992px) {
  .banner-txt h1 {
    font-size: 1.6875rem;
    letter-spacing: 0.7rem;
  }
  .banner-txt h1 span {
    font-size: 3.5rem;
    letter-spacing: 0.35rem;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .banner-txt-login {
    margin-top: -4.125rem;
  }
}

@media (min-width: 992px) {
  .banner-txt-member {
    margin-top: 2.8rem;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #004098;
  color: #ffffff;
  padding: 2rem 0 80px;
}

.footer a {
  color: #ffffff;
}

.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .footer {
    padding: 2rem 0;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding: 4.75rem 0 2rem;
  }
}

.footer .container {
  max-width: 100%;
}

@media (min-width: 1600px) {
  .footer .container {
    max-width: 1510px;
  }
}

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

.footer .row:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 1rem;
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .footer .row:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 2rem;
    margin-top: 3.25rem;
  }
}

.footer-info {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .footer-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

.footer-info .social {
  margin: 0 0.75rem 0 2rem;
}

.footer-info .social li {
  padding: 0 0.75rem;
}

.footer-info .social a {
  font-size: 2.5rem;
}

.footer-info .info {
  font-size: 0.8125rem;
  letter-spacing: 0.15rem;
}

.footer-info .info li {
  margin-bottom: 0.25rem;
}

.footer-info .info li:last-child {
  margin-bottom: 0;
}

.footer-nav {
  margin-top: 1rem;
}

.footer-nav .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1rem;
}

.footer-nav .nav li {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}

.footer-nav .nav li a {
  font-size: 0.9375rem;
  letter-spacing: 0.2rem;
}

@media (min-width: 1200px) {
  .footer-nav {
    margin-top: 0;
  }
  .footer-nav .nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer-nav .nav:last-child li {
    margin-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .footer-nav .nav {
    margin: 0 -1.25rem;
  }
  .footer-nav .nav li {
    padding: 0 1.25rem;
  }
}

.footer-copy {
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .footer-copy {
    text-align: left;
  }
}

.footer-policy .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-policy .nav li + li::before {
  content: '‧';
  margin: 0 0.5rem;
}

.footer-policy .nav li a {
  font-size: 0.875rem;
  letter-spacing: 0.2rem;
}

@media (min-width: 1200px) {
  .footer-policy .nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/* MOBILE */
.mobile {
  background-color: #004098;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1000;
}

.mobile .nav li {
  width: 25%;
  position: relative;
}

.mobile .nav li a {
  display: block;
  color: #ffffff;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 0.5rem 0;
}

.mobile .nav li a i {
  font-size: 1.3125rem;
}

.mobile .nav li a span {
  display: block;
  font-size: 0.8125rem;
}

.mobile .nav li a .cartnums2 {
  background-color: #e60012;
  border-radius: 50%;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: normal;
  line-height: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  margin-top: -1rem;
  display: inline-block;
}

@media (min-width: 576px) {
  .mobile {
    display: none;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  position: relative;
  padding: 4rem 0;
}

main::after {
  content: '';
  background-color: #ffffff;
  background-image: url(../images/main-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 300px;
  width: 300px;
  height: 90px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.07;
}

@media (min-width: 576px) {
  main::after {
    background-size: 600px;
    width: 600px;
    height: 180px;
  }
}

@media (min-width: 992px) {
  main::after {
    background-size: 1000px;
    width: 1000px;
    height: 300px;
  }
}

main .container {
  position: relative;
  z-index: 2;
}

/* PAGE-HEADER */
.page-header {
  height: 60px;
  margin-top: 3rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 992px) {
  .page-header {
    max-width: 600px;
    height: 110px;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1030;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-header.active {
    height: 80px;
  }
}

.page-header h1 {
  color: #313131;
  font-size: 1.3125rem;
  text-align: center;
  letter-spacing: 0.15rem;
  margin-bottom: 0;
}

.page-header h1 strong {
  display: block;
  color: #004098;
  font-size: 1.5rem;
  letter-spacing: 0.35rem;
  margin-right: 0.75rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .page-header h1 strong {
    display: inline;
    margin-bottom: 0;
  }
}

/* PICTURE */
.pic a {
  display: block;
  background-color: #004098;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pic a::before {
  content: '';
  width: 135px;
  height: 15px;
  background: url(../images/more.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic a:hover img,
.pic a:focus img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.3;
}

.pic a:hover::before,
.pic a:focus::before {
  opacity: 1;
}

/* PAGINATION */
.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.pagination .page-item {
  padding: 0 0.25rem;
}

@media (min-width: 576px) {
  .pagination .page-item {
    padding: 0 0.5rem;
  }
}

.pagination .page-link {
  border: 1px solid #004098;
  background-color: #ffffff;
  border-radius: 50%;
  color: #004098;
  font-size: 1rem;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link.active {
  background-color: #004098;
  color: #ffffff;
}

@media (min-width: 992px) {
  .pagination .page-link {
    font-size: 1.125rem;
  }
  .pagination .page-link:hover,
  .pagination .page-link:focus,
  .pagination .page-link.active {
    border-color: #004098;
  }
}

.pagination .page-arrow {
  color: #251814;
  font-size: 2rem;
  font-weight: 100;
  margin: 0 0.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .page-arrow:hover,
.pagination .page-arrow:focus {
  color: #004098;
}

@media (min-width: 576px) {
  .pagination .page-arrow {
    margin: 0 2rem;
  }
}

/* FORM */
.form .form-row {
  margin: 0 -0.5rem;
}

.form .form-row > [class*='col-'] {
  padding: 0 0.5rem;
}

@media (min-width: 576px) {
  .form .form-row {
    margin: 0 -1.25rem;
  }
  .form .form-row > [class*='col-'] {
    padding: 0 1.25rem;
  }
}

.form .form-group {
  margin-bottom: 1rem;
}

.form .col-form-label {
  color: #515151;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  height: 45px;
  white-space: nowrap;
}

.form .col-form-label span {
  color: #004098;
  margin-left: 0.25rem;
}

@media (min-width: 576px) {
  .form .col-form-label {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 45px;
}

.form .form-control:focus {
  border-color: #004098;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form .form-control::-webkit-input-placeholder {
  color: #b4b4b5;
}

.form .form-control::-moz-placeholder {
  color: #b4b4b5;
}

.form .form-control:-ms-input-placeholder {
  color: #b4b4b5;
}

.form .form-control::-ms-input-placeholder {
  color: #b4b4b5;
}

.form .form-control::placeholder {
  color: #b4b4b5;
}

.form .form-check {
  margin-bottom: 0.5rem;
}

.form .form-check .form-check-label {
  cursor: pointer;
}

.form .textarea .col-form-label {
  border-bottom: none;
}

.form .textarea .form-control {
  height: auto;
}

.form .twzipcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form .twzipcode .form-control {
  width: 100%;
}

.form .twzipcode input[name='zipcode'] {
  display: none;
}

@media (min-width: 576px) {
  .form .twzipcode .form-control {
    width: 50%;
  }
}

.form .codes {
  position: relative;
  padding-right: 150px;
}

.form .codes img {
  position: absolute;
  top: 0;
  right: -150px;
}

.form .gender {
  position: relative;
}

.form .gender .form-control {
  padding-right: 150px;
}

.form .gender .form-check-group {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.form .resend {
  position: relative;
  padding-right: 180px;
}

.form .resend a {
  background-color: #cccccc;
  color: #ffffff;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 40px;
  width: 160px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.form .resend a span {
  color: #c40e0e;
}

.form .resend a:hover,
.form .resend a:focus {
  background-color: #000000;
}

.form .resend a:hover span,
.form .resend a:focus span {
  color: #ffffff;
}

.form .agree {
  text-align: center;
}

.form .agree a {
  color: #004098;
  text-decoration: underline;
}

.form .agree a:hover,
.form .agree a:focus {
  color: #000000;
}

.form input[type='radio'] {
  -webkit-appearance: none;
  background-image: url(../images/radio.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.form input[type='radio']:checked {
  background-image: url(../images/radio-checked.svg);
}

.form input[type='checkbox'] {
  -webkit-appearance: none;
  border-radius: 0;
  background-image: url(../images/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.form input[type='checkbox']:checked {
  background-image: url(../images/checkbox-checked.svg);
}

/* BUTTON */
.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.btn {
  display: inline-block;
  border-radius: 0;
  font-size: 1.0625rem;
  text-align: center;
  letter-spacing: 0.5rem;
  line-height: 45px;
  height: 45px;
  padding: 0;
}

.btn span {
  letter-spacing: 0.125rem;
}

.btn:hover,
.btn:focus,
.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn + .btn {
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .btn + .btn {
    margin-left: 1rem;
    margin-top: 0;
  }
}

.btn-primary {
  border-color: #004098;
  background-color: #004098;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-secondary {
  border-color: #c9c9c9;
  background-color: #c9c9c9;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-secondary.blue {
  color: #004098;
}

.btn-secondary.blue:hover,
.btn-secondary.blue:focus,
.btn-secondary.blue:not(:disabled):not(.disabled):active:focus {
  color: #ffffff;
}

.btn-striped {
  background-color: transparent;
  color: #004098;
}

.btn-striped:hover,
.btn-striped:focus,
.btn-striped:not(:disabled):not(.disabled):active:focus {
  background-color: #000000;
  color: #ffffff;
}

.btn-gift {
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #004098;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  text-align: center;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 15px;
  bottom: 180px;
  z-index: 1000;
}

.btn-gift:hover,
.btn-gift:focus {
  background-color: #000000;
  color: #ffffff;
}

.btn-gift svg {
  font-size: 1.75rem;
}

.btn-gift span {
  display: none;
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .btn-gift {
    width: 80px;
    height: 80px;
  }
  .btn-gift svg {
    font-size: 1.3125rem;
  }
  .btn-gift span {
    display: block;
  }
}

@media (min-width: 1200px) {
  .btn-gift {
    bottom: 355px;
  }
}

@media (min-width: 1600px) {
  .btn-gift {
    font-size: 0.875rem;
    width: 105px;
    height: 105px;
    right: 90px;
    bottom: 400px;
  }
  .btn-gift svg {
    font-size: 2.25rem;
  }
}

.btn-fb {
  background-color: #405a93;
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.btn-fb:hover,
.btn-fb:focus,
.btn-fb:not(:disabled):not(.disabled):active:focus {
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 576px) {
  .btn-fb {
    background-image: url(../images/icon-fb.svg);
  }
}

.btn-line {
  background-color: #58bf38;
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.btn-line:hover,
.btn-line:focus,
.btn-line:not(:disabled):not(.disabled):active:focus {
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 576px) {
  .btn-line {
    background-image: url(../images/icon-line.svg);
  }
}

.btn-google {
  border: 1px solid #c6c6c6;
  background-color: #ffffff;
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #666666;
}

.btn-google:hover,
.btn-google:focus,
.btn-google:not(:disabled):not(.disabled):active:focus {
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 576px) {
  .btn-google {
    background-image: url(../images/icon-google.svg);
  }
}

/* MODAL */
.modal {
  text-align: center;
}

.modal h2 {
  color: #004098;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.25rem;
}

.modal span {
  color: #e60012;
  font-size: 1.0625rem;
  display: block;
  margin-bottom: 0.5rem;
}

.modal span b {
  font-size: 1.75rem;
  margin-right: 0.5rem;
}

.modal .btn {
  line-height: 40px;
  width: 115px;
  height: 40px;
}

.modal .btn + .btn {
  margin-left: 0.5rem;
}

@media (min-width: 576px) {
  .modal h2 {
    font-size: 1.5625rem;
  }
  .modal span b {
    font-size: 1.875rem;
  }
}

.modal-dialog {
  max-width: 420px;
}

.modal-content {
  border-radius: 0;
}

.modal-body {
  padding: 3rem 1rem;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
/* PRODUCTS TEXT */
.products-text {
  color: #444444;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 4rem;
}

/* PRODUCTS LIST */
.products-list-group {
  margin: 0 -0.5rem;
}

@media (min-width: 576px) {
  .products-list-group {
    margin: 0 -0.8125rem;
  }
}

.products-list-group > [class^='col-'] {
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .products-list-group > [class^='col-'] {
    padding: 0 0.8125rem;
  }
}

.products-list-item {
  -webkit-box-shadow: 0 0 30px rgba(0, 64, 152, 0.35);
  box-shadow: 0 0 30px rgba(0, 64, 152, 0.35);
  background-color: #ffffff;
  min-height: 100%;
}

.products-list-txt {
  padding: 1.5rem 1rem;
}

@media (min-width: 576px) {
  .products-list-txt {
    padding: 1.5rem 0.75rem;
  }
}

@media (min-width: 992px) {
  .products-list-txt {
    padding: 1.5rem 0.5rem;
  }
}

@media (min-width: 1200px) {
  .products-list-txt {
    padding: 1.5rem;
  }
}

@media (min-width: 1366px) {
  .products-list-txt {
    padding: 1.5rem 2.5rem;
  }
}

.products-list-txt span {
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .products-list-txt span {
    font-size: 1rem;
  }
}

.products-list-txt h2 {
  color: #020202;
  font-size: 1.25rem;
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .products-list-txt h2 {
    font-size: 1.5rem;
  }
}

.products-list-txt p {
  color: #000000;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.products-list-txt p b {
  color: #a51414;
  font-size: 1.125rem;
}

.products-list-txt p span {
  margin-right: 0.5rem;
}

.products-list-txt p.red b {
  color: #a51414;
}

.products-list-txt p.lightRed b {
  color: #e60012;
  font-size: 1rem;
}

.products-list-txt p.blue {
  color: #004098;
}

.products-list-txt p.blue b {
  color: #004098;
}

@media (min-width: 576px) {
  .products-list-txt p {
    font-size: 1rem;
  }
  .products-list-txt p b {
    font-size: 1.375rem;
  }
  .products-list-txt p.lightRed b {
    font-size: 1.25rem;
  }
}

/* PRODUCTS VIEW */
.products-view::after {
  display: none;
}

.products-view .container {
  max-width: 100%;
}

@media (min-width: 1366px) {
  .products-view .container {
    max-width: 1230px;
  }
}

.products-view-item {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .products-view-item {
    margin-bottom: 3rem;
  }
}

.products-view-pic img {
  width: 100%;
}

.products-view-pic .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

.products-view-pic .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.products-view-pic .mySwiper2 {
  margin-bottom: 1.5rem;
}

.products-view-txt {
  padding: 2rem 0 !important;
}

@media (min-width: 992px) {
  .products-view-txt {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 2rem !important;
  }
}

@media (min-width: 1366px) {
  .products-view-txt {
    padding: 1.75rem 3.75rem !important;
  }
}

.products-view-txt .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0.25rem;
  margin-bottom: 1.5rem;
}

.products-view-txt .title span {
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

.products-view-txt .title h2 {
  color: #004098;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .products-view-txt .title span {
    font-size: 1.25rem;
  }
  .products-view-txt .title h2 {
    font-size: 1.875rem;
  }
}

.products-view-txt .text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.8;
  letter-spacing: 0.075rem;
  padding-bottom: 0.25rem;
  margin-bottom: 1.25rem;
}

.products-view-txt .text ul {
  list-style: square;
  padding-left: 1.5rem;
}

.products-view-txt .text ul li::marker {
  color: #004098;
}

.products-view-txt .note {
  color: #004098;
  margin-top: 3rem;
}

.products-view-txt .price {
  color: #000000;
  font-size: 1.0625rem;
  text-align: center;
  letter-spacing: 0.075rem;
  margin-bottom: 1rem;
}

.products-view-txt .price strong {
  color: #e60012;
  font-size: 1.875rem;
}

.products-view-txt .price strong b {
  font-size: 1rem;
}

.products-view-txt .price.blue {
  color: #004098;
}

.products-view-txt .price.blue strong {
  color: #004098;
  margin-right: 0.5rem;
}

@media (min-width: 576px) {
  .products-view-txt .price strong b {
    font-size: 1.3125rem;
  }
}

.products-view-txt .quan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}

.products-view-txt .quan span {
  color: #000000;
  font-size: 1rem;
  white-space: nowrap;
  margin-right: 0.5rem;
}

.products-view-txt .quan .form-control {
  border-bottom: 1px solid #004098;
  color: #004098;
  width: 80px;
}

@media (min-width: 576px) {
  .products-view-txt .quan span {
    font-size: 1.125rem;
  }
  .products-view-txt .quan .form-control {
    font-size: 1.125rem;
  }
}

.products-view-txt .btn {
  width: 100%;
}

@media (min-width: 576px) {
  .products-view-txt .btn {
    width: 390px;
  }
}

/* PRODUCTS ADD */
.products-add {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .products-add {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .products-add {
    padding: 2.25rem 2rem 1.25rem;
  }
}

@media (min-width: 1200px) {
  .products-add {
    padding: 2.25rem 4rem 1.25rem;
  }
}

.products-add-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
}

.products-add-title h2 {
  color: #000000;
  font-size: 1.125rem;
  letter-spacing: 0.25rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .products-add-title h2 {
    font-size: 1.25rem;
  }
}

.products-add-item {
  margin-bottom: 1rem;
}

.products-add-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.products-add-pic img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .products-add-pic img {
    max-width: 145px;
  }
}

.products-add-txt {
  padding: 0.75rem !important;
}

@media (min-width: 768px) {
  .products-add-txt {
    padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .products-add-txt {
    padding: 1.25rem 2rem 0.25rem 1.25rem !important;
  }
}

.products-add-txt h3 {
  color: #444444;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.products-add-txt h3 span {
  color: #e60012;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (min-width: 576px) {
  .products-add-txt h3 {
    font-size: 1.125rem;
  }
  .products-add-txt h3 span {
    font-size: 1.3125rem;
  }
}

.products-add-txt p {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .products-add-txt p {
    font-size: 1.125rem;
  }
}

.products-add-txt a {
  border-radius: 3px;
  border: 1px solid #c1c1c1;
  color: #c1c1c1;
  font-size: 0.9375rem;
  letter-spacing: 0.125rem;
  padding: 0.1rem 0.5rem;
}

.products-add-txt a i {
  margin-left: 0.5rem;
}

.products-add-txt a:hover,
.products-add-txt a:focus {
  border-color: #004098;
  background-color: #004098;
  color: #ffffff;
}

@media (min-width: 576px) {
  .products-add-txt a {
    font-size: 1rem;
    padding: 0.3rem 1rem;
  }
}

/* PRODUCTS DESC */
.products-desc-title {
  background-color: #004098;
  padding: 1rem;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .products-desc-title {
    padding: 1rem 2rem;
  }
}

@media (min-width: 992px) {
  .products-desc-title {
    padding: 1rem 4rem;
  }
}

.products-desc-title h2 {
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .products-desc-title h2 {
    font-size: 1.25rem;
  }
}

.products-desc-text {
  padding: 0 1rem;
}

.products-desc-text p {
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.products-desc-text ul {
  padding-left: 1.5rem;
}

.products-desc-text ul li {
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .products-desc-text {
    padding: 0 2rem;
  }
}

@media (min-width: 992px) {
  .products-desc-text {
    padding: 0 4rem;
  }
}

.products-desc-text .item {
  margin-bottom: 2rem;
}

.products-desc-text .item img {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .products-desc-text .item img {
    margin-bottom: 0;
  }
}

.products-desc-text .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-desc-text .list li {
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .products-desc-text .list li {
    font-size: 1.125rem;
    letter-spacing: 0.25rem;
  }
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/
.search {
  text-align: center;
  margin-bottom: 2rem;
}

.search p {
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}

.search p span {
  color: #004098;
}

.search .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search .nav li {
  margin: 0 0.25rem 1rem;
}

.search .nav li a {
  border: 1px solid #004098;
  color: #004098;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 0.35rem 1.25rem;
  min-width: 155px;
}

.search .nav li a:hover,
.search .nav li a:focus,
.search .nav li a.active {
  background-color: #004098;
  color: #ffffff;
}

/*------------------------------------*\
    FAQ
\*------------------------------------*/
.faq .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .faq .container {
    max-width: 1080px;
  }
}

.faq .accordion .btn {
  display: block;
  border: none;
  color: #444444;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.125rem;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq .accordion .btn:hover,
.faq .accordion .btn:focus,
.faq .accordion .btn:not(:disabled):not(.disabled):active:focus {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444444;
}

.faq .accordion .btn span {
  color: #004098;
  font-size: 1.25rem;
  font-weight: normal;
  width: 60px;
  margin-right: 0.75rem;
}

.faq .accordion .btn p {
  margin-bottom: 0;
}

.faq .accordion .btn p::after {
  content: '\F27E';
  color: #004098;
  font-family: 'bootstrap-icons';
  font-size: 1rem;
  margin-left: 0.5rem;
}

.faq .accordion .btn.collapsed p::after {
  content: '\F280';
}

@media (min-width: 768px) {
  .faq .accordion .btn {
    font-size: 1.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq .accordion .btn span {
    font-size: 1.5625rem;
  }
}

.faq .accordion .card {
  background-color: transparent;
  border-radius: 0;
  border: none;
  letter-spacing: 0.05rem;
  margin-bottom: 1.5rem;
}

.faq .accordion .card-header {
  border-radius: 0;
  border-bottom: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.faq .accordion .card-body {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .faq .accordion .card-body {
    margin-left: 4.5rem;
    padding: 1rem 0;
  }
}

.faq .accordion .card-body p {
  font-size: 1rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .faq .accordion .card-body p {
    font-size: 1.0625rem;
  }
}

.faq .accordion .card-body ul {
  padding-left: 1.25rem;
}

.faq .accordion .card-body ul > li {
  font-size: 1rem;
  line-height: 1.8;
}

.faq .accordion .card-body ul > li::marker {
  content: '▲';
}

@media (min-width: 576px) {
  .faq .accordion .card-body ul li {
    font-size: 1.0625rem;
  }
}

.faq .accordion .card-body ol {
  padding-left: 1.25rem;
}

.faq .accordion .card-body ol li {
  font-size: 1rem;
  line-height: 1.8;
}

@media (min-width: 576px) {
  .faq .accordion .card-body ol li {
    font-size: 1.0625rem;
  }
}

.faq .accordion .card-body .red {
  color: #e60012;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  padding-bottom: 0;
}

/* CONTACT INFO */
.contact-info {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .contact-info {
    margin-bottom: 0;
  }
}

.contact-info-title {
  margin-bottom: 1.5rem;
}

.contact-info-title h2 {
  color: #000000;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  position: relative;
}

.contact-info-title h2::before {
  content: '';
  background-color: #000000;
  width: 130px;
  height: 1px;
  position: absolute;
  top: 25px;
  left: -175px;
}

.contact-info-title h3 {
  color: #004098;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .contact-info-title {
    margin-bottom: 3rem;
  }
  .contact-info-title h2 {
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
  }
  .contact-info-title h3 {
    font-size: 1.5rem;
  }
}

.contact-info-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.contact-info-item h4 {
  color: #004098;
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.contact-info-item h4 img {
  margin-right: 0.75rem;
}

.contact-info-item .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-info-item .nav li {
  letter-spacing: 0.025rem;
  margin-bottom: 0.5rem;
}

.contact-info-item .nav li span {
  color: #004098;
  font-size: 1.25rem;
  letter-spacing: 0.075rem;
  margin-right: 0.75rem;
}

@media (min-width: 576px) {
  .contact-info-item {
    padding-bottom: 2.5rem;
    margin-bottom: 3.5rem;
  }
  .contact-info-item h4 {
    font-size: 1.1875rem;
  }
  .contact-info-item .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-info-item .nav li span {
    font-size: 1.625rem;
  }
  .contact-info-item .nav.flex-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.contact-info-social a {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

/* CONTACT FORM */
.contact-form {
  padding-left: 15px;
}

@media (min-width: 1366px) {
  .contact-form {
    padding-left: 4.25rem;
  }
}

.contact-form .form {
  -webkit-box-shadow: 0 0 30px rgba(0, 64, 152, 0.35);
  box-shadow: 0 0 30px rgba(0, 64, 152, 0.35);
  background-color: #ffffff;
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .contact-form .form {
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .contact-form .form {
    padding: 6.5rem 5rem 3rem;
  }
}

.contact-form .form .form-group {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .contact-form .form .form-group {
    margin-bottom: 2rem;
  }
}

.contact-form .form p {
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.contact-form .form .btn {
  width: 210px;
  margin-top: 1.5rem;
}

/*------------------------------------*\
    GUIDE
\*------------------------------------*/
.guide .container {
  max-width: 100%;
}

@media (min-width: 1366px) {
  .guide .container {
    max-width: 1210px;
  }
}

.guide .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 576px) {
  .guide .title {
    font-size: 1.5rem;
  }
}

/* GUIDE MEMBER */
.guide-member {
  background-color: rgba(0, 64, 152, 0.08);
  padding: 2rem 1rem 0;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .guide-member {
    padding: 3rem 3rem 1rem;
  }
}

@media (min-width: 992px) {
  .guide-member {
    padding: 4.5rem 5rem 1rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1366px) {
  .guide-member {
    padding: 4.5rem 10rem 1rem;
  }
}

.guide-member-list {
  margin: 0 -15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 1366px) {
  .guide-member-list {
    margin: 0 -1.5rem;
  }
}

.guide-member-item {
  padding: 0 15px;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .guide-member-item {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1366px) {
  .guide-member-item {
    padding: 0 1.5rem;
  }
}

.guide-member-text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0.5rem;
  min-height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.guide-member-text h3 {
  border-radius: 3px;
  background-color: #004098;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.guide-member-text h3 span {
  font-size: 1.3125rem;
}

.guide-member-text p {
  color: #000000;
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
}

.guide-member-text p span {
  display: block;
  font-size: 1.3125rem;
  font-weight: bold;
}

@media (min-width: 576px) {
  .guide-member-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* GUIDE PROCESS */
.guide-process {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .guide-process {
    padding-bottom: 3rem;
  }
}

.guide-process-text ul {
  list-style: square;
  padding-left: 1.5rem;
}

.guide-process-text ul li {
  margin-bottom: 0.25rem;
}

.guide-process-text ul li::marker {
  color: #004098;
}

.guide-process-list .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.guide-process-list .nav li {
  border-radius: 50%;
  background-color: #e5e5e5;
  width: 150px;
  height: 150px;
  padding: 1rem 1.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 1rem;
}

.guide-process-list .nav li span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 1;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.guide-process-list .nav li p {
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.075rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .guide-process-list .nav li {
    width: 180px;
    height: 180px;
  }
  .guide-process-list .nav li span {
    font-size: 4.375rem;
  }
}

/* GUIDE LIST */
.guide-list h3 {
  display: inline-block;
  border: 1px solid #004098;
  color: #004098;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.35rem 0.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .guide-list h3 {
    padding: 0.35rem 1.25rem;
  }
}

.guide-list p {
  line-height: 1.8;
}

.guide-list .nav {
  margin: 0 -15px;
}

.guide-list .nav li {
  width: 100;
  padding: 0 15px;
  margin-bottom: 1.75rem;
}

@media (min-width: 992px) {
  .guide-list .nav li {
    width: 50%;
  }
}

.guide-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
}

/*------------------------------------*\
    POLICY
\*------------------------------------*/
.policy .container {
  max-width: 100%;
}

@media (min-width: 1366px) {
  .policy .container {
    max-width: 1210px;
  }
}

.policy-text h2 {
  color: #004098;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .policy-text h2 {
    font-size: 1.25rem;
  }
}

.policy-text p {
  letter-spacing: 0.03rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.policy-text ol {
  padding-left: 1.5rem;
}

.policy-text ol li {
  letter-spacing: 0.03rem;
  line-height: 1.8;
}

.policy-text ol li::marker {
  color: #004098;
}

@media (min-width: 576px) {
  .policy-text ol li {
    padding-left: 1rem;
  }
}

/*------------------------------------*\
    CART
\*------------------------------------*/
.cart::after {
  display: none;
}

.cart .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .cart .container {
    max-width: 1130px;
  }
}

.cart .btn-wrap {
  margin-top: 3rem;
}

.cart .btn {
  width: 240px;
}

/* CART STEP */
.cart-step {
  text-align: center;
  margin-bottom: 2rem;
}

.cart-step .nav {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-reset: num;
}

.cart-step .nav li {
  text-align: center;
  padding: 0 0.5rem;
  width: 20%;
  position: relative;
}

.cart-step .nav li::before,
.cart-step .nav li::after {
  content: '';
  background-color: #c9c9c9;
  width: auto;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
}

.cart-step .nav li span {
  display: block;
  position: relative;
  z-index: 2;
}

.cart-step .nav li span:first-child::before {
  content: counter(num);
  counter-increment: num;
  border-radius: 50%;
  background-color: #c9c9c9;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 27px;
  width: 27px;
  height: 27px;
  display: inline-block;
}

.cart-step .nav li span:last-child {
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
}

.cart-step .nav li.current::after {
  background-color: #004098;
  left: -50%;
  right: 50%;
}

.cart-step .nav li.current span:first-child::before {
  background-color: #004098;
}

.cart-step .nav li.current span:last-child {
  color: #004098;
}

.cart-step .nav li:first-child::before {
  left: 50%;
}

.cart-step .nav li:first-child.current::after {
  display: none;
}

.cart-step .nav li:last-child::before,
.cart-step .nav li:last-child::after {
  right: 50%;
}

@media (min-width: 992px) {
  .cart-step {
    margin-bottom: 4rem;
  }
  .cart-step .nav {
    width: 840px;
  }
  .cart-step .nav li {
    padding: 0;
  }
}

/* CART LIST */
.cart-list {
  background-color: #ffffff;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .cart-list {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .cart-list {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .cart-list {
    padding: 4rem 6.25rem;
  }
}

.cart-list .table {
  border-bottom: 1px solid #004098;
  color: #666666;
  margin-bottom: 0;
}

.cart-list .table th,
.cart-list .table td {
  text-align: center;
  vertical-align: middle;
}

.cart-list .table th:first-child,
.cart-list .table td:first-child {
  text-align: left;
}

.cart-list .table thead th {
  border-top: none;
  border-width: 1px;
  border-color: #004098;
  background-color: #e0e0e0;
  color: #004098;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

.cart-list .table tbody tr:first-child td {
  border-top: none;
}

.cart-list .table tbody tr:nth-child(even) td {
  background-color: #f4f4f4;
}

.cart-list .table tbody td {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  color: #444444;
  font-size: 1.0625rem;
  padding: 0.5rem 0.75rem;
}

@media (min-width: 768px) {
  .cart-list .table tbody td {
    padding: 1.75rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .cart-list .table {
    border-bottom: none;
  }
  .cart-list .table thead {
    display: none;
  }
  .cart-list .table tbody tr {
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
  .cart-list .table tbody td {
    border-top: none;
    display: block;
    font-size: 0.875rem;
    text-align: left;
    width: 100%;
    padding: 0.25rem 0.75rem;
    padding-left: 130px;
    position: relative;
  }
  .cart-list .table tbody td::before {
    content: attr(data-content) '：';
    color: #666666;
    text-align: left;
    white-space: nowrap;
    width: 100px;
  }
  .cart-list .table tbody td:first-child {
    padding-top: 0.5rem;
  }
  .cart-list .table tbody td:last-child {
    padding-bottom: 0.5rem;
  }
  .cart-list .table tbody td.form {
    text-align: right;
  }
  .cart-list .table tbody td.clear {
    display: none;
  }
}

.cart-list .pro a {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-list .pro a:hover,
.cart-list .pro a:focus {
  color: #004098;
}

@media (min-width: 992px) {
  .cart-list .pro a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.cart-list .pro img {
  width: 110px;
}

@media (min-width: 768px) {
  .cart-list .pro img {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .cart-list .pro img {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cart-list .pro img {
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.cart-list .pro h3 {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  word-break: break-all;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .cart-list .pro h3 {
    font-size: 1.0625rem;
  }
}

.cart-list .pro p {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.cart-list .pro p span {
  background-color: transparent;
  color: #004098;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

.cart-list .pro p span::after {
  content: '|';
  color: #c1c1c1;
  margin: 0 0.5rem;
}

.cart-list .pro span {
  border-radius: 3px;
  background-color: #e0e0e0;
  font-size: 0.75rem;
  padding: 0.1rem 0.25rem;
  margin-bottom: 0.5rem;
}

.cart-list .pro span.red {
  color: #d31a41;
}

.cart-list .pro span.blue {
  color: #004098;
}

.cart-list .pro span.lightBlue {
  color: #4d9ac4;
}

.cart-list .pro span.green {
  color: #398746;
}

.cart-list .pro .text {
  text-align: left;
}

.cart-list .quan .form-control {
  border: 1px solid #004098;
  font-size: 0.875rem;
  display: inline-block;
  width: 100px;
  height: 30px;
  padding: 0 0.5rem;
}

@media (min-width: 768px) {
  .cart-list .quan .form-control {
    min-height: 35px;
    font-size: 1.0625rem;
    height: 45px;
  }
}

.cart-list .delete a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
  padding-bottom: 0.125rem;
  white-space: nowrap;
}

.cart-list .discount {
  margin-top: 0;
}

@media (min-width: 768px) {
  .cart-list .discount {
    margin-top: 3rem;
  }
}

.cart-list .discount .form-group {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 576px) {
  .cart-list .discount .form-group {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .cart-list .discount .form-group {
    width: 50%;
  }
}

.cart-list .discount .form-group .col-form-label {
  height: 40px;
}

@media (min-width: 576px) {
  .cart-list .discount .form-group .col-form-label {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.cart-list .discount .form-group .form-control {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 40px;
}

.cart-list .discount .form-group .btn {
  font-size: 0.8125rem;
  line-height: 25px;
  width: 90px;
  height: 25px;
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .cart-list .discount .form-group .btn {
    margin-top: 0;
  }
}

.cart-list .discount p {
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}

.cart-list .confirm {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.cart-list .confirm i {
  color: #004098;
  margin-right: 0.5rem;
}

.cart-list .confirm p {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .cart-list .confirm p {
    margin-bottom: 0;
  }
}

.cart-list .confirm strong {
  display: block;
}

@media (min-width: 576px) {
  .cart-list .confirm strong {
    display: inline-block;
  }
}

.cart-list .confirm span {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

@media (min-width: 768px) {
  .cart-list .confirm span {
    display: inline-block;
    margin-bottom: 0;
  }
}

.cart-list .confirm a {
  font-size: 0.875rem;
}

.cart-list .confirm > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-list .confirm > [class*='col-']:first-child span {
  color: #000000;
}

.cart-list .confirm > [class*='col-']:last-child {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .cart-list .confirm > [class*='col-'] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .cart-list .confirm > [class*='col-'] {
    margin-bottom: 0;
  }
}

/* CART TOTAL */
.cart-total {
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .cart-total {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .cart-total {
    padding: 3rem;
  }
}

@media (min-width: 1366px) {
  .cart-total {
    padding: 3rem 6.25rem;
  }
}

.cart-total hr {
  border-color: #004098;
}

.cart-total.white {
  background-color: #ffffff;
  padding-top: 0;
}

.cart-total-text {
  margin-bottom: 1rem;
}

.cart-total-text p {
  display: block;
}

.cart-total-text p span {
  background-color: #e0e0e0;
  padding: 0.25rem 0.5rem;
}

@media (min-width: 992px) {
  .cart-total-text {
    margin-bottom: 0;
  }
}

.cart-total-list {
  padding-left: 15px;
}

@media (min-width: 1366px) {
  .cart-total-list {
    padding-left: 5rem;
  }
}

.cart-total-list .item {
  font-size: 0.9375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.cart-total-list .item span {
  font-size: 1rem;
}

.cart-total-list .item span.red {
  color: #d31a41;
}

.cart-total-list .item span.blue {
  color: #004098;
}

.cart-total-list .item span.lightBlue {
  color: #4d9ac4;
}

.cart-total-list .item span.green {
  color: #398746;
}

.cart-total-list .item b {
  color: #000000;
}

.cart-total-list .item strong {
  font-size: 1.125rem;
}

.cart-total-list .item .red {
  color: #a51414;
}

.cart-total-list .item .blue {
  color: #004098;
}

.cart-total-list .item > [class*='col-']:nth-child(2),
.cart-total-list .item > [class*='col-']:last-child {
  text-align: right;
}

@media (min-width: 576px) {
  .cart-total-list .item {
    font-size: 1.0625rem;
  }
  .cart-total-list .item span {
    font-size: 1.125rem;
  }
  .cart-total-list .item strong {
    font-size: 1.3125rem;
  }
  .cart-total-list .item .price {
    font-size: 1.125rem;
  }
  .cart-total-list .item > [class*='col-']:nth-child(2) {
    text-align: left;
  }
  .cart-total-list .item > [class*='col-']:last-child {
    text-align: right;
  }
}

/* CART ITEM */
.cart-item {
  background-color: #ffffff;
  padding: 2rem 1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .cart-item {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .cart-item {
    padding: 3rem;
  }
}

@media (min-width: 1366px) {
  .cart-item {
    padding: 3rem 6.25rem;
  }
}

.cart-item-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.75rem;
}

.cart-item-tit h2 {
  color: #004098;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.cart-item-tit .form-check-label {
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
}

@media (min-width: 576px) {
  .cart-item-tit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.cart-item-txt .remark {
  color: #666666;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}

/* CART INFO */
.cart-info {
  background-color: #ffffff;
  padding: 2rem 1rem;
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .cart-info {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .cart-info {
    padding: 3rem;
  }
}

@media (min-width: 1366px) {
  .cart-info {
    padding: 3rem 6.25rem;
  }
}

.cart-info-tit {
  border-bottom: 1px solid #004098;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}

.cart-info-tit h2 {
  color: #004098;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

.cart-info-txt {
  border-bottom: 1px solid #004098;
  padding-bottom: 0.75rem;
}

.cart-info-txt .nav li {
  margin-bottom: 0.75rem;
}

.cart-info-txt .nav li span {
  display: block;
}

.cart-info-txt .nav li.blue {
  color: #004098;
}

@media (min-width: 576px) {
  .cart-info-txt .nav li span {
    display: inline-block;
  }
}

/* CART FINISH */
.cart-finish {
  text-align: center;
  max-width: 100%;
  margin: 3rem auto;
}

@media (min-width: 576px) {
  .cart-finish {
    max-width: 500px;
  }
}

.cart-finish-tit {
  margin-bottom: 3rem;
}

.cart-finish-tit h2 {
  color: #000000;
  font-size: 1.125rem;
  letter-spacing: 0.15rem;
}

.cart-finish-tit h2 span {
  display: block;
  color: #004098;
  font-size: 1.25rem;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .cart-finish-tit h2 {
    font-size: 1.3125rem;
  }
  .cart-finish-tit h2 span {
    font-size: 1.6875rem;
  }
}

.cart-finish-txt p {
  line-height: 1.8;
}

.cart-finish-txt p span {
  color: #004098;
}

/* CALENDAR */
.calendar-picker {
  position: relative;
}

.calendar-picker::after {
  content: '\F229';
  font-family: 'bootstrap-icons';
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.calendar-picker.open::after {
  content: '\F235';
}

.calendar-content {
  display: none;
}

.calendar-content.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.calendar-content > [class*='col-'] {
  position: relative;
}

.calendar-content .prev {
  position: absolute;
  top: 0;
  left: 0;
}

.calendar-content .next {
  position: absolute;
  top: 0;
  right: 0;
}

.calendar-content .table th,
.calendar-content .table td {
  border: none;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.1rem;
}

.calendar-content .table thead th {
  color: #000000;
}

.calendar-content .table tbody th {
  color: #666666;
  padding: 1rem 0.1rem;
}

.calendar-content .table tbody td {
  color: #b7b7b7;
}

.calendar-content .table tbody td span {
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.calendar-content .table tbody td .form-check-input ~ .form-check-label {
  line-height: 30px;
  width: 30px;
  height: 30px;
}

@media (min-width: 576px) {
  .calendar-content .table tbody td span {
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .calendar-content .table tbody td .form-check-input ~ .form-check-label {
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 992px) {
  .calendar-content .table tbody td span {
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
  .calendar-content .table tbody td .form-check-input ~ .form-check-label {
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

.calendar-content .form-check-input {
  display: none;
}

.calendar-content .form-check-input ~ .form-check-label {
  border-radius: 3px;
  border: 1px solid #afafaf;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  cursor: pointer;
}

.calendar-content .form-check-input:checked ~ .form-check-label {
  background-color: #004098;
  color: #ffffff;
}

.calendar-content .form-check-input:disabled ~ .form-check-label {
  background-color: #e8e8e8;
  color: #b7b7b7;
  cursor: default;
}

.calendar-content.time {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.calendar-content.time.open {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.calendar-content.time .form-check-label {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  line-height: 45px;
  width: 100%;
  height: 45px;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .calendar-content.time .form-check-label {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
    width: 210px;
  }
}

/*------------------------------------*\
    LOGIN
\*------------------------------------*/
.login {
  background-color: #f7f7f7;
  min-height: 400px;
}

@media (min-width: 992px) {
  .login .container {
    top: -360px;
    margin-bottom: -360px;
  }
}

/* LOGIN CONTENT */
.login-content {
  -webkit-box-shadow: 0 0 30px rgba(0, 64, 152, 0.35);
  box-shadow: 0 0 30px rgba(0, 64, 152, 0.35);
  background-color: #ffffff;
  margin-bottom: 2rem;
}

/* LOGIN ITEM */
.login-item {
  padding: 2rem 1rem !important;
}

@media (min-width: 992px) {
  .login-item {
    padding: 3rem !important;
  }
}

@media (min-width: 1366px) {
  .login-item {
    padding: 6.5rem !important;
  }
}

.login-item + .login-item {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .login-item + .login-item {
    margin-top: 0;
  }
}

.login-item + .login-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  width: auto;
  height: 1px;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
}

@media (min-width: 768px) {
  .login-item + .login-item::before {
    width: 1px;
    height: auto;
    left: 0;
    right: auto;
    top: 3rem;
    bottom: 3rem;
  }
}

@media (min-width: 1366px) {
  .login-item + .login-item::before {
    top: 6.5rem;
    bottom: 6.5rem;
  }
}

/* LOGIN TITLE */
.login-tit {
  margin-bottom: 2.75rem;
}

.login-tit h2 {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.login-tit h2 img {
  margin-bottom: 0.5rem;
}

.login-tit h2 span {
  color: #004098;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
}

@media (min-width: 576px) {
  .login-tit h2 {
    font-size: 1.25rem;
  }
  .login-tit h2 span {
    font-size: 1.6875rem;
  }
}

/* LOGIN LINK */
.login-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1.75rem 0;
}

@media (min-width: 576px) {
  .login-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.login-link .nav li + li {
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
}

.login-link .nav li + li::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.login-link > a {
  text-decoration: underline;
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .login-link > a {
    margin-top: 0;
  }
}

/* LOGIN BUTTON */
.login-btn p {
  color: #000000;
  font-size: 0.9375rem;
  text-align: center;
  margin: 1.75rem 0 0.5rem;
}

.login-btn .btn {
  width: 100%;
}

.login-btn .btn + .btn {
  margin-top: 1rem;
  margin-left: 0;
}

@media (min-width: 576px) {
  .login-btn .btn {
    font-size: 1.125rem;
    line-height: 50px;
    height: 50px;
  }
}

/* LOGIN NOTE */
.login-note {
  line-height: 1.8;
  text-align: center;
  margin: 2.75rem 0 2rem;
}

.login-note span {
  color: #004098;
}

.login-note a {
  color: #004098;
  text-decoration: underline;
}

/*------------------------------------*\
    MEMBER
\*------------------------------------*/
.member {
  background-color: #f7f7f7;
  min-height: 600px;
}

@media (min-width: 992px) {
  .member .container {
    top: -145px;
    margin-bottom: -145px;
  }
}

.member .login-btn {
  text-align: center;
  margin-top: 3rem;
}

.member .cart-step .nav {
  max-width: 580px;
}

.member .cart-step .nav li {
  width: 33.33%;
}

.member .btn {
  width: 100%;
  max-width: 415px;
}

@media (min-width: 576px) {
  .member .btn {
    font-size: 1.125rem;
    line-height: 50px;
    height: 50px;
  }
}

.member-s .container {
  max-width: 100%;
}

@media (min-width: 768px) {
  .member-s .container {
    max-width: 760px;
  }
}

.member-m .container {
  max-width: 100%;
}

@media (min-width: 992px) {
  .member-m .container {
    max-width: 930px;
  }
}

.member-m .login-txt {
  max-width: 415px;
  margin: 0 auto;
}

/* MEMBER CONTENT */
.member-content {
  -webkit-box-shadow: 0 0 30px rgba(0, 64, 152, 0.35);
  box-shadow: 0 0 30px rgba(0, 64, 152, 0.35);
  background-color: #ffffff;
  margin-bottom: 2rem;
  padding: 2rem 1rem !important;
}

@media (min-width: 576px) {
  .member-content {
    padding: 3rem !important;
  }
}

@media (min-width: 1366px) {
  .member-content {
    padding: 6.5rem 10rem !important;
  }
}

.member-content .cart-list,
.member-content .cart-total,
.member-content .cart-info {
  padding: 1rem 0;
}

/* MEMBER MENU */
.member-menu {
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  display: none;
}

@media (min-width: 992px) {
  .member-menu {
    display: block;
  }
}

.member-menu .nav li {
  text-align: center;
  line-height: 80px;
  width: 20%;
  height: 80px;
}

.member-menu .nav li + li {
  position: relative;
}

.member-menu .nav li + li::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.member-menu .nav li a {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.25rem;
}

.member-menu .nav li a:hover,
.member-menu .nav li a:focus,
.member-menu .nav li a.active {
  background-color: #004098;
  color: #ffffff;
}

/* MEMBER PICTURE */
.member-pic {
  text-align: center;
  margin-bottom: 2rem;
}

.member-pic img {
  width: 105px;
}

/* MEMBER LIST */
.member-list .table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #666666;
  margin-bottom: 2rem;
}

.member-list .table th,
.member-list .table td {
  text-align: center;
  vertical-align: middle;
}

.member-list .table th:first-child,
.member-list .table th:nth-child(2),
.member-list .table td:first-child,
.member-list .table td:nth-child(2) {
  text-align: left;
}

.member-list .table thead th {
  border-top: none;
  border-width: 1px;
  border-color: #004098;
  background-color: #e0e0e0;
  color: #004098;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

.member-list .table tbody tr:first-child td {
  border-top: none;
}

.member-list .table tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.0625rem;
  line-height: 2;
  padding: 0.5rem 0.75rem;
}

.member-list .table tbody td span {
  display: block;
}

.member-list .table tbody td.blue {
  color: #004098;
}

.member-list .table tbody td.red {
  color: #e60012;
}

.member-list .table tbody td.black {
  color: #000000;
}

@media (min-width: 768px) {
  .member-list .table tbody td {
    padding: 1rem 1rem;
  }
}

@media (min-width: 992px) {
  .member-list .table tbody td span {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .member-list .table {
    border-bottom: none;
  }
  .member-list .table thead {
    display: none;
  }
  .member-list .table tbody tr {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
  .member-list .table tbody tr:first-child td {
    border-top: 1px solid rgba(35, 24, 21, 0.15);
  }
  .member-list .table tbody td {
    border-top: 1px solid rgba(35, 24, 21, 0.15);
    text-align: right;
    display: block;
    width: 100%;
    padding: 0.5rem;
    padding-left: 110px;
    position: relative;
  }
  .member-list .table tbody td::before {
    content: attr(data-content);
    color: #666666;
    text-align: left;
    white-space: nowrap;
    width: 125px;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .member-list .table tbody td:first-child,
  .member-list .table tbody td:nth-child(2) {
    text-align: right;
  }
}

/* MEMBER POINT */
.member-point a {
  color: #004098;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .member-point a {
    font-size: 1.125rem;
  }
}

.member-point strong {
  color: #000000;
  font-size: 2rem;
  display: block;
}

.member-point strong.red {
  color: #e60012;
}

@media (min-width: 576px) {
  .member-point strong {
    font-size: 2.5rem;
  }
}

.member-point span {
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .member-point span {
    font-size: 1.125rem;
  }
}

.member-point .list {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0.5rem 0 3rem;
}

.member-point .list > [class*='col-'] {
  padding: 2.25rem 1rem;
}

.member-point .list > [class*='col-'] + [class*='col-'] {
  position: relative;
}

.member-point .list > [class*='col-'] + [class*='col-']::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  width: auto;
  height: 1px;
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
}

@media (min-width: 768px) {
  .member-point .list > [class*='col-'] {
    padding: 2.25rem;
  }
  .member-point .list > [class*='col-'] + [class*='col-']::before {
    width: 1px;
    height: auto;
    top: 1.75rem;
    bottom: 1.75rem;
    right: auto;
  }
}

/* MEMBER GROUP */
.member-group {
  margin-bottom: 2rem;
}

/* MEMBER ITEM */
.member-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #004098;
  padding: 2rem 1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .member-item {
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .member-item {
    padding: 2rem 2.75rem;
  }
}

.member-item > [class*='col-']:first-child {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .member-item > [class*='col-']:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 1rem !important;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .member-item > [class*='col-']:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}

.member-item > [class*='col-']:last-child {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.member-item > [class*='col-']:last-child a {
  color: #004098;
  font-size: 0.875rem;
  text-decoration: underline;
}

.member-item > [class*='col-']:last-child a:hover,
.member-item > [class*='col-']:last-child a:focus {
  color: #000000;
}

@media (min-width: 1600px) {
  .member-item > [class*='col-']:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.member-item .info li {
  width: 50%;
  margin-bottom: 1rem;
}

.member-item .info li span {
  color: #000000;
  display: block;
  margin-bottom: 0.25rem;
}

.member-item .info li.blue {
  color: #004098;
  font-size: 1.0625rem;
}

.member-item .info li.red {
  color: #a51414;
  font-weight: bold;
}

@media (min-width: 576px) {
  .member-item .info li {
    width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .member-item .info li {
    width: 20%;
  }
}

.member-item .work {
  background-color: #f7f7f7;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.member-item .work li {
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

.member-item .work li:first-child {
  color: #000000;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.member-item .work li strong {
  display: block;
  margin-right: 0.25rem;
}

.member-item .work li i {
  color: #004098;
  margin-right: 0.25rem;
}

@media (min-width: 768px) {
  .member-item .work li strong {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .member-item .work {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .member-item .work li {
    margin-right: 1rem;
  }
}

/* MEMBER INFO */
.member-info {
  background-color: #f7f7f7;
  padding: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 576px) {
  .member-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 2rem;
  }
}

.member-info .nav {
  margin-bottom: 1rem;
}

.member-info .nav li {
  margin-bottom: 0.25rem;
}

.member-info .nav li:last-child {
  margin-bottom: 0;
}

.member-info .nav li.blue {
  color: #004098;
}

.member-info .nav li span {
  color: #000000;
  margin-right: 1rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .member-info .nav {
    margin-bottom: 0;
  }
}

.member-info .btn {
  border-radius: 3px;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  line-height: 40px;
  max-width: 160px;
  height: 40px;
}

/* MEMBER BUTTON */
.member-btn {
  text-align: center;
  margin-top: 2rem;
}

.member-btn-s .btn {
  max-width: 240px;
}

/*------------------------------------*\
    ACCOUNT
\*------------------------------------*/
@media (min-width: 992px) {
  .account .member-content {
    padding-top: 8rem !important;
  }
}

@media (min-width: 1366px) {
  .account .member-content {
    padding-top: 10rem !important;
  }
}

.account .form .codes img {
  right: 0;
}
