/*fb icon*/
.phone{position:fixed;right:1%;top:15%;z-index:1000}
/*phone icon*/
/*.line{position:fixed;right:1%;top:30%;z-index:1000}*/

@media only screen and (min-width: 768px){
.pc_01 {margin-left: -100px; margin-top: 0px; }
.bg_01 {background-color: #fff; border-radius: 30px;  height: 60px; margin-top: 40px;}
}

@media only screen and (max-width: 768px){ 
.bg_01 {background-color: #fff; border-radius: 30px;  margin-top: 40px; padding:10px;}
}

.design3 img{

   background-color: #F0F0F0;
	padding: 4px;
	border: 1px solid #D5D5D5;
}

.design2 img{

   background-color: #F0F0F0;
	padding: 4px;
	border: 1px solid #D5D5D5;
  border-radius: 20px;
}

.design2 img:hover{

   background-color: #4b8286;
	padding: 4px;
	border: 1px solid #8eb4b7;
  border-radius: 20px;
  opacity: 0.8;
}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}

.fcol.fcol-4 {
    background-color: #F0F0F0;
}

/*圖片遮罩方式黑色或淡化*/
@media only screen and (min-width: 768px){
body.about-us .fcol.fcol-2 { 
  width: 100%;
   background: url(https://static.iyp.tw/40325/files/0ab63005-530e-4663-828c-184c2452b5b7.png)no-repeat center bottom;/*底圖*/
}}


@media only screen and (max-width: 768px){
body.about-us .fcol.fcol-2 { 
  background-color: #fef7e5;
}}

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤間距*/
}}


#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #090909;
    padding: 16px;
    line-height: 1.3;
    transition: .3s;
}
#nav ul li a:hover {

    color: #090909;
   background-color: #78ddc9;
  border-radius: 4px 10px 4px 10px;

}
#nav ul li.current a {
    color: #555;
  background-color: #78ddc9;
  border-radius: 4px 10px 4px 10px;
 } 

h1, h2, 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: #fbfbfb;
    background-color: #34b79d;
 
}
#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;
}

/*服務申請流程箭頭*/
#Process-bg {
    border-radius: 15px;
    background-color:#fff;
    padding: 15px;
    margin: 0 1rem;
    height: 50%;
}
#Process::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9"; /*向右箭頭*/
  position: relative;
  bottom: 30%;
  left: 53%;
  font-size: 20px;
  font-weight: 700;
} 
@media only screen and (max-width: 760px){
#Process::after {
  content: "\f0ab"; /*向下箭頭*/
  position: relative;
  bottom: -10px;
  top:2.5%;
  left: 0;
}}
