@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, section, article, footer {
  padding: 0;
  margin: 0;
}
body {
  font-family:"Poppins", sans-serif, "Noto Serif TC", serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}
/* Reset */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix hack */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
section, article, footer {
  display: block;
}
img {
  border: 0;
  display: block;
  margin: 0 auto;
}
ul, ol, li {
  list-style-type: none;
  list-style-image: none;
}
:link, :visited, :hover, :active, :focus {
  -webkit-transition: color .4s linear, background-color .4s linear, border-color .4s linear, padding .4s linear, opacity .4s linear, all .4s, -webkit-filter .4s linear;
  -o-transition: color .4s linear, background-color .4s linear, border-color .4s linear, padding .4s linear, filter .4s linear, opacity .4s linear, all .4s;
  transition: color .4s linear, background-color .4s linear, border-color .4s linear, padding .4s linear, filter .4s linear, opacity .4s linear, all .4s, -webkit-filter .4s linear, all 0.5s ease-out;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: all 0.5s ease-out;
}
a:hover, a:active {
  transition: all 0.5s ease-out;
}

.wrap {
  display: block;
  position: relative;
  width: 100%;
	overflow: hidden;
/*padding-bottom: 2.5rem;*/
background: #fff;
	/*background: linear-gradient(180deg, #124472, #1f5e99);
  background: -moz-linear-gradient(90deg, #712d80, #93b6d6, #91cacd);
  background: -webkit-linear-gradient(-45deg, #712d80, #93b6d6, #91cacd);
  background: -o-linear-gradient(-45deg, #712d80, #93b6d6, #91cacd);
  background: -ms-linear-gradient(-45deg, #712d80, #93b6d6, #91cacd);*/
}

