@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url("reset.css");
/* Extra */
body {
  
  color: #272727;
  margin: 0;
}

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


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

　　　　　  　N A V B A R

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



.navv {
  padding: 10px 30px;
  background-color: #FFFFFF;}
.navv ul li{
  margin: 0 10px;
  font-size: 17px;
  line-height:2;}
.navvli{
  font-size:15px;
  line-height:34px;
  color:#00D9D9;
}

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

	position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
  z-index: 999;
}

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



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

　　　     C O N T E N T

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

.tmb{padding-top:50px;padding-bottom:50px;}

.IN h1{
  font-size:26px;
  display:inline-block;
  padding-bottom:5px;
  margin-bottom:10px;
  margin-top:30px;
  font-weight: 600;}
.IN h1:after {
  content: '';
  width: 100%;
  display: block;}
.IN p{
  margin-bottom:15px;
  font-size: 17px;
  line-height:1.8;
  text-align:justify;
  text-justify: distribute;
}

.IN a:hover{  font-weight: bold;letter-spacing: .5px;}


.IN ul li{
  line-height:1.8;
  margin-bottom:7px;
  background-image: url(img/bg_li_li.png);
  background-repeat: no-repeat;
  padding-left:20px;
}


.h11{
  color:#0095da;
  border-bottom: 7px solid #0095da;}
.h12{
  color:#ed1846;
  border-bottom: 7px solid #ed1846;}

.II{
  margin:0 auto;
  padding-block:30px;
  margin-top:3em;
  width:70%;
  height:;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1.5em;

  background-image: 
    url(img/bg_i_1.png),url(img/bg_i_2.png);
  background-repeat: 
    no-repeat,no-repeat;
  background-position: 
    left bottom,right bottom;
}

.II img{
  width:60%;
  height:auto;}
.II p{
  font-size: 18px;
  line-height:1.8;
  text-align: center;
  padding-top:30px;}


.reff{
  display: block;
  padding:25px;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px 0px rgba(111, 111, 111, 0.6);;
}

.reff p{
  font-size:15px;
  line-height:1.8;
  font-style: italic;
}
.r-t p{
  font-weight: bold;
  text-align: right;
  margin-bottom:0;
}

.mc{margin:0 auto;}

.color-b{color:#00abbd;}
.color-w{color:#ffffff;}
.color-y{color:#fddf6f;}
.color-bd{color:#0054a6;}

.color-br{color:#97810e}
.color-r{color:#f05b68;}
.color-rd{color:#AB3B3A}


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

　    圖  片   圖  片   圖  片

--------------------------------- */
.imgd p,.imgd a,.img50 p{
  font-size:13px;
  line-height:1.5;
  margin-top:10px;}
.imgd a:hover{
  font-weight: bold;}


.img50_o{
  width:100%;display:flex;
  justify-content: space-between;}
.img50{width:47%;}
.img50 img,.imgd img{
  width:100%; 
  height:auto;
  object-fit: cover;}

.is{box-shadow:
  2px 2px 5px 1px rgba(90, 90, 90, 0.6);}

.is2{box-shadow:
  2px 2px 5px 1px rgba(0,0,0, 0.6);}

.is3{
  filter: drop-shadow(2px 2px 3px #666666);
}




.bgi{  
  background-color: #fff1e2;
}
.bg0{  background-image: url(img/bg_0.png);}
.bg1{  
  background-image: url(img/bg_1_1.png),url(img/bg_1.png);
  background-position: bottom center,center center;
  background-repeat: no-repeat,repeat;}
.bg2{  
  background-image: 
  url(img/bg_2_1.png),url(img/bg_2_2.png),url(img/bg_2.png);
  background-position: center right, bottom left, center center;
  background-repeat: no-repeat, no-repeat, repeat;
}
.bg3{  
  background-image: 
  url(img/bg_3_1.png),url(img/bg_3_2.png),url(img/bg_3.png);
  background-position: top right, bottom left, center center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-blend-mode: normal,normal,overlay;
  background-color: #bf3b3a;}
.bg4{  
  background-image: url(img/bg_4.png);
  background-blend-mode: overlay;
  background-color: #0054a6;} 
.bg5{  background-image: url(img/bg_5.png);} 
.bg_g{
  background: #FFFDE9;
  background: linear-gradient(49deg,
  rgba(255, 253, 233, 0.9) 0%, 
  rgba(244, 208, 208, 1) 50%,
  rgba(234, 163, 183, 1) 100%);
} 





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

  .FOOTER,.footer{
    display: flex;
    justify-content: center;

    margin-top:30px;
  }
  
  .FOOTER p{
    display: inline-block;
    color:#666666;
    font-size:13px;
    padding:10px 30px;
    text-align:center;
    border:1px solid #666666;
}

  .footer p{
      display: inline-block;
      color:#ffffff;
      font-size:13px;
      padding:10px 30px;
      text-align:center;
      border:1px solid #ffffff;
  }



  /* ------------------------
  
  　　　　M O B I L E
  
  ---------------------------*/


@media screen and (max-width: 1200px) {

    .II img{ width:80%;}
    .II{  width:90%;} 
  
}


@media screen and (max-width: 1000px) {

.II{
  background-image: url(img/bg_i_1-1.png),url(img/bg_i_2-1.png);
  background-position: 
    left bottom,right top;
  }
 .w50_{width:47%;}
 .mc_{margin:0 auto;}
}

@media screen and (max-width: 736px) {

  .tmb{padding-top:40px;padding-bottom:0;}

  .IN h1{ font-size:22px;  }
  .II{padding-top:40px;}
  .II img{    width:100%;   height:auto;  }
  .II p{  font-size: 15px;}

  .IN p{font-size:15px;}
  .reff{width:95%;}

  .bg2{
    background-image: 
      url(img/bg_2_1.png),url(),url(img/bg_2.png);
    background-size: 200%, 200%, auto;
    background-position: top right, bottom left, center center;
    padding-bottom:20px;}
  .bg3{
    background-size: 200%,200%,auto;
    
  }

    .FOOTER p,.footer p{  font-size:11px;}

  .imgd p,.imgd a,.img50 p{
  font-size:13px;}

#bttop {
	width:80px;
	height:80px;
  right: 40px;
  bottom: 40px;
} 
}














