@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap');
@import url("reset.css");

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');body{background-color: #606060;}


*{
  box-sizing: border-box;
  font-family: 'Noto Sans TC', sans-serif;
}

#bttop {
	width:100px;
	height:100px;
	background-image: url(img/bttop.png);
	background-repeat: no-repeat;

	position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
}

#bttop:hover{
	background-image: url(img/bttop-1.png);
}




/* --------------------------------

　　　T O P  T O P  T O P

--------------------------------- */

.WRAPPER{
  width:100%;
	_zoom:1;overflow:hidden;
 
  margin:0 auto;
	box-shadow: 
		0 3px 30px 1px rgba(0, 0, 0, 0.7), 
		-50px -50px 30px 5px rgba(90, 90, 90, 0.2);
    background-color: #a63d5b;
}


.TOP{
	background-image: url(img/top-1.png);
	background-position: top center;
	background-size:cover;
	width:100%;
	padding-top:135%;
  background-blend-mode: color-burn;
}

.TOPB{
  width:100%;
  border-radius: 10px;
  padding:15px 15px;
  background-color: #a9ce56;
  margin:20px 0;
  margin-top:30px;
}

.TOPB img{
  width:100%;
}

.INFO{
  width:100%; 
  padding:20px 20px;
  padding-top: 0;
}


.INFO P{
  color:;
  margin-bottom:10px;
  font-size: 18px;
  line-height:1.8;
  text-align: ;
  text-justify: ;
  font-family: 'Noto Sans TC', serif;
  color:#ffffff;
}


.INFO h2{
  font-weight: bold;
  display: inline-block;
  color:#a9ce56;
  padding:10px 20px;
  font-size:22px;
  font-family: 'Noto Sans TC', serif;
  margin-bottom:10px;
  margin-top:20px;
  border:1px #a9ce56 solid;
  border-left: 15px #a9ce56 solid;
  letter-spacing: 1px;
}



.INFO h3{
  font-weight: normal;
  display: inline-block;
  color:#FFC408;
  padding:10px 20px;
  font-size:22px;
  font-family: 'Noto Sans TC', sans-serif;
  margin-bottom:10px;
  margin-top:20px;
  border:1px #FFC408 solid;
  border-left: 15px #FFC408 solid;
  letter-spacing: 1px;
}

.INFO h4{
  color:aquamarine;
  padding-top:40px;
  padding-bottom:20px;
  font-size:28px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
}

.INFO h5{  
  color:#FFC408; 
  font-size: 24px;
  margin-bottom:5px;
  font-weight: 300;
  }

.INFO ul{  margin-left:20px;}
.INFO ul li{
  font-size: 17px;
  line-height:1.8;
  padding-left:8px;}
.INFO ul li::marker {
  color:#a9ce56;
  content:"✦";
}

.INFO ul li a:hover{
  font-weight: bold;
  letter-spacing: 1px;
  color:#a9ce56;
}

