@import url('https://fonts.googleapis.com/css2?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", "Noto Serif TC", serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
	font-optical-sizing: auto;
	/*background: linear-gradient(to bottom, #190707 0%, #4a0101 100%);*/
}
/* 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: 1rem;*/
background: #a32d2d;
  background: linear-gradient(-90deg, #0e1d3d 35%, #650000 60%, #030e28 100%);
  background: -moz-linear-gradient(-90deg, #0e1d3d 35%, #650000 60%, #030e28 100%);
  background: -webkit-linear-gradient(-90deg, #0e1d3d 35%, #650000 60%, #030e28 100%);
  background: -o-linear-gradient(-90deg, #0e1d3d 35%, #650000 60%, #030e28 100%);
  background: -ms-linear-gradient(-90deg, #0e1d3d 35%, #650000 60%, #030e28 100%);
}
.testgo {
  position: fixed;
  top: 40%;
  right: 0;
  width: 90px;
  z-index: 9998;
}

.testgo a img{
  max-width: 100%;
	margin-top: .75rem;
}
.testgo 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);
  }
}
/*- Menu --------------------------------------------------------------------------*/
.thenav {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 2rem;
  /*padding-bottom: 1rem;*/
  right: 0;
  width: fit-content;
}
.thenav ul {
  overflow: hidden;
}
.thenav ul > li.none{
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  font-family:"Poppins", "Noto Serif TC", serif;
  line-height: 2;
  /*width: 140px;*/
  color:  rgba(255,255,255,.5);
  background: rgba(0,0,0,.85);
  margin: 0 0 0 .2rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
	padding: 0 .65rem;
}
.thenav li a {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  font-family:"Poppins", "Noto Serif TC", serif;
  line-height: 1.7;
  /*width: 140px;*/
  color: rgba(255,255,255,.9);
  margin: 0 0 .5rem 0;
  text-align:right;
  text-decoration: none;
  letter-spacing: 2px;
	border-right: 5px solid rgba(0,0,0,0);
	padding: 0 1.1rem 0 0;
	text-shadow: 0px 0px 6px rgba(64,1,6,.7);
}
.thenav li a:hover, .thenav li a:active {
  color: #fff;
	border-right: 5px solid #c12326;
  text-decoration: none;
}

/*Section-01*-----------------------------------------------------------*/
.kv_m {
  display: none;
}
.main_kv_w {
  display: block;
  position: relative;
  z-index: 500;
}
.main_kv_w h1 {
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 10000;
    color: rgba(255, 255, 255, 0);
}
.kv {
  display: block;
  position: relative;
  width: 100%;
  z-index: 501;
}
.stm-logo {
  display: block;	
  position: absolute;
  margin: 1.5rem 0 0 1.5rem;
  width: 180px;
  z-index: 1000;
}
.kv-txt{
	display: block;
	position:absolute;
	width:50vw;
	right: 8.125vw;
	top: 240px;
	z-index: 590;
	font-family:"Poppins", "Noto Serif TC", serif;
}
.txt01{
	display: block;
	overflow: hidden;
	width: 36vw;
	margin: 0 auto;
}
.txt02{
	display: block;
	overflow: hidden;
	width: 99%;
	margin: 1rem auto;
}
.txt02 ul{}
.txt02 li {
  display: inline-block;
  width: 20.9%;
  vertical-align: bottom;
}
.txt02 li:nth-child(3){
	display: inline-block;
	width: 13.5%;
}
.txt02 li img{
	max-width: 100%;
}

.txt-red{
	display: block;
	height: 60px;
 width: 3px;
	background: #c01f25;
	margin: 0 auto;	 
}
.kv-txt p{
	display: block;
	
  color: #fff;
  /*font-size: 1.75rem;*/
	font-size:2.2vw;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 2px;
	text-align: center;
	margin-top: .5rem;
}
.kv-txt p span{
	padding: 0 1rem;
}

.ticket a {
  display: block;
  width: 14.84375vw;
  text-align: center;
  font-size: 1.67vw;
  height: 70px;
  line-height: 70px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  background: rgba(255,255,255,.25);
  border-radius: 3rem;
  border: 2px solid #fff;
  text-decoration: none;
  margin: 3rem auto 0;
	animation: tkt;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.ticket i { 
	font-size: 1rem;
	padding-left: 1rem;
  vertical-align: middle;
  display: inline-block;
}
.ticket a:hover { 
	color:#0f1c37;
  text-decoration: none;
	background: rgba(255,255,255,1);
}

@keyframes tkt {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.light-01{
  display: block;
  position:absolute;
  width: 33.85vw;
  left: -5vw;
  top: 120px;
  z-index: 511;
}
.light-02{
  display: block;
  position:absolute;
  width: 57.29vw;
  right: -3vw;
  bottom: 0;
  z-index: 512;
}
.light-01 img{
	max-width: 100%;
	animation: pulse2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.light-02 img{
	max-width: 100%;
	animation: pulse2;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}

@keyframes pulse2 {
  0% {
    transform: scaleX(1);
    opacity: 0.5;
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
    opacity: 1;
  }
  to {
    transform: scaleX(1);
    opacity: 0.5;
  }
}
.kv img, .stm-logo a img, .txt01 img, .kv_m img{
  max-width: 100%;
}


/*01 關於論壇-------------------------------------------------------------------------*/
.abt-wrp {
  display: block;
  position: relative;
  font-family:  "Noto Serif TC", serif;
  overflow: hidden;
  width:100%;
  z-index: 1000;
  margin-top: -50px;
	padding-bottom: 4rem;
}
.main_cnt{
	display: block;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1100;
}
.ttt{
	display: block;
	overflow: hidden;
	width: fit-content;
	margin: 1rem auto;
}
.ttt ul{font-family:  "Noto Serif TC", serif;}
.ttt li{
	display: block;
	float: left;
	margin: 0.25rem;
	font-size: 2.25rem;
	font-weight: 700;
	color: #fff;
	background: #bd1a1c;
	text-align: center;
	padding: .35rem .35rem .5rem;
}
.ttt ul > li.wht{
	color: #bd1a1c;
	background: #fff;
}

.abt-wrp p{
	display: block;
	line-height: 2.3;
	font-weight: 600;
	font-size: 1.65rem;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}
.abt-wrp p b{
	font-size: 2.25rem;
	font-weight: 700;
	padding: 0 .25rem;
	line-height: 1.5;
	background: linear-gradient(-90deg, rgba(255,255,255,0) 75%, #bd1a1c 76%);
  background: -moz-linear-gradient(-90deg, rgba(255,255,255,0) 75%, #bd1a1c 76%);
  background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 75%, #bd1a1c 76%);
  background: -o-linear-gradient(-90deg, rgba(255,255,255,0) 75%, #bd1a1c 76%);
  background: -ms-linear-gradient(-90deg, rgba(255,255,255,0) 75%, #bd1a1c 76%);
}
/*.abt-wrp p b::after{
	content: "";
	width: 100px;
	height: 10px;
	background: #bd1a1c;	
	display: inline-block;
}*/

/*.ytb {
  display: block;
  width: 100%;
  overflow:hidden;
  margin:1rem 0 3rem 0;
  background:#000;
}*/
.ytb {
  display: block;
  width: 50vw;
  overflow:hidden;
  margin:2.5rem auto 0;
  background:#000;
	border: 4px solid rgba(255,255,255,.25);
	border-radius: .5rem;
}
.ytb img{
  max-width: 100%;
}

.ytb iframe {
  padding:0;
}
.ytb_h {
  /*height: 430px;*/
  height: auto;
}
.yt-btm{
	display: block;
	width: 50vw;
	margin: .2rem auto;
	background: url("../img/yt-btm.png") repeat-x;
	height: 50px;
	border-radius: .5rem .5rem 0 0;
}

.fefe {
  animation: fade 3s linear 0s;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.point01{
  display: block;
  position:absolute;
  width: 26.5625vw;
  left:0;
  top: 20px;
  z-index: 1001;
}
.point02{
  display: block;
  position:absolute;
  width: 42.7vw;
  right: 0;
  bottom: 0;
  z-index: 1002;
}
.point01 img ,.point02 img{
  max-width: 100%;
}



/* 02.直播享好禮 -------------------------------------------------------------------------*/
.get_gift{
  display: block;
  position:relative;/*****/
	font-family:"Poppins", "Noto Serif TC", serif;
  width: 100%;
  z-index: 2000;
	margin-top: 3rem;
	/*height: 800px;*/	
}

.the_date{
	display: block;
	font-family:"Noto Serif TC", serif;
	width: fit-content;
	margin: 2rem auto;
	overflow: hidden;
}

.the_date h2 {
	display: block;
	float: left;
	color: #fff;
	font-size:3.5rem;
	font-weight: 900;
}
.the_date span {
  display: block;
  float: left;
  font-weight: 799;
  font-size: 1.75rem;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  text-align: center;
  border: 3px #fff solid;
  margin-top: .45rem;
  line-height: 1.4;
	margin: .45rem 1.1rem 0 .5rem;
}

.gift-way{
	display: block;
	 position:relative;
	width:100%;
	overflow: hidden;
	margin: 3rem auto;
	z-index: 2005;
}

.gift-way h4 {
  display: inline-block;
  width: 34.999%;
  line-height: 1.7;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 1px;
  vertical-align: top;
  text-align: justify;
  padding-right: 1rem;
  margin-top: 3.5rem;
}
.gift-way h4 b{
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0 .5rem;
	color: #ffc1c4;
}
.steps{
	display: inline-block;
	width: 27.499%;
	overflow: hidden;
	/*margin-left: 1rem;*/
	padding: 1rem;
	height: 220px;
	border-radius: 1rem;
	background: linear-gradient(-45deg, #010145, #ac2124);
  background: -moz-linear-gradient(-45deg, #010145, #ac2124);
  background: -webkit-linear-gradient(-45deg, #010145, #ac2124);
  background: -o-linear-gradient(-45deg, #010145, #ac2124);
  background: -ms-linear-gradient(-45deg, #010145, #ac2124);
}

.steps h5{
	display: block;
	width: 100%;
	font-family:"Noto Serif TC", serif;
	letter-spacing: 2px;
	text-align: center;
	font-size: 1.75rem;
	font-weight:900;
	color: #fff;
	/*background: linear-gradient(45deg, #ffffff, #ff9494);
   background: -webkit-linear-gradient(45deg, #ffffff, #ff9494);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;*/
}
.steps h5 b{
	font-size: 2.5rem;
	padding-left: .5rem;
}

.steps h6{
	 display: block;
	overflow:hidden;
  font-family:"Noto Serif TC", serif;
	width: 100%;
	height: 80px;
	margin-top: 1rem;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.7;
}

.arr {
  display: inline-block;
  width: 8%;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  margin-top: 4.5rem;
}
.arr i{
	font-size: 4rem;
	color: #fff;
}
.arr_m {
  display: none;
}
.arr_m i{
	font-size: 4rem;
	color: #fff;
}

.live-go{
  display: block;
  width: 190px;
  text-align: center;
  font-size: 1.125rem;
	margin: 0 auto;
  line-height: 2.5;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
	border: 1px solid rgba(255,255,255,.3);
  text-decoration:none;
  opacity: .6;
}
/*.live-go a {
  display: block;
  width: 185px;
  text-align: center;
  font-size: 1.2rem;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #222;
  font-weight: 700;
  background:linear-gradient(45deg, #ffffff, #ff9494);
  background:-moz-linear-gradient(45deg, #ffffff, #ff9494);
  background:-webkit-linear-gradient(45deg, #ffffff, #ff9494);
  background: -o-linear-gradient(45deg, #ffffff, #ff9494);
  background: -ms-linear-gradient(45deg, #ffffff, #ff9494);
  text-decoration:none;
  opacity: .88;
}*/
.live-go i { margin-right: .25rem; color: #ff8b8f;/*font-weight: normal;*/
}
.live-go a:hover { 
	color:rgba(0,0,0,1);
  text-decoration: none;opacity: 1;
}

.gift_wrp{
	display: block;
	position: relative;
	width:100%;
	overflow: hidden;
	padding: 1.4rem 1.4rem 0 1.4rem;
	border-radius: 1.5rem;
	/*border: 1px solid rgba(255,255,255,.3);*/
	/*margin: 3rem 0;*/
	margin: 0 0 1rem;/*0425*/
	background: rgba(255,255,255,.1);
	z-index: 2006;
}
.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: 1rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.7;
  margin-top: .5rem;
	text-align: justify;
	font-family:"Noto Serif TC", serif;
}

.gift {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 2rem auto 1rem;
}
.gift  ul{
  display: block;
  overflow: hidden;
}

.gift li {
  display: block;
	float: left;
  vertical-align: top;
  width: calc(24.999% - 3.01rem);
  margin: 1.5rem;
  padding-bottom: 1rem;
	
  font-family: "Noto Serif TC", serif;
}
.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: 2.2;
	font-weight: 500;
	font-size: .9rem;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	width: fit-content;
	padding: 0 1rem;
	border-radius: 2rem;
	border: 1px solid rgba(255,255,255,.3);
	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: #ffafb0;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	
}
/*.gift li p a{
	display: block;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.25rem;
	color: #ffafb0;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	
}*/
.gift li p a:hover{
	text-decoration: underline;
}
.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: 16px; 
	font-weight:500;
	font-size: .8rem;
	color: #fff;
	letter-spacing: 1px;
}

.gift-qu {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: .25rem 0;
  background: rgba(189,33,34,.85);
  z-index: 2050;
  right: 0;
  top: 190px;
  border-radius: 50%;
  line-height: 1.7;
	letter-spacing: 0;
}
.gift-qu b{
	font-size: 1.75rem; 
	font-weight: 900;
	margin-right: .15rem;
}
.gft_bg{
	display: block;
  position:absolute;
  width: 100vw;
	right: 0;
	bottom: 10px;
	z-index: 9;
}

.gft_bg img{
  max-width: 100%;
	opacity: .8;
}

/*03.講者--------------------------------------------------------------------------------*/
.spk-wrp {
  display: block;
  position:relative;/*****/
  font-family:"Poppins", "Noto Serif TC", serif;
  width:100%;
  z-index: 3000;
	margin-top: 5rem;	
}

.spk {
  display: block;
  overflow: hidden;
  width: 90%;
  margin: 0 auto 4rem;
	margin: 0 auto;
  padding-top: 2rem;
}

.flex-spkr {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}
.spkr_{
	display: inline-block;
	position: relative;
	/*float: left;*/
	width: calc(33.333% - 3.51rem);
	margin:1rem 1.75rem 1rem;
	vertical-align: top;
	z-index: 3002;
}
.spkr_name{
	display: block;
	position: absolute;
	font-family:"Poppins", "Noto Serif TC", serif;
	bottom: 2rem;
	left: 1rem;
	z-index: 3004;
	letter-spacing: 1px;
}

.spkr_name h3{
	display: block;
	overflow: hidden; 
	font-size: 2.5rem; 
	color: #fff;
	text-shadow:0px 0px 5px rgba(0,0,0,.5); 
	line-height: 1.2;
	font-weight: 700;
}
.spkr_name p{
	display: block;
	overflow: hidden; 
	font-size: 1rem; 
	color: #fff;
	text-shadow:0px 0px 5px rgba(0,0,0,.5); 
	line-height: 1.4;
	font-weight: 600;
}
.spkr_pic{
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: .5rem;
	overflow: hidden;
	/*box-shadow:8px 8px 0px rgba(0,0,0,.7);
	margin-left: -6px;*/
}
.spkr_pic img{
	max-width: 100%;
}

#overlay_wrap .spk_info {
  display: flex;
  justify-content: space-between;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Noto Serif TC", 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%;
	/*box-shadow: 8px 8px 0px rgba(0,0,0,.7);*/
}
#overlay_wrap .spk_info .spk_txt {
  width: 100%;
  text-align: left;
	margin-left: 1rem;
}
#overlay_wrap .spk_info .spk_txt .spk_name {
  font-size: 36px;
  font-weight: 700;
	color: #fff;
}
#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;
	color: rgba(255,255,255,.7);
}
#overlay_wrap .spk_info .spk_txt .spk_subtitle {
  font-size: 1rem;
  color: #fff;
  background: #bb7575;
  width: fit-content;
  padding: 5px 12px;
  border-radius: 3px;
  margin-bottom: 8px;
  margin-top: 1rem;
  font-weight: 600;
}
#overlay_wrap .spk_info .spk_txt p {
  margin-bottom: .2rem;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.8;
  color: rgba(255,255,255,1);
}
#overlay_wrap .spk_info .spk_txt p b{
  color: #fff;font-weight: 700;font-size: 1.5rem;
}

.spk_bg{
	display: block;
  position:absolute;
  width: 90vw;
	left: 0;
	bottom: 10px;
	z-index: 100;
}

.spk_bg img{
  max-width: 100%;
	opacity: .8;
}


/*04-精彩議程-----------------------------------------------------------------------*/
.agd-wrp {
  display: block;
  position:relative;/*****/
  font-family: "Noto Serif TC", serif;
  width:100%;
  z-index: 4000;
	padding-bottom: 2rem;
	margin-top: 4rem;
}

/*.agd-box{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 1000px;
	margin-top: 20px;
	
}*/
.agd-main {
  display: block;
  position: relative;
  width: 100%;
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: .5rem;
  overflow:hidden;
  z-index: 501;
  font-family: "Noto Serif TC", serif;
}
.agd-main-txt{
	display: block;
	float: left;
	overflow: hidden;
	width: calc(49.999% - 2.01rem);
	margin: 1rem;
}
/*.agd-main-txt h3{
	display: block;
	float: left;
	line-height: 1.8rem;
	font-weight: 700;
	font-size: 2.5rem;
	color: #fff;
	letter-spacing: 1px;
	margin-right: .5rem;
}
.agd-main-txt h3 i {
  color: #af1919;
  margin-right: .5rem;
}*/
.icon{
	display: block;
	float: left;
	overflow: hidden;
	width: 80px;
	margin-right: .7rem;
}
.icon img{
	max-width: 100%;
}
.agd-main-txt p{
	display: block;
  float: left;
  line-height: 4rem;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 1px;
}
.agd-main-txt p b{
	font-weight: 900;
	font-size:2.75rem;
}
.agd-main-txt h6 {
  display: block;
  float: left;
  line-height: 1.85rem;
  height: 2.25rem;
  width: 2.25rem;
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
  background: none;
  border-radius: 50%;
  margin: 1rem .5rem 0 .5rem;
  text-align: center;
  border: 2px solid #fff;
}

.agd-main-txt small {
  display: block;
  float: left;
  line-height: 2.2rem;
  font-weight: 500;
  font-size: 1rem;
  color: rgba(255,255,255,.8);
  padding-left: .5rem;
}
.map-go a {
  display: block;
  float: left;
  width: 60px;
  text-align: center;
  font-size: .95rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 800;
  border-radius: 1rem;
  text-decoration: none;
  margin-left: .5rem;
	margin-top: 1.5rem;
	border: 1px  rgba(255,255,255,.5) solid;
	background: rgba(255,255,255,0);
  font-family: "Noto Serif TC", serif;
}

.map-go a:hover {
  text-decoration: none;
	color: #b21e1f;
	background: rgba(255,255,255,1);
	border: 1px  rgba(255,255,255,1) solid;
}
.timetable {
  display: block;
  overflow: hidden;
  margin: 1.25rem auto;
  width: 790px;
	padding-bottom: 2rem;
}
.timetable ul {
}
.timetable li {
  display: block;
  margin-bottom: 1.4rem;
  color: #fff;
}
.clock {
  display: inline-block;
  width: 210px;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 24px;
  line-height: 42px;
  margin-right: 16px;
  vertical-align: top;
}

.clock_A {
	color: #fff;
	background: rgba(255,255,255,.25);
  /*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: #1F1F1F;
	background: rgba(255,255,255,.85);
  /*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% - 237px);
}
.agd_cnt p {
  font-size: 1.35rem;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif TC", serif;
}
.agd_cnt p span {
  font-weight: 600;
  color: #fa9292;
  margin-right: .35rem;
}

.agd_cnt h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ffcbcb;
	letter-spacing: 2px;
}
.agd_cnt h2 span{
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fa9292;
	margin-right: .35rem;
}

.timetable li small {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 1.25rem;
	line-height: 1.7;
}

.agd_btm{
	display: block;
  position:absolute;
  width: 100vw;
	left: 0;
	bottom: 0;
	z-index: 200;
}

.agd_btm img{
  max-width: 100%;
	opacity: .8;
}

.paddtop{ padding-top: .25rem;}

/*05-專題報導---------------------------------------------------------------------------------*/

.report-wrp {
  display: block;
  position:relative;/*****/
  font-family: "Noto Serif TC", serif;
  width:100%;
  z-index: 5000;
}

.article-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
	background: #fff;
}
.art-more a {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  width: 220px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5rem;
  height: 2.5rem;
  background: rgba(189, 33, 34, 1);
  text-decoration: none;
}
.art-more a:hover {
  background: rgba(189, 33, 34, 1);
  text-decoration: none;
  color: #fff;
}




.lz-more a {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  width: 220px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5rem;
  height: 2.5rem;
  background: rgba(187, 23, 23, .75);
  text-decoration: none;
}
.lz-more a:hover {
  background: rgba(187, 23, 23, 1);
  text-decoration: none;
  color: #fff;
}

/*footer*/
/*合作單位*/
.logo-area {
  display: block;
  overflow: hidden;
  width: 1010px;
  padding: 2rem 0 1rem;
  margin: 1rem auto;
}
.resp {
  display: block;
	overflow: hidden;
  width: 100%;
  /*background: rgba(0,0,0,.3);*/
  padding: 0;
	font-family:  "Noto Serif TC", 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: #800000;
  background: none;
  border: 2px solid rgba(116,73,78,.2);
  border-radius: 3rem;
}
.resp-cnt h3 span{color: #986c71;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 20px 15px 20px; /*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, #e6d8d8 50%, #ba8484 100%);
  background: -moz-linear-gradient(-90deg, #e6d8d8 50%, #ba8484 100%);
  background: -webkit-linear-gradient(-90deg, #e6d8d8 50%, #ba8484 100%);
  background: -o-linear-gradient(-90deg, #e6d8d8 50%, #ba8484 100%);
  background: -ms-linear-gradient(-90deg, #e6d8d8 50%, #ba8484 100%);
	clear: both;/*****/
}
#footer #footer_bottom {
  color: #fff;
  /*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: #fff;
  text-decoration: none;
}
#footer #footer_bottom #footer_info_wrapper a:hover {
  color: #ff3838;
  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: #fff;
}
.flex-cont {
    display: block;
	overflow: hidden;
  }
/*RWD  ========================================================================================*/

@media screen and (max-width:1600px) {

}
@media screen and (max-width:1536px) {

 .logo-area {
    padding: 0;
    margin: 2rem auto;
  }
	
	.logos {
  width: calc(99.999% - 215px);
}
	.logos li {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 20px 12px 20px;
	}
.logos li:nth-child(3){
	margin: 0 0 15px 20px; }
}
@media screen and (max-width:1440px) {
.txt02 li {
  display: inline-block;
  width: 20.5%;
  vertical-align: bottom;
}
.kv-txt {
  width: 50vw;
  right: 9.5vw;
	top: 190px;
	}
.ticket a {
  display: block;
  width: 14.84375vw;
  text-align: center;
  font-size: 1.67vw;
  height: 60px;
  line-height: 60px;
	margin: 1.8rem auto 0;
	}
	.abt-wrp {
		margin-top: 0;
	}
.stm-logo {
  margin: 1.5rem 0 0 1.5rem;
  width: 130px;
  z-index: 1000;
}
.logo-area {
  width: 960px;
}
}

@media screen and (max-width:1366px) {
 .kv-txt p {
  display: block;
  color: #fff;
  font-size: 1.75rem;
	 font-size: 2vw;}
.main_cnt {
  display: block;
  position: relative;
	width: 1100px;}
.abt-wrp p {
  display: block;
  line-height: 2.3;
  font-weight: 600;
	font-size: 1.4rem;
	}
.abt-wrp p b {
	font-size: 2rem;}
.gift-qu {
  width: 60px;
  height: 58px;
  font-size: 1rem;
  padding: .25rem 0;
  background: rgba(189,33,34,.85);
  z-index: 2050;
  right: 0;
	top: 160px;
	}	
.icon {
  display: block;
  float: left;
  overflow: hidden;
  width: 60px;
  margin-right: .7rem;
}
.agd-main-txt p b {
  font-weight: 900;
  font-size: 2.5rem;
}
.agd-main-txt p {
  display: block;
  float: left;
  line-height: 3.5rem;
  font-weight: 700;
	font-size: 1.75rem;
	}
.map-go a {
  margin-top: 1rem;
	}
.txt-red {
  display: block;
	height: 40px;}

.gft_bg {
  bottom: 140px;
}
}



@media screen and (max-width:1280px) {
.kv-txt {
    display: block;
    position: absolute;
    width: 50vw;
    right: 9.5vw;
    top: 160px;
  }
.main_cnt {
  display: block;
  position: relative;
	width: 1000px;}
 .gift-qu {
    top: 134px;
  }
.spkr_name h3 {
  font-size: 2rem;
  line-height: 1.2;
}
.spkr_name p {
  font-size: .9rem;
}
.agd-main-txt p {
    display: block;
    float: left;
    line-height: 3.5rem;
    font-weight: 700;
    font-size: 1.5rem;
  }
.agd-main-txt {
  display: block;
  float: left;
  overflow: hidden;
  width: calc(49.999% - 1.01rem);
  margin: .5rem;
}
.thenav li a {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0 0 .4rem 0;
  padding: 0 1rem 0 0;
}
  .ticket a {
    display: block;
    width: 17vw;
    text-align: center;
    font-size: 1.8vw;
    height: 44px;
    line-height: 44px;
    margin: 1.5rem auto 0;
  }
}
@media screen and (max-width:1200px) {
 .abt-wrp p {
    display: block;
    line-height: 2.3;
    font-weight: 600;
    font-size: 1.25rem;
  }
 .main_cnt {
    width: 960px;
  }
  .gift-qu {
    top: 124px;
  }
.gift li p {
  font-size: 1.125rem;
}
.spk {
  width: 95%;
  /*margin: 0 auto 4rem;*/
  padding-top: 2rem;
}
.spkr_name {
  bottom: 1.75rem;
}
}
@media screen and (max-width:1024px) {
  .thenav {
    display: none;
  }
 .kv-txt {
    width: 50vw;
    right: 6vw;
    top: 140px;
  }
.txt01 {
  width: 38vw;
}	

	
}
@media screen and (max-width:820px) {
  .kv-txt {
    width: 53vw;
    right: 6vw;
    top: 105px;
  }
 .txt02 li {
    display: inline-block;
    width: 20.2%;
    vertical-align: bottom;
  }
 .main_cnt {
    width: 85%;
  }
.stm-logo {
  margin: 1rem 0 0 1rem;
  width: 120px;
  z-index: 1000;
}
 .ytb {
  display: block;
  width: 100%;
	}
.abt-wrp p b {
    font-size: 1.75rem;
  }	
 .abt-wrp {
    margin-top: 2rem;
  }
	.get_gift {
  margin-top: 1rem;
}
.the_date h2 {
  font-size: 6vw;
}	
.gift-way h4 {
  display: block;
  width: 100%;
  line-height: 1.7;
  font-size: 1.5rem;
  text-align: center;
  padding-right: 0;
  margin-top: .5rem;
}	
.steps {
  display: inline-block;
  width: calc(43.999% - 1.01rem);
  margin: .5rem;
  padding: 1rem;
  height: 220px;
	}	
.arr {
  display: inline-block;
  width: 10%;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  margin-top: 5rem;
}
.arr i{
	font-size: 3rem;
}	
.gift li {
  display: block;
  float: left;
  vertical-align: top;
	width: calc(49.999% - 3.01rem);
	padding-bottom:0;
	}	
 .gift-qu {
    top: 210px;
  }	
	
.spk-wrp {
  margin-top: 3rem;
}	
.spkr_ {
  display: inline-block;
  position: relative;
  float: left;
  width: calc(33.333% - 1.51rem);
  margin: .75rem;
}
.spkr_name h3 {
    font-size: 1.75rem;
    line-height: 1.2;
  }	
 .spkr_name p {
    font-size: .8rem;
	 letter-spacing: 0;
  }
 .spk {
    width: 100%;
    /*margin: 0 auto 3rem;*/
    padding-top: 1rem;
  }
	
.agd-wrp {
  width: 100%;
}	
 .agd-main-txt {
    display: block;
    float: none;
    overflow: hidden;
    width: 100%;
    margin: 1rem 0;
  }
.agd_cnt h2 {
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 1px;
}	
.agd_cnt p {
  font-size: 1.25rem;
  line-height: 40px;
  font-weight: 700;
}	
.clock {
  display: inline-block;
  width: 180px;
	}
.agd_cnt {
  display: inline-block;
  width: calc(99.99% - 210px);
}
 
#overlay_wrap .spk_info .spk_pic img {
  max-width: 60%;
	max-width: 270px;
    margin: 1rem 0 1rem 1rem;
}
#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;
  }
	.flex-cont {
    display: flex;
    justify-content: center;
    margin: 0 0 1rem 0;
    width: 100%;
  }
	 .resp-cnt {
    width: 90%;
  }
	.resp-cnt h3 {
    display: block;
    float: none;
    width: 230px;
    margin: 0 auto .52rem;
  }
.logos {
  display: block;
  float: none;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
	
 .logos li ,.logos li:nth-child(3) {
    display: block;
    overflow: hidden;
    margin: .5rem 1rem;
  }	
.logo-area {
    width: 100%;
  }
}
@media screen and (max-width:768px) {


}
@media screen and (max-width:500px) {
.kv-txt, .kv{
	display: none; 
}
 
.kv_m {
  display: block;
  position: relative;
  width: 100%;
  z-index: 101;
}
.ttt li {
  display: block;
  float: left;
  margin: 0.25rem;
  font-size: 1.75rem;
  padding: .25rem .25rem .4rem;
}
.abt-wrp p {
    display: block;
    line-height: 1.8;
    font-weight: 600;
    font-size: 1.125rem;
    padding-bottom: 1.5rem;
    text-align: justify;
  }
.the_date span {
  display: block;
  float: left;
  font-weight: 799;
  font-size: 1.25rem;
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
  border: 2px #fff solid;
  line-height: 1.3;
  margin: 0 1.1rem 0 .5rem;
}	
 .the_date h2 {
    font-size: 5.5vw;
  }	
.gift-way h4 {
    line-height: 1.7;
    font-size: 1.25rem;
    text-align: center;
    padding-right: 0;
    margin-top: .5rem;
  }
	
.gift-way h4 b {
  font-size: 1.5rem;
}	
.steps {
    display: block;
    width: calc(99.999% - 1.01rem);
    margin: .5rem;
    padding: 1rem;
    height: auto;
  }	

.arr {
	display: none;
 
}

.arr_m {
   display: block;
  width: 99.999%;
  overflow: hidden;
  text-align: center;
  margin:.5rem 0;
}
.arr_m i{
	font-size: 4rem;
	color: #fff;
}	
.steps h6 {
  height: auto;
  margin: 1rem 0;
  font-size: 1.125rem;
  line-height: 1.7;
}	
.gift-note li {
	font-size: .9rem;
	}	
 .gift li {
    display: block;
    float: left;
    vertical-align: top;
    width: calc(99.999% - 3.01rem);
    padding-bottom: 0;
  }
	
 .gift-qu {
    width: 72px;
    height: 72px;
    font-size: 1.25rem;
    padding: .0;
    background: rgba(189,33,34,.85);
    right: 0;
    top: 230px;
	 line-height: 1.9;
  }	
	.gift-qu b {
  font-size: 2.25rem;
  font-weight: 900;
  margin-right: .15rem;
}
 .gift li p {
    font-size: 1.45rem;
  }	
.price {
  display: block;
  padding: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
  font-size: .9rem;
  color: #fff;
  letter-spacing: 1px;
}
.gift li h6 {
  display: block;
  line-height: 1.8;
  font-weight: 500;
	font-size: 1.125rem;
	}
 .spk {
    width: 100%;
    /*margin: 0 auto 2rem;*/
    padding-top: 0;
  }
.flex-spkr {
  display: block;
  justify-content: center;
  margin: 0;
  width: 100%;
}	
 .spkr_ {
    display: block;
    position: relative;
    float: none;
    width: calc(99.999% - 6.01rem);
    margin: 3rem 3rem 0;
  }	
.spkr_pic {
	margin-bottom: 0;
	border-radius: 1rem;
	}
 .spkr_name {
    bottom: 1.25rem;
  }
.spkr_name h3 {
    font-size: 2rem;
    line-height: 1.4;
  }	
 .spkr_name p {
    font-size: 1.125rem;
    letter-spacing: 1px;
  }	
 .icon {
    display: block;
    float: left;
    overflow: hidden;
    width: 45px;
    margin-right: .5rem;
  }	
 .agd-main-txt p b {
    font-weight: 900;
    font-size: 1.8rem;
  }	
	
.clock {
  display: block;
  width: 240px;
  margin: 1rem auto 0 auto;
	font-size: 1.125rem;
}
 .agd-main-txt {
  margin: 0;
	 padding-bottom: 1rem;
}
.agd-main-txt p {
    display: block;
    float: left;
    line-height: 2.25rem;
    font-weight: 700;
    font-size: 1.25rem;
  }
.agd-main-txt h6 {
  display: block;
  float: left;
  line-height: 1.5rem;
  height: 2rem;
  width: 2rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: #fff;
  background: none;
  border-radius: 50%;
  margin: .25rem .5rem 0 .5rem;
  text-align: center;
  border: 2px solid #fff;
}	
  .map-go a {
    margin-top: .5rem;
	  font-size: .9rem;
  line-height: 1.25rem;
  }	
	.timetable {
  display: block;
  overflow: hidden;
  margin: 1.25rem auto;
  width: 100%;
  padding-bottom: 0;
}

.agd_cnt {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: .25rem;
}		
.agd_cnt p {
  font-size: 1.25rem;
  line-height: 40px;
}
.agd_cnt h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 1px;
}
.timetable li {
  display: block;
  margin-bottom: 1.35rem;
  color: #fff;
  font-size: .85rem;
}
.agd-main-txt small {
  display: none;
}
.timetable li {
  display: block;
  margin-bottom: 1.35rem;
  color: #fff;
  font-size: .85rem;
}
.art-more a {
	width: 100%;}
.timetable li small {
  display: block;
	font-size: .85rem;}
 .resp-cnt {
    width: 100%;
    padding-top: 1rem;
  }
#footer #footer_bottom #footer_info_wrapper .footer_info_contents {
  display: block;
  padding: .2rem 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
.yt-btm {width: 100%;}

.spk_bg , .gft_bg {
  display: none;
}
.point01 {
	width: 70vw;
	}
.point02 {
	width: 100vw;
	}
.point01 img, .point02 img {
  opacity: .66;
}	
.light-01,.light-02{
  display: none;
}
	.logo-h{
		height: 28px;
	}
 .logos li, .logos li:nth-child(3){
    display: block;
    overflow: hidden;
    margin: .5rem;
  }
}
@media screen and (max-width:430px) {
  .abt-wrp p {
    line-height: 1.8;
    font-size: 1.25rem;
    padding-bottom: 1.5rem;
  }
 .gift-qu {
    width: 72px;
    height: 72px;
    font-size: 1.25rem;
    padding: .0;
    background: rgba(189,33,34,.85);
    right: 0;
    top: 190px;
    line-height: 1.9;
  }
  .spkr_name p {
    font-size: 1rem;
    letter-spacing: 1px;
  }
 .agd-main-txt p {
    display: block;
    float: left;
    line-height: 2.45rem;
    font-weight: 700;
    font-size: 1.125rem;
  }
 .agd_cnt p {
    font-size: 1.1rem;
    line-height: 2;
  }
.agd_cnt h2 span {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fa9292;
  margin-right: .25rem;
}
.agd_cnt h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 1px;
  }
 #overlay_wrap .spk_info .spk_txt p {
    margin-bottom: 8px;
	 line-height: 1.5;
  }
.gift-way {
  margin: 1.5rem auto 2rem;
}
.stm-logo {
    width: 110px;
  }
 .the_date span {
    display: block;
    float: left;
    font-weight: 700;
    font-size: 1.125rem;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px #fff solid;
    line-height: 1.3;
    margin: 0 .3rem 0 .3rem;
  }
.agd-main-txt h6 {
    display: block;
    float: left;
    line-height: 1.4;
    height: 1.7rem;
    width: 1.7rem;
    font-weight: 700;
    font-size: 1rem;
    margin: .5rem .15rem 0 .15rem;
    border: 1px solid #fff;
  }
 .agd-main-txt p b {
    font-weight: 900;
    font-size: 1.5rem;
  }
.paddtop {
  padding-top: 0;
}
}

@media screen and (max-width:415px) {
.spkr_ {
    display: block;
    position: relative;
    float: none;
    width: calc(99.999% - 4.01rem);
    margin: 3rem 2rem 0;
  }
.the_date {
  margin: 1.25rem auto 0;
}
  .the_date h2 {
    font-size: 5.7vw;
  }
.the_date span {
    display: block;
    float: left;
    font-weight: 800;
    font-size: 1.125rem;
    color: #fff;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    text-align: center;
    border: 1px #fff solid;
    line-height: 1.3;
    margin: 0 .3rem;
  }
 .abt-wrp p b {
    font-size: 1.5rem;
  }
 .agd-main-txt p b {
    font-weight: 800;
    font-size: 1.35rem;
  }
.agd-main-txt h6 {
    display: block;
    float: left;
    line-height: 1.4;
    height: 1.6rem;
    width: 1.6rem;
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
    background: none;
    border-radius: 50%;
    margin: .5rem .2rem 0 .2rem;
    text-align: center;
    border: 1px solid #fff;
  }
 .map-go a {
	 width: 54px;
    margin-top: .7rem;
    font-size: .8rem;
    line-height: 1.7;
  }
.icon {
    display: block;
    float: left;
    overflow: hidden;
    width: 40px;
    margin-right: .3rem;
  }
.timetable {
    margin: 0 auto 2rem;
  }
}

@media screen and (max-width:400px) {
 .abt-wrp p {
    line-height: 1.8;
    font-size: 1.125rem;
    padding-bottom: 1.5rem;
  }
.gift-qu {
    top: 160px;
  }
 .agd_cnt p {
    font-size: 1rem;
    line-height: 2;
  }
 .agd_cnt h2 span {
    font-size: 1rem;
    margin-right: .2rem;
  }
.agd_cnt h2 {
	font-size: 1.25rem;
	}
 .agd_cnt p {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
 .the_date span {
    display: block;
    float: left;
    font-weight: 800;
    font-size: 1.125rem;
    color: #fff;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    text-align: center;
    border: 1px #fff solid;
    line-height: 1.3;
    margin: 0 .2rem;
  }
 
}
@media screen and (max-width:380px) {
 .agd_cnt h2 {
    font-size: 1.15rem;
  }
 .agd_cnt p {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0;
  }
 .icon {
    display: block;
    float: left;
    overflow: hidden;
    width: 38px;
    margin-right: .2rem;
  }
}