.phone{position:fixed;right:1%;top:30%;z-index:1000;}
.line-1{position:fixed;right:1%;top:42%;z-index:1000;}
.fb{position:fixed;right:1%;top:54%;z-index:1000;}
.ig{position:fixed;right:1%;top:66%;z-index:1000;}
.x-twitter{position:fixed;right:1%;top:78%;z-index:1000;}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 430px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet, .youtube-1, .tiktok , .thread { 
    transform: scale(0.8);
    right:0;
  }
}

/*按鈕-文字底色變化特效*/
.btn-1 {
    border-radius: 20px;/*表格按鈕框線圓角*/
    color: #fff;
    font-size: 13px;
  padding:5px;
  margin-top:10px;
  background-color:#ff7200;
      border: 2px solid #ff7200;/*表格按鈕框線樣式*/
}
.btn-1:hover{
    background-color: #fff; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #333;/* 當滑鼠經過時按鈕表格文字變化 */
}
.btn-2 {
    border-radius: 20px;/*表格按鈕框線圓角*/
    color: #fb8e00;
    font-size: 13px;
  padding:20px;
  background-color:#fff;
      border: 2px solid #fb8e00;/*表格按鈕框線樣式*/
}
.btn-2:hover{
    background-color: #fb8e00; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    padding: 5px 25px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}



/*實際案例-表格底*/
#frame_c{
  width: 100%;
  height: 100%;
  padding:10px;
  border-radius: 15px;
  border:1px #eee solid;
  box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;-webkit-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
  -moz-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
  -o-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
  background-color: rgb(255 255 255 / 80%);
  border-collapse: separate;
}
.service-item h3 {  
   position: relative;
  color: #ff9900; 
  font-size: 25px;
 margin: 10px 10px 10px 0px;
   padding-left: 25px;
}

.service-item h3:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #ffcf3f;
}
.service-item h3:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #ffcf3f;
}

.contact1 h2 {  
  color: #ff9900; 
  font-size: 30px;
  margin: 10px 10px 10px 0px;
}

.contact1 ul {  
  color: #000; 
  font-size: 18px;
  list-style-type: disc;/*disc實心 ecimal 數字*/
  margin-left: 1em;
}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet { 
    transform: scale(0.8);
    right:0;
  }
}


.topnavbar {
    background-color: rbga(0,0,0,0.9);/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: absolute;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/
}

.topnavbar .container {
  text-align: justify;
  padding: 10px 0 0 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
    background-color: #fff;/*背景底色*/
}

#logo h1 { text-align: center; }

table {
table-layout: fixed;
word-wrap:break-word;
} /*動到表格手機不會破版*/


/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 2;
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


/*nav*/
/*頁籤底拉寬*/
#header .topnavbar .container {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}
@media only screen and (min-width: 1280px){ #nav { margin-top: 5px;} }
@media only screen and (min-width: 768px) {
#nav > ul > li:nth-child(-n+5) {
    z-index: 1;
}}
/*次頁籤層級上移
雙排頁籤文字時上排次頁籤會被下排壓住*/

#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 15px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ffbb00;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #222;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    text-align: left;
}
#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

ul.product-list li a {
    color: #333;/*產品格文字顏色*/
    background-color: #eee;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #666;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #333;
    font-size: 30px;
}/*產品內頁標題文字*/

#side h3 {
  background-color: #ffbb00;
  color: #000;
}
#side ul li a {
  font-size: 18px;
  color: #000;
  border-bottom: 1px dashed #ddd;
}

/*title文字顏色*/
.h1title h1{
    color: #333333;
}
.h1title h1::after { 
   content: "";
    background: #ffbb00;
    width: 60px;
    height: 3px;
    display: block;
    margin: 0;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

/*首頁各層編輯欄設定*/
#bodyinhome .fcol.fcol-2 {
   background-image:url("https://static.iyp.tw/409621/files/aa476bdc-9e23-41ff-8706-ef4370c156be.jpg");
  background-attachment:fixed;
  padding:2em;
}
#bodyinhome .fcol.fcol-1  { 
background-image:url("https://static.iyp.tw/409621/files/2cdea78c-2484-408e-8608-377d411bd8b8.jpg");
  background-attachment:fixed;
  padding:2em; 
}
#bodyinhome .fcol.fcol-3  { 
  display:none;
}

#bodyinhome .fcol.fcol-4 {   
  display:none;
}

#bodyinhome .fcol.fcol-5 {
   background-image:url("https://static.iyp.tw/409621/files/f5cdc408-9423-48e1-a1ac-74785b4c2749.jpg");
  background-attachment:fixed;
  padding:2em;
}


#bodyinhome .fcol.fcol-6 .container {
   display:NONE;
}/*拉寬編輯欄設定*/

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}
/*首頁各層編輯欄設定*/


