.home_ad {
      text-align: center;
}

.mask-bg1 {
	background:rgba(255,255,255,0.7);
	position:fixed;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	z-index:9999;
	display:block;
}

/*----------電腦----------*/
@media screen and (min-width: 1601px) {
#home_ad {
      max-width: 50vw;
      position: fixed;
      z-index: 99999;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}

.adclose-btn {
      font-size: 7vw;
      color: #EA641D;
      cursor:pointer;
      position: fixed;
      z-index: 999999;
      top: 15%;
      left: 72%;
      transform: translate(-50%, -50%);
}
}

/*----------筆電----------*/
@media screen and (min-width: 1201px) and (max-width: 1600px) {
#home_ad {
      max-width: 50vw;
      position: fixed;
      z-index: 99999;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}

.adclose-btn {
      font-size: 7vw;
      color: #EA641D;
      cursor:pointer;
      position: fixed;
      z-index: 999999;
      top: 15%;
      left: 72%;
      transform: translate(-50%, -50%);
}
}

/*----------手機----------*/
@media screen and (max-width: 1200px){
#home_ad {
      max-width: 90vw;
      position: fixed;
      z-index: 99999;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}

.adclose-btn {
      font-size: 15vw;
      color: #EA641D;
      cursor:pointer;
      position: fixed;
      z-index: 999999;
      top: 10%;
      left: 90%;
      transform: translate(-50%, -50%);
}
}