.cm-sign {
  position: fixed;
  top: 68%;
  right: 0;
  width: 120px;
  z-index: 9998;
}
.cm-sign_m{display: none;}
.cm-sign a img, .cm-sign_m a img{
  max-width: 100%;
}
.cm-sign img {
  animation: signsign;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
}
@keyframes signsign {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*- Header --------------------------------------------------------------------------*/
.hdr {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 0;
  background: rgba(29, 25, 137, .85);
}
.logo_clm {
  display: block;
  float: left;
  width:156px;
	/*width:8vw;*/
  margin: 1.25rem;
}

.logo_clm a img{
  max-width: 100%;
}



/*- Menu --------------------------------------------------------------------------*/
.thenav {
  display: block;
  overflow: hidden;
  float: right;
	width: 620px;
  /*width: 51.3021vw;*/
}
.thenav ul {
  line-height: 2rem;
}

.thenav li a {
  display: block;
  float: left;
	width: 124px;
	/*width: 10.2vw;*/
  font-size: 1.125rem;
	/*font-size: 1.145vw;*/
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.5;
	text-align: center;
  padding: 1.5rem 0;
  color: #fff;
  letter-spacing: 3px;
	background:none;
  text-decoration: none;
}
.thenav li a:hover, .thenav li a:active {
	background:#171346;
  color: #ffef4a;
	font-weight: 600;
	letter-spacing: 5px;
  text-decoration: none;
}
.thenav ul > li a.ylw{
  color: #ffef4a;
}

/*Section-00*-----------------------------------------------------------*/
.kv_m{ display:none;}
.scene {
  position:relative;
  bottom:0;
  left:0;
  overflow:hidden;
  right:0;
  top: 0;
  height:100vh;
	height:1000px;
  /*background: linear-gradient(180deg, #124472, #1f5e99);
  background: -moz-linear-gradient(180deg, #124472, #1f5e99);
  background: -webkit-linear-gradient(180deg, #124472, #1f5e99);
  background: -o-linear-gradient(180deg, #124472, #1f5e99);
  background: -ms-linear-gradient(180deg, #124472, #1f5e99);*/
}
.scene > div {
  position:absolute;
}
/*.main_kv {
  display: block;
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #124472, #1f5e99);
  background: -moz-linear-gradient(180deg, #124472, #1f5e99);
  background: -webkit-linear-gradient(180deg, #124472, #1f5e99);
  background: -o-linear-gradient(180deg, #124472, #1f5e99);
  background: -ms-linear-gradient(180deg, #124472, #1f5e99);
 height: 920px;
}*/
.place-date-sign{
	width: 67.7vw;
    left: 50vw;
	margin-left: -33.85vw;
	 bottom: 5rem;
	background: rgba(0,105,255,.8);
	padding: 1.4rem;
	color: #fff;
	/*font-size: 1.75rem;*/
	font-size: 1.458333333vw;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
	font-weight: 600;
	letter-spacing: .1rem;
	z-index: 999;
}
.place-date-sign > .where{
	display: block;
	float: left;
}
.place-date-sign > .when{
	display: block;
	float: left;
	margin-left: 11.5vw;
}
.place-date-sign > .sign-up a{
	display: block;
	float: right;
	text-decoration: none;
	color: #fff;
}
.place-date-sign > .sign-up a:hover{
	text-decoration: none;
	color: rgba(255,239,74,1);
}

.slg01 {
  width: 80.625vw;
  top: 140px;
  left: 11vw;
	z-index: 909;
}
.slg02 {
  width: 98vw;
  top: 90px;
  left: -2vw;
	z-index: 901;
}
.slg03 {
  width: 62.239583333vw;
  top: 560px;
  left: 13vw;
	z-index: 902;
}
.el01{
	width: 44.79vw;
  top: -280px;
  right: -14vw;
	z-index: 904;
}
.el02{
	width: 32.96875vw;
  top: 590px;
  right: -11vw;
	z-index: 905;
}

.kv_bg {
  width: 100%;
  top:0;
	z-index: 900;
}

.slg01 img, .slg02 img, .slg03 img, .kv_bg img, .el01 img, .el02 img{
  max-width: 100%;
}
.kv_m{ display: none; }



/*Section-01*-----------------------------------------------------------*/
.sec01{
	display: block;
	position: relative;
	width: 100%;
	z-index: 1100;
	background: linear-gradient(180deg, #ff790b, #eb008b,#0077f5);
  background: -moz-linear-gradient(180deg, #ff790b, #eb008b ,#0077f5);
  background: -webkit-linear-gradient(180deg, #ff790b, #eb008b ,#0077f5);
  background: -o-linear-gradient(180deg, #ff790b, #eb008b,#0077f5);
  background: -ms-linear-gradient(180deg, #ff790b , #eb008b ,#0077f5);
	padding: 5rem 0;
	/*padding-bottom: 40px;*/
}
.container{
	display: block;
	position: relative;
	overflow: hidden;
    /* width: 1300px;
	left: 50%;
	margin-left: -650px;*/
	width: 67.7vw;
    left: 50vw;
	margin-left: -33.85vw;
}
.sec01_cont{
	z-index: 1200;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
}
.sec01_cont h3{
	display: block;
	float: left;
	width: 50%;
	font-weight: 800;
	color: #fff;
	font-size: 3.645833333vw;
	line-height: 1.3;
	text-align: justify;
}
.sec01_cont h3 b{
	display:block;
	font-weight: 800;
	color: #fff;
	font-size: 4.375vw;
	line-height: 1.4;
}
.sec01_cont p{
	display: block;
	float: right;
	width: 43%;
	font-weight: 500;
	color: #fff;
	font-size: 1.041666666vw;
	line-height: 1.7;
	text-align: justify;
	margin-top: 5rem;
}
.sec01-point{
	position: absolute;
width: 24.84375vw;
  top: 90px;
  right: -1vw;
	z-index: 1101;
}
.sec01-point img{
  max-width: 100%;
}


/*Section-02*-----------------------------------------------------------*/
.sec02{
	display: block;
	position: relative;
	width: 100%;
	z-index: 2000;
	background: url("../img/sec02_bg.png") repeat;
	padding: 4rem 0 1rem;
}

.sec02_cont{
	z-index: 2001;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
}
.h_txt{
	display: block;
	overflow: hidden;
	width: 100;
	text-align: center;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
	margin-bottom: 2rem;
}
.h_txt h3{
	font-weight: 700;
	color: #171346;
	font-size: 3.25rem;
	line-height: 1.7;
	letter-spacing: .2rem;
}
.h_txt p{
	font-weight: 700;
	color: #171346;
	font-size: 1.75rem;
	line-height: 1.7;
	letter-spacing: .3rem;
}

.mega_ytb{
	position: relative;
	width: 100%;
	padding: 4.8rem 0;
}

/*.mega_ytb_cont{
	display: block;
	position: relative;
	overflow: hidden;
    
	width: 67.7vw;
    left: 50vw;
	margin-left: -33.85vw;
	z-index: 2100;
}*/
.mega_ytb_cont {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 1rem auto;
  width: 900px;
	height: 450px;
  z-index: 2100;
}

.mega_ytb h2{
	position: absolute;
	color: #c6c6c6;
	font-size: 6.25vw;
	letter-spacing: .1rem;
	font-weight: 800;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
	
}
.light01{
	margin-top: 5rem;
	top: .2rem;
  left: .2vw;
	z-index: 2004;
}
.light02{
	bottom: 2rem;
  left: 4vw;
	z-index: 2005;
}
.light03{
	bottom: 6rem;
  right: 6vw;
	z-index: 2006;
}
.sec02_el01{
	position: absolute;
width: 21.197916666vw;
  top: -150px;
  left: -7.5vw;
	z-index: 2001;
}
.sec02_el02 {
  position: absolute;
  width: 65.98vw;
  bottom: -20px;
  right: -6vw;
  z-index: 2003;
}
.sec02_el01 img , .sec02_el02 img{
  max-width: 100%;
}


/*Section-03*-----------------------------------------------------------*/

.sec03{
	display: block;
	position: relative;
	width: 100%;
	z-index: 3000;
	padding: 5.5rem 0;
	background: linear-gradient(135deg, #7e7bff, #0069ff);
  background: -moz-linear-gradient(135deg, #7e7bff, #0069ff);
  background: -webkit-linear-gradient(135deg, #7e7bff, #0069ff);
  background: -o-linear-gradient(135deg, #7e7bff, #0069ff);
  background: -ms-linear-gradient(135deg, #7e7bff, #0069ff);	
}

.sec03_cont{
	z-index: 3100;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
	
}
.sec03_cont ul{}
.sec03_cont li{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin: 25px 10px;
	width: calc(24.99999% - 25px);
	color: rgba(255,255,255,1);
}
.sec03_cont li h6{
	display: block;
	overflow: hidden;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: .5rem;
}
.ta01{
	border-left: 5px solid #2423cd;
	padding-left: .5rem;
}
.ta02{
	border-left: 5px solid #ff790b;
	padding-left: .5rem;
}
.ta03{
	border-left: 5px solid #ffef4a;
	padding-left: .5rem;
}
.ta04{
	border-left: 5px solid #fe30d6;
	padding-left: .5rem;
}
.spkr{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 1rem;
}
.spkr a img{
	max-width: 100%;
  transition: 1s;
	opacity: 0.93;
}

.spkr a:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.spkr a h3{
	display: block;
	position: absolute;
	color: #fff;
	font-size:2.25rem;
	/*font-size: 1.875vw;*/
	font-weight: 700;
	bottom: 1rem;
	line-height: 1.3;
	left: 1.2rem;
	z-index: 3010;
	text-decoration: none;
	text-shadow: 0 0 5px rgba(29,15,88,0.6);
}

.spkr a h3 small{
	display: block;
	font-size:1rem;
	/*font-size:.9vw;*/
	font-weight: 500;
	line-height: 1.7;
	margin-top: .125rem;
	text-decoration: none;
}
.spkr a:hover h3,.spkr a:hover h3 small{
	text-decoration: none;
}

#overlay_wrap .spk_info {
  display: flex;
  justify-content: space-between;
  letter-spacing: 1px;
	color: #171346;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
}
#overlay_wrap .spk_info .spk_pic {
  flex: 0 0 240px;
  margin-right: 40px;
}
#overlay_wrap .spk_info .spk_pic img{
  vertical-align: top;
  max-width: 100%;
}
#overlay_wrap .spk_info .spk_txt {
  width: 100%;
  text-align: left;
}

#overlay_wrap .spk_info .spk_txt .spk_name {
  font-size: 2.5rem;
  font-weight: 700;
	color: #171346;
}
#overlay_wrap .spk_info .spk_txt .spk_title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.125rem;
  line-height: 1.5;
  margin-top: .5rem;
}

#overlay_wrap .spk_info .spk_txt .spk_title::after {
  content: "";
  display: block;
  width: 90px;
  height: 8px;
  background: #0069ff;
	margin-top: 1.5rem;
}


#overlay_wrap .spk_info .spk_txt p {
  margin: 1.2rem 0 ;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #333;
  font-size: 18px;
	padding-bottom: .5rem;
}
#overlay_wrap .spk_bg {
  display: block;
	position: absolute;
	bottom: 0;
	width: 10vw;
	left: 12px;
	z-index: 1;
}
#overlay_wrap .spk_bg img {
  max-width: 100%;
}

.sec03 h1{
	position: absolute;
	color: rgba(255,255,255,.15);
	font-size: 9.375vw;
	letter-spacing: .1rem;
	font-weight: 800;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
	top: 1rem;
	left: -1vw;
	z-index: 3001;
}

.sec03_cmsd{
	position: absolute;
width: 97.4vw;
  bottom: .5rem;
  right: -2vw;
	z-index: 3002;
}
.sec03_cmsd img{
  max-width: 100%;
}

/*Section-04*-----------------------------------------------------------*/
.sec04{
	display: block;
	position: relative;
	width: 100%;
	z-index: 4000;
	background: linear-gradient(0deg, #eb6031, #eb067f,#803ec2);
  background: -moz-linear-gradient(0deg, #eb6031, #eb067f ,#803ec2);
  background: -webkit-linear-gradient(0deg, #eb6031, #eb067f ,#803ec2);
  background: -o-linear-gradient(0deg, #eb6031, #eb067f,#803ec2);
  background: -ms-linear-gradient(0deg, #eb6031 , #eb067f ,#803ec2);
	padding: 5rem 0 1rem;
}
.sec04_cont{
	display: block;
	position: relative;
	overflow: hidden;
	/*width: 1300px;*/
	width: 1200px;
	margin: 7.5rem auto 3rem;
	z-index: 4050;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
}

.thedate{
	display: block;
	position: absolute;
	width: 760px;
	width: 39.583333333vw;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
	color: #fff;
	font-weight: 600;
	padding:1.5rem 1rem;
	top: 0;
	left: 0;
	z-index: 4051;
	background: linear-gradient(0deg, #0077f5, #eb008b,#ff790b);
  background: -moz-linear-gradient(0deg, #0077f5, #eb008b,#ff790b);
  background: -webkit-linear-gradient(0deg, #0077f5, #eb008b,#ff790b);
  background: -o-linear-gradient(0deg, #0077f5, #eb008b,#ff790b);
  background: -ms-linear-gradient(0deg, #0077f5, #eb008b,#ff790b);
}
.date-cnt{
	display: block;
	width: 100%;
	overflow: hidden;
}
.date-cnt h2{
	float: left;
	font-weight: 700;
	font-size: 66px;
	font-size: 3.4375vw;
	letter-spacing: .2rem;
}
.date-cnt span{
	float: left;
	font-weight: 500;
	font-size: 32px;
	font-size: 1.7vw;
	line-height: 1.4;
	text-align: center;
	padding: 0 .4rem;
	margin: .5rem .5rem;;
	border: 1px solid #fff;
}
.date-cnt small {
  display: block;
  float: left;
  width: 3.4375vw;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.354166666vw;
  line-height: 1.05;
  text-align: center;
  padding-top: .25rem;
}
.date-cnt h3{
	display: block;
  float: left;
	font-weight: 700;
	font-size: 38px;
	font-size: 1.979166666vw;
	letter-spacing: .2rem;
	margin: .5rem 0 0 15vw;
}
.date-cnt a i, .date-cnt a:hover i {
  display: block;
  float: left;
  font-size: 1.4vw;
  color: #fff053;
  margin-left: .5rem;
  margin-top: .9rem;
  text-decoration: none;
}
.sec04 h1{
	position: absolute;
	color: rgba(255,255,255,.15);
	font-size: 9.375vw;
	letter-spacing: .1rem;
	font-weight: 800;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
	top: 4rem;
	right: 18vw;
	z-index: 4002;
}

/*AGENDA*/
.timetable {
  display: block;
	float: left;
  overflow: hidden;
  margin: 2.5rem 0 0 0;
  width: 50%;
}
.timetable ul {
}
.timetable li {
  display: block;
  margin-bottom: 1.4rem;
  color: #fff;
}
.clock {
  display: inline-block;
  width: 130px;
  text-align: center;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 24px;
  line-height: 40px;
  margin-right: 6px;
  vertical-align: top;
  border: 2px solid rgba(255,255,255,.4);
}

.clock_A {
	color: #fff;
	background: none;
  /*background: linear-gradient(-45deg, #70a68f, #87b27c);
  background: -moz-linear-gradient(-45deg, #70a68f, #87b27c);
  background: -webkit-linear-gradient(-45deg, #70a68f, #87b27c);
  background: -o-linear-gradient(-45deg, #70a68f, #87b27c);
  background: -ms-linear-gradient(-45deg, #70a68f, #87b27c);*/
}
.clock_B {
	color: #fff;
	background: none;
  /*background: linear-gradient(-45deg, #fbf7b0 10%, #e9fdda 90%);
  background: -moz-linear-gradient(-45deg,  #fbf7b0 10%, #e9fdda 90%);
  background: -webkit-linear-gradient(-45deg,  #fbf7b0 10%, #e9fdda 90%);
  background: -o-linear-gradient(-45deg,  #fbf7b0 10%, #e9fdda 90%);
  background: -ms-linear-gradient(-45deg,  #fbf7b0 10%, #e9fdda 90%);*/
}
.agd_cnt {
  display: inline-block;
  width: calc(99.99% - 170px);
}
.agd_cnt p {
	width: 100%;
  font-size: 1.35rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  font-family:"Poppins", "Noto Sans TC", sans-serif;
	padding-top: .2rem;
}
.agd_cnt p b {
	display: block;
  font-weight: 800;
	 line-height:1.4;
	margin-top: .25rem;
	text-align: justify;
	color: #fdf8c1;
}
.agd_cnt p small{
  font-size: .9rem;
  font-weight: 500;
  color: #fff;
}
.agd_cnt p span{
  font-weight: 500;
  color: #fff;
	margin-right: 0;
	font-size: 1rem;
}
.agd_cnt h2{
  display: block;
	overflow: hidden;
	width: 100%;
	margin-top: .3rem;
}
.agd_cnt h2 b {
  display: block;
  font-size: 1.45rem;
  line-height: 1.5;
  font-weight: 800;
  color: #fff;
}
.agd_cnt h2 span{
	display: block;
	width: 100%;
  font-size: .9rem;
  font-weight: 500;
  color: #fff;
}
.eng{
	line-height: 1.35;
}
.agd_cnt h6 {
	display: block;
	width: 70px;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
	border: 1px solid #fff;
  color: #fff;
	text-align: center;
  font-family:"Poppins", "Noto Sans TC", sans-serif;
	margin: 1.1rem 0 .2rem;
}

/*.timetable li small {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 1.5rem;
}*/

.sec04_r{
	position: absolute;
width: 39.583333333vw;
  bottom: 120px;
  right: -2vw;
	z-index: 4002;
}
.sec04_r img{
  max-width: 100%;
}

/*Section-05*-----------------------------------------------------------*/
.sec05{
	display: block;
	position: relative;
	width: 100%;
	z-index: 5000;
	padding: 2.5rem 0;
	background: #fff;
	/*background: linear-gradient(135deg, #7e7bff, #0069ff);
  background: -moz-linear-gradient(135deg, #7e7bff, #0069ff);
  background: -webkit-linear-gradient(135deg, #7e7bff, #0069ff);
  background: -o-linear-gradient(135deg, #7e7bff, #0069ff);
  background: -ms-linear-gradient(135deg, #7e7bff, #0069ff);*/	
}

.sec05_cont{
	z-index: 5100;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
	display: block;
  position: relative;
  overflow: hidden;
  width: 1300px;
  left: 50%;
  margin-left: -650px;
}

.gifts_wrp{
	display: flex;
  justify-content: center;
  margin:3rem auto ;
  width: 100%;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
}
.gifts-mg{margin:0 auto 3rem;}
.gift{
	display: block;
	width: calc(33.333% - 2.01rem);
	overflow: hidden;
	margin:0 1rem;
}
.gift-tt{
	display: flex;
  justify-content: center;
  margin:0 auto;
  width: 100%;
	text-align: center;
}

.gift-tt h3{
	display: block;
  font-size: 2.75rem;
  /*line-height: 1.7;*/
  font-weight: 700;
  color: #0069ff;
	text-align: center;
}
.full{display:block; margin-top: 4rem;}
.gift-tt span{
	display: block; 
	width: 33%; 
	margin: .5rem auto;
	font-size: .85rem;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(23,19,70,1);
	text-align: justify;
}
.gift-tt p {
  display: block;
  width: 50px;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  margin-left: .5rem;
  height: 30px;
  margin-top: .7rem;
}
.gift img{
	/*display: block;*/
	margin: 1rem auto 0;
  max-width: 380px;
	/*border-radius: 5rem;
	border: 4px solid #D8D8D8;*/
}
/*.gift img.pc_{ display: block;}
.gift img.mb_{ display: none;}*/
.gift h4{
	display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(23,19,70,1);
	text-align: center;
}
.gift h5{
	display: block;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 600;
  color: rgba(126,123,255,1);
	text-align: center;
}
.gift small{
	display: block;
  font-size: .85rem;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(23,19,70,1);
	text-align: justify;
	margin: .5rem auto;
	width: 90%;
}
.price{
	display: block;
  width: 150px;
  font-size: .9rem;
  line-height: 1.7;
  font-weight: 400;
  border: 1px solid rgba(126,123,255,1);
  color: rgba(126,123,255,1);
  text-align: center;
  margin: .75rem auto;
}


.sec05_01{
	position: absolute;
  width: 17.86vw;
  top: -60px;
  left: -4vw;
	z-index: 5002;
}
.sec05_02 {
  position: absolute;
  width: 21.82vw;
  top: 380px;
  right: -1vw;
  z-index: 5003;
}
.sec05_01 img,.sec05_02 img{
  max-width: 100%;
}

/*Section-07*-----------------------------------------------------------*/

.sec07{
	display: block;
	position: relative;
	width: 100%;
	z-index: 7000;
	/*background: #73adff;*/
	background: #9fc0f6;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
	overflow: hidden;
}
.sec07 h2{
	display: block;
	position: relative;
	margin: 3rem auto 2rem;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 800;
	z-index: 7001;
	color: #fff;
}
.news_area{
	display: block;
	float: left;
	width: 56%;
	overflow: hidden;
}
.rpt-slider {
  display: block;
  overflow: hidden;
  width: 47.9vw;
  margin: 0 auto;
}
.ytlist_area{
	display: block;
	float: left;
	width: 44%;
	overflow: hidden;
}


/*footer*/
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1rem;
  /*margin-top: -150px;*/
  z-index: 9997;
	font-family:"Poppins", "Noto Sans TC", sans-serif;
	background:#171346;
  /*background: linear-gradient(-45deg, #9bb245, #535840);
  background: -moz-linear-gradient(-45deg, #9bb245, #535840);
  background: -webkit-linear-gradient(-45deg,#9bb245, #535840);
  background: -o-linear-gradient(-45deg, #9bb245, #535840);
  background: -ms-linear-gradient(-45deg, #9bb245, #535840);*/
}
.ft-cnt{
	display: block;
	width: 1200px;
	overflow: hidden;
	margin: 2rem auto 0;
}
.ft-cnt h3{
	display: inline-block;
	overflow: hidden;
	width: 180px;
  font-size: 1rem;
  line-height: 2.5rem;
  font-weight: 500;
  border: 2px solid rgba(255,255,255,.3);
  color: #fff;
  text-align: center;
  margin-right: 41px;
	vertical-align: top;
	border-radius: 2rem;
}
.logos{
	display: inline-block;
	overflow: hidden;
	width: calc(99.999% - 228px);
	vertical-align: top;
	color: #fff;
}
.logos ul{/*display: block;overflow: hidden;*/}
.logos li{
	display: block;
	float: left;
	margin-right:2rem;
	padding-bottom: 1.5rem;
}
.logos li img,.logos li a img{
	max-height: 40px;
}
.logos li.heightI img,.logos li a.heightI img{
	max-height: 50px;
	margin-top: -.1rem;
}
.logos li.heightII img{
	max-height: 30px;
	margin-top: .2rem;
}

.flex-cont {
  display: flex;
  justify-content: center;
  margin:.5rem auto;
  width: 1280px;
}

footer .copy {
  display: block;
  color: #fff;
	width: 1200px;
  font-size: .9rem;
  line-height: 1.7;
  letter-spacing: 3px;
  text-align: right;
  font-weight: 300;
	margin: 1.5rem auto;
}

/*RWD  ========================================================================================*/


@media screen and (max-width:1600px) {
.slg01 {
  width: 80.625vw;
  top: 100px;
  left: 11vw;
}
.scene {height: 840px;}
.slg03 {
  width: 62.239583333vw;
  top: 450px;
  left: 13vw;
}
.place-date-sign {
  bottom: 4.5rem;}
.el02 {
  width: 32.96875vw;
  top: 520px;
  right: -11vw;
}
.sec01_cont p {
  float: right;
  width: 43%;
  font-size: 1.041666666vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 4.2rem;
}
.spkr a h3 {
  font-size: 1.7rem;
	left: 1rem;}
.spkr a h3 small {
  display: block;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: .15rem;
}
.sec05_02 {
  width: 21.82vw;
  top: 450px;
  right: -1vw;
}
}

@media screen and (max-width:1536px) {
.scene {height: 800px;}
.slg02 {
  width: 98vw;
  top: 60px;
  left: -2vw;
}
.slg01 {
  width: 80.625vw;
  top: 70px;
  left: 11vw;
}
.slg03 {
  width: 61vw;
  top: 400px;
  left: 13.5vw;
}
.el02 {
  width: 32.96875vw;
  top: 480px;
  right: -11vw;
}
}

@media screen and (max-width:1440px) {
.scene {height: 720px;}
.slg02 {
  width: 98vw;
  top: 50px;
  left: -2vw;
}
.slg01 {
  width: 80.625vw;
  top: 60px;
  left: 11vw;
}
.slg03 {
  width: 61vw;
  top: 370px;
  left: 13.5vw;
}
.el02 {
  width: 32.96875vw;
  top: 430px;
  right: -11vw;
}
 .sec01_cont p {
    float: right;
    width: 43%;
    font-size: 1.041666666vw;
    line-height: 1.7;
    text-align: justify;
    margin-top: 3.8rem;
  }
.mega_ytb {
  padding: 4rem 0;
	}
.date-cnt h3{
	margin: .5rem 0 0 14vw;
}
.sec03 {
  padding: 3.5rem 0;
	}
.spkr a h3 small {
    font-size: .8rem;
	}
.sec04_cont {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1150px;
  margin: 5.5rem auto 3rem;
  }
 .sec05_02 {
    width: 21.82vw;
    top: 450px;
    right: -1vw;
  }
.cm-sign {
  top: 68%;
  width: 90px;
}
.sec07 h2 {
  display: block;
  position: relative;
  margin: 3rem auto 2rem;
	font-size: 2rem;
	}
.rpt-slider {
  display: block;
  overflow: hidden;
  width: 50vw;
  margin: 0 auto;
}
}

@media screen and (max-width:1366px) {
.scene {
	height: 700px;}
.spkr a h3 {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 1.75vw;
  bottom: .8rem;
  line-height: 1.3;
  left: .8rem;}
.slg01 {
    width: 80.625vw;
    top: 50px;
    left: 11vw;
  }
 .slg03 {
    width: 61vw;
    top: 350px;
    left: 13.5vw;
  }
.el02 {
  width: 32.96875vw;
  top: 400px;
  right: -11vw;
}
.logo_clm {
  display: block;
  float: left;
  width: 136px;
  margin: 1.25rem;
}
.thenav {
  display: block;
  overflow: hidden;
  float: right;
  width: 571px;
	}
.thenav li a {
  display: block;
  float: left;
  width: 114px;
  font-size: 1rem;
padding: 1.25rem 0;
	}
}

@media screen and (max-width:1280px) {

.scene {
	height: 680px;}
.slg03 {
    width: 61vw;
    top: 320px;
    left: 13.5vw;
  }

.container {
  width: 1000px;
  left: 50%;
  margin-left: -500px;
}
.sec01_cont h3 {
  display: block;
  float: left;
  width: 50%;
  font-size: 4vw;}
.sec01_cont h3 b {
  font-size: 5vw;}
 .sec01_cont p {
    float: right;
    width: 45%;
    font-size: 1.15vw;
    line-height: 1.7;
    text-align: justify;
    margin-top: 3.5rem;
  }
.sec02_el01 {
  position: absolute;
  width: 18vw;
  top: -110px;
  left: -8vw;
  z-index: 2001;
}
.sec04_cont {
    display: block;
    position: relative;
    overflow: hidden;
    width: 1100px;
    margin: 5.5rem auto 3rem;
  }
.clock {
  display: inline-block;
  width: 130px;
  font-size: 1rem;
	}
.agd_cnt {
  display: inline-block;
  width: calc(99.99% - 180px);
}
 .gift img {
    margin: 1rem auto 0;
    max-width: 320px;
  }
.gift h4 {
  font-size: 1.35rem;
  line-height: 1.5;}
.sec05_02 {
    width: 20vw;
    top: 430px;
    right: -1vw;
  }
.ft-cnt {
  display: block;
  width: 1070px;
  overflow: hidden;
  margin: 2rem auto 0;
}
footer .copy {
  width: 1070px;
  font-size: .9rem;
  line-height: 1.7;
  text-align: right;
  margin: 1.5rem auto;
}
.sec05_cont {
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.mega_ytb_cont {
  margin: 1rem auto;
  width: 800px;
  height: 400px;
}
}

@media screen and (max-width:1200px) {
.scene {
	height: 640px;}
 .slg01 {
    width: 80.625vw;
    top: 45px;
    left: 11.5vw;
  }
 .slg03 {
    width: 58vw;
    top: 310px;
    left: 14.5vw;
  }
 .sec01_cont p {
    float: right;
    width: 48%;
    font-size: 1.25vw;
    margin-top: 3.1rem;
  }
 .sec02_el01 {
    width: 18vw;
    top: -80px;
    left: -8vw;
  }
  .date-cnt h3 {
    margin: .5rem 0 0 13vw;
  }
 .sec04_cont {
    width: 1100px;
    margin: 4rem auto 3rem;
  }

}

@media screen and (max-width:1024px) {
.scene {
	height: 560px;}
}


@media screen and (max-width:820px) {
 .logo_clm {
    display: block;
    float: left;
    width: 120px;
    margin: 1rem;
  }
.thenav{display: none;}
.hdr {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 0;
    background: rgba(29, 25, 137, .9);
    left: 0;
  }
.el01 {
  width: 44.79vw;
  top: -180px;
  right: -13vw;
}
 .slg03 {
    width: 58vw;
    top: 230px;
    left: 15vw;
  }
.place-date-sign {
  width: 80vw;
  left: 50vw;
  margin-left: -40vw;
  bottom: .5rem;
  padding: 1.25rem;
  font-size: .9rem;
}
 .el02 {
    width: 32vw;
    top: 260px;
    right: -11vw;
  }
	.scene {
	height: 460px;}
 .container {
    width: 90vw;
    left: 50%;
    margin-left: -45vw;
  }
 .sec01_cont h3 {
    display: block;
    float: left;
    width: 51%;
    font-size: 4.5vw;
  }
 .sec01_cont h3 b {
    font-size: 5.5vw;
  }
 .sec01_cont p {
    float: right;
    width: 49%;
    font-size: 1.6vw;
    margin-top: 1.2rem;
  }
.h_txt h3 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: .2rem;
}
.h_txt p {
  font-weight: 700;
  color: #171346;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: .2rem;
}
.mega_ytb {
    padding: 2.8rem 0;
  }
 .mega_ytb_cont {
    margin: 1.5rem auto;
    width: 640px;
    height: 320px;
  }
.light01 {
  margin-top: 3.5rem;
  top: .2rem;
  left: .2vw;
  z-index: 2004;
}
.sec02_el02 {
  width: 65.98vw;
  bottom: -10px;
  right: -7vw;
}
.sec03_cont li {
  display: inline-block;
  vertical-align: top;
  margin: 25px 10px;
  width: calc(33.333% - 25px);
}
  .spkr a h3 {
    font-size: 3vw;
    bottom: .8rem;
    line-height: 1.5;
    left: .8rem;
  }
.thedate {
	width: 400px;
	padding: 1rem;
	}
.date-cnt h2 {
  float: left;
  font-weight: 700;
  font-size: 66px;
  font-size: 2.5rem;
  letter-spacing: .2rem;
}	
.date-cnt span {
  float: left;
  font-size: 1.35rem;
  line-height: 1.4;
  text-align: center;
  padding: 0 .4rem;
  margin: .2rem .5rem;
}	
.date-cnt small {
  width: 50px;
  font-size: 1.125rem;
  line-height: 1.05;
  text-align: center;
  padding-top: 0;
}	
.date-cnt h3 {
	font-size: 1.35rem;	
	margin: 1rem 0 0 12vw;}
.date-cnt a i, .date-cnt a:hover i {
  display: block;
  float: left;
  font-size: 1.15rem;
  margin-left: .5rem;
  margin-top: 1.15rem;
}	
.sec04 h1 {
  top: 3.5rem;
  right: 11vw;
}
  .sec04_cont {
    width: 75%;
    margin: 2.5rem auto 3rem;
  }
.timetable {
  display: block;
  float: none;
  overflow: hidden;
  margin: 1rem 0 0 0;
  width: 100%;
}
  .sec05_cont {
    width: 90vw;
    left: 50%;
    margin-left: -45vw;
  }
.gifts_wrp {
  display: block;
  margin: 1rem auto;
  width: 100%;
}
.gift {
  display: block;
  width: calc(59.999% - 2.01rem);
  overflow: hidden;
  margin: 3rem auto;
}
.gift-tt span {
  width: 80%;
  margin: .75rem auto 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
.sec05 {
	padding: 1rem 0;}
 .sec05_02 {
    width: 35vw;
    bottom: 350px;
    right: -3vw;
    top: auto;
  }
.news_area {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
  padding-bottom: 3rem;
}
 .rpt-slider {
    display: block;
    overflow: hidden;
    width: 60vw;
    margin: 0 auto;
  }
 .cm-sign {
    top: 70%;
    width: 80px;
  }
.light03 {
  bottom: 4.5rem;
  right: 5vw;
  z-index: 2006;
}
 .ft-cnt {
    display: block;
    width: 90%;
    overflow: hidden;
    margin: 2rem auto 0;
  }
 footer .copy {
	 width: 90%;
	text-align: center;
	 margin: 2rem auto 1rem;
	}
#overlay_wrap .spk_info .spk_pic {
  flex: 0 0 200px;
  margin-right: 40px;
}
.sec01-point {
  width: 35vw;
  top: 90px;
  right: -1vw;
}
.sec01 {
  /*background: url("../img/sec01_bg.png") repeat-y;*/
  padding: 3.5rem 0;
}
 .sec02_el01 {
    width: 13vw;
    top: -20px;
    left: -1vw;
  }
/*.gift img.pc_{ display:  none;}
.gift img.mb_{ display:block;}*/
}

@media screen and (max-width:768px) {
.scene {
	height: 428px;}
.sec04 h1 {
    top: 3.5rem;
    right: 5vw;
  }
.ft-cnt h3 {
  display: inline-block;
  overflow: hidden;
  width: 130px;
  font-size: .9rem;
  line-height: 2rem;
  margin-right: 21px;
  vertical-align: top;
  border-radius: 2rem;
}
.logos {
  display: inline-block;
  overflow: hidden;
  width: calc(99.999% - 188px);
  vertical-align: top;
  color: #fff;
}
 .ft-cnt {
    display: block;
    width: 590px;
    overflow: hidden;
    margin: 2rem auto 0;
  }
.logos li {
  display: block;
  float: left;
  margin-right: 1.5rem;
  padding-bottom: 1.5rem;
}
.logos li a img,.logos li img {
  max-height: 36px;
}
.logos li.heightI img,.logos li a.heightI img {
  max-height: 42px;
  margin-top: 0;
}
}


@media screen and (max-width:500px) {
.kv_m {
	display: block;
	position: absolute;
  width: 100%;
  top:0;
	z-index: 900;
}
.kv_m img{max-width: 100%;}
.kv_bg{ display: none;}
.scene {
	height: 430px;}
  .el01 {
    width: 44.79vw;
    top: -80px;
    right: -11vw;
  }
 .slg01 {
    width: 94vw;
    top: 120px;
	 left: 4vw;}
  .el02 {
    width: 32vw;
    top: 300px;
    right: -5vw;
  }
  .slg03 {
    width: 75vw;
    top: 250px;
    left: 6vw;
  }
.slg02 {
    width: 98vw;
    top: 70px;
    left: -1vw;
  }
 .place-date-sign {
    width: 90vw;
    left: 50vw;
    margin-left: -45vw;
    bottom: 0;
    padding: 1rem;
    font-size: .9rem;
    letter-spacing: .05rem;
  }
	.place-date-sign > .sign-up{display: none;}
.place-date-sign > .when {
  display: block;
  float: right;
  margin-left: 0;
}

.sec01_cont h3 {
    display: block;
    float: none;
    width: 100%;
    font-size: 9.7vw;
  }	
 .sec01_cont h3 b {
    font-size: 11.7vw;
  }
 .sec01_cont p {
    float: none;
    width: 100%;
    font-size: 1rem;
    margin-top: 1.5rem;
  }	
 .sec02_el01 {
    width: 18vw;
    top: -50px;
    left: -1vw;
  }
 .h_txt h3 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: .1rem;
  }
 .h_txt p {
    font-weight: 700;
    color: #171346;
    font-size: 4vw;
    line-height: 1.7;
    letter-spacing: 1px;
  }
 .mega_ytb {
    padding: 1rem 0;
  }
 .light01 {
    margin-top: 0;
    top: .2rem;
    left: .2vw;
  }
 .mega_ytb_cont {
    margin: 1.5rem auto;
    width: 90%;
    height: 280px;
  }
 .light03 {
    bottom: 3.5rem;
    right: 7vw;
  }
.sec03 h1 {
  font-size: 15vw;
  top: .5rem;
}
.sec03_cont li {
    display: inline-block;
    vertical-align: top;
    margin: 25px 10px;
    width: calc(49.999% - 25px);
  }
.thedate {
    width: 320px;
    padding: 1rem;
  }
 .date-cnt h2 {
    float: left;
    font-size: 2rem;
    letter-spacing: .1rem;
  }	
 .date-cnt span {
    float: left;
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: center;
    padding: 0 .2rem;
    margin: .2rem .5rem;
  }	
 .date-cnt small {
    width: 50px;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    padding-top: 0;
  }	
 .date-cnt h3 {
    font-size: 1.25rem;
    margin: .7rem 0 0 8vw;
  }	
 .date-cnt a i, .date-cnt a:hover i {
    margin-top: .8rem;
  }	
 .sec04 h1 {
    top: 6rem;
    right: -1vw;
    font-size: 15vw;
  }	
 .sec04_cont {
    width: 90%;
    margin: 4rem auto 2rem;
  }	
.clock {
    display: block;
    width: 240px;
    font-size: 1rem;
    margin: 0 auto;
  }	
 .agd_cnt {
    display: block;
    width: 100%;
  }	
.agd_cnt p {
  width: 100%;
  font-size: 1.25rem;
  padding-top: .35rem;
  text-align: center;
}	
.timetable li {
  display: block;
  margin-bottom: 2rem;
  color: #fff;
}	
.agd_cnt p span {
  font-weight: 500;
  color: #fff;
  margin-right: 0;
}	
.agd_cnt h2 {
  margin-top: .3rem;
  text-align: center;
}
.agd_cnt p b {
  line-height: 1.5;
  margin-top: .25rem;
  text-align: center;
}	
.agd_cnt h6 {
  margin: 1.3rem auto .2rem;	
	}
  .gift {
    display: block;
    width: calc(99.999% - 2.01rem);
    overflow: hidden;
    margin: 3rem auto;
  }
 .rpt-slider {
    display: block;
    overflow: hidden;
    width: 90vw;
    margin: 0 auto;
  }
  .cm-sign {
    top: auto;
    width: 72px;
	  bottom: 5%;
  }
.sec04_r {
  width: 75vw;
  bottom: 40px;
  right: -5vw;
}
.sec05_01 {
  width: 23vw;
  top: -30px;
  left: -5vw;
}
.gift-tt h3 {
  font-size: 2.25rem;
}
.gift-tt p {
  display: block;
  width: 50px;
  font-size: 1rem;
  line-height: 1.7;
  margin-left: .5rem;
  height: 28px;
  margin-top: .38rem;
}
#overlay_wrap .spk_info {
	display: block;}
 #overlay_wrap .spk_info .spk_pic {
    margin-right: 0;
    max-width: 240px;
  }	
#overlay_wrap .spk_info .spk_txt {
  margin-top: 2rem;
}
#overlay_wrap .spk_info .spk_txt .spk_title::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #0069ff;
  margin-top: 1.25rem;
}
#overlay_wrap .spk_info .spk_txt .spk_name {
  font-size: 2.25rem;
}
#overlay_wrap .spk_info .spk_txt p {
  font-size: 16px;
}
  .spkr a h3 {
    font-size: 1.4rem;
    bottom: .6rem;
    line-height: 1.5;
    left: .6rem;
  }
 .spkr a h3 small {
    font-size: .75rem;
  }
 .ft-cnt {
    display: block;
    overflow: hidden;
    margin: 2rem auto 0;
    width: 90%;
  }
 .ft-cnt h3 {
    display: block;
    overflow: hidden;
    width: 180px;
    font-size: .9rem;
    margin-right: 0;
    border-radius: 2rem;
    margin: 0 auto 1rem;
  }
 .logos {
    overflow: hidden;
    width: 100%;
  }	

.logos ul {
	display: flex;
	justify-content: center;
  width: 100%;
  overflow: hidden;
}
 .logos li img,.logos li a img {
    max-height: 32px;
  }
 
 .logos li {
    display: block;
    float: left;
    margin-right: 0;
    padding-bottom: 1rem;
    margin: 0 .6rem;
    overflow: hidden;
  }
 .logos li.heightI img,.logos li a.heightI img {
    max-height: 36px;
    margin-top: 0;
  }
	.logos li.heightII img{
	max-height: 24px;
	margin-top: .2rem;
}
}

@media screen and (max-width:430px) {
  .slg01 {
    width: 100vw;
    top: 120px;
    left: 2vw;
  }
  .slg03 {
    width: 85vw;
    top: 240px;
    left: 4vw;
  }
.place-date-sign {
    width: 94vw;
    left: 50vw;
    margin-left: -47vw;
    bottom: 0;
    padding: 1rem.8rem;
    font-size: .85rem;
    letter-spacing: .05rem;
  }
 .h_txt p {
    font-weight: 700;
    color: #171346;
    font-size: 3.8vw;
    line-height: 1.7;
    letter-spacing: .03rem;
  }
 .light03 {
    bottom: 4rem;
    right: 4vw;
  }
 .sec02_el02 {
    width: 100vw;
    bottom: -15px;
    right: -9vw;
  }
.sec03_cont li h6 {
  font-size: .9rem;
}
.sec03_cont li {
    display: inline-block;
    vertical-align: top;
    margin: 20px 8px;
    width: calc(49.999% - 19px);
  }
 .gift-tt span {
    width: 90%;
  }
 .h_txt h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width:415px) {
 .spkr a h3 {
    font-size: 1.1rem;
    bottom: .7rem;
    line-height: 1.5;
    left: .6rem;
  }
.spkr a h3 small {
    font-size: 11px;
  }
  footer .copy {
	  font-size: .8rem;}
}
@media screen and (max-width:390px) {
	.logos li.heightII img{
	max-height: 20px;
	margin-top: .3rem;
}
}
