/* ===========================================*/
/* =============== 置底浮水印按鈕 ===============*/
/* ===========================================*/
.PC #YJ025-wrapper .DOWN_BAR {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	background-image: url(https://imgs.click108.com.tw/unit001/year-job/YJ025/images/bt_bg.png);
	background-repeat: repeat-x repeat-y;
	z-index: 9999;
	padding: 10px 0;
	}.MOBILE #YJ025-wrapper .DOWN_BAR {
		width: 100%;
		height: auto;
		position: fixed;
		bottom: 0;
		background-image: url(https://imgs.click108.com.tw/unit001/year-job/YJ025/images/bt_bg.png);
		background-repeat: repeat-x repeat-y;
		z-index: 9999;
		padding: 10px 0;
	}

.PC #YJ025-wrapper .BT_AREA{
	width: 490px;/*500*/
	height: auto;
	margin: 0 auto;
	}.MOBILE #YJ025-wrapper .BT_AREA{
		width: 100%;/*500*/
		height: auto;
		margin: 0 auto;
	}

.PC #YJ025-wrapper .BT_AREA a.ONE{
	display: block;
	width:320px;
	margin:0 auto;
	height:48px;
	}.MOBILE #YJ025-wrapper .BT_AREA a.ONE{
		display: block;
		width:95%;
		margin:0 auto;
		height:48px;
	}

.PC #YJ025-wrapper .BT_AREA a{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	width: 220px;
	height: 48px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#b21424;
	background: -moz-linear-gradient(
		top,
		#fb2121 0%,
		#b21424);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fb2121),
		to(#b21424));
	border:1px solid #bf3539;
	-moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	margin-left: 10px;
	}.MOBILE #YJ025-wrapper .BT_AREA a{
		display: block;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		color: #ffffff;
		margin: 0 auto;
		width: 220px;
		height: 48px;
		text-decoration: none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color:#b21424;
		background: -moz-linear-gradient(
		top,
		#fb2121 0%,
		#b21424);
		background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fb2121),
		to(#b21424));
		border:1px solid #bf3539;
		-moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
		-webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
		box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
		margin-left: 10px;
	}

.PC #YJ025-wrapper .BT_AREA a:hover{
	background-color:#fb2121;
	background: -moz-linear-gradient(
		top,
		#b21424 0%,
		#fb2121);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#b21424),
		to(#fb2121));
}

/* ===========================================*/
/* =============== 主視覺按鈕區塊 ===============*/
/* ===========================================*/
.PC #YJ025 .bt_txt-primary{
	font-size: 2rem;
	font-weight: bold;
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	line-height: normal;
    }.MOBILE #YJ025 .bt_txt-primary{
        font-size: 5vw;
        font-weight: bold;
        font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
        line-height: normal;
    }

#YJ025 .button_style1{
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    width: 100%;
	height: 75px;
    background-image: url(https://imgs.click108.com.tw/unit001/year-job/YJ025/images/button_bg.png);
    background-size: cover;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    text-decoration: none;
}

.PC #YJ025 .button_style1:hover{
    background-position: bottom center;
}

.PC #YJ025 .hero_input .button_case{
	width:334px;
	height: auto;
	margin:0 auto;
	margin-top:10px;
    }.MOBILE #YJ025 .hero_input .button_case{
        width:70%;
        height: auto;
        margin:0 auto;
        margin-top:10px;
    }

#YJ025 .hero_input .button_case .animation_bt{
	position: relative;
	width:100%;
    height: auto;
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.5);
    transition: all .4s ease;
    overflow: hidden;
	margin:0 auto;
}

.PC #YJ025 .hero_input .button_case .animation_bt::after{
	position: absolute;
	right:10%;
	top:33%;
	content: "";
	display: block;
	width:25px;
    height: 25px;
    background-image: url(https://imgs.click108.com.tw/unit001/year-job/YJ025/images/button_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	animation: move 2.5s infinite;
    }.MOBILE #YJ025 .hero_input .button_case .animation_bt::after{
        position: absolute;
        right:10%;
        top:29%;
        content: "";
        display: block;
        width:18px;
        height: 18px;
        background-image: url(https://imgs.click108.com.tw/unit001/year-job/YJ025/images/button_arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        animation: move 2.5s infinite;
    }

