@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;
}

.copslogin_item{
	width: 95%;
	max-width: 600px;
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.copslogin_input_id{
	padding: 0.5em;
	box-sizing: border-box;
	font-size: 1.1rem;
	font-weight: normal;
	width: 78%;
	margin-right: 2%;
	border-radius: 5px;
	border: 1px solid #b5b5b5;
	box-sizing: border-box;
}
.copslogin_loginbtn{
	width: 20%;
	font-size: 1rem;
	color: #fff;
	background-color: #F44336;
	border-radius: 5px;
	border: none;
	transition: all .3s;
	cursor: pointer;
}
.copslogin_loginbtn:hover{
	background-color: #ff9800;
}
.copslogin_box{
	width: 95%;
	max-width: 600px;
	background-color: #EEE;
    border: 1px solid #DDD;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin: 2em auto;
    padding: 1em 2em;
    box-sizing: border-box;
}
.copslogin_box > p{
	line-height: 30px;
}
/* 圖像廣告連結 */
	.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(80%/6);
		margin: 10px calc(20%/12);
		transition: all .3s;
		position: relative;
		overflow: hidden;
	}
	.adimg{ height: 200px; }

	.adimg a{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		overflow: hidden;
		border-radius: 15px;
		border: 1px solid #c3c3c3;
		padding: 10px;
		box-sizing: border-box;
	}

	.adimg a img{
		vertical-align: top;
		width: auto;
		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;
		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: calc(90% / 5);
        margin: 10px calc(10% / 10);
	}

}

@media all and (max-width: 425px)
{
	.imgadlink_group{
		width: calc(90% / 3);
        margin: 10px calc(10% / 6);
	}
	.adimg{ height: 120px; }
	.adtxt > a{ font-size: 1.15rem; }

}

