@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  text-decoration: none;
  display: inline-block;
}

img, iframe, video {
  width: 100%;
  vertical-align: middle;
  height: auto;
}

span, label {
  display: inline-block;
}

@-webkit-keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% - 1.5rem));
            transform: translate(-50%, calc(-50% - 1.5rem));
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% - 1.5rem));
            transform: translate(-50%, calc(-50% - 1.5rem));
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0.5;
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0.5;
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown1 {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown1 {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes revealFromLeft {
  from {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes revealFromLeft {
  from {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes revealFromRight {
  from {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0 0 0%);
  }
}
@keyframes revealFromRight {
  from {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0 0 0%);
  }
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -58%);
            transform: translate(-50%, -58%);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -58%);
            transform: translate(-50%, -58%);
  }
}
@-webkit-keyframes dot1 {
  0%, 4% {
    opacity: 0;
  }
  8%, 86% {
    opacity: 1;
  }
  87%, 100% {
    opacity: 0;
  }
}
@keyframes dot1 {
  0%, 4% {
    opacity: 0;
  }
  8%, 86% {
    opacity: 1;
  }
  87%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes dot2 {
  0%, 32% {
    opacity: 0;
  }
  33%, 86% {
    opacity: 1;
  }
  87%, 100% {
    opacity: 0;
  }
}
@keyframes dot2 {
  0%, 32% {
    opacity: 0;
  }
  33%, 86% {
    opacity: 1;
  }
  87%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes dot3 {
  0%, 57% {
    opacity: 0;
  }
  58%, 86% {
    opacity: 1;
  }
  87%, 100% {
    opacity: 0;
  }
}
@keyframes dot3 {
  0%, 57% {
    opacity: 0;
  }
  58%, 86% {
    opacity: 1;
  }
  87%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes sweep {
  0% {
    left: -150%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes sweep {
  0% {
    left: -150%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  -webkit-tap-highlight-color: transparent !important;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  background: #fff5e9 url("../images/bg.png") repeat center center/8rem;
}
body.on {
  overflow: hidden;
}

.cp {
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper {
  overflow: hidden;
}

.content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1.1rem;
  overflow: hidden;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.loading.on {
  display: none;
}
.loading .img {
  width: 4.2666666667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

p.blue {
  color: #093075;
}
p.blue .dot {
  opacity: 0;
}
p.blue .dot:nth-child(1) {
  -webkit-animation: dot1 2s infinite;
          animation: dot1 2s infinite;
}
p.blue .dot:nth-child(2) {
  -webkit-animation: dot2 2s infinite;
          animation: dot2 2s infinite;
}
p.blue .dot:nth-child(3) {
  -webkit-animation: dot3 2s infinite;
          animation: dot3 2s infinite;
}

.button {
  background: #093075;
  padding: 0.9rem 2.7rem 1.4rem 3.5rem;
  border-radius: 20rem;
  margin: 3rem auto 0 auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.button:hover {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.button p {
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.2;
}

.analyze {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff5e9 url("../images/bg.png") repeat center center/8rem;
  z-index: 100;
  display: none;
}
.analyze.on {
  display: block;
}
.analyze .border1 {
  height: 100%;
}
.analyze .border1 .border2 {
  height: 100%;
}
.analyze .border1 .border2 .border3 {
  height: 100%;
  position: relative;
}
.analyze .border1 .border2 .border3 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: float 1.5s ease-in-out infinite;
          animation: float 1.5s ease-in-out infinite;
}
.analyze .border1 .border2 .border3 .box .img {
  width: 10rem;
}
.analyze .border1 .border2 .border3 .box p {
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  color: #093075;
  font-weight: 700;
  line-height: 1.2;
  padding: 1rem 0 0 0;
}

.border1 {
  border: 0.15rem solid #a27038;
  padding: 0.35rem 0.5rem;
}

.border2 {
  padding: 0.55rem 0.75rem;
  position: relative;
  background-image: radial-gradient(circle, #9e6a30 0.13rem, transparent 0.13rem), radial-gradient(circle, #9e6a30 0.13rem, transparent 0.13rem);
  background-size: 0.65rem 0.26rem, 0.65rem 0.26rem;
  background-position: top, bottom;
  background-repeat: repeat-x, repeat-x;
}
.border2::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0%;
  width: 100%;
  height: calc(100% - 0.75rem);
  background-image: radial-gradient(circle, #9e6a30 0.13rem, transparent 0.13rem), radial-gradient(circle, #9e6a30 0.13rem, transparent 0.13rem);
  background-size: 0.26rem 0.65rem, 0.26rem 0.65rem;
  background-position: left, right;
  background-repeat: repeat-y, repeat-y;
  pointer-events: none;
}

.border3 {
  border: 0.15rem solid #a97944;
}

header {
  height: 9.0625rem;
}
header input {
  display: none;
}
header input:checked + label i {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header input:checked + label o {
  opacity: 0;
}
header input:checked + label u {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
header input:checked + label + #menu {
  top: 0%;
}
header > label {
  width: 7.5625rem;
  height: 7.5625rem;
  position: relative;
  background: #9e6a30;
  z-index: 4;
}
header > label a {
  display: block;
  width: 100%;
  height: 100%;
}
header > label i, header > label o, header > label u {
  background-color: #fff5e9;
  height: 0.3125rem;
  width: 4.5625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
header > label i {
  top: calc(50% - 1.4rem);
}
header > label u {
  top: calc(50% + 1.4rem);
}
header #menu {
  position: fixed;
  width: 100%;
  max-width: 1024px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -200%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
  padding: 1.1rem;
  overflow: hidden;
  height: 100dvh;
  background: #fff5e9 url("../images/bg.png") repeat center center/8rem;
}
header #menu .border1 {
  height: 100%;
}
header #menu .border1 .border2 {
  height: 100%;
}
header #menu .border1 .border2 .border3 {
  height: 100%;
}
header #menu .border1 .border2 .border3 ul {
  padding: 9rem 5rem;
  overflow-y: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header #menu .border1 .border2 .border3 ul a {
  width: 100%;
  padding: 2rem 0;
}
header #menu .border1 .border2 .border3 ul a p {
  color: #093075;
  font-size: 3.125rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header #menu .border1 .border2 .border3 ul a p:hover {
  opacity: 0.8;
}

.kv .deco {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kv .deco .img:nth-of-type(1) {
  width: 9.0625rem;
}
.kv .deco .img:nth-of-type(2) {
  width: 34.125rem;
  margin: 0 0 1.5rem 0;
}
.kv .deco .img:nth-of-type(3) {
  width: 9.0625rem;
}
.kv .title {
  position: relative;
  opacity: 0;
}
.kv .title .img:nth-of-type(1) {
  width: 47.875rem;
  margin: 3rem auto 0rem 3rem;
}
.kv .title .img:nth-of-type(2) {
  width: 20.8125rem;
  position: absolute;
  right: 9%;
  bottom: 0%;
}
.kv > .img {
  width: 34.125rem;
  margin: 5rem auto 3rem auto;
}

.q.on, .w.on, .r.on {
  display: block;
}
.q.on .kv .title, .w.on .kv .title, .r.on .kv .title {
  -webkit-animation: fadeDown1 0.5s linear forwards;
          animation: fadeDown1 0.5s linear forwards;
}
.r .sec1 .title, .w .sec1 .title {
  background: #9e6a30;
  width: 14.125rem;
  padding: 0.6rem 1rem 0.7rem 1.1rem;
  border-radius: 50rem;
  margin: 8rem auto 0 auto;
  z-index: 1;
  position: relative;
}
.r .sec1 .title .img, .w .sec1 .title .img {
  width: 1.375rem;
}
.r .sec1 .title p, .w .sec1 .title p {
  color: #fff;
  font-weight: 600;
  font-size: 1.98rem;
  letter-spacing: 0.05em;
  margin: 0 0.2rem;
}
.r .sec1 .listOuter, .w .sec1 .listOuter {
  background: #fff;
  width: 53.0625rem;
  margin: -1.5rem auto 3.5rem auto;
  border: 0.1rem solid #9e6a30;
  border-radius: 1rem;
}

.bold {
  font-weight: 600 !important;
}

.r .sec1 .listOuter {
  padding: 6.2rem 5rem 5.1rem 5rem;
}
.r .sec1 .listOuter .textD {
  text-indent: -0.5em;
}
.r .sec1 .listOuter .textD1 {
  text-indent: -2.1em;
  padding: 0 0 0 2.1em;
}
.r .sec1 .listOuter span {
  padding: 0 0.3rem;
}
.r .sec1 .listOuter p, .r .sec1 .listOuter h1, .r .sec1 .listOuter h2 {
  font-size: 1.791875rem;
  font-weight: 500;
  color: #093075;
  text-align: justify;
  line-height: 1.3;
}
.r .sec1 .listOuter h1 {
  padding: 3.2rem 0 2.8rem 0;
  position: relative;
}
.r .sec1 .listOuter h1::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 23.6%;
  width: 10.5rem;
  height: 0.051rem;
  background: #093075;
}
.r .sec1 .listOuter h2 {
  padding: 3.2rem 0 2.8rem 0;
}
.r .sec1 .listOuter h2:nth-of-type(1) {
  padding: 0 0 2.8rem 0;
}
.r .sec1 .listOuter > p:nth-of-type(1) {
  padding: 0 0 2.5rem 0;
}
.r .sec1 .listOuter ul {
  padding: 0.2rem 0;
}
.r .sec1 .listOuter ul li {
  padding: 0.1rem 0;
}
.r .sec1 .listOuter ul li p {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.3;
}
.r .sec1 .listOuter ul li ul li {
  padding: 0.1rem 0;
}
.r .sec1 .listOuter ul li ul li p {
  text-indent: -0.1em;
}

.w .sec1 .listOuter .list > .img {
  width: 6rem;
  margin: 0rem auto;
  padding: 5.2rem 0 1.4rem 0;
}
.w .sec1 .listOuter .list > .img:nth-of-type(2) {
  width: 13.6875rem;
  padding: 3.2rem 0 4rem 0;
}
.w .sec1 .listOuter .list > p {
  font-size: 1.791875rem;
  font-weight: 500;
  color: #093075;
}
.w .sec1 .listOuter .list > p:nth-of-type(2) {
  color: #fff;
  background: #093075;
  padding: 0.2rem 0rem 0.4rem 0rem;
  border-radius: 50rem;
  width: 3.875rem;
  white-space: nowrap;
  font-size: 1.365625rem;
  margin: 0 auto;
  position: relative;
}
.w .sec1 .listOuter .list > p:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -577%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 21rem;
  height: 0.051rem;
  background: #093075;
}
@media screen and (max-width: 1024px) {
  .w .sec1 .listOuter .list > p:nth-of-type(2)::before {
    height: 0.1rem;
  }
}
.w .sec1 .listOuter .list > p:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 133%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 21rem;
  height: 0.051rem;
  background: #093075;
}
@media screen and (max-width: 1024px) {
  .w .sec1 .listOuter .list > p:nth-of-type(2)::after {
    height: 0.1rem;
  }
}
.w .sec1 .listOuter .list .nameOuter .name {
  padding: 3.2rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 47rem;
  margin: 0 auto;
}
.w .sec1 .listOuter .list .nameOuter .name:nth-of-type(2) {
  padding: 0rem 0 4.4rem 0;
}
.w .sec1 .listOuter .list .nameOuter .name:nth-of-type(3) {
  padding: 0rem 0 0rem 0;
}
.w .sec1 .listOuter .list .nameOuter .name p {
  font-size: 1.791875rem;
  font-weight: 500;
  color: #093075;
}
.w .sec1 .listOuter .list:nth-of-type(3) {
  padding: 4.8rem 0;
}
.w .sec1 .listOuter .list:nth-of-type(3) .img {
  width: 16.5625rem;
  padding: 5rem 0 4rem 0;
}
.w .sec1 .listOuter .list:nth-of-type(3) .nameOuter .name:nth-of-type(2) {
  padding: 0rem 0 3.2rem 0;
}
.w .sec1 .listOuter .border {
  position: relative;
}
.w .sec1 .listOuter .border .img {
  width: 1.6875rem;
}
.w .sec1 .listOuter .border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.2%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 23.2rem;
  height: 0.051rem;
  background: #a4743e;
}
.w .sec1 .listOuter .border::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55.7%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 23.5rem;
  height: 0.051rem;
  background: #a4743e;
}
.q .sec1 {
  position: relative;
  z-index: -1;
}
.q .sec1 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 6rem);
  height: 68%;
  background: #ecd5af;
  z-index: -1;
}
.q .sec1::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 135%;
  height: 45%;
  background: #ecd5af;
  border-radius: 50%;
  z-index: -1;
}
.q .sec1::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 135%;
  height: 45%;
  background: #ecd5af;
  border-radius: 50%;
  z-index: -1;
}
.q .sec1 .box {
  position: relative;
  z-index: 2;
}
.q .sec1 .box .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 91%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.q .sec1 .box .line .img {
  width: 1.625rem;
}
.q .sec1 .box .deco .img:nth-of-type(1) {
  width: 53.8125rem;
  margin: 0 auto;
  padding: 3rem 0 0 0;
}
.q .sec1 .box .deco .img:nth-of-type(2) {
  width: 2.5rem;
  margin: -1.5rem auto 0 auto;
}
.q .sec1 .box .deco ~ .deco .img {
  width: 52.625rem;
  margin: 0 auto;
  padding: 0 0 3.5rem 0;
}
.q .sec1 .box .who > .img:nth-of-type(1) {
  width: 26rem;
  margin: 1.6rem auto 2.8rem auto;
}
.q .sec1 .box .who > .img ~ .img {
  width: 22.6875rem;
  margin: 3rem auto 2.1rem auto;
}
.q .sec1 .box .who > .img ~ .img ~ .img {
  width: 28.5rem;
  margin: 0 auto;
}
.q .sec1 .box .who .flexOuter .flexBox {
  position: relative;
  margin: 0 0.8rem;
}
.q .sec1 .box .who .flexOuter .flexBox .img {
  width: 13.6875rem;
}
.q .sec1 .box .who .flexOuter .flexBox .img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.q .sec1 .box .who .flexOuter .flexBox:nth-of-type(1) .img:nth-of-type(2) {
  width: 8.5rem;
}
.q .sec1 .box .who .flexOuter .flexBox:nth-of-type(2) .img:nth-of-type(2) {
  width: 5.625rem;
}
.q .sec1 .box .who .flexOuter .flexBox:nth-of-type(3) .img:nth-of-type(2) {
  width: 9.0625rem;
}
.q .sec1 .box > .img {
  width: 35.625rem;
  margin: 2.4rem auto 2.4rem auto;
}
.q .sec2 > .img {
  width: 13.875rem;
  margin: 0 auto;
  padding: 3.6rem 0 3rem 0;
}
.q .sec2 .formOuter {
  display: inline-block;
}
.q .sec2 .formOuter .form {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5rem 0;
}
.q .sec2 .formOuter .form .selectWrap {
  position: relative;
  margin: 0 1rem;
}
.q .sec2 .formOuter .form .selectWrap select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0.5rem 6rem 0.5rem 6rem;
  border-radius: 20rem;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #093075;
  border: 0.1rem solid #093075;
  min-width: 7.65rem;
}
.q .sec2 .formOuter .form .selectWrap::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.4666666667rem solid transparent;
  border-right: 0.4666666667rem solid transparent;
  border-top: 0.8rem solid #093075;
  pointer-events: none;
}
.q .sec2 .formOuter .form:nth-of-type(1) .selectWrap select {
  padding: 0.5rem 3rem 0.5rem 2rem;
}
.q .sec2 .formOuter .form:nth-of-type(1) .img {
  width: 9.8125rem;
}
.q .sec2 .formOuter .form:nth-of-type(1) .img ~ .img {
  width: 1.875rem;
}
.q .sec2 .formOuter .form:nth-of-type(1) .img ~ .img ~ .img {
  width: 1.625rem;
}
.q .sec2 .formOuter .form:nth-of-type(1) .img ~ .img ~ .img ~ .img {
  width: 1.4375rem;
}
.q .sec2 .formOuter .form:nth-of-type(1) input {
  border-radius: 20rem;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #093075;
  margin: 0 1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  width: 7rem;
  border: 0.1rem solid #093075;
  text-align: center;
}
.q .sec2 .formOuter .form:nth-of-type(2) .img {
  width: 10rem;
}
.q .sec2 .button {
  padding: 1.65rem 3.5rem;
  background: #093075;
  display: inline-block;
  border-radius: 20rem;
  margin: 4rem 0 5.2rem 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.q .sec2 .button:hover {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.q .sec2 .button .img {
  width: 10.375rem;
  pointer-events: none;
}

.a {
  position: relative;
  display: none;
}
.a .cta {
  position: fixed;
  right: 1rem;
  top: 28.5rem;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.a .cta:hover {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.a .cta .img {
  width: 8.5625rem;
  margin: 0 auto;
}
.a > .img {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  z-index: -1;
}
.a .deco {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem;
  padding: 1rem 1.4rem 0rem 1.3rem;
}
.a .deco .img:nth-of-type(1) {
  width: 9.125rem;
}
.a .deco .img:nth-of-type(2) {
  width: 9.125rem;
}
.a .box {
  border: 0.15rem solid #9e6a30;
  border-radius: 45rem 45rem 0 0;
  margin: -8rem 2.8rem 0 2.8rem;
}
.a .box > .img {
  width: 25.1875rem;
  margin: 5rem auto 1.2rem auto;
}
.a .box .light .img {
  width: 6rem;
  opacity: 0;
  -webkit-animation: flipInX 1s ease forwards;
          animation: flipInX 1s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.a .box .light .img:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.a .box .light .img:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.a .box .light .img:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.a .box .light .img:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.a .box .light .img:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.a .box .light .img:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.a .box .light .img:nth-child(7) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.a .box .light .img:nth-child(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.a .box .light .img:nth-child(9) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.a .box .light .img:nth-child(10) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.a .box > .title {
  border-top: 0.15rem solid #9e6a30;
  border-bottom: 0.15rem solid #9e6a30;
  width: 21.875rem;
  margin: 5.5rem auto 0 auto;
  padding: 0.52rem 0;
}
.a .box > .title .img {
  width: 3.6875rem;
}
.a .box > .title .img:nth-of-type(2) {
  width: 12.3125rem;
  margin: 0 1rem;
}
.a .box > .txt {
  position: relative;
}
.a .box > .txt .img:nth-of-type(1) {
  width: 47.25rem;
  margin: 2.6rem auto 0 auto;
}
.a .box > .txt .img:nth-of-type(2) {
  width: 37.0625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease forwards;
          animation: fadeInDown 0.8s ease forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.a .box .colorOuter {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 3.4rem 1rem 3.2rem 1rem;
}
.a .box .colorOuter .flexOuter {
  width: 23.375rem;
  margin: 0 1rem;
}
.a .box .colorOuter .flexOuter .title {
  background: #9e6a30;
  width: 12.625rem;
  border-radius: 20rem;
  padding: 0.8rem 1rem;
  margin: 0 auto;
}
.a .box .colorOuter .flexOuter .title .img:nth-of-type(1) {
  width: 1.75rem;
}
.a .box .colorOuter .flexOuter .title .img:nth-of-type(2) {
  width: 6.25rem;
  margin: 0 0.5rem;
}
.a .box .colorOuter .flexOuter .title .img:nth-of-type(3) {
  width: 1.75rem;
}
.a .box .colorOuter .flexOuter .colorContent {
  background: #fff;
  border-radius: 1.5rem;
  border: 0.15rem solid #975d1f;
  margin: -2rem auto 0 auto;
  z-index: -1;
  position: relative;
}
.a .box .colorOuter .flexOuter .colorContent .color {
  padding: 2.5rem 2rem 1.9rem 2rem;
}
.a .box .colorOuter .flexOuter .colorContent .color:nth-of-type(1) .img {
  margin: 0 auto;
  margin: 0.5rem auto 0 auto;
}
.a .box .colorOuter .flexOuter .colorContent .color:nth-of-type(1) .img:nth-of-type(1) {
  width: 6.6875rem;
}
.a .box .colorOuter .flexOuter .colorContent .color:nth-of-type(1) .img:nth-of-type(2) {
  width: 7.125rem;
}
.a .box .colorOuter .flexOuter .colorContent .color:nth-of-type(2) .img {
  margin: 0.5rem auto 0 auto;
}
.a .box .colorOuter .flexOuter .colorContent .color:nth-of-type(2) .img:nth-of-type(1) {
  width: 6.6875rem;
}
.a .box .colorOuter .flexOuter .colorContent .color:nth-of-type(2) .img:nth-of-type(2) {
  width: 7.125rem;
}
.a .box .colorOuter .flexOuter:nth-of-type(1) .colorContent .color:nth-of-type(1) {
  position: relative;
}
.a .box .colorOuter .flexOuter:nth-of-type(1) .colorContent .color:nth-of-type(1)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 19%;
  height: 75%;
  background-image: radial-gradient(circle, #9e6a30 0.15rem, transparent 0.15rem);
  background-size: 0.3rem 0.7rem;
  background-repeat: repeat-y;
  width: 0.26rem;
}
.a .box .colorOuter .flexOuter:nth-of-type(2) .title {
  width: 14.5625rem;
}
.a .box .colorOuter .flexOuter:nth-of-type(2) .title .img:nth-of-type(2) {
  width: 8.3125rem;
}
.a .box .fortuneOuter .title {
  background: #9e6a30;
  border-radius: 20rem;
  padding: 0.8rem 1rem;
  width: 14.625rem;
  margin: 0 auto;
}
.a .box .fortuneOuter .title .img:nth-of-type(1) {
  width: 1.75rem;
}
.a .box .fortuneOuter .title .img:nth-of-type(2) {
  width: 8.4375rem;
  margin: 0 0.5rem;
}
.a .box .fortuneOuter .title .img:nth-of-type(3) {
  width: 1.75rem;
}
.a .box .fortuneOuter .txt {
  background: #fff;
  border-radius: 1.5rem;
  border: 0.15rem solid #975d1f;
  width: 49.125rem;
  margin: -2rem auto 0 auto;
  z-index: -1;
  position: relative;
  padding: 4.6rem 0 3.1rem 0;
}
.a .box .fortuneOuter .txt .img {
  width: 39.4375rem;
  margin: 0 auto;
}
.a .box .suggestion {
  padding: 2.3rem 0 3.1rem 0;
}
.a .box .suggestion .titleOuter > .img {
  margin: 0 -4.2rem 0 0;
  z-index: 1;
  width: 8.25rem;
}
.a .box .suggestion .titleOuter .title {
  background: #9e6a30;
  border-radius: 20rem;
  padding: 0.8rem 1rem;
  width: 31.25rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.a .box .suggestion .titleOuter .title .img:nth-of-type(1) {
  width: 1.75rem;
}
.a .box .suggestion .titleOuter .title .img:nth-of-type(2) {
  margin: 0 0.5rem;
  width: 21.0625rem;
}
.a .box .suggestion .titleOuter .title .img:nth-of-type(3) {
  width: 1.75rem;
}
.a .box .suggestion .txtOuter {
  background: #fff;
  border: 0.15rem solid #9b6426;
  width: 49.125rem;
  border-radius: 1.5rem;
  margin: -4rem auto 0 auto;
  z-index: -1;
  position: relative;
}
.a .box .suggestion .txtOuter > .img {
  margin: 5.3rem auto 2.9rem auto;
  width: 30.5rem;
}
.a .box .suggestion .txtOuter .txt {
  padding: 0 0 3.5rem 0;
}
.a .box .suggestion .txtOuter .txt .img:nth-of-type(1) {
  width: 8.5rem;
  margin: 0 2.5rem 0 0;
}
.a .box .suggestion .txtOuter .txt .img:nth-of-type(2) {
  width: 31.375rem;
}
.a .box .system {
  position: relative;
  z-index: 1;
  padding: 0 0 2.5rem 0;
}
.a .box .system .title {
  background: #9e6a30;
  border-radius: 20rem;
  padding: 0.8rem 1rem;
  width: 26.0625rem;
  margin: 0 auto;
}
.a .box .system .title .img:nth-of-type(1) {
  width: 1.75rem;
}
.a .box .system .title .img:nth-of-type(2) {
  width: 20rem;
  margin: 0 0.5rem;
}
.a .box .system .title .img:nth-of-type(3) {
  width: 1.75rem;
}
.a .box .system .txt {
  background: #fff;
  border: 0.15rem solid #9b6426;
  width: 49.125rem;
  border-radius: 1.5rem;
  margin: -2rem auto 0 auto;
  z-index: -1;
  position: relative;
  padding: 5rem 0 3.5rem 0;
}
.a .box .system .txt .img {
  margin: 0 auto;
  width: 40.4375rem;
}
.a .box .systemM1 .title {
  width: 38.5rem;
}
.a .box .systemM1 .title .img:nth-of-type(2) {
  width: 31.4375rem;
}
.a .box .systemM2 .title {
  width: 34.375rem;
}
.a .box .systemM2 .title .img:nth-of-type(2) {
  width: 27.875rem;
}
.a .box .systemH .title {
  width: 28rem;
}
.a .box .systemH .title .img:nth-of-type(2) {
  width: 22.0625rem;
}
.a .box .lotteryOuter {
  padding: 0.7rem 0 0 0;
}
.a .box .lotteryOuter .lottery {
  background: #ecd5af;
  border: 0.15rem solid #9b6426;
  width: 49.125rem;
  border-radius: 1.5rem;
  margin: 0rem auto 3.2rem auto;
}
.a .box .lotteryOuter .lottery .title {
  padding: 3.3rem 0 0 0;
}
.a .box .lotteryOuter .lottery .title .img {
  margin: 0 auto;
}
.a .box .lotteryOuter .lottery .title .img:nth-of-type(1) {
  width: 17.5rem;
}
.a .box .lotteryOuter .lottery .title .img:nth-of-type(2) {
  width: 31.375rem;
  margin: 1rem auto 2.3rem auto;
}
.a .box .lotteryOuter .lottery .giftOuter {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.a .box .lotteryOuter .lottery .giftOuter .gift {
  background: #fff;
  border-radius: 3rem;
  border: 0.15rem solid #9b6426;
  width: 20.9375rem;
  margin: 0 0.95rem;
}
.a .box .lotteryOuter .lottery .giftOuter .gift .img {
  margin: 0 auto;
}
.a .box .lotteryOuter .lottery .giftOuter .gift .img:nth-of-type(1) {
  height: 19rem;
  margin: 3rem auto 0 auto;
}
.a .box .lotteryOuter .lottery .giftOuter .gift .img:nth-of-type(3) {
  margin: 0.9rem auto 1.9rem auto;
}
.a .box .lotteryOuter .lottery .giftOuter .gift:nth-of-type(1) .img:nth-of-type(1) {
  width: 15rem;
}
.a .box .lotteryOuter .lottery .giftOuter .gift:nth-of-type(1) .img:nth-of-type(2) {
  width: 13.25rem;
}
.a .box .lotteryOuter .lottery .giftOuter .gift:nth-of-type(1) .img:nth-of-type(3) {
  width: 4.8125rem;
}
.a .box .lotteryOuter .lottery .giftOuter .gift:nth-of-type(2) .img:nth-of-type(1) {
  width: 15.25rem;
}
.a .box .lotteryOuter .lottery .giftOuter .gift:nth-of-type(2) .img:nth-of-type(2) {
  width: 11.3125rem;
}
.a .box .lotteryOuter .lottery .giftOuter .gift:nth-of-type(2) .img:nth-of-type(3) {
  width: 4.75rem;
}
.a .box .lotteryOuter .lottery .txt {
  padding: 2.2rem 0 4.5rem 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.a .box .lotteryOuter .lottery .txt:hover {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
.a .box .lotteryOuter .lottery .txt .img {
  pointer-events: none;
}
.a .box .lotteryOuter .lottery .txt .img:nth-of-type(1) {
  width: 2.1875rem;
  margin: 0 0.4rem 0 0;
}
.a .box .lotteryOuter .lottery .txt .img:nth-of-type(2) {
  width: 12.0625rem;
}
.a .box .lotteryOuter .sharp {
  height: 30px;
  background: #ecd5af;
  border: 0.15rem solid #9b6426;
  width: 49.125rem;
  border-radius: 1.5rem;
  margin: 3.2rem auto 5.9rem auto;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 1.5635vw;
  }
}