/* CSS Document */

/*////////////////////////////////////////////////////////////

 RESET STYLE

////////////////////////////////////////////////////////////*/
html, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
}
:focus {
    outline: 0;
}
.SS {background-color: red;
    }
body {
    background: white;
    line-height: 1;
    color: black;
  }

ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.slick-box{
 padding-left: 20px;
 padding-right: 20px;
 } 


.slick-box .padd{
 padding-left: 25px;
 padding-right: 25px;
 padding-top: 15px;
 } 

.slick-product-img {
 max-width: 400px;
 margin-bottom: 0px;
 } 


.row-flex-flex-end {
    display: flex; /*顯示模式設為flex*/
    align-items:flex-end; /*垂直居中*/
    justify-content:center;/*水平居中*/
}
.row-flex-flex-center{
    display: flex; /*顯示模式設為flex*/
    align-items:center; /*垂直居中*/
    justify-content:center;/*水平居中*/
}

header {
  background-color: #fff;
  padding: 0px;
  height: 90px;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  transition: top 0.4s ease-in-out;
}

.hideUp header {
  top: -100px;
}

body{
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    padding-top: 90px;
    margin: 0;
    outline: 0;
    border: 0;
    font-family:"Noto Sans TC", Verdana, Geneva, sans-serif ,微軟正黑體;
      font-size: 16px;
      line-height: 1.3em; 
      /* 英文單字自動換行 IE ONLY*/ 
    word-wrap: break-word;  
    /* 正常避頭尾 */
} 

#contents{
    max-width: 972px;
    margin-left:auto;
    margin-right:auto;
    font-family:"Noto Sans TC", Verdana, Geneva, sans-serif ,微軟正黑體;
}

/* 裝置顯示 */
.phone{
visibility: hidden;
display: none;
}
.computer{
visibility: visible;
display: block;
}

/* Modal */
#myModal , #myModal2 {
  z-index: 9999999;
}

#myModal .modal-dialog {
    width: 60%;
}
#myModal2 .modal-dialog {
    width: 70%;
}
.detail03-modal{

} 

/*大單元區塊間距*/
.sec {
    overflow: hidden;
    clear: both;
    padding-top: 60px;
    padding-bottom: 60px;clear:both;
}

/*大單元下的單元區塊間距*/
.sec-inr{
  padding-top: 50px;
  clear: both;
  display: block;
} 
.secTtl img{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:25px;   
} 


.product-bnbg{
background: url("../img/anker_link_bg.png");
background-repeat: no-repeat; 
padding-top: 20px;
height: 150px;
clear:both;
} 

/*3階段守護坐墊重點文字*/
.point{
    display: block;
    clear:both;
  } 
.point_box{
  width: 400px;
  margin-left:auto; 
  margin-right:auto; 
 }  
.point span{
  display: block;
  float: left;
  padding: 0px;
 }  
.point .txt{
  font-size: 16px;
  vertical-align: baseline;
  padding-top: 15px;
 }  
.point .txt-1{
  font-size: 22px;
 }  

 .point .txt2{
  font-size: 16px;
 }  

.notes {
  font-size: 13px;
}

.contentBox{
 }  
.contentBox h5{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-right:auto;
    margin-left: auto;
    text-align: center;
} 
.contentBox ul li{
    font-size: 16px;
    margin-right:auto;
    margin-left: auto;
    text-align: center;
}
.contentBox p{
    font-size: 16px;
    text-align: justify;
    line-height: 1.56;   
}

 /* 文字 */

 .title{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  font-weight: normal;
  text-align: center;
}

 .txtArea{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.txtArea .txt {
    font-size: 16px;
    line-height: 2.46;
    text-align: center;
}


.txtArea p {
    margin: 15px 0;
}

.font_set{
    font-family:"Noto Sans TC", Verdana, Geneva, sans-serif ,微軟正黑體;
}

.txtArea .notice {
  font-size: 11px;
  margin-top: 60px;
  text-align: center;
}

.t73c6c4{
  color: #73c6c4;
}
.tef8d9e{
  color: #ef8d9e;
}

.tb2d000{
  color: #b2d000;
}

.te60012{
  color: #e60012;
}

.btn-green {
  background-color: #b2d000 !important;
  border: none!important;
  color: #444444!important;
  width: 35%!important;
  margin-left: auto!important;
  margin-right: auto!important; 
}



.detail01 h5,.detail02 h5,.detail03 h5,.detail04 h5,.detail05 h5{
}
 .logo{
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
}

/*event*/
#event01 .table-title{
  background-color: #eeeeee;
}


