@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body{
  background: url('/images/pc/bg/bg.png') repeat center center fixed transparent;
  background-size: cover;
  /*font-family: Microsoft JhengHei,"微軟正黑體",Arial, Verdana, Helvetica, sans-serif !important;
  */
  font-family: 'Noto Sans TC' !important;
  font-size: 16px;
  color: #666;
}

/* share btn */
.web_share{
  display:none;
}

.header{
  position: fixed;
  background: rgba(241,227,211,0.9);
  width: 100%;
  z-index: 10;
}

[box_id="20"] > .cell_v > a{
  width: 100%;
  text-align: center;
}

[box_id="20"] > .cell_v > a > img{
  width: 100%;
}

.main{
  padding-top: 130px;
}

[box_id="46"],
[box_id="24"]{
  height: auto !important;
  padding: 25px;
}

[box_id="46"] > .cell_v{
  display: flex;
  flex-wrap: wrap;
}

#service{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
}

.service_cell{
  width: 24%;
  text-decoration: none;
  outline: none;   
  z-index: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;   
}

.service_cell img{
  width: 100%;
  height: 100%;
}

.service_name{
  padding: 10px 0;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service_cell:hover{ 
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); 
}

[box_id="37"] > .cell_v{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color:#000;
}

[box_id="38"] > .cell_v{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

[box_id="39"] > .cell_v{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #710f0f;
}

[box_id="39"] > .cell_v > a{
  position: relative;
  color: #710f0f;
  overflow: hidden;
  text-decoration: none;
  outline: none; 
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;   
}

[box_id="39"] > .cell_v > a:after{
  content: '';
  position: absolute;
  background: #710f0f;
  width: 100px;
  height: 2px;
  left: -100px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;  
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;   
}

[box_id="39"] > .cell_v > a:hover:after{
  left: 0;
  opacity: 1;
  visibility: visible;
}

.footer{
  border-top: 1px solid #deb490;
}

[box_id="48"]{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

[box_id="49"],
[box_id="50"],
[box_id="51"]{
  width: 32% !important;
  color: #333;
  padding: 10px;
}

[box_id="53"] > .cell_v > a{
  color: #333;
}

[box_id="47"] > .cell_v{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  border-top: 1px solid #deb490;
}