@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --font168:8.75vw;
  --font128:6.6667vw;
  --font96:5vw;
  --font74:3.855vw;
  --font69:3.5938vw;
  --font64:3.33335vw;
  --font60:3.125vw;
  --font48:2.5vw;
  --font40:2.0835vw;
  --font34:1.77085vw;
  --font32:1.66671vw;
  --font28:1.4584vw;
  --font24:1.25vw;
  --font22:1.14585vw;
  --font20:1.0417vw;
  --font18:0.9375vw;
  --font16:0.83334vw;
  --font14:0.72917vw;
  --font10:0.5209vw;
}

@media all and (max-width: 1660px) {
  :root {
    --font168:calc(0.1vw + 8.75vw);
    --font128:calc(0.1vw + 6.6667vw);
    --font96:calc(0.1vw + 5vw);
    --font74:calc(0.1vw + 3.855vw);
    --font69:calc(0.1vw + 3.5938vw);
    --font64:calc(0.1vw + 3.33335vw);
    --font60:calc(0.1vw + 3.125vw);
    --font48:calc(0.1vw + 2.5vw);
    --font40:calc(0.1vw + 2.0835vw);
    --font34:calc(0.1vw + 1.77085vw);
    --font32:calc(0.1vw + 1.66671vw);
    --font28:calc(0.1vw + 1.4584vw);
    --font24:calc(0.1vw + 1.25vw);
    --font22:calc(0.1vw + 1.14585vw);
    --font20:calc(0.1vw + 1.0417vw);
    --font18:calc(0.1vw + 0.9375vw);
    --font16:calc(0.1vw + 0.83334vw);
    --font14:calc(0.1vw + 0.72917vw);
    --font10:calc(0.1vw + 0.5209vw);
  }
}
@media all and (max-width: 1440px) {
  :root {
    --font168:calc(0.2vw + 8.75vw);
    --font128:calc(0.2vw + 6.6667vw);
    --font96:calc(0.2vw + 5vw);
    --font74:calc(0.2vw + 3.855vw);
    --font69:calc(0.2vw + 3.5938vw);
    --font64:calc(0.2vw + 3.33335vw);
    --font60:calc(0.2vw + 3.125vw);
    --font48:calc(0.2vw + 2.5vw);
    --font40:calc(0.2vw + 2.0835vw);
    --font34:calc(0.2vw + 1.77085vw);
    --font32:calc(0.2vw + 1.66671vw);
    --font28:calc(0.2vw + 1.4584vw);
    --font24:calc(0.2vw + 1.25vw);
    --font22:calc(0.2vw + 1.14585vw);
    --font20:calc(0.2vw + 1.0417vw);
    --font18:calc(0.2vw + 0.9375vw);
    --font16:calc(0.2vw + 0.83334vw);
    --font14:calc(0.2vw + 0.72917vw);
    --font10:calc(0.2vw + 0.5209vw);
  }
}
@media all and (max-width: 1024px) {
  :root {
    --font168:calc(0.6vw + 8.75vw);
    --font128:calc(0.6vw + 6.6667vw);
    --font96:calc(0.6vw + 5vw);
    --font74:calc(0.6vw + 3.855vw);
    --font69:calc(0.6vw + 3.5938vw);
    --font64:calc(0.6vw + 3.33335vw);
    --font60:calc(0.6vw + 3.125vw);
    --font48:calc(0.6vw + 2.5vw);
    --font40:calc(0.6vw + 2.0835vw);
    --font34:calc(0.6vw + 1.77085vw);
    --font32:calc(0.6vw + 1.66671vw);
    --font28:calc(0.6vw + 1.4584vw);
    --font24:calc(0.6vw + 1.25vw);
    --font22:calc(0.6vw + 1.14585vw);
    --font20:calc(0.6vw + 1.0417vw);
    --font18:calc(0.6vw + 0.9375vw);
    --font16:calc(0.6vw + 0.83334vw);
    --font14:calc(0.6vw + 0.72917vw);
    --font10:calc(0.6vw + 0.5209vw);
  }
}
body, html {
  font-family: "Noto Sans TC", "Inter", sans-serif;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #F3F4F8;
  -webkit-text-size-adjust: none;
  color: #000;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    overflow: 1;
  }
}
/* Safari */
@keyframes prloader {
  0% {
    background-image: url(../images/loading/loading_00.svg);
  }
  30% {
    background-image: url(../images/loading/loading_01.svg);
  }
  40% {
    background-image: url(../images/loading/loading_02.svg);
  }
  60% {
    background-image: url(../images/loading/loading_03.svg);
  }
  80% {
    background-image: url(../images/loading/loading_04.svg);
  }
  90% {
    background-image: url(../images/loading/loading_05.svg);
  }
  100% {
    background-image: url(../images/loading/loading_06.svg);
  }
}
a {
  transition: 0.5s ease;
  text-decoration: none;
}

button {
  transition: 0.5s ease;
}

