@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
@import url("/css/bootstrap4-Mfix.css");
@import url("/css/hover.css");
@import url("/css/common/form.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

html, body { width:100%; height: auto;overflow-X:hidden; }
body { font-size:100%;}
*{transition:all .3s; -webkit-transition:all .3s;}

/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/

.btnTop{ background: #CCC \9;background:rgba(0,0,0,.2); border-radius:50%; width:50px; height:50px; position: fixed;right:15px; bottom:15px;cursor:pointer; z-index:99; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif;	text-transform:uppercase; font-size:13px ; letter-spacing:1px; display: none  ; z-index:999;}
.btnTop:before {    content: "\f106";    font-family: 'FontAwesome';    font-size: 20px;    color: #FFF;    display: block;    width: 100%;    height: 25px;    padding-top: 0;}
.btnTop:hover{background:rgba(0,0,0,.4);}

.img-response{ max-width:100%; height:auto;}

/*------------item-inline-block------------*/
.item-inline-block{ letter-spacing:-5px;}
.item-inline-block > *{display: inline-block !important; letter-spacing:1px;vertical-align: top;}

/*------------item-table-cell------------*/
.item-table-cell{ display:table;}
.item-table-cell > *{display: table-cell !important; vertical-align: top;}


/*------------item-flex------------*/
.item-flex{ display:flex !important;display:-webkit-flex !important;flex-flow: row wrap}
.item-flex > *{flex:1;-webkit-flex:1 }


.empty {    display: inline-block;}


@media screen and (max-width: 640px) {
	
.vertical-xs{ display:block !important;	}
.vertical-xs  > *{  display:block !important; width:100% !important ;float:none !important; }
.empty {    display: block;    height: 1px;}
	
}



.show{ display:block !important;}
.hide{ display:none !important;}
.space-br {    display: inline-block;}

@media screen and (max-width: 640px) {	

.hide-xs{ display:none !important; }
.show-xs{ display:block !important;}
.space-br {    display: block;    line-height: 0;}
	
}





.wrap{width:100%;height:auto;position:relative; font-family:'Noto Sans TC',"微軟正黑體",Microsoft Yahei;line-height:1.6; background:#fff2f4;}
		



/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.header2 {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
 .header2 span img{ width:100%; height:auto;}
.header2 .center {
    width: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 100px 0 85px;
    margin-left: 35px;
}
.header2 .center img{ width:100%; height:auto;}
.header-text {
    margin: 0 40px 20px;
}
.header-text p {
    color: #fb8092;
    font-size: 32px;
    font-weight: bold;
    border-top: 8px dotted #ffd3da;
    padding-top: 10px;
    margin-top: 10px;
    letter-spacing: 5px;
}

.header-text p span {
    font-weight: 100;
    color: #ffbcc7;
    margin: 0 2px;
}

.header-text span {
    color: #fb8092;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}


.header-text a {
    background: #fb8092;
    color: #fff;
    padding: 5px 55px 5px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 24px;
    letter-spacing: 3px;
}

.header-left,.header-right {
    position: relative;
}

.before-block {
    position: absolute;
    right: -10px;
    bottom: 150px;
    text-align: right;
    color: #6b6b6b;
    font-size: 18px;
}

.before-block p {
    background: #fff;
    padding: 1px 20px;
    border-radius: 5px;
    border: 2px solid #d6d6d6;
}
.before-block span {
    font-style: italic;
    font-weight: 500;
    color: #848484;
    letter-spacing: 1px;
}
.after-block {
    position: absolute;
    left: 0;
    bottom: 150px;
    text-align: left;
    font-size: 18px;
}

.after-block p {
    background: #fff;
    padding: 1px 20px;
    border-radius: 5px;
    border: 2px solid #f8697b;
    color: #f8697b;
}
.after-block span {
    font-style: italic;
    font-weight: 500;
    color: #f8697b;
    letter-spacing: 1px;
}



/*

 .header2 .logo{ position:absolute; left:8px; top:2px; z-index:6; }
 .header2 .logo img{width:100%; height:auto;}
*/


/*白色LOGO+底色*/
.header2 .logo{  background-color: #fb8092;}

.logo a {
    display: inline-block;
}
.logo img {
    width: 250px;
    height: auto;
    padding: 10px;
}



/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/



.container-wrap { width:100%; margin:0 auto;}
.part {
    margin: 0 auto;
    text-align: center;
}
.part-title {
    display: inline-block;
    color: #0e71b5;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    font-style: italic;
    position: relative;
    border-bottom: 7px dotted #bbdaef;
}

.part-title:before {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    left: -35px;
    top: -5px;
    font-size: 22px;
}

.part-title:after {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: -35px;
    bottom: -5px;
    font-size: 22px;
}

.part-content {
    margin: 35px 0;
}

.block {
    background: #fff;
    padding: 20px 20px 50px;
    border-radius: 15px;
    min-height: 400px;
}


.block.block-half {
    min-height: 185px !important;
    padding: 20px 40px 30px;
}

.block.block-half.ac {
    margin-bottom: 30px;
}


.block-title {
    color: #fb8092;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.ac-tax-block .block-title {
    color: #0e71b5;
    font-size: 24px;
}

.i-wrap {
    height: 255px;
}


.part1 .part-content i {
    color: #dddddd;
    font-size: 40px;
    margin: 0 20px;
}

.block-sec-text {
    color: #535353;
    letter-spacing: 1px;
}
.block-sec-text p {
    color: #fb8092;
    font-weight: bold;
    font-size: 18px;
}

.block.inventory .block-title {
    color: #0e71b5;
}

.block.invoice .block-sec span {
    color: #fcb73e;
    font-weight: bold;
    position: relative;
}


.block.invoice .block-sec span:before {
    content: '';
    display: inline-block;
    height: 15px;
    border-left: 2px solid #fcb73e;
    position: absolute;
    left: -9px;
    top: 6px;
    transform: rotate(-30deg);
}

.block.invoice .block-sec span:after {
    content: '';
    display: inline-block;
    height: 15px;
    border-right: 2px solid #fcb73e;
    position: absolute;
    right: -9px;
    top: 6px;
    transform: rotate(30deg);
}



.part2 {
    width: 100%;
    max-width:  816px !important;
    margin: 0 auto;
    padding: 90px 0 70px;
}
.part2 .part-title {
    color: #fb8092;
    margin-bottom: 30px;
    border-bottom: 7px dotted #ffd3da;
}



.part2 .swiper {
    /* width: 100%; */
/*    height: 350px;*/
    overflow: hidden;
    position: relative;
    display: flex !important;
    flex-direction: column !important;
}
.part2 .swiper-wrapper {
    width: 100%;
/*    margin-top: 100px;*/
}
.part2 .swiper-slide {
    min-height: 375px;
    background-color: #fff2f4;
    opacity: 0 !important;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
.part2 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.part2 .swiper-pagination {
    height: 70px;
    display: flex;
    position: unset !important;
    justify-content: center;
    margin-bottom: 50px;
}
.part2 .swiper-pagination-bullet {
    width: auto;
    background: #fff2f4 !important;
    height: unset;
    display: block;
    border-radius: unset !important;
    color: #ffb3be;
    opacity: 1 !important;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 24px;
    border-right: 3px solid #ffd3da;
    padding-right: 30px;
    margin-right: 30px !important;
}

.part2 .swiper-pagination-bullet:last-child {
    border: none;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.part2 .swiper-pagination-bullet p {
    font-size: 16px;
}
.part2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #f26075;
    font-family: 'Noto Sans TC';
   
/*    letter-spacing: 1px;*/
/*    border-radius: 5px !important;*/
}
.part2 .swiper-pagination-bullet i {
    color: #ffb3be;
    font-family: fontawesome;
    margin-right: 10px;
    width: 20px;
}
.part2 .swiper-pagination-bullet.swiper-pagination-bullet-active i {
    color: #f26075;
}
.part2 .swiper-slide p {
    font-size: 19px;
    color: #fb8092;
    line-height: 1.7;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
    margin: 0 0 5px;
    margin-left: 10px;
}


.note-title {
    color: #fb8092;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}


.part3 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0;
}

.part3 .part-sectitle {
    margin: 15px 0 50px;
    color: #525252;
    font-size: 18px;
}

.part3 .swiper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.part3 .swiper-wrapper {
  width: 100%;
  max-width: 1000px;
}
.part3 .swiper-slide {
    max-width: 1000px;
    width: 100%;
    background-color: #fff2f4;
    opacity: 0 !important;
}





.part3 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}


.part3 .block-text {
    text-align: left;
	margin-left: 20px;
	position: relative;
}
.p3block-title {
    color: #1474b7;
    font-size: 36px;
    font-weight: 700;
    font-family: noto sans TC;
    letter-spacing: 2px;
}

.p3block-sectitle {
    font-size: 18px;
    background-color: #1474b7;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-family: 'Noto Sans TC';
    letter-spacing: 2px;
    margin: 18px 0 30px;
}
.part3 .block-text p {
    color: #000;
    letter-spacing: 1px;
    line-height: 1.8;
}

.part3 .swiper-button-wrap {
    position: absolute;
    bottom: 70px;
    width: 90px;
    right: 220px;
}
.part3 .swiper-button-prev {
    left: 0 !important;
}
.part3 .swiper-button-next {
    right: 0 !important;
}


.slide-img {
    width: 816px !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #1474b7 !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;
}





/*----------------------------- 注意事項文字 -----------------------------------  */

/* ul { width:80%; margin:0 auto; color:#a3a3a3; list-style:decimal; padding-left:30px;}
 ul li{ margin-bottom:10px; font-size:15px; color:#333333; line-height:1.5;}
*/



/*註冊區塊*/
.register_wrap {
    max-width: 1025px;
    margin: 0 auto;
    text-align: center;
    background: url("/action/20231101/images/register_bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 90px 0;
    border-radius: 20px;
}
.register-bg {
    /* background-color: #0a7eda; */
    padding-bottom: 120px;
}
section.register {
  width: 525px;
/*  margin-left: 5%*/
}


h3.register-title {
  display: none
}
section.register .title {
    color: #fb8092;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

section.register .title p {
    font-size: 18px;
    font-weight: normal;
    color: #515151;
    letter-spacing: 1px;
}
section.register .title p a {
    color: #fb8092;
    font-weight: bold;
}

input#submitBtn:hover, section.register a#sendCodeBtn:hover {
  background-color: #fb8092 !important;
  cursor: pointer;
}
input#submitBtn, section.register a#sendCodeBtn {
    background-color: #fb8092 !important;
    color: #ffffff !important;
    line-height: 1.5 !important;
    border: 3px solid #fb8092 !important;
    border-radius: 50px !important;
    box-shadow: none;
    font-size: 20px !important;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: bold !important;
    letter-spacing: 1px;
}
section.register a.fancybox.btn.btnType1 {
    border: 0;
    color: #fb8092;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    box-shadow: unset;
    border-radius: 5px !important;
    text-decoration: none;
}
a.fancybox.btn:hover {
  color: #fff !important;
  background-color: #fb8092;
}
input#DAA009, input#M5Code {
  width: 280px !important;
  margin-right: 10px;
  padding-left: 10px;
}
a#sendCodeBtn, input#submitBtn {
  width: calc(100% - 335px) !important;
}
.code {
  margin-top: 10px
}

input#DAA009::placeholder {
  color: #fb8092 !important;
  font-weight: bold;
  font-size: 20px;
}
input#M5Code::placeholder {
  color: #fb8092 !important;
  font-weight: bold;
  font-size: 20px;
}
.input ::-webkit-input-placeholder, .phone ::-webkit-input-placeholder {
  color: #fb8092 !important;
  background-color: #fff;
  border-radius: 0;
  padding: 0 5px;
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #fb8092 !important
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #fb8092 !important
}
.input input::-moz-placeholder, .phone:-ms-input-placeholder {
  color: #fb8092 !important
}
input:-internal-autofill-selected {
  /*  background-color: #ff6773 !important;*/
  color: #fb8092 !important
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-text-fill-color: #fb8092;
  -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: #223b58;
  border: 2px solid #ffffff;
  border-radius: 40px;
  font-size: 18px;
  margin-bottom: 20px;
}
.phone, .send-code {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
.register_wrap {
    height: 900px;
    background-position: bottom;
    background-position-y: 380px;
    padding: 50px 0;
}
  section.register {
    display: block;
    margin: 0 auto;
  }
    section.register .title {
    margin-bottom: 15px;
}
}
@media screen and (max-width: 767px) {
  .register_wrap {
    padding: 50px 0;
      height: 615px;}
    
}
@media screen and (max-width: 576px) {
  section.register {
    width: 100%;
    padding: 0 10px;
  }
  section.register .title {
    font-size: 36px;
  }
  input#M5Code {
    width: 220px !important;
      height: 45px !important;
  }
  input#DAA009 {
    width: 190px !important;
    height: 45px !important;
}
  a#sendCodeBtn {
    width: 145px !important;
  }
  input#submitBtn {
    width: 115px !important;
  }
  .register_wrap {
    background-size: 96%;
  }
}
/*註冊區塊END*/







