.line2{position:fixed;right:0%;top:40%;z-index:1000}
/*phone icon*/
.phone{position:fixed;right:0%;top:30%;z-index:1000}
/*line-1 icon*/
.add{position:fixed;right:0%;top:20%;z-index:1000}
/*line-1 icon*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

.h1title {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  font-size: 2rem;
  font-weight: normal;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.frame img {
	height: 150px;
	width: 200px;
	background-color: #F0F0F0; /*背景顏色*/ 
	padding: 4px; /*物件內的間距*/
	border: 1px solid #D5D5D5; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
}

.box {
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
    -webkit-box-shadow: 3px 3px #eee;
	-moz-box-shadow: 3px 3px #eee;
	box-shadow: 3px 3px #eee;
    font-size:15px;
    height:300px;
    line-height:32px;
}
.box_in {
	background-color: #fff;
	border: 3px solid #ccc;
	text-align: center;
    font-size:15px;
}
body {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:left top;
    background-image: url(https://static.iyp.tw/40369/files/e63d9a6b-18bc-4b42-b539-5bbe404ca1d2.jpg);
    background-color: #ffffff;
}
.topnavbar {
    background-image: url(https://static.iyp.tw/42756/files/9115f5a4-3020-424c-a0f1-91e6f20bd054.jpg); 
    background-position:center top;
    height:100px;
    padding:0px;
}}

@media (min-width: 1200px){body[data-type="fullpage"] .topnavbar .container {width: 100%;}}

.topnavbar .container {
  text-align: left;
}

.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(700 / 1920 * 100%); /* 首頁 banner 大小 */
}
/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(500 / 1920 * 100%); /* 內頁 banner 大小 */
}

/* 首頁下方 */

#bodyinhome .fcol-2 {
    background: #444 url(https://static.iyp.tw/42756/files/c6b18219-5d2a-4c6a-9f23-ad07958819c9.jpg)no-repeat center;
    background-attachment: fixed;
}
#bodyinhome .fcol.fcol-4 {
    background-color:#0d244f;
}

#bodyinhome .fcol-3,#bodyinhome .fcol-5 {
display:none;
}
#bodyinhome .fcol-6 {   
    background:url()no-repeat center;
    background-attachment: fixed;
}


#bodyinhome #footer {margin-top: -40px;}

#bodyinpage .fcol-header .container {
    border-radius: 15px 15px 0px 0px;/*內頁編修區底色圓角*/
}
#bodyinpage .fcol .container {
    padding: 16px;
    background: rgba(253, 253, 253, 0.56); /*內頁編修區底色半透明*/
}



#nav .subnav {
    background-color: #000;/*次頁籤底色*/
}
#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    font-family:"微軟正黑體";
    font-weight:bold;
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 10px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
    FONT-SIZE: 95%;
}

#nav ul li a:hover {
    color: #ffe400;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #ffe400;/*頁籤按下後文字顏色*/
 } 

h3 {
    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;
}


.menu [class^="col-"] img:hover {
  opacity:0.55;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 50%;
  border: 1px #dddddd solid;
  padding:6px;
  background-color:#fff;
  width: 90% ;
}

#frame img {
	height: 190px;
	width: 270px;
	background-color: #F0F0F0; /*背景顏色*/ 
	padding: 0px; /*物件內的間距*/
	border: 1px solid #D5D5D5; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
}



button1 {
    margin: 20px;
}
.btn-1 {
    border: 2px solid #939393;
    color: #939393;
}
.btn-1:hover{
    background-color: #939393; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    padding: 10px 35px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}



#line {
	border-bottom-width: 1px;/*分隔線粗細*/
	border-bottom-style: solid;/*分隔線樣式(solid實線;dashed虛線;double雙線)*/
	border-bottom-color: #fff;/*分隔線顏色*/
    margin: 0.5em auto 0.5em;/*間距*/
}/*分隔線*/

#ser-line {
    background: #888;/*分隔線顏色*/
    width: 100px;/*分隔線長度*/
    height: 5px;/*分隔線高度*/
    display: block;
    margin: 1em auto 2em;/*間距*/
}

/*內頁表格圓角*/
.border1 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  width: 100%;
  background-color: #9e9e9e;
}
.border2 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0px;
  text-align: center;
  width: 100%;
  background-color: #9e9e9e;
}

/*圖文特效按鈕*/
figure.snip1191 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 400px;
  width: 100%;
  background: #000000;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1191 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip1191 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%; /*寬度*/
  height: 240px; /*高度*/
  vertical-align: top;
  background: #fff;
}

figure.snip1191 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

figure.snip1191 h3 {
  position: absolute;
  top: 0;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 1.2em;
  margin: 0;
  left: 0;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
}

figure.snip1191 h3:before {
  position: absolute;
  left: 100%;
  border-style: solid;
  border-width: 44px 12px 0 0;
  border-color: #000000 transparent transparent;
  content: '';
  top: 0;
}

figure.snip1191 span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background-color: #000000;
  padding: 10px;
  margin-right: -1px;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
}

figure.snip1191 span:before {
  position: absolute;
  right: 100%;
  border-style: solid;
  border-width: 0 0 40px 12px;
  border-color: transparent transparent #000000;
  content: '';
  top: 0;
}

figure.snip1191 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1191.blue {
  background-color: #2472a4;
}

figure.snip1191.blue h3,
figure.snip1191.blue span {
  background-color: #2472a4;
}

figure.snip1191.blue span:before {
  border-color: transparent transparent #2472a4;
}

figure.snip1191.blue h3:before {
  border-color: #2472a4 transparent transparent;
}

figure.snip1191:hover img,
figure.snip1191.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1191:hover span,
figure.snip1191.hover span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}