@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, section, article, footer {
  padding: 0;
  margin: 0;
	font-family: "Noto Serif TC", serif;
}
body {
  font-family: "Noto Serif TC", serif;
  font-weight: 300;
	letter-spacing: 1px;
}
/* Reset */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix hack */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
section, article, footer {
  display: block;
}
img {
  border: 0;
  display: block;
  margin: 0 auto;
	padding: 0;
}
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: clip;/*20251125*/
}

/*- Header --------------------------------------------------------------------------*/
.logo-hd {
  position: absolute;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  /*
  background: linear-gradient(90deg, #1b4d91,  #491f5b);
  background: -moz-linear-gradient(90deg,#1b4d91,  #491f5b);
  background: -webkit-linear-gradient(90deg, #1b4d91,  #491f5b);
  background: -o-linear-gradient(90deg, #1b4d91,  #491f5b);
  background: -ms-linear-gradient(90deg, #1b4d91, #491f5b);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 10%, transparent 95%);*/
}
.logo-tcg {
  display: block;
  width: 224px;
  margin: 0 1.1rem 0 0;
	padding: 0;
  float: left;
}
.logo-bst {
  display: block;
  width: 109px;
  margin: 0;
	padding: 0;
  float: left;
}

.logo-tcg a img,.logo-bst a img{
  max-width: 100%;
}

/*- Menu --------------------------------------------------------------------------*/

.thenav {
  display: block;
  position: fixed;
  z-index: 9999;
  width: 708px;
  top: -15px;
  margin-left: -354px;
  left: 50%;
  background: rgba(29,56,109,.88);
  padding: 1rem;
  border-radius: 0 0 30px 30px;
}
.thenav ul {overflow: hidden; padding-top: 1rem;
}
.thenav li{
  display: block;
  float: left;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: 'Noto Serif TC', serif;
  line-height: 1.5;
  color: rgba(255,255,255,.9);
  margin: 0 1.125rem;
  text-align: center;
}
.thenav li a {
  display: block;
  float: left;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: 'Noto Serif TC', serif;
  line-height: 1.5;
  color: rgba(255,255,255,.9);
  text-align: center;
	letter-spacing: 2px;
  text-decoration: none;
}
.thenav li a:hover, .thenav li a:active {
  color: #ffe827;
  text-decoration: none;
}