@media screen and (max-width: 1024px) {	
	
	.header2 .center {
    margin: 0;
}
	
    
    .header-text p {
    font-size: 26px;
    letter-spacing: 2px;
}
    
    .block {
    min-height: unset;
}
    
    .block {
    width: 100%;
    max-width: 300px;
}
    .block img {
    max-width: max-content;
    margin: 0 auto;
}
    
    .i-wrap, .ac-tax-block {
    flex-direction: row !important;
}
   .i-wrap {
    height: auto;
    width: 255px;
}
    .block.block-half {
    margin: 10px 10px !important;
}
    
  .part2 {
    padding: 90px 0 0 !important;
}  
    
.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 .swiper {
    height: auto;
}
    
 .slide-img {
    width: 100% !important;
}

.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;
    max-height: 560px;
}
.p2-title-phone {
    font-size: 24px;
    margin: 20px 0 10px;
    font-family: 'noto sans TC';
    color: #fb8092;
    background-color: #fdf6f6 !important;
    padding: 10px 20px 10px 10px;
    display: inline-block !important;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: bold;
}
	.p2-title-phone i {
    margin-right: 10px;
}
	.part2 .swiper-pagination {
    max-width: 100%;
    left: 0 !important;
    height: auto;
}
.part2 .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    padding: 0;
    color: #ffc0ca;
    text-indent: unset;
    display: inline-block;
    background: #ffc0ca !important;
    border-right: unset;
    border-radius: 50% !important;
}
.part2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #f26075;
    background: #f26075 !important;
    /* letter-spacing: 1px; */
    /* border-radius: 5px !important; */
}    
/*
.part2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding: 0 15px;
}
*/
	.part2 .swiper-slide {
    padding-bottom: 30px;
}
	.part2 .slide-img img {
    max-width: 100%;
}

}



