a{
	color: #428bca;
}
p {
    margin: 0 0 10px;
	font-weight: 300;
}
*{
	padding: 0;
}
.itemIcon{
	margin-right: 10px;
}
/*banner*/
.bookPage{
	background-image: url('/assets/src/203/img/news/banner/bannerBook.webp')
}
.bookContentOuter{
	display: flex;
}
.bookContentLeft{
	float: left;
	width: 500px;
	margin: auto;
}
.bookContentLeft img{
	height: auto;
}
.bookContentRight{
	text-align: left;
	margin: auto;
}
.bookContentRight h1{
	color: #ef9a3c;
	font-size: 100px;
	font-weight: 600;
	margin-bottom: 0;
}
.bookContentRight h2{
	color: #24b3ba !important;
	font-weight: 600;
	font-size: 60px !important;
}
.bookContentRight h3{
	color: #ef9a3c;
	font-weight: 600;
}
.bookContentRight2_1{
	float: left;
	padding-right: 10px;
}
.bookContentRight2_2{
}
.bookContentRight h4{
	color: #fff;
	font-size: 24px;
	margin-bottom: 5px;
}
.bookContentRight h5{
	color: #fff;
	font-weight: 600;
	font-size: 40px;
}
.buyBtn{
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	color: rgb(255, 255, 255);
	padding: 5px 28px;
	border-radius: 25px;
	transition: all 0.5s ease 0s;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
}
.buyBtn:hover {
    border: 2px solid #18d26e;
}
.buyBtn li{
	font-size: 24px;
}
@media (max-width: 1000px ) {
	.bookContentLeft img{
		width: 300px;
	}
	.bookContentLeft{
		width: 300px;
	}
	.bookContentRight h1{
		font-size: 80px;
	}
	.bookContentRight h2{
		font-size: 45px !important;
	}
	.bookContentRight h4{
		font-size: 18px;
	}
	.bookContentRight h5{
		font-size: 35px;
	}
}
@media (max-width: 800px ) {
	.bookContentLeft img{
		width: 250px;
	}
	.bookContentLeft{
		width: 250px;
	}
	.bookContentRight h1{
		font-size: 60px;
	}
	.bookContentRight h2{
		font-size: 35px !important;
	}
	.bookContentRight h3{
		font-size: 20px
	}
	.bookContentRight h4{
		font-size: 16px;
	}
	.bookContentRight h5{
		font-size: 28px;
	}
}
@media (max-width: 600px ) {
	.bookContentOuter {
	    display: inline-block;
	}
	.bookContentLeft{
		float: none;
	}
	.bookContentLeft img{
		width: 300px;
	}
	.buyBtn{
		margin-bottom: 10px;
	}
}
@media (max-width: 450px ) {
	.bookContentLeft{
		float: none;
	}
	.bookContentLeft img{
		width: 250px;
	}
	.bookContentLeft{
		width: 250px;
	}
	.bookContentRight h1{
		font-size: 50px;
	}
	.bookContentRight h2{
		font-size: 30px !important;
	}
}
/*-----------------------------------------------
/* Intro
--------------------------------------------------*/
#bookIntro{
	/* background:url(../img/repair/intro/RSIntroB.jpg) fixed center center;
	background-size: cover;
	padding: 50px 0; */
	
	background:url(../img/WarrantyChainManagement/intro/introBG.webp) ;
	width: 100%;
	padding: 50px 0;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}
