﻿/*Promotions廣告頁*/
.ad_Set {
	position: relative;
    width: 100%;
	height: auto;
	margin: 10px auto 0;
}
.cm_pic {
	width: 908px;
	height: 161px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto 10px;
}
.show_off {
	display: none;
	width: 1106px;
    text-align: left;
    margin: 0 auto;
}
.ad_post {
	margin-bottom: -4px;
}
.info_attention {
	margin-bottom: 10px;
}
.info_attention img {
	border: 3px solid #DEB06C;
	border-radius: 6px;
}
/*遮罩*/
.overtime {
    position: absolute;
    top: 0;
    right: 26.1%;
    z-index: 14;
}
.overtime_img {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    border: none;
    cursor: initial;
}

/*********  以下為 各不同寬度螢幕_設定  *********/
/* 寬度介於 1600px - 1900px (電腦) */
@media screen and (min-width: 1600px) and (max-width: 1900px) {
	.overtime {
	    right: 21.6%;
	}
}
/* 寬度介於 1440px - 1599px (電腦) */
@media screen and (min-width: 1440px) and (max-width: 1599px) {
	.overtime {
	    right: 18.5%;
	}
}
/* 寬度介於 1360px - 1439px (電腦) */
@media screen and (min-width: 1360px) and (max-width: 1439px) {
	.overtime {
	    right: 16.8%;
	}
}
/* 寬度介於 1280px - 1359px (ipad) */
@media screen and (min-width: 1280px) and (max-width: 1359px) {
	.overtime {
	    right: 14.5%;
	}
}
/* 寬度介於 1025px - 1279px (電腦) */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.overtime {
	    right: 11%;
	}
}
/* 寬度小於 1024px */
@media screen and (max-width: 1024px) {
	.overtime {
	    right: 5.7%;
	}
}