@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url(/webeip/HT00100/peggy/fonticons/css/style.css);
/* 以下是 圖示文字 new ver. 的 CSS */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/* 以下是 animate 的 CSS */
@import url(/webeip/HT00100/becky/css/animate.css);
/* 以下是 reset 的 CSS */
@import url(/webeip/HT00100/becky/css/reset.css);

/* 以下是 animate 的 js */
@import url('/webeip/HT00100/Peggy/js/wow.js');

.bodywrap{ margin-top: 20px; }
.bodywrap > h1{
	display: block;
    width: 100%;
    box-sizing: border-box;
    color: #444;
    text-align: center;
    font-weight: normal;
    letter-spacing: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 圖像廣告連結 */
	.imgadlink_main{
		width: 100%;
		max-width: 1200px;
		margin: 30px auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.imgadlink_group{
		width: calc(90%/4);
		margin: 10px calc(10%/8);
		transition: all .3s;
		position: relative;
		overflow: hidden;
	}
	.adimg{ width: 100%; }

	.adimg a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		overflow: hidden;
		border-radius: 15px;
	}

	.adimg a img{
		vertical-align: top;
		width: 100%;
		max-width: 100%;
		position: relative;
		-webkit-transition: all 0.4s ease;
    	-text-decoration-linemoz-transition: all 0.4s ease;
    	-o-transition: all 0.4s ease;
    	transition: all 0.4s ease;
	}
	.adimg a:hover img{
		-moz-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	    opacity: .7;
	}
	.adiframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.adtxt{ width: 100%; }	

	.adtxt > a{
		display: block;
		width: 100%;
		font-size: 1.25rem;
		box-sizing: border-box;
		color: #444;
		text-align: center;
		font-weight: bold;
		border-bottom: 1px solid #e4e4e4;
		letter-spacing: 5px;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.adexplain{
		width: 100%;
		padding: 0.5rem 0.25rem;
		box-sizing: border-box;
		font-size: 1rem;
		color: #000;
		text-align: justify;
	}
@media all and (min-width: 1200px)
{

}

@media all and (max-width: 980px)
{
	.imgadlink_group{
		width: 45%;
    	margin: 10px 2.5%;
	}

}

@media all and (max-width: 768px)
{
	

}