/*TOP*/
#btnPageTop img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   height: 10px;
}

#btnPageTop {
    display: block;
    width: 35px;
    height: 35px;
    background: #EEE;
    bottom: 10px;
    right: 10px;
   position: fixed;
   text-align: center;
}
.over:hover {
    opacity: .5;
}


/*#footer*/
#footer {
  margin-top: 100px;
    height: 200px;
}


#footer {
  padding: 40px 0;
  text-align: center;
  font-family:"Noto Sans TC", Verdana, Geneva, sans-serif ,微軟正黑體;
}
#fLogo img {
  height: 26px;
}
#fCopy {
  font-size: 15px;
  font-size: 1.4rem;
  margin-top: 25px;
  display: block;
}


@media screen and (max-width: 980px) and (min-width: 568px){

.logo{
    top: 20px;
    left: 20px;
    height: 46px;
    width: auto;
  }
 .single-tire img{
  width: 60%;
  } 
}




@media(max-width:768px) {
header {
  padding: 0px;
  height: 65px;
}
.hideUp header {
  top: -65px;
}
.slick-box{
 padding: 20px;
 } 
.slick-box .padd{
 padding-left: 8px;
 padding-right: 8px;
 } 
 .single-tire img{
  width: 60%;
  } 
.logo{
    top: 10px;
    left: 10px;
    height: 35px;
    width: auto;
  }
.rwd-breakline {
display: block;
}

/*event*/

#event01 .table-txt span{
  display:block; 
}
.product-bnbg{
background: url("../img/anker_link_bg.png");
background-repeat: repeat-y;
padding-top: -60px;
height: 270px;
clear:both;
} 

.product-bnbg .pimg{
 padding-bottom: 15px; 
} 

 .btn-green {
  background-color: #b2d000 !important;
  border: none!important;
  color: #444444!important;
  width: 50%!important;
  margin-left: auto!important;
  margin-right: auto!important; 
} 

 

  /* 裝置顯示 */
.phone{
visibility: visible;
display: block;
}
.computer{
visibility: hidden;
display: none;
}


  #footer {
    padding: 15px 0 70px;
  }
  #fLogo img {
    height: 21px;
  }
  #fCopy {
    font-size: 12px;
    font-size: 0.8rem;
    margin-top: 10px;
  }

}

@media(max-width: 567px){
header {
  padding: 0px;
  height: 65px;
}
.hideUp header {
  top: -65px;
}
.logo{
    top: 10px;
    left: 10px;
    height: 35px;
    width: auto;
  }

.product-bnbg{
background: url("../img/anker_link_bg.png");
background-repeat: repeat-y;
padding-top: -60px;
height: 160px;
clear:both;
} 

 .btn-green {
  background-color: #b2d000 !important;
  border: none!important;
  color: #444444!important;
  width: 80%!important;
  margin-left: auto!important;
  margin-right: auto!important; 
} 
.color-img {
  width: 50px;float: left;padding: 5px;
}

.num {
  float: left;padding-left: 10px;
}
.explanation {
}
.logo_runfee img{
  width: 70%;
}

.slick-product-p {
 max-width: 90%;
 } 
/*3階段守護坐墊重點文字*/

.point .rwd {
  width: 70px;
 }  
.point .txt{
  font-size: 15px;
  vertical-align: baseline;
  padding-top: 6px;
 }  


/* Modal */
#myModal .modal-dialog {
    width: 90%;margin-right: auto;margin-left: auto;
}
#myModal2 .modal-dialog {
    width: 90%;margin-right: auto;margin-left: auto;
}


  #fCopy {
    font-size: 13px;
    font-size: 0.8rem;
    margin-top: 10px;
  }


}

