
/*商品側邊*/
.accordion_title{
  font-size: 24px;
  color: #40332B;
  padding: 12px 0 30px 70px;
  border-bottom: 2px solid #B59C8A;
  margin-bottom: 30px;
  font-weight: bold;
  background-image: url(../images/ttk_img023.png);
  background-position: 5px top;
  background-repeat: no-repeat;
}

.detail-number input{width: 90px;}

@media screen and (max-width: 600px){.pro_title{padding: 80px 0;}}
/*商品側邊*/

/*購物車STEP*/


.yp_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.yp_flex_col{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.stepImg {
  width: 100%;
  max-width: 500px;
  margin: 10px auto 40px;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  flex-wrap: wrap;
  /* display: none; */
}

.stepImg>i {
  width: calc(100% - 30px);
  height: 5px;
  background: #F2F0EB;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18px;
  z-index: 0;
}

.stepImg>i::before {
  content: '';
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #42342B;
}

.stepImg.step01_img>i::before{width: calc(100% / 3);}
.stepImg.step02_img>i::before{width: calc((100% / 3) * 2);}
.stepImg.step03_img>i::before{width: 100%;}

.stepImg h4{
  width: 100%;
  font-size: 20px;
  color: #41332B;
  text-align: center;
  margin-top: 30px;
}

.stepImg p{
  width: 63px;
  max-width: 30%;
  text-align: center;
  font-size: 14px;
  color: #777;
  font-weight: bold;
  z-index: 5;
}

.stepImg p b {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100px;
  color: #42342B;
  line-height: 1;
  font-family: 'Arial';
  z-index: 5;
  background: #ffffff;
  margin-bottom: 10px;
  font-size: 20px;
  border: 4px solid #F2F0EB;
}

.stepImg p b:after {
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 100px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.stepImg p.act_step b::after {
  background: rgba(66,52,43,0.4);
  width: calc(100% + 14px);
  height: calc(100% + 14px);
}

.stepImg p.act_step b{background: #42342B;color: #FFFFFF;border-color: #42342B;}
.stepImg p.act_step span{color: #42342B;}
.stepImg p.next_step b{background: #F2F0EB;border: 2px solid #F2F0EB;color: #42342B;}
.stepImg p b a{position: relative;z-index: 5;}
.stepImg p.done_step b{background: #FFFFFF;color: #42342B;}
.stepImg p.done_step span{color: #42342B;}
.stepImg p.done_step b::after{border: 4px solid #42342B;}

.stepImg img{display: block;width: 100%;}

/*購物車STEP_END*/

/*租賃契約*/

.contract{max-width: 1300px;margin: 0 auto;padding: 30px 0;}
.contract_name{max-width: 430px;width: 100%;margin-bottom: 50px;}
.contract_name h4{display: flex;justify-content: space-between;flex-wrap: wrap;}
.contract_name h4 b{font-size: 18px;color: #333;line-height: 200%;}
.contract_name h4 span{font-size: 18px;color: #333;line-height: 200%;}
.contract_text h4{
  font-size: 20px;
  color: #3F332B;
  border-bottom: 1px dashed #B59C8A;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  margin-top: 20px;
}

.contract_text p{font-size: 18px;line-height: 200%;color: #333;text-align: justify;}
.contract_text span{display: block;font-size: 18px;line-height: 200%;color: #333;}

#spanA{margin-left: 30px;}
#spanB{margin-left: 70px;}

.contract_text b{font-size: 18px;line-height: 200%;color: #333;}
.contract_text s{font-size: 18px;line-height: 200%;color: #B20000;font-weight: bold;text-decoration: none;}
.contract_text h5{
  margin: 25px 0;
  padding: 0 0 0 50px;
  font-size: 18px;
  line-height: 200%;
  position: relative;
}

.contract_text h5:before{
  content: "";
  position: absolute;
  background-image: url(../images/ttk_img024.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  left: 0;
  top: 0;
}

.contract_text h5 b{font-size: 18px;color: #B20000;line-height: 200%;}
.contract_text h6{
  width: 100%;
  margin-top: 50px;
  background-color: #B49B8A;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px;
}

.contract_text h6 b{
  width: 100%;
  font-size: 20px;
  color: #FFF;
  line-height: 160%;
  letter-spacing: 1px;
  text-align: center;
}

.contract_text h6:before{
  content: "";
  position: absolute;
  border: 1px solid #FFF;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
}

@media screen and (max-width: 600px) {

  .contract_name h4{max-width: 350px;}
  .contract_name h4 b{font-size: 16px;line-height: 180%;}
  .contract_name h4 span{font-size: 16px;line-height: 180%;}
  .contract_text h4{font-size: 17px;padding: 0 0 10px 0;margin-bottom: 10px;}
  .contract_text p{font-size: 16px;line-height: 170%;}
  .contract_text span{font-size: 16px;line-height: 170%;}

  #spanA{margin-left: 20px;}
  #spanB{margin-left: 55px;}

  .contract_text b{font-size: 16px;line-height: 170%;}
  .contract_text s{font-size: 16px;line-height: 170%;}
  .contract_text h5{margin: 20px 0;padding: 0 0 0 45px;font-size: 16px;line-height: 140%;}
  .contract_text h5 b{font-size: 16px;line-height: 140%;}
  .contract_text h6{margin-top: 30px;padding: 40px 20px;}
  .contract_text h6 b{font-size: 17px;line-height: 140%;}
  .contract_text h6:before{width: calc(100% - 16px);height: calc(100% - 16px);left: 8px;top: 8px;}

}

/*租賃契約_END*/

/*文章管理*/

.art_title{
  background-image: url(../images/52S_bg010.jpg);
  background-position: left;
  padding: 140px 0;
  text-align: center;
  background-size: cover;
}

@media screen and (max-width: 800px){.pro_title{padding: 60px 0;}}


.blog_box {min-height:10vw; padding:7px;}
.blog_le,
.blog_ri {display:inline-block; vertical-align:top; margin-bottom:2vw; padding:7px;}
.blog_le {width:220px;}
.blog_ri {width:calc(100% - 225px); min-height:50vh;}

h5.blog_le_t{font-size:24px;color:#333;letter-spacing:2px;margin-bottom:7px;}
h5.blog_le_t em{display:inline-block;font-style:normal;}
h5.blog_le_t span{display:inline-block;font-family: 'Playfair Display';}

.blog_le .accordion { list-style-type:none; margin:auto;border:1px #DDD solid; overflow:hidden; background:#fff;border-radius: 20px;margin-top: 20px;}
.accordion li .link { cursor:pointer; display:block; padding: 15px; color:#333; font-size:17px; font-weight:700; border-bottom:1px solid #CCC; position:relative;}
.blog_le .accordion li { border-bottom:1px #DDD solid;}
.blog_le .accordion li .link:last-child { border:none;} 
.blog_le .accordion li.open .link { color:#999; }
.blog_le .accordion li i { position: absolute; top: 16px; right: 20px; font-size: 16px; color: #444; transition: all 0.4s ease; }
.blog_le .accordion li a { color:#666;}

.blog_le .accordion li.open i { color:#999;}
.blog_le .accordion li.open i.fa-chevron-down { transform: rotate(180deg);}
.blog_le .accordion li.default .submenu {display: block;}

.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category { background:#666 !important;}
.blog_le .accordion > li:hover .link,
.blog_le .accordion > li.on_this_category .link { color:#fff !important;background-color: #42342B;}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li.on_this_category .link a { color:#fff !important;}
.blog_le .accordion > li:hover .link i,
.blog_le .accordion > li.on_this_category .link i { color:#fff !important;}

.submenu { display: none; background:#efefef; font-size:14px; }
.submenu li { background:none !important; border-bottom:1px solid #ccc;}
.submenu a { display:block; position:relative; color:#666; padding:12px 12px 12px 25px; transition: all 0.5s ease;}
.submenu a:before { content:'\f138'; display:block; position:absolute; top:12px; left:7px; font-size:15px;}
.submenu a:hover { background:#ab9383; color:#FFF;}

.blog_category_title{
  padding: 0 0 10px 15px;
  border-bottom: 1px solid #B59C8A;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
}
.blog_category_title h5{color: #777;margin-bottom: 15px;display: none;}
.blog_category_title h5 span{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.blog_category_title h5 b{
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: normal;
}

.blog_category_title h4 span{
  width: 60px;
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 0 0;
  font-size: 12px;
  color: #777;
  display: none;
}

.blog_category_title h4 b{
  width: calc(100% - 65px);
  display: inline-block;
  font-size: 22px;
  padding: 0;
  line-height: 140%;
  color: #41332B;
}

.blog_box_edit p{
  font-size: 18px;
  color: #333;
  line-height: 180%;
}

.blog_subbox {}
.blog_subbox * { transition: all 0.6s ease;}

.subbox_item { display: inline-block; width:30.333%; margin: 0 1%; margin-bottom:30px; position:relative; }
.subbox_item a { display:inline-block; position:relative; display:block; padding: 10px; border: 2px solid #F8F4E7;}
.subbox_item a:after { content:''; width:0; position:absolute; left:0; top: 0; bottom: 0; z-index:8; background: rgba(0,0,0,0.6); opacity:0; border:1px #ddd solid;display: none;}
.subbox_item a:hover { background:#F8F4E7;}

.blog_list_le {display:inline-block;vertical-align:top;width:100%;line-height:0;position: relative;}
.blog_list_le img {max-width:100%;}
.blog_list_le:before{ 
  content:'MORE'; 
  position: absolute; 
  z-index:19; 
  right: 10px;
  bottom: 10px;
  width:50px;
  height: 50px; 
  border-radius: 50%;
  text-align:center; 
  background:#42342B; 
  font-size:12px; 
  color:#FFF; 
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  transform: scale(0,0);
}

.blog_list_ri { display:inline-block; vertical-align:top; padding:3px; width:100%;}
.blog_list_ri h5 {margin-top: 15px;letter-spacing: 1px; height: 2.5em;line-height: 1.2; font-weight:500; font-size: 18px; color:#333; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal; overflow:hidden;}
.blog_list_ri em {font-size:14px; color:#999; font-style:normal; display:block; margin:7px 0;display: none;}
.blog_list_ri p { font-size:15px; color:#666; line-height:130%; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; white-space:normal; overflow:hidden; word-break:break-all;}

/* hover */
.subbox_item a:hover .blog_list_le:before { transform: scale(1); transition: all 500ms;}
.subbox_item a:hover:after { opacity: 1; width:100%; transition: all 500ms;}
.blog_search{position: relative; margin-bottom: 10px;}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    color: #777;
    border: solid 1px #ccc;
    padding: 10px 35px 10px 10px;
    border-radius: 50px;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat center center;
    border: none;
}

.blog_linkbox{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.blog_linkbox a{
  width: calc(33.333% - 20px);
  margin: 0 10px;
  background-color: #B49B8A;
  padding: 10px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
}

#this_page{background-color: #42342B;}

@media screen and (max-width: 900px){

    .blog_category_title{padding: 0 20px 15px 20px;}
    .blog_category_title h5{margin-bottom: 15px;}
    .blog_category_title h5 span{font-size: 12px;}
    .blog_category_title h5 b{font-size: 22px;}
    .blog_category_title h4 span{font-size: 12px;padding: 10px 0 0 0;}
    .blog_category_title h4 b{font-size: 20px;}

}

@media screen and (max-width: 800px){

  .blog_le{width: 100%;}
  .blog_ri{width: 100%;padding: 0;}
  .art_title{padding: 80px 10px;}
}

@media screen and (max-width: 768px){

  .blog_category_title{padding: 0 0 10px 10px;text-align: left;}
  .blog_category_title h5{margin-bottom: 5px;}

  .subbox_item {
      width: 47%;
      margin-bottom: 30px;
  }


  .blog_linkbox a{
    width: calc(33.333% - 10px);
    margin: 0 5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 490px){

  .subbox_item {
      max-width: 260px;
      display: block;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 30px;
      position: relative;
  }

}

/*文章管理END*/

/*關於TaTak*/

.P_A{background-color: #F8F3E9;}
.P_A_contentbox{padding: 100px 0;display: flex;flex-wrap: wrap;align-items: center;}
.P_A_img{width: 45%;border-top-right-radius: 60px;border-bottom-right-radius: 60px;overflow: hidden;}

.P_A_text{width: 55%;display: flex;padding: 0 20px 0 0;}

.P_A_box{max-width: 600px;width: 100%;margin-left: 7.5vw;}
.P_A_box h4{
  max-width: 520px;
  width: 100%;
  font-size: 28px;
  color: #40332B;
  line-height: 160%;
  padding: 0 0 45px 0;
  margin-bottom: 40px;
  position: relative;
}

.P_A_box h4:before{
  content: "";
  position: absolute;
  background-image: url(../images/ttk_img002.png);
  width: 75px;
  height: 10px;
  left: 0;
  bottom: 0;
}

.P_A_box p{font-size: 20px;color: #1F1F1F;line-height: 200%;text-align: justify;}
.P_A_box p b{font-size: 24px;border-bottom: 2px solid #1F1F1F;margin-right: 5px;}

.P_B{
  background-image: url(../images/ttk_bg001.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.P_B_contentbox{max-width: 1300px;margin: 0 auto;color: #FFF;padding: 120px 20px;text-align: center;}

.P_B_title h5 b{display: block;font-size: 32px;margin-bottom: 15px;}
.P_B_title h5 span{display: block;font-size: 28px;padding: 0 0 90px 0;position: relative;}
.P_B_title h5 span:before{
  content: "";
  position: absolute;
  background-color: #FFF;
  width: 1px;
  height: 60px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.P_B_title p{display: block;font-size: 20px;line-height: 200%;padding: 25px 0;}
.P_B_title a{
  width: 200px;
  display: block;
  margin: 0 auto;
  border: 1px solid #FFF;
  color: #FFF;
  padding: 14px;
  border-radius: 50px;
  transition: 0.5s;
}

.P_B_title a:hover{background-color: #FFF;color: #30261A;font-weight: bold;}


@media screen and (max-width: 1190px) {

  .P_A_contentbox{max-width: 800px;margin: 0 auto;padding: 50px 20px;flex-direction: column-reverse;}
  .P_A_img{width: 100%;border-top-right-radius: 60px;border-bottom-right-radius: 0;overflow: hidden;margin-top: 30px;}
  .P_A_text{width: 100%;}
  .P_A_box{max-width: 100%;margin: 0 auto;}
  .P_A_box h4{max-width: 370px;font-size: 20px;line-height: 160%;padding: 0 0 30px 0;margin-bottom: 25px;}
  .P_A_box p{font-size: 17px;line-height: 200%;}
  .P_A_box p b{font-size: 20px;margin-right: 5px;}

  .P_B_contentbox{max-width: 800px;padding: 80px 20px;}
  .P_B_title h5 b{font-size: 24px;margin-bottom: 15px;}
  .P_B_title h5 span{font-size: 20px;padding: 0 0 55px 0;}
  .P_B_title h5 span:before{height: 40px;}
  .P_B_title p{font-size: 18px;line-height: 180%;padding: 20px 0;}
  .P_B_title a{width: 160px;padding: 13px;}

}

@media screen and (max-width: 800px) {

  .P_A_contentbox{max-width: 500px;}
  .P_A_img{border-top-right-radius: 30px;}
  .P_A_box h4{max-width: 100%;font-size: 18px;}
  .P_A_box p{font-size: 16px;line-height: 180%;}
  .P_A_box p b{font-size: 18px;}

  .P_B_contentbox{max-width: 500px;padding: 60px 20px;}
  .P_B_title h5 b{font-size: 18px;margin-bottom: 15px;}
  .P_B_title h5 span{font-size: 17px;}
  .P_B_title p{font-size: 16px;}

}

/*關於TaTak_END*/

/*服務須知*/

.P2_A_contentbox{display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;padding: 100px 0;}
.P2_A_img{width: 45%;overflow: hidden;border-top-left-radius: 60px;border-bottom-left-radius: 60px;}
.P2_A_box{width: 55%;display: flex;justify-content: flex-end;}
.P2_A_itembox{max-width: 600px;width: 100%;display: flex;flex-wrap: wrap;padding-right: 5vw;}
.P2_A_item{width: calc(50% - 50px);margin: 25px;text-align: center;}
.P2_A_item h4{margin-top: 20px;font-size: 22px;color: #3F332B;}

.P2_contentbox{max-width: 1300px;margin: 0 auto;}
.P2_B{background-color: #42342B;color: #FFF;}
.P2_B_contentbox{padding: 50px 20px;}
.P2_B_title{display: flex;align-items: center;}
.P2_B_title h4{width: 150px;}
.P2_B_title h4 b{font-size: 32px;letter-spacing: 1px;display: block;padding: 0 0 15px 0;margin-bottom: 12px;position: relative;}
.P2_B_title h4 b:before{
  content: "";
  position: absolute;
  background-image: url(../images/ttk_img008.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
}

.P2_B_title h4 span{font-size: 28px;letter-spacing: 1px;display: block;}
.P2_B_title p{width: calc(100% - 150px);padding: 0 0 0 80px;font-size: 18px;line-height: 200%;}

.P2_C_contentbox{
  padding: 80px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.P2_C_img{width: 45%;}
.P2_C_text{width: 45%;}

.P2_D{
  background-image: url(../images/ttk_bg002.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.P2_D_contentbox{padding: 200px 20px;}
.P2_D_text{max-width: 680px;width: 100%;}

.P2_E{background-image: url(../images/ttk_bg004.jpg);background-position: center;background-size: cover;}
.P2_E_contentbox{padding: 80px 0;}
.P2_E_content{max-width: 1300px;margin: 0 auto;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.P2_E_img{width: 55%;position: relative;padding: 0 30px 0 0;}
.P2_E_img img{position: relative;z-index: 5;}
.P2_E_img:before{
  content: "";
  position: absolute;
  background-color: #B59C8A;
  width: 1100px;
  height: calc(100% - 4vw);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.P2_E_text{max-width: 500px;width: 45%;}
.P2_E_content2{display: flex;justify-content: flex-end;align-items: center;flex-wrap: wrap;margin-top: 100px;}
.P2_E_img2{width: 45%;overflow: hidden;border-top-left-radius: 60px;border-bottom-left-radius: 60px;}
.P2_E_text2{width: 45%;padding: 0 3vw 0 0;}

.P2_F{background-image: url(../images/ttk_bg003.jpg);background-position: center;background-size: cover;}
.P2_F_contentbox{padding: 100px 20px 70px 20px;}

.P2_G{background-color: #EEE;}
.P2_G_contentbox{padding: 80px 20px;display: flex;flex-wrap: wrap;align-items: center;}
.P2_G_img{width: 50%;}
.P2_G_text{width: 50%;padding: 0 0 0 5vw;}

.P2_H_contentbox{padding: 100px 20px;}

@media screen and (max-width: 1190px) {

  .P2_A_contentbox{max-width: 800px;margin: 0 auto;justify-content: center;padding: 50px 20px;flex-direction: column-reverse;}
  .P2_A_img{width: 100%;border-top-left-radius: 60px;border-bottom-left-radius: 0;}
  .P2_A_box{width: 100%;margin-top: 30px;}
  .P2_A_itembox{max-width: 100%;width: 100%;margin: 0 auto;padding: 0;}
  .P2_A_item{width: calc(25% - 30px);margin: 15px;}
  .P2_A_item h4{margin-top: 15px;font-size: 17px;}

  .P2_contentbox{max-width: 800px;}
  .P2_B_contentbox{padding: 50px 20px;}
  .P2_B_title h4{width: 130px;}
  .P2_B_title h4 b{font-size: 28px;}
  .P2_B_title h4 span{font-size: 22px;}
  .P2_B_title p{width: calc(100% - 130px);padding: 0 0 0 30px;font-size: 17px;line-height: 170%;}

  .P2_C_contentbox{padding: 50px 20px;}
  .P2_C_img{width: 100%;}
  .P2_C_text{width: 100%;margin-top: 40px;}

  .P2_E_contentbox{max-width: 800px;margin: 0 auto;padding: 50px 20px;}
  .P2_E_content{max-width: 800px;}
  .P2_E_img{width: 100%;padding: 0;}
  .P2_E_img:before{
    height: calc(100% - 4vw);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .P2_E_text{max-width: 500px;width: 100%;margin-top: 40px;}
  .P2_E_content2{margin-top: 40px;flex-direction: column-reverse;}
  .P2_E_img2{width: 100%;border-top-left-radius: 60px;border-bottom-left-radius: 0;}
  .P2_E_text2{width: 100%;padding: 0;margin-top: 40px;}

  .P2_F_contentbox{padding: 80px 20px;}

  .P2_G_contentbox{padding: 50px 20px;}
  .P2_G_img{width: 100%;}
  .P2_G_text{width: 100%;padding: 0;margin-top: 40px;}

  .P2_H_contentbox{padding: 50px 20px;}

}

@media screen and (max-width: 800px) {

  .P2_A_itembox{max-width: 400px;}
  .P2_A_item{width: calc(50% - 20px);margin: 15px 10px;}
  .P2_A_item img{max-width: 160px;width: 100%;}
  .P2_A_item h4{line-height: 120%;margin-top: 10px;}
  .P2_A_img{border-top-left-radius: 30px;}

  .P2_D{position: relative;}
  .P2_D:before{
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .P2_D_contentbox{padding: 150px 20px;}
  .P2_D_text{max-width: 500px;margin: 0 auto;position: relative;z-index: 5;}

  .P2_B_title{flex-wrap: wrap;}
  .P2_B_title p{width: 100%;padding: 0;font-size: 16px;line-height: 160%;margin-top: 15px;}

}

/*服務須知_END*/

.ttk_banner{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttk_banner h4{
  color: #FFF;
  font-size: 40px;
  padding: 60px 0 0 0;
  position: relative;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.ttk_banner h4:before{
  content: "";
  position: absolute;
  background-image: url(../images/sBanner_dec.png);
  width: 108px;
  height: 40px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ttk_h4{position: relative;font-size: 22px;color: #3F332B;padding: 0 0 3px 30px;margin-bottom: 20px;}
.ttk_h4:before{
  content: "";
  position: absolute;
  background-image: url(../images/ttk_img010.png);
  width: 10px;
  height: 30px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.ttk_P{font-size: 18px;color: #1F1F1F;line-height: 200%;letter-spacing: 1px;}

@media screen and (max-width: 1190px) {

  .ttk_banner{height: 350px;}
  .ttk_h4{font-size: 22px;padding: 0 0 3px 20px;margin-bottom: 15px;}
  .ttk_h4:before{width: 10px;height: 100%;left: 5px;background-repeat: no-repeat;background-size: contain;}
  .ttk_P{font-size: 16px;line-height: 170%;}

}

@media screen and (max-width: 800px) {

  .ttk_h4{font-size: 18px;padding: 0 0 2px 20px;}
  .ttk_P{font-size: 15px;line-height: 160%;}

}

/*曬帳服務*/

.P3_A_contentbox{padding: 100px 0;display: flex;flex-wrap: wrap;align-items: center;}
.P3_A_img{width: 45%;overflow: hidden;border-bottom-right-radius: 60px;}
.P3_A_box{width: 55%;padding: 0 20px 0 6vw;}
.P3_A_text{max-width: 620px;width: 100%;}

.P3_B{background-image: url(../images/ttk_bg006.jpg);background-position: center;background-size: cover;}
.P3_B_contentbox{max-width: 1300px;margin: 0 auto;padding: 100px 20px;text-align: center;}
.P3_B_title h4{font-size: 48px;color: #41332B;font-family: 'Poppins', sans-serif;}
.P3_B_title h5{font-size: 28px;color: #41332B;margin-top: 12px;margin-bottom: 50px;}
.P3_B_stepbox{display: flex;flex-wrap: wrap;}
.P3_B_step{width: 25%;position: relative;}
.P3_B_img{position: relative;}
.P3_B_img:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #B49B8A;  
  right: -7.5px;
  top: 50%;
  transform: translateY(-50%);
}
.last_img:before{display: none;}
.P3_B_step:last-child:after{display: none;}
.P3_B_step h6 b{
  display: block;
  font-size: 20px;
  color: #B49B8A;
  font-family: 'Poppins', sans-serif;
  margin-top: 25px;
}

.P3_B_step h6 span{
  display: block;
  font-size: 24px;
  color: #3F332B;
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.P3_B_step h6 p{
  width: 180px;
  padding: 7px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 18px;
  color: #FFF;
  letter-spacing: 1px;
  background-color: #B49B8A;
}

@media screen and (max-width: 1190px) {

  .P3_A_contentbox{max-width: 800px;margin: 0 auto;padding: 50px 20px;flex-direction: column-reverse;}
  .P3_A_img{width: 100%;border-bottom-right-radius: 60px;margin-top: 30px;}
  .P3_A_box{width: 100%;padding: 0;}
  .P3_A_text{max-width: 100%;}

  .P3_B_contentbox{max-width: 600px;padding: 50px 20px;}
  .P3_B_title h4{font-size: 40px;}
  .P3_B_title h5{font-size: 22px;margin-top: 5px;margin-bottom: 30px;}
  .P3_B_step{width: 50%;margin-bottom: 15px;}
  .P3_B_img:before{border-width: 10px 0 10px 15px;right: -7.5px;}
  .P3_B_step h6 b{font-size: 18px;margin-top: 10px;}
  .P3_B_step h6 span{font-size: 20px;margin-top: 5px;margin-bottom: 10px;}
  .P3_B_step h6 p{width: 150px;font-size: 16px;}

}

@media screen and (max-width: 600px) {

  .P3_B_step{width: 100%;margin-bottom: 50px;}
  .P3_B_img:before{display: none;}
  .P3_B_step:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid; 
    border-width: 15px 10px 0;
    border-color: #B49B8A transparent transparent;  
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%); 
  }
}
/*曬帳服務_END*/

/*清潔服務*/

.P4_A_contentbox{padding: 100px 0;display: flex;flex-wrap: wrap;align-items: center;}
.P4_A_img{width: 45%;overflow: hidden;border-bottom-right-radius: 60px;}
.P4_A_box{width: 55%;padding: 0 20px 0 6vw;}
.P4_A_text{max-width: 620px;width: 100%;}

.P4_B{background-image: url(../images/ttk_bg007.jpg);background-position: center;background-size: cover;}
.P4_B_contentbox{max-width: 1300px;margin: 0 auto;padding: 100px 20px;text-align: center;}
.P4_B_title h4{font-size: 48px;color: #41332B;font-family: 'Poppins', sans-serif;}
.P4_B_title h5{font-size: 28px;color: #41332B;margin-top: 12px;margin-bottom: 50px;}
.P4_B_stepbox{display: flex;flex-wrap: wrap;}
.P4_B_step{width: 20%;position: relative;}
.P4_B_img{position: relative;}
.P4_B_img:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #B49B8A;  
  right: -7.5px;
  top: 50%;
  transform: translateY(-50%);
}
.last_img:before{display: none;}
.P4_B_step:last-child:after{display: none;}
.P4_B_step h6 b{
  display: block;
  font-size: 20px;
  color: #B49B8A;
  font-family: 'Poppins', sans-serif;
  margin-top: 25px;
}

.P4_B_step h6 span{
  display: block;
  font-size: 24px;
  color: #3F332B;
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.P4_B_step h6 p{
  width: 180px;
  padding: 7px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 18px;
  color: #FFF;
  letter-spacing: 1px;
  background-color: #B49B8A;
}

@media screen and (max-width: 1190px) {

  .P4_A_contentbox{max-width: 800px;margin: 0 auto;padding: 50px 20px;flex-direction: column-reverse;}
  .P4_A_img{width: 100%;border-bottom-right-radius: 60px;margin-top: 30px;}
  .P4_A_box{width: 100%;padding: 0;}
  .P4_A_text{max-width: 100%;}

  .P4_B_contentbox{max-width: 600px;padding: 50px 20px;}
  .P4_B_title h4{font-size: 40px;}
  .P4_B_title h5{font-size: 22px;margin-top: 5px;margin-bottom: 30px;}
  .P4_B_step{width: 50%;margin-bottom: 15px;}
  .P4_B_img:before{border-width: 10px 0 10px 15px;right: -7.5px;}
  .P4_B_step h6 b{font-size: 18px;margin-top: 10px;}
  .P4_B_step h6 span{font-size: 20px;margin-top: 5px;margin-bottom: 10px;}
  .P4_B_step h6 p{width: 150px;font-size: 16px;}

}

@media screen and (max-width: 600px) {

  .P4_B_step{width: 100%;margin-bottom: 50px;}
  .P4_B_img:before{display: none;}
  .P4_B_step:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid; 
    border-width: 15px 10px 0;
    border-color: #B49B8A transparent transparent;  
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%); 
  }

}
  

/*清潔服務_END*/    

/*Q&A*/

  .P6_A_contentbox{max-width: 1300px;margin: 0 auto;padding: 80px 20px;}
  .P6_A_text h4{display: flex;align-items: center;padding: 15px 20px;border-bottom: 2px dashed #B59C8A;margin-bottom: 20px;}
  .P6_A_text h4 b{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #41332B;
    color: #FFF;
    font-size: 22px;
  }

  .P6_A_text h4 span{font-size: 22px;color: #3F332B;padding: 0 0 0 15px;}
  .P6_A_text p{padding: 0 20px;font-size: 18px;color: #333;line-height: 180%;text-align: justify;}
  .P6_A_text .last_p{margin-bottom: 50px;}

  @media screen and (max-width: 800px) {

    .P6_A_contentbox{max-width: 600px;padding: 50px 20px;}
    .P6_A_text h4{padding: 10px;}
    .P6_A_text h4 b{width: 35px;height: 35px;font-size: 17px;}
    .P6_A_text h4 span{font-size: 17px;padding: 0 0 0 10px;}
    .P6_A_text p{padding: 10px;font-size: 16px;line-height: 160%;margin-bottom: 10px;}
    
  }

/*Q&A_END*/

/*聯絡我們*/

.contact_box{max-width: 1300px;margin: 0 auto;padding: 80px 20px;display: flex;flex-wrap: wrap;justify-content: center;}
.contact_title{width: 100%;padding: 0 0 1.5vw 0;margin-bottom: 1.5vw;border-bottom: 1px solid #B49B8A;}
.contact_title p{display: block;color: #40332B;line-height: 180%;}
.contact_button{width: 100%;margin-top: 40px;display: flex;justify-content: center;}
.contact_button a{
  width: 180px;
  font-size: 18px;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  margin: 10px;
}

.contact_map{width: 50%;padding: 25px 0 0 15px;}
.contact_map iframe{width: 100%;height: 100%;}
.contact_text{width: 50%;padding: 0 15px 0 0;}
.contact_text ul li{list-style: none;}
.contact_text ul li input{width: 100%;padding: 5px;border: 1px solid #DDD;margin-bottom: 20px;outline: none;}
.contact_text ul li textarea{width: 100%;border: 1px solid #DDD;outline: none;}

@media screen and (max-width: 1190px) {

  .contact_box{max-width: 800px;padding: 50px 20px;}
  .contact_title{padding: 0 0 1.5vw 0;margin-bottom: 1.5vw;}
  .contact_title p{line-height: 160%;font-size: 15px;}
  .contact_button{margin-top: 30px;}
  .contact_button a{width: 160px;font-size: 16px;}

  .contact_map{width: 50%;padding: 25px 0 0 15px;}
  .contact_map iframe{width: 100%;height: 100%;}
  .contact_text{width: 50%;padding: 0 15px 0 0;}
  .contact_text ul li input{margin-bottom: 15px;}

}

@media screen and (max-width: 800px) {

  .contact_box{max-width: 600px;}
  .contact_title{padding: 0 0 15px 0;margin-bottom: 15px;}
  .contact_button a{width: 160px;font-size: 16px;}

  .contact_map{width: 100%;height: 300px;padding: 0;margin-top: 30px;}
  .contact_text{width: 100%;padding: 0;}

}

/*聯絡我們END*/

/*隱私權政策*/

.P5_A{background-color: #42342B;color: #FFF;margin-top: 100px;}
.P5_A_contentbox{max-width: 1300px;margin: 0 auto;padding: 50px 20px;}
.P5_A_title{display: flex;align-items: center;flex-wrap: wrap;}
.P5_A_title h4{width: 150px;}
.P5_A_title h4 b{font-size: 32px;letter-spacing: 1px;display: block;padding: 0 0 15px 0;margin-bottom: 12px;position: relative;}
.P5_A_title h4 b:before{
  content: "";
  position: absolute;
  background-image: url(../images/ttk_img008.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
}

.P5_A_title h4 span{font-size: 28px;letter-spacing: 1px;display: block;}
.P5_A_title p{width: calc(100% - 150px);padding: 0 0 0 80px;font-size: 18px;line-height: 200%;}

.P5_B_contentbox{max-width: 1300px;margin: 0 auto;padding: 80px 20px;}
.P5_B_text p{margin-bottom: 50px;text-align: justify;}
.P5_B_text p b{
  display: block;
  font-size: 24px;
  color: #41332B;
  letter-spacing: 1px;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #B59C8A;
}

.P5_B_text p span{display: block;font-size: 18px;color: #333;line-height: 220%;padding: 0 20px;}
.P5_B_text p em{
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 220%;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
}

.P5_B_text a{margin: 5px 20px;display: block;font-size: 18px;color: #333;}

@media screen and (max-width: 1190px) {

  .P5_A{margin-top: 50px;}
  .P5_A_contentbox{max-width: 800px;}
  .P5_A_title h4{width: 100px;}
  .P5_A_title h4 b{font-size: 24px;padding: 0 0 15px 0;margin-bottom: 10px;}
  .P5_A_title h4 span{font-size: 24px;}
  .P5_A_title p{width: calc(100% - 100px);padding: 0 0 0 30px;font-size: 17px;line-height: 170%;}

  .P5_B_contentbox{max-width: 800px;padding: 50px 20px;}
  .P5_B_text p{margin-bottom: 30px;}
  .P5_B_text p b{font-size: 20px;padding: 10px;margin-bottom: 15px;}
  .P5_B_text p span{font-size: 16px;line-height: 170%;padding: 0 10px;}
  .P5_B_text p em{font-size: 16px;line-height: 170%;padding: 0 10px;margin-top: 15px;}
  .P5_B_text a{margin: 10px;font-size: 16px;}

}

@media screen and (max-width: 800px) {

  .P5_A{margin-top: 30px;}
  .P5_A_title p{width: 100%;padding: 0;font-size: 16px;line-height: 160%;margin-top: 15px;text-align: justify;}

  .P5_B_contentbox{max-width: 800px;padding: 40px 20px;}
  .P5_B_text p{margin-bottom: 20px;}
  .P5_B_text p b{font-size: 18px;padding: 10px 0;margin-bottom: 10px;}
  .P5_B_text p span{line-height: 160%;padding: 0;}
  .P5_B_text p em{line-height: 160%;padding: 0 10px;margin-top: 15px;}
  .P5_B_text a{margin: 10px auto;}

}

/*隱私權政策_END*/

/*訂單查詢-輸入頁*/

.order_content{max-width: 700px;margin: 0 auto;padding: 100px 20px;}
.order_check{list-style: none;}
.order_check li{display: flex;flex-wrap: wrap;margin-bottom: 20px;}
.order_le{width: 140px;text-align: right;margin-top: 8px;font-size: 17px;color: #1F1F1F;}
.order_rt{width: calc(100% - 140px);padding: 0 0 0 1.5vw;display: flex;align-items: center;}
.order_rt input{width: 100%;border: 1px solid #999;padding: 5px;border-radius: 5px;outline: none;}

#checknum{width: 160px;}

.order_rt img{margin: 0 10px;}
.order_rt a{color: #E60013;font-weight: bold;}
.order_btn{width: 100%;margin-top: 50px;}
.order_btn input{
  width: 180px;
  display: block;
  font-size: 18px;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border: none;
  border-radius: 50px;
  background-color: #42342B;
  cursor: pointer;
  margin: 10px auto;
}

@media screen and (max-width: 800px) {

  .order_content{max-width: 500px;padding: 50px 20px;}
  .order_check li{margin-bottom: 15px;}
  .order_le{width: 100%;text-align: left;margin-top: 0;font-size: 15px;margin-bottom: 5px;}
  .order_rt{width: 100%;padding: 0;}
  .order_rt input{width: 100%;border: 1px solid #999;padding: 5px;border-radius: 5px;outline: none;}

  #checknum{width: 160px;}

  .order_rt img{margin: 0 10px;}
  .order_btn{margin-top: 20px;}
  .order_btn input{width: 160px;font-size: 16px;margin: 10px auto;}

}

/*訂單查詢-輸入頁_END*/

/*訂單查詢-詳細頁*/

.order_content2{max-width: 1300px;margin: 0 auto;}
.order_title{display: flex;align-items: center;margin-bottom: 10px;}
.order_title h5{position: relative;padding: 0 0 0 30px;}
.order_title h5:before{
  content: "";
  position: absolute;
  background-image: url(../images/arrow01.png);
  width: 18px;
  height: 18px;
  left: 0;
  top: -1px;
}

.order_title h5 b{font-size: 16px;color: #41332B;margin-right: 10px;}
.order_title h5 span{font-size: 16px;color: #444;margin-right: 20px;}
.order_title h6{display: inline-block;border: 1px solid #CCC;padding: 4px 12px;border-radius: 50px;}
.order_listbox{display: flex;flex-wrap: wrap;justify-content: flex-end;}
.order_list{width: 100%;}
.order_list table{width: 100%;}
.order_list td{font-size: 15px;color: #444;padding: 15px;text-align: center;border-bottom: 1px dashed #CCC;line-height: 120%;}
.order_list td img{width: 100px;border: 2px solid #CCC;}
.order_list td p{
  width: calc(100% - 80px);
  text-align: justify;
  line-height: 140%;
  padding: 0 0 0 15px;
  height: 42px;
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;*/
  text-overflow: ellipsis;
}

.order_list input.cart_list_cut , .order_list img.cart_list_cut{
  background: url(../images/cart_img01.png) no-repeat center center;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}

#td_A{width: 100%;background-color: #B49B8A;font-size: 24px;color: #FFF;padding: 12px;line-height: 140%;border-bottom: none;text-align: center;}
#td_B{background-color: #DDD;font-size: 17px;color: #40332B;padding: 12px;line-height: 140%;border-bottom: border-bottom;}
#td_C{width: 100%;display: flex;align-items: center;}
#td_D{background-color: #E6E6E6;text-align: right;}
.td_01{width: 40%;}
.td_02{width: 30px;}

.order_total{max-width: 430px;width: 100%;margin: 30px 0;border: 1px solid #B49B8A;padding: 15px;}
.order_total table{width: 100%;}
.order_total td{font-size: 15px;color: #444;padding: 15px;border-bottom: 1px dashed #CCC;text-align: center;line-height: 120%;}
.order_total td b{font-size: 15px;color: #D80000;}
.order_details{width: 100%;}
.order_details table{width: 100%;}
.order_details td{padding: 10px 25px;line-height: 140%;}



@media screen and (max-width: 800px) {

  .order_content2{max-width: 600px;padding: 50px 20px;}

  .order_title{margin-bottom: 10px;}
  .order_title h5{padding: 0 0 0 25px;}
  .order_title h5:before{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 1px;
  }

  .order_title h5 b{font-size: 15px;margin-right: 10px;}
  .order_title h5 span{font-size: 15px;margin-right: 10px;}
  .order_title h6{padding: 4px 8px;}

  .order_list td{font-size: 15px;padding: 10px;}
  .order_list td img{width: 100px;margin-bottom: 10px;}
  .order_list td p{
    width: 100%;
    padding: 0;
    height: 42px;
    font-size: 15px;
  }

  #td_A{font-size: 17px;padding: 10px;}
  #td_B{font-size: 14px;padding: 10px;}
  .td_01{width: 200px;flex-wrap: wrap;}

  .order_total{max-width: 350px;margin: 30px 0;padding: 15px;}
  .order_total td{font-size: 15px;padding: 15px;}
  .order_total td b{font-size: 15px;}
  .order_details td{padding: 10px 15px;font-size: 15px;}

}

@media screen and (max-width: 600px) {

  .order_content2{padding: 20px 0;}

  .order_title{margin-bottom: 10px;}
  .order_title h5:before{top: 0px;}
  .order_title h5 b{font-size: 14px;margin-right: 5px;}
  .order_title h5 span{font-size: 14px;margin-right: 5px;}
  .order_title h6{font-size: 12px;}

  .order_list{overflow-x: scroll;}
  .order_list table{width: 600px !important;max-width: none;}
  .order_list td{font-size: 12px;padding: 10px;}
  .order_list td img{width: 100px;margin-bottom: 10px;}
  .order_list td p{height: 33px;font-size: 12px;}

  #td_A{font-size: 14px;padding: 10px;}
  #td_B{font-size: 12px;padding: 10px;}
  .td_01{width: 200px;flex-wrap: wrap;}

  .order_total{max-width: 100%;margin: 30px auto;}
  .order_total td{font-size: 14px;}
  .order_total td b{font-size: 14px;}
  .order_details td{width: 100%;padding: 10px;font-size: 14px;}
  .order_details tr{display: flex;flex-wrap: wrap;}
  #td_D{width: 100%;text-align: left;}

}

/*訂單查詢-輸入頁_END*/