@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*{
	font-family: 'Noto Serif', 'Noto Serif JP', 'Noto Serif KR', 'Noto Serif SC', 'Noto Serif TC', serif !important;
}
/* 底色 */
body{
	background-color: #F1E5E3;
	position: relative;
}
/* 所有圖片設定 */
img{
	width: 100%;
    vertical-align: bottom;
}
/* 所有連結裝飾消失 */
a{
    text-decoration: none;
}
/* 容器 */
.wrap{
	width: 90%;
	max-width: 1140px;
	margin: auto;
}
/* <<<<<<<<<<<HEADER>>>>>>>>>>> */
header{
	position: sticky;
	top: 0;
	z-index: 99;
}
header.bgc{
	background-color: #fff;
}
header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0px;
	position: relative;
	box-sizing: border-box;
}
/* HEADER LOGO*/
/* <<<<<<<<<<<<<<<<依照menu長度調整 >>>>>>>>>>>>*/
header .logo .pic{
	max-width: 280px;
}
/* HEADER HAMBURGER*/
header .hamburger{
	cursor: pointer;
}
/* HEADER MENU*/
header .menu {
	display: none;
	list-style: none;
	/* padding:16px 0 32px; */
}
header .menu.open {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #F1E5E3;
	border-radius:8px;
  	position: absolute;
  	top: 100%;
  	left: 0;
	box-shadow: 0px 6px 16px 0px rgba(176,176,176,0.32);
	-webkit-box-shadow: 0px 6px 16px 0px rgba(176,176,176,0.32);
	-moz-box-shadow: 0px 6px 16px 0px rgba(176,176,176,0.32);
}
header .menu .menu_item{
	padding: 24px 0 24px 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
	box-sizing: border-box;
}
header .menu .menu_item:hover{
	color: #fff;
	background-color: #EC6C00;
}
header .menu .menu_item.active{
	color: #fff;
	background-color: #EC6C00;
}
/* <<<<<<<<<<<活動規則>>>>>>>>>>> */
.rule{
	background-color: #EC6C00;
	padding: 40px 0;
	margin-top: 48px;
	box-sizing: border-box;
}
.rule h2{
    height: 100%;
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	border-left: 8px solid #FFF;
	padding-left: 24px;
	box-sizing: border-box;
}
.rule p{
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 180%; /* 32.4px */
	margin-top: 16px;
}
/* <<<<<<<<<<<活動獎項>>>>>>>>>>> */
.prize{
	padding-top:84px;
	box-sizing: border-box;
}
.prize h2{
	display: flex;
    width: fit-content;
    height: 100%;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    /* padding: 0 0 16px 0; */
    position: relative;
    margin: auto;
    margin-bottom: 24px;
	box-sizing: border-box;
}
/* .prize h2::after{
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 8px;
	top: 100%;
	left: 0;
} */
.prize .prize_list{
	justify-content: center;
}
.prize .prize_list li{
	transition-duration: 0.5s;
}
.prize .prize_list li:hover{
	transform: translateY(-6px);
}
.prize .prize_list li:not(:first-child){
	margin-top:16px ;
}
.prize .prize_list li .pic{
	display: flex;
	justify-content: center;
}
.prize .prize_list li .pic img{
	max-height: 200px;
	width: auto;
}
.prize .prize_list li .txt{
	margin-top: 16px;
}
.prize .prize_list li .txt h3{
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 180%; /* 36px */
}
.prize .prize_list li .txt p{
	color: #272727;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 25.2px */
	letter-spacing: 2px;
}
.prize .prize_list li .txt p span{
	font-size: 18px;
}
/* <<<<<<<<<<<電子書借閱步驟>>>>>>>>>>> */
/* owl-carousel區域 */
.ebooks_step{
	padding-top:84px;
	box-sizing: border-box;
}
.ebooks_step h2{
	display: flex;
	width: fit-content;
    height: 100%;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	 /* padding: 0 0 16px 0; */
	position: relative;
	margin: auto;
	margin-bottom: 24px;
	box-sizing: border-box;
}
/* .ebooks_step h2::after{
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 8px;
	top: 100%;
	left: 0;
} */
.ebooks_step .wrap .owl-carousel{
	padding-bottom: 64px;
	/* background-color: #EC6C00; */
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	box-sizing: border-box;
}
.ebooks_step .boxbtnwrap{
	display: flex;
	cursor: pointer;
	justify-content: center;
	gap: 24px;
}
.ebooks_step .boxbtnwrap .boxbtn{
	width: 40%;
	padding: 16px 0px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background-color: rgb(255, 255, 255);
	border-radius: 99px;
	/* border-top-left-radius: 16px;
	border-top-right-radius: 16px; */
	text-align: center;
	box-sizing: border-box;
}
.ebooks_step .boxbtnwrap .boxbtn.active{
	background-color: #EC6C00;
	color: #fff;
}
.owl-carousel{
	display: none !important
}
.owl-carousel.active{
	display: block !important;
}
/* owl-carousel左右輪播按鈕 */
.owl-nav button{
	height: 44px;
	width: 44px;
	position: absolute;
	top: 0;
	bottom: 0;
	line-height: 78px;
	margin: auto !important;
	color:#000!important;
	background-color: rgb(245, 245, 245) !important;
	border-radius: 44px !important;
	opacity: 0.5;
	transition: 0.25s linear;
}
.owl-nav button:hover{
	opacity: 1;
}
/* owl-carousel左輪播按鈕 */
.owl-nav button.owl-prev{
	left: 2.5%;
}
/* owl-carousel右輪播按鈕 */
.owl-nav button.owl-next{
	right:2.5%;
}
/* owl-carousel按鈕箭頭 */
.owl-nav span{
	font-size: 24px;
}
/* owl-carousel下方點點標示 */
.owl-theme .owl-dots .owl-dot span{
	background-color: rgb(245, 245, 245);
	transition: 0.25s linear;
}
/* owl-carousel下方點點hover效果 */
.owl-theme .owl-dots .owl-dot span:hover {
	background-color: #333333;
}
/* owl-carousel目前輪播點點標示 */
.owl-theme .owl-dots .owl-dot.active span{
	background-color: #000;
	width: 45px;
}
/* owl-carousel輪播元件 */
.owl-carousel .item{
	width: 100%;
	margin-top: 16px;
	padding: 64px 0;
	background-color: #f9be8b;
	border-radius:68% 32% 61% 39% / 44% 51% 49% 56% ;
	box-sizing: border-box;
}
/* owl-carousel輪播元件文字 */
.owl-carousel .item .txt {
	width: 80%;
	margin: auto;
}
/* 標題 */
.owl-carousel .item .txt h3{
	display: block;
	width: fit-content;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	padding-bottom: 8px;
	position: relative;
	margin: auto;
	box-sizing: border-box;
}
.owl-carousel .item .txt h3 span{
	color: #f40000;
	font-size: 36px;
}
/* .owl-carousel .item .txt h3::after{
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 4px;
	top: 100%;
	left: 0;
} */
/* 內文 */
.owl-carousel .item .txt p{
	color: #424242;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: 1px;
	padding-top: 8px;
	box-sizing: border-box;
}
/* 下載書單按鈕 */
.owl-carousel .item .btn{
	display: flex;
	justify-content: center;
	margin: auto;
	width: fit-content;
	border: 1px solid #fff;
	border-radius: 999px;
}
.owl-carousel .item .btn:hover{
	background-color: #EC6C00;
	border: 1px solid #EC6C00;
}
.owl-carousel .item .btn a{
	color: #fff;
	display: flex;
	font-size: 24px;
	padding: 12px 18px;
	align-items: center;
}
.owl-carousel .item .btn a::before{
	/* display: inline-block;
	height: 32px;
	width: 32px; */
	content: url(../images/downloads.png) ;
    background-size: contain;
    background-repeat: no-repeat;
	padding-right: 8px;
}
/* <<<<<<<<<<<書展類別區域>>>>>>>>>>> */
#section4{
	padding-top: 84px;
	box-sizing: border-box;
}
#section4 h2{
	display: flex;
    width: fit-content;
    height: 100%;
    color: #000;
    font-size: 32px;
    font-weight: 700;
     /* padding: 0 0 16px 0; */
    position: relative;
    margin: auto;
    margin-bottom: 24px;
	box-sizing: border-box;
}
/* #section4 h2::after{
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 8px;
	top: 100%;
	left: 0;
} */
/* 書展類別分類區域 */
.tab_area{
	/* border-bottom: 1px solid rgb(200, 200, 200); */
	display: flex;
	justify-content: left;
	overflow:auto;
}
/* 書展類別分類按鈕 */
.tab_area a{
	padding: 2.5% 3.5%;
    box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	color: rgb(100, 100, 100);
	box-sizing: border-box;
}
/* 書展類別分類按鈕點選效果 */
.tab_area > .active{
	color: rgb(237, 109, 0);
	position: relative;
    border-bottom: 2px solid  rgb(237, 109, 0);
}
/* tab fix屬性 */
.tab-fixed{
	position: sticky;
	/* <<<<<<<<<<<<根據header高度調整>>>>>>>> */
	top: 81px;
	left: 0;
	z-index: 88;
    background-color: rgb(248, 248, 248);
}
/* <<<<<<<<<<<書架區域>>>>>>>>>>> */
/* 書架區域 */
.bookall .wrap .bookall_area{
	display: flex;
	flex-wrap: wrap;
}
/* 書展類別 */
.bookall_title h2{
    padding-top: 16px;
    box-sizing: border-box;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: rgb(0, 0, 0);
	box-sizing: border-box;
}
/* 書展類別小標 */
.bookall_title p{
    font-size: 1.2em;
	line-height: 1.5;
	text-align: center;
	color: rgb(100, 100, 100);
}
/* 下載書單按鈕 */
.bookall .btn{
	display: flex;
	justify-content: center;
	margin: auto;
	width: fit-content;
	border: 1px solid #EC6C00;
	border-radius: 999px;
}
.bookall .btn:hover{
	background-color: #EC6C00;
	border: 1px solid #EC6C00;
}
.bookall .btn a{
	color: #EC6C00;
	display: flex;
	font-size: 16px;
	padding: 6px 18px;
	align-items: center;
}
.bookall .btn:hover a{
	color: #fff;
}
/* 書架一行兩個 */
.bookall .wrap .bookall_area a{
	width:calc(100%/2);
	padding: 16px;
	box-sizing: border-box;
	transition: 0.25s linear;
	box-sizing: border-box;
}
/* 書架hover特效 */
.bookall .wrap .bookall_area a:hover{
	transform: translateY(-15px);
}
.bookall .wrap .bookall_area .pic{
	margin-bottom: 8px;
}
/* 書架書名 */
.bookall .wrap .bookall_area .txt p{
	font-size: 1em;
	line-height: 1.2;
	color: rgb(50, 50, 50);
	/* 書架書名兩行限制 */
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 行數 */
	-webkit-box-orient: vertical;
	white-space: normal;
}
/* <<<<<<<<<<<活動注意事項>>>>>>>>>>> */
.notice{
	background-color: #fff;
	padding: 72px 0 36px;
	box-sizing: border-box;
}
.notice h2{
	display: flex;
    width: fit-content;
    height: 100%;
    color: #000;
    font-size: 32px;
    font-weight: 700;
     /* padding: 0 0 16px 0; */
    position: relative;
    margin: auto;
    margin-bottom: 24px;
	box-sizing: border-box;
}
/* .notice h2::after{
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 8px;
	top: 100%;
	left: 0;
} */
.notice ol{
	list-style: none;
}
.notice ol li{
	padding-top: 8px;
	box-sizing: border-box;
}
.notice ol li .txt p{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%; /* 28.8px */
	letter-spacing: 1px;
	text-align:center ;
}
/* 與我聯絡 */
.notice ol li:last-child .btn{
	text-align:center ;
	width: fit-content;
	margin: auto;
	border: 1px solid #EC6C00;
	border-radius: 999px;
}
.notice ol li:last-child .btn:hover{
	background-color: #EC6C00;
	border: 1px solid #EC6C00;
}
.notice ol li:last-child .btn a{
	color: #EC6C00;
	display: flex;
	font-size: 16px;
	padding: 6px 18px;
	align-items: center;
}
.notice ol li:last-child .btn:hover a{
	color: #fff;
}
@media (min-width: 768px) {
	header .logo .pic{
		max-width: 360px;
	}
	/* <<<<<<<<<<<活動規則>>>>>>>>>>> */
	.rule{
		padding: 72px 0;
		box-sizing: border-box;
	}
	.rule .wrap{
		display: flex;
	}
	.rule h2{
		width: 25%;
		font-size: 40px;
		font-weight: 700;
	}
	.rule p{
		width: 75%;
		font-size: 20px;
		font-weight: 400;
		line-height: 180%; /* 36px */
		margin-top: 0px;
	}
	/* <<<<<<<<<<<活動獎項>>>>>>>>>>> */
	.prize h2{
		font-size: 40px;
		font-weight: 700;
	}
	.prize .prize_list{
		display: flex;
		align-items: flex-end;
	}
	
	.prize .prize_list.chinese{
		flex-wrap: wrap;
	}
	.prize .prize_list li{
		width:calc(100%/3);
		/* align-items: center; */
		padding: 0 8px;
		box-sizing: border-box;
	}
	.prize .prize_list li .pic{
		width: 100%;
	}
	.prize .prize_list li .txt h3{
		font-size: 20px;
		font-weight: 600;
		line-height: 180%; /* 36px */
	}
	.prize .prize_list li .txt p{
		color: #272727;
		font-size: 14px;
		font-weight: 400;
		line-height: 180%; /* 25.2px */
		letter-spacing: 2px;
		min-height: 80px;
	}
	/* 針對外文電子書調整 */
	.prize.enbook .wrap .prize_list li{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	/* 針對外文電子書圖片調整 */
	.prize.enbook .wrap .prize_list li .pic{
		width: 50%;
		justify-content: flex-end;
	}
	.prize.enbook .wrap .prize_list li .pic img{
		max-height: 260px;
		width: 100%;
	}
	/* 針對外文電子書調整標題與內文 */
	.prize.enbook .wrap .prize_list li .txt{
		/* margin: auto; */
		width: 50%;
		padding-left: 16px;
	}
	.prize.enbook .wrap .prize_list li .txt h3,.prize.enbook .wrap .prize_list li .txt p{
		text-align: left;
	}
	/* <<<<<<<<<<<電子書借閱步驟>>>>>>>>>>> */
	.ebooks_step h2{
		font-size: 40px;
		font-weight: 700;
	}
	.ebooks_step .boxbtnwrap .boxbtn{
		width: 25%;
	}
	/* 標題 */
	.owl-carousel .item .txt h3{
		font-size: 24px;
		font-weight: 700;
	}
	.owl-carousel .item .txt h3 span{
		font-size: 46px;
	}
	/* 內文 */
	.owl-carousel .item .txt p{
		font-size: 18px;
	}
	/* owl-carousel輪播元件圖片 */
	.owl-carousel.PC .item .pic{
		width: 60%;
	}
	.owl-carousel.mobile .item .pic img{
		max-height: 500px;
	}
	/* <<<<<<<<<<<書展區域>>>>>>>>>>> */
	#section4 h2{
		font-size: 40px;
		font-weight: 700;
	}
	/* tab fix屬性 */
	.tab-fixed{
		top: 96px;
	}
	/* 書展類別區域 */
    .tab_area{
        justify-content: space-between;
        padding: 0 5%;
    }
	/* 書架一行四個 */
	.bookall .wrap .bookall_area a{
		width:calc(100%/4);
	}
	/* <<<<<<<<<<<活動注意事項>>>>>>>>>>> */
	.notice{
		margin-top: 48px;
	}
	.notice h2{
		font-size: 40px;
		font-weight: 700;
	}
	.notice ol{
		width: 80%;
		margin: auto;
	}
	.notice ol li .txt p{
		color: #000;
		font-size: 18px;
		font-weight: 400;
		line-height: 180%; /* 32.4px */
		letter-spacing: 1px;
	}
	.notice ol li:first-child{
		padding-top: 0;
		box-sizing: border-box;
	}
	.notice ol li:not(:first-child){
		padding-top: 12px;
		box-sizing: border-box;
	}
}
@media (min-width:960px){
	/* HEADER HAMBURGER*/
	.hamburger{
		display: none;
	  }
	  /* HEADER MENU*/
	  header .menu{
		  display: flex;
	  }
	  header .menu .menu_item{
		  cursor: pointer;
	  }
	  header .menu .menu_item:not(:last-child){
		  margin-right: 12px;
		  font-size: 16px;
		  font-style: normal;
		  font-weight: 400;
	  }
	  header .menu .menu_item:hover{
		  color: #EC6C00;
		  background-color: transparent;
	  }
	  header .menu .menu_item.active{
		  color: #EC6C00;
		  background-color: transparent;
	  }
}