.PC #YJ025 .hero_input .button_case .animation_bt:hover{
    transition: all .4s ease;
    transform: scale(1.05);
    filter: brightness(1.1);
}

.PC #YJ025 .hero_input .button_case .animation_bt a{
	position: relative;
	display: block;
	color:#ffffff;
	text-shadow: 2px 2px 2px #9c0000,
    -2px -2px 2px #9c0000,
    -2px 2px 2px #9c0000,
    2px -2px 2px #9c0000;
	animation: brightness-bt 3.5s infinite;
    }.MOBILE #YJ025 .hero_input .button_case .animation_bt a{
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 22.222222%;
        color:#ffffff;
        text-shadow: 2px 2px 2px #9c0000,
        -2px -2px 2px #9c0000,
        -2px 2px 2px #9c0000,
        2px -2px 2px #9c0000;
        animation: brightness-bt 3.5s infinite;
    }

#YJ025 .button_case .animation_bt ul.single{
	width:100%;
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#YJ025 .hero_input .animation_bt .sheen::after{
    content:'';
    position: absolute;
    top:0%;
    left: 0%;
	width: 30px;
	height: 75px;
	background: #e3ffb5;
	z-index: 99;
    filter: blur(10px);
    transform: rotate(60deg);
    animation: sheen 3.5s infinite;
}

@-webkit-keyframes lightgrow {
    0% { 
        opacity: 1;
        filter: brightness(1.5);
    } 
    49% { 
        opacity: 0.7;
        filter: brightness(0.8);
    }
    100% { 
        opacity: 1;
        filter: brightness(1.5);
    }
}

@keyframes move {
	0%{
		transform: translateX(0px);
	}
    25%{
		transform: translateX(10px);
	}
    50%{
		transform: translateX(0px);
	}
}

@keyframes sheen {
	0%,100% { /*0%到100%的關鍵影格都是left:0%,opacity:0%*/
		left: 0%;
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	35%,95% { /*35%到95%的關鍵影格都是left:100%,opacity:0%*/
		left: 100%;
		opacity: 0;
	}
}

@keyframes brightness-bt {
	0%,100%{
		filter: brightness(1);
	}
    1%{
		filter: brightness(1.3);
	}
    35%,95%{
		filter: brightness(1);
	}
}

/* ===========================================*/
/* ============ 免費頁置底浮水印按鈕 ============*/
/* ===========================================*/
#YJ025-wrapper .NEW_BT_F{/*浮水按鈕*/
	width: 100%;
	height: 60px;
	position:fixed;
	bottom:0;
	z-index:1000;
	background-image: url(https://imgs.click108.com.tw/unit001/year-job/YJ025/images/bt_bg.png);
	background-repeat:repeat;
	padding-top:5px;
}
	
#YJ025-wrapper .NEW_BT_F a{/*浮水按鈕*/
	position: relative;
	display:block;
	margin:0 auto;
	width: 300px;
	height: 48px;
	font-size:1.5rem;
	line-height: 48px;
	text-decoration:none;
	overflow: hidden;
	animation: brightness-bt2 3.5s infinite;
}

.PC #YJ025-wrapper .NEW_BT_F .sheen::after{
	content:'';
	position: absolute;
	top:0%;
	bottom: 0%;
	width: 30px;
	height: 75px;
	background: #ffa09f;
	z-index: 99;
	filter: blur(13px);
	transform: rotate(60deg);
	animation: sheen 3.5s infinite;}

.MOBILE #YJ025-wrapper .NEW_BT_F .sheen::after {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 30px;
	height: 50px;
	background: #ffa09f;
	z-index: 99;
	filter: blur(12px);
	transform: rotate(60deg);
	animation: sheen 3.5s infinite;
}
#YJ025-wrapper .no_effect{
	animation: none !important;
}