/*===========全國據點================*/
#neiladdress_block #boxunit a {
    color: inherit;
}


#neiladdress_block #boxunit {
    position: relative;
    width: 100%;
    border: 1px solid #ffffff;
    font-size: 110%;
    padding: 10px 0px;
    margin: 0px 0px 18px 0px;
}


#neiladdress_block .addressbox01 #boxunit::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    top: -1px;
    right: 0px;
    z-index: 10;
    background: #231815 url(../../img/frame/) no-repeat left top;
}

#neiladdress_block .addressbox02 #boxunit::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    top: -1px;
    left: 0px;
    z-index: 10;
    background: #231815 url(../../img/frame/) no-repeat left top;
}

#neiladdress_block #boxunit a:hover {
    color: #FFFF00;
}


/*==========滑動圖片==============*/
#picturemoveimg{
  display: block;
  position: relative;
  height: 63px;
  width: 95%;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
}



#picturemoveimg img {
  min-height: 60px;
}


#picturemove_block {
    position: relative;
    margin: 0px 0px 10px 0px;
    left: 0px;
}




/*=========關於我們============*/
#neilaboutusboxblock {
    position: relative;
    height: 100%;
    margin: 25px 10px 20px 10px;
}

#construct19{
    position: relative;
    background: url(../../img/blocks/) no-repeat left top;
    padding: 0px 8px 0px 8px;
    font-size: 125%;
    line-height: 160%;
    color: inherit;
}


/*=========中間配置===========*/
#side1 #neilaboutusboxblock  .col-md-4 {
  max-width: 45.5%;
  min-width: 45.5%;
}

#side1 #neilaboutusboxblock  .col-md-8 {
  max-width: 54.5%;
  min-width: 54.5%;
}

#rdivtrue #side1 #neilaboutusboxblock  #informationblock,
#ldivtrue #side1 #neilaboutusboxblock  #informationblock {
  position: relative;
  font-size: 110%;
  line-height: 165%;
}



#side1 #neilaboutusboxblock  #aboutimgdiv {
    position: relative;
    width: inherit;
    border-radius: 0px;
     height: auto; 
    overflow: hidden;
    border: 1px solid #797979;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background: #fffeea url(../../img/unit/) no-repeat left top;
    padding: 12px;
}


#rdivtrue #side1 #neilaboutusboxblock  #informationblock, #ldivtrue #side1 #neilaboutusboxblock  #informationblock {
    position: relative;
    font-size: 110%;
	font-family: Noto Sans TC !important;  
	line-height: 200%;
	
}





#informationblock h4{
	text-align: center;
	color: #e60012;
	font-size: 130%;
		letter-spacing: 0.15em;
}
#informationblock h5{
	text-align: center;
	color: #0c779d;
	font-size: 120%;
		letter-spacing: 0.15em;
}

#informationblock p{
	font-family: Microsoft JhengHei, Lucida Grande, Verdana, sans-serif;
}

#informationblock  strong{
color: #e60012;
	font-size: 120%;
}



/*=========數字廣告=============*/
#neildgblock .dg_block #side_t_box {
    color: #343434;
    min-height: 35px;
    overflow: hidden;
    line-height: 180%;
    font-size: 110%;
}


#neildgblock .dg_block #before_t_box {
    position: relative;
    color: #000000;
    font-size: 140%;
    font-family: Noto Sans TC;
    height: 45px;
    overflow: hidden;
    line-height: 180%;
}

#neildgblock .dg_block .numscroller {
    color: #e11334;
    font-size: 210%;
}

#neildgblock .dg_block::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 45px;
    right: 0px;
    width: 1px;
    height: 50%;
    background: #999999 url(../../img/frame/) repeat-x left top;
}

/*=========左區塊按鈕=============*/
.buttonimg .buttonimgbox img {
    display: block;
    width: inherit;
    height: inherit;
    border-radius: 0px;
    transition: all .55s ease .1s;
    background: url(../../img/frame/) no-repeat left top;
}


.buttonimg .buttonimgbox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .45s ease .1s;
    margin: 0px 0px 25px 0px;
    border:  1px solid #3d3d3d;
    border-radius: 10px;
    padding: 0px;
   transform: rotate(0deg); 

}


.buttonimg .buttonimgbox:hover {
transform: rotate(-8deg);
box-shadow:3px 3px 9px 1px #9F9F9F; /*水平深度 垂直深度 模糊圓角 擴散*/
    border:  1px solid #E60012;
}

.buttonimg .buttonimgbox img:hover {
  transform: none; 
}
