.tb table td{
  border:1px solid #fff;
}

/*隱藏標題字*/
#bodyinpage.about-us .fcol.fcol-header
{
  display:none;
}

#bodyinpage.contact-us .fcol.fcol-header
{
  display:none;
}



/*icon位置*/
.TL2 {position: fixed; right: 0.5%; top: 65%; z-index: 1000;transform:scale(0.9);}


@media(max-width:767px){
  .TL2 {position: fixed; right: 0.5%; top: 63%; z-index: 1000;transform:scale(0.9);}
}



/*Banner*/
.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc( 700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}

@media(max-width:767px){
  .swiper-wrapper, .swiper-slide {
    padding-bottom: calc( 800 / 700 * 100%);
  }
}



body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }


a {
    color: #222;
}

body {
    background-color: #FFF;
    color: #59482C;
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
    font-family: 'Noto Sans TC';
    font-weight: 300;
}

/*陰影*/
.plan {
  background: #fff;
  width: 100%;
  margin: 0%;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.16);
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

h1, .h1 {
  color: #59482C;
  font-family: 'Noto Sans TC';
  font-weight: 400;
}

.h1title {
  padding-top: 30px;
  padding-bottom: 0px;
}


/*SVG LOGO調整*/
#logo img, .modal .logo img {
  width: 360px;
  height: 70px;
}



.navbar-nav > li > a {
    color: #fff;
    background-color: #E04527;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

.topnavbar {
   background-color: #fff;
   top:0px;
   padding: 0;
   position: relative;
   z-index:100;
 width:100%;
}

.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


/*nav_faa*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}



/*nav*/
#nav{margin-top:-80px;}

#nav ul {float:right;}

#nav ul li a {
    white-space: nowrap;
    color: #59482C;
    line-height: 1.3;
    font-weight: 300;
    padding: 10px 18px;
    font-size: 100%;
    transition:all 0.5s;
}

#nav ul li a:hover{
    color: #59482C;
    font-weight: 500;
}


#nav ul li.current a  {
    color: #59482C; 
    font-weight: 500;
}


/*Index_3*/
#bodyinhome .fcol.fcol-3 .container{
  padding:40px 20px;
}

/*owl*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}




/*about_1（背景色）*/
#bodyinpage.about-us .fcol.fcol-1 {
  background-color: #2B2A28;
  background-image: url('');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: top center; /* 使背景图像靠上 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  
}



/*about_2（背景色）*/
#bodyinpage.about-us .fcol.fcol-2 {
  background-color: #FFFDFA;
  background-image: url('https://static.iyp.tw/409571/files/b1dbc911-827f-492d-a78c-6c43d22f9620.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: top center; /* 使背景图像靠上 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  
}

/*owl*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
}

/*about_3（背景色）*/
#bodyinpage.about-us .fcol.fcol-3 {
  background-color: #FFFDFA;
  background-image: url('https://static.iyp.tw/409571/files/e4b6a016-4d15-4861-bce8-2984d248d068.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: top center; /* 使背景图像靠上 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  
}


/*about_4（背景圖）*/
#bodyinpage.about-us .fcol.fcol-4 {
  background-color: #FFF;
  background-image: url('https://static.iyp.tw/409571/files/e63a6967-e6bc-474a-9495-c000c7e8db74.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
}

/*about_5（背景圖）*/
#bodyinpage.about-us .fcol.fcol-5 {
  background-color: #2B2A28;
  background-image: url(' ');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position:center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
}

/*about_6（背景圖）*/
#bodyinpage.about-us .fcol.fcol-6 {
  background-color: #FFF;
  background-image: url('https://static.iyp.tw/409571/files/549f159f-bb98-4d4b-8ba9-e89a5966697d.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position:top center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
}


/*about_7（背景圖）*/
#bodyinpage.about-us .fcol.fcol-7 {
  background-color: #FFF;
  background-image: url('');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
}
/*owl*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
}

/*product_1（背景色）*/
#bodyinpage.product .fcol.fcol {
  background-color: #FFFDFA;
  background-image: url('https://static.iyp.tw/409571/files/7584fd48-745a-4de9-bc37-54fc1c296811.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: top center; /* 使背景图像靠上 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  
}

/*contact-us_1（背景色）*/
#bodyinpage.contact-us .fcol.fcol {
  background-color: #FFFDFA;
  background-image: url('https://static.iyp.tw/409571/files/7584fd48-745a-4de9-bc37-54fc1c296811.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: top center; /* 使背景图像靠上 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  
}
/*footer(頁尾)
#footer {
  color: #424242;
  background-color: #fff;
}

#footer a:hover {
  color: #424242;
}
#footer a {
  color: #424242;
}

#contact-info ul li span {
  color: #424242;
}

.contact-row h5 {
  color: #424242;
}

#foot-nav {
  border-bottom: 1px solid #424242;
}

#foot-nav ul li.current a, #foot-nav ul li a:hover {
  color: #424242;
  font-weight: 500;
  
}*/
/*頁尾的頁籤
#foot-nav ul li.current a, #foot-nav ul li a {
  color: #424242;
}

#foot-nav ul li a {
  padding: 8px 16px 8px 0;
}*/




