@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..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: 'Noto Sans TC', "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
	letter-spacing: 1px;
	color: #713233;
}
/* 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;
}

.wrapper{
  display: block;
  position: relative;
  width: 100%;
overflow: hidden;
	background: linear-gradient(-90deg, #fcdae4,  #fff8dc);
  background: -moz-linear-gradient(-90deg,#fcdae4,  #fff8dc);
  background: -webkit-linear-gradient(-90deg, #fcdae4,  #fff8dc);
  background: -o-linear-gradient(-90deg, #fcdae4,  #fff8dc);
  background: -ms-linear-gradient(-90deg,#fcdae4,  #fff8dc);
}
.wrapper h1{
	display: none;
}
.kv_wrp{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;	
}
.kv_wrp_m{
		display: none;
	}
.kv_bg{
	overflow: hidden;
	position: relative;
	width: 100%;
	top: 0;
	z-index:2;	
}
.kv_bg_m{display: none;}
.kv_bg img,.kv_bg_m img{max-width: 100%;}

.tic-go {
  position: fixed;
  top: 60%;
  right: 0;
  width: 70px;
  z-index: 9998;
}

.tic-go a img{
  max-width: 100%;
}
.tic-go img {
  animation: ticket;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
}
@keyframes ticket {
  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: absolute;
  width: 100%;
  z-index: 1000;
	height: 90px;
}
.logo_stm {
  display: block;
  width: 160px;
  margin: 1.125rem;
	padding: 0;
  float: left;
}
.logo_event {
  display: block;
  width: 240px;
  margin: 1.125rem 1rem 0 0;
	padding: 0;
  float: right;
}

.logo_stm a img,.logo_event img{
  max-width: 100%;
}
.thenav {
  display: block;
  position: fixed;
  z-index: 99999;
  overflow: hidden;
  width: 728px;
  left: 50%;
  margin-left: -364px;
  margin-top: 1.125rem;
	border: 4px solid #fff;
	border-radius: 3rem;
	background: linear-gradient(90deg, #f39b23, #ae6eab, #e6195a);
}
.thenav ul {
	overflow: hidden;
	margin: 0 1rem;
}
.thenav li a {
  display: block;
  float: left;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 1.2;
  padding: 0;
  color: rgba(255,255,255,1);
	letter-spacing: 2px;
  margin: .65rem .75rem .75rem;
  text-align:center;	
  text-decoration: none;
	/*text-shadow: rgba(0,0,0,.3) 0.1em 0.1em 0.2em;*/
}

.thenav li a:hover, .thenav li a:active {
 color:#fff8cb;
  text-decoration: none;
}
/*.thenav li:nth-child(6){
	animation: navgo;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}*/

/*Section-kv*/

.kv-txt, .mm-line,.m01-l,.m01-r, .m02, .m03, .m04, .m05 ,.mus01 ,.mus02 ,.mus03 ,.mus04{
	display: block;
	position: absolute;
}
.kv-txt{
	width: 34vw;
	top: 110px;
	left:50vw;
	margin-left:-17vw;
	z-index: 551;
}
.kv-txt .flex-txt {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}
.kv-txt .flex-txt h2{
	display: inline-block;
	overflow: hidden;
	font-size: 2rem;
	font-size: 1.666666vw;
	text-align: center;
	margin: 0 0.46875vw;
	line-height: 1.3;
	font-weight: 800;	
}
.date-wrp{
	display: block;
	overflow: hidden;
	width: 26vw;
	margin: 3.5rem auto 0;
	border: 4px solid transparent;
  border-radius: 1.25rem;
  background: 
    linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1)) padding-box,
    linear-gradient(45deg, #e84417, #f39b23, #ae6eab) border-box;	
	/*animation: kvscroll;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;*/
}
.date_m{display: none;}
.date{
	display: block;
	overflow: hidden;
	padding: .25rem 1rem .35rem;	
	font-family:"Poppins",  'Noto Sans TC', sans-serif;
}
.date h3{
	display: block;
	float: left;
	overflow: hidden;
	font-size:4.0625vw;
	color: #e84417;
	font-weight: 700;
	line-height: 1.1;
	margin-right: .5rem;
}
.date h6 {
  display: block;
  float: left;
  line-height: 2.5vw;
  height: 2.5vw;
  width: 2vw;
  font-weight: 600;
  font-size: 2vw;
  color: #fff;
  padding: 0 .25rem;
  background: #ae6eab;
  border-radius: 50%;
  margin: 0;
  margin-top: 1.4rem;
}
.where{
	display: block;
  float: left;
	width: 50%;
	margin:.5rem 0 0 .5rem;
	overflow: hidden;
	}
.where h4{
	display: block;
	overflow: hidden;
	font-size:1.45vw;
	color: #e6195a;
	font-weight: 700;
	line-height: 1.25;
}
.where p{
	display: block;
	overflow: hidden;
	font-size:1.45vw;
	color: #f39b23;
	font-weight: 700;
	line-height: 1.25;
}
.where p span{
	color: #ae6eab;
	padding-left: .25rem;
} 

.mm-line{
	width: 100vw;
	top: 0;
	left:0;
	z-index: 511;
}
.m01-l {
  width: 8vw;
  top: 440px;
  left: 23vw;
  z-index: 552;
}
.m01-r {
  width: 15vw;
  top: 410px;
  right: 17.5vw;
  z-index: 553;
}

.m02 {
  width: 10.5vw;
  top: 65px;
  left: 13.4375vw;
  z-index: 554;
}
.m03 {
  width: 10.9vw;
  top: 140px;
  right: 13.6vw;
  z-index: 555;
}
.m04 {
  width: 17.8125vw;
  top: 310px;
  left: 6.77vw;
  z-index: 556;
}
.m05 {
  width: 9vw;
  top: 470px;
  right:4.5vw;
  z-index: 557;
}
.mus01{
	width: 3.1vw;
  top: 300px;
  right:7.96875vw;
  z-index: 558;
  
}
.mus02{
	width: 4.6875vw;
  top: 550px;
  right:15.625vw;
  z-index: 559;
  
}
.mus03{
	width: 3.645vw;
  top: 400px;
  left:1.5vw;
  z-index: 560;
  
}
.mus04{
	width: 1.406vw;
  top: 280px;
  left:4.6875vw;
  z-index: 561;
  
}
.mus01 img{animation: pulse 5s infinite;
}
.mus02 img{animation: pulse 7s infinite;
}
.mus03 img{animation: pulse 4s infinite;
}
.mus04 img{animation: pulse 6s infinite;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
    opacity: 0.5;
  }
  50% {
    transform: scale3d(1.15, 1.15, 1.15);
    opacity: 1;
  }
  to {
    transform: scaleX(1);
    opacity: 0.5;
  }
}

@keyframes kvscroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes navgo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.kv-txt img, .mm-line img, .m01-l img , .m01-r img, .m02 img, .m03 img, .m04 img, .m05 img,.mus01 img ,.mus02 img ,.mus03 img ,.mus04 img{
	max-width: 100%;
}

