@charset "utf-8";
@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Noto+Serif+TC:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

*{
    box-sizing: border-box;

    /*
    font-family: "Playfair Display", serif;
    font-family: "Crimson Pro", serif;
    */
    font-family: 'Noto sans TC', sans-serif;  
    font-weight: 500;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {  scroll-behavior: smooth;}
body{   background-image: url(img/footer_lodyas.png);}

#bttop {
  position: fixed;
  right: 60px;
  bottom: 60px;

  width:100px;
  height:100px;
  background-image: url(img/bttop.png);
  background-size:cover;
  background-position: center center;
  cursor: pointer;
  z-index:998;}
#bttop:hover{
  background-image: url(img/bttop-1.png);
}


/* --------------------------

  　　N A V * N A V * N A V
  
-----------------------------*/

.logo h4{
  padding-left:37px;
  font-size:18px;
  height:25px;
  font-weight: normal;
  background-image: url(img/logo_w.svg);
  background-repeat: no-repeat;
  color: #ffffff;
  padding-right:10px;
}

.container {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 30px;}

.bg-nav {
  display: flex;
  align-items: ;
  justify-content: space-between;
  width: 100%;
  height: ;
  margin: 0 auto;
  padding-block:15px;
  padding-left:50px;}


.navbar li a{
  color:#DB8E71;
  font-size:18px;
  line-height: 1.6;
  transition:0.5s ease;
  transform: translateX(0%);
  margin-right:0px;}

.navbar li a:hover{ 
  color:#ffffff;
  font-weight: bolder;
  text-shadow: 1px 1px 4px #000000;}

.nliw{color:#ffffff;}

.menu-item { display: inline-block;}
.menu{color:;}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.6rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;}
.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background: #ffffff;}
.burger-line:nth-child(1) {  top: 0px;}
.burger-line:nth-child(2) {  top: 0.5rem;  width: 70%;}
.burger-line:nth-child(3) {  top: 1rem;}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 1200px) {

  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .bg-nav {
    justify-content: space-between;
    padding-left:30px;
    height:50px;  }

  .navbar {
    position: fixed;
    top: 0;
    left: -400%;
    width: 400px;
    height: 100%;
    padding-inline:50px;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: var(--shadow-medium);
    background: rgba(30, 30, 30, 0.7);
    transition: all 0.5s ease;  }
  .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;  }

  .menu {
    display: flex;
    flex-direction: column;
    align-items:space-around;
    text-align: center;
    width: 100%;
    height: 100vh;
    padding-top:2em;
    background-image: url(img/bg_nav.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;  }

  .menu-item{
    padding:20px 0;
  }
  .navbar li a{
    font-size:20px;
    line-height: 1.1;
    text-shadow: 2px 2px 5px #000000;
    transition:0.5s ease;
    transform: translateX(0%);
    margin-right:0;  }

    nav ul{
      display:flex;
      flex-wrap: wrap;
      padding-top:0;
      justify-content: center;
    }

}



/* --------------------------------

　!!!　WRAPPER WRAPPER WRAPPER !!!

---------------------------------- */


.WRAPPER{max-width:1100px;
	margin:0 auto;
	box-shadow: 
		0 3px 30px 1px rgba(0, 0, 0, 0.7), 
		-30px -30px 10px 5px rgba(90, 90, 90, 0.2);
  background-color: #ffffff;
}

.bgt{
	width:100%;
	height:85vh;
	background-image: url("img/bg_top1.png"), url("img/bg_top2.png"), url("img/bg_top3.png"), url("img/bg_top.png");
	background-position: top left, top right, top center, top center;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, cover, cover;
}

.CONTENT{ padding:30px 50px;}

.CONTENT h2{
  font-size:40px;
  margin-top:30px;
  margin-bottom:50px;
  padding-bottom:5px;
  padding-left:15px;
  line-height:50px;
  font-family:  "Noto Serif TC", serif;
  font-weight: 600;
  }
