.phone{position:fixed;right:1%;top:25%;z-index:1000}


.topnavbar .container {
  text-align: center;
}
/*owl 輪播圖語法*/
.owl-carousel.owl-theme {
  padding: 0 1rem 1rem;
}
.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:auto !important;
}


#logo {
  display: block;
}
@media (min-width: 1200px){
body[data-type="fullpage"] .topnavbar .container {
    width: 100%;/*頁籤欄滿版*/
    padding: 0;
}}


#ser-line {
    background: #f3b773;/*分隔線顏色*/
    width: 100px;/*分隔線長度*/
    height: 5px;/*分隔線高度*/
    display: block;
    margin: 1em auto 1em;/*間距*/
}

#cir_01{
  border-radius:50%;
  width:120px;
  height:120px;
  background-color:#eee;
  display: flex;
  justify-content: center;    
  align-items: center;    
  margin:0 auto;
}

hr{
  border: 1px solid #eee;
  margin-top:5px;
  margin-bottom:5px;
}
.font_se{
  font-family: 'Noto Serif TC', serif;
}

/*對話框-框線*/
.mwt_border {
	background:#fff;
	position:relative;
	border: solid 1px #ccc;
	margin: 20px 0 0 0;
	padding:10px;
    border-radius: 10px;
    color:#000;
    font-size:16px;
    box-shadow: 0 0 10px #333;/*陰影*/
}
/*箭頭上置中*/
.mwt_border .arrow_t_int{
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);/*置中*/
}
/*箭頭上置中-邊框*/
.mwt_border .arrow_t_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent #fff transparent ;
	position:absolute;
    top: -14px;
    left: 50%;
    transform: translate(-50%, -50%);/*置中*/
}






body {
    background-color: #fff;/*背景底色*/
}

table {
table-layout: fixed;
word-wrap:break-word;
} /*動到表格手機不會破版*/

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/
}}


#nav ul li a {
    font-size:14.5px;/*頁籤文字大小*/
    font-family:"微軟正黑體";
    color: #333;/*頁籤文字顏色*/
    letter-spacing:1px;
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ec8f26;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #ec8f26;/*頁籤按下後文字顏色*/
}
/*頁籤按鈕上底線滑入特效-底線短*/
#nav ul li a::before {
  content:"";
  border-top:3px solid #ec8f26;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:0px;
  margin:0 auto;
  transition:.3s all ease;
}
#nav ul li a:hover::before {
    width: 50%;
}
#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}


/*title文字顏色*/
.h1title {
    color: #333333;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(700 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(700 / 1920 * 100%); /* 內頁 banner 大小 */
}




background-attachment:fixed;
}

#bodyinhome .fcol.fcol-5{
   background-image:url("https://static.iyp.tw/42955/files/24c2ef90-73ba-4761-8702-4854039bd5a0.jpg");
   background-attachment:fixed;
}
#bodyinhome .fcol.fcol-2{
   display:none;
}
#bodyinhome .fcol.fcol-4{
   display:none;
}
#bodyinhome .fcol.fcol-3{
   border-top-style:solid;
  border-top-color:#f4ca9a; 

  background-color:#f8f8f8;
}
#bodyinhome .fcol.fcol-3 .container {
   padding: 0px;
}
#bodyinhome .fcol.fcol-6{
  background-image:url("https://static.iyp.tw/42955/files/0e7f8e08-19f0-4767-b512-6c1712106cdd.jpg");
  background-position:top center;
  background-repeat:no-repeat;
  background-color:#f4ca9a;

}


body.group .fcol.fcol-1 .container{
   width: 100%;
}
body.group .fcol.fcol-2 .container{
   width: 100%;
}
body.group .fcol.fcol-3 .container{
   width: 100%;
}
body.group .fcol.fcol-4 .container{
   width: 100%;
}
body.group .fcol.fcol-5{
   display:none;
}
body.group .fcol.fcol-6{
   display:none;
}
body.group .fcol.fcol-4{
   display:none;
}
body.group .fcol.fcol-3{
   display:none;
}
body.group .fcol.fcol-2{
   display:none;
}
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}
/*首頁各層編輯欄設定*/


/*圖文特效按鈕-標題在上+內文滑入*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: left;
  background-color: #000000;
  text-shadow: 2px 2px 5px #000000;/*文字陰影*/
}
.snip1374 figcaption {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  padding: 20px;
 -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1374 h2{
  font-family: 'Noto Sans TC', sans-serif;
  text-transform: uppercase;/*文字大寫*/
  color:#ffffff;/*文字顏色*/
  font-size: 1.5rem;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  line-height: 1.3;/*文字行距*/
  letter-spacing: 1;　/* 設定文字間距 */
  border-bottom: 2px solid #fff;
}
.snip1374 h2::after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 20%;
    height: 2px;
    background: #c2fff9;
}
.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  height: 350px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.snip1374:hover img,
.snip1374.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.snip1374 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1374 p {
  position: relative;
  color: #fff;
  font-size: 1em;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.snip1374:hover p,
.snip1374.hover p {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}
.snip1374 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}


/*套用google font字型*/
#t-700{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  color: #009dae;
  font-size: 40px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 28px; }
}

#t-400{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}

/*首頁團隊介紹*/
.profile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0 30px;
}

.profile-card {
    flex: 1 1 30%;
    max-width: 95%;
    background: #fff;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 #ccc;
    transition: .3s;
    margin:0 auto;
}

.profile-card:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px -5px #ccc;
}

.profile-icon {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-name {
    font-size: 22px;
    font-weight: bold;
    margin: 25px 0 10px 0;
}

.profile-position {
    font-size: 14px;
    color: #777;
}

.button {
    margin: 40px 0 0 0;
    padding: 10px 30px;
    color: #999;
    text-decoration: none;
    border: 1px solid #999;
    border-radius: 4px;
}

.button:hover {
    color: #fff;
    background: #eb9c40;
    border: 1px solid #eb9c40;
}

@media screen and (max-width: 1000px) {
    .profile-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .profile-card {
        padding: 20px 15px;
    }

    .profile-name {
        font-size: 16px;
    }
}



.content {
  width: 100%;
}

.photos {
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}

.thumbnails {
  width: calc(100% / 1);
  height: 500px;
  margin: 10px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform .3s;
}

.thumbnails img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.black {
  text-align: center;
  background: #666;
  background-blend-mode: multiply;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .7;
}

.title {
  color: #fff;
  font-size: 2em;
  align-self: center;
  position: absolute;
  z-index: 10;
}

.black, .title {
  transition: opacity .3s;
}

.thumbnails:hover {
  cursor: pointer;
  transform: scale(1.05);
  z-index: 20;
}

.thumbnails:hover .black,
.thumbnails:hover .title {
  opacity: 0;
}

.fcol .container {
    padding: 5px;
}