@charset "utf-8";

/*===========SEO麵包削============*/
.breadcrumb{
    margin: 15px;
    background-color: transparent;
}
.breadcrumb ul li{
    display: inline;
    color: #ffffff;
    font-size: 16px;
}
.breadcrumb ul li:after{
    content: ">";
}
.breadcrumb ul li:first-child:after{
    content: "";
}
.breadcrumb ul li:last-child:after{
    content: "";
}
.breadcrumb ul li a{
    color: #ffffff;
}

.img-responsive{
    display: block;
    margin: 0 auto;
    max-width: 100%; 
    height: auto;
}

body{
	margin:0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif,"微軟正黑體";
	font-size: 16px;
	background-color:#81d1f4;
	overflow-y: scroll;
  background: url(../images/repeatBG.jpg) top center repeat-y;
  background-size: 100%;
  background-attachment: fixed;
  vertical-align: top;
  box-sizing: border-box;
}

/*-----------top-banner----------*/
.topbanner{
	width:100%;
	max-width: 1600px;
	height: auto;	
	margin :0 auto;	
}
#mview img{
	display:block;
	width:100%;
	max-width: 1600px;
	margin :0 auto;
}
#port{
	overflow: hidden;
}




/*-----------desktop-menu----------*/
.menu_d {
    width: 100%;
    height: 120px;
    position: relative;
    z-index: 22; 
}
.nav0 {
    width: 100%;
    position: absolute;
    top: 0px;
    margin: 0 auto;  
}
.stuck {
    position: fixed;
    z-index: 996;
    top: 0px;
    margin: 0 auto;
    background-color: #65c3ef;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.5);
}/*menu_d fixed scroll*/
ul.menu{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	padding-top: 20px;
	padding-bottom:20px; 
}
ul.menu li{
	display: block;	
}
ul.menu li a{	
    text-decoration: none;
    color: #0065b5;
    text-align: center;
    padding: 14px 35px;
    font-size: 2.2em;
    line-height: 1.5;
    background-color: #ffffff;
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 0.8em;
    margin:0 20px;
    border:4px solid #b1e5fa; 
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.hvr-float-shadow-none {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}


/*-----------GO top-----------*/
.scroll2top:link,
.scroll2top:visited{
	background:url(../images/top.png) no-repeat 0 0;  
	width:80px; 
	height:110px; 
	margin-left: 0;
  right: 30%;
}
.scroll2top:hover{
	background:url(../images/top.png) no-repeat 0 -110px;
	-webkit-animation: icon-up 0.75s ease-out;
	-moz-animation: icon-up 0.75s ease-out;
	-o-animation: icon-up 0.75s ease-out;
	animation: icon-up 0.75s ease-out;
	
}
@keyframes icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/*-----------內容區-----------*/
.section-layout{
	display: block;
	background-color: #ffffff;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	border:4px solid #b1e5fa;
	padding:30px 20px;
	margin-bottom: 50px;
}

.title-box h1{
	text-indent: -9999px;
	display: block;
  width: 100%;
	max-width: 470px;
	height: 143px;
	margin: 0 auto;	
	background-size:100% auto; 
}
.title-1{
	background: url(../images/title-1.jpg) no-repeat 0 0;
}
.title-2{
	background: url(../images/title-2.jpg) no-repeat 0 0;
}
.title-3{
	background: url(../images/title-3.jpg) no-repeat 0 0;
}
.title-4{
	background: url(../images/title-4.jpg) no-repeat 0 0;
}
.title-5{
	background: url(../images/title-5.jpg) no-repeat 0 0;
}
.title-6{
  background: url(../images/title-6.jpg) no-repeat 0 0;
}
.title-7{
  background: url(../images/title-7.jpg) no-repeat 0 0;
}
.intro p{
  font-size: 1.1em;
  line-height: 1.5;
}
p.intro-txt{
	font-size: 1.2em;
	color: #0065b5;
	margin-top: 30px;
	margin-left: 50px;
  line-height: 1.8;
}
.intro-title{
	display: block;
	font-size: 1.4em;
  font-weight: bold;
	color: #0065b5;
	margin: 15px auto 10px;
  line-height: 24px;
}
.intro .row{
	margin-bottom: 30px;
}

.addIntroImgBox{
    overflow: hidden;/*活屬滑過圖放大超出範圍隱藏*/
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}/*------從JS新增imgBox在<img>外面一層的<div>------*/
/*-------設定滑鼠滑過圖片動態效果-----*/
.intro img{
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
.intro .col-md-4 img{
  transform: scale(1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-filter:brightness(85%);    
  filter: brightness(85%);
}
.intro .col-md-4 img:hover {
    transform: scale(1.1);
    -webkit-filter:brightness(100%);    
    filter: brightness(100%);
}

/*----C26模組----*/
.inlineBlockSpacing {
  letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
  *letter-spacing: normal; /* reset IE < 8 */
  *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */    
}

.group-type-ph { 
  letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
  *letter-spacing: normal; /* reset IE < 8 */
  *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */ 
}

.group-type-ph .ph { display: block; width: 100%; padding: 0px 20px 15px 20px; margin-bottom:15px; 
 letter-spacing: normal; background: #fff; transition: .5s; border-bottom: 1px dotted #ccc;}
.group-type-ph .ph:hover { transform: scale(0.97);}
.group-type-ph .addPhBox2{ overflow: hidden;}
.group-type-ph .addPhBox2 > div { display: block; float: left; letter-spacing: normal;}
.group-type-ph .addPhBox2 > div:nth-child(1){width: 32%;}
.group-type-ph .addPhBox2 > div:nth-child(2){width: 68%;}
.group-type-ph .addPhBox2 img { width: 100%;}

.addPhBox2 .addText { position: relative; padding-left:15px; text-align: left; height: 100%;}
.addText .ph-title { font: bold 25px/1.5em "arial","微軟正黑體"; color: #000;}
.addText .ph-detail { font: 20px/1.5em "arial","微軟正黑體"; color: #000;}
.addText .price { position: absolute; bottom: 0; right: 0; font: bold 18px/2.2em "arial","微軟正黑體"; color: #ff305c;
letter-spacing: -2px; vertical-align: bottom;}
.addText .price span {font: bold 35px/1.4em "arial","微軟正黑體";}
.ph .ph-feature { padding: 5px 0; font: 20px/1.4em "arial","微軟正黑體"; color: #000; text-align: left; color: #ff305c;}
.addImg{
    overflow: hidden; 
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}/*圖放大超過的範圍隱藏*/
.addImg .ph-img img {
    transform: scale(1);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.addImg .ph-img:hover img {
    transform: scale(1.1);
}
.container{scroll-behavior: smooth;}
#product > h4{font-size: 20px;display: block;margin:5px auto; text-align: center; color:#0065b5;line-height: 30px;}
ul.productMenu{display: block;text-align: center; margin:auto;}
ul.productMenu > li{display: inline-block; cursor: pointer; font-size: 16px; padding:10px 20px; background-color: #65c3ef;border-radius: 10px; margin:10px;color: #fff;transition: .5s;}
ul.productMenu > li:hover{background-color:#0065b5;}

@media screen and (min-width: 769px){
  #product > h4{font-size: 18px;display: block;margin:20px auto; text-align: center; background-color:#0065b5;line-height: 40px;color:#fff; border-radius: 10px;}
}