.ts{  color:#a9ce56;  font-weight: bold;}
.tss{ color:#FFC408;  font-weight: bold;}

.WORD{
  width:100%;
  background-image: url(img/bg2.png);
  background-size:;
  background-repeat: no-repeat;
  background-position: center right;
  padding-top:20px;
  padding-bottom:20px;
  
}


.DATE{
  width:100%; margin-bottom:10px;
}

.bl_btn{
  font-family: 'Noto Sans TC', serif;
  font-size:20px;
  display:inline-block;
	background-color:#a9ce56;
  color:#000000;
  text-decoration:none;
  font-weight: bold;
  padding: 15px 25px;
  margin-top:20px;
  margin-bottom:30px;
  border-radius: 30px;
  letter-spacing: 1px;
  box-shadow: 3px 3px 10px 0px #000000;
}

.bl_btn:hover{
	background-color:#ffffff;
  color:#000000;
	border:solid 1px #ffffff;
  letter-spacing: 1px;
/*  text-shadow: 1px 1px 7px #ffffff;*/
  box-shadow: none;
}



/* --------------------------------

　　　　  電　子　書　區　塊

--------------------------------- */



.EBL{
  width:100%;
  border-radius: 10px;
  padding:0 20px;
  padding-top:30px;
  padding-bottom:10px;
  margin-top:20px;
  background-color: #f0b130;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.b_container{
	width:140px;
	_zoom:1;overflow:hidden;
	margin-bottom:20px;
	text-align: center;
	}

.b_img{
	width:130px; height:180px; overflow:hidden;
	box-shadow: 0 2px 5px 1px #000000;
	margin-bottom:7px;
	}

.b_img:hover{
	box-shadow:0 0px 0px 0px #aaaaaa;
	border:solid 1px #ffffff;
	}

.b_btn_udn, .b_btn_hyread, .b_btn_iread{
    font-family: 'Noto Sans TC', sans-serif;
    display:inline-block;
    text-decoration:none;
    font-size:11px;
    padding: 3px 15px;
    border-radius: 15px;
    margin:3px 0;
    margin-right:5px;
}
  
.b_btn_udn{
  background-color:#9B9068;
  color:#ffffff;
}
  
.b_btn_hyread{
   background: rgb(236,89,56);
   background: linear-gradient(320deg, rgba(236,89,56,1) 0%, rgba(109,19,24,1) 100%);
   color:#ffffff;
}

.b_btn_iread{
  background-color: #eeeeee;
  color:#666666;
}

.eb_note{
  margin-top:20px;
  padding-top:10px;
  border-top:dashed 1px #333333;
  width:95%;
}

.eb_note p{
  font-family: 'Noto Sans TC', sans-serif;
  font-size:13px;
  line-height:1.2;
  color:#eeeeee;
  padding-bottom:10px;
}


.EEE_btn{
	font-family: 'Noto Sans TC', sans-serif;
	font-size:13px;
  display:inline-block;
  background-color:#cccccc;
  color:#333333;
  text-decoration:none;
  padding: 4px 7px;
  margin:3px 3px;
  border-radius: 3px;
  margin-left: 5px;
}

.EEE_btn:hover{
  background-color:#333333;
  color:#ffffff;
}



/* --------------------------
  
  　　　　底　部　版　權
  
-----------------------------*/



.FOOTER{
	width:100%;
	background-color: #49bbbc;
	padding:20px 0;
	text-align:center;
}
.FOOTER a {
	text-decoration:none;
  color:#004358;
}

.FOOTER a:hover {
	font-weight:bold;
	color:#004358;
}

.FOOTER p{
	font-size:15px;
	text-decoration:none;
	line-height:1.6;
	text-align:center;
}


  /* ------------------------
  
  　　　　　大　螢　幕
  
  ---------------------------*/

  @media screen and (min-width:900px) {


    .TOP{
      background-image: url(img/top.png);
      background-position: top center;
      background-size:cover;
      width:100%;
      padding-top:56%;

    }

    .TOPB{
      width:100%;
      border-radius: 10px;
      padding:20px 20px;
      margin-bottom:20px;
    }

    .TOPB img{
      width:50%;
    }

    .INFO{
      padding:30px 30px;
      padding-top:0;
    }
    .INFO p{
      font-size:19px;
    }
    .INFO h2{
      margin-top:0px;
    }

    .WORD{
      width:100%;
      padding-top:20px;    }


    .DATE{ width:100%; }

    .bl_btn{
      font-size:18px;    }

    .b_container{
      width:17%;
      _zoom:1;overflow:hidden;
      margin-bottom:20px;
      text-align: center;
      }
    
    .b_img{
      width:95%; height:auto; overflow:hidden;
      margin-bottom:7px;      }

    .eb_note{
      margin-top:20px;
      padding-top:20px;
    }

    .eb_note p{
      font-family: 'Noto Sans TC', sans-serif;
      font-size:14px;
      line-height:1.4;
      padding-bottom:0;    }

    .EEE_btn{
      padding: 4px 7px;
      margin:0px 3px;
      margin-left: 5px;
    }


  }




  /* ------------------------
  
  　　　　　B i g g e r
  
  ---------------------------*/

  @media screen and (min-width:1317px) {

    .WRAPPER{
      width:1000px;
      _zoom:1;overflow:hidden;
      margin:0 auto;
      box-shadow: 
        0 3px 30px 1px rgba(0, 0, 0, 0.7), 
        -50px -50px 30px 5px rgba(90, 90, 90, 0.2);
    }

    .TOP{
      background-image: url(img/top.png);
      background-position: top center;
      background-size:cover;
      width:100%;
      padding-top:56%;
    }


  }