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;
}
/* 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;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "Microsoft JhengHei", "微軟正黑體", Helvetica Neue, Helvetica, sans-serif, arial;
  background-color: #192841;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotatefadein {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotatefadein {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.navbar {
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0;
  z-index: 10;
  width: 100vw;
  background-color: #000000;
  box-shadow: 0 3px 6px #696969;
}
.navbar .nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0;
  width: 100%;
}
.navbar .nav .main-title {
  color: #ffffff;
  text-decoration: none;
  z-index: 100;
  display: block;
  width: 10rem;
  height: 2.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navbar .nav .main-title img {
  height: 100%;
}
.navbar .nav .nav-list {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.navbar .nav .nav-list .list-item {
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  text-align: center;
  padding: 0.8rem 1rem;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}
.navbar .nav .nav-list .list-item:hover,
.navbar .nav .nav-list .list-item:active,
.navbar .nav .nav-list .list-item:focus {
  background-color: #ffffff;
  color: #000000;
}
.navbar .nav .nav-list.active {
  height: auto;
}
.navbar .nav .mobile-list-btn {
  position: absolute;
  right: 0;
  top: auto;
  color: #ffffff;
  padding-right: 12px;
}
.navbar .nav .mobile-list-btn .open-btn {
  display: block;
  opacity: 0;
  -webkit-animation-name: rotatefadein;
          animation-name: rotatefadein;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.navbar .nav .mobile-list-btn .close-btn {
  display: none;
}
.navbar .nav .mobile-list-btn.active .open-btn {
  display: none;
}
.navbar .nav .mobile-list-btn.active .close-btn {
  display: block;
  opacity: 0;
  -webkit-animation-name: rotatefadein;
          animation-name: rotatefadein;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 769px) {
  .device-pc .navbar .nav {
    padding: 0.6rem 0;
    justify-content: flex-start;
    width: 80%;
  }
  .device-pc .navbar .nav .main-title {
    color: #ffffff;
  }
  .device-pc .navbar .nav .nav-list {
    top: auto;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
  }
  .device-pc .navbar .nav .nav-list .list-item {
    padding: 0.8rem 1rem;
    border: none;
    border-radius: 0.5rem;
    width: auto;
    color: #ffffff;
    background: none;
    font-weight: bold;
  }
  .device-pc .navbar .nav .nav-list .list-item:hover,
  .device-pc .navbar .nav .nav-list .list-item:active,
  .device-pc .navbar .nav .nav-list .list-item:focus {
    background-color: #ffffff;
    color: #000000;
  }
  .device-pc .navbar .nav .mobile-list-btn {
    display: none;
  }
}
.header {
  position: fixed;
  top: 48px;
  width: 100vw;
  height: calc((100vh / 4) * 3);
  background-image: url(images/header-bg_4649d4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}
.header .header-bg {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.header-text {
  position: relative;
  width: 100%;
  height: calc((100vh / 4) * 3);
  padding-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.header-text .mb-hide {
  display: none;
}
.header-text .btn {
  margin-top: 1rem;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 6px;
  padding: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}
.header-text .btn:hover,
.header-text .btn:active,
.header-text .btn:focus {
  background-color: #ffffff;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .device-pc .header {
    position: fixed;
    width: 100vw;
    height: calc((100vh / 3) * 2);
  }
  .device-pc .header-text {
    height: calc((100vh / 3) * 2);
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .device-pc .header-text .mb-hide {
    display: inline;
  }
  .device-pc .header-text .btn {
    margin-top: 1rem;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
  }
  .device-pc .header-text .btn:hover,
  .device-pc .header-text .btn:active,
  .device-pc .header-text .btn:focus {
    background-color: #ffffff;
    color: #000000;
  }
}
#introduce {
  position: relative;
  width: 100%;
  height: calc(100vh - 48px);
}
#introduce .introduce-title {
  margin-top: 4rem;
  padding: 1rem 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
#introduce .introduce-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 48px);
  display: flex;
}
#introduce .introduce-wrap .contain-text {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 40%;
  color: #ffffff;
  text-align: center;
  padding: 0 1.2rem;
  font-size: 1rem;
  line-height: 1.4rem;
  box-sizing: border-box;
}
#introduce .introduce-wrap .contain-text h2 {
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
#introduce .introduce-wrap .store {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 1s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#introduce .introduce-wrap .store .contain-text {
  display: flex;
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#introduce .introduce-wrap .store .store-side-bg {
  background-image: url(images/store-bg_7fae06.webp);
  clip-path: polygon(0% 0%, 100% 25%, 100% 100%, 0% 100%);
}
#introduce .introduce-wrap .tailor {
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 1s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#introduce .introduce-wrap .tailor .contain-text {
  display: none;
}
#introduce .introduce-wrap .tailor .tailor-side-bg {
  display: none;
  background-image: url(images/tailor-bg_9bd72c.webp);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
}
#introduce .introduce-wrap .store-side-bg,
#introduce .introduce-wrap .tailor-side-bg {
  width: 100%;
  height: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#introduce.active .store {
  width: 0;
}
#introduce.active .store .contain-text {
  display: none;
}
#introduce.active .store .store-side-bg {
  display: none;
}
#introduce.active .tailor {
  width: 100%;
}
#introduce.active .tailor .contain-text {
  display: flex;
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#introduce.active .tailor .tailor-side-bg {
  display: block;
}
@media screen and (min-width: 769px) {
  .device-pc #introduce {
    width: 100%;
    height: calc((100vh / 5) * 3);
  }
  .device-pc #introduce .introduce-wrap {
    position: relative;
    width: 100%;
    height: calc((100vh / 5) * 3);
  }
  .device-pc #introduce .introduce-wrap .store {
    flex-direction: row;
  }
  .device-pc #introduce .introduce-wrap .store .store-side-bg {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .device-pc #introduce .introduce-wrap .tailor {
    flex-direction: row;
  }
  .device-pc #introduce .introduce-wrap .tailor .tailor-side-bg {
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
  }
  .device-pc #introduce .introduce-wrap .store-side-bg,
  .device-pc #introduce .introduce-wrap .tailor-side-bg {
    width: 55%;
    height: 100%;
  }
  .device-pc #introduce .introduce-wrap .contain-text {
    flex-direction: column;
    width: 45%;
    height: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .device-pc #introduce .introduce-wrap .contain-text h2 {
    font-size: 1.8rem;
    padding-bottom: 0.5rem;
  }
}
#services {
  padding-top: 3rem;
  position: relative;
}
#services .service-title {
  margin-top: 6rem;
  padding: 1rem 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
#services .toggle-list {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 48px);
  width: 100%;
}
#services .toggle-list .slide {
  box-sizing: border-box;
  height: 25%;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 25%, 100% 100%, 0% 75%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
#services .toggle-list .slide:nth-child(1) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#services .toggle-list .slide:nth-child(2) {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
#services .toggle-list .slide:nth-child(3) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#services .toggle-list .slide:nth-child(4) {
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
}
#services .toggle-list .slide .bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#services .toggle-list .slide .bg .list-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#services .toggle-list .slide .bg .list-content .content-title {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  border: 0.1rem solid #ffffff;
  border-radius: 0.25rem;
}
#services .toggle-list .slide .bg .list-content .content-text {
  padding: 1rem 2rem;
  width: 76%;
  display: none;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2rem;
}
#services .toggle-list .slide.active {
  height: 80%;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#services .toggle-list .slide.active .bg {
  background-color: rgba(0, 0, 0, 0.3);
}
#services .toggle-list .slide.active .bg .content-title {
  border: none;
  font-weight: 600;
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#services .toggle-list .slide.active .bg .content-text {
  display: flex;
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#services .toggle-list .slide.small {
  height: calc(20% / 3);
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#services .toggle-list .slide.small .bg {
  background-color: rgba(0, 0, 0, 0.8);
}
#services .toggle-list .slide.small .bg .content-title {
  padding: 0.1rem;
}
@media screen and (min-width: 769px) {
  .device-pc #services {
    position: relative;
  }
  .device-pc #services .service-title {
    margin-top: 6rem;
    padding: 1rem 0;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: center;
  }
  .device-pc #services .toggle-list {
    display: flex;
    flex-direction: row;
    width: 80%;
    height: 50vh;
    margin: 0 auto;
  }
  .device-pc #services .toggle-list .slide {
    box-sizing: border-box;
    width: 25%;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
  }
  .device-pc #services .toggle-list .slide:nth-child(1) {
    -webkit-transform: translateX(37.5%);
            transform: translateX(37.5%);
  }
  .device-pc #services .toggle-list .slide:nth-child(2) {
    -webkit-transform: translateX(12.5%);
            transform: translateX(12.5%);
  }
  .device-pc #services .toggle-list .slide:nth-child(3) {
    -webkit-transform: translateX(-12.5%);
            transform: translateX(-12.5%);
  }
  .device-pc #services .toggle-list .slide:nth-child(4) {
    -webkit-transform: translateX(-37.5%);
            transform: translateX(-37.5%);
  }
  .device-pc #services .toggle-list .slide .bg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .device-pc #services .toggle-list .slide .bg .list-content {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .device-pc #services .toggle-list .slide .bg .list-content .content-title {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #ffffff;
    border: 0.1rem solid #ffffff;
    border-radius: 0.25rem;
  }
  .device-pc #services .toggle-list .slide .bg .list-content .content-text {
    padding: 1rem 2rem;
    width: 40%;
    display: none;
    color: #ffffff;
    font-size: 1.2rem;
  }
  .device-pc #services .toggle-list .slide.active {
    height: 100%;
    width: 80%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .device-pc #services .toggle-list .slide.active .bg {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .device-pc #services .toggle-list .slide.active .bg .content-title {
    border: none;
    font-weight: 600;
  }
  .device-pc #services .toggle-list .slide.active .bg .content-text {
    display: flex;
  }
  .device-pc #services .toggle-list .slide.small {
    height: 100%;
    width: calc(20% / 3);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .device-pc #services .toggle-list .slide.small .bg {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .device-pc #services .toggle-list .slide.small .bg .content-title {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
#contact {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5rem;
}
#contact .contact-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #152238;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%);
}
#contact .contact-title {
  z-index: 5;
  padding: 1rem 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
#contact .contact-wrap {
  z-index: 5;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1rem;
  gap: 1rem;
  color: #ffffff;
}
#contact .contact-wrap .store-map {
  width: 100%;
  height: 75vh;
}
#contact .contact-wrap .contact-way {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 1rem;
}
#contact .contact-wrap .contact-way .way-wrap .way-item {
  border-bottom: 1px dashed #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact .contact-wrap .contact-way .way-wrap .way-item .item-title {
  padding-top: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}
#contact .contact-wrap .contact-way .way-wrap .way-item .item-content {
  font-size: 1rem;
  line-height: 1.2rem;
  display: flex;
  padding: 0.5rem 0;
}
#contact .contact-wrap .contact-way .way-wrap .way-item .item-content a {
  padding-left: 0.5rem;
  color: #ffffff;
}
#contact .contact-wrap .contact-way .way-wrap .way-item .item-content a:visited {
  color: #ffffff;
}
#contact .contact-wrap .contact-way .way-wrap .way-item .item-content a:hover,
#contact .contact-wrap .contact-way .way-wrap .way-item .item-content a:active {
  font-weight: 400;
}
#contact .contact-wrap .contact-way .way-wrap .way-item .item-content p {
  padding-left: 0.5rem;
}
#contact .contact-wrap .contact-way .way-wrap .way-item .item-content i {
  padding-top: 0.07rem;
  font-size: 1.2rem;
}
#contact .contact-wrap .contact-way .way-wrap .way-item .item-description {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .device-pc #contact .contact-title {
    margin-top: 6rem;
  }
  .device-pc #contact .contact-wrap {
    width: 80%;
    padding: 1rem 3rem;
    flex-direction: row;
  }
  .device-pc #contact .contact-wrap .store-map {
    width: 50%;
    height: auto;
  }
  .device-pc #contact .contact-wrap .contact-way {
    width: 30%;
    padding-bottom: 0;
  }
}
footer {
  display: flex;
  justify-content: center;
  color: #ffffff;
  background-color: #000000;
}
footer .footer-text {
  padding: 0.3rem 0;
  font-size: 0.4rem;
}