/*6大特色*/
/*圓點裝飾*/
#t-circle::before { 
  content: "";
  display: inline-block;
  height: 80px;
  width: 80px;
  background-color: #f5f5f5;
  border-radius: 100%;
  margin-right: -40px;
}
.feature-1 {
  height: 100%;
  background-color: #a36100;
  color: #fff;
  padding:2rem;
  text-align: center;
}
.feature-1 h3 {
  font-size: 20px;
  font-weight: 700;
}
.feature-1 p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
}
.feature-1 img {
  background-color: #fff;
  margin-top: -5rem;
  margin-bottom: 10px;
  border: 4px solid #ff9900;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

/*圖文特效按鈕-標題在上+內文滑出*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 160px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #271700;
  line-height: 1.5;
}
.snip1374 figcaption {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
 -webkit-transform: scale(1);
  transform: scale(1);
}
.snip1374:hover figcaption,
.snip1374.hover figcaption {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.snip1374 h2{
  color:#ffffff;/*文字顏色*/
  font-size: 16px;/*文字大小*/
  font-weight: 400;/*文字粗細*/
  margin: 10px 15px;
}
.snip1374 h2 span { background-color: #ffbb00;padding: 2px 5px; }

.snip1374 h3{
  color:#ffffff;/*文字顏色*/
  font-size: 22px;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  margin: 10px 15px;
}
.snip1374 h3::after { 
   content: "";
    background: #ffbb00;
    width: 45px;
    height: 1px;
    display: block;
    margin: 0;
}

.snip1374 p {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 15px;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 1280px){  .snip1374 p { -webkit-line-clamp: 2; }}

.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  aspect-ratio: 3 / 4.5;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.5;
}
@media only screen and (max-width: 768px){ .snip1374 img {  aspect-ratio: 1 / 1; }}

.snip1374:hover img,.snip1374.hover img {opacity: 0.8;}

.snip1374 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1374 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

/*contact 聯絡我們-表格+圖示*/
.contact-1 {
  text-align: center;
  box-shadow: -7px -7px 20px 0px rgb(0 0 0 / 10%), -4px -4px 5px 0px rgb(0 0 0 / 10%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
  background-color: #fff;
}
.contact-1 div {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.contact-1 i {
  font-size:2rem;
  color: #ffbb00;
  padding-top: 20px;
}
.contact-1 h3 {
  font-size:2rem;
  color: #999;
  font-weight: 400;
}
.contact-1 p {  font-size:16px;}

/*裕宸介紹-服務項目*/
.service-1 {background-color: #f5f5f5;}
.service-1 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  aspect-ratio: 3 / 2;
  display:block;
}
.service-1 h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.service-1 h3::after { 
   content: "";
    display: inline-block;
    background: #ffbb00;
    width: 45px;
    height: 1px;
    display: block;
    margin: 0;
}
.service-1 p {font-size: 16px;line-height: 1.5;}

/*產品-區塊項目li效果—3格*/
.pro_item ul li {
    padding: 10px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(33% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 1.2rem;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
}

.pro_item img { 
  object-fit: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  aspect-ratio: 4 / 3; /*比例*/
  background-color: #fff;
}
 .pro_item a { color:#000 }

.pro_item-1 a:hover,
 .pro_item a:hover { 
  opacity: 0.8;   
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px){
 .pro_item ul li { width: calc(100% - 10px); }
}

/*手機版漢堡選單*/
.navbar .container {
    background-color: #333; /*導覽列背景顏色樣式*/
}
.navbar-icon-bar {
  width: 28px; /* 三變大*/
  height: 4px; 
  background-color: #fff; /* 填入想要的三條線顏色 */

}
.navbar-icon-bar:before, .navbar-icon-bar:after {
    background-color: #fff; /* 填入想要的三條線顏色 */
}
.navbar .rwd-navbar-toggle {
    padding-right: 150px !important;/*導覽列文字範圍右間距寬度*/
}
.navbar .rwd-navbar-toggle .label {
    left: 45px;
    font-size: 1.0rem; /*導覽列文字尺寸*/
    color: #000; /*導覽列文字顏色樣式*/
    background-color: #ffbb00;/*導覽列文字背景顏色*/
    border-radius: 3px;
    padding: 4px;
}
@media only screen and (max-width: 767px){
.rwd-side .nav li {
    border-bottom: 1px #ccc dashed; /* 展開連結文字底虛線 */
}
.rwd-side .nav span {
    color: #fff; /* 展開連結文字顏色 */
}}

/*酒精警語*/
#alcohol-warning {
    height: 80px;
}
#alcohol-warning>div {
    z-index: 999;
    width: 100%;
    height: 80px;
    font-size: clamp(20px, 2vw, 30px);
    padding: 15px 10px;
}