.h2A{color:#0D5661;}
.h2B{color:#C18A26;border-left:2px solid #C18A26;}

.CONTENT h3{
  font-size:30px;
  margin-top:20px;
  margin-bottom:20px;
  font-family:  "Noto Serif TC", serif;
  line-height:1.4;
  }
.CONTENT h4{
  font-size:20px;
  display: inline-block;
  margin-top:20px;
  margin-bottom:10px;
  color:#ffffff;
  padding:0 10px;}
.CONTENT p{
  font-size:17px;
  line-height:1.8;
  padding-bottom:20px;
  text-align: justify;
}

.ppl_{padding-left:50px;}

.CONTENT p a{
  color:#000000;
  text-decoration: underline;}
.CONTENT p a:hover{
  letter-spacing: 1px;
  color: #C18A26;
  padding-inline: 5px;
}

.DFt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bb{font-weight: 700;}
.nn{font-size:13px;}
.nnn{font-size:13px;color:#7b8575;}
.btn_mediao{
  font-size:18px; 
  font-family: 'Roboto', sans-serif;
  padding:4px 8px;
  color:#F05E1C;
  border:1px solid #F05E1C;
  border-radius: 5px;
  line-height: 1.8;
  margin-left:5px;
}

.twocol{  column-count: 2;  column-gap: 40px;}
.mb50{margin-bottom: 50px;}
.mb30{margin-bottom: 30px;}
.mt30{margin-top: 30px;}
.mt_20{margin-top:20px;}


.colorA{color:#0D5661;}
.colorB{color:#C18A26;}

/* --------------------------
  
  　　圖片  圖片  圖片  圖片
  
-----------------------------*/


.DFf{
  display: flex;
  flex-wrap: wrap;
  align-items: start;

}



.wid20{ width:18%;} 
.wid25{ width:23%;}
.wid35{ width:35%;}
.wid40{ width:38%;}
.wid45{ width:43%;}
.wid50{ width:48%;}

.wid70{ width:72%;}

.DFs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fc{flex-direction: column;}

.wid_40{  width:43%;}
.wid_60{  width:58%;}

.wid_30{  width:25%;}
.wid_70{  width:73%;}





/* -------------------------------


           圖及影片


---------------------------------- */

img { border-style: none; }
a img  {    border: none; } 

.imgbox{
  margin:10px;
  box-shadow: 2px 2px 5px #888888;
  overflow: hidden;}
.imgbox img{
  object-fit: cover;
  width:100%;
  height:100%;

  transition-duration: .1s;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.Dimg{   width:12%;}
.Dimg2{  width:14%;}
.Dimg3{  width:22%;}
.Dimg33{  width:31%;}
.Dimg4{  width:45%;}

.Dimg, .Dimg2 ,.Dimg3,.Dimg4,.Dimg33{
  overflow: hidden;
  margin:5px 3px;
}

.Dimg img, .Dimg2 img, 
.Dimg3 img,.Dimg4 img,
.Dimg33 img
{ width:95%; 
  box-shadow: 3px 3px 5px #cccccc;
  transition-duration: .1s;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;}
.Dimg p, .Dimg2 p, 
.Dimg3 p, .Dimg4 p,.Dimg33 p
.vp p
{  font-size:14px;line-height:1.4;color:#666666;}
.vp p{  padding-bottom:5px;}

.imgfit{
  object-fit: cover;
  width:100%;
  height:100%;
}

.imgw{display:flex;
  margin-top:5px;}
.imgw p,.yw .imgw p{
  font-size:13px;
  line-height:1.5;
  color:#666666;}


/* --------------------------
  
  　　議程    議程    議程
  
-----------------------------*/

.time{
  color:#0D5661;
  font-family: 'Times New Roman', Times, serif;
  font-weight: normal;
  font-size:22px;
  line-height:28px;
  width:120px;
  text-align: justify;
}

.time2{
  color:#0D5661;
  font-family: 'Times New Roman', Times, serif;
  font-weight: normal;
  font-size:22px;
  line-height:28px;
  width:200px;
  text-align: justify;
}

.events{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding-block:5px;}
.events p{ 
  line-height:28px;
  padding-bottom:0;}
.events h6{
  font-weight: bold;
  font-size:18px;
  padding-bottom:10px;
}
.nt{
  font-size:14px;
}



/* --------------------------
  
  　　　　F O O T E R
  
-----------------------------*/

footer{
  width:100%;
  background-color:#DB8E71;
  padding:20px 0;
  text-align: center;
}

footer p,.footer p{
  text-decoration: none;
  font-size:14px;
  line-height:1.6;
  color:#eeeeee;
  padding-bottom:5px;
}

footer a,.footer a{  color:#eeeeee;}
footer a:hover,.footer a:hover{
  color:#c7c7ab;
  letter-spacing: 1px;}  

.footer{
  width:100%;
  padding:20px 0;
  text-align: center;}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  


  ★ ★ ★  --- RWD - 平 板  --- ★ ★ ★
  


■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■



 ★ ★ ★ --- Tablet & Desktop --- ★ ★  ★
  


■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media (max-width: 1100px) {

  nav{
    justify-content: space-between;
    height:70px;
    padding:0 30px;
  }

   .navbar {
    width: 70%;
    padding-inline:30px;
    }

  .burger{
    display: block;
  }



   .yps{    display: block;  }

   .lll{border: none;}


  .bgt{
    background-image: url("img/bg_top_m.png");
    background-size: cover;
    height:auto;
    padding-top:145%;
  }
  .mt_20{margin-top:0;}

  .wid20,.wid25,.wid35,.wid70,
  .wid40,.wid45  {width:100%;}
  .c_{margin:0 auto;}

}

@media (max-width: 800px) {
  .Dimg,.Dimg2,.Dimg3,.Dimg33{width:45%;}
  .Dimg4{width:100%;}

  .ppl_{padding-left:0;}
  

}


@media (max-width: 600px) {

  .logo {
    margin-right: auto;
    height:20px;
    width:auto;
  }


  .bb{display: block;}

  #bttop {
    position: fixed;
    right: 40px;
    bottom: 40px;
  
    width:80px;
    height:80px;
  }
  



  .i100,.wid50{width:100%;}
  .imgbox{margin:7px;}



  .mb-2{margin-bottom:20px;}

  .CONTENT{ padding:30px 30px;}
  .CONTENT h2{font-size:32px;line-height:40px;}


  .time{
    font-size:28px;width:100%;
    margin-bottom:5px;}
  .events{
    padding-block:10px;
    border-bottom:1px dotted #cccccc;}

}



.nav-active{
  transform: translateX(0);
}

@keyframes navLinkFade{
  from{
    opacity: 0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}
.toggle .line1{
   transform: rotate(-45deg) translate(-5px,6px );
}
.toggle .line2{
   opacity: 0;
}
.toggle .line3{
   transform: rotate(45deg) translate(-5px,-6px );
}