@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;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: Roboto, 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}
/* Reset */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix hack */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
section, article, footer {
  display: block;
}
img {
  border: 0;
  display: block;
  margin: 0 auto;
}
ul, ol, li {
  list-style-type: none;
  list-style-image: none;
}
:link, :visited, :hover, :active, :focus {
  -webkit-transition: color .4s linear, background-color .4s linear, border-color .4s linear, padding .4s linear, opacity .4s linear, all .4s, -webkit-filter .4s linear;
  -o-transition: color .4s linear, background-color .4s linear, border-color .4s linear, padding .4s linear, filter .4s linear, opacity .4s linear, all .4s;
  transition: color .4s linear, background-color .4s linear, border-color .4s linear, padding .4s linear, filter .4s linear, opacity .4s linear, all .4s, -webkit-filter .4s linear, all 0.5s ease-out;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: all 0.5s ease-out;
}
a:hover, a:active {
  transition: all 0.5s ease-out;
}
.wrap {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  /*padding-bottom: 1rem;
background: #fdf4e8;*/
  background: linear-gradient(90deg, #022964, #0694ac, #022964);
  background: -moz-linear-gradient(90deg, #022964, #0694ac, #022964);
  background: -webkit-linear-gradient(90deg, #022964, #0694ac, #022964);
  background: -o-linear-gradient(90deg, #022964, #0694ac, #022964);
  background: -ms-linear-gradient(90deg, #022964, #0694ac, #022964);
}

/*- Menu --------------------------------------------------------------------------*/
.thenav {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 15px;
  padding: 1rem 0;
  right: 0;
  width: 710px;
}
.thenav ul {
  overflow: hidden;
}
.thenav li a {
  display: block;
  float: left;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: Roboto, 'Noto Sans TC', sans-serif;
  line-height: 2;
  /*width: 140px;*/
  color: #fff;
  background: rgba(3,87,109,.65);
  border-radius: 2rem;
  margin: 0 0 0 1.2rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
	padding: 0 1.25rem;
}
.thenav li a:hover, .thenav li a:active {
  color: #fff;
	background: rgba(3,87,109,1);
  text-decoration: none;
}
.thenav > ul > li.nono {
  display: block;
  float: left;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: Roboto, 'Noto Sans TC', sans-serif;
  line-height: 2;
  /*width: 140px;*/
  color: rgba(255,255,255,.3);
  background: rgba(3,87,109,.65);
  border-radius: 2rem;
  margin: 0 0 0 1.2rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
	padding: 0 1.25rem;
}

/*Section-00*-----------------------------------------------------------*/
.kv_m {
  display: none;
}
.main_kv_w {
  display: block;
  position: relative;
  z-index: 500;
}
.kv {
  display: block;
  position: relative;
  width: 100%;
  z-index: 501;
}
.kv-txt {
  display: block;
  position: absolute;
  width: 45vw;
  left: 3vw;
  top: 250px;
  z-index: 502;
}
.kv-txt h1 {
  display: block;
  text-align: center;
  color: #28d9d6;
  font-size: 12.5vw;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 0 4px rgba(0,0,0,0.4);
  padding-left: 4vw;
}
.kv-txt h2{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 8.8vw;
  font-weight: 900;
  line-height: 1;
	text-shadow: 0 0 4px rgba(0,0,0,0.55);
}

.hdr-logo {
  display: block;
  position: absolute;
  z-index: 4000;
  margin: 1.5rem 0 0 1.5rem;
}
.logo_hc {
  display: block;
  float: left;
	margin-right: 2rem;
  width: 168px;
}
.logo_bst {
  display: block;
  float: left;
  width: 123px;
}

.kv-bg-up, .kv-bg02, .kv-map, .kv-txt01, .kv-txt02 ,.sdg01 ,.sdg02, .sdg03{
  display: block;
  position: absolute;
}
.kv-bg-up {
  width: 100vw;
  right: 0;
  top: 0;
  z-index: 3001;
}
.kv-bg02 {
  width: 100vw;
  right: 0;
  top: -300px;
  z-index: 3002;
}
.kv-map {
  width: 25.6vw;
  left: 50%;
  top: 20px;
	margin-left: -12.8vw;
  z-index: 3003;
}
.kv-txt01 {
  width: 32.55vw;
  left: 17.44vw;
  top: 210px;
  z-index: 3004;
}
.kv-txt02 {
  width: 32.2395vw;
  right: 15.9375vw;
  top: 250px;
  z-index: 3005;
}
.sdg01{
	width: 10.4vw;
  left: 3.4vw;
  top: 310px;
  z-index: 3006;
}
.sdg02{
	width: 5.2vw;
  right: 7vw;
  top: 130px;
  z-index: 3007;
}
.sdg03{
	width: 3.64vw;
  right: 2vw;
  top: 550px;
  z-index: 3008;
}

.kv-scrl{
	position: absolute;
	width: 70px;
  top:640px;
	left: 50%;
	margin-left: -35px;
	z-index: 4050;
}
.kv img, .logo_hc a img, .logo_bst a img, .kv_m img,.kv-bg-up img,.kv-bg02 img,.kv-map img,.kv-txt01 img,.kv-txt02 img,.sdg01 img,.sdg02 img,.sdg03 img,.kv-scrl a img{
  max-width: 100%;
}
.kv-scrl img {
  animation: etjoin;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
}
@keyframes etjoin {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*00--------------------------------------------------*/
.data-wrp {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -150px;
  z-index: 600;
	height: 850px;
	/*clear: both;*/
}
.data-cnt {
  display: block;
  overflow: hidden;
  width: 900px;
  margin: 1rem auto;
	padding: 1rem;
}
.data-cnt h3 {
  display: block;
  color: #fff;
  /*font-size: 2.1875vw;*/
	font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2px;
	text-align: justify;
}

.data01 ,.data02 ,.data03 ,.data04 ,.data05 ,.data06,.star01,.star02 {display: block;position:absolute;}
.data01{
	width:23vw;
	left: -40px;
	top: -10px;
	z-index: 610;
}
.data02{
	width:10.93vw;
	left:19vw;
	top: 360px;
	z-index: 611;
}
.data03{
	width:19.5vw;
	left:32vw;
	top: 380px;
	z-index: 612;
}
.data04{
	width:14vw;
	right:28.5vw;
	top: 290px;
	z-index: 613;
}
.data05{
	width:18vw;
	right:4.4vw;
	top:-40px;
	z-index: 614;
}
.data06{
	width:23vw;
	right:1vw;
	top: 400px;
	z-index: 615;
}
.star01{
	width:43.6vw;
	left:0;
	top: 270px;
	z-index: 609;
}
.star02{
	width:65vw;
	right:0;
	top: 100px;
	z-index: 608;
}
.data01 img ,.data02 img ,.data03 img ,.data04 img ,.data05 img,.data06 img{max-width: 100%;border-radius: 50%;
}
.star01 img ,.star02 img{max-width: 100%;}

.fefe {
  animation: fade 3s linear 0s;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

/*01--------------------------------------------------*/
.future-wrp {
  display: block;
  position: relative;
	/*float: right;
	right: 0;*/
  width: 100%;
	overflow: hidden;
	z-index: 499;
	margin-top: -70px;
}
.future-cnt{
	position: relative;
	width: 100%;
	z-index: 500;
	padding-top: 3rem;
}
/*.tt{
  display: block;
position:absolute;
	width: 480px ;
	left: 50%;
	margin-left: -240px;
	top: 30px;
z-index: 1000;
}*/
.tt{
  display: block;
	width: 480px ;
	margin: 1rem auto;
	overflow: hidden;
}

.sec01-1{
	display: block;
	position: absolute;
	width: 31vw;
	right: 0;
	top: 0;
	z-index: 501;
}
.future-txt{
	display: block;
	position: absolute;
	width: 8.3vw;
	right: -10px;
	top:140px;
	z-index: 502;
}
.sec01-2{
	display: block;
	position: absolute;
	width: 18.125vw;
	left: -20px;
	top: 600px;
	z-index: 503;
}
.sec01-3{
	display: block;
	position: absolute;
	width: 21.1vw;
	right: -30px;
	top: 1150px;
	z-index: 504;
}
.sec01-4{
	display: block;
	position: absolute;
	width: 28.33vw;
	left: -40px;
	bottom: -40px;
	z-index: 505;
}
.fut_page_cnt {
  display: block;
	position: relative;
  overflow: hidden;
  width: 1300px;
  padding: 0 0 2rem 0;
  margin: 0 auto;
	z-index: 599;
}
.intro{
	display: block;
    position: relative;
    overflow: hidden;
    width: 900px;
    padding: 1rem 0;
    margin: 0px auto;
	text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
}/*20250930*/
.art_A,.art_B {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 1.5rem 0;
	padding-bottom: 2rem;
}
.art_A a img {
  display: block;
  float: left;
  vertical-align: top;
  max-width: 50%;
  margin-right: 2.5rem;
	box-shadow: 8px 8px 0 rgba(0,0,0,.35);
	margin-bottom: 8px;
}
.art_B a img {
  display: block;
  float: right;
  vertical-align: top;
  max-width: 50%;
  margin-left: 2.5rem;
	margin-right: 8px;
	box-shadow: 8px 8px 0 rgba(0,0,0,.35);
	margin-bottom: 8px;
}
.art_ws {
  display: block;
  float: left;
  vertical-align: top;
  overflow: hidden;
  width: calc(42.999% - 2.9rem);
	color: #fff;
	padding-top: 1.5rem;
}
.art_ws h6 span{
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	font-family: Roboto, 'Noto Sans TC', sans-serif;
	line-height: 1.5;
	border-top: 3px solid #99d5fe;
	padding-top: .25rem;
}
.art_ws h3 a {
  display: block;
  text-align: justify;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
	margin-top: 1rem;
  line-height: 1.4;
  text-decoration: none;
}
.art_ws h3 a:hover{
  color: #fff;
  text-decoration: underline;
}
.art_ws p {
  display: block;
  text-align: justify;
  color: #99d5fe;
  font-size: 1.2rem;
  font-weight: 500;
	margin-top: 1rem;
  line-height: 1.7;
}
.art_btn a {
    display: block;
    width: 130px;
    margin-top: 1rem;
    text-align: center;
    font-size: .9rem;
    line-height: 2.25;
    color: #fff;
    font-weight: 400;
    background: #22749a;
    text-decoration: none;
	border: 1px solid rgba(255,255,255,.35);
}

.art_btn a:hover{
    color: #fff;
    background: #025b84;
    text-decoration: none;
	border: 1px solid rgba(255,255,255,.2);
}
.f-right{
	float: right;
}


.tt img,.sec01-1 img ,.sec01-1 img,.sec01-2 img,.sec01-3 img,.sec01-4 img, .future-txt img{max-width: 100%;
}


/*02---------------------------------------------------*/
.article-wrp {
  display: block;
  /*position: relative;
	float: right;
	right: 0;*/
  width: 100%;
	overflow: hidden;
	background: #f5f5f5;
	padding: 0;
}
.article-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.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(3, 54, 76, .75);
  text-decoration: none;
}
.art-more a:hover {
  background: rgba(3, 54, 76, 1);
  text-decoration: none;
  color: #fff;
}

/*03---------------------------------------------------*/

.ytb-wrp{
	display: block;
  position: relative;
	/*float: right;
	right: 0;*/
  width: 100%;
	overflow: hidden;
	padding: 6rem 0 2rem 0;
	padding: 6rem 0 0rem 0;/*20250613*/
	z-index: 700;
}


.flex-ytb {
  display: flex;
	position: relative;
  justify-content: center;
  margin: 1rem auto;
  width: 90%;
	z-index: 703;
}

.ytb {
  display: inline-block;
  width: calc(33.333% - 3.01rem);
  overflow: hidden;
  margin: 1.5rem;
	vertical-align: top;
}
.ytb_h {
  height: 292px;
}
.sec03-left{
	display: block;
	position: absolute;
	width: 26vw;
	right: 0;
	top: 0;
	z-index: 701;
}
.sec03-left img{max-width: 100%;
}

/*04---------------------------------------------------*/
.podcast{
	display: block;
  position: relative;
	/*float: right;
	right: 0;*/
  width: 100%;
	overflow: hidden;
	padding: 2rem 0 18rem 0;
	z-index: 801;
}
.pod-cnt{
	display: block;
  position: relative;
	width: 660px;
	left: 50%;
	margin-left: -330px;
	/*height: 350px;
	background: rgba(255,255,255,.3);
	border: 1px solid rgba(255,255,255,.5);*/
	overflow: hidden;
	z-index: 802;
	margin-top: 2rem;
}
.pod-h{ height: 200px;}
.pod-bg{
	display: block;
	position: absolute;
	width: 100%;
	/*top: 140px;*/
	top: 110px;/*20250613*/
	z-index: 800;
}
.pod-bg img{max-width: 100%;
}


/*footer*/
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*padding: 1.5rem 1rem;*/
  z-index: 999;
  font-family: Roboto, 'Noto Sans TC', sans-serif;
  background: #023047;
}

.copy{
	display: block;
	float: left;
	width: 75%;
	overflow: hidden;
	background: #057899;
}
.copy p {
  color: #fff;
  font-size: .9rem;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  margin: .25rem .5rem;
	padding: 2.2rem 0;
}
.goto{
	display: block;
	float: left;
	width: 25%;
	overflow: hidden;
	background: #023047;
	height: 100%;
}

.goto-cnt{
	display: block;
	width: 300px;
	margin: 1rem auto;
}
.goto-cnt h3{
	display: block;
	float: left;
	width: 230px;
	color: #47feeb;
  font-size: 3.1rem;
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: 900;
  text-align: justify;
}
.goto-cnt h3 small{
	display: block;
	color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 700;
}
.goto-cnt a i{
	display: block;
	float: left;
	width: 70px;
	text-align: center;
	font-size: 5.3rem;
	color: #47feeb;
	margin-top: .65rem;
	text-decoration: none;
}
.goto-cnt a:hover i{
	color: #84fff2;
	text-decoration: none;
}
.goto-cnt a i {
  animation: quizkv;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes quizkv {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*RWD  ========================================================================================*/

@media screen and (max-width:1600px) {
.data-cnt {
  width: 800px;
}
.data02 {
  width: 10.93vw;
  left: 19vw;
  top: 280px;
}	
.data03 {
  width: 19.5vw;
  left: 32vw;
  top: 320px;
}	
.data04 {
  width: 14vw;
  right: 28.5vw;
  top: 250px;
}	
.future-wrp {
  margin-top: -130px;
}	
.ytb_h {
  height: 244px;
}	
.podcast {
  padding: 2rem 0 16rem 0;
}	
.pod-bg{
	top: 150px;
}
}
@media screen and (max-width:1536px) {
.sec01-2 {
  width: 18vw;
  left: -30px;
  top: 700px;
}
.sec01-3 {
  width: 17vw;
  right: -40px;
  top: 1150px;
}
}
@media screen and (max-width:1440px) {
 .data02 {
    width: 10.93vw;
    left: 19vw;
    top: 250px;
  }
 .data03 {
    width: 19.5vw;
    left: 32vw;
    top: 290px;
  }
.data04 {
    width: 14vw;
    right: 28.5vw;
    top: 210px;
  }
.data06 {
  width: 23vw;
  right: 1vw;
	top: 350px;}
.data05 {
  width: 17vw;
  right: 3.5vw;
  top: -40px;
}
 .future-wrp {
    margin-top: -220px;
  }	
.fut_page_cnt {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1200px;
  padding: 2rem 0;
  margin: 0 auto;
}
.art_ws h3 a {
  display: block;
  text-align: justify;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
	margin-top: .7rem;
	}
.art_ws p {
	color: #bbe0f9;
	font-size: 1.125rem;
	}
.ytb_h {
    height: 216px;
  }
.tt {
  width: 400px;}
.podcast {
  padding: 2rem 0 13rem 0;
}
.goto-cnt a i {
  display: block;
  float: left;
  width: 50px;
  text-align: center;
  font-size: 4.6rem;
  color: #47feeb;
  margin-top: .75rem;
  text-decoration: none;
}
.pod-bg {
  top: 150px;
}
.data-cnt h3 {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 1rem;
}
.kv-scrl{
	width: 60px;
  top:470px;
	margin-left: -30px;
}
}
@media screen and (max-width:1366px) {
.goto-cnt h3 {
  display: block;
  float: left;
  width: 220px;
	}

.logo_hc {
  display: block;
  float: left;
  margin-right: 1rem;
  width: 140px;
}
.logo_bst {
  display: block;
  float: left;
  width: 110px;
}
}
@media screen and (max-width:1280px) {
.kv-scrl{
	width: 60px;
  top:430px;
	margin-left: -30px;
}
.thenav {
  display: block;
  position: fixed;
  top: 10px;
  padding:1rem 0;
  right: 0;
  width: 670px;
}
.thenav li a {
  display: block;
  float: left;
  font-size: 1.15rem;
  line-height: 2;
  color: #fff;
  background:rgba(15,12,64,.75);
  border-radius:2rem;
  margin:0 0 0 1rem;
	}
  .data-cnt h3 {
    font-size: 1.6rem;
    padding: 2rem;
  }
 
 .ytb_h {
    height: 190px;
  }
 .thenav > ul > li.nono {
  display: block;
  float: left;
  font-size: 1.15rem;
  line-height: 2;
  /*width: 140px;*/
  border-radius: 2rem;
  margin: 0 0 0 1rem;
}
 .future-wrp {
    margin-top: -260px;
  }	
.podcast {
  padding: 2rem 0 11rem 0;
}
.goto-cnt {
  display: block;
  width: 82%;
  margin: 1.5rem auto .75rem;
  overflow: hidden;
}
.goto-cnt h3 small {
  display: block;
  color: #fff;
  font-size: 1.25rem;
	font-size: 1.5vw;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 700;
}
.goto-cnt h3 {
    display: block;
    float: left;
    width: 180px;
	font-size: 3.15vw;
  }
 .goto-cnt a i {
    display: block;
    float: left;
    text-align: center;
    font-size: 5.5vw;
    margin-top: .25rem;
  }
.kv-txt01 {
  width: 32.55vw;
  left: 17.44vw;
  top: 170px;
}
.kv-txt02 {
  width: 32.2395vw;
  right: 15.9375vw;
  top: 220px;
}
.sdg01 {
  width: 10.4vw;
  left: 3.4vw;
  top: 250px;
}
.sdg02 {
  width: 5.2vw;
  right: 7vw;
  top: 100px;
}
.sdg03 {
  width: 3.64vw;
  right: 2vw;
  top: 400px;
}
.fut_page_cnt {
    display: block;
    position: relative;
    overflow: hidden;
    width: 1100px;
    padding: 2rem 0;
    margin: 0 auto;
  }
 .art_ws h3 a {
    font-size: 1.25rem;
    margin-top: .5rem;
  }
 .art_ws p {
    font-size: 1rem;
  }
}
@media screen and (max-width:1200px) {
  .data-cnt h3 {
    padding: 3rem;
  }
.ytb_h {
    height: 172px;
  }

.copy {
  display: block;
  float: left;
  width: 74%;
  overflow: hidden;
  background: #057899;
}
.goto {
  display: block;
  float: left;
  width: 25.99999%;
	}
.podcast {
  padding: 2rem 0 12rem 0;
}
.pod-bg {
  top: 180px;
}
}
@media screen and (max-width:1024px) {
  
}
@media screen and (max-width:820px) {
  .thenav {
    display: none;
  }
.kv-scrl{
	width: 50px;
  top:260px;
	margin-left: -25px;
}
 .hdr-logo {
  display: block;
  position: absolute;
  z-index: 4000;
  margin: 1rem 0 0 1rem;
}
.logo_hc {
    display: block;
    float: left;
    margin-right: 1rem;
    width: 120px;
  }
 .logo_bst {
    display: block;
    float: left;
    width: 93px;
  }
.kv-txt01 {
    width: 32.55vw;
    left: 17.44vw;
    top: 100px;
  }	
 .kv-txt02 {
    width: 32.2395vw;
    right: 15.9375vw;
    top: 130px;
  }	
 .sdg02 {
    width: 6vw;
    right: 10vw;
    top: 50px;
  }
 .sdg01 {
    width: 10.4vw;
    left: 3.4vw;
    top: 150px;
  }		
  .sdg03 {
    width: 3.64vw;
    right: 2vw;
    top: 230px;
  }	
  .data-cnt {
    width: 550px;
  }	
 .data-cnt h3 {
    font-size: 1.25rem;
    line-height: 1.8;
    padding: 3rem;
  }	
 .data02 {
    width: 10.93vw;
    left: 19vw;
    top: 220px;
  }	
 .data03 {
    width: 19.5vw;
    left: 32vw;
    top: 250px;
  }	
 .data06 {
    width: 23vw;
    right: 3vw;
    top: 270px;
  }	
 .data05 {
    width: 17vw;
    right: 3.5vw;
    top: 0px;
  }	
.data01 {
  width: 23vw;
  left: -30px;
  top: 30px;
}	
.star01 {
  width: 43.6vw;
  left: 0;
  top: 230px;
}	
  .future-wrp {
    margin-top: 0px;
  }	
.data-wrp {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -150px;
  z-index: 600;
  height: 430px;
	}
 .fut_page_cnt {
    display: block;
    position: relative;
    overflow: hidden;
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
	
.art_ws h6 span {
  overflow: hidden;
  font-size: 14px;
	}
	
 .art_ws h3 a {
    font-size: 1.125rem;
    margin-top: .5rem;
  }	
	
.art_A a img {
  margin-right: 1.8rem;
	}
.art_B a img {
  margin-left: 1.8rem;
	}	
.art_ws {
  width: calc(42.999% - 2rem);
padding-top: .5rem;
	}
	
 .art_ws p {
    display: none;
  }	
 .sec01-2 {
    width: 18vw;
    left: -30px;
    top: 550px;
  }
 .sec01-3 {
    width: 17vw;
    right: -40px;
    top: 800px;
  }	
 .tt {
    width: 360px;
  }
.ytb-wrp {
  /*padding: 6rem 0 2rem 0;*/
  padding: 3rem 0 0rem 0;
}	
.flex-ytb {
  display: block;
  position: relative;
  margin: 1rem auto;
  width: 80%;
}	
.ytb {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 2.5rem auto;
}
.ytb_h {
    height: 324px;
  }
.pod-bg {
  display: block;
  position: absolute;
  width: 100%;
  /*top: 140px;*/
  top: 240px;
}
 .podcast {
    padding: 2rem 0 9rem 0;
  }
.pod-cnt{
	display: block;
  position: relative;
	/*width: 800px;
	left: 50%;
	margin-left: -400px;
	height: 350px;
	background: rgba(255,255,255,.3);
	border: 1px solid rgba(255,255,255,.5);*/
	overflow: hidden;
	z-index: 802;
	margin-top: 1rem;
	height: 200px;/*20250908*/
}

.goto-cnt h3 {
    display: block;
    float: left;
    width: 117px;
    font-size: 3.15vw;
  }
.copy p {
  color: #fff;
  font-size: .9rem;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  margin: .25rem .5rem;
  padding: 1rem 0;
}
}
@media screen and (max-width:768px) {

.copy {
    display: block;
    float: left;
    width: 73%;
    overflow: hidden;
    background: #057899;
  }
.copy p {
    color: #fff;
    font-size: .8rem;}
 .goto {
    display: block;
    float: left;
    width: 26.99999%;
	 padding-top: .25rem;
  }
.goto-cnt h3 {
    display: block;
    float: left;
    width: 110px;
    font-size: 3.15vw;
  }
.pod-cnt {
  width: 600px;
  left: 50%;
	margin-left: -300px;}
}
@media screen and (max-width:492px) {
.kv {
	display: none; 
}
.kv_m {
  display: block;
  position: relative;
  width: 100%;
  z-index: 501;
}

.hdr-logo {
  margin:.75rem 0 0 .75rem;
}
.logo_hc {
    display: block;
    float: left;
    margin-right: .75rem;
    width: 100px;
  }
 .logo_bst {
    display: block;
    float: left;
    width: 78px;
  } 
.kv-bg-up,.kv-bg02 {
  display: none;
}	
.kv-map {
  width: 64vw;
  left: 50%;
  top: 50px;
  margin-left: -32vw;
}	
 .kv-txt01 {
    width: 62vw;
    left: 14vw;
    top: 130px;
  }	
 .kv-txt02 {
    width: 60vw;
    right: 12vw;
    top: 220px;
  }	
  .sdg02 {
    width: 15vw;
    right: 17vw;
    top: 40px;
  }	
 .sdg01 {
    width: 21vw;
    left: -8px;
    top: 250px;
  }
 .sdg03 {
    width: 8vw;
    right: 8vw;
    top: 340px;
  }	
 .data-cnt {
    width: 90%;
  }	
 .data-wrp {
    display: block;
    position: relative;
    width: 100%;
    margin-top: -220px;
    z-index: 600;
    height: 340px;
  }	
 .data-cnt h3 {
    font-size: 1.2rem;
    line-height: 1.7;
    padding: 1rem 3rem;
    letter-spacing: 1px;
  }	
  .data01 {
    width: 23vw;
    left: -36px;
    top: 30px;
  }	
 .data02 {
    width: 12vw;
    left: 9vw;
    top: 210px;
  }
.data03 {
    width: 19.5vw;
    left: 30vw;
    top: 235px;
  }
  .data05 {
    width: 17vw;
    right: -10px;
    top: 5px;
  }	
 .data06 {
    width: 23vw;
    right: 3vw;
    top: 250px;
  }	
 .star01 {
    width: 60vw;
    left: 0;
    top: 170px;
  }	
.star02 {
  width: 65vw;
  right: -20px;
  top: 130px;
}	
.future-txt {
  display: block;
  position: absolute;
  width: 12vw;
  right: -10px;
  top: 50px;
}
  .fut_page_cnt {
    width: 85%;
  }
.art_A a img ,.art_B a img {
  display: block;
  float: none;
  max-width: 98%;
  margin-left: 0;
  box-shadow: 5px 5px 0 rgba(0,0,0,.35);
  margin-bottom: 5px;
}	
 .art_ws {
	 float: none;
    width: 100%;
    padding-top: 1rem;
  }	
	
.art_btn a {
  width: calc(99.99% - 2px);
	}
 .sec01-2 {
    width: 24vw;
    left: -20px;
    top: 500px;
  }	
  .sec01-3 {
    width: 17vw;
    right: -20px;
    top: 960px;
  }	
.ytb_h {
    height: 214px;
  }	

 
 .copy {
    display: block;
    float: none;
	 width: 100%;
  }	
.copy p {
    font-size: .75rem;
	padding: .75rem 0;
  }	
 .goto {
    display: block;
    float: none;
    width: 45%;
    padding-top: 0;
    margin: 0 auto;
  }	
 .goto-cnt {
    display: block;
    width: 100%;
    margin: 1rem auto .5rem;
    overflow: hidden;
  }	
 .goto-cnt h3 small {
    font-size: 1rem;
  }	
 .goto-cnt h3 {
    display: block;
    float: left;
    width: auto;
    font-size: 2rem;
    letter-spacing: .27rem;
  }	
 .goto-cnt a i {
    display: block;
    float: left;
    text-align: center;
    font-size: 3.5rem;
    margin-top: .25rem;
  }	
.pod-cnt {
  width: 90vw;
  left: 50%;
	margin-left: -45vw;
	height: 250px;}	
  .pod-bg {
    top: 280px;
  }
.podcast {
    padding: 2rem 0 3rem 0;
  }
.intro{
    width: 85%;
    padding: 1rem 0;
    margin: 0px auto;
	text-align: center;
  font-size: 1.12rem;
}/*20250930*/
.kv-scrl{
	width: 50px;
  top:430px;
	margin-left: -25px;
}
}
@media screen and (max-width:430px) {
  .sdg03 {
    width: 8vw;
    right: 8vw;
    top: 320px;
  } 
 .data02 {
    width: 12vw;
    left: 9vw;
    top: 230px;
  }
.data03 {
    width: 19.5vw;
    left: 30vw;
    top: 255px;
  }
.data04 {
    top: 245px;
  }
  .data05 {
    width: 17vw;
    right: -10px;
    top:10px;
  }	
 .data06 {
    width: 23vw;
    right: 3vw;
    top: 270px;
  }		
.ytb_h {
    height: 192px;
  }	

.goto {
    display: block;
    float: none;
    width: 51.3%;
    padding-top: 0;
    margin: 0 auto;
  }	
footer p {
	font-size: .75rem;}
 .tt {
    width: 320px;
  }
.podcast {
    padding: 2rem 0;
  }
.kv-scrl{
	width: 50px;
  top:400px;
	margin-left: -25px;
}
}

@media screen and (max-width:415px) {
.ytb_h {
    height: 180px;
  }		
.kv-scrl{
	width: 50px;
  top:375px;
	margin-left: -25px;
}	
}
@media screen and (max-width:390px) {
 .data-cnt h3 {
    font-size: 1.1rem;
    line-height: 1.7;
    padding: 1rem 2.5rem;
    letter-spacing: 1px;
  }
 .data-wrp {
    margin-top: -170px;
    height: 350px;
  }
 .ytb_h {
    height: 170px;
  }
.goto {
    display: block;
    float: none;
    width: 54%;
    padding-top: 0;
    margin: 0 auto;
  }	
 .pod-bg {
    top: 290px;
  }
footer p {
	font-size: .7rem;}
}