/* CSS Document */
@import url("https://imgs.click108.com.tw/css_2013/reset_2.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap');

body{
	box-sizing: border-box;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;}
a{text-decoration: none;}

/*==========================網友反饋============================*/

#YF025 .recommand_box {
	width: 80%;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#YF025 .recommand_box {
	display: grid;
	width: max-content;
	margin-bottom: 10px;
	height: 100%;
	overflow: auto;
}

.PC #YF025 .recommand_box {
	grid-template-columns: 140px 140px 140px 140px;
	gap: 4px;
}

.PC #YF025 .recommand_box .img:nth-child(9) {
	display: none;
}

.MOBILE #YF025 .recommand_box {
	grid-template-columns: 112px 112px 112px;
	gap: 4px;
}

#YF025 .recommand_box div {
	width: 100%;
	height: 100%;
}

#YF025 .in_content_box .recommand_box img {
	border-radius: 0;
}


/* 特殊設計 */
.PC #YF025 #feedback .title_bar:after{
	content: "";
	display: inline-block;
	margin: 12px;
	width: 68px;
	height: 20px;
	background: url(https://imgs.click108.com.tw/unit001/year-fate/YF025/images/input_feedback/starnew.png);
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	}

.PC #YF025 #feedback .title_bar:before {
	content: "";
	display: inline-block;
	margin: 12px;
	width: 68px;
	height: 20px;
	background: url(https://imgs.click108.com.tw/unit001/year-fate/YF025/images/input_feedback/starnew.png);
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
}

.MOBILE #YF025 #feedback .title_bar:after {
	content: "";
	display: inline-block;
	margin: 12px 0px 15px 6px;
	width: 20px;
	height: 20px;
	background: url(https://imgs.click108.com.tw/unit001/year-fate/YF025/images/input_feedback/starnew.png);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.MOBILE #YF025 #feedback .title_bar:before {
	content: "";
	display: inline-block;
	margin: 12px 6px 15px 0px;
	width: 20px;
	height: 20px;
	background: url(https://imgs.click108.com.tw/unit001/year-fate/YF025/images/input_feedback/starnew.png);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

/* 輪播 */

#YF025 .carousel_box .swiper_box{
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#YF025 .carousel_box .recommendationSwiper{
	padding-bottom: 24px;
}

#YF025 .carousel_box .swiper-slide img{
	border: none;
	width: 100%;
}

#YF025 .carousel_box .swiper-button-next,
#YF025 .carousel_box .swiper-button-prev{
	display: block;
	
}

#YF025 .carousel_box .swiper-button-prev,
#YF025 .carousel_box .swiper-button-next {
	background-color: rgba(221, 221, 221, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-28%);
	z-index: 10;
}

.PC #YF025 .carousel_box .swiper-button-prev,
.PC #YF025 .carousel_box .swiper-button-next {
	width: 40px !important;
	height: 72px !important;
	transform: translateY(-36%);
}

#YF025 .carousel_box .swiper-button-prev {
	border-radius: 0 40px 40px 0;
	left: 0;
}
#YF025 .carousel_box .swiper-button-next {
	border-radius: 40px 0 0 40px;
	right: 0;
}

/* 箭頭內文字縮小 */
.PC #YF025 .carousel_box .swiper-button-prev::after,
.PC #YF025 .carousel_box .swiper-button-next::after {
	font-size: 32px !important;
	color: #fff;
	position: relative;
} 

.MOBILE #YF025 .carousel_box .swiper-button-prev::after,
.MOBILE #YF025 .carousel_box .swiper-button-next::after {
	font-size: 20px !important;
	color: #fff;
	position: relative;
}
