@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;
}

:root{
  --colorA:#cd5e3b;
  --colorA-:#636135;
  --colorB:#0092bb;
  --colorB-:#5378a5;
  --colorC:#00888a;
  --colorC-:#b46c52;  
  --colorD:#dae24a;
  --colorD-:#f4a57a;
  --colorE:#008087;
  --colorE-:#326f63;
}


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

　　　　　  　N A V B A R

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



.navv {
  padding: 10px 30px;
  background-color: #FFFFFF;}
.navv ul li{
  margin: 0 6px;
  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;}



.h1_en{
  font-size:20px;
  font-weight: normal;
}
.p_en p{
    font-size: 13px;
    line-height:1.6;
    color:#444444;
    font-weight: 100;
}

.imgp_en p{}


.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;
}

.IN h2{
  font-size: 18px;
  display: inline-block;
  padding:3px 7px;
  margin-bottom:6px;
  margin-top:15px;
}

.h21{
  background-color:var(--colorA);
  color:#ffffff;}
.h22{
  background-color:var(--colorB);
  color:#ffffff;}
.h23{
  background-color:#ee7800;
  color:#ffffff;}
.h24{
  background-color:var(--colorD);
  color:#000000;}
.h25{
  background-color:var(--colorE);
  color:#ffffff;}


.h11{
  color:var(--colorA);
  border-bottom: 7px solid var(--colorA);}
.h12{
  color:var(--colorB);
  border-bottom: 7px solid var(--colorB);}
.h13{
  color:var(--colorC);
  border-bottom: 7px solid var(--colorC);}
.h14{
  color:var(--colorD);
  border-bottom: 7px solid var(--colorD);}
.h15{
  color:var(--colorE);
  border-bottom: 7px solid var(--colorE);}







.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;}

.cr1{color:var(--colorA-);}

.cr2{color:var(--colorB-);}
.cr3{color:var(--colorC-);}
.cr4{color:var(--colorD-);}
.cr5{color:var(--colorE-);}




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

　    圖  片   圖  片   圖  片

--------------------------------- */
.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-image: url(img/home.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
  padding-top:42%;
}
.bg0{  background-image: url(img/bg_0.png);}
.bg1{  
  background-color: #cdc49c;
  background-image: url(img/bg_01.png),url(img/bg_1.png);
  background-position: top center,center center;
  background-repeat: no-repeat,repeat;
  background-size: cover, auto;}
.bg2{  
  background-color: #e5e0d4;
  background-image: 
  url(img/bg_02.png),url(img/bg_2_2.png),url(img/bg_2.png);
  background-position: center top, bottom left, center center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: cover, auto, auto;
}
.bg3{  
  background-color: #fce4d6;
  background-image:  url(img/bg_03.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
}
.bg4{  
  background-color: #877e5d;
  color:#ffffff;
  background-image:  url(img/bg_04.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;
}
.bg5{
  background-color: #addef7;
  background-image:  url(img/bg_05.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;
} 





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

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

    margin-top:40px;
  }
  
  .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) {

  .bgi{  
  background-image: url(img/home_m.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top:140%;
  }
  
}


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



 .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;  }

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



  .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;
} 
}