textarea, select, input, button {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

h3, p {
  /*text-align: justify;*/
  text-justify: inter-word;
}

.clear-fix {
  clear: both;
}

::-moz-placeholder {
  color: #7A7A7A;
}

::placeholder {
  color: #7A7A7A;
}

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

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #E8E8E8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7A7A7A;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #202939;
}

@media all and (max-width: 640px) {
  #preloder .loader .img {
    width: 160px;
    height: 72px;
    background-size: contain;
  }
  #preloder .loader .deco {
    margin-top: 10px;
    padding-top: 10px;
  }
  #preloder .loader .desc {
    font-size: 12px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  border-bottom: 1px solid #E6E8EC;
}
header .header-div {
  position: relative;
  padding: 14px 0;
}
header .header-div .outer-div {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .header-div .outer-div .brand {
  position: relative;
  padding-right: 20px;
}
header .header-div .outer-div .brand a {
  display: flex;
  align-items: center;
  min-height: 60px;
}
header .header-div .outer-div .brand a img {
  height: 65px;
  width: auto;
  display: block;
}
header .header-div .outer-div .brand:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 40px;
  background-color: #E6E8EC;
}
header .header-div .outer-div .navi {
  position: relative;
  z-index: 3;
}
header .header-div .outer-div .navi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-div .outer-div .navi ul li {
  display: inline-block;
  position: relative;
}
header .header-div .outer-div .navi ul li:nth-child(1):after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 40px;
  background-color: #E6E8EC;
}
header .header-div .outer-div .navi ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #777E90;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 20px;
  position: relative;
  min-height: 60px;
}
header .header-div .outer-div .navi ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 40px;
  background-color: #E6E8EC;
}
header .header-div .outer-div .navi ul li a span {
  display: block;
  text-align: center;
}
header .header-div .outer-div .navi ul li a span:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header .header-div .outer-div .navi ul li a span:nth-child(1) img:nth-child(2) {
  position: absolute;
  opacity: 0;
}
header .header-div .outer-div .navi ul li a:hover {
  color: #18387F;
}
header .header-div .outer-div .navi ul li a:hover span:nth-child(1) img:nth-child(1) {
  opacity: 0;
}
header .header-div .outer-div .navi ul li a:hover span:nth-child(1) img:nth-child(2) {
  opacity: 1;
}
header .header-div .outer-div .navi ul li.member {
  padding-left: 20px;
}
header .header-div .outer-div .navi ul li.member a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-color: #18387F;
  border-radius: 6px;
  min-width: 150px;
  min-height: 40px;
  padding: 0;
  color: #fff;
}
header .header-div .outer-div .navi ul li.member a:hover {
  background-color: #777E90;
}
header .header-div .outer-div .navi ul li.member a:after {
  background-color: transparent;
}
header .header-div .outer-div .navi ul li.had-dropdown:hover .dropdown {
  display: block;
}
header .header-div .outer-div .navi ul li .dropdown {
  position: absolute;
  min-width: 100%;
  display: none;
  border-bottom: 5px solid #18387F;
  padding-top: 15px;
}
header .header-div .outer-div .navi ul li .dropdown .list-items {
  padding: 0 10px;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
header .header-div .outer-div .navi ul li .dropdown .list-items a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #5A5A5A;
  padding: 2px 0;
  border-bottom: 1px solid #FAFAFA;
  min-height: 40px;
}
header .header-div .outer-div .navi ul li .dropdown .list-items a:after {
  background-color: transparent;
}
header .header-div .outer-div .navi ul li .dropdown .list-items a:hover {
  color: #18387F;
}
header .header-div .outer-div .navi ul li .dropdown .list-items a:last-child {
  border-bottom: none;
}
header .header-div .outer-div .buy {
  position: relative;
}
header .header-div .outer-div .buy a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202939;
  color: #fff;
  border-radius: 100px;
  min-width: 136px;
  min-height: 40px;
}
header .header-div .outer-div .buy a:hover {
  background-color: #FF595A;
}

.body-green header .header-div .outer-div {
  background-color: #4AA115;
}

.scroll.body-home header .header-div .outer-div {
  position: relative;
}
.scroll.body-home header .header-div .outer-div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100px;
  border-radius: 24px;
  /*background-color:$primary02 ;*/
}

