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

body{
  background: #e4e5e7;
  font-family: 'Noto Sans TC' !important;
  font-size: 16px;
}

.wrapper{
  padding-top: 151px;
}

.header{
  background: rgba(228, 229, 231, 0.95);
  position: fixed;
  top: 0;
  z-index: 10;
}

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

[box_id="9"]{
  margin-bottom: 45px;
}

/* product */
[box_id="13"]{
  margin-bottom: 45px;
}

[box_id="25"] .cell_v{
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0;
}

[box_id="26"]{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

[box_id="27"],
[box_id="28"],
[box_id="29"],
[box_id="30"]{
  width: 23.5% !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


[box_id="27"]:hover,
[box_id="28"]:hover,
[box_id="29"]:hover,
[box_id="30"]:hover{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  z-index:1;
}

[box_id="63"] .cell_v,
[box_id="63"] .cell_v a,
[box_id="63"] .cell_v a img,
[box_id="65"] .cell_v,
[box_id="65"] .cell_v a,
[box_id="65"] .cell_v a img,
[box_id="67"] .cell_v,
[box_id="67"] .cell_v a,
[box_id="67"] .cell_v a img,
[box_id="69"] .cell_v,
[box_id="69"] .cell_v a,
[box_id="69"] .cell_v a img{
  width: 100% !important;
  height: 100% !important;
}

[box_id="64"] .cell_v a,
[box_id="66"] .cell_v a,
[box_id="68"] .cell_v a,
[box_id="70"] .cell_v a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
}

/* product end */

/* shortcut link */
[box_id="12"],
[box_id="14"],
[box_id="23"]{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


[box_id="39"],
[box_id="40"]{
  width: 50% !important;
  overflow: hidden;
}

[box_id="41"],
[box_id="43"]{
  height: 100% !important;
  padding: 0 !important;
  overflow: hidden;
}

[box_id="41"] .cell_v a,
[box_id="41"] .cell_v a img,
[box_id="43"] .cell_v a,
[box_id="43"] .cell_v a img{
  width: 100% !important;
  height: 100% !important;
}

[box_id="42"],
[box_id="44"]{
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  color: #fff;
  padding: 3%;
  font-size: 24px;
  font-weight: 500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

[box_id="42"] .cell_v,
[box_id="44"] .cell_v{
  display: flex;
  align-items: center;
  justify-content: center;
}

[box_id="42"] .cell_v a,
[box_id="44"] .cell_v a{  
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  outline: none;
}


[box_id="42"] .cell_v a::before,
[box_id="44"] .cell_v a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0,0,0,0.75);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[box_id="42"] .cell_v a:hover::before,
[box_id="44"] .cell_v a:hover::before {
  opacity: 0 ;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);  
}

[box_id="42"] .cell_v a::before{
  content:"新品餐飲設備";
}

[box_id="44"] .cell_v a::before{
  content:"二手餐飲設備";
}

[box_id="42"] .cell_v a::after,
[box_id="44"] .cell_v a::after {
  font-family: 'FontAwesome','Font Awesome 5 Free';
  content: "\f00e";
  position: absolute;
  background: rgba(0,0,0,0.4);
  border: 4px solid rgba(0,0,0,0.75);
  font-size: 45px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);  
}

[box_id="42"] .cell_v a:hover::after,
[box_id="44"] .cell_v a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* shortcut link end */

/* news */
[box_id="21"],
[box_id="22"]{
  width: 50% !important;
}

[box_id="45"] .cell_v,
[box_id="47"] .cell_v{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

[box_id="46"] .cell_v table tr{
  border: none !important;
}

.attr_news .date,
.attr_news td{
  font-size: 16px;
}

.word_overflow{
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

/*line*/
[box_id="50"]{
  display: none;
}

[box_id="49"]{
  display: flex;
  align-items: center;
}

[box_id="51"] .cell_v,
[box_id="52"] .cell_v{
  justify-content: end !important;
} 

/* news end */

/* footer */
.footer{
  color: #fff; 
}

[box_id="55"], 
[box_id="56"], 
[box_id="57"] {
    width: 33.333% !important;
    padding: 0 10px;
}

[box_id="58"] .cell_v,
[box_id="60"] .cell_v{
  display: flex;
  align-items: center;
  font-size: 20px;
}

[box_id="61"] a{
  text-decoration: none;
  outline: none;
}

/*map*/
[box_id="57"] .cell_v{
  display: flex;
  align-items: center;
  width: 100%;
}

/*copyright*/
[box_id="24"] .cell_v{
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
}
/* footer end */

/* inside page common */
.page,
#content,
.content{
  background: transparent !important;
}

.web_share{
  display: none;
}

.contact-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-content .left-content,
.contact-content .right-content{
  width: 48.5%;
}

.custom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.custom .custom-l,
.custom .custom-r{
  width: 48.5%;
  height: 100% !important;
}

.custom .custom-l img{
  width: 64%;
  height: 100% !important;
}

[box_id="62"]{
  padding: 0 !important;
}
/* inside page common */