/*關於論壇------------------------------------------------------------------------------------*/
.about-wrp{
	display: block;
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
	clear: both;
	z-index: 1001;
	margin-top: -130px;
}
.about-cnt{
	display: block;
	position: relative;
	width: 1200px;
	margin: 0 auto 5rem;
	z-index: 1100;
}
.about-cnt p{
	display: block;	
  font-size: 1.666666666vw;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #713233;
  font-weight: 600;
	text-align: justify;
}
.flex-title {
  display: flex;
  justify-content: center;
  margin: 0 auto 1.5rem;
  width: 100%;
}
.flex-title h3 {
  display: block;
  line-height: 2.5vw;
  height: 2.5vw;
  width: 2.15vw;
  font-weight: 600;
  font-size: 1.8vw;
  color: #fff;
  padding: .125rem .4rem .25rem;
  border-radius: 50%;
  text-align: center;
  margin: .125rem;
}
.flex-title h3:nth-child(1){background: #e94948;}
.flex-title h3:nth-child(2){background: #ae6eab;}
.flex-title h3:nth-child(3){background: #f39b23;}
.flex-title h3:nth-child(4){background: #e6195a;}
.flex-title h3:nth-child(5){background: #e84417;}

.tt01, .s01-1,.s01-2{
	display: block;
	position: absolute;
}

.tt01{
	width:19.375vw;
  top: 0px;
  left: 13.958333333vw;
  z-index: 1002;
}
.s01-1{
  width:16.5vw;
  top: 130px;
  left:-1vw;
  z-index: 1003;
}
.s01-2{
  width:15.78125vw;
  top: 0px;
  right: -1vw;
  z-index: 1004;
}

.tt01 img, .s01-1 img, .s01-2 img{
	max-width: 100%;
}

/*直播享好禮------------------------------------------------------------------------------------*/
.live-wrp{
	display: block;
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
	z-index: 2001;
}
.live-cnt{
	display: block;
	position: relative;
	width: 83vw;
	overflow: hidden;
	margin: 0 auto 3rem;
	z-index: 2100;
	font-family:"Poppins",  'Noto Sans TC', sans-serif;
}

/*直播******/
.live-L{
	display: block;
	float: left;
	width: 50%;
	overflow: hidden;
	/*padding-top: 1rem;*/
	margin-right: 2rem;
}
.live-L h3{
	display: block;
  font-size: 1.5rem;
	font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
}
.live-L h3 i{margin-right: .25rem; color:#e6195a ;
}
.live-L h3 b {
  font-size: 1.8vw;
  font-weight: 700;
}
.live-L h3 small {
  display: inline-block;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.041666666vw;
  border: 2px solid #713435;
  padding: 0 .2rem;
  border-radius: 50%;
  vertical-align: top;
  margin: .5rem .25rem 0 .25rem;
}


.ytb {
  display: block;
  width: calc(97.999% - 10px);
  overflow: hidden;
  margin: 0 0 1rem 0;
	border: 5px solid #fff;
	border-radius: .5rem;
	/*background: #000;
	box-shadow: rgba(255,255,255,.25) 6px 12px 0px;*/
}
.ytb iframe {padding: 0;}

.ytb img{max-width: 100%; opacity: 1;}
.ytb_h {
  height: 420px; 
}

/*享好禮******/
.live-R{display: block; float: left;overflow: hidden; width:calc( 49.999% - 2.1rem ); margin-top: 2.5rem; }
.live-R h3{
	display:block;
	width: 100%;
	text-align: justify;
    font-size: 1.75rem;
	font-size: 1.45vw;
	font-weight: 500;
	line-height: 1.5;
}
.live-R h3 b{
    color: #e6195a;
    font-size: 2.25rem;
	font-size:1.875vw;
	font-weight: 700;
}
.getgift{display: block;overflow: hidden; width: 100%; margin-top: 2rem;}
.getgift h5{
	display: block; 
	float: left; 
	height: 6.25vw; 
	width: 6.25vw; 
	background: linear-gradient( -45deg, #e6195a, #ae6eab); 
	border-radius: 50%;
	text-align: center;
	line-height: 2.8vw;
	font-weight: 700;
	font-size: 1.25vw;
	color: #fff;
	margin-right: 15px;
	opacity: 1;
}
.getgift b{
	display: block;
	font-size:3.25vw;
	font-weight: 700;
}
.getgift p {
  display: block;
  float: left;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.25vw;
  width: calc(99.999% - 370px);
  margin-top: 1.25vw;
  letter-spacing: 1px;
}
.getgift .mgII {
  line-height: 1.3;
  margin-top: 2.5vw;
}
.live-go-rrr{ float: right;margin: 2rem 0 0 0;}
.live-R small{
	display:block;
	width: 100%;
	text-align: justify;
    color: #e6195a;
    font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.5vw;
	/*margin-bottom: .25rem;*/
}
.live-go a {
  display: block;
  float: left;
  width: 175px;
  text-align: center;
  font-size: 1.25rem;
  height: 48px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #ae6eab;
  font-weight: 500;
  border: 3px solid #ae6eab;
  border-radius: 28px;
  background: rgb(255, 255, 255);
  text-decoration: none;
  margin-left: .75rem;
}
.live-no{
  display: block;
  float: left;
  width: 175px;
  text-align: center;
  font-size: 1.25rem;
  height: 48px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #ae6eab;
  font-weight: 500;
  border: 3px solid #ae6eab;
  border-radius: 28px;
  background: rgb(255, 255, 255);
  text-decoration: none;
  margin-left: .75rem;
	opacity: 0.5;
}
.live-go i { margin-left: .25rem;
}
.live-go a:hover {
  text-decoration: none;
	background:#ae6eab;
	color: #fff;
	border: 3px solid #ae6eab;
}
.tt02{
	display: block;
	position: absolute;
	width:12.604166666vw;
  top: 10px;
  right: 26.5625vw;
  z-index: 2002;
}

.tt02 img{
	max-width: 100%;
}

/*贈品******/
.gift_wrp{
	display: block;
	position: relative;
	width:calc(83vw - 2.81rem);
	overflow: hidden;
	padding: 1.4rem 1.4rem 0 1.4rem;
	/*margin: 3rem 0;*/
	margin: 1rem auto 3rem;
	background: rgba(255,255,255,0);
	z-index: 2100;
	font-family:"Poppins",  'Noto Sans TC', sans-serif;
	border: 5px solid #ae6eab; 
    border-radius: 2rem;
}
.gift-note {
  display: block;
  overflow: hidden;
 width: 100%;
	margin: 0 auto;
}
.gift-note ul {
  margin: 0 0 0 1.5rem;
}
.gift-note li {
  list-style-type: decimal;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.7;
  margin-top: .5rem;
  text-align: justify;
}

.gift {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 2rem auto 1rem;
}
.gift ul{
  display: flex;
  justify-content: center;
  margin: 0 auto 1.5rem;
  width: 100%;
}
/*.flex-title {
  display: flex;
  justify-content: center;
  margin: 0 auto 1.5rem;
  width: 100%;
}*/
.gift li {
  display: block;
	float: left;
  vertical-align: top;
  width: calc(24.999% - 3.01rem);
  margin: 1.5rem;
  padding-bottom: 1rem;
}
.gift li a img,.gift li img{
	display:block;
	max-width: 100%;
	margin: 0 auto .75rem ;
	border-radius: 50%;
	/*border-radius: 1rem;*/
}

.gift li h6{
	display: block;
	line-height: 1.5;
	font-weight: 500;
	font-size: .9vw;
	color: #e6195a;
	letter-spacing: 1px;
	text-align: center;
	width: fit-content;
	padding: 0 1rem;
	border-radius: 2rem;
	margin: .5rem auto;
	
}
/*.gift li p{height: 54px;}*/
.gift li p{
	display: block;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.25rem;
	color: #713435;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	
}

.gift li p span {
  display: block;
  font-size:.9rem;
  color: #d6ffc8;
  text-align: center;
  font-weight: 500;
	padding: .25rem 0;
}
.flex-gift {
  display: flex;
  justify-content: center;
  margin: .5rem 0;
  width: 100%;
}
.price{
	display: block;
	padding: .3rem .5rem ; 
	text-align: center; 
	line-height: 1.2; 
	font-weight:500;
	font-size: .8rem;
	color: #e6195a;
	letter-spacing: 1px;
	border: 2px solid rgba(230,25,90,.25);
}

.gift-qu {
  display: block;
  position: absolute;
  width: 5vw;
  /*height: 4vw;*/
  font-size: 1.2vw;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: .2rem .35rem;
  background: rgba(174,110,171,.85);
  z-index: 2050;
  right: 0;
  top: 12vw;
  border-radius: 5rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.gift-qu b{
	font-size: 2vw; 
	font-weight: 700;
	margin-right: .15rem;
}

/*講者介紹------------------------------------------------------------------------------------*/
.spk-wrp{
	display: block;
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
	z-index: 3001;
	padding: 4rem 0 2rem 0;
}
.spk-cnt{
	display: block;
	position: relative;
	width: 83vw;
	overflow: hidden;
	margin: 0 auto 3rem;
	z-index: 3300;
	font-family:"Poppins",  'Noto Sans TC', sans-serif;
}
.speak{
	display: flex;
  justify-content: center;
  margin: 1rem auto 1.5rem;
  width: 100%;
}
/*.spk{
	display: inline-block;
	position: relative;
  vertical-align: top;
  width: calc(24.999% - 2.81vw);
  margin-right: 2.8vw;
  padding-bottom: 1rem;
	z-index: 3101;
}*/
.spk {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: calc(27.999% - 5.01vw);
  margin: 1rem 3vw;
  padding-bottom: 1rem;
  z-index: 3101;
}
/*.spk:nth-child(4){margin-right: 0;}
.spk:nth-child(3){margin-right: 0;}*/

.spk a img{
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: .5rem;
	float: right;
}
.speak .spk a h2{
	display: block;
	text-align: center;
	line-height: 1.3;
	font-weight: 800;
	font-size: 3rem;
	font-size: 2.25vw;
	color: #713435;
	letter-spacing: 1px;
	text-decoration: none;
}
.speak .spk a:hover h2{
	color: #5d2324;
	text-decoration: none;
}
.speak .spk a p{
	display: block;
	text-align: center;
	line-height: 1.7;
	font-weight: 600;
	font-size: 1.25rem;
	font-size: .9vw;
	color: #ae6eab;
	letter-spacing: 1px;
}
.speak .spk a:hover p{
	color: #9d599a;
	text-decoration: none;
}

.speak .spk h3{
	display: block;
	position: absolute;
	width: 7vw;
	line-height: 1.7;
	font-weight: 600;
	font-size: 1.25rem;
	font-size: 1.041666666vw;
	color: #fff;
	text-align: center;
	background: linear-gradient( -45deg, #f39b23, #e6195a);
border-radius: 2rem;
	bottom: 10vw;
	z-index: 3102;
}
.tt03, .spk-l01, .spk-l02, .spk-r01, .spk-r02{
	display: block;
	position: absolute;	
}
.tt03{
	width:24vw;
  top: 3vw;
  left: 19vw;
  z-index: 3002;
}

.spk-l01{
	width:14.895833333vw;
	width:10vw;
  bottom: 1vw;
  left: .1vw;
  z-index: 3202;
}
.spk-l02{
	width:22.5vw;
	width:14vw;
  bottom: 1vw;
  left: -1vw;
  z-index: 3201;
}
.spk-r01{
	width:14.895833333vw;
	width:8vw;
  top: 0;
  right: .1vw;
  z-index: 3204;
}
.spk-r02{
	width:22.5vw;
	width:16vw;
  top: 10vw;
  right: -3vw;
  z-index: 3203;
}
.tt03 img,.spk-l01 img,.spk-l02 img,.spk-r01 img,.spk-r02 img{
	max-width: 100%;
}

#overlay_wrap .spk_info {
  display: flex;
  justify-content: space-between;
  letter-spacing: 1px;
	color: #fff;
	font-family:"Poppins",  'Noto Sans TC', sans-serif;
}
#overlay_wrap .spk_info .spk_pic {
  flex: 0 0 240px;
  margin-right: 24px;
}
#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: 36px;
  font-weight: 700;
	color: #fdf3cb;
}
#overlay_wrap .spk_info .spk_txt .spk_title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
  line-height: 1.5;
  margin-top: .5rem;
}
#overlay_wrap .spk_info .spk_txt .spk_subtitle {
  font-size: 1rem;
  color: #88494a;
  background: rgba(255,255,255,.95);
  width: fit-content;
  padding: 5px 12px;
  border-radius: 2rem;
  margin-bottom: 8px;
  margin-top: 1rem;
  font-weight: 500;
}
#overlay_wrap .spk_info .spk_txt p {
  margin-bottom: .2rem;
  font-weight: 400;
  text-align: justify;
	letter-spacing: 1px;
	line-height: 1.6;
	color: rgba(255,255,255,.85);
}

/*議程---------------------------------------*/
.agd-wrp{
	display: block;
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
	z-index: 4001;
}
.agd-cnt{
	display: block;
	position: relative;
	width: 1300px;
	overflow: hidden;
	margin: 0 auto 3rem;
	z-index: 4100;
	font-family:"Poppins",  'Noto Sans TC', sans-serif;
}

.agd-box{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2rem;
}
.agd-main{
	display: block;
	overflow: hidden;
	/*width: 1300px;
	 margin: 0 auto;
	font-family:"Poppins",  'Noto Sans TC', sans-serif;*/
}
.agdmaintxt-wrp{
	display: flex;
  justify-content: center;
  margin: 1rem auto;
  width: 100%;
}
.agd-main-txt{
	display: block;
	overflow: hidden;
	width: fit-content;
	margin: 0 1.5vw;
}
.flex-cont-agd{
	display: flex;
  justify-content: center;
  margin:0;
  width: auto;
}
.agd-main-txt h3{
	display: block;
	float: left;
	line-height: 1.8rem;
	font-weight: 700;
	font-size: 1.65rem;
	letter-spacing: 1px;
	margin-right: .5rem;
	padding-right: .5rem;
	border-right: 1px solid rgba(174,110,171,.6);
}
.agd-main-txt h3 i {
  color: #e6195a;
  margin-right: .5rem;
}
.agd-main-txt p{
	display: block; 
	float: left;
	line-height: 1.8rem;
	font-weight: 700;
	font-size: 1.35rem;
	letter-spacing: 1px;
	padding-left: .25rem;
	
}
.agd-main-txt h6{
	display: block; 
	float: left;
	line-height: 1.7rem;
	height: 1.7rem;
	width: 1.7rem;
	font-weight: 500;
	font-size: 1.1rem;
	color: #fff;
	background: #ae6eab;
	border-radius: 50%;
	margin:0 .5rem;
	text-align: center;
}
.agd-main-txt h5{
	display: block; 
	float: left;
	line-height: 1.8rem;
	font-weight: 700;
	font-size: 1.3rem;
	padding-left: .5rem;
}
.agd-main-txt small{
	display: block; 
	float: left;
	line-height: 1.8rem;
	font-weight: 300;
	font-size: 1rem;
	color: #fff;
	padding-left: .5rem;
}
.map-go a {
  display: block;
  float: left;
  width: fit-content;
  text-align: center;
  padding: 0 0.5vw;
  font-size: .95rem;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
  border-radius: 1rem;
  background: rgba(240,150,20,.7);
  text-decoration: none;
  margin-left: .5rem;
  font-family: "Poppins", 'Noto Sans TC', sans-serif;
}

.map-go a:hover {
  text-decoration: none;
	background: rgba(240,150,20,1);
}
.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;
}
.timetable ul > li.notes {
  font-weight: 600;
  font-size: 1rem;
  color: #e6195a;
  line-height: 1;
  margin-bottom: .7rem;
}
.timetable ul > li.notes i{
  font-size: 1.25rem;
  color: #ae6eab;
	padding-right: .4rem;
}
.clock {
  display: inline-block;
  width: 150px;
  text-align: center;
  font-weight: 600;
  font-family:"Poppins",  'Noto Sans TC', sans-serif;
  font-size: 1.12rem; 
  letter-spacing: 1px;
  border-radius: 24px;
  line-height: 42px;
  margin-right: 10px;
  vertical-align: top;
}

.clock_A {
	color: #fff;
  background: linear-gradient(-45deg, #e8bc7f, #dd90a3);
  background: -moz-linear-gradient(-45deg, #e8bc7f, #dd90a3);
  background: -webkit-linear-gradient(-45deg, #e8bc7f, #dd90a3);
  background: -o-linear-gradient(-45deg, #e8bc7f, #dd90a3);
  background: -ms-linear-gradient(-45deg, #e8bc7f, #dd90a3);
}
.clock_B {
	color: #fff;
  background: linear-gradient(-45deg, #e6195a, #ae6eab);
  background: -moz-linear-gradient(-45deg, #e6195a, #ae6eab);
  background: -webkit-linear-gradient(-45deg, #e6195a, #ae6eab);
  background: -o-linear-gradient(-45deg, #e6195a, #ae6eab);
  background: -ms-linear-gradient(-45deg, #e6195a, #ae6eab);
}
.agd_cnt {
  display: inline-block;
  width: calc(99.99% - 190px);
}
.agd_cnt p {
  font-size: 1.35rem;
  line-height: 42px;
  font-weight: 700;
  color: #713435;
  font-family:"Poppins",  'Noto Sans TC', sans-serif;
}
.agd_cnt p.margtop{
	display: block;
  margin-top: -.65rem;
}
.agd_cnt p span {
  font-weight: 600;
  color: #e6195a;
  margin-right: .35rem;
}
.agd_cnt p small{
	 font-size: 1rem;
	padding-left: .25rem;
	color: #ae6eab;
	font-weight: 700;
}
.agd_cnt h2 {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 900;
  color: #e6195a;
}
.agd_cnt h2 span{
  font-size: 1.35rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ae6eab;
	margin-right: .35rem;
}
.job-tt{
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top: .15rem;
}
.job-tt h4{
	display:inline-block;
	font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 700;
  color: #713435;
	vertical-align: top;
}
.job-tt h5{
	display:inline-block;
	font-size: 1rem;
  padding-left: .25rem;
	line-height: 1.5;
  color: #ae6eab;
  font-weight: 700;
	vertical-align: top;
	margin-top: .25rem;
}
.agd01{
  width: 10.9vw;
	top: 120px;
	left: 20px;
	z-index: 6;
}
.agd02{
  width: 17.9vw;
	top: 530px;
	left: 45px;
	z-index: 7;
}
.agd03{
  width: 14.5vw;
	top: 370px;
	right: -5px;
	z-index: 8;
}
.agd01 img,.agd02 img,.agd03 img{
  max-width: 100%;
}

/*.timetable li small {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 1.5rem;
}*/
.tt04, .sec04-1, .sec04-2{
	display: block;
	position: absolute;	
}
.tt04{
	width:23vw;
  top: -1vw;
  right: 19vw;
  z-index: 4002;
}

.sec04-1{
	width:9.84375vw;
  bottom: 8rem;
  left: 3.6vw;
  z-index: 4003;
	-webkit-animation: star 3s infinite;
          animation: star 3s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.sec04-2{
	width:18vw;
  bottom: -8rem;
  right: -3vw;
  z-index: 4004;
	-webkit-animation: star 5s infinite;
          animation: star 5s infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.tt04 img,.sec04-1 img,.sec04-2 img{
	max-width: 100%;
}
@-webkit-keyframes star {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  40%, 60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
  }
}

@keyframes star {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  40%, 60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
  }
}
/*報導--------------------------------------------------------------------*/
/*Section-report*/
.report-wrp{
	display: block;
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
	z-index: 5001;
}
.report-box{
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto ;
	z-index: 5002;
}
.hor-rpt{ width: 575px; margin: 0 auto;}
.rpt-slider{display: block;
	overflow: hidden;
	width: 100%;
	margin: 2.5rem auto 3.5rem;
}

.w-imgText {
  display: block;
  overflow: hidden;
  padding-top: 0;
	font-family:"Poppins",  'Noto Sans TC', sans-serif;
}
.w-imgText ul, .w-imgText li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.w-imgText .item {
  position: relative;
}
.w-imgText .item > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 704;
}
.w-imgText .img-count-in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  *height: 100%;
}
.w-imgText .textB {
  line-height: 1.7;
}
.w-imgText .textB .bg_x {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 702;
}
.w-imgText .text_x {
  position: relative;
  z-index: 203;
}
.w-imgText .text_x p {
  font-size: 1.5rem;
  color: #92528f;
  line-height: 1.7;
  text-decoration: underline;
  font-weight: 600;
	text-align: justify;
}
.w-imgText .igt_page {
  text-align: center;
  display: none;
  z-index: 705;
}
.w-imgText .igt_page .swiper-pagination-bullet {
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 2rem;
  height: 8px;
  background: #fff;
  opacity: 0.7;
}
.w-imgText .igt_page .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.w-imgText2 {
  position: relative;
}
.w-imgText2 .imTB {
  overflow: hidden;
}
.w-imgText2 .img {
  width: 50%;
  float: right;
  overflow: hidden;
}
.w-imgText2 .img img {
  width: 100%;
  transition: transform 3.5s;
  -webkit-transition: transform 3.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w-imgText2 li.swiper-slide-active .img img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.w-imgText2 .textB {
  position: absolute;
  left: 0;
  top: 3vw;
  width: calc(49.9999% - 5.1vw);
  padding:0 5vw 0 0;
  color: #fff;
}
.w-imgText2 .textB .bg_x {
  background: none;
}
.w-imgText2 .text_x .tt_h {
  font-size: 2.25rem;
	font-size: 1.875vw;
  line-height: 1.5;
  margin-bottom: 1.5rem; /*padding-bottom: 0.5em;*/
	position: relative;
  font-weight: 700;
  color: #713435;
	text-align: justify;
}
/*.w-imgText2 .text_x .tt_h:before{content:''; position:absolute; left:0; bottom:0;width: 2.2em; height: 1px; background: #fff; background: rgba(255,255,255,.5);}*/
.w-imgText2 .igt_btn {
  position: absolute;
  z-index: 206;
  left: 51.5%;
  bottom: 20px;
  width: 118px;
  height: 56px;
}
.w-imgText2 .igt_btn .igt_prev, .w-imgText2 .igt_btn .igt_next {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 56px;
  height: 56px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff; /*border-radius:none; -webkit-border-radius:50%;*/
}
.w-imgText2 .igt_btn .igt_prev {
  left: 0;
}
.w-imgText2 .igt_btn .igt_next {
  right: 0;
}
.w-imgText2 .igt_btn .igt_prev:before, .w-imgText2 .igt_btn .igt_next:before {
  content: '';
  position: absolute;
  width: 35px;
  height: 56px;
  background: url(../img/prev_x2.png) no-repeat center;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
.w-imgText2 .igt_btn .igt_prev:before {
  background-image: url(../img/prev_x2.png);
  background-position: 0 0;
  right: 14px;
}
.w-imgText2 .igt_btn .igt_prev:hover:before {
  background-image: url(../img/prev_x2.png);
  background-position: -35px 0;
}
.w-imgText2 .igt_btn .igt_next:before {
  background-image: url(../img/next_x2.png);
  background-position: -35px 0;
  left: 14px;
}
.w-imgText2 .igt_btn .igt_next:hover:before {
  background-image: url(../img/next_x2.png);
  background-position: 0 0;
}
.w-imgText2 .igt_btn .igt_prev:hover {
  background-color: #e6195a;
}
 .w-imgText2 .igt_btn .igt_next:hover {
  background-color: #f39b23;
}
.tt05{
	display: block;
	position: absolute;	
}
.tt05{
	width:20vw;
  top: -1vw;
  left: 21vw;
  z-index: 5002;
}

.tt05 img{max-width: 100%;}

/*footer*/
/*合作單位*/
.logo-area {
  display: block;
  overflow: hidden;
  width: 990px;
  padding: 2rem 0 1rem;
  margin: 1rem auto;
}
.resp {
  display: block;
	overflow: hidden;
  width: 100%;
  /*background: rgba(0,0,0,.3);*/
  padding: 0;
	font-family:"Poppins",  'Noto Sans TC', sans-serif;
}

.resp-cnt{display: block; /*width: 960px;*/ width: 100%; overflow: hidden; margin: 0 auto; padding-top: 1rem;}
.resp-cnt h3 {
  display: block;
  float: left;
  width: 200px;
  overflow: hidden;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.2;
  margin-right: 12px;
  /*margin-top: 28px;*/
  color: #ae6eab;
  background: none;
  border: 1px solid #ae6eab;
  border-radius: 3rem;
}
.resp-cnt h3 span{color: #b497b3;font-size: .9rem; padding-left: .5rem;}
.logos{display: block; float: left; width: calc(99.999% - 245px); overflow: hidden; }
.logos ul{}
.logos li{display: block; float: left; overflow: hidden; margin: 0 10px 15px 16px; /*width: calc(33.333% - 30px) ;*/}
.logos li img{max-width: 100%;}
.mgtpIII {
  margin-top: 24px;
}
.mgbtII{margin-bottom: 12px;}


#footer {
  font-size: 0.875rem;
  position: relative;
  z-index: 10;
	padding-top: 1rem;
	background: none;
	
	background: linear-gradient(-90deg, #ffe4dc, #fce8ef);
  background: -moz-linear-gradient(-90deg, #ffe4dc, #fce8ef);
  background: -webkit-linear-gradient(-90deg, #ffe4dc, #fce8ef);
  background: -o-linear-gradient(-90deg, #ffe4dc, #fce8ef);
  background: -ms-linear-gradient(-90deg, #ffe4dc, #fce8ef);
	clear: both;/*****/
}
#footer #footer_bottom {
  color: #ae6eab;
  /*font-family: Noto Sans TC, "Poppins", Arial, sans-serif;*/
	font-family:  "Poppins", sans-serif;
  /*padding-top: 1em;*/
  text-align: center;
	letter-spacing: 1px;
}
#footer #footer_bottom #slogan_wrapper {
  width: 100%;
  max-width: 1150px;
  height: auto;
  margin: 0 auto;
  padding: 18px 0;
  line-height: 25px;
  text-align: center;
}
#footer #footer_bottom #slogan_wrapper .slogans {
  display: inline-block;
  height: 14px;
  padding: 0 8px;
}
#footer #footer_bottom #footer_info_wrapper {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 2rem;
  line-height: 1.5;
	text-align: justify;
}
#footer #footer_bottom #footer_info_wrapper a {
  color: #ae6eab;
  text-decoration: none;
}
#footer #footer_bottom #footer_info_wrapper a:hover {
  color: #872c83;
  text-decoration: none;
}
#footer #footer_bottom #footer_info_wrapper .footer_info_contents {
  display: inline-block;
  padding: 0 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
#footer #footer_bottom #copyright {
  display: block !important;
  color: #ae6eab;
}
.flex-logo {
    display: block;
	overflow: hidden;
  }
.flex-live-cont {
  display: flex;
  justify-content: center;
  margin:0 0 1rem 0;
  width: 100%;
}

.flex-contII {
  display: flex;
  justify-content: center;
  margin: 0 0 0 0;
  width: 100%;
}

/*RWD  ========================================================================================*/

@media screen and (max-width:1600px) {
.about-cnt {
  display: block;
  position: relative;
  width: 65vw;
  margin: 0 auto 5rem;
}
.date-wrp {
	width: 27vw;}
.logo_event {
  width: 200px;
  margin: 1.125rem 1rem 0 0;
  padding: 0;
  float: right;
}
}
@media screen and (max-width:1536px) {
	
 .date-wrp {
    width: 27.16vw;
  }	
.gift li h6 {
	font-size: 1.1vw;}
	
.gift li p {
  font-size: 1.28vw;}

}

@media screen and (max-width:1440px) {
.gift li {
  display: block;
  width: calc(29.999% - 4.01rem);
  margin: 1rem 2rem;
  padding-bottom: 1rem;
}
 .gift-qu {
  width: 5vw;
  font-size: 1.2vw;
  padding: .2rem .35rem;
  right: 0;
	 top: 14vw;
	}
.date-wrp {
    width: 27.5vw;
  }
.about-wrp {
  margin-top: -70px;
}
.tt02 {
  width: 15vw;
  top: 10px;
  right: 22vw;
}
.live-cnt {
	margin: 0 auto 1.5rem;
	}
.getgift {
  margin-top: 1rem;
}
.getgift p {
  display: block;
  float: left;
  line-height: 1.5;
  font-size: 1.25vw;
  width: calc(99.999% - 310px);
  margin-top: 1.25vw;
  letter-spacing: 1px;
}
.live-go-rrr {
  float: right;
  margin: 1rem 0 0 0;
}
.gift-note li {
  font-size: 1.2vw;
  line-height: 1.7;
  margin-top: .5rem;
  text-align: justify;
}
.flex-title h3 {
  display: block;
  line-height: 3vw;
  height: 3.2vw;
  width: 2.8vw;
  font-weight: 600;
  font-size: 2.25vw;
  color: #fff;
  padding: .125rem .4rem .25rem;
  border-radius: 50%;
  text-align: center;
  margin: .125rem .25rem;
}
.tt03 {
  width: 24vw;
  top: 5vw;
  left: 16vw;
}
.tt04 {
  width: 23vw;
  top: 0;
  right: 17vw;
}
.sec04-1 {
  width: 9.84375vw;
  bottom: -4rem;
	left: 2.5vw;
	}
.sec04-2 {
  width: 18vw;
	bottom: 3rem;
	}
.tt05 {
  width: 22vw;
  top: 1rem;
  left: 17vw;
}	
.w-imgText2 .text_x .tt_h {
  font-size: 2.25rem;
  font-size: 2vw;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5em;
  position: relative;
	font-weight: 800;
	}
.spk-r01 {
  width: 9vw;
  top: 0;
  right: .1vw;
}
.spk-l01 {
  width: 11vw;
  bottom: 3vw;
  left: -1vw;
}
.spk-wrp {
  padding: 4rem 0 1rem 0;
}
 .gift li p {
    font-size: 1.4vw;
  }
 .gift li h6 {
    font-size: 1.3vw;
  }
.tic-go {
  top: 50%;
  width: 60px;
}
/**0423**/	
.spk {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: calc(29.999% - 3.01vw);
  margin: 1rem 3vw;
  padding-bottom: 1rem;
  z-index: 3101;
}
}
@media screen and (max-width:1366px) {
  .date-wrp {
    width: 27.9vw;
  }
.logo_stm {
  width: 130px;
}
 .logo_event {
	 width: 170px;}
}
@media screen and (max-width:1280px) {
.m02 {
  width: 10.5vw;
  top: 80px;
  left: 13.4375vw;
}
.m04 {
  width: 17.8125vw;
  top: 280px;
  left: 6.77vw;
}
.m01-r {
  width: 15vw;
  top: 350px;
  right: 17.5vw;
}
.m01-l {
  width: 8vw;
  top: 370px;
  left: 24vw;
}
.mus02 {
  width: 4.6875vw;
  top: 450px;
  right: 15.625vw;
}
.mus01 {
  width: 3.1vw;
  top: 230px;
  right: 6vw;
}
/*.date {
  padding: .25rem .8rem .35rem;
}*/
 .getgift p {
    display: block;
    float: left;
    line-height: 1.5;
    font-size: 1.25vw;
    width: calc(99.999% - 300px);
    margin-top: 1.25vw;
    letter-spacing: 1px;
  }
.live-R {
  margin-top: 1.75rem;
}
.live-L h3 {
  font-size: 1.5vw;
}
.live-L h3 small {
  margin: .25rem .25rem 0 .25rem;
}
.agd-cnt {
  display: block;
  position: relative;
	width: 1180px;}
.agd_cnt p {
	font-size: 1.25rem;}
.clock {
  display: inline-block;
  width: 140px;
	font-size: 1.05rem;
	}
.agd_cnt {
  display: inline-block;
  width: calc(99.99% - 170px);
}
.agd_cnt p small {
  font-size: 1rem;
  padding-left: .125rem;
  color: #ae6eab;
  font-weight: 600;
}
.job-tt h5 {
  display: inline-block;
  font-size: 1rem;
  padding-left: .125rem;
  line-height: 1.5;
  color: #ae6eab;
  font-weight: 600;
  vertical-align: top;
  margin-top: .25rem;
}
.w-imgText2 .text_x .tt_h {
    font-size: 2vw;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    padding-bottom: 0;
    font-weight: 800;
  }
.w-imgText .text_x p {
  font-size: 1.25rem;
}
 .about-cnt {
    width: 65vw;
    margin: 0 auto 3.5rem;
  }
.gift_wrp {
  display: block;
  position: relative;
  width: calc(83vw - 2.81rem);
  overflow: hidden;
  padding: 1.4rem 1.4rem 0 1.4rem;
  margin: 3rem 0;
	margin: 1rem auto;}
.spk-cnt {
  width: 83vw;
  margin: 0 auto 1.7rem; 
}
.report-box {
  width: 88%;
  margin: 0 auto;
}
.date h6 {
  display: block;
  float: left;
  line-height: 2.4vw;
  height: 2.5vw;
  width: 1.8vw;
  font-weight: 600;
  font-size: 1.8vw;
  color: #fff;
  padding: 0 .25rem;
  background: #ae6eab;
  border-radius: 50%;
  margin: 0;
  margin-top: 1rem;
}
.m05 {
  width: 8vw;
  top: 470px;
  right: 6vw;
}
}
@media screen and (max-width:1200px) {
   .date {
    padding: .25rem .67em .35rem;
  }
.live-go a, .live-no {
  display: block;
  float: left;
	width: 155px;}
.getgift p {
    display: block;
    float: left;
    font-size: 1.3vw;
    width: calc(99.999% - 280px);
    margin-top: 1.25vw;
  }	
.live-R small {
	font-size: 1rem;}
 .gift li p {
    font-size: 1.3vw;
  }
 .agd-cnt {
    width: 1150px;
  }
.thenav li a {
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 0;
  color: rgba(255,255,255,1);
  letter-spacing: 1px;
	margin: .65rem .5rem .75rem;
	}
.thenav {
  width: 608px;
  left: 50%;
	margin-left: -304px;}
}
@media screen and (max-width:1024px) {
 .logo_stm {
    width: 120px;
  }
  .logo_event {
    width: 140px;
  }
.date-wrp {
    width: 84%;
	margin: 2.5rem auto 0;
  }
.m04 {
    width: 19vw;
    top: 230px;
    left: 6vw;
  }
.m03 {
  width: 13vw;
  top: 100px;
  right: 13.6vw;
}
  .m01-r {
    width: 15vw;
    top: 280px;
    right: 17.5vw;
  }
 .m01-l {
    width: 9vw;
    top: 300px;
    left: 24vw;
  }
.m05 {
  width: 10vw;
  top: 320px;
  right: 3.4375vw;
}
 .about-wrp {
    margin-top: -30px;
  }
.live-cnt {
	width: 90vw;}
 .live-go a, .live-no {
    display: block;
    float: left;
    width: 135px;
    font-size: 1.125rem;
    height: 40px;
    line-height: 40px;
  }
 .getgift p {
    display: block;
    float: left;
    font-size: 1.3vw;
    width: calc(99.999% - 230px);
    margin-top: 1.25vw;
  }
.getgift h5 {
  margin-right: 8px;
  opacity: 1;
}
  .live-R small {
    font-size: .85rem;
  }
.gift_wrp {
    display: block;
    position: relative;
    width: calc(90vw - 2.81rem);
    overflow: hidden;
    padding: 1.4rem 1.4rem 0 1.4rem;
    margin: 1rem auto;
  }
 .gift-note li {
    font-size: 1.5vw;
    line-height: 1.7;
    margin-top: .5rem;
    text-align: justify;
  }
 .gift li p {
    font-size: 1.45vw;
  }
  .w-imgText2 .text_x .tt_h {
    font-size: 2.3vw;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
    font-weight: 800;
  }
 .agd-cnt {
    width: 95%;
  }
.timetable {
  display: block;
  float: none;
  overflow: hidden;
  margin: 1.75rem auto 0;
  width: 60%;
}
.timetable li {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
}
.margin-top{
  margin-top: 0;
}
 .report-box {
    width: 95%;
    margin: 0 auto;
  }
  .sec04-2 {
    width: 30vw;
    bottom: 12rem;
  }
 .sec04-1 {
    width: 15vw;
    bottom: auto;
    left: 2.5vw;
	 top: 15rem;
}
}
@media (max-width:860px){
    .w-imgText .igt_page{ display:block;padding-top: 1rem;}
	.w-imgText .igt_btn{ display:none;}
	.w-imgText2 .img{ width:100%; float:none;}
	  .w-imgText2 .textB {
    position: relative;
    width: 100%;
    padding: .75rem 0 2rem;
  }
	.w-imgText2 .igt_btn{ width:auto; left:0; right:0; top:50%; margin-top:-60px;}
	
}
@media screen and (max-width:820px) {
.thenav {
  display: none;
}
.logo_event {
    width: 120px;
	margin: 1.125rem 0 0 .5rem;
    padding: 0;
    float: left;
  }
.kv-txt {
  width: 40vw;
  top: 70px;
  left: 50vw;
  margin-left: -20vw;
  z-index: 551;
}
 .m03 {
    width: 13vw;
    top: 50px;
    right: 13.6vw;
  }
 .m04 {
    width: 19vw;
    top: 200px;
    left: 6vw;
  }	
.mus04 {
  width: 2vw;
  top: 130px;
  left: 4.6875vw;
}	
.mus03 {
  width: 3vw;
  top: 200px;
  left: 1.5vw;
}	
.kv-txt .flex-txt h2 {
	font-size: 2vw;}	
.m01-l {
    width: 9vw;
    top: 270px;
    left: 22vw;
  }	
 .m01-r {
    width: 17vw;
    top: 270px;
    right: 17.5vw;
  }	
 .mus01 {
    width: 4vw;
    top: 180px;
    right: 10vw;
  }	
 .mus02 {
    width: 4.6875vw;
    top: 350px;
    right: 15.625vw;
  }
 .m05 {
    width: 10vw;
    top: 270px;
    right: 3.4375vw;
  }	
.date h3 {
  display: block;
  float: left;
  overflow: hidden;
  font-size: 5vw;
  line-height: 1.1;
  margin-right: .5rem;
}
  .date h6 {
    display: block;
    float: left;
    line-height: 3vw;
    height: 3vw;
    width: 2vw;
    font-weight: 600;
    font-size: 2vw;
    color: #fff;
    padding: 0 .25rem;
    background: #ae6eab;
    border-radius: 50%;
    margin-top: .75rem;
  }
.where {
  display: block;
  float: left;
  width: fit-content;
  margin: .5rem 0 0 .5rem;
  overflow: hidden;
}	
.where h4 {
  font-size: 1.7vw;
}	
.where p {
  font-size: 1.6vw;
}	
 .about-wrp {
    margin-top: 0;
  }	
 .flex-title h3 {
    line-height: 4.5vw;
    height: 4.5vw;
    width: 4vw;
    font-size: 3vw;   
  }	
.tt01 {
  width: 22vw;
  top: 20px;
  left: 13.958333333vw;
}	
  .about-cnt {
    width: 80vw;
    margin: 0 auto 3rem;
  }	
.about-cnt p {
  display: block;
  font-size: 2.2vw;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #713233;
  font-weight: 600;
  text-align: justify;
  padding-top: .5rem;
}	
.s01-1 {
  width: 16.5vw;
  top: 180px;
  left: -1vw;
}	
 .tt02 {
    width: 17vw;
    top: 0;
    right: 14vw;
  }	
 .live-cnt {
    width: 86vw;
  }
.live-L {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
  padding-top: 0;
  margin-right: 0;
}	
.live-L h3 {
    font-size: 1.35rem;
    text-align: center;
  }	
.live-L h3 small {
	font-size: .9rem;
	margin: .5rem .25rem 0 .25rem;
	}	
	
.live-L h3 b {
  font-size: 1.8rem;
  font-weight: 700;
}	
.live-R h3 {
	font-size: 1.35rem;
	}	
.live-R h3 b {
  font-size: 2rem;
  padding: 0 .25rem;
}	
.live-R {
    margin-top: .5rem;
	width: 100%;
  }	
 .getgift h5 {
    display: block;
    float: left;
    height: 70px;
    width: 80px;
    border-radius: 50%;
    line-height: 1.1;
    font-size: 1.25rem;
    padding-top: .7rem;
  }
.getgift b {
  display: block;
  font-size: 2.7rem;
  font-weight: 700;
}	
.getgift p {
    display: block;
    float: left;
    font-size: 1.125rem;
    width: calc(99.999% - 250px);
    margin-top: 1rem;
    line-height: 3;
  }	
.getgift .mgII {
  line-height: 3;
  margin-top: 1rem;
}	
.gift-note li {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: .5rem;
    text-align: justify;
  }	
 .gift li {
    display: block;
    width: calc(33.333% - 2.01rem);
    margin: 1rem;
    padding-bottom: 0;
  }	
 .gift li h6 {
    font-size: .9rem;
  }	
 .gift-qu {
    width: 3.5rem;
    font-size: .85rem;
    padding: .2rem .35rem;
    right: 0;
    top: 17.5vw;
  }	
	.gift-qu b {
  font-size: 1.35rem;
  font-weight: 700;
  margin-right: .15rem;
}
.gift li p {
    font-size: .93rem;
  }	
.price {  font-size: .75rem;}
 .tt03 {
    width: 32vw;
    top: 5vw;
    left: 5vw;
  }	
 .spk-cnt {
    width: 84%;
    margin: 0 auto 1.7rem;
    padding-left:3rem ;
  }
	.speak {
  display: block;
  margin: 0 auto ;
  width: 100%;
} 
.spk {
  display: block;
  position: relative;
  vertical-align: top;
  width: calc(44.999% - 3.01rem);
  margin-right: 0;
  padding-bottom: 1rem;
  float: left;
  margin: 1rem 1.5rem;
}	
.speak .spk h3 {
  display: block;
  position: absolute;
  width: 120px;
  line-height: 1.7;
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  background: linear-gradient( -45deg, #f39b23, #e6195a);
  border-radius: 2rem;
  bottom: auto;
  z-index: 3102;
  top: 180px;
}	
.speak .spk a h2 {
	font-size: 2rem;
	}
.speak .spk a p {
  display: block;
  text-align: center;
  line-height: 1.8;
	font-size: .8rem;
	padding-top: .25rem;
	}	
	
 .spk-r01 {
    width: 14vw;
    top: 0;
    right: .1vw;
  }
.spk-r02 {
  width: 30vw;
  top: 120px;
}	
 .spk-l01 {
    width: 18vw;
    bottom: 3vw;
    left: -3vw;
  }	
.spk-l02 {
  width: 22.5vw;
  bottom: 2vw;
  left:-1vw;
}	
	
  .tt04 {
    width: 30vw;
    top: 15px;
    right: 5vw;
  }	
 .timetable {
    display: block;
    float: none;
    overflow: hidden;
    margin: 1.75rem auto 0;
    width: 74%;
  }	
.agdmaintxt-wrp {
  display: block;
  justify-content: center;
  margin: 0 auto 1.5rem;
  width: 100%;
}
.agd-main-txt {
  display: block;
  overflow: hidden;
  width: fit-content;
  margin: 1rem auto;
}	
  .timetable li {
    display: block;
    margin-bottom: .8rem;
    color: #fff;
  }
 .report-box {
    width: 84%;
    margin: 0 auto;
  }
 .w-imgText2 .text_x .tt_h {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding-bottom: 0;
    font-weight: 800;
  }
.w-imgText .igt_page .swiper-pagination-bullet {
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 2rem;
  height: 8px;
  background: #e6195a;
  opacity: 0.7;
}
.w-imgText .igt_page .swiper-pagination-bullet-active {
  background: #e6195a;
  opacity: 1;
}	
.tt05 {
    width: 30vw;
    top: 1rem;
    left: 5vw;
  }	
#overlay_wrap .spk_info .spk_pic img {
  max-width: 60%;
	max-width: 240px;
  margin: 1rem 0;
}
#overlay_wrap .spk_info .spk_pic {
    margin-right: 0;
    margin-bottom: 24px;
  }
  #overlay_wrap .spk_info {
    display: block;
  }
  #overlay_wrap .spk_info .spk_txt .spk_name {
    font-size: 32px;
  }
  #overlay_wrap .spk_info .spk_txt .spk_title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #overlay_wrap .spk_info .spk_txt .spk_subtitle {
    font-size: 18px;
  }
  #overlay_wrap .spk_info .spk_txt p {
    margin-bottom: 16px;
  }
.logo-area {
  display: block;
  overflow: hidden;
  width: 90%;
  padding: 1rem 0;
  margin:0 auto;
}
.resp-cnt h3 {
  display: block;
  float: none;
  width: 200px;
  overflow: hidden;
  text-align: center;
  font-size: 1.125rem;
  margin-right: 0;
  margin-top: 1rem;
  margin: 0 auto ;
}
.logos {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
}
.flex-logo {
   display: flex;
  justify-content: center;
  margin:0 0 1rem 0;
  width: 100%;
  }
.mgbtttt{margin-top: 1.25rem;}
}

@media screen and (max-width:768px) {
 .date {
    padding: .25rem .6em .35rem;
  }
 .m01-r {
    width: 15vw;
    top: 250px;
    right: 17.5vw;
  }
  .m01-l {
    width: 9vw;
    top: 260px;
    left: 22vw;
  }	
	
	.flex-title {
  display: flex;
  justify-content: center;
  margin: 0 auto.75rem;
  width: 100%;
}
	 .gift li p {
    font-size: .85rem;
  }
  .spk-cnt {
    width: 88%;
    margin: 0 auto 1.7rem;
    padding-left: 3rem;
  }
}


@media screen and (max-width:640px) {
.w-imgText .igt_page .swiper-pagination-bullet{height:8px; margin: 1rem .25rem;}
}
@media screen and (max-width:500px) {
.kv_bg_m{
	 display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	top: 0;
	z-index:2;	
}
.kv_bg{display: none;}
 .logo_stm {
    width: 100px;
	 margin: 1rem;
  }
.logo_event {
    width: 100px;
    margin: 1rem 0 0 .5rem;
    padding: 0;
    float: left;
  }
 .kv-txt {
    width: 70vw;
    top: 80px;
    left: 50vw;
    margin-left: -35vw;
    z-index: 551;
  }
.date-wrp{
	display: none;
}
.date_m{
	display: block;
	overflow: hidden;
	margin: 2rem auto 0;
	width: 45vw;
	}	
.date_m img{ max-width: 100%;}	
 .flex-title h3 {
    line-height: 34px;
    height: 36px;
    width: 32px;
    font-size: 1.65rem;
  }	
 .live-L h3 {
    font-size: 4vw;
    text-align: center;
  }	
	 .live-L h3 b {
    font-size: 5vw;
    font-weight: 700;
  }
 .live-L h3 small {
    font-size: 3vw;
    margin: .25rem .25rem 0 .25rem;
  }	
.agd-box {
    display: block;
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
  }
.clock {
  display: block;
  width: 180px;
  margin: 1rem auto 0 auto;
}
.agd_cnt {
  display: block;
  width: 100%;
  text-align: center;
}	
.agd_cnt p {
	font-size: 1.35rem;}
 .agd_cnt p span {
    font-size: 1.2rem;
    margin-left: 0;
    display: block;
    line-height: 1.1;
    margin-top: .75rem;
  }
 .agd-main-txt {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 1rem auto;
  }
.agd-main-txt h3 {
  display: block;
  float: none;
  line-height: 1.8rem;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-right: 0;
	margin: 0 auto;
	text-align: center;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 2px dotted rgba(170,110,170,.25);
	padding-right: 0;
  border-right: none;
	
}
.agd-main-txt p {
  display: block;
  float: left;
  line-height: 1.8rem;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding-left: 0px;
  border-left: 0px solid rgba(255,255,255,.5);
	text-align: center;
}
 /*.agd-main-txt h3 i {
		display: none;
}*/
.flex-cont-agd{
  display: flex;
  justify-content: center;
  margin: 0 0 1rem 0;
  width: 100%;
}
.flex-cont {
    display: block;
  }
.agd_cnt h2 {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
}
.timetable li {
  display: block;
  margin-bottom: 1.5rem;
  font-size: .85rem;
}
.logos li {
    display: block;
    float: none;
    overflow: hidden;
    margin: 0 auto 10px auto;
    width: auto;
	 text-align: center;
  }
.agd-main-txt small {
  display: none;
}
.w-imgText2 .text_x .tt_h {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
.w-imgText .text_x p {
  font-size: 1.2rem;
  line-height: 1.6;
  text-decoration:none;
  font-weight: 500;
  text-align: justify;
}
.timetable {
    display: block;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
  }
.timetable ul > li.notes {
  font-weight: 600;
  font-size: .75rem;
  line-height: 1;
  margin-bottom: .5rem;
}
 .live-R h3 {
    font-size: 1.2rem;
	 text-align: center;
  }
 .live-R h3 b {
    font-size: 1.5rem;
    padding: 0 .25rem;
  }
  .getgift h5 {
    display: block;
    float: none;
    height: 70px;
    width: 80px;
    border-radius: 50%;
    line-height: 1.1;
    font-size: 1.25rem;
    padding-top: .7rem;
    margin: 0 auto;
  }
	 .getgift p {
    display: block;
    float: none;
    font-size: 3.7vw;
    width: 100%;
    margin-top: .5rem;
    line-height: 2;
    text-align: center;
  }
 .live-go-rrr {
    float: none;
    margin: .5rem;
  }	
 .live-go a, .live-no {
    display: block;
    float: none;
    width: 201px;
    font-size: 1.125rem;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .getgift {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
  }	
 .getgift .mgII {
    line-height: 1.7;
    margin-top: 0;
    margin: .5rem;
  }
 .about-cnt {
    width: 85vw;
    margin: 0 auto 3rem;
  }
	 .about-cnt p {
    display: block;
		 font-size: 4.5vw;
	}
 .tt01 {
    width: 30vw;
    top: 20px;
    left: -1vw;
  }	
 .s01-1 {
    width: 16.5vw;
    top: 300px;
    left:0;
  }	
 .tt02 {
    width: 22vw;
    top: 0;
    right: -1vw;
  }	
.gift ul {
  display: block;
  justify-content: center;
  margin: 0 auto 1.5rem;
  width: 100%;
}	
 .gift li {
    display: block;
    width: calc(99.999% - 2.01rem);
    margin: 1rem;
    padding-bottom: 2rem;
  }	
.gift li h6 {
    font-size: 4.5vw;
  }	
.gift li p {
    font-size: 5.2vw;
  }	
 .price {
    font-size: .85rem;
  }	
 .gift-qu {
    width: 5rem;
    font-size: 1.125rem;
    padding: 0 .25rem;
    right: 0;
    top: 50vw;
  }	
	.gift-qu b {
    font-size: 1.75rem;
    font-weight: 700;
    margin-right: .15rem;
  }
	
 .tt03 {
    width: 40vw;
    top: 5vw;
    left: -.5vw;
  }	
  .spk {
    display: block;
    position: relative;
    width: calc(99.999% - 3.01rem);
    padding-bottom: 1rem;
    margin: 1rem 1.5rem;
  }	
	 .spk-cnt {
    width: 80%;
    margin: 0 auto 1.7rem;
    padding-left: 0;
  }
 .speak .spk a h2 {
    font-size: 9vw;
  }	
 .speak .spk a p {
    display: block;
    text-align: center;
    line-height: 1.4;
    font-size: 3.5vw;
    padding-top: .25rem;
  }	
 .speak .spk h3 {
    top: 50vw;
  }	
 .spk-l01 {
    width: 24vw;
    bottom: -5.5rem;
    left: -3vw;
  }	
 .spk-l02 {
    width: 30vw;
    bottom: 0;
    left: -1vw;
  }	
 .tt04 {
    width: 42vw;
    top: 35px;
    right: -1vw;
  }	
  .tt05 {
    width: 38vw;
    top: 2.5rem;
    left: -1vw;
  }	
	.logoH_01{
		max-height: 40px;
	}	
	.logoH_02{
		max-height: 30px;
	}	
#footer #footer_bottom #footer_info_wrapper .footer_info_contents {
  display: block;
  padding: .2rem 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}	
 .w-imgText .igt_page {
    display: block;
    padding-top: 0;
  }	
.rpt-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 2.5rem auto 1.5rem;
}	
 .m02 {
    width: 14vw;
    top: 70px;
    left: 8vw;
  }	
 .m03 {
    width: 15vw;
    top: 20px;
    right: 18vw;
  }
 .mus01 {
    width: 6vw;
    top: 120px;
    right: 8vw;
  }	
  .mus04 {
    width: 2.5vw;
    top: 130px;
    left: 2vw;
  }	
 .kv-txt .flex-txt h2 {
    font-size: 3.4vw;
  }	
.m04 {
    width: 26vw;
    top: 36vw;
    left: -4vw;
  }	
 .mus03 {
    width: 5vw;
    top: 68vw;
    left: 3.5vw;
  }	
  .m01-l {
    width: 18vw;
    top: 70vw;
    left: 10vw;
  }	
 .m01-r {
    width: 34vw;
    top: 60vw;
    right: -1vw;
  }	
 .m05 {
    width: 11vw;
    top: 40vw;
    right: 1vw;
  }	
 .mus02 {
    width: 8vw;
    top: 90vw;
    right: 2vw;
  }	
  .about-wrp {
    margin-top: -28vw;
  }
 .sec04-1 {
    width: 24vw;
    bottom: auto;
    left: 2.5vw;
    top: 65vw;
  }
 .sec04-2 {
    width: 36vw;
    bottom: 12rem;
  }
 .agd_cnt p small {
    font-size: .9rem;
    padding-left: 0;
    display: block;
    line-height: 1.2;
  }
 .job-tt h5 {
    display: block;
    font-size: .9rem;
    padding-left: 0;
    line-height: 1.5;
    color: #ae6eab;
    font-weight: 600;
    vertical-align: top;
    margin-top: .25rem;
  }
.map-go a {
  padding: 0 2vw;}
.tic-go {
    top: 50%;
    width: 9vw;
  }
}
@media screen and (max-width:430px) {
 .spk-r01 {
    width: 14vw;
    top: 10vw;
    right: .1vw;
  }
 .gift-note li {
    font-size: .9rem;
    line-height: 1.7;
    margin-top: .5rem;
    text-align: justify;
  }
}
@media screen and (max-width:415px) {
 .date_m {
    display: block;
    overflow: hidden;
    margin: 2rem auto 0;
    width: 50vw;
  }
.timetable ul > li.notes i {
  font-size: .8rem;
  color: #ae6eab;
  padding-right: .1rem;
}
 .agd-box {
    display: block;
    position: relative;
    width: 100%;}
.logoH_02 {
    max-height: 25px;
  }
 .logoH_01 {
    max-height: 29px;
  }
}
@media screen and (max-width:400px) {

}
@media screen and (max-width:380px) {

}
@media screen and (max-width:360px) {
}