main {
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1320px) {
  header .header-div .outer-div {
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
  header .header-div .outer-div .navi {
    width: auto;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
}
@media all and (max-width: 750px) {
  header .header-div {
    padding: 0;
  }
  header .header-div .outer-div .brand {
    padding-right: 0;
  }
  header .header-div .outer-div .brand:after {
    background-color: transparent;
  }
  header .header-div .outer-div .navi ul li a {
    font-size: 10px;
    padding: 0 5px;
  }
  header .header-div .outer-div .navi ul li a span:nth-child(1) img {
    transform: scale(0.8);
  }
  header .header-div .outer-div .navi ul li.member a {
    min-width: 101px;
  }
}
footer {
  position: relative;
  z-index: 2;
  background-color: #18387F;
}
footer .block-outer {
  max-width: 1120px;
}
footer .section-footer .footer-top {
  padding-top: 80px;
}
footer .section-footer .footer-top .two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .section-footer .footer-top .two-cols .col01 .society {
  margin-top: 20px;
}
footer .section-footer .footer-top .two-cols .col01 .society a {
  display: inline-block;
}
footer .section-footer .footer-top .two-cols .col01 .society a:hover {
  opacity: 0.4;
}
footer .section-footer .footer-top .two-cols .col02 ul li {
  display: inline-block;
  min-width: 150px;
}
footer .section-footer .footer-top .two-cols .col02 ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
footer .section-footer .footer-bottom {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 30px;
}
footer .section-footer .footer-bottom .block-outer {
  border-top: 1px solid #fff;
  padding: 25px 0;
}

.toggle-btn {
  position: fixed;
  left: 20px;
  top: 18px;
  z-index: 88;
  background-color: transparent;
  display: none;
  width: 24px;
  height: 30px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
.toggle-btn span {
  display: block;
  background-color: #FF595A;
  height: 2px;
  width: 24px;
  margin: 5px 0;
}

.btn-message {
  display: inline-flex;
  position: fixed;
  right: 0;
  top: 80%;
  z-index: 10;
}

#mobile-nav {
  position: fixed;
  left: 10px;
  top: 75px;
  width: 156px;
  background-color: #fff;
  background-size: 100% auto;
  z-index: 10;
  display: none;
  background-color: #fff;
  border-radius: 16px;
  height: calc(var(--vh, 1vh) * 100 - 75px - 10px);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}
#mobile-nav .brand {
  text-align: left;
  padding: 30px 0 20px 10px;
  border-bottom: 1px solid #E6E8EC;
  margin: 10px;
}
#mobile-nav .navi {
  margin: 10px;
  overflow: hidden;
  overflow-y: auto;
}
#mobile-nav .navi ul li {
  display: block;
  border-bottom: 1px solid #E6E8EC;
}
#mobile-nav .navi ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 6px 15px;
}

.body-toggle-open {
  position: relative;
}
.body-toggle-open #mobile-nav {
  display: block;
}

