/*======================================================================== 
	Author: Shanny
  ========================================================================*/

@media screen, projection{
/*======================================================================== 
	Global
  ========================================================================*/
html{ width:100%; height:100%; background: #517599;}
body {
  width: 100%; height: 100%; margin: 0;
  font-family: 'Helvetica', '微軟正黑體', Verdana, 'Times New Roman', Times, Georgia, '新細明體', PMingLiU, NSimSun, serif;
  font-size: 13px; line-height: 160%; color: #666; text-decoration: none; 
  display: flex; /*使物件依序排列*/
  flex-direction: column; /*使物件垂直排列*/
  background: linear-gradient(to bottom,  rgba(215,237,247,1) 0%,rgba(96,140,177,1) 100%);

}
@media screen and (max-width: 768px){
  body{ background-size: 800px auto;}
}

a:link    { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover   { text-decoration: none;}
a:active  { text-decoration: none;}

a.logo{ width: 90%; max-width: 900px; display: inline-block;}

#wrapper{ flex-grow: 1; background-repeat: no-repeat;
  background-image: url(../images/bg_m.png); background-position: top center;}
@media screen and (min-width: 800px) {
  #wrapper{ background-image: url(../images/bg.png); background-position: top 100px center;}
}

.container{ width: 100%; max-width: 1300px; margin: 0 auto; padding: 15px; box-sizing: border-box;}

.titleBar img,.titleBar2 img{ width: 90%; max-height: 50px;}
.titleBar2 img{ max-height: 45px;}
.advantage { width: 100%; max-width: 930px; margin: 30px auto 0 auto; padding: 10px 25px 10px 10px; box-sizing: border-box;}

.radius { min-height: 40px; padding: 15px 20px 10px 20px;
  background: #fff; border-radius: 10px;
  flex-direction: column; display: flex; align-items: center; justify-content: center;
  color: #313131; font-size: 18px; text-align: center; font-weight: bolder; line-height: 125%;}
.radius img { max-width: 122px; min-width: 66px;}
.radius span { margin-top: 20px;}

@media screen and (max-width: 767px) {
  .advantage { padding: 10px 0;}
  .radius { padding: 15px 5px 10px 5px; font-size: 15px;}
  .radius img { max-width: 80px;}
}

.productsPic{ margin: 50px 0; text-align: center;}

/* Table */
.uk-table{ border-bottom: 1px solid #ccc;
  background: linear-gradient(to right,  rgba(112,161,244,1) 0%,rgba(216,185,194,1) 50%,rgba(124,124,218,1) 100%);}
.theTable{ margin: 0 auto 40px auto; text-align: center;}
.theTable th{ padding: 20px 10px 15px 10px; position: relative; color: #000; text-align: center; font-size: 22px;}
.theTable th::before{ content: ""; width: 1px; height: 24px; margin-top: -12px; position: absolute; top: 50%; left: 0; background: rgba(0,0,0,0.5);}
.theTable th:first-child::before{ content: none;}
.theTable td{ padding: 12px 10px 10px 10px; border-right: 1px solid #ccc; border-left: 1px solid #ccc;
  vertical-align: middle; font-size: 18px; line-height: 110%; color: #333; background: #fff;}
.theTable .mark{ font-size: 20px; line-height: 130%; display: inline-block;
  background-image: linear-gradient(to right, rgba(112,161,244,1) 0%,rgba(216,185,194,1) 50%,rgba(124,124,218,1) 100%); 
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 960px){
  .theTable th{ padding: 13px 10px 10px 10px;}
  .theTable th,.theTable td{ font-size: 18px;}
  .theTable td span{ font-size: 16px;}
}

.configuration span{ margin-top: 10px; padding-bottom: 10px; display: block;}

.configuration{ font-size: 18px; text-align: center;}
.configuration > div{ padding: 0 25px;}
.configuration img{ width: auto; height: 150px;}

footer{ padding: 0 0 30px 0; margin-top: -30px;}
/* 專案說明 */
.illustrate{ max-width: 1200px; margin: 0 auto; padding-right: 15px;}
.illustrate h4{ font-size: 18px; color: #fff;}
.illustrate li{ margin: 8px 0; list-style: decimal; font-size: 15px; color: #fff;}

/* 金峰獎 */
.Jinfeng{ position: relative;}
.Jinfeng > img{ width: auto; height: 170px; position: absolute; bottom: 5px; left: 35px;}
.Jinfeng > div{ min-height: 60px; padding: 15px; margin-top: 10px; margin-bottom: 25px !important; box-sizing: border-box; font-size: 15px;
  background: #fff; border: solid 1px #c4d0e3; border-radius: 8px;}
@media screen and (min-width: 640px) and (max-width: 959px){
  .Jinfeng > div{ min-height: 130px; text-align: center;}
}
.Jinfeng >div > div{ width: calc(100% - 95px); margin-left: 95px;}
.Jinfeng h5,.Jinfeng p{ margin: 0;}
.Jinfeng h5 span{ padding: 0 20px; margin-bottom: 10px; display: inline-block; position: relative; color: #4e6689; font-size: 20px; font-weight: bolder;}
.Jinfeng h5 span::before,.Jinfeng h5 span::after{ content: ""; width: 13px; height: 28px; display: block;
  position: absolute; top: 1px;
  background-image: url(../images/tassel.svg); background-size: contain;}
.Jinfeng h5 span::before{ left: 0;}
.Jinfeng h5 span::after{ right: 0; -moz-transform:scaleX(-1); -webkit-transform:scaleX(-1); -o-transform:scaleX(-1); transform:scaleX(-1);}

@media only screen and (max-width: 960px){
  footer{ padding-bottom: 70px;}
}
@media only screen and (max-width: 639px){
  footer{ padding-bottom: 130px;}
}

/*======================================================================== 
	QuickLink
  ========================================================================*/
.quickLink{ width: 63px; margin-top: -269px; position: fixed; top: 50%; right: 15px; z-index: 5;}
.quickLink > div{ border-radius: 31px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);}
.quickLink_m{ padding: 10px; background: #fff;
  position: fixed; bottom: 0; left: 0; z-index: 5;
-webkit-box-shadow: 0 -5px 5px 0 rgba(0,0,0,0.15);
box-shadow: 0 -5px 5px 0 rgba(0,0,0,0.15);
}
.quickLink_m a{ text-align: center;}


} /*重要不可刪除!*/