/*map icon*/
.map{position:fixed;right:1%;top:5%;z-index:1000}
/*phone icon*/
.phone{position:fixed;right:1%;top:15%;z-index:1000}
/*line-1 icon*/
.line-1{position:fixed;right:1%;top:25%;z-index:1000}


@media only screen and (max-width: 767px) {
.rwd-wrapper #logo a{
        background: url("https://static.iyp.tw/22137/files/c1ce2789-2bd0-468d-962c-edddee6ab769.png") no-repeat scroll 0 0 transparent;
  display: block;
  text-indent: -9999px;
  width: 100%
  height: 250px;
}}

#logo a {
  background: url("https://static.iyp.tw/22137/files/9c5f5bc5-2468-4e06-94fd-fbe10a8ca233.png") no-repeat scroll 0 0 transparent;
  display: block;
  text-indent: -9999px;
  width: 346px;
  height: 142px;
}

#logo a, .modal .logo a {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 22px;
  color: #d8bdab;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

/*文字*/
.word {
   padding: 10px;
  font-weight:bold;
  color: #fff;
  background-color: #d2302e;
  font-size: 12px;
}

.word:hover{
   padding: 10px;
  	transition:0.7s;
  color: #fff;
  font-size: 12px;
  font-weight:bold; 
  background-color: #9a2120;
}

.bg02{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
/*首頁圖輪播圖*/
#myDiv img {
     max-width: none;
     width:100%;
}

#myDiv {
    background: transparent;
    overflow: hidden;
    width: 100%;
}

.image-slider {
padding: 5px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}

.image-slider:hover div {
  animation-play-state: paused; /*滑入停止*/
}

.image-slider div {
  display: flex;
  position: relative;
  animation: marquee 40s linear infinite; /*輪播速度*/
  justify-content: space-around;
}

.image-slider img {
  display: block;
margin: 0 0.5vw; /*外間距*/
}

.main-container .image-slider img {
    max-width: 500px;/*圖片最大寬度*/
    max-height: 420px;/*圖片最大高度*/
    clip-path: inset(5px 10px 10px 5px);

}

.image-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

}

@media (max-width: 900px) {
  .image-slider {
    --image-size: 100px;
    --image-size: min(max(100px, 10vw), 200px);
  }
} /*響應式縮放圖片尺寸*/

@keyframes marquee {
  0% {transform: translateX(0%); }
  100% { transform: translateX(-100%);  }
}
/*圖片無間斷循環*/

/*title文字顏色*/
.h1title h1{
    text-align: center;
    color: #333333;
}
.h1title h1 span::after {
    content: "";
    display: inline-block;
    font-family: monospace;
    background: #f08437;
    width: 25px;
    height: 5px;
    display: block;
    margin: 0.5em auto 1em;
}


/*圖文特效按鈕-圖縮放大標題在上*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 140px;
  max-width: 100%;
  min-height: 150px;
  max-height: 230px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: #000;
  text-shadow: 2px 2px 5px #000000;/*文字陰影*/
}
.snip1374 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
 -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1374 h2{
  font-family: 'Noto Sans TC', sans-serif;
  text-transform: uppercase;/*文字大寫*/
  color:#ffffff;/*文字顏色*/
  font-size: 1.6rem;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  line-height: 1.5;/*文字行距*/
  letter-spacing: 2px;　/* 設定文字間距 */
}
.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  height: 250px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 768px){ 
  .snip1374 img {
    width: 100%;
    height: 180px;
}}
.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;
}
  
  /*圖文特效按鈕-標題在上+內文滑入PART2*/