.thenav ul > li.navblk a{color:#58676b; opacity: .9;}


.flw{
	display: block;
	position: fixed;
	width: 72px;
	top: 50%;
	right:-.5rem;
	border: .5rem #fff solid;
	z-index: 9999;
}
.flw ul{}
.flw li a{
	display: block;
	width: 100%;
	font-family: 'Noto Serif TC', serif;
	font-weight: 800;
	font-size:2.25rem; 
	color: #fff; 
	text-align: center; 
	line-height: 1.7; 
	background: #77c113;
	text-decoration: none;
}
.flw li a i{
	color: #f9ca11; 
	text-align: center; 
	line-height: 1.4;
	text-decoration: none;
	animation: gogo;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes gogo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*Section00*/
.sec00 {
  display: block;
  position: relative;
  width: 100%;
}
.kv_wrp{ display: block; position: relative; width: 100%;  }
.banner{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items:center;
}
.banner video{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  object-fit: cover;
}

.scroll{
	display: block;
	position:absolute; 
	top:680px; 
	width: 124px;
	height: 124px;
	left: 50%;
	margin-left: -62px;
	border-radius: 50%;
	background: rgba(0,158,222,.85);
	z-index:8;
	/*-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;*/
}
.scroll h3 a,.scroll h3 a:hover{
	display: block; 
	overflow: hidden; 
	font-family: 'Noto Serif TC', serif;
	width: 100%;
	margin: 1rem auto; 
	font-weight: 600;
	font-size:1.1rem; 
	color: #fff; 
	text-align: center; 
	line-height: 1.4; 
	letter-spacing: 1px; 
	text-decoration: none;
}
.scroll h3 a i, .scroll h3 a:hover i{
	color: #f9ca11;
	font-size:1.75rem; 
	padding-top: .15rem;
	text-decoration: none;
	animation: scr;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.scroll a img{max-width: 100%;}

@keyframes scr {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/*Section01 引言區----------------------------------------------------------------------------------------*/
.sec01 {
    display: block;
    position: relative;
    width: 100%;
    z-index: 100;
    margin-top: -105px;
}
.sec01-top{
	display: block;
	overflow: hidden;
	width: 100%;
}

.sec01_main{
	display: block;
	position: relative; 
	overflow: hidden;
	width: 100%; 
	padding: 2rem 0 0 0;
	background-image: url("../img/01-bg.png") ;
}

.sec01_txt{
	display: block;
	position: relative;
	margin: 2rem auto .5rem;
	width: fit-content;
	overflow: hidden;
}
.txt01_L{
	display: block;
	float: left;
	width: 30.21vw;
	overflow: hidden;
	margin-right: 5rem;
	margin-right: 4.166666666vw;
}
.txt01_L h2{
	display: block;
	font-size: 5.3125vw;
	color: #173368;
	font-weight: 900;
	text-align: right;
}
.txt01_L h3{
	display: block;
	font-size: 2.4vw;
	color: #35763c;
	font-weight: 900;
	text-align: right;
	margin-top: 1.5rem;
}
.txt01_R{
	display: block;
	float: left;
	width: 38.1vw;
	overflow: hidden;
	margin-top: 100px;
	letter-spacing: 2px;
}

.txt01_R h4{
	display: block;
	font-size: 1.458333333vw;
	color: #555;
	font-weight: 900;
	text-align: left;
	line-height: 1.6;
}
.p00{
	display: block;
	float: right;
	width: 71.041666666vw;
	margin-top: 3rem;
}
.p01,.p02,.p03,.p04,.p05{
	display: block;
	position: absolute;
}
.p01{
	width: 7.760416666vw;
	top:0;
	right: 47vw;
	z-index: 1001;
}
.p02{
	width: 9.010416666vw;
	top:60px;
	left: 4.479166666vw;
	z-index: 1002;
}
.p03{
	width: 10.833333333vw;
	top:110px;
	right: 3.5vw;
	z-index: 1003;
}
.p03 img {
  animation: p03;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@keyframes p03 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.p04{
	width: 10.572916666vw;
	bottom:65px;
	left: 18vw;
	z-index: 1004;
}
.p05{
	width: 10vw;
	bottom:35px;
	left: 3vw;
	z-index: 1005;
}
.sec01-top img , .p00 img, .p01 img, .p02 img, .p03 img, .p04 img, .p05 img{max-width: 100%;}

/*Section02 慢旅讀本----------------------------------------------------------------------------------------*/
.sec02 {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2000;
}
.sec02-btm{
	display: block;
	overflow: hidden;
	width: 100%;
}

.sec02_main{
	display: block;
	position: relative; 
	overflow: hidden;
	width: 100%; 
	padding: 4rem 0 0 0;
	background-image: url("../img/02-bg.png") ;
}


.sec-tt {
  display: block;
  overflow: hidden;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Noto Serif TC", serif;
  margin: 0 auto;
}
/*.sec-tt > .flo{ float: left;}*/
.sec-tt h3 span{ 
	display: block; 
	overflow: hidden; 
	float: left; 
	background: #326712;
	font-size: 3rem;
	font-size: 2.5vw;
	padding: .5rem;
}
.sec-tt h3 span.blue{background: #038dbf; }
.sec-tt h3 span.gld{background: #c9ba65; }
.sec-tt h3 span.grn{background: #6cc6a3; }

.sec-tt h3 span.mgtop{margin-top: .75rem; }

.sec02-txt{
	display: block;
	float: left;
    position: relative;
    width: 25.520833333vw;
	margin-left: 70px;
	margin-top: 30px;
    z-index: 2010;	
}
.sec02-txt h2{
	display: block;
	font-size: 3rem;
	font-size: 2.5vw;
	color: #316313;
	font-weight: 900;
	margin-bottom: 1rem;
}
.sec02-txt h3{
	display: block;
	font-size: 2.25rem;
	font-size: 1.875vw;
	color: #056b90;
	font-weight: 800;
	line-height: 1.7;
}
.sec02-txt h3 span{ padding-left: 1.25rem;}
.gree{ color: #326712;}

.articles{
	display: block;
	width: 1200px;
	width: 62.5vw;
	float: right;
	margin:75px 90px 100px 0;
	background: #fff;
	
}

.lz-more a {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  width: 180px;
  color: #ffe789;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5rem;
  height: 2.5rem;
  background: rgba(88, 140, 57, .9);
  text-decoration: none;
}
.lz-more a:hover {
  background: rgba(88, 140, 57, 1);
  text-decoration: none;
  color: #ffe789;
}

.n01,.n02,.n03{
	display: block;
	position: absolute;
}

.n01{
	width: 9.375vw;
	bottom:0;
	left: 7.8125vw;
	z-index: 2003;
}
.n02{
	width: 19vw;
	top:30px;
	left: 12.5vw;
	z-index: 2002;	
}
.n02 img{
	animation: pulse2 4s infinite;
}
@keyframes pulse2 {
  0% {
    transform: scaleX(1);
    opacity: 0.9;
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
    opacity: 1;
  }
  to {
    transform: scaleX(1);
    opacity: 0.9;
  }
}
.n03{
	width: 12.5vw;
	bottom:40px;
	left: 0;
	z-index: 2001;
}

.sec02-btm img,.n01 img, .n02 img, .n03 img{max-width: 100%;}/*20251125*/

/*Section03 慢旅聲冊----------------------------------------------------------------------------------------*/
.sec03 {
    display: block;
    position: relative;
    width: 100%;
    z-index: 3000;
}

.sec03_main{
	display: block;
	position: relative; 
	overflow: hidden;
	width: 100%; 
	padding: 2.5rem 0 0 0;
	background-image: url("../img/03-bg.png") ;
}
.pod_txt{
	display: block;
	position: relative; 
	overflow: hidden;
	width: 96.875%; 
	/*float: right;*/
	z-index: 3010;
}
.pod{
	display: block;
	overflow: hidden;
	float: right;
	width: 67.1875vw;
	margin-top: 2.5rem;
}
.pod ul{}
.pod li{
	display: block;
	overflow: hidden;
	float: left;
	width: calc(49.999% - 2.1876vw);
	margin: 0 2.1875vw 2rem 0 ;
}
._03_txt {
  display: block;
  overflow: hidden;
  float: right;
  width: 26vw;
  margin-left: 1.5vw;
}
._03_txt h3{
	display: block;
	font-size: 2.25rem;
	font-size: 1.875vw;
	color: #2c706c;
	font-weight: 800;
	line-height: 1.7;
	text-align: justify;
}

.s01,.s02,.s03{
	display: block;
	position: absolute;
}

.s01{
	width: 3.59375vw;
	top:.5rem;
	right: 27.604166666vw;
	z-index: 3003;
}
.s02{
	width: 14vw;
	bottom:0;
	right: 6.6666666666vw;
	z-index: 3001;
	
}
.s03{
	width: 7vw;
	bottom:50px;
	right: 25px;
	z-index: 3002;
}
.s03 img{
	animation: pulse3;
	animation-duration: 5s;
  animation-iteration-count: infinite;
}
@keyframes pulse3 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.s01 img, .s02 img, .s03 img{max-width: 100%;}


/*Section04 跟音樂一起旅行----------------------------------------------------------------------------------------*/

.sec04 {
    display: block;
    position: relative;
    width: 100%;
    z-index: 4000;
}

.sec04_main{
	display: block;
	position: relative; 
	overflow: hidden;
	width: 100%; 
	padding: 3.5rem 0 2rem ;
	background-image: url("../img/04-bg.png") ;
}

._04_cnt{
	display: block;
    position: relative;
    width: 86.458333333vw;
    z-index: 4020;
	overflow: hidden;
	margin-top: 2.5rem;
}
._04_txt{
	display: block;
	float: left;
	width: 46%;
	overflow: hidden;
	margin-right: 2rem;
}
._04_txt h3{
	display: block;
	float: right;
	margin-right: 2rem;
	width: 22vw;
	font-size: 2.25rem;
	font-size: 1.875vw;
	color: #0f5113;
	font-weight: 800;
	line-height: 1.7;
	text-align: justify;
	padding-top: 2rem;
}

.copy{
	display: block;
	position: relative;
	left: 2.2vw;
	width: 37vw;
	bottom: 3.5rem;
	font-size: 1rem;
	font-size: 0.833333333vw;
	color: #000;
	font-weight: 600;
	line-height: 1.6;
	text-align: justify;
	z-index: 4005;
}
.copy-m{display: none;
	}
.ytb {
  display: block;
	float: left;
  width:calc(53.999% - 2.01rem);
  overflow: hidden;
}
.ytb_h {
  height: 478px;
}

.y01,.y02,.y03{
	display: block;
	position: absolute;
}

.y01{
	width: 14.6875vw;
	top:140px;
	left: -1vw;
	z-index: 4005;
}
.y02{
	width:31.71875vw;
	top:0;
	right: 0;
	z-index: 4004;
	
}
.y03{
	width: 75.78125vw;
	top:60px;
	left: 0;
	z-index: 4003;
}
.y03 img{
	animation: pulse;
	animation-duration: 6s;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
    opacity: 0.9;
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
    opacity: 1;
  }
  to {
    transform: scaleX(1);
    opacity: 0.9;
  }
}
.y01 img, .y02 img, .y03 img{max-width: 100%;}


/*footer*-----------------------------------------------------------------------*/
footer {
	display: block;
  overflow: hidden;
  width: 100%;
  padding: 1.5rem;
  background: #d70c19;
}

footer p{
	display: block;
	margin: 0 auto;
	width: 100%;
  color: rgba(255, 255, 255, 1);
  font-size: .9rem;
	font-weight: 500;
	text-align: center;
  line-height:1.7;
  letter-spacing: 1px;
}

.flex-cont {
  display: flex;
  justify-content: center;
  margin:0 0 1rem 0;
  width: 100%;
}

/*RWD  ========================================================================================*/
@media screen and (min-width: 1921px) {
.wrap {
  display: block;
  position: relative;
  width: 100%;
}
.scroll {
    display: block;
    position: absolute;
    top: auto;
    width: 124px;
    height: 124px;
    left: 50%;
    margin-left: -62px;
    border-radius: 50%;
    background: rgba(0, 158, 222, .85);
    z-index: 8;
    bottom: 200px;
}
.sec01 {
    margin-top: -145px;
}
.p00{
	display: block;
	float: right;
	width: 53.28125vw;
	margin-top: 3rem;
}
.sec02-txt {
     margin-top: 0px;
}
.n02 {
    width: 14vw;
    top: 20px;
    left: 18vw;
}
.s03 {
    width: 5vw;
    bottom: 35px;
    right: 20px;
}
.y01{
	width: 11.015625vw;
	top:140px;
	left: 0;
}
.y02{
	width:23.7890625vw;
	top:0;
	right: 0;
}
.ytb_h {
  height: 520px;
}
.copy {
    bottom: 4rem;}
}/*20251125*/

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

.scroll {
  position: absolute;
	top: 480px;}
	
.flw {
  width: 60px;
  top: 50%;
  right: -.4rem;
  border: .4rem #fff solid;
}
.flw li a {
	font-size: 1.75rem;}
.n01 {
  width: 9.375vw;
  bottom: 30px;
  left: 7.8125vw;
}
.n03 {
  width: 12.5vw;
  bottom: 70px;
  left: 0;
}
.ytb_h {
  height: 440px;
}
}
@media screen and (max-width:1440px) {

.scroll {
	top: 410px;}
.logo-bst {
  width: 77px;
}
.logo-tcg {
  width: 160px;
  margin: 0 1.1rem 0 0;
}
 .thenav {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 608px;
    top: -15px;
    margin-left: -304px;
  }
	.thenav li{
	margin: 0 .8rem;
	}
.thenav li a {
  display: block;
  float: left;
	font-size: 1.2rem;
	}
.txt01_R {
  display: block;
  float: left;
  width: 38.1vw;
  overflow: hidden;
	margin-top: 70px;
	}
._03_txt {
  display: block;
  overflow: hidden;
  width: 26vw;
  margin-left: .5vw;
}
.ytb_h {
  height: 380px;
}
.copy {
  display: block;
  position: relative;
  left: 2vw;
  width: 37vw;
  bottom: 4.5rem;
  font-size: 1rem;
  font-size: 1vw;
  color: #000;
  line-height: 1.6;
}
}
@media screen and (max-width:1366px) {

.scroll {
	top: 420px;
  width: 108px;
  height: 108px;
  left: 50%;
	margin-left: -54px;}
.scroll h3 a, .scroll h3 a:hover {
  margin: 1rem auto;
  font-weight: 800;
	font-size: .95rem;}	
.scroll h3 a i, .scroll h3 a:hover i{
	color: #f9ca11;
	font-size:1.5rem; 
	padding-top: .15rem;
	text-decoration: none;
	animation: scr;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.p03 {
  width: 11vw;
  top: 80px;
  right: 6vw;
}
.txt01_R h4 {
  display: block;
	font-size: 1.5vw;}
.sec04_main {
  padding: 3.5rem 0 0;
}
.s01 {
  width: 3.59375vw;
  top: 3.5rem;
  right: 24vw;
  z-index: 3003;
}
 ._03_txt {
    width: 26vw;
    margin-left: .5vw;
    margin-top: 3rem;
  }
.ytb_h {
  height: 350px;
}
.y01 {
  width: 14.6875vw;
  top: 110px;
  left: -1vw;
}
.articles {
  margin: 75px 90px 50px 0;
}
}
@media screen and (max-width:1280px) {
.ytb_h {
  height: 320px;
}
.sec02-txt {
  display: block;
  float: left;
  position: relative;
  width: 25.520833333vw;
  margin-left: 3.4vw;
  margin-top: 30px;
  z-index: 2010;
}
.articles {
  display: block;
  width: 1200px;
  width: 61vw;
  float: right;
  margin: 75px 80px 50px 0;
  background: #fff;
}
}
@media screen and (max-width:1200px) {
.scroll {
	top: 400px;}
.ytb_h {
  height: 290px;
}	
 .txt01_R {
    display: block;
    float: left;
    width: 39vw;
    overflow: hidden;
    margin-top: 60px;
  }
 .copy {
    left: 2vw;
    width: 37vw;
    bottom: 4rem;
    font-size: 1.1vw;
    line-height: 1.6;
  }
 .y01 {
    width: 14.6875vw;
    top: 100px;
    left: -1vw;
  }
}
@media screen and (max-width:1024px) {

.scroll {
  position: absolute;
	top: 550px;}

.ytb_h { height: 450px;}

}
@media screen and (max-width:820px) {
.thenav { display: none;}
 .scroll {
    top: 350px;
  }
.sec01_txt {
  display: block;
  position: relative;
  margin: 0 auto .5rem;
  width: fit-content;
}
.txt01_L {
  display: block;
  float: left;
  width: 35vw;
  margin-right: 2vw;
}
.txt01_L h2 {
  display: block;
  font-size: 6vw;
  text-align: right;
}
.txt01_L h3 {
  display: block;
  font-size: 2.8vw;
  text-align: right;
  margin-top: 1rem;
}	
.p01 {
  width: 9vw;
  top: 0;
  right: 47vw;
}
.p02 {
  width: 9.010416666vw;
  top: 40px;
  left: .5vw;
  z-index: 1002;
}
 .txt01_R {
    display: block;
    float: left;
    width: 47vw;
    overflow: hidden;
    margin-top: 50px;
  }
 .txt01_R h4 {
    display: block;
    font-size: 1.75vw;
  }
 .p03 {
    width: 15vw;
    top: 30px;
    right: 8vw;
  }
.sec-tt h3 span {
	font-size: 2rem;
	}
.sec02_main {
  padding: 2.5rem 0 0 0;
}	
.sec02-txt {
    display: block;
    float: left;
    position: relative;
    width: 27vw;
    margin-left: 3vw;
	margin-top: 20px;
}
.sec02-txt h3 {
	font-size: 2.1vw;
}
.articles {
    display: block;
	position: relative;
    width: 61vw;
    float: right;
    margin:45px 40px 0 0;
    background: #fff;
	z-index: 2020;
  }	
.n02 {
  width: 24vw;
  top: 60px;
  left: 12.5vw;
}
.n03 {
    width: 20vw;
    bottom: 250px;
    left: 0;
  }
  .n01 {
    width: 18vw;
    bottom: 200px;
    left: 9vw;
  }
.pod {
  display: block;
  overflow: hidden;
  width: 60vw;
  margin-top: 2rem;
}
.pod li {
  display: block;
  overflow: hidden;
  float: none;
  width: calc(99.999% - 2.01rem);
  margin: 0 2rem 2rem 0;
}
._03_txt {
    display: block;
    overflow: hidden;
    width: 30vw;
    margin-left: .5vw;
    margin-top: 3rem;
  }
._03_txt h3 {
	font-size: 2.1vw;
	}
  .s01 {
    width: 5vw;
    top: 4.5rem;
    right: 30vw;
  }
.s02 {
  width: 30vw;
  bottom: 0;
  right: -2vw;
}
.s03 {
  width: 13vw;
  bottom: 280px;
  right: 65px;
}
 ._04_cnt {
    width: 75vw;
    margin-bottom: 1rem;
    left: 110px;
  }
._04_txt {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
  margin-right: 0;
}
._04_txt h3 {
  display: block;
  float: none;
  margin-right: 0;
  width: 100vw;
	font-size: 2.1vw;
	padding-top: 0;
	}
.ytb {
  display: block;
  float: none;
  width: 100%;
  overflow: hidden;
	margin-top: 1.5rem;
}
.ytb_h {
    height: 280px;
  }
 .y01 {
    width: 13vw;
    top: 170px;
    left: -2vw;
  }
.y03 {
  width: 99vw;
  top: 100px;
	left: 0;}
	.copy{display: none;
	}
 .copy-m{
    display: block;
    position: relative;
    left: 0;
    width: 90vw;
    bottom: .5rem;
    font-size: .85rem;
    color: #000;
    line-height: 1.6;
    margin: 1.5rem auto;
    text-align: center;
    overflow: hidden;
  }
.lz-more a {
  display: block;
  text-align: center;
  margin-top: 1rem;
  width: 100%;
  color: #ffe789;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  height: 2rem;
  background: rgba(88, 140, 57, .9);
  text-decoration: none;
  margin-bottom: .5rem;
}
.banner {
  width: 100%;
  height: 56vh;
}
}
@media screen and (max-width:640px) {

}
@media screen and (max-width:500px) {
 .logo-bst {
    width: 68px;
  }
.logo-tcg {
    width: 140px;
    margin: 0 1.1rem 0 0;
  }
.banner {
  width: 100%;
  height: 42vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll {
	display: none;
}
 .ytb_h {
    height: 230px;
}
 .sec-tt h3 span {
    font-size: 1.75rem;
  }
 .sec02-txt {
    display: block;
    float: none;
    position: relative;
    width: 80vw;
    margin-left: 10vw;
    margin-top: 20px;
  }
 .sec02-txt h3 {
    font-size: 1.125rem;
  }
 .n02 {
    width: 30vw;
    top: 20px;
	 left: 68vw;}
.n01 {
    width: 20vw;
    bottom: 0;
    left: auto;
    top: 130px;
    right: 22vw;
  }
 .n03 {
    width: 28vw;
    bottom: auto;
    left: 0;
    top: 200px;
  }
 .articles {
    display: block;
    position: relative;
    width: 75vw;
    float: right;
    margin: 45px 20px 0 0;
    background: #fff;
    z-index: 2020;
  }
._03_txt {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-left: 1.5rem;
    margin-top: 2.5rem;
    float: none;
  }	
	
 ._03_txt h3 {
    font-size: 1.125rem;
  }	
	.pod_txt {
  width: 100%;
  float: none;
}
 .pod {
    display: block;
    overflow: hidden;
    width: 90%;
    float: none;
    margin: 5rem auto 2rem;
  }
 .pod li {
    display: block;
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 0 0 2rem 0;
  }
 .s01 {
    width: 7vw;
    top: 4.5rem;
    right: auto;
    left: 10vw;
  }
.s02 {
    width: 30vw;
    bottom: auto;
    right: 3vw;
    top: 3rem;
  }
 .s03 {
    width: 12vw;
    bottom: auto;
    right:25px;
    top: 11rem;
  }
.flw{
	display: block;
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0;
	right:0;
	border: none;
	z-index: 9999;
}
.flw ul{}
.flw li a{
	display: block;
	float: left;
	width: 20%;
	font-family: 'Noto Serif TC', serif;
	font-weight: 800;
	font-size:1.25rem; 
	color: #fff; 
	text-align: center; 
	line-height: 1.7; 
	background: #77c113;
	text-decoration: none;
}
  .txt01_L {
    display: block;
    float: none;
    width: 300px;
    margin-right: 0;
    margin-left: 4vw;
  }
 .txt01_L h2 {
    display: block;
    font-size: 8vw;
    text-align: left;
  }
  .txt01_L h3 {
    display: block;
    font-size: 4.5vw;
    text-align: left;
    margin-top: .75rem;
  }
 .txt01_R {
    display: block;
    float: none;
    width: 350px;
    overflow: hidden;
    margin-top: 1rem;
    margin-left: 4vw;
  }
 .txt01_R h4 {
    display: block;
    font-size: 1rem;
  }
.p00 {
  display: block;
  float: right;
  width: 80vw;
  margin-top: 2.5rem;
}
 .p01 {
    width: 12vw;
    top: .5rem;
    right: auto;
    left: 34vw;
  }
 .p03 {
    width: 20vw;
    top: 50px;
    right: 7vw;
  }
  .p02 {
    width: 13vw;
    top: 140px;
    left: -1vw;
  }
.p04 {
  width: 13vw;
  bottom: 25px;
	left: 8vw;
	}
.p05 {
  width: 12vw;
  bottom: 55px;
  left: auto;
  right: 20vw;
}	
._04_cnt {
    width: 80vw;
    margin-bottom: 0;
    left: auto;
    margin: 1rem auto;
  }
 ._04_txt h3 {
    display: block;
    float: none;
    margin-right: 0;
    width: 100%;
    font-size: 1.125rem;
    padding-top: 0;
  }
 .y01 {
    width: 13vw;
    top: 50px;
    left: -2vw;
  }
.sec04_main {
    padding: 3.5rem 0 1.5rem;
  }
}
@media screen and (max-width:430px) {
 .banner {
    width: 100%;
	 height: 45vh;}
 .txt01_R {
    width: 350px;
    margin-top: .9rem;
    margin-left: 4vw;
  }
  .p01 {
    width: 12vw;
    top: .5rem;
    right: auto;
    left: 30vw;
  }
.p02 {
    width: 10vw;
    top: 140px;
    left: -1vw;
  }
 .n01 {
    width: 23vw;
    bottom: 0;
    left: auto;
    top: 130px;
    right: 10vw;
  }
.ytb_h { height: 180px;}
 .copy-m {
    width: 90vw;
    bottom: .5rem;
    font-size: .75rem;
    margin: 1.5rem auto;
    text-align: justify;
    font-weight: 500;
  }
}
@media screen and (max-width:415px) {
 .txt01_L {
    display: block;
    float: none;
    width: 300px;
    margin-right: 0;
    margin-left: 6vw;
  }
 .txt01_R {
    display: block;
    float: none;
    width: 350px;
    overflow: hidden;
    margin-top: .9rem;
    margin-left: 6vw;
  }
}
@media screen and (max-width:400px) {
  .txt01_R h4 {
    display: block;
    font-size: .8rem;
  }
 .p02 {
    width: 10vw;
    top: 120px;
    left: -3vw;
  }
 .p01 {
    width: 12vw;
    top: .5rem;
    right: auto;
    left: 27vw;
  }
.ytb_h { height: 180px;}
}
@media screen and (max-width:380px) {

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