@media screen and (max-width: 767px) {
	.part3 .swiper {
    height: auto;
    padding-bottom: 40px;
}
	.p3block-sectitle {
    margin: 16px 0 5px;
}
	.part3 .block-text p {
    margin-bottom: 30px;
}
	
	.part3 .swiper-button-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 10px;
}
	
	.part3 .block-text {
    text-align: center;
    margin-left: 0;
}
	.part3 .block-img img {
    display: inline-block;
    width: 96%;
    max-width: 100%;
}
	
}




@media screen and (max-width: 576px) {
    
    .header-text {
    margin: 0 0 20px;
}
    
  .header2 .center img {
    width: 100%;
    height: 100%;
}
    .p2-title-phone {
    text-indent: -15px;
    margin-left: 15px;
    padding: 10px 10px 10px 40px;
    width: 90%;
    line-height: 1.7;
/*    font-size: 16px;*/
}
	.part2 .swiper-slide p {
    width: 90%;
    margin: 0 auto 0;
}
	.part2 .swiper-slide img {
    width: 95%;
    margin: 0 auto;
}
    
    
    .part3 .block-text {
    text-align: left;
    padding: 0 15px !important;
}
	
	.p3block-title {
    font-size: 30px;
}
    
    
    
    
}
    
    
    
    
 
@media screen and (max-width: 400px) {
	
    .register-bg {
    padding-bottom: 65px;
}
    
    section.register .title {
    font-size: 30px;
}
    
    section.register .title p {
    padding: 0 25px;
}
    .register_wrap {
    background-position-y: 420px;
}
    
}

   
 .side-quick-link {
    display: none;
}   
    
    
    
    
    
    
    
    
    
    

