.phone-1 {position:fixed;  right:1%;  top:80%;  z-index:1000 }
.phone-2 {position:fixed;  right:1%;  top:65%;  z-index:1000 }
.phone-3 {position:fixed;  right:1%;  top:50%;  z-index:1000 }



.container h4 { 
  color: #b81a31;
  font-family: 'arial black', 'avant garde';
  font-size: 40px;
  font-style:italic;
  position: relative;
}

.container h4::before {
  content:"";
  width: 100px; 
  height: 100px;
  background: #c6e1ff;
  /* 多邊形裁切：做一塊上寬下窄的梯形*/ 
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  z-index: -1;
 position: absolute;
  margin-left: -10px;
  margin-top: -20px;

}

.t-700{
  font-family: 'Noto Serif TC', serif;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
  padding: 10px 0 0 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding:0px;
}

#logo h1 {
    height: 70px;
}

body {
    background-color: #ebf0f6;
    font-family: Arial,Helvetica,sans-serif;
}

/*文字*/
.word {
   padding: 10px;
  font-weight:bold;
  color: #fff;
  background-color: #004f9f;

}

.word:hover{
   padding: 10px;
  	transition:0.7s;
  color: #fff;
  font-weight:bold; 
  background-color: #183c60;
}

/*首頁圖*/
.word2 {
   padding: 10px;
  font-weight:bold;
  color: #fff;
  font-size:16px;
   background-color: #ff9000;
  border-radius: 50%;
}

.word2:hover {
   padding: 10px;
  	transition:0.7s;
  color: #fff;
  font-weight:bold; 
  font-size:16px;
   background-color: #f65100;
   border-radius: 50%;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8dad8;
}

/*編輯欄設定*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}
  
.topnavbar .container {
    background-color: #ac162c;
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


.topnavbar {
    background-color: #ac162c;
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤間距*/
}


/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*產品內頁*/

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}



#nav .subnav {
    background-color: #494544;
}


#nav ul li a {
    font-size: 16px;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 16px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #e3e3e3;/*頁籤滑過文字顏色*/

}

#nav ul li.current a {
    color: #e3e3e3;/*頁籤按下後文字顏色*/

}


/*側邊文字顏色*/
#side ul li a {
    color: #222;

}

/*title文字顏色*/
.h1title {
    text-align: center;
    color: #000;
    border-bottom: 1px dashed #666;
}

a {
    color: #8e1a2b;/*連結顏色*/
    text-decoration: none;
}

#bodyinhome .fcol.fcol-2 .container {
   background-color: #b81a31;
  width: 100%;
  padding: 30px 10px;
}

body.about-us .fcol.fcol-2 .container {
   background-color: #b81a31;
  width: 100%;
  padding: 30px 10px;
  background: linear-gradient(to right, #db2b45, #c7223a, #b81a31);
}


#bodyinhome .fcol.fcol-6 .container {
  width: 90%;
  background-color: #b81a31;
  margin-right: 0px;
  border-radius: 200px 0px 0px 0px;
}


body.about-us .fcol.fcol-3, body.about-us .fcol.fcol-4,  body.about-us .fcol.fcol-5, body.about-us .fcol.fcol-6 {   display:none; }

h1, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}


.product-list-div h2 {
    text-shadow: 0 0px 0 #333;
}



ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #464646;
}
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: #7a7a7a;
    overflow: hidden;
    padding: 0 16px;
}

#footer {
    color: #ffffff;
    background-color: #78313b;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fbfbfb;
   
}
#foot-nav ul li a {
    display: block;
    color: #fbfbfb;
    font-size: 1.06em;
    margin-right: 10px;
    padding: 8px 16px;
}
#contact-info ul li span {
    color: #fbfbfb;
}

#foot-nav {display: none;}

/*產品頁特效*/
body.product102 .col-3, body.product201 .col-3, body.product103 .col-3,body.baudouin .col-3 {
  background-color: #fff;
  border: 10px solid #e8eeee;
}
body.product102 .col-3 img, body.product201 .col-3 img, body.product103 .col-3 img,body.baudouin .col-3 img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

body.product102 .col-3 img:hover, body.product201 .col-3 img:hover {
  opacity:0.55;
  transition:0.7s
}

body.product103 .col-2, body.product106 .col-2  {
  background-color: #fff;
  border: 10px solid #e8eeee;

}

body.product103 .col-2 img:hover, body.product106 .col-2 img:hover {
  opacity:0.55;
  transition:0.7s
}

/* 文字新做法*/
#main-wrap .container {
     font-size: clamp(1.0rem, 1.5vw, 1.2rem);
  line-height:30px;
  color: #2d2d2d;
}
#footer {
   font-size: 12px;
}


/*首頁特效*/
#frame_c {
  border-radius:10px;
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: #fff;
}

/*首頁圖文特效*/
.snip1504 {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;/*左右置中*/
  min-width: 150px;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
}

.snip1504 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1504 img {
  object-fit: contain;/* cover圖片剪裁不拉伸壓縮; contain不拉伸壓縮.等比縮放)*/
  vertical-align: top;
  width: 100%;
  aspect-ratio: 4 / 3;
  backface-visibility: hidden;
  padding:20px;
}

.snip1504 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.snip1504 h3,
.snip1504 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1504 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
}

.snip1504 h5 {
  font-weight: normal;
 /* font-style: italic;/*斜體*/
  color: #888;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1504 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1504:hover > img,
.snip1504.hover > img {
  opacity: 0.1;
}

.snip1504:hover h3,
.snip1504.hover h3,
.snip1504:hover h5,
.snip1504.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/*首頁圖文特效*/

/*按鈕-了解更多*/
.custom-btn1 {
    padding: 5px 25px;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
  
}

.btn-more2 {
    border-radius: 30px;
    border: 2px solid #b81a31;
    color: #b81a31;
    font-size: clamp(18px, 2vw, 16px);
     font-weight: 500;
}
.btn-more2:hover{
    background-color: #b81a31; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}

.btn-more1 {
    border-radius: 30px;
    border: 2px solid #a50018;
    color: #b81a31;
    font-size: clamp(18px, 2vw, 16px);
     font-weight: 500;
}
.btn-more1:hover{
    background-color: #ffd600; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #b81a31;/* 當滑鼠經過時按鈕表格文字變化 */
}

/*產品介紹-圖文左右(手機版上下)特效*/
figure.snip1249 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: inline-block;
  border: 5px solid #1f6ac8; 
}
@media only screen and (min-width: 1280px){
figure.snip1249 { display: inline-flex; }   
}

figure.snip1249 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  
}
figure.snip1249 img{
  position: relative;
  margin: 10px;
  width: 100%;
  transform:scale(0.9,0.9);
}
@media only screen and (min-width: 1280px){ figure.snip1249 img{ width: 50%; }}

figure.snip1249:hover img{
  opacity: 0.7;
  transform:scale(1.0,1.0);
}

figure.snip1249 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #1f6ac8;
}
figure.snip1249 p {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
}
figure.snip1249 figcaption {
  color: #000000;
  position: relative;
  font-size: 0.9em;
  text-align: center;
  background: #ffffff;
  width: 100%;
  display: inline-flex;
    flex-direction: column;
    justify-content: flex-end; 
}

figure.snip1249 figcaption .btn-more {
  display: inline-block;
  width: auto;
  border: 1px solid #1f6ac8;
  padding: 5px 10px;
  color: #20638f;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 1rem;
}

figure.snip1249:hover .btn-more {
  background-color: #1f6ac8;
  color: #ffffff;
}
figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