.snip1375 {
  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;/*文字陰影*/
}
.snip1375 figcaption {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  padding: 20px;
 -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1375 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;
}
.snip1375 h2::after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 20%;
    height: 2px;
    background: #fff;
}
.snip1375 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);
}
.snip1375:hover img,
.snip1375.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.2;
}
.snip1375 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1375 p {
  position: relative;
  color: #fff;
  font-size: 1em;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.snip1375:hover p,
.snip1375.hover p {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}
.snip1375 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
  /*圖文特效按鈕-標題在上+內文滑入PART3*/
.snip1376 {
  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;/*文字陰影*/
}
.snip1376 figcaption {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  padding: 20px;
 -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1376 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;
}
.snip1376 h2::after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 20%;
    height: 2px;
    background: #fff;
}
.snip1376 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  height: 550px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.snip1376:hover img,
.snip1376.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.2;
}
.snip1376 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1376 p {
  position: relative;
  color: #fff;
  font-size: 1em;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.snip1376:hover p,
.snip1376.hover p {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}
.snip1376 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

  /*圖文特效按鈕-標題在上+內文滑入PART4*/
.snip1377 {
  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;/*文字陰影*/
}
.snip1377 figcaption {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  padding: 20px;
 -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1377 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;
}
.snip1377 h2::after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 20%;
    height: 2px;
    background: #fff;
}
.snip1377 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);
}
.snip1377:hover img,
.snip1377.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.2;
}
.snip1377 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1377 p {
  position: relative;
  color: #fff;
  font-size: 1em;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.snip1377:hover p,
.snip1377.hover p {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}
.snip1377 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

body{
}
.h1title{
  color:#333;
}
.bg02{
  border-bottom-style:dashed;
  border-width:1px; 
  border-color:#fff;
}
.bg03{
  border-bottom-style:solid;
  border-width:1px; 
  border-color:#6b6b6b;
  color:#6b6b6b;
}
ul.product-list li a {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
  padding-bottom: 16px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: rgba(0,0,0,0.05);
  transition-property: color, box-shadow;
}


#bodyinhome .fcol.fcol-1 .container{
  width:100%;
background-color:#f5f5f5;

}

#bodyinhome .fcol.fcol-2 .container{
  width:100%;
}
#bodyinhome .fcol.fcol-2{
  background-color:#334987;
}
#bodyinhome .fcol.fcol-3 .container{
}
#bodyinhome .fcol.fcol-3{
  background-color:;
}
#bodyinhome .fcol.fcol-5 .container{
  width:100%;
  padding:0px;
}
#bodyinhome .fcol.fcol-5{
 background-color:#f7ce42;
}
#bodyinhome .fcol.fcol-4{
 display:none;
}
#bodyinhome .fcol.fcol-6{
background-color:#334987;
}/*拉寬編輯欄設定*/

body.about-us .fcol.fcol-3 .container {
background-color:#f7ce42;
  width:100%;
  padding:0px;
}/*拉寬編輯欄設定*/

.font_s{
  font-family: 'Noto Serif TC', serif;
}
/* 首頁與內頁共用 */
.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(650 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(650 / 1920 * 100%); /* 內頁 banner 大小 */
}


#header .topnavbar .container {
  padding-left: 20px;
  padding-right: 20px;

}
.container {
  margin-right: auto;
  margin-left: auto;
}
.topnavbar .container {
  text-align: justify;
  font-size: 0;
    padding:0px;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding:0px;
}




body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px){
.topnavbar {
  height: 100px;
}


@media only screen and (min-width: 768px){
.topnavbar {
  background-color:rgba(26,41,48,0.9);
}}

@media only screen and (min-width: 768px){
.topnavbar {

  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
}}
  
  #nav ul li a {
    color: #fff;
    font-size:15px;
    padding: 10px;
    line-height: 1.3;
    transition: .3s;
    font-family:"微軟正黑體";
    font-weight:bold;
  letter-spacing:1px;
}
#nav ul li a:hover {
    color: #fff;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
    font-weight: bold;
    font-weight: 600;
}
#nav .subnav {
    background-color: #333;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}

/*服務流程箭頭*/
#Process::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9"; /*向右箭頭*/
  position: relative;
  bottom: 50%;
  left: 55%;
  font-size: 20px;
  font-weight: 700;
} 
@media only screen and (max-width: 760px){
#Process::after {
  content: "\f0ab"; /*向下箭頭*/
  position: relative;
  bottom: 0;
  top:10%;
  left: 0;
}}
  
