@charset "utf-8";
/* CSS Document */

/*回版頭*/
#gotop {
	display: none !important;
	position: fixed;
	z-index: 5;
	right: 20px;
	bottom: 30px;
	padding: 10px 10px 3px 10px;
	border-radius: 50px;
	font: 12px/30px Verdana;
	text-align: center;
	color: #000;
	background-color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#gotop:hover {
	padding-top: 40px;
	background-color: #fff;
}

#gotop::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 18px;
	width: 0;
	height: 0;
	border: 4px solid #000;
	border-color: transparent transparent #000;
}

@media screen and (max-width:767px) {
	#gotop {
		display: block !important;
		right: 20px;
		bottom: 80px;
	}
}




/*手機登記按鈕20190506*/

.book_box {
	position: relative;
}

.book_box a {
	display: block;
	width: 100%;
	height: 100%;
}

.book_ {}

.book_ .count {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	font: bold 3vw/5vw "Century Gothic", Arial, "Microsoft JhengHei";
}

/*1品*/
.book_box .book_01 {
	position: absolute;
	width: 62.50%;
	height: 30vw;
	top: -33vw;
	left: 0vw;
}

.book_box .book_01 .count {
	position: absolute;
	top: 91%;
	left: 68%;
}

.book_box .post {
	position: absolute;
	width: 37.50%;
	height: 15vw;
	top: -33vw;
	left: 62.4%;
}

.book_box .list {
	position: absolute;
	width: 37.50%;
	height: 15vw;
	top: -16vw;
	left: 62.4%;
}

/*2品*/
.book_box2 a {
	display: block;
	width: 100%;
	height: 100%;
}

.book_box2 .book_01 {
	position: absolute;
	width: 37.50%;
	height: 100%;
	top: 0vw;
	left: 0vw;
}

.book_box2 .book_01 .count {
	position: absolute;
	top: 87.5%;
	left: 29%;
}

.book_box2 .book_02 {
	position: absolute;
	width: 34.38%;
	height: 100%;
	top: 0;
	left: 37%;
}

.book_box2 .book_02 .count {
	position: absolute;
	top: 87.5%;
	left: 32%;
}

.book_box2 .post {
	position: absolute;
	width: 26.13%;
	height: 33%;
	top: 26%;
	left: 73.4%;
}

.book_box2 .list {
	position: absolute;
	width: 26.13%;
	height: 33%;
	top: 50%;
	left: 61%;
}

/*3品*/
.book_box3 .book_01 {
	position: absolute;
	width: 60.5%;
	height: 75%;
	top: 0vw;
	left: 0vw;
}

.book_box3 .book_01 .count {
	position: absolute;
	top: 96%;
	left: 68%;
	width: 34%;
}

.book_box3 .book_02 {
	position: absolute;
	width: 31.0%;
	height: 75%;
	top: 0;
	left: 35%;
}

.book_box3 .book_02 .count {
	position: absolute;
	top: 88.5%;
	left: 27%;
}

.book_box3 .book_03 {
	position: absolute;
	width: 34.50%;
	height: 75%;
	top: 0;
	left: 66%;
}

.book_box3 .book_03 .count {
	position: absolute;
	top: 88.5%;
	left: 26%;
}

.book_box3 .post {
	position: absolute;
	width: 37%;
	height: 30%;
	top: 15%;
	left: 62%;
}

.book_box3 .list {
	position: absolute;
	width: 37%;
	height: 30%;
	top: 47%;
	left: 62%;
}



