@charset "utf-8";
/* CSS Document */
/*@import url("/css/font-awesome.css");*/
@import url("/css/animate.css");
@import url("/css/hover.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

  @import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Serif+TC:wght@700&display=swap');

.apparel_wrap {
  font-family: 'noto sans TC', '微軟正黑體';
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.space-br {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
  .space-br-lg {
    display: block;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .space-br {
    display: block;
    height: 10px;
  }
}
.apparel_wrap section.part1 {
    background-image: url("../images/header-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 480px;
    text-align: center;
}
.header_wrap {
  height: 400px;
  /* align-content: center; */
  /* padding-top: 75px; */
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.header-img {
  margin-top: 40px;
}
.header_text {
  text-align: center;
  flex-direction: column;
}
.header-title {
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 1.1;
    margin-top: 95px;
    font-weight: 400;
    font-family: 'Noto Serif TC';
}
.header-title span.main-title {
  font-size: 44px;
  font-weight: bold;
}
span.highlight {
  font-weight: bold;
}
.word-wrap p {
  font-weight: bold;
  letter-spacing: -1px;
}
.header_sectitle {
  color: #ffffff;
  font-size: 24px;
  margin: 15px 0 30px;
  line-height: 1.5;
  font-family: 'Noto Sans TC';
  letter-spacing: 1px;
  font-weight: 400;
}
.header_link a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  background: rgb(232,198,127);
background: linear-gradient(to right, rgba(232,198,127,1) 0%, rgba(228,211,168,1) 100%);
  font-size: 22px;
  padding: 15px 45px;
  border-radius: 50px;
  letter-spacing: 2px;
  transition: .3s;
  font-weight: bold;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.header_link a:hover {
/*  background: #ca6d74 !important;*/
/*  color: #fff;*/
  text-shadow: none;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.pink-bar {
  background: rgb(232,198,127);
background: linear-gradient(270deg, rgba(232,198,127,1) 0%, rgba(228,211,168,1) 100%);
  height: 60px;
}
.feature-block {
  max-width: 1200px;
  margin: 0 auto !important;
}
.feature {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 22px;
    line-height: 55px;
    letter-spacing: 2px;
}
.feature i {
  margin-right: 10px;
}
section.part2 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 0 70px;
}
.part2 .part-title {
  color: #b08d32;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-left: 10px;
  font-family: 'Noto Sans TC';
  font-size: 36px;
}
.part2 .part-title span {
  color: #594440;
}
.part2 .swiper {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.part2 .swiper-wrapper {
  width: 100%;
  max-width: 575px;
  position: absolute;
  right: 0;
  top: 0;
}
.part2 .swiper-slide {
  max-width: 575px;
  width: 100%;
  background-color: #fff;
  opacity: 0 !important;
}
.part2 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.part2 .swiper-pagination {
  top: 0;
  bottom: unset !important;
  height: 130px;
  max-width: 485px;
  position: relative !important;
}
.part2 .swiper-pagination-bullet {
  width: auto;
  background: #fff !important;
  height: unset;
  display: block;
  border-radius: unset !important;
  color: #000000;
  opacity: 1 !important;
  text-align: left;
  padding: 15px 15px;
  font-family: 'Noto Sans TC';
  letter-spacing: 1px;
  font-size: 17px;
  display: flex;
}
.part2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f7f2e5!important;
    font-family: 'Noto Sans TC';
    /* font-weight: bold; */
    border-radius: 5px !important;
}
.part2 .swiper-pagination-bullet span {
    color: #000000;
    /* font-family: fontawesome; */
    margin-right: 10px;
    width: 20px;
}
/*
.part2 .swiper-pagination-bullet.swiper-pagination-bullet-active i {
    color: #00a3e8;
}
*/
.part2 .swiper-slide p {
  font-size: 19px;
  color: #000;
  line-height: 1.7;
  font-family: 'Noto Sans TC';
  letter-spacing: 1px;
  margin: 0 0 5px;
  margin-left: 10px;
}
section.part3 {
    background-image: url('../images/icon-bg.png');
    background-position: center;
    padding: 60px 0 70px;
    text-align: center;
    margin: 0 auto;
}
.part-title {
    font-size: 24px;
    color: #000000;
}
section.part3 .part-title p {
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 50px;
}
/*
section.part3 .part-title {
    font-size: 36px;
    color: #314f61;
    font-weight: 500;
    margin-bottom: 30px;
}
*/
section.part3 .part-title span {
  color: #152b44;
}
.part-sectitle {
  color: #000;
  font-size: 20px;
  margin: 20px 0 35px;
  letter-spacing: 1px;
  /* font-weight: bold; */
}
.block-wrap {
  max-width: 1200px;
  margin: 0 auto !important;
}
.block {
    max-width: 283px;
    background: url(../images/icon-block-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}
.block-title {
    color: #ffecbb;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 3px;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
}
.block-title span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}
.block-icon {
    display: inline-block;
    padding: 20px;
    /* margin-bottom: 0; */
}
.block p {
    color: #ffffff;
    line-height: 1.7;
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 50px 30px;
}
.block-img img {
  border: 3px solid #eee;
  border-radius: 5px;
}

/*
.b03 .block-icon img,.b02 .block-icon img {
    margin: 4px 0;
}
*/
section.part5 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 0;
}
.part5 .part-title {
    color: #b08d32;
    font-size: 34px;
}
.part5 .swiper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.part5 .swiper-wrapper {
  width: 100%;
  max-width: 1000px;
}
.part5 .swiper-slide {
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
  opacity: 0 !important;
}
.part5 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.part5 .block-text {
  text-align: left;
  margin-left: 20px;
  position: relative;
}
.p5block-title {
    color: #152b44;
    font-size: 36px;
    font-weight: 400;
    font-family: noto sans TC;
    letter-spacing: 2px;
}
.p5block-sectitle {
  font-size: 18px;
  background-color: #152b44;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-family: 'Noto Sans TC';
  letter-spacing: 2px;
  margin: 18px 0 30px;
}
.part5 .block-text p {
  color: #152b44;
  letter-spacing: 1px;
  line-height: 1.8;
}
.part5 .swiper-button-wrap {
  position: absolute;
  bottom: 70px;
  width: 90px;
  right: 220px;
}
.part5 .swiper-button-prev {
  left: 0 !important;
}
.part5 .swiper-button-next {
  right: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
  color: #152b44 !important;
  border: 1px solid;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: bold;
}
.part6 {
    background-color: #fff7e8;
    padding: 75px 0;
    text-align: center;
}
.part6 .part-title {
    display: inline-block;
    text-align: left;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 1.4;
}

.more-btn {
    color: #000;
    text-decoration: none;
    display: inline-block;
    background: rgb(232,198,127);
    background: linear-gradient(to right, rgba(232,198,127,1) 0%, rgba(228,211,168,1) 100%);
    font-size: 20px;
    padding: 3px 20px;
    border-radius: 50px;
    letter-spacing: 2px;
    transition: .3s;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-left: 10px;
}
a.more-btn:hover {
    color: #000;
      text-shadow: none;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
}
.part6 .a1pro, .part6 .a1pro.plus {
    /* margin-bottom: 50px; */
    width: 490px;
    height: 240px;
    background: url("../images/pro-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    padding: 30px 25px;
    text-align: left;
    border-radius: 15px;
}

.part6 .a1pro.plus {

    background: url("../images/chain-bg.png");background-position: right bottom;background-repeat: no-repeat;
}

.part6 .p-title.p4-text p span {
    color: #06bee8;
}

.part6 .p4-main {
    max-width: 1200px;
    margin: 20px auto 0;
}

.part6 .product-title {
    color: #ffedbc;
    font-size: 30px;
}
.part6 .product-content {
    color: #000;
    background: rgb(232,198,127);
    background: linear-gradient(to right, rgba(232,198,127,1) 0%, rgba(228,211,168,1) 100%);
    display: inline-block;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 15px 0;
}

.part6 p.product-p {
    max-width: 450px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    line-height: 1.4;
}

.part6 p.red-text {
    color: #f9e8b8;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}
.part6 p.price span {
    color: #000000;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -2px;
}
.part6 p.price {
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 20px;
}

/*
.part6 .a1pro.plus .product-title,.part6 .a1pro.plus p.red-text,.part6 .a1pro.plus p.price span {
    color: #06bee8;
}
*/

.part6 .a1pro.plus .product-content{background-color: #06bee8;}

.and {
    font-size: 78px;
    font-family: 'Noto Serif TC';
    margin: 0 30px;
}





.register_wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-image: url("../images/register_bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 90px 0;
}
.register-bg {
    background-color: #152b44;
}
section.register {
  width: 525px;
  margin-left: 5%
}
h3.register-title {
  display: none
}
section.register .title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px
}
input#submitBtn:hover, section.register a#sendCodeBtn:hover {
    background-color: #f1d29c !important;
}
input#submitBtn, section.register a#sendCodeBtn {
    background-color: #f7dba9 !important;
    color: #152b44 !important;
    line-height: 1.5;
    border: 3px solid #f7dba9 !important;
    border-radius: 50px !important;
    box-shadow: none;
}
section.register a.fancybox.btn.btnType1 {
  border: 0;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 400;
  box-shadow: unset;
  border-radius: 5px !important
}
a.fancybox.btn:hover {
    color: #fff !important;
    background-color: #223c5a;
}
input#DAA009 {
  width: 280px !important;
  margin-right: 10px;
  padding-right: 10px
}
a#sendCodeBtn {
  width: calc(100% - 335px) !important
}
.code {
  margin-top: 10px
}
input#M5Code {
  width: 230px !important;
  margin-right: 10px;
  padding-right: 10px
}
input#submitBtn {
  width: calc(100% - 288px) !important
}
input#DAA009::placeholder {
    color: #000 !important;
}
.input ::-webkit-input-placeholder, .phone ::-webkit-input-placeholder {
  color: #364e4f !important;
  background-color: #fff;
  border-radius: 0;
  padding: 0 5px;
  opacity: 100;
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #364e4f !important;
  opacity: 100;
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #364e4f !important;
  opacity: 100;
}
.input input::-moz-placeholder, .phone:-ms-input-placeholder {
  color: #364e4f !important;
  opacity: 100;
}
input:-internal-autofill-selected {
  /*  background-color: #ff6773 !important;*/
  color: #364e4f !important;
  opacity: 100;
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-text-fill-color: #364e4f !important;
  opacity: 100;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s
}
input#DAA009, input#M5Code, input#submitBtn {
    background-color: #ffffff;
    color: #2b5788;
    border: unset;
    border: 2px solid;
    border-radius: 40px;
}
@media screen and (max-width: 1366px) {
  section.part4 {
    background-position: -300px bottom, right bottom, center;
  }
}
@media screen and (max-width: 1024px) {
  .feature {
    font-size: 20px;
  }
  .part2 .swiper-pagination {
    max-width: 330px;
    left: 20px !important;
  }
  .part2 .swiper-pagination-bullet {
    text-indent: -15px;
    padding: 15px 15px 15px 40px;
    line-height: 1.5;
  }
  .part2 .part-title {
    max-width: 320px;
    width: 100%;
    margin-left: 25px;
    font-size: 28px;
  }
  .part2 .part-title br {
    display: none;
  }
  section.part4 {
    /*    background-position: -120% bottom,120% bottom,center;*/
  }
  .register_wrap {
    height: 646px;
    background-position: bottom;
    background-position-y: 350px;
  }
  section.register {
    display: block;
    margin: 0 auto;
  }
  section.part4 {
    height: 400px;
    background-repeat: no-repeat, no-repeat, repeat;
  }
}
@media screen and (max-width: 960px) {
  .part2 .swiper {
    height: auto;
  }
  .part2 .part-title {
    max-width: unset;
    margin: 0 auto;
    text-align: center;
  }
  .part2 .part-title br {
    display: block;
  }
  .part2 .swiper-wrapper {
    position: relative;
    margin: 0 auto;
  }
  .p2-title-phone {
    width: 100%;
    font-size: 18px;
    margin: 20px 0 10px;
    font-family: 'noto sans TC';
    color: #000;
    background-color: #f7f2e5 !important;
    padding: 10px 20px 10px 10px;
    display: inline-flex !important;
    border-radius: 5px;
    letter-spacing: 1px;
}
  .p2-title-phone i {
    margin-right: 10px;
  }
  .part2 .swiper-pagination {
    max-width: 100%;
    left: 0 !important;
    height: auto;
  }
  .part2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    padding: 0;
    color: #b59659;
    text-indent: unset;
    display: inline-block;
    background: #b59659 !important;
    border-radius: 50% !important;
}
  .part2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding: 0 15px;
  }
  .part2 .swiper-slide {
    padding-bottom: 30px;
  }
    section.part3 {
    background-image: url('../images/icon-bg-phone.png');
}
    .block {
    max-width: 240px;
}
    .block p {
    padding: 0 30px 30px;
}
}
@media screen and (max-width: 768px) {
  /*
	
	.header_text {
    margin-left: 350px;
}
*/
/*
  .apparel_wrap section.part1 {
    background-image: url("../images/header-bg-phone.png");
    background-position: center bottom;
    height: auto;
  }
*/
  .header_text {
    background-image: none;
    text-align: center;
    margin: 0 auto;
  }
  .header-img img {
    width: 100%;
  }


  .feature {
    font-size: 16px;
    /* line-height: 1.6; */
    /* text-align: right; */
    padding: 0 !important;
    /* max-width: 120px !important; */
  }
  .block-wrap {
    margin: 0 auto !important;
  }
 .part3 .block {
    max-width: 283px;
    margin: 20px auto;
}
  section.part4 .word-wrap {
    padding-top: 40px;
  }
  .part5 .swiper {
    height: auto;
    padding-bottom: 40px;
  }
  .p5block-sectitle {
    margin: 16px 0 5px;
  }
  .part5 .block-text p {
    margin-bottom: 30px;
  }
  .part5 .swiper-button-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 10px;
  }
  .part5 .block-text {
    text-align: center;
    margin-left: 0;
  }
  .part5 .block-img img {
    display: inline-block;
    width: 96%;
    max-width: 100%;
  }
  .part-sectitle {
    /*    border-bottom: 3px solid #efefef;*/
    padding-bottom: 30px;
    display: inline-block;
  }
  .register_wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  section.register {
    width: 100%;
    padding: 0 10px;
  }
  /*
.apparel_wrap section.part1 {
    background-size: 100%;
    background-position: bottom;
    background-color: #e8415c;
    height: 580px;
}
*/
  .header_sectitle {
    margin: 20px 0 30px;
    font-size: 20px;
  }
  section.register .title {
    font-size: 36px;
  }
  input#M5Code {
    width: 220px !important;
  }
  input#DAA009 {
    width: 190px !important;
  }
  a#sendCodeBtn {
    width: 145px !important;
  }
  input#submitBtn {
    width: 115px !important;
  }
  .register_wrap {
    background-size: 96%;
  }
  /*
	.header_wrap {
    height: auto;
    padding-top: 40px;
}
*/
  /*
	.header_text {
    margin: 0 auto;
}
*/
  .p2-title-phone {
    /* text-indent: -15px; */
    margin-left: 15px;
    padding: 10px 10px 10px 20px;
    width: 90%;
    line-height: 1.7;
    font-size: 16px;
  }
  .p2-title-phone span {
    margin-right: 10px;
  }
  .part2 .swiper-slide p {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 16px;
}
  .part2 .swiper-slide img {
    width: 95%;
    margin: 0 auto;
  }
  .part3 .block {
    margin: 20px auto;
    text-align: left;
    width: 100%;
    /*    white-space: nowrap;*/
  }
  .part-sectitle {
    line-height: 1.7;
    margin: 20px 0 20px;
    width: 95%;
  }
  section.part4 .word-wrap {
    font-size: 40px;
    text-indent: 0;
    line-height: 1.4;
  }
 .part6 .part-title {
    /* font-size: 26px; */
    text-align: center;
    font-size: 24px;
}
   .more-btn {
    display: block;
    max-width: 45%;
    margin: 10px auto;
    padding: 6px 20px;
}
 .part6 .a1pro, .part6 .a1pro.plus {
    width: 96%;
    border-radius: 20px;
    height: 310px;
}
    .and {
    margin: 30px 0;
}
  .word-wrap span {
    font-size: 38px;
    display: block;
  }
  .word-wrap br {
    display: none;
  }
  .part4 span.highlight {
    font-size: 45px;
  }
  .part4 .header_link a {
    margin-top: 10px;
  }
  .part5 .block-text {
    text-align: left;
    padding: 0 15px !important;
  }
  .p5block-title {
    font-size: 30px;
  }
  .feature {
    /* max-width: 100px !important; */
    font-size: 15px;
    letter-spacing: 1px;
  }
  .feature i {
    margin-right: 2px;
  }
}
@media screen and (max-width: 420px) {
/*
  .apparel_wrap section.part1 {
    height: 410px;
    background-size: 150%;
  }
*/
}
@media screen and (max-width: 400px) {
  .header-title {
    font-size: 36px;
  }
  .feature {
    /* max-width: 100px !important; */
    letter-spacing: 0px;
  }
}