@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', serif;
}

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

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

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




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

　　　T O P  T O P  T O P

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

.WRAPPER{
  width:100%;
  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: #fef2e4;
    
  background-image: url(img/top-1.png), url(img/bg_b.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100%, 100%;
}


.TOP{

	width:100%;
	padding-top:80%;
}



.TOPB{
  width:100%;
  border-radius: 10px;
  padding:15px 15px;
  background-color: #bf0660;
}

.TOPB img{  width:100%;}

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


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

}


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



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

.ts{
  
  font-weight: bold;
}

.tss{
  color:#889c5b;
  font-weight: bold;
}

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

.ppp{
  padding-right:0px;
  color:;
}

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

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

.bl_btn:hover{
	background-color:#bf0660;
  color:#ffffff;;
	border:solid 1px #bf0660;
  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: rgba(131, 138, 45, 0.7);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.b_container{
	width:140px;
	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:;
  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:#131313;
  color:#ffffff;
}



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



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

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

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


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

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


    .TOP{

      width:100%;
      padding-top:56%;

    }

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

    .TOPB img{
      width:50%;
    }

    .INFO{
      padding:50px;

    }
    .INFO p{
      font-size:16px;
    }
    .INFO h2{
      margin-top:0px;
    }

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

    .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:900px) {

    .WRAPPER{
      max-width:1100px;
      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-image: url(img/top.png), url(img/bg_b.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100%, 100%;
    }



  }