/*黏人快速鍵(白色款)*/
.fixed_Area {
	z-index: 999;
	position: fixed;
	top: 20px;
	right: 0px;
	width: 100px;
	font-weight: 800;
	font-size: 16px;
	line-height: 48px;
	font-family: Century Gothic, "微軟正黑體", Helvetica;
	text-align: center;
	-webkit-transform: rotate3d(0, 0, 0, 0deg) translate3d(0, 0, 0);
	transform: rotate3d(0, 0, 0, 0deg) translate3d(0, 0, 0);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.fixed_Area a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.fixed_Area img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.fixed_Area .box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fixed_Area .box li {
	margin: 0 0 1px 0;
	padding: 0;
	height: 48px;
	background-color: rgba(255, 255, 255, 0.6);
}

.fixed_Area .box li a {
	letter-spacing: -1px;
	height: 48px;
	overflow: hidden;
}

.fixed_Area .box li a:hover {
	background-color: rgba(255, 255, 255, 1);
}

.fixed_Area .box li.cate-hover {
	background-color: rgba(255, 255, 255, 1);
}

.fixed_Area .box h2 {
	margin: 0;
	padding: 0;
}

/*快速導覽*/
.fixed_Area h3 {
	position: absolute;
	top: 100px;
	right: -50px;
	margin: 0;
	padding: 35px 0 0 0;
	border-radius: 10px;
	width: 48px;
	height: 82px;
	font-size: 16px;
	line-height: 30px;
	writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	background-color: rgba(192, 166, 62, 0.6);
	text-align: left;
	cursor: pointer;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.fixed_Area h3 i {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.fixed_Area h3 i:before {
	content: "";
	position: absolute;
	top: 41%;
	left: 37%;
	display: block;
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	width: 15%;
	height: 15%;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*黑色款*/
.fixed_Area.fixed_Area-dark a {
	color: #000000;
}

.fixed_Area.fixed_Area-dark .box li {
	background-color: rgb(255, 242, 176);
}

.fixed_Area.fixed_Area-dark .box li a:hover {
	background-color: rgb(255, 254, 224);
}

.fixed_Area.fixed_Area-dark .box li.cate-hover {
	background-color: rgb(255, 254, 224);
}

.fixed_Area.fixed_Area-dark h3 {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.fixed_Area.fixed_Area-dark h3 i:before {
	border-color: #fff;
}



/*收合黏人精*/
.fixed_Area.fixed_Area_hide {
	-webkit-transform: rotate3d(0, 0, 0, 0deg) translate3d(150px, 0, 0);
	transform: rotate3d(0, 0, 0, 0deg) translate3d(150px, 0, 0);
}

.fixed_Area.fixed_Area_hide h3 {
	-webkit-transform: rotate3d(0, 0, 0, 0deg) translate3d(-185px, 0, 0);
	transform: rotate3d(0, 0, 0, 0deg) translate3d(-185px, 0, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}




/** 基本 **/
body {
	margin: 0px;
	padding: 0px;
}


/** 入稿區基本 **/
.content_Area {
	position: relative;
	display: inline-block;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 1220px;
}

.buttonAera_more {
	position: absolute;
	top: 15px;
	right: 15px;
	padding-left: 17px;
	padding-right: 10px;
	border-radius: 60px;
	width: 90px;
	height: 40px;
	background-color: #666;
	text-align: center;
}

.buttonAera_more a {
	display: block;
	padding-top: 5px;
	font: bold 24px/29px Century Gothic;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.05em;
}

.buttonAera_more:hover {
	background-color: #000;
}

.buttonAera_more .btnGO {
	margin: 5px;
	float: right;
	width: 20px;
	height: 20px;
}



/*全BOX版面*/
.WRAPPER .mmainArea {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 640px;
	z-index: 1;
	font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica;
}

.mmainArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside none
}

.mmainArea li {
	margin: 0px;
	padding: 0px;
	float: left
}

.mmainArea img {
	border: 0px;
	vertical-align: top;
}

.mmainArea a {
	text-decoration: none;
}




/** 入稿區基本 **/
.m_content_Area {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
}

.m_content_Area * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.m_content_Area h2 {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	height: 48px;
	overflow: hidden;
	font-weight: bold;
	font-size: 20px;
	line-height: 48px;
	color: #fff;
	text-align: left;
	letter-spacing: -0.05em;
}

.m_content_Area h2 span:before {
	content: "▌";
	color: #ff0;
}

.m_content_Area h2 span {
	position: relative;
	padding: 0 2%;
}

.m_content_Area .buttonAera_more {
	float: right;
	position: absolute;
	top: 12px;
	right: 2%;
	margin: 0;
	padding: 0 10px;
	border-radius: 24px;
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0.7);
}

.m_content_Area .buttonAera_more a {
	display: block;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.05em;
}

/*心跳A*/
.heartbeat-play {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: heartbeat-play;
	animation-name: heartbeat-play;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	/* -webkit-animation-direction: alternate;animation-direction: alternate;*/
}

@-webkit-keyframes heartbeat-play {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		filter: brightness(120%);
	}

	40% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		filter: brightness(100%);
	}

	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
		filter: brightness(120%);
	}

	80% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		filter: brightness(100%);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		filter: brightness(120%);
	}
}

@keyframes heartbeat-play {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		filter: brightness(120%);
	}

	40% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		filter: brightness(100%);
	}

	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
		filter: brightness(120%);
	}

	80% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		filter: brightness(100%);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		filter: brightness(120%);
	}
}