.popup-div {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.popup-div.open-popup-div {
  display: flex;
}

.popup-box {
  background: #fff;
  width: 540px;
  max-width: 90%;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 20px;
  position: relative;
  animation: popupFade 0.2s ease-out;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}

.popup-header h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.popup-body {
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #444;
}

.form-group input {
  width: 95%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.btn-submit {
  background-color: #a67c52;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

.register-link {
  text-align: center;
  margin-top: 10px;
}

.register-link a {
  color: #8040bf;
  text-decoration: none;
  font-weight: bold;
}

@keyframes popupFade {
  from { transform: translateY(-10px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.captcha-group {
  margin-top: 20px;
}

.captcha-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.captcha-wrapper img {
  height: 40px;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 4px;
}

.refresh-captcha {
  background-color: #666;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.popup-overlap, .mobile-overlap {
  background-color: rgba(217, 217, 217, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
}

.mobile-overlap {
  z-index: 3;
}

.popup-overlap {
  z-index: 77;
}

.body-open-popup .popup-overlap {
  display: block;
}

.body-toggle-open .mobile-overlap {
  display: block;
}

.float-icons {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 88;
  width: 48px;
}
.float-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #18387F;
  border: 1px solid #fff;
  width: 48px;
  height: 48px;
  margin: 2px 0;
}
.float-icons a img {
  width: 32px;
}
.float-icons a:hover {
  opacity: 0.4;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 750px) {
  footer .section-footer .footer-top {
    padding-top: 20px;
  }
  footer .section-footer .footer-top .two-cols .col02 ul {
    display: none;
  }
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #18387F;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #18387F;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #18387F;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  /*background-color: #18387F;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container input:checked ~ .checkmark:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  background-color: #fff;
}

.checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #18387F;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  color: #697586;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container :hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #18387F;
  border: 1px solid #18387F;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

@media all and (max-width: 750px) {
  .radio-container {
    font-size: 12px;
  }
  .radio-container .checkmark {
    top: 1px;
  }
}
.form-div .item {
  margin: 10px 0;
}
.form-div .item .label {
  font-size: 12px;
  color: #686868;
  font-weight: 700;
}
.form-div .item .label.wid-label {
  width: -moz-max-content;
  width: max-content;
}
.form-div .item .label sup {
  color: #00A7E1;
}
.form-div .item .controller {
  margin-top: 5px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form-div .item .controller input {
  width: calc(100% - 22px);
  padding: 0 10px;
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
}
.form-div .item .controller input::-webkit-outer-spin-button,
.form-div .item .controller input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-div .item .controller input[type=number] {
  -moz-appearance: textfield;
}
.form-div .item .controller .checkbox-container input {
  width: auto;
}
.form-div .item .controller .checked-container input {
  width: auto;
}
.form-div .item .controller select {
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  height: 45px;
  background-color: #fff;
  color: #686868;
}
.form-div .item .controller textarea {
  resize: none;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 10px;
  width: calc(100% - 22px);
  height: 184px;
}
.form-div .item .controller .desc p {
  color: #B1B1B1;
  font-size: 10px;
  margin-bottom: 15px;
}
.form-div .item .controller .desc p:last-child {
  margin-bottom: 0;
}
.form-div .item .two-col {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.form-div .item .two-col .col {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.form-div .item .three-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .three-col .col {
  width: calc(33.3333333333% - 7.5px);
}
.form-div .item .keyin-item:hover .label {
  color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller input {
  border-color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller select {
  border-color: #00A7E1;
  color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller textarea {
  border-color: #00A7E1;
}
.form-div .item .city-State {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .city-State .keyin-item:nth-child(1) {
  width: 196px;
}
.form-div .item .city-State .keyin-item:nth-child(2) {
  width: 108px;
}
.form-div .item .city-State .keyin-item:nth-child(2) select {
  width: 100%;
}
.form-div .item .col-2-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-2-3 .keyin-item:nth-child(1) {
  width: 110px;
}
.form-div .item .col-2-3 .keyin-item:nth-child(2) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-3-2 .keyin-item:nth-child(1) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 .keyin-item:nth-child(2) {
  width: 110px;
}
.form-div .item .qty {
  width: 196px;
}
.form-div .item .qty .controller select {
  width: 100%;
}
.form-div .item .ups-ffdex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-div .item .ups-ffdex .col01 {
  width: calc(100% - 540px);
}
.form-div .item .ups-ffdex .col01 .radio-container {
  margin-top: 15px;
}
.form-div .item .ups-ffdex .col02 {
  width: 540px;
}
.form-div .item .keep-forgot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.form-div .item .keep-forgot .col01 {
  width: 50%;
}
.form-div .item .keep-forgot .col02 {
  width: 50%;
  text-align: right;
  font-size: 12px;
  color: #B1B1B1;
}
.form-div .item .keep-forgot .col02 a {
  color: #00A7E1;
}
.form-div .item.or {
  margin: 20px 0;
}
.form-div .item.or .or-div {
  color: #686868;
  font-size: 12px;
  position: relative;
  text-align: center;
}
.form-div .item.or .or-div span {
  background-color: #fff;
  padding: 0 10px;
}
.form-div .item.or .or-div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #F5F5F7;
}
.form-div .item.remark {
  margin: 20px 0;
}
.form-div .item.action {
  margin-top: 20px;
  margin-bottom: 0;
}
.form-div .item.action button {
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #00A7E1;
  font-size: 12px;
  line-height: 45px;
  color: #fff;
  margin: 0 auto;
}
.form-div .item.action button:hover {
  opacity: 0.3;
}
.form-div .item.action button a {
  color: #fff;
  display: block;
}
.form-div .item .apply-account {
  text-align: center;
  color: #B1B1B1;
  font-size: 12px;
}
.form-div .item .apply-account span {
  display: block;
}
.form-div .item .apply-account .green {
  color: #00A7E1;
}

.form-item .box-div {
  background-color: #fff;
  padding: 20px 55px 50px 55px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.form-item .desc h3 {
  font-size: 14px;
  color: #00A7E1;
  font-weight: 700;
  margin-left: -30px;
}
.form-item .item-desc p {
  font-size: 10px;
  color: #B1B1B1;
}

@media all and (max-width: 640px) {
  .form-div .item .two-col {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .form-div .item .two-col .col {
    margin: 0;
    width: 100%;
  }
  .form-div .item .two-col .col:nth-child(2) {
    margin-top: 10px;
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(1) {
    width: calc(65% - 10px);
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(2) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(1) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(2) {
    width: calc(65% - 10px);
  }
  .form-div .item .keep-forgot {
    display: block;
  }
  .form-div .item .keep-forgot .col01 {
    width: 100%;
  }
  .form-div .item .keep-forgot .col02 {
    margin-top: 5px;
    width: 100%;
    text-align: left;
  }
  .form-div .item .three-col {
    display: block;
  }
  .form-div .item .three-col .col {
    width: 100%;
    margin: 10px 0;
  }
}
.block-outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

main {
  padding-top: 88px;
}

.tag span {
  display: inline-block;
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  background-color: #18387F;
  padding: 0px 8px;
  line-height: 1.8;
}

.section-step {
  overflow: hidden;
  padding-bottom: 80px;
}
.section-step .block-slider {
  margin-top: 50px;
}
.section-step .block-slider .swiperBanner {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.section-step .block-slider .swiperBanner .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
}
.section-step .block-slider .swiperBanner .swiper-slide img {
  width: 100%;
}
.section-step .block-slider .swiperBanner .swiper-slide img.mobile {
  display: none;
}
.section-step .block-slider .swiperBanner .swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  background-image: url(./../images/slider_arrow_right_gray.svg);
}
.section-step .block-slider .swiperBanner .swiper-button-next:after {
  content: "";
}
.section-step .block-slider .swiperBanner .swiper-button-next:hover {
  background-image: url(./../images/slider_arrow_right_golden.svg);
}
.section-step .block-slider .swiperBanner .swiper-button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  left: auto;
  right: 45px;
  bottom: 0;
  background-image: url(./../images/slider_arrow_left_gray.svg);
}
.section-step .block-slider .swiperBanner .swiper-button-prev:after {
  content: "";
}
.section-step .block-slider .swiperBanner .swiper-button-prev:hover {
  background-image: url(./../images/slider_arrow_left_golden.svg);
}
.section-step .block-slider .swiperBanner .swiper-pagination {
  text-align: left;
}
.section-step .block-slider .swiperBanner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #EFEBE4;
}
.section-step .block-slider .swiperBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #18387F;
}
.section-step .block-01 {
  margin-top: 50px;
}
.section-step .block-01 .step-box {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
  border-radius: 40px;
  padding: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.section-step .block-01 .step-box .sub-bottom .step-list {
  width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col01 {
  width: 320px;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col01 .img {
  position: relative;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col01 .img img {
  width: 100%;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col01 .img span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  background-color: #18387F;
  border-radius: 100px;
  min-width: 72px;
  min-height: 72px;
  position: absolute;
  top: 0;
  font-family: "Inter", sans-serif;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col02 {
  width: calc(100% - 320px - 20px);
  padding-left: 20px;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col02 .sub-title h3 {
  padding-left: 5px;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col02 .sub-title h3 span {
  background-color: #F5F2EF;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #18387F;
  border-radius: 100px;
  padding: 2px 10px;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col02 .sub-deco {
  height: 30px;
  position: relative;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col02 .sub-deco:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(50% - 1px);
  height: 2px;
  background-color: #18387F;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col02 .sub-deco:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #18387F;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col02 .sub-info p {
  font-size: 20px;
  color: #9F8E7C;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(odd) .two-cols .col01 .img span {
  left: 0;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(even) .two-cols .col01 {
  margin-left: calc(100% - 320px);
  margin-right: -100%;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(even) .two-cols .col01 .img span {
  right: 0;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(even) .two-cols .col02 {
  padding-left: 0;
  padding-right: 20px;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(even) .two-cols .col02 .sub-title h3 {
  text-align: right;
}
.section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(even) .two-cols .col02 .sub-deco:after {
  left: auto;
  right: 0;
}
.section-step .block-02 {
  margin-top: 50px;
}
.section-step .block-02 .block-outer {
  max-width: 1200px;
}
.section-step .block-02 .faq-list {
  margin-top: 30px;
}
.section-step .block-02 .faq-list .item .question {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #18387F;
  padding: 15px 0;
}
.section-step .block-02 .faq-list .item .question b {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background-color: #18387F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
}
.section-step .block-02 .faq-list .item .question h3 {
  width: calc(100% - 48px - 24px - 20px);
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #131313;
}
.section-step .block-02 .faq-list .item .question i {
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_close_golden.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.section-step .block-02 .faq-list .item .answer {
  display: none;
}
.section-step .block-02 .faq-list .item .answer p {
  color: #131313;
  font-size: 16px;
}
.section-step .block-02 .faq-list .item.open .question i {
  width: 24px;
  height: 24px;
  background-image: url(./../images/icon_open_golden.svg);
}
.section-step .block-02 .faq-list .item.open .answer {
  display: block;
  padding: 15px 0;
}
.section-step .info h1 {
  font-size: 40px;
  font-weight: 700;
  color: #202939;
}
.section-step .info p {
  color: #697586;
  font-size: 16px;
  line-height: 1.6;
}

.section-order-detail {
  padding-bottom: 80px;
  /*overflow: hidden;*/
}
.section-order-detail .block-01 {
  margin-top: 50px;
}
.section-order-detail .block-01 .order-detail input[type=text] {
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fff;
  border-radius: 0;
}
.section-order-detail .block-01 .order-detail .two-cols {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.section-order-detail .block-01 .order-detail .two-cols .col01 {
  width: 808px;
}
.section-order-detail .block-01 .order-detail .two-cols .col01 .box {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
  border-radius: 8px;
  padding: 20px 15px 50px 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.section-order-detail .block-01 .order-detail .two-cols .col02 {
  padding-left: 20px;
  width: calc(100% - 808px - 20px);
}
.section-order-detail .block-01 .order-detail .two-cols .col02 .box {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
  border-radius: 8px;
  padding: 20px 15px 0px 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.section-order-detail .block-01 .order-detail .two-cols .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #D9DCE1;
}
.section-order-detail .block-01 .order-detail .two-cols .title h1 {
  font-size: 40px;
  font-weight: 700;
  color: #202939;
}
.section-order-detail .block-01 .order-detail .two-cols .title + .tag {
  margin-top: 30px;
}
.section-order-detail .block-01 .order-detail .two-cols .tag span {
  font-size: 16px;
  font-weight: 600;
}
.section-order-detail .block-01 .order-detail .two-cols .img img {
  width: 100%;
}
.section-order-detail .block-01 .order-detail .two-cols .sub-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #697586;
}
.section-order-detail .block-01 .order-detail .two-cols .sub-title h3 span {
  color: #AB2800;
}
.section-order-detail .block-01 .order-detail .two-cols .typ-list, .section-order-detail .block-01 .order-detail .two-cols .thickness-list {
  display: flex;
  flex-wrap: wrap;
}
.section-order-detail .block-01 .order-detail .two-cols .typ-list .item, .section-order-detail .block-01 .order-detail .two-cols .thickness-list .item {
  width: 200px;
  margin: 10px 0;
  margin-right: 15px;
}
.section-order-detail .block-01 .order-detail .two-cols .typ-list .item .radio-img img, .section-order-detail .block-01 .order-detail .two-cols .thickness-list .item .radio-img img {
  max-width: 100%;
}
.section-order-detail .block-01 .order-detail .two-cols .radius-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-order-detail .block-01 .order-detail .two-cols .radius-list .item {
  width: calc(33.3333333333% - 5px);
  display: inline-flex;
  align-items: center;
}
.section-order-detail .block-01 .order-detail .two-cols .radius-list .item label {
  font-size: 16px;
  font-weight: 700;
  color: #697586;
  width: 90px;
}
.section-order-detail .block-01 .order-detail .two-cols .radius-list .item input {
  margin-left: 5px;
  font-size: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 0px;
  width: calc(100% - 90px - 22px - 5px);
  color: #697586;
  min-height: 26px;
}
.section-order-detail .block-01 .order-detail .two-cols .remark {
  margin-top: 10px;
}
.section-order-detail .block-01 .order-detail .two-cols .remark p {
  font-size: 16px;
  font-weight: 500;
  color: #697586;
}
.section-order-detail .block-01 .order-detail .two-cols .remark + .tag {
  margin-top: 15px;
}
.section-order-detail .block-01 .order-detail .two-cols .print-list .item {
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 10px 0;
}
.section-order-detail .block-01 .order-detail .two-cols .print-list .item img {
  max-width: 100%;
}
.section-order-detail .block-01 .order-detail .two-cols .print-list .item .print-img h4 {
  font-size: 16px;
  color: #868686;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
.section-order-detail .block-01 .order-detail .two-cols .print-list .item .print-img img {
  display: none;
}
.section-order-detail .block-01 .order-detail .two-cols .print-list .item .radio-container {
  font-weight: 700;
}
.section-order-detail .block-01 .order-detail .two-cols .print-list .item.open {
  background-color: rgba(157, 126, 98, 0.1);
}
.section-order-detail .block-01 .order-detail .two-cols .print-list .item.open h4 {
  display: block;
}
.section-order-detail .block-01 .order-detail .two-cols .print-list .item.open img {
  display: block;
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .decrease-increase {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  /* Firefox */
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .decrease-increase .btn-decrease {
  width: 27px;
  height: 27px;
  background-image: url(./../images/icon_decrease_gray.svg);
  cursor: pointer;
  margin: 0;
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .decrease-increase .btn-decrease:hover {
  opacity: 0.4;
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .decrease-increase .btn-increase {
  width: 27px;
  height: 27px;
  background-image: url(./../images/icon_increase_gray.svg);
  cursor: pointer;
  margin: 0;
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .decrease-increase .btn-increase:hover {
  opacity: 0.4;
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .decrease-increase input {
  width: calc(100% - 27px - 27px - 20px);
  padding: 0 9px;
  border: 1px solid #D9D9D9;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  color: #697586;
  min-height: 22px;
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .decrease-increase input::-webkit-outer-spin-button,
.section-order-detail .block-01 .order-detail .two-cols .quantity .decrease-increase input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .decrease-increase input[type=number] {
  -moz-appearance: textfield;
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .unit-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .unit-price .unit {
  width: 100px;
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .unit-price .price {
  width: calc(100% - 100px);
}
.section-order-detail .block-01 .order-detail .two-cols .quantity .unit-price .price input {
  font-size: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 0px;
  color: #697586;
  width: calc(100% - 20px);
  text-align: right;
  min-height: 23px;
}
.section-order-detail .block-01 .order-detail .two-cols .shipping-list {
  display: flex;
  flex-wrap: wrap;
}
.section-order-detail .block-01 .order-detail .two-cols .shipping-list .item {
  width: 50%;
}
.section-order-detail .block-01 .order-detail .two-cols .sub-title-pickup-date {
  /*display: flex;
  align-items: center;*/
  margin: 10px 0;
}
.section-order-detail .block-01 .order-detail .two-cols .sub-title-pickup-date h3 {
  /*width: 100px;*/
}
.section-order-detail .block-01 .order-detail .two-cols .sub-title-pickup-date input {
  border: 1px solid #D9D9D9;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  color: #697586;
  height: 25px;
  padding: 0 9px;
  width: calc(100% - 20px);
  min-width: calc(100% - 20px);
  text-align: right;
  margin-top: 10px;
  background-color: #fff;
}
.section-order-detail .block-01 .order-detail .two-cols .pickup-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.section-order-detail .block-01 .order-detail .two-cols .pickup-list .item {
  width: 50%;
}
.section-order-detail .block-01 .order-detail .two-cols .tag + .sub-title {
  margin: 10px 0;
}
.section-order-detail .block-01 .order-detail .two-cols .order-detail .item {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
.section-order-detail .block-01 .order-detail .two-cols .order-detail .item .label {
  font-weight: 700;
  color: #697586;
}
.section-order-detail .block-01 .order-detail .two-cols .order-detail .item .desc {
  color: #777E90;
  text-align: right;
}
.section-order-detail .block-01 .order-detail .two-cols .total {
  background-color: #F6F3F0;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.section-order-detail .block-01 .order-detail .two-cols .total .label {
  font-weight: 700;
  color: #697586;
}
.section-order-detail .block-01 .order-detail .two-cols .total .desc {
  color: #777E90;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
}
.section-order-detail .block-01 .order-detail .two-cols .btn-add-cart {
  margin-top: 20px;
  background-color: #18387F;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  min-width: 100%;
  min-height: 42px;
  border-radius: 100px;
  border: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-order-detail .block-01 .order-detail .two-cols .btn-add-cart:hover {
  background-color: #777E90;
}

@media all and (max-width: 1240px) {
  .section-order-detail .block-01 .order-detail .two-cols .radius-list {
    display: block;
  }
  .section-order-detail .block-01 .order-detail .two-cols .radius-list .item {
    width: 100%;
    margin: 10px 0;
  }
  .section-order-detail .block-01 .order-detail .two-cols .radius-list .item label {
    width: 100px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .radius-list .item input {
    width: calc(100% - 6px - 100px);
  }
  .section-order-detail .block-01 .order-detail .two-cols .remark p {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 1200px) {
  .section-order-detail .block-01 .order-detail .two-cols .col01 {
    width: 65%;
  }
  .section-order-detail .block-01 .order-detail .two-cols .col02 {
    width: calc(35% - 20px);
  }
}
@media all and (max-width: 992px) {
  .section-step .block-01 .step-box .sub-bottom .step-list {
    width: 100%;
  }
}
@media all and (max-width: 750px) {
  main {
    padding-top: 61px;
  }
  .tag span {
    font-size: 12px;
  }
  .section-step .block-slider {
    margin-top: 15px;
  }
  .section-step .info h1 {
    font-size: 14px;
    padding: 15px 0;
  }
  .section-step .info p {
    font-size: 12px;
    line-height: 2;
  }
  .section-step .block-slider .swiperBanner .swiper-slide img.web {
    display: none;
  }
  .section-step .block-slider .swiperBanner .swiper-slide img.mobile {
    display: flex;
  }
  .section-step .block-01 .step-box {
    padding: 20px 15px;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item {
    margin: 15px 0;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols {
    display: block;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col01 {
    width: 100%;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col02 {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col02 .sub-title h3 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    min-width: 132px;
    min-height: 40px;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item .two-cols .col02 .sub-info p {
    font-size: 12px;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(odd) .two-cols {
    display: block;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(odd) .two-cols .col01 {
    width: 100%;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(odd) .two-cols .col01 .img span {
    left: 15%;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(even) .two-cols {
    display: block;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(even) .two-cols .col01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(even) .two-cols .col01 .img span {
    right: 15%;
  }
  .section-step .block-01 .step-box .sub-bottom .step-list .item:nth-child(even) .two-cols .col02 .sub-title h3 {
    text-align: left;
  }
  .section-step .block-02 .faq-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-step .block-02 .faq-list .item .question b {
    font-size: 12px;
  }
  .section-step .block-02 .faq-list .item .question h3 {
    font-size: 12px;
  }
  .section-step .block-02 .faq-list .item .answer p {
    font-size: 12px;
  }
  .section-order-detail .block-01 {
    margin-top: 15px;
  }
  .section-order-detail .block-01 .order-detail .two-cols {
    display: block;
  }
  .section-order-detail .block-01 .order-detail .two-cols .col01 {
    width: 100%;
  }
  .section-order-detail .block-01 .order-detail .two-cols .col02 {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .title h1 {
    font-size: 14px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .tag span {
    font-size: 12px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .sub-title h3 {
    font-size: 12px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .tag span {
    font-size: 12px;
    padding: 5px 10px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .sub-title h3 {
    font-size: 12px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .print-list .item .print-img h4 {
    font-size: 12px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .quantity .decrease-increase input {
    font-size: 14px;
    min-height: 23px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .order-detail .item {
    font-size: 12px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .total {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .total .desc {
    font-size: 12px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .radius-list .item label {
    font-size: 12px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .radius-list .item input {
    font-size: 14px;
    min-height: 23px;
  }
  .section-order-detail .block-01 .order-detail .two-cols .btn-add-cart {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */

@media all and (max-width: 750px) {
  header .header-div {
    padding: 8px 0;
  }

  header .header-div .outer-div {
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 0;
    display: block;
  }

  header .header-div .outer-div .brand {
    padding-right: 0;
    margin-bottom: 8px;
  }

  header .header-div .outer-div .brand a {
    min-height: auto;
  }

  header .header-div .outer-div .brand a img {
    height: 48px;
    width: auto;
    max-width: 220px;
  }

  header .header-div .outer-div .brand:after,
  header .header-div .outer-div .navi ul li:nth-child(1):after {
    display: none;
  }

  header .header-div .outer-div .navi {
    width: 100%;
    justify-content: flex-start;
    overflow-x: visible;
    overflow-y: visible;
    white-space: normal;
  }

  header .header-div .outer-div .navi ul {
    flex-wrap: nowrap;
  }

  header .header-div .outer-div .navi ul li a {
    min-height: 42px;
    font-size: 10px;
    padding: 0 7px;
  }

  header .header-div .outer-div .navi ul li.member {
    padding-left: 8px;
  }

  header .header-div .outer-div .navi ul li.member a {
    min-width: 105px;
    min-height: 34px;
    font-size: 11px;
  }

  main {
    padding-top: 125px;
  }
}

@media all and (max-width: 750px) {
  .popup-div {
    align-items: flex-start;
    padding: 90px 12px 20px;
    box-sizing: border-box;
    overflow-y: auto;
  }

  .popup-box {
    width: 100%;
    max-width: 360px;
    padding: 24px 16px 18px;
    box-sizing: border-box;
  }

  .form-group input {
    width: 100%;
    box-sizing: border-box;
  }

  .captcha-wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }

  .captcha-wrapper img {
    margin-right: 0;
    max-width: 140px;
  }
}

/* ===== RWD / Browser Zoom 修正：首頁 Banner 與 Header ===== */

/* 避免整頁因圖片或 Swiper 產生橫向位移 */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header 高度固定邏輯，讓 main padding 有一致依據 */
header .header-div .outer-div {
  min-height: 74px;
}

/* Swiper 外層寬度穩定 */
.section-step .block-slider .swiperBanner,
.section-step .block-slider .swiperBanner .swiper-wrapper,
.section-step .block-slider .swiperBanner .swiper-slide {
  width: 100%;
}

.section-step .block-slider .swiperBanner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

#front-member-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.front-logout-form {
    display: inline-flex;
    margin: 0;
}

.front-logout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 34px;
    padding: 0 14px;
    border: 1px solid #1f3c88;
    border-radius: 999px;
    background: #1f3c88;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.front-logout-btn:hover {
    background: #16306f;
}

.section-footer .footer-contact {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.35);
    color: #fff;
    text-align: center;
    line-height: 1.9;
    font-size: 14px;
}

.section-footer .footer-contact p {
    margin: 0 0 4px;
}

.section-footer .footer-contact br {
    display: block;
}

.section-footer .footer-bottom {
    padding-top: 14px;
    padding-bottom: 18px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.section-footer .footer-main {
    align-items: center;
}

@media (max-width: 767px) {
    .section-footer .footer-contact {
        font-size: 13px;
        line-height: 1.8;
        margin-top: 20px;
        padding-top: 18px;
    }
}

/* 瀏覽器縮放或中尺寸螢幕時，避免圖片過高或偏移 */
@media all and (max-width: 1440px) {
  .section-step .block-slider {
    margin-top: 30px;
  }
}

/* 1024 以下：Header 不要擠壓 Banner */
@media all and (max-width: 1024px) {
  main {
    padding-top: 92px;
  }

  .section-step .block-slider .swiperBanner .swiper-slide img {
    max-height: none;
  }
}

/* 手機版 */
@media all and (max-width: 750px) {
  header .header-div .outer-div {
    min-height: auto;
  }

  main {
    padding-top: 125px;
  }

  .section-step .block-slider {
    margin-top: 15px;
  }

  .section-step .block-slider .swiperBanner .swiper-slide {
    border-radius: 12px;
  }

  .section-step .block-slider .swiperBanner .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* 超小手機 */
@media all and (max-width: 480px) {
  main {
    padding-top: 118px;
  }

  header .header-div .outer-div .brand a img {
    height: 42px;
    max-width: 190px;
  }

  header .header-div .outer-div .navi ul li a {
    padding: 0 5px;
  }

  header .header-div .outer-div .navi ul li.member a {
    min-width: 96px;
    font-size: 10px;
  }
}

@media all and (max-width: 750px) {
  .section-step .block-slider {
    margin-top: 10px;
  }

  .section-step .block-slider .block-outer {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 0;
  }

  .section-step .block-slider .swiperBanner,
  .section-step .block-slider .swiper-wrapper,
  .section-step .block-slider .swiper-slide {
    height: auto !important;
  }

  .section-step .block-slider .swiper-slide {
    width: 100% !important;
  }

  .section-step .block-slider .swiper-slide a {
    display: block;
    width: 100%;
  }

  .section-step .block-slider .swiper-slide img.web {
    display: none !important;
  }

  .section-step .block-slider .swiper-slide img.mobile {
      display: block !important;
      width: 100%;
      height: auto;
      max-width: 100%;
  }

  .section-step .block-slider .swiperBanner .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 8px;
  }
}
