.mail-1 {position:fixed;right:1%;top:30%;z-index:1000;}
.fb { position: fixed; right: 1%; top: 40%; z-index: 1000;}
.phone-1 { position: fixed; right: 1%; top: 50%; z-index: 1000;}
.line { position: fixed; right: 1%; top: 60%; z-index: 1000;}
.whatsapp{ position: fixed; right: 1%; top: 70%; z-index: 1000;}
.youtube-1 {position:fixed;right:1%;top:80%;z-index:1000;}


/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 430px){ 
  .phone-1, .fb, .line-1, .ig, .map, .whatsapp .youtube-1, .mail-1 { 
    transform: scale(0.8);
    right:0;
  }
}


.topnavbar .container {
  text-align: justify;
  background-color: #fff;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}

table {
table-layout: fixed;
word-wrap:break-word;
} /*動到表格手機不會破版*/

/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 1.6;
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}
#logo h1 { text-align: center; }
}

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;*/
    min-height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}}

#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #333333;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #18346E;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #18346E;/*頁籤按下後文字顏色*/
}

/*title文字顏色*/
.h1title {
  text-align:center;
  color: #333333;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

/*內頁各層編輯欄*/
body.about-us {
   width: 100%;
   background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position: center top;
     background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: url(https://static.iyp.tw/21375/files/1fa62581-418a-41bd-9258-6517589e5d75.jpg);
}
body.about-us .fcol.fcol-3 .container {
   width: 100%;
   padding: 0px;
}/*拉寬編輯欄設定*/
body.about-us .fcol.fcol-4 {
   background-color: #004779;
}
body.about-us .fcol.fcol-4 .container {
   width: 95%;
   padding: 0px;
}/*拉寬編輯欄設定*/
body.about-us .fcol.fcol-5 {
   background-color: #fff;
}
body.about-us .fcol.fcol-5 .container {
   width: 95%;
   background-color: #fff;
   padding: 0px;
}/*拉寬編輯欄設定*/
body.about-us .fcol.fcol-6  {    
    background: url(https://static.iyp.tw/21375/files/15375a94-5a67-4229-a8fc-46b2020d4d83.png) ;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: scroll;
    background-size: cover;  
}
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


/*附帶標題的外框-貼心叮嚀*/
.zi_box_1 {
  border: 2px solid #F48FB1;/* 框線顏色 */
  border-radius: 10px;/*圓角*/
  margin: 2em 0;
  padding: 20px;
  position: relative;
  /*box-shadow: 0 0 5px 2px #F48FB1 inset; /*內陰影*/
}
.zi_box_1::before {
  background-color: #F48FB1;
  border-radius: 10px;
  color: #fff;
  content: "專業導遊 貼心叮嚀";/*標題*/
  font-size: 26px;
  font-weight: bold;
  left: 15px;
  padding: 0 .5em;
  position: absolute;
  top: -20px;
}
/*附帶標題的外框-貼心叮嚀*/


#frame_c{
  border:1px #eee solid;
  box-shadow: inset -1px 34px 26px -23px #A6A6A6;
  -webkit-box-shadow: -1px 34px 26px -23px #A6A6A6;
  -moz-box-shadow: -1px 34px 26px -23px #A6A6A6;
  -o-box-shadow: -1px 34px 26px -23px #A6A6A6;
    background-color: #fff;
}
#frame_c img {
   object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   width:100%;
   height: 240px;
   border: 1px solid #eee; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
} 
@media only screen and (max-width: 768px){
#frame_c img {
   height: 160px;
}}




