@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Noto Sans TC", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
p,
span {
  font-family: "Noto Sans TC", sans-serif;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

:root {
  /*derault*/
  --primary-color: #6D5443;
  /*hover*/
  --secondary-color: #A78D7C;
  /*active*/
  --third-color: #332A23;
  /*multi-hover*/
  --four-color: #BAAA92;
  /*multi-foucs*/
  --five-color: #E8E0CF;
  /*multi-foucs-text*/
  --foucs-color: #936B31;
  /**/
  --line-color: #06C755;
  --white-color: #ffffff;
  --remark-color: #F4697D;
  --remark-color-100: #D9A001;
  --mark-color: #2D5D96;
  --mark-colo-100: #0FA485;
  --mark-color-200: #0d9e82;
  --gray-color: #999999;
  --gray-color-100: #707070;
  --green-color: #14bb0b;
}

/*wh-勾勾用*/
.green-c {
  color: var(--green-color);
}

/*透明度*/
.op-6 {
  opacity: 0.6;
}

/*手指設定*/
.c-pot {
  cursor: pointer;
}

/*首頁*/
.bg-index-container {
  width: 100%;
  height: 100vh;
  background: url(../image/bg-full.png) no-repeat center center;
  background-size: cover;
  position: relative;
  /*左上*/
}
.bg-index-container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 420px solid transparent;
  border-top: 640px solid rgba(198, 198, 199, 0.2901960784);
}
@media screen and (max-width: 1500px) {
  .bg-index-container::after {
    border-left: 360px solid transparent;
    border-top: 540px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 1200px) {
  .bg-index-container::after {
    border-left: 320px solid transparent;
    border-top: 480px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 960px) {
  .bg-index-container::after {
    border-left: 240px solid transparent;
    border-top: 360px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 768px) {
  .bg-index-container::after {
    display: none;
  }
}
.bg-index-container {
  /*右下*/
}
.bg-index-container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 380px solid transparent;
  border-bottom: 620px solid rgba(198, 198, 199, 0.2901960784);
}
@media screen and (max-width: 1500px) {
  .bg-index-container::before {
    border-right: 320px solid transparent;
    border-bottom: 520px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 1200px) {
  .bg-index-container::before {
    border-right: 280px solid transparent;
    border-bottom: 460px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 960px) {
  .bg-index-container::before {
    border-right: 220px solid transparent;
    border-bottom: 340px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 768px) {
  .bg-index-container::before {
    display: none;
  }
}

.bg-full-container {
  width: 100%;
  height: auto;
  background: url(../image/bg-full.png) no-repeat center center;
  background-size: contain;
  position: relative;
  /*左上*/
}
.bg-full-container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 420px solid transparent;
  border-top: 640px solid rgba(198, 198, 199, 0.2901960784);
}
@media screen and (max-width: 1500px) {
  .bg-full-container::after {
    border-left: 360px solid transparent;
    border-top: 540px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 1200px) {
  .bg-full-container::after {
    border-left: 320px solid transparent;
    border-top: 480px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 960px) {
  .bg-full-container::after {
    border-left: 240px solid transparent;
    border-top: 360px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 768px) {
  .bg-full-container::after {
    display: none;
  }
}
.bg-full-container {
  /*右下*/
}
.bg-full-container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 380px solid transparent;
  border-bottom: 620px solid rgba(198, 198, 199, 0.2901960784);
}
@media screen and (max-width: 1500px) {
  .bg-full-container::before {
    border-right: 320px solid transparent;
    border-bottom: 520px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 1200px) {
  .bg-full-container::before {
    border-right: 280px solid transparent;
    border-bottom: 460px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 960px) {
  .bg-full-container::before {
    border-right: 220px solid transparent;
    border-bottom: 340px solid rgba(198, 198, 199, 0.2901960784);
  }
}
@media screen and (max-width: 768px) {
  .bg-full-container::before {
    display: none;
  }
}

.bg-lt {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/ltop.png) no-repeat center center;
  background-size: contain;
  aspect-ratio: 415/558;
  width: 415px;
  height: 558px;
}
@media screen and (max-width: 1500px) {
  .bg-lt {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .bg-lt {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .bg-lt {
    width: 216px;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .bg-lt {
    top: 0;
    left: 0;
    background: url(../image/ltop-mob.png) no-repeat top left;
    width: 250px;
    height: 290px;
    background-size: contain;
    aspect-ratio: 250/290;
    opacity: 0.4;
  }
}
@media screen and (max-width: 540px) {
  .bg-lt {
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 440px) {
  .bg-lt {
    width: 180px;
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  .bg-lt {
    width: 160px;
    height: auto;
  }
}

@media screen and (max-width: 580px) {
  .dpnone-pad {
    display: none;
  }
}

.bg-rb {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  background: url(../image/rb.png) no-repeat center center;
  background-size: contain;
  width: 518px;
  height: 556px;
  aspect-ratio: 518/556;
}
@media screen and (max-width: 1500px) {
  .bg-rb {
    width: 420px;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .bg-rb {
    width: 350px;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .bg-rb {
    width: 316px;
  }
}
@media screen and (max-width: 834px) {
  .bg-rb {
    bottom: 0;
    right: 0;
    background: url(../image/rb-mob.png) no-repeat center center;
    background-size: contain;
    width: 450px;
    height: 265px;
    aspect-ratio: 450/265;
    position: absolute;
  }
}
@media screen and (max-width: 540px) {
  .bg-rb {
    width: 384px;
    height: auto;
  }
}
@media screen and (max-width: 440px) {
  .bg-rb {
    width: 332px;
    height: auto;
  }
}

/*右上 個人資料 LOGO-水浮印*/
.logo-infor-icon-rt {
  content: "";
  position: absolute;
  top: 40px;
  right: 45px;
  background: url(../image/logo.png) no-repeat center center;
  background-size: contain;
  opacity: 0.5;
  width: 140px;
  height: 102px;
  aspect-ratio: 140/102;
}
@media screen and (max-width: 440px) {
  .logo-infor-icon-rt {
    width: 80px;
    height: auto;
    top: 2%;
    right: 3%;
  }
}
@media screen and (max-width: 420px) {
  .logo-infor-icon-rt {
    top: 1%;
    right: 5%;
  }
}

/*diff 右上LOGO-水浮印*/
.logo-diff-icon-rt {
  content: "";
  position: absolute;
  top: 40px;
  right: 45px;
  background: url(../image/logo.png) no-repeat center center;
  background-size: contain;
  opacity: 0.5;
  width: 140px;
  height: 102px;
  aspect-ratio: 140/102;
}
@media screen and (max-width: 1100px) {
  .logo-diff-icon-rt {
    width: 100px;
    height: auto;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 440px) {
  .logo-diff-icon-rt {
    width: 80px;
    top: 2%;
    right: 3%;
  }
}

/* 選題 右上LOGO-水浮印*/
.logo-mul-icon-rt {
  content: "";
  position: absolute;
  top: 40px;
  right: 45px;
  background: url(../image/logo.png) no-repeat center center;
  background-size: contain;
  opacity: 0.5;
  width: 140px;
  height: 102px;
  aspect-ratio: 140/102;
}
@media screen and (max-width: 834px) {
  .logo-mul-icon-rt {
    width: 100px;
    height: auto;
    right: 3%;
  }
}
@media screen and (max-width: 440px) {
  .logo-mul-icon-rt {
    width: 80px;
    height: auto;
    top: 3%;
  }
}

/*右上LOGO-水浮印*/
.logo-icon-rt {
  content: "";
  position: absolute;
  top: 40px;
  right: 45px;
  background: url(../image/logo.png) no-repeat center center;
  background-size: contain;
  opacity: 0.5;
  width: 140px;
  height: 102px;
  aspect-ratio: 140/102;
}
@media screen and (max-width: 1100px) {
  .logo-icon-rt {
    width: 100px;
    height: auto;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 440px) {
  .logo-icon-rt {
    width: 80px;
    top: 3%;
  }
}

/*右上LOGO-水浮印*/
.logo-icon-wh-rt {
  content: "";
  position: absolute;
  top: 40px;
  right: 45px;
  background: url(../image/logo.png) no-repeat center center;
  background-size: contain;
  opacity: 0.5;
  width: 140px;
  height: 102px;
  aspect-ratio: 140/102;
}
@media screen and (max-width: 1100px) {
  .logo-icon-wh-rt {
    width: 100px;
    height: auto;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 440px) {
  .logo-icon-wh-rt {
    width: 80px;
    top: 1%;
  }
}

/*內頁填寫&選單共用-FOR滿版*/
.bg-inP-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  background: url(../image/bg-full.png) no-repeat center center;
  background-size: contain;
}

/*浮動背景設定*/
.global-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/bg-full.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  /* 在最底層 */
}

.infor-set-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  background-image: url("../image/bg-full.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg-fin-container {
  width: 100%;
  height: auto;
  background: url(../image/bg-full.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 434px) {
  .bg-fin-container {
    background-size: cover;
  }
}

/*填寫記錄*/
/*區塊不超出預設設定*/
.box-size {
  box-sizing: border-box;
}

/*層級設定*/
.p-zindex {
  position: relative;
  z-index: 2;
}

/*文字排列*/
.t-center {
  text-align: center;
}

/*文字顏色*/
.t-primary {
  color: var(--primary-color);
}

.t-sec {
  color: var(--secondary-color);
}

.t-gray-100 {
  color: var(--gray-color-100);
}

.t-gray {
  color: var(--gray-color);
}

.t-remark {
  color: var(--remark-color);
}

.t-remark-1 {
  color: var(--remark-color-100);
}

.t-mark {
  color: var(--mark-color);
}

.t-white {
  color: var(--white-color);
}

.t-foucs {
  color: var(--foucs-color);
}

/*背景色*/
.bg-remark-1 {
  background-color: var(--remark-color-100);
}

.bg-remark {
  background-color: var(--remark-color);
}

.bg-mark-1 {
  background-color: var(--mark-colo-100);
}

/*文字大小設定*/
.fs-xxl {
  font-size: 60px;
  line-height: 80px;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .fs-xxl {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 960px) {
  .fs-xxl {
    font-size: 42px;
    line-height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .fs-xxl {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 360px) {
  .fs-xxl {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 320px) {
  .fs-xxl {
    font-size: 28px;
    line-height: 38px;
  }
}

.fs-xl {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .fs-xl {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .fs-xl {
    font-size: 28px;
    line-height: 36px;
  }
}

.fs-xl-b {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .fs-xl-b {
    font-size: 32px;
    line-height: 42px;
  }
}

.fs-l {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .fs-l {
    font-size: 21px;
    line-height: 28px;
  }
}

.fs-lm {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.fs-lm-b {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .fs-lm-b {
    font-size: 21px;
    line-height: 28px;
  }
}

.fs-xm {
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .fs-xm {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 360px) {
  .fs-xm {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 282px) {
  .fs-xm {
    font-size: 15px;
    line-height: 21px;
  }
}

.fs-m {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 440px) {
  .fs-m {
    font-size: 16px;
    line-height: 21px;
  }
}

.fs-s {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.fs-xs {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

/*星星*/
.start {
  font-size: 21px;
  margin-right: 4px;
}

/*選題統一按鈕*/
.pri-in-btn {
  display: flex;
  padding: 8px 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  border: transparent;
}

/*選題統一按鈕*/
.sec-in-btn {
  display: flex;
  padding: 8px 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 438px;
  margin: 0 auto;
  border-radius: 8px;
  border: transparent;
}

/*間距設定*/
.mr-b-1 {
  margin-bottom: 8px;
}

.mr-b-2 {
  margin-bottom: 16px;
}

.mr-b-3 {
  margin-bottom: 24px;
}

.mr-b-4 {
  margin-bottom: 32px;
}

.mr-b-5 {
  margin-bottom: 40px;
}

.mr-b-6 {
  margin-bottom: 48px;
}
@media screen and (max-width: 834px) {
  .mr-b-6 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 540px) {
  .mr-b-6 {
    margin-bottom: 24px;
  }
}

.mr-b-7 {
  margin-bottom: 60px;
}

.mr-b-8 {
  margin-bottom: 80px;
}

/**/
.pd-1 {
  padding: 16px 0px;
}

.pd-2 {
  padding: 32px 0px;
}

.pd-b-1 {
  padding-bottom: 80px;
}

/* bnt-color*/
.primary-btn-color {
  background: var(--primary-color);
}
.primary-btn-color:hover {
  background: var(--secondary-color);
}
.primary-btn-color:active {
  background: var(--third-color);
}

.secondary-btn-color {
  background: var(--white-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.secondary-btn-color:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.secondary-btn-color:active {
  background: var(--five-color);
  color: var(--foucs-color);
  border: 1px solid var(--foucs-color);
}

.index-log-box {
  width: 160px;
  height: auto;
  margin: 0px auto;
  padding-top: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .index-log-box {
    padding-top: 240px;
  }
}
@media screen and (max-width: 768px) {
  .index-log-box {
    padding-top: 180px;
  }
}
@media screen and (max-width: 430px) {
  .index-log-box {
    padding-top: 145px;
    width: 130px;
  }
}
@media screen and (max-width: 390px) {
  .index-log-box {
    padding-top: 100px;
  }
}
@media screen and (max-width: 320px) {
  .index-log-box {
    width: 120px;
  }
}
.index-log-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-full-content {
  position: relative;
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .index-full-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  .index-full-content {
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .index-full-content {
    width: 80%;
  }
}
@media screen and (max-width: 390px) {
  .index-full-content {
    margin-top: 56px;
  }
}
.index-full-content .index-title-bg {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 645px;
  height: 587px;
  aspect-ratio: 645/587;
  background: url(../image/title-bg-img.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .index-full-content .index-title-bg {
    top: -45px;
    width: 545px;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .index-full-content .index-title-bg {
    width: 450px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .index-full-content .index-title-bg {
    width: 380px;
    height: auto;
  }
}
@media screen and (max-width: 390px) {
  .index-full-content .index-title-bg {
    width: 340px;
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  .index-full-content .index-title-bg {
    width: 320px;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  .index-full-content .index-title-bg {
    width: 280px;
    height: auto;
  }
}
.index-full-content .in-title {
  padding-top: 148px;
}
@media screen and (max-width: 1500px) {
  .index-full-content .in-title {
    padding-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  .index-full-content .in-title {
    padding-top: 62px;
  }
}
@media screen and (max-width: 480px) {
  .index-full-content .in-title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 390px) {
  .index-full-content .in-title {
    padding-top: 24px;
  }
}
@media screen and (max-width: 320px) {
  .index-full-content .in-title {
    padding-top: 11px;
  }
}
.index-full-content .in-subtitle {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  .index-full-content .in-subtitle {
    padding-top: 86px;
  }
}
@media screen and (max-width: 480px) {
  .index-full-content .in-subtitle {
    padding-top: 60px;
  }
}
@media screen and (max-width: 390px) {
  .index-full-content .in-subtitle {
    padding-top: 50px;
  }
}

.index-line-btn-content {
  margin-top: 40px;
  text-align: center;
}

.infor-full-content {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  /* 水平置中 */
  align-items: center;
  /* 垂直置中 */
  background: #f5f5f5;
}
.infor-full-content .infor-input {
  width: 100%;
  padding: 12px 8px;
  border: none;
  background: #fff;
  color: #333;
  text-align: center;
  /* 內陰影 */
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.15);
  border: 2px solid #ccc;
}
.infor-full-content .infor-input::-moz-placeholder {
  color: #999999;
  text-align: center;
}
.infor-full-content .infor-input::placeholder {
  color: #999999;
  text-align: center;
}
.infor-full-content .infor-input:focus {
  outline: none;
  border: 1px solid #baaa92;
  box-shadow: 0 0 0 1px #baaa92;
}

/*customer-infor*/
.infor-input-content {
  width: 100%;
}

@media screen and (max-width: 650px) {
  .infor-enter-content {
    width: 80%;
  }
}

/*性別*/
.gender-content {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.gender-btn input {
  display: none;
  /* 隱藏原本 radio */
}

.gender-btn {
  display: flex;
  align-items: center;
  padding: 10px 8px;
  border: 2px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 0 2px rgba(97, 97, 97, 0.2);
  transition: 0.3s;
  color: #4f4f4f;
  gap: 8px;
  width: 48%;
  justify-content: center;
}
.gender-btn:hover {
  background: #e8e8e8;
}

/* 男性選中 */
.male-btn input:checked ~ .gender-text {
  color: #4f4f4f;
}

.male-btn .male,
.female-btn .male {
  width: 18px;
  height: 18px;
}
.male-btn .male img,
.female-btn .male img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.male-btn:has(input:checked) {
  background-color: #bbf2ff;
  border-color: #bbf2ff;
}

/* 女性選中 */
.female-btn input:checked ~ .gender-text {
  color: #4f4f4f;
}

.female-btn:has(input:checked) {
  background-color: #ffdcef;
  border-color: #ffdcef;
}

/*生日*/
.birthday-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.birthday-text-set {
  margin-right: 16px;
}

.birthday-select-content {
  width: calc(100% - 48px);
  gap: 8px;
  display: flex;
}
.birthday-select-content:focus {
  outline: none;
  border: 1px solid #baaa92;
  box-shadow: 0 0 0 1px #baaa92;
}
.birthday-select-content select {
  padding: 12px 24px;
  border: none;
  background: #fff;
  text-align: center;
  /* 內陰影 */
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.15);
  width: 32%;
  border: 2px solid #ccc;
}
@media screen and (max-width: 440px) {
  .birthday-select-content select {
    padding: 12px 4px;
  }
}
.birthday-select-content select::-moz-placeholder {
  color: #999999;
  text-align: center;
}
.birthday-select-content select::placeholder {
  color: #999999;
  text-align: center;
}

.infor-input {
  width: 100%;
  text-align: center;
  padding: 12px 8px;
  border: none;
  background: #fff;
  color: #333;
  text-align: center;
  /* 內陰影 */
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
.infor-input::-moz-placeholder {
  color: #999999;
  text-align: center;
}
.infor-input::placeholder {
  color: #999999;
  text-align: center;
}
.infor-input:focus {
  outline: none;
  border: 1px solid #baaa92;
  box-shadow: 0 0 0 1px #baaa92;
}

/*資料輸入-btn*/
.pri-btn {
  display: flex;
  padding: 8px 40px;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 8px;
  border: transparent;
}
.pri-btn span {
  width: 21px;
  height: 24px;
  margin-left: 8px;
}
@media screen and (max-width: 440px) {
  .pri-btn span {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 360px) {
  .pri-btn span {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 282px) {
  .pri-btn span {
    width: 15px;
    height: 15px;
  }
}
.pri-btn span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*複選 multin.html*/
.multi-full-content {
  position: absolute;
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 540px) {
  .multi-full-content {
    width: 360px;
  }
}
@media screen and (max-width: 430px) {
  .multi-full-content {
    width: 320px;
  }
}
@media screen and (max-width: 360px) {
  .multi-full-content {
    width: 280px;
  }
}
@media screen and (max-width: 280px) {
  .multi-full-content {
    width: 240px;
  }
}

.multi-input-set input {
  display: none;
  /* 隱藏原本 checkbox */
}

.multi-input-set {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  cursor: pointer;
  font-size: 28px;
  line-height: 36px;
  box-shadow: 0 0 2px rgba(97, 97, 97, 0.2);
  transition: 0.3s;
  color: var(--primary-color);
}
@media screen and (max-width: 540px) {
  .multi-input-set {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (max-width: 360px) {
  .multi-input-set {
    font-size: 18px;
  }
}
@media screen and (max-width: 280px) {
  .multi-input-set {
    font-size: 22px;
    padding: 10px 16px;
  }
}
.multi-input-set:hover {
  background: var(--four-color);
  border: 2px solid var(--four-color);
  color: var(--white-color);
}
.multi-input-set:has(input:checked) {
  color: var(--foucs-color);
  background-color: var(--five-color);
  border-color: var(--five-color);
}

.disabled-style {
  background-color: var(--gray-color);
  border: 2px solid var(--gray-color);
  color: #fff;
  cursor: not-allowed;
  opacity: 0.2;
}

/*複選-圖 multi-img.html*/
.multi-full-img-content {
  position: absolute;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1500px) {
  .multi-full-img-content {
    width: 70%;
  }
}
@media screen and (max-width: 1250px) {
  .multi-full-img-content {
    width: 75%;
  }
}
@media screen and (max-width: 1165px) {
  .multi-full-img-content {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .multi-full-img-content {
    width: 90%;
  }
}
@media screen and (max-width: 360px) {
  .multi-full-img-content {
    top: 14%;
    transform: translate(-50%, 0%);
    padding-bottom: 80px;
  }
}

.multi-bg-rb {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../image/rb.png) no-repeat center center;
  background-size: contain;
  width: 518px;
  height: 556px;
  aspect-ratio: 518/556;
}
@media screen and (max-width: 1500px) {
  .multi-bg-rb {
    width: 420px;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .multi-bg-rb {
    width: 350px;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .multi-bg-rb {
    width: 316px;
  }
}
@media screen and (max-width: 834px) {
  .multi-bg-rb {
    bottom: 0;
    right: 0;
    background: url(../image/rb-mob.png) no-repeat center center;
    background-size: contain;
    width: 450px;
    height: 265px;
    aspect-ratio: 450/265;
  }
}
@media screen and (max-width: 540px) {
  .multi-bg-rb {
    width: 384px;
    height: auto;
  }
}
@media screen and (max-width: 440px) {
  .multi-bg-rb {
    width: 332px;
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  .multi-bg-rb {
    display: none;
  }
}

.multi-img-content {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1165px) {
  .multi-img-content {
    gap: 8px;
  }
}
@media screen and (max-width: 834px) {
  .multi-img-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.multi-img-content input {
  display: none;
}

.multi-img-text {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 1165px) {
  .multi-img-text {
    font-size: 21px;
    line-height: 28px;
  }
}

.multi-input-img-set {
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0);
  background: var(--white-color);
  cursor: pointer;
  font-size: 28px;
  box-shadow: 0 0 2px rgba(97, 97, 97, 0.2);
  transition: 0.3s;
  color: var(--primary-color);
}
@media screen and (max-width: 834px) {
  .multi-input-img-set {
    width: 40%;
  }
}
@media screen and (max-width: 410px) {
  .multi-input-img-set {
    width: 46%;
  }
}
@media screen and (max-width: 360px) {
  .multi-input-img-set {
    width: 90%;
  }
}
.multi-input-img-set:hover {
  border: 2px solid var(--four-color);
  color: var(--secondary-color);
}
.multi-input-img-set:hover .multi-img-box {
  opacity: 0.5;
}
.multi-input-img-set:has(input:checked) {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.multi-input-img-set:has(input:checked) .multi-img-box {
  opacity: 0.8;
}
.multi-input-img-set .multi-img-box {
  width: 100%;
}
.multi-input-img-set .multi-img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*複選題-圖 按鈕*/
.multi-img-text {
  display: block;
}

.pri-img-in-btn {
  display: flex;
  padding: 8px 40px;
  align-items: center;
  justify-content: center;
  width: 40%;
  margin: 0 auto;
  border-radius: 8px;
  border: transparent;
}
@media screen and (max-width: 768px) {
  .pri-img-in-btn {
    width: 80%;
  }
}

/*single.html 單選設定*/
.single-full-content {
  position: absolute;
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 540px) {
  .single-full-content {
    width: 360px;
  }
}
@media screen and (max-width: 430px) {
  .single-full-content {
    width: 320px;
  }
}
@media screen and (max-width: 360px) {
  .single-full-content {
    width: 280px;
  }
}
@media screen and (max-width: 280px) {
  .single-full-content {
    width: 240px;
  }
}

.single-content {
  display: flex;
  flex-direction: column;
}

.single-input-set input {
  display: none;
  /* 隱藏原本 checkbox */
}

.single-input-set {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  background: var(--white-color);
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  cursor: pointer;
  font-size: 28px;
  line-height: 36px;
  box-shadow: 0 0 2px rgba(97, 97, 97, 0.2);
  transition: 0.3s;
  color: var(--primary-color);
}
@media screen and (max-width: 440px) {
  .single-input-set {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (max-width: 360px) {
  .single-input-set {
    font-size: 18px;
    padding: 10px 16px;
  }
}
.single-input-set:hover {
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  color: var(--white-color);
}
.single-input-set:active {
  background: #332a23;
  border: 2px solid var(--four-color);
  color: var(--white-color);
}

/*表單 howmf*/
.howmf-full-content {
  width: 760px;
  top: 120px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .howmf-full-content {
    width: 640px;
  }
}
@media screen and (max-width: 1100px) {
  .howmf-full-content {
    width: 580px;
  }
}
@media screen and (max-width: 834px) {
  .howmf-full-content {
    width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .howmf-full-content {
    width: 540px;
  }
}
@media screen and (max-width: 640px) {
  .howmf-full-content {
    width: 80%;
  }
}

.input-main {
  display: flex;
  flex-wrap: wrap;
}
.input-main .howmf-input {
  margin-right: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .input-main .howmf-input {
    margin-right: 21px;
  }
}

.record-input-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.howmf-input-ent {
  width: 150px;
  border: transparent;
  border-bottom: 1px solid var(--gray-color-100);
  background: transparent;
}

.howmf-gender-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.howmf-input-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .howmf-input-title {
    font-size: 21px;
    line-height: 28px;
  }
}

/*複選樣式*/
.custom-checkbox input[type=checkbox] {
  width: 10px;
  height: 10px;
}

/*單選轉多選樣式*/
.custom-radio input[type=radio],
.custom-radio input[type=checkbox],
.custom-checkbox input[type=radio],
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-radio input[type=radio]:checked + span::after,
.custom-radio input[type=checkbox]:checked + span::after,
.custom-checkbox input[type=radio]:checked + span::after,
.custom-checkbox input[type=checkbox]:checked + span::after {
  content: "✔";
  color: #007bff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 4px;
  top: 1px;
  border-radius: 2px;
}
.custom-radio span,
.custom-checkbox span {
  display: inline-block;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}
.custom-radio span::before,
.custom-checkbox span::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 3px;
  background: #fff;
}

/*差異化 difference.html*/
.diff-full-img-content {
  position: absolute;
  width: 1100px;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1200px) {
  .diff-full-img-content {
    width: 900px;
  }
}
@media screen and (max-width: 980px) {
  .diff-full-img-content {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .diff-full-img-content {
    width: 640px;
  }
}
@media screen and (max-width: 680px) {
  .diff-full-img-content {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .diff-full-img-content {
    width: 90%;
  }
}
@media screen and (max-width: 434px) {
  .diff-full-img-content {
    width: 90%;
  }
}

.diff-content {
  padding: 40px 0px 80px;
}

.diff-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .diff-main {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.diff-main .diff-wrap {
  width: 30%;
  margin-bottom: 16px;
}
@media screen and (max-width: 680px) {
  .diff-main .diff-wrap {
    width: 48%;
  }
}
@media screen and (max-width: 434px) {
  .diff-main .diff-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 320px) {
  .diff-main .diff-wrap {
    width: 86%;
  }
}
.diff-main .diff-wrap .diff-img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 434px) {
  .diff-main .diff-wrap .diff-img {
    width: 100%;
  }
}
.diff-main .diff-wrap .diff-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.diff-main .diff-wrap:nth-child(6) .diff-img {
  height: 270px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .diff-main .diff-wrap:nth-child(6) .diff-img {
    height: 217px;
  }
}
@media screen and (max-width: 980px) {
  .diff-main .diff-wrap:nth-child(6) .diff-img {
    height: 185px;
  }
}
@media screen and (max-width: 768px) {
  .diff-main .diff-wrap:nth-child(6) .diff-img {
    height: 154px;
  }
}
@media screen and (max-width: 680px) {
  .diff-main .diff-wrap:nth-child(6) .diff-img {
    height: 209px;
  }
}
@media screen and (max-width: 615px) {
  .diff-main .diff-wrap:nth-child(6) .diff-img {
    height: 191px;
  }
}
@media screen and (max-width: 540px) {
  .diff-main .diff-wrap:nth-child(6) .diff-img {
    height: 165px;
  }
}
@media screen and (max-width: 480px) {
  .diff-main .diff-wrap:nth-child(6) .diff-img {
    height: 166px;
  }
}
@media screen and (max-width: 440px) {
  .diff-main .diff-wrap:nth-child(6) .diff-img {
    height: 157px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 434px) {
  .diff-main .diff-wrap:nth-child(6) .diff-img {
    height: auto;
  }
}

.diff-title-l {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 48px;
}
@media screen and (max-width: 1100px) {
  .diff-title-l {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .diff-title-l {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 440px) {
  .diff-title-l {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0px;
  }
}

.diff-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .diff-title {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (max-width: 440px) {
  .diff-title {
    font-size: 28px;
    line-height: 38px;
  }
}

.diff-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .diff-text {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 440px) {
  .diff-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .h-wh-diff {
    padding: 18px 0px;
  }
}
@media screen and (max-width: 480px) {
  .h-wh-diff {
    padding: 14px 0px;
  }
}
@media screen and (max-width: 434px) {
  .h-wh-diff {
    padding: 0px;
  }
}

.h-wh-diff-2 {
  padding: 18px 0px;
}
@media screen and (max-width: 680px) {
  .h-wh-diff-2 {
    padding: 0px;
  }
}
@media screen and (max-width: 615px) {
  .h-wh-diff-2 {
    padding: 18px 0px;
  }
}
@media screen and (max-width: 480px) {
  .h-wh-diff-2 {
    padding: 0px;
  }
}

.h-wh-diff-3 {
  padding: 18px 0px;
}
@media screen and (max-width: 680px) {
  .h-wh-diff-3 {
    padding: 0px;
  }
}
@media screen and (max-width: 506px) {
  .h-wh-diff-3 {
    padding: 13px 0px;
  }
}
@media screen and (max-width: 480px) {
  .h-wh-diff-3 {
    padding: 0px;
  }
}

/*假髮認知*/
.cognition-main {
  max-width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .cognition-main {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .cognition-main {
    max-width: 80%;
  }
}

.cognition-pd {
  padding: 80px 0px;
}
@media screen and (max-width: 1140px) {
  .cognition-pd {
    padding: 160px 0px 80px;
  }
}
@media screen and (max-width: 1100px) {
  .cognition-pd {
    padding: 40px 0px 80px;
  }
}
@media screen and (max-width: 768px) {
  .cognition-pd {
    padding: 120px 0px 80px;
  }
}

.cognition-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .cognition-wrap {
    margin-bottom: 40px;
  }
}

.cognition-wrap .cognition-img {
  width: 634px;
  height: 224px;
  aspect-ratio: 634/224;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cognition-wrap .cognition-img {
    width: 70%;
    height: auto;
  }
}
.cognition-wrap .cognition-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cognition-wrap .cognition-title {
  padding: 8px 24px;
  border-radius: 50px;
  width: 580px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1140px) {
  .cognition-wrap .cognition-title {
    width: 100%;
  }
}
.cognition-wrap .cognition-text {
  width: 80%;
  margin: 0 auto;
}

.cognition-btn {
  display: flex;
  padding: 8px 40px;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
  border-radius: 8px;
  border: transparent;
}
@media screen and (max-width: 1100px) {
  .cognition-btn {
    max-width: 320px;
  }
}

/*填寫記錄*/
.record-container {
  max-width: 1245px;
  margin: 0 auto 80px;
  background: var(--white-color);
  border: 1px solid var(--gray-color-100);
  padding: 80px 0px 48px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .record-container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1100px) {
  .record-container {
    max-width: 834px;
  }
}
@media screen and (max-width: 900px) {
  .record-container {
    max-width: 768px;
  }
}
@media screen and (max-width: 834px) {
  .record-container {
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .record-container {
    max-width: 90%;
    padding: 48px 0px;
  }
}
.record-container .record-content {
  max-width: 834px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .record-container .record-content {
    max-width: 768px;
  }
}
@media screen and (max-width: 900px) {
  .record-container .record-content {
    max-width: 640px;
  }
}
@media screen and (max-width: 834px) {
  .record-container .record-content {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .record-container .record-content {
    max-width: 85%;
  }
}
.record-container .recrod-flex {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .record-container .recrod-flex {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.record-container .record-imgbox {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .record-container .record-imgbox {
    width: 49%;
  }
}
.record-container .record-imgbox img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.record-infor-container {
  margin-top: 120px;
}

.wh-record-p {
  width: 90%;
  margin: 0 auto;
}

.infor-record-content {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 水平置中 */
  align-items: center;
  /* 垂直置中 */
}
.infor-record-content .infor-enter-content {
  margin: 120px 0px;
}
.infor-record-content .infor-input {
  width: 100%;
  padding: 12px 8px;
  border: none;
  background: #fff;
  color: #333;
  text-align: center;
  /* 內陰影 */
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.15);
  border: 2px solid #ccc;
}
.infor-record-content .infor-input::-moz-placeholder {
  color: #999999;
  text-align: center;
}
.infor-record-content .infor-input::placeholder {
  color: #999999;
  text-align: center;
}
.infor-record-content .infor-input:focus {
  outline: none;
  border: 1px solid #baaa92;
  box-shadow: 0 0 0 1px #baaa92;
}

.record-text {
  display: flex;
  justify-content: center;
}
.record-text .record-span {
  margin-right: 8px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .record-text {
    width: 31%;
  }
}

.record-input {
  width: 150px;
  border-bottom: 1px solid var(--gray-color-100);
  padding: 6px 0px 10px 8px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .record-input {
    width: 90%;
  }
}

.mark-record {
  padding: 4px 16px;
}

.record-hair-result {
  display: flex;
}
@media screen and (max-width: 768px) {
  .record-hair-result {
    justify-content: space-between;
  }
}

.record-hair-buttons {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1100px) {
  .record-hair-buttons {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.record-hair-button {
  border-radius: 8px;
  padding: 4px;
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .record-hair-button {
    flex: none;
    width: 31%;
  }
}

.btnGroup-box {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  max-width: 834px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 900px) {
  .btnGroup-box {
    max-width: 768px;
  }
}
@media screen and (max-width: 834px) {
  .btnGroup-box {
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .btnGroup-box {
    max-width: 90%;
  }
}

.btnGroup-btn {
  flex: 1;
  padding: 8px 0px;
  border-radius: 8px;
}

/*固定方式  底材共用樣式*/
.fixed-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .fixed-container {
    max-width: 768px;
  }
}
@media screen and (max-width: 834px) {
  .fixed-container {
    max-width: 640px;
  }
}
@media screen and (max-width: 640px) {
  .fixed-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 434px) {
  .fixed-container {
    padding-top: 120px;
  }
}

.fixed-content {
  display: flex;
  gap: 24px;
  margin-bottom: 80px;
  justify-content: center;
}
@media screen and (max-width: 320px) {
  .fixed-content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 540px) {
  .fixed-content .style-fixe .fixe-style-img {
    width: 37%;
  }
}
@media screen and (max-width: 768px) {
  .fixed-content {
    gap: 16px;
  }
}
@media screen and (max-width: 540px) {
  .fixed-content {
    flex-direction: column;
  }
}

.fixe-style-content {
  width: 30%;
}
@media screen and (max-width: 540px) {
  .fixe-style-content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 320px) {
  .fixe-style-content {
    flex-direction: column;
  }
}
.fixe-style-content .fixe-style-img {
  width: 80%;
  height: auto;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1100px) {
  .fixe-style-content .fixe-style-img {
    width: 70%;
  }
}
@media screen and (max-width: 834px) {
  .fixe-style-content .fixe-style-img {
    width: 70%;
  }
}
@media screen and (max-width: 540px) {
  .fixe-style-content .fixe-style-img {
    width: 35%;
    margin: 0 auto;
  }
}
.fixe-style-content .fixe-style-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*wh-底網類型介紹*/
.fixed-container .fixed-title {
  width: 90%;
  margin: 0 auto 24px;
}

.fixed-warning-wh {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 834px) {
  .fixed-warning-wh {
    width: 100%;
  }
}
.fixed-warning-wh .fixed-warn-container {
  width: 100%;
  margin-bottom: 24px;
}
.fixed-warning-wh .fixed-warn-container:nth-child(2) {
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .fixed-warning-wh .fixed-warn-container:nth-child(2) {
    margin-bottom: 24px;
  }
}
.fixed-warning-wh .fixed-warn-container .fixed-warn-pc {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .fixed-warning-wh .fixed-warn-container .fixed-warn-pc {
    display: none;
  }
}
.fixed-warning-wh .fixed-warn-container .fixed-warn-pc img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.fixed-warning-wh .fixed-warn-container .fixed-warn-mob {
  width: 80%;
  margin: 0 auto 48px;
  display: none;
}
@media screen and (max-width: 480px) {
  .fixed-warning-wh .fixed-warn-container .fixed-warn-mob {
    display: block;
    width: 90%;
    border-bottom: 1px solid var(--gray-color-100);
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 440px) {
  .fixed-warning-wh .fixed-warn-container .fixed-warn-mob {
    margin-bottom: 0px;
  }
}
.fixed-warning-wh .fixed-warn-container .fixed-warn-mob img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.fixed-warn-mob-content .fixed-mob-warn-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 420px) {
  .fixed-warn-mob-content .fixed-mob-warn-wrap {
    justify-content: center;
  }
}
.fixed-warn-mob-content .fixed-mob-warn-wrap .fixed-mob-warn-img {
  width: 48%;
}
@media screen and (max-width: 420px) {
  .fixed-warn-mob-content .fixed-mob-warn-wrap .fixed-mob-warn-img {
    width: 90%;
  }
  .fixed-warn-mob-content .fixed-mob-warn-wrap .fixed-mob-warn-img:nth-child(1) {
    margin-bottom: 24px;
  }
}
.fixed-warn-mob-content .fixed-mob-warn-wrap .fixed-mob-warn-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.fixed-warn-mob-content .fixed-warn-mob-title {
  font-size: 24px;
  line-height: 36px;
  color: var(--mark-color-200);
  font-weight: 700;
  margin-bottom: 8px;
}
.fixed-warn-mob-content .fixed-warn-mob-subtitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--mark-color);
}
.fixed-warn-mob-content .fixed-warn-subtext {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-color-100);
}
.fixed-warn-mob-content .fixed-warn-text {
  font-size: 18px;
  line-height: 28px;
  color: var(--gray-color-100);
  font-weight: 500;
  margin-bottom: 16px;
}
.fixed-warn-mob-content .fixed-mob-warn-img {
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .fixed-warn-mob-content .fixed-mob-warn-img {
    margin-bottom: 0px;
  }
}

.fixed-warning-content {
  padding: 24px;
  border: 1px solid var(--gray-color-100);
  margin-bottom: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .fixed-warning-content {
    width: 80%;
    margin: 0 auto 24px;
    padding: 24px 16px;
  }
}
.fixed-warning-content .fixed-warning-title {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 16px;
  color: var(--remark-color);
}
.fixed-warning-content .fixed-warning-text {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: var(--gray-color-100);
}

.fixed-warn-down {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  .fixed-warn-down {
    flex-wrap: wrap;
  }
}
.fixed-warn-down .fixed-warn-box {
  margin-bottom: 24px;
}
.fixed-warn-down .fixed-warn-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
  color: var(--mark-colo-100);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fixed-warn-down .fixed-warn-title {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 28px;
  }
}
.fixed-warn-down .fixed-warn-img {
  width: 80%;
  margin: 0 auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 480px) {
  .fixed-warn-down .fixed-warn-img {
    width: 70%;
  }
}
.fixed-warn-down .fixed-warn-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.warning-text {
  text-align: center;
  color: var(--remark-color);
  font-size: 18px;
  font-weight: 400;
  padding: 24px 0px 0px;
}

.text-style1 {
  text-align: center;
}
@media screen and (max-width: 540px) {
  .text-style1 {
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .text-style1 {
    text-align: center;
  }
}

.text-main {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .text-main {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .text-main {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .t-remark-mb {
    margin-bottom: 16px;
  }
}

.title-box {
  width: 80%;
  margin: 0 auto;
}

.text-box {
  width: 80%;
  margin: 0 auto;
}

/*款式推薦*/
.style-set-container {
  margin-top: 120px;
}

.style-set-list {
  display: flex;
  justify-content: center;
  margin-right: 16px;
}
.style-set-list:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 670px) {
  .style-set-list:last-child {
    flex-direction: column;
  }
}
@media screen and (max-width: 670px) {
  .style-set-list {
    width: 90%;
    justify-content: space-between;
    margin-right: 0px;
  }
}

.steyle-set-content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-color-100);
  justify-content: space-evenly;
}
@media screen and (max-width: 480px) {
  .steyle-set-content {
    padding-bottom: 0px;
  }
}

.style-set-title {
  margin-right: 8px;
}
@media screen and (max-width: 670px) {
  .style-set-title {
    margin-right: 0px;
  }
}

.last-list {
  width: 100%;
  padding: 8px 0px;
}
@media screen and (max-width: 670px) {
  .last-list {
    width: 90%;
    padding: 8px;
    text-align: center;
  }
  .last-list .style-set-title {
    margin-bottom: 16px;
  }
}

.style-set-main {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 670px) {
  .style-set-main {
    flex-wrap: wrap;
  }
}

.style-set-inlist {
  margin-right: 24px;
}
@media screen and (max-width: 670px) {
  .style-set-inlist {
    margin-right: 0;
    width: 100%;
  }
}
.style-set-inlist:last-child {
  margin-right: 0px;
}

.dkstyle-container {
  max-width: 1100px;
  margin: 48px auto;
  background: var(--white-color);
  border: 1px solid var(--gray-color-100);
  padding: 48px;
}
@media screen and (max-width: 1240px) {
  .dkstyle-container {
    max-width: 834px;
  }
}
@media screen and (max-width: 1100px) {
  .dkstyle-container {
    max-width: 768px;
  }
}
@media screen and (max-width: 834px) {
  .dkstyle-container {
    max-width: 640px;
    padding: 24px;
  }
}
@media screen and (max-width: 670px) {
  .dkstyle-container {
    max-width: 434px;
  }
}
@media screen and (max-width: 480px) {
  .dkstyle-container {
    max-width: 400px;
    padding: 16px;
    margin: 24px auto;
  }
}
@media screen and (max-width: 440px) {
  .dkstyle-container {
    max-width: 90%;
  }
}
@media screen and (max-width: 320px) {
  .dkstyle-container {
    max-width: 95%;
    padding: 24px 16px;
  }
}

.style-content {
  display: flex;
  justify-content: center;
  gap: 16px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 670px) {
  .style-content {
    max-width: 90%;
  }
}
@media screen and (max-width: 434px) {
  .style-content {
    max-width: 100%;
    gap: 0px;
  }
}
@media screen and (max-width: 380px) {
  .style-content {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.wh-style-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .wh-style-content {
    max-width: 90%;
  }
}
@media screen and (max-width: 434px) {
  .wh-style-content {
    max-width: 100%;
    gap: 0px;
  }
}
@media screen and (max-width: 380px) {
  .wh-style-content {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.dkstyle-pb-24 {
  padding: 24px 0px;
}
@media screen and (max-width: 480px) {
  .dkstyle-pb-24 {
    padding: 0px;
  }
}
@media screen and (max-width: 320px) {
  .dkstyle-pb-24 {
    padding: 0px 0px 24px;
  }
}

.style-change-box {
  display: flex;
  justify-content: space-around;
  width: 80%;
}
@media screen and (max-width: 680px) {
  .style-change-box:nth-child(1) {
    display: none;
  }
}
.style-change-box:nth-child(2) {
  display: none;
}
@media screen and (max-width: 680px) {
  .style-change-box:nth-child(2) {
    display: flex;
  }
}
@media screen and (max-width: 680px) {
  .style-change-box {
    flex-wrap: wrap;
  }
}

.style-img-box {
  max-width: 80%;
}
.style-img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 680px) {
  .style-img-box {
    display: none;
  }
}

.style-mob-img-box {
  display: none;
}
.style-mob-img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 680px) {
  .style-mob-img-box {
    display: block;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
}

.style-main {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 670px) {
  .style-main {
    gap: 2px;
  }
}

.wh-style-img-box {
  width: 24%;
  height: auto;
}
.wh-style-img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 834px) {
  .wh-style-img-box {
    width: 48%;
  }
}
@media screen and (max-width: 320px) {
  .wh-style-img-box {
    width: 80%;
  }
}

.wh-mark-text {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 834px) {
  .wh-mark-text {
    font-size: 16px;
    line-height: 21px;
  }
}

.margin-bt-set {
  margin-bottom: 48px;
}

/*dk-最重視的3項*/
.sequence-full-content {
  position: absolute;
  width: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  .sequence-full-content {
    width: 768px;
  }
}
@media screen and (max-width: 834px) {
  .sequence-full-content {
    width: 75%;
  }
}
@media screen and (max-width: 440px) {
  .sequence-full-content {
    width: 90%;
  }
}

.sequence-btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 634px) {
  .sequence-btn-group {
    width: 100%;
    gap: 8px;
  }
}

.sequence-btn {
  width: 148px;
  border-radius: 4px;
}
@media screen and (max-width: 634px) {
  .sequence-btn {
    width: 48%;
  }
}
@media screen and (max-width: 440px) {
  .sequence-btn {
    width: 48%;
    padding: 8px;
  }
}

.sequence-list {
  max-width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .sequence-list {
    max-width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .sequence-list {
    max-width: 74%;
  }
}
.sequence-list .sequence-item {
  margin-bottom: 36px;
}
.sequence-list .equence-num {
  margin-right: 16px;
  padding: 8px;
}
.sequence-list .sequence-list-style {
  display: block;
  border-bottom: 1px solid var(--primary-color);
}

/*完成諮詢*/
.finish-full-content {
  width: 900px;
  margin: 160px auto 0px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1240px) {
  .finish-full-content {
    width: 834px;
  }
}
@media screen and (max-width: 1100px) {
  .finish-full-content {
    margin: 110px auto 0px;
  }
}
@media screen and (max-width: 880px) {
  .finish-full-content {
    width: 80%;
  }
}
@media screen and (max-width: 434px) {
  .finish-full-content {
    width: 90%;
  }
}

.finish-cotainer {
  background-color: var(--white-color);
  padding: 48px;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .finish-cotainer {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 360px) {
  .finish-cotainer {
    padding: 24px;
  }
}

.finish-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .finish-title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .finish-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.finish-subtitle {
  font-size: 18px;
  line-height: 28px;
  color: var(--gray-color-100);
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .finish-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.finish-subtitle-text {
  font-weight: 600;
  color: var(--line-color);
  text-decoration: underline;
}

.finish-line-qrcode {
  width: 182px;
  height: 182px;
  margin: 0 auto 24px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .finish-line-qrcode {
    width: 150px;
    height: auto;
  }
}
.finish-line-qrcode img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.finish-text-main {
  margin-bottom: 24px;
}

.finish-text {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: var(--gray-color-100);
  margin-right: 16px;
}
@media screen and (max-width: 640px) {
  .finish-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.finish-text .finish-tel {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: var(--primary-color);
}
@media screen and (max-width: 640px) {
  .finish-text .finish-tel {
    font-size: 21px;
    line-height: 28px;
  }
}

.store-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-box span {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
}
.store-box span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.store-box a {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
}
.store-box a:hover {
  color: var(--secondary-color);
}

/*wh-圖設定*/
.howmf-input-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--white-color);
  border: 1px solid var(--gray-color-100);
  padding: 80px 0px 48px;
  width: 1245px;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .howmf-input-container {
    width: 1000px;
  }
}
@media screen and (max-width: 1100px) {
  .howmf-input-container {
    width: 834px;
  }
}
@media screen and (max-width: 900px) {
  .howmf-input-container {
    width: 768px;
  }
}
@media screen and (max-width: 834px) {
  .howmf-input-container {
    width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .howmf-input-container {
    width: 90%;
    padding: 48px 0px;
  }
}

.inenter-set {
  padding: 12px 24px;
}

.store-mf-content {
  display: flex;
  row-gap: 8px;
  /* 上下行距設為 24px */
  -moz-column-gap: 12px;
       column-gap: 12px;
  /* 左右欄距設為 12px */
  flex-wrap: wrap;
}

.store-login-main {
  display: flex;
  gap: 8px;
  align-items: center;
}
.store-login-main .store-login-title {
  width: 148px;
  margin-right: 8px;
}

.store-login-box {
  padding: 8px;
}

.store-designer-box {
  display: flex;
}

.store-mf-input-box {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.store-mf-input-box .howmf-input-box {
  width: 60px;
  margin-right: 8px;
}
.store-mf-input-box .gender-designer-box {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 16px;
}
.store-mf-input-box .gender-input span {
  font-size: 18px;
}

.store-designer-box {
  display: flex;
  align-items: center;
}
.store-designer-box .howmf-input-box {
  margin-right: 8px;
  width: 60px;
}

.store-select-content {
  width: calc(100% - 48px);
  gap: 8px;
  display: flex;
}
.store-select-content:focus {
  outline: none;
  border: 1px solid #baaa92;
  box-shadow: 0 0 0 1px #baaa92;
}
.store-select-content select {
  padding: 12px 24px;
  border: none;
  background: #fff;
  text-align: center;
  /* 內陰影 */
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.15);
  width: 25%;
  border: 2px solid #ccc;
}
@media screen and (max-width: 440px) {
  .store-select-content select {
    padding: 12px 4px;
  }
}
.store-select-content select::-moz-placeholder {
  color: #999999;
  text-align: center;
}
.store-select-content select::placeholder {
  color: #999999;
  text-align: center;
}/*# sourceMappingURL=common.css.map */