body, h1, h2, h3, h4, h5, h6, p {font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", 'PMingLiU';}

/*大標*/
h1, .h1 {
    font-size: 36px}

/*中標*/
h2, .h2 {
    font-size: 30px; 
}

/*小標*/
h3, .h3 {
    font-size: 24px}

/*中標*/
h4, .h4 {
    font-size: 18px;
    font-weight: 700; 
}

/*圖說*/
h5, .h5 {
    font-size: 14px}

/*版權文字*/
h6, .h6 {
    font-size: 12px; 
    line-height: 2.2;
}

/*內文*/
p {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.8;
}


/*框線*/
.banner-line {
    padding: 24px;
    margin-bottom: 20px;
    color: #365294;
    border: 7px solid #365294;
    /* line-height: 1.8; */
    /* letter-spacing: 6px; */
}

/*框線中標*/
.banner-title{
    line-height: 1.8;
    letter-spacing: 6px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei';

}

/*方框章節標*/
.title {
    margin-bottom: 25px;
    width: 135px;
    height: 135px;
    border: 1px solid #D5B88C;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title h2 {
    font-size: 16px;
    color: #D5B88C;
    letter-spacing: 1.5px;}

/*抽言*/      
blockquote{
    color: #625853;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    padding: 24px 60px;
    margin: 0 100px;
    margin-bottom: 17px;
    position: relative;
    text-align: left
}

blockquote:before, blockquote:after {
    position: absolute;
    width: 48px;
    height: 48px;
    content: ".";
    font-size: 0;
}

blockquote:before {
    background-image: url(../img/uoHCjSK.png);
    top: 0;
    left: 0;
}

blockquote:after {
    background-image: url(../img/m3HnqqU.png);
    bottom: 0;
    right: 0;
}

.sliderpic{
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin: 10px;
}

.sliderpic img {
    width: 250px;
    height: 250px;
    /* position: relative;    */
    left: 0;
    top: 0;
    /* transition: 0.2s linear; */
      -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    padding: 10px;
    }

.sliderpic .push{
    width: 250px;
    height: 250px;
    /* background-color: #7d7a76; */
    color: #fff;
    position: absolute;
    left: -250px;
    top: 0;
}

.graybox{
    width: 230px;
    height: 230px;
    left: 10px;
    top: 10px;
    background-color: #7d7a76;
    text-align: center;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.sliderpic .push:hover {
    transform-origin:0;
    transform: translateX(250px);
    transition: 0.2s linear;
    }


/* ============================ 書籍簡介 book ============================ */
/* 書封照 */
.book_cover{
    position: relative;
    top: -50px;
}
/* 按鈕 */
.book_btn{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px; 

}


/* ============================ 人物介紹 people ============================ */
/* 大頭照 */
.head_shot{
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background-size: 100%;
}


/* ============================ 各界推薦 recommend ============================ */
/* 分隔線 */
hr.style-one {
    border: solid 0.5px #365294;
}

/* ============================ 插入頁面 article ============================ */

.btn:hover{
    background-color: none;
}



.introduction2 {
    font-size: 15px;
	color: #ca984d;
    line-height: 1.67;
    margin-top: 40px;
    font-weight: 700;
}


/* 文內小標 */
.small_title{
    color: #365294;
    margin-top: 3rem;
}