/*產品格*/
#product-header {
  margin-bottom: -190px !important;
}
ul.product-list {
  padding: 10px;
}

ul.product-list li {
  padding: 8px;
  margin-bottom: -15px;
}

ul.product-list li a {
  border: 0px solid #ddd;
  background-color: rgba(0,0,0,0);
}

ul.product-list li a.focus, ul.product-list li a:hover {
  border: 0px solid #ccc;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.0) !important;
}

ul.product-list li a .img {
  padding-bottom: 100%;
}

ul.product-list li h3 {
  font-family: Noto Sans TC;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  padding: 0px;
}

ul.product-list li a:hover h3 {
  color: #000;
  font-weight: 500;
}

list li a:hover .desc {
  display: none;
}

body[data-type="fullpage"] .product-list-div h2 a {
  font-weight: 300;
  color: #000;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all:hover {
  color: #333;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
  color: #666;
  padding-top: 15px;
}


/*產品格_標題字
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #000000;
    overflow: hidden;
    padding: 0 16px;
text-align: center
}*/

/*手機選單*/
.navbar {
    background-color: #59482C; /* 填入想要手機版型的導覽列想要的顏色 */
  }

.rwd-side {
    background-color: #FFFDFA  !important;
  }

.rwd-navbar-toggle {
    float: right;
  }

.navbar-nav {
    margin-right: 15px;
  }



/*手機版選單展開的樣式*/
@media only screen and (max-width: 767px) {
  .rwd-side.menu-open {
    background: #FFFDFA !important; /*底色*/
    }

  .rwd-side a:hover {
      color: #222 !important; /*文字顏色 滑鼠懸停*/
    }

  .rwd-side a {
      color: #555555 !important; /*文字顏色*/
    }

  .navbar-icon-bar {
      height: 4px;
    }
  .navbar-icon-bar:before {
      transform: rotate(180deg);
      top: 0px
    }
  .navbar-icon-bar:after {
      transform: rotate(90deg);
      top: 0px
    }
  .navbar-icon-bar::after {
      background-color: #FFF; /*+顏色*/
    }
  .navbar-icon-bar::before, .navbar-icon-bar::after {
      background-color: #FFF; /*+顏色*/
    }
  .rwd-navbar-toggle .label {
      color: #FFF; /*選單字顏色*/
    }
  .menu-open .navbar-icon-bar:before {
      transform: rotate(0deg);
    }
  .menu-open .navbar-icon-bar:after {
      transform: rotate(0deg);
    }
  body[data-type="fullpage"] .navbar-nav>li>a {
      line-height: initial;
    }

  .rwd-side .product-search input[type="text"] {
    background-color: #FFF !important;
  }
  
  .rwd-side .nav li.has-subnav .toggle::after {
    color: #000 !important;/*小箭頭*/
  }
}


/*頁尾顏色*/
#footer{background:#59482C;max-width:100%;}


/*表單*/
#contact-form{color:#000;}

.marktxt {
    margin-top: 10px;
    font-size: 95%;
    color: #d3951e;
}

.mark {
    background:none;
}

.signtxt {
    display: block;
    margin-top: 20px;
    color: inherit;
    border-top: 1px dashed #ccc;
}


#contact-info li.tel {
    color: #E70014;
}
@media(max-width:430px){
.mobile-br:before { 
    content: ' '; 
    display: block;
 }
}

/*owl*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
}




/*圖片輪播_owl*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0px;
}

#foot-nav {
    display: none;
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #444;
}

/*變色按鈕2*/
.intro2 {
	-webkit-animation-delay: 1.5s;
}
.intro2 a {
	overflow: hidden;
	position: relative;
	padding: 20px 10px;
    color: #FFF;
    background: #59482C;
	/*border: 1px #59482C solid;*/
	display: inline-block;
	font-size: 120%;
}

.intro2 a:hover {
	color: #59482C;
	background: #fff;
    border: 1px #59482C solid;
	transition: all 0.4s ease;
}
.intro2 a:hover:after {
	left: 0;
}


/*變色按鈕3*/
.intro3 {
	-webkit-animation-delay: 1.5s;
}
.intro3 a {
	overflow: hidden;
	position: relative;
	padding: 20px 10px;
    color: #59482C;
    background: #fff;
	border: 1px #fff solid;
	display: inline-block;
	font-size: 120%;
}

.intro3 a:hover {
	color: #59482C;
	background: #A7977E;
    border: 1px #59482C solid;
	transition: all 0.4s ease;
}
.intro3 a:hover:after {
	left: 0;
}