#bookIntro h3{
	color: #000000;
}
#bookIntro h4 {
    margin-bottom: 5px;
    font-size: 20px;
	color: #000;
}
#bookIntro p{
	color: #000000;
	font-weight: 300;
	margin: 0 0 15px 0;
}
#bookIntro p a{
    color: #000000;
    cursor: pointer;
    font-weight: 400;
}
#bookIntro p a:hover{
    color: #0071b6;
    outline: none;
    text-decoration: none;
    font-weight: 400;
}
/*-----------------------------------------------
/* Contents
--------------------------------------------------*/
#bookContents{
	padding: 50px 0;
}
#bookContents h1{
    line-height: 1.4em;
    font-weight: 400;
    font-size: 20px;
    color: #f7931e;
    margin-bottom: -20px;
}
#bookContents h1 a{
    color: #f7931e;
    cursor: pointer;
    font-weight: 400;
}
#bookContents h1 a:hover{
    color: #0071b6;
    outline: none;
    text-decoration: none;
    font-weight: 400;
}
#bookContents h3{
	color: #000000;
}
.bookContentsImg{
	width: 35%;
	margin: auto;
	padding: 50px 0;
}
.bookContentsImg img{
	width: 100%;
	height: auto;
}
.contentsTitle{
	content: "";
	height: 100%;
	border-left: 6px solid #f7931e;
	margin-right: 10px;
}
.contentsTitle p{
	padding-left: 10px;
	color: #000000;
}
.contentsTitle p a{
    color: #000000;
    cursor: pointer;
    font-weight: 400;
}
.contentsTitle p a:hover{
    color: #0071b6;
    outline: none;
    text-decoration: none;
    font-weight: 400;
}
.square{
	list-style-type: square;
	margin-left: 50px;
	color: #f7931e;
}
.square h2{
	color: #000000;
	font-weight: 300;
	font-size: 16px;
    line-height: 1.5em;
}
.square h2 a{
    color: #000000;
    cursor: pointer;
    font-weight: 400;
}
.square h2 a:hover{
    color: #0071b6;
    outline: none;
    text-decoration: none;
    font-weight: 400;
}
.square p{
	color: #000;
	font-weight: 400;
}
#bookContents li{
	font-family: OpenSans-Regular,Helvetica,'Noto Sans SC', Arial, sans-serif;
	padding: 0;
	margin: 25px 0 10px 0;
	line-height: 1.4em;
	font-weight: 400;
	font-size: 20px;
}
#bookContents li::marker {
  font-size: 30px;
}
@media (max-width: 1199px){
	.bookContentsImg{
		width: 60%;
	}
}
@media (max-width: 767px){
	.bookContentsImg{
		width: 80%;
		padding: 0;
	}
}
@media (max-width: 450px){
	.bookContentsImg{
		width: 95%;
	}
}
/*學習目的*/
#points{
	background: #f2f2f2;
	padding: 50px 0;
}
#points h3{
	color: #000000;
}
.pointsContainer{
	padding-top: 50px;
}
.PCleft{
	width: 30%;
	float: left;
}
.PCleft img{
	margin: 50px;
}
.PCright{
	width: 70%;
	float: left;
	border-radius: 20px;
	padding: 25px;
	background: #fff;
	box-shadow: rgb(0 0 0 / 10%) 8px 8px 8px;
}
.PCright p{
	color: #000000;
}
.PCright p a{
    color: #000000;
    cursor: pointer;
    font-weight: 400;
}
.PCright p a:hover{
    color: #0071b6;
    outline: none;
    text-decoration: none;
    font-weight: 400;
}
.PCright span{
	color: #f7931e;
	font-size: 24px;
	font-weight: 600;
}
@media (max-width: 1199px){
	.PCleft img{
		margin: 30px;
	}
}
@media (max-width: 992px){
	.PCleft img{
		margin: 20px;
	}
}
@media (max-width: 767px){
	.PCleft{
		width: 200px;
		float: none;
		margin: auto;
	}
	.PCleft img{
		margin: auto;
	}
	.PCright{
		width: 100%;
	}
	.pointsContainer{
		padding-top: 0px;
	}
}
/*銷售通路*/
#salesChannel{
	padding: 50px 0;
}
#salesChannel h3{
	color: #000000;
}
#salesChannel .container{
	padding-left: 0;
	padding-right: 0;
}
.line0{
	position: relative;
}
.SCline{
	border-block-color: #767676;
	width: 70%;
}
.SCtext{
	position: absolute;
	top: -24px;
	width: 100%;
}
.SCtext p{
	background: #fff;
	width: fit-content;
	margin: auto;
	padding: 10px;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
}
.bookStore{
	color: #000000;
	padding: 20px 15px;
}
.bookStore p{
	line-height: 30px;
}
.bookStore img{
	width: 100%;
}

/* Reviews */
.reviewsBox{
	border-radius: 20px;
	padding: 25px;
	background: #fff;
	box-shadow: rgb(0 0 0 / 10%) 8px 8px 8px;
	margin-bottom: 50px;
}
.reviewsBox p{
	color: #000000;
}
.reviewsBox p a{
    color: #000000;
    cursor: pointer;
    font-weight: 400;
}
.reviewsBox p a:hover{
    color: #0071b6;
    outline: none;
    text-decoration: none;
    font-weight: 400;
}
.reviewsName{
	float: right;
}

/* how to buy */
.bookStore .owl-item{
	height: 70px;
	display: flex;
}
.bookStore .owl-item a{
	margin: auto;
}