@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url("owl.carousel.css");
@import url("owl.carousel2.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-size:1rem;
	line-height: 180%;
	margin: 0;
	padding: 0;
	color:#333;
	text-align: left;
	font-family: 'Roboto', 'Noto Sans TC','sans-serif','Microsoft JhengHei';
	letter-spacing	:1px;
	font-weight: 400;

}
p{
	font-family: 'Roboto',"Noto Sans TC",Arial,Helvetica,'Microsoft JhengHei',serif;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a, a:hover, a:active {
	text-decoration:none !important;
	color: #fff;
}

.cubre-m-nav a, .cubre-m-nav a:hover, .cubre-m-nav a:active{
	color: #333333;
}
strong {
	font-weight: bold;
}

img {border:0px;}

#topcontrol { z-index:99999;}

li{
	list-style: none !important;
}


@keyframes bounce {  
    50% {
        transform: translateY(25px);
    }
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.show--mobile {
	display: none;
}
.mainScreen {
	width: 100% !important;
	max-width: 1160px !important;
}

.nav-logo{
	height: 33px;
    border-right: 1px solid #000;
    padding-right: 20px;
    margin-right: 20px;
}
.bmg-logo{
	height: 43px;
}
.logo-gmb-t {
	font-size: 1.5rem;
	line-height: 1.2rem;
	padding-left: 5px;
}
.logo-gmb-t a,.logo-gmb-t a:hover,.logo-gmb-t a:active{
	color: #333;
}
.logo-word{
	vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 10px;
    display: inline-block;
}
.wrapper { 
	width:100%; 	 
	margin:0 auto;  
	position: relative;
	overflow: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
}
@media (max-width: 1279px) {
    .container {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 767px) {
    .container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}
.kv {
  position: relative;
  background: url("../images/kv.jpg");
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  height: 698px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 200px;
}

@media (max-width: 1899px) {
  .kv {
    height: 38vw;
    background-size: 100% 100%;
  }
}

@media (max-width: 1279px) {
  .kv {
    padding-top: 15vw;
  }
}

@media (max-width: 991px) {
  .kv {
    padding-top: 15vw;
  }
}

@media (max-width: 767px) {
  .kv {
    padding-top: 6vw;
    padding-bottom: 44%;
    text-align: center;
    height: auto;
    background: url("../images/mob_kv.jpg"), #f3f9fe;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv-title {
    font-size: 3.75rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    text-align: left;
}
@media (max-width: 767px) {
    .kv-title {
        font-size: 2.25rem;
		text-align: center;
    }
}
@media (max-width: 991px) {
    .kv-title {
        font-size: 2.25rem;
    }
}
@media (max-width: 1279px) {
    .kv-itle {
        font-size: 3rem;
    }
}

/*文字im*/
.en-txt{
	 font-family: "Roboto", sans-serif;
}
.im-txt{
	font-size: 3rem;
	color: #1d9c58;
}
.im-txt-green{
	font-weight: bold;
	color: #1d9c58;
}

.kv-text {
    font-size: 2.43rem;
    font-weight: 500;
    color: #707070;
    line-height: 1.389;
    margin-top: 20px;
}
@media (max-width: 1279px) {
    .kv-text {
        font-size: 1.5rem;
		margin-top: 10px;
    }
}
.kv-chara img {	
	max-width: 1241px;
	width: 100%;
}
@media all and (max-width: 1241px){ 
	.kv_bg {
		position: absolute;
		text-align: center;
		top: 150px;
		z-index: 1;
		width: 100%;
	}
}

.kv-btn {
    margin-top: 25px;
}
.kv-btn .btn {
    width: 200px;
    height: 64px;
    line-height: 64px;
    font-size: 1.875rem;
    background-color: #1d9c58;
    color: white;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
@media (max-width: 1279px) {
    .kv-btn .btn {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 1.25rem;
    }
	.kv-btn {
    margin-top: 15px;
}
}
.sec-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    color: #333333;
    padding-bottom: 36px;
    position: relative;
}
.sec01{
	position: relative;
    background: url(../images/sec01-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
	padding-bottom: 2rem;
    padding-top: 36px;
}
@media (max-width: 767px) {
    .sec01 {
	background-size: cover;
    }
}

#main_out{
	width:100%; 
	position: relative; 
	margin:0 auto;  
	overflow:hidden; 
	z-index: 9;
	padding: 0 0 5rem 0 ;
	background-color: #fff;
}

.title-im {
	font-size: 4rem;
	font-weight: bold;
	color: #00994e;
}




.analysis-text-lead-strong {
	background: #ffc900;
    margin-right: 2px;
    padding: 2px 3px 2px 3px;
}

	

	

.invest{
	width: 100%;
	position: relative;
	background-image:  linear-gradient(rgba(242, 238, 235, 0.5), rgba(242, 238, 235, 0.5)), url(../images/sec02bg2.png);
	background-size: contain;
	margin: 0 auto;
}

.invest_list {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5rem;
	position: relative;

}

@media (max-width: 767px){

}

.invest_item {
	width: 70%;
	margin: 0 auto;

}

.invest_item .list {
	display: flex;
	margin: 1rem auto;
	line-height: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: dashed #c8e2db 1px;
	justify-content:space-between;
	align-items: center;
}


.invest1 {
	/* display: flex;
flex-wrap: wrap;
    justify-content: center; */
    padding: 2rem 0;
	text-align: center;
	margin: 0 1rem;
}
.invest_title {
	width: 70%;
	text-align: center;
	margin: 5rem auto 1rem auto;
}
.invest_title h1 {
	color: #ff8c5a;
	font-size: 1.5rem;
	font-weight: bold;

}

.invest_item .list p {
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;

}
.invest_item .list p a:hover{
	color: rgb(10 10 10 / 70%);
}
.invest_item .list .btn a{
	color: #000;
    letter-spacing: 2px;
    display: flex;
    font-size: 0.9rem;
    line-height: 1.5rem;
    position: relative;
    text-align: center;
    z-index: 2;
    width: 100%;
    justify-content: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    align-items: center;
    border: 1px solid #333333;
	border-radius: 0.5rem;
	padding: 0.5rem 0.8rem;
}

.invest_item .list .btn > a:hover, 
.invest_item .list .btn > a:focus, 
.invest_item .list .btn > a:active {
	background-color: #fff;
	color: #333333;
	background-repeat: no-repeat;
	background-position: center center;
}

.invest_item .list li{
	display: flex;
}

.invest_list .title {
	width: 100%;
	position: relative;
	z-index: 9;
	margin: 0 auto;
	min-width: 200px;
	padding-top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
}

.invest_list .title > li{
    letter-spacing: 2px;
    font-size: 2rem;
    position: relative;
	text-align: center;
	font-weight: 900;
	justify-content: center;
	align-items: center;
	line-height: 100%;
	background-color: #777777;
	border-radius: 99rem;
	margin: 1rem;
	
}


.invest_list .title > li a:hover{
	padding: .6rem .8rem;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    border: 2px solid #1d9c58;
	border-radius: 99rem;
    background: white;
}
.invest_list .title > li.here a{
    display: inline-block;
    position: relative;
	padding: .6rem .8rem;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #1d9c58;
    border: 2px solid #1d9c58;
	border-radius: 99rem;
    text-decoration: none;

}



.invest_list .title > li a{
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 1rem;
	padding: .6rem .8rem;
	display: flex;
	justify-content: center;
    align-items: center;
	color: #fff;
}

.invest_list .title > li h1 {
	font-size: 1.5rem;
	font-weight: bold;
	padding: .5rem;
}
.invest_list .title > li h2 {
	font-size: 1rem;
	line-height: 1rem;
}

.s2pic img {
	width: 100%;
	max-width: 30px;
}

@media all and (max-width: 430px){ 
	.s2pic img {
	width: 100%;
	max-height: 15px;
}
}

.li {
		list-style: none !important;
}


.highlight {
    color: #1d9c58;
    font-weight: bold;
	font-size: 2rem;
}
@media (max-width: 1060px) {
    .highlight {
        font-size: 1.5rem;
    }
}


/*sec01 start*/
.sec01-out{
	width: 70%;
	margin: 0 2rem;

}
.sec01-out h2{
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	padding: 1rem 1.5rem;
	background-color: #1d9c58;
	font-weight: bold;
	border-radius: 99rem;
}
.sec01-out p{
	font-size: 1.2rem;
}
.sec01-out li{
	margin-top: .5rem;
}
.sec01-out .sub-t {
	font-weight: bold;
}

.sec01-pic {
	padding-right: 1rem;
	width: 25%;
	text-align: center;
}
.sec01-pic img{
	width: 100%;
	max-width: 350px;
}

.sec01-subt h1{
	margin: 24px;
	color: #757eec;
	line-height: 2.5rem;
}

/*sec01end*/

.hero-block {
  text-align: center;
  padding: 60px 20px 40px;
}

/* 標題 */
.hero-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #2b2b2b;
}

@media (max-width: 768px) {
  .hero-block  {
	padding-top: 30px;
  }

}

.hero-icon {
  margin: 0 12px;
  font-size: 36px;
}

/* 日期 */
.hero-date {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .hero-block  {
	line-height: 1.3;
  }

}

/* 內文 */
.hero-desc {
  font-size: 1.5rem;
  line-height: 1.8;
  max-width: 920px;
  margin: 0 auto 12px;
  
}

/* 綠色 */
.hero-highlight {
  color: #2f8f5b;
  font-weight: bold;
}

/* 紫色 */
.hero-highlight2 {
  color: #676ed5;
  font-weight: bold;
}
/* 橘色 */
.hero-reward {
  color: #f5a623;
  font-weight: bold;
}

/* 註解 */
.hero-note {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
}

/* 左右錢袋 */
.hero-title::before,
.hero-title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 50px;
  background-image: url('../images/tagA-ico.png'); 
  background-repeat: no-repeat;
  transform: translateY(-18%);
  background-size: 100% auto;
}
.hero-title {
  display: inline-block;
  padding: 0 30px; /* 給左右空間 */
  position: relative;
}
@media (max-width: 768px) {
  /* .hero-title::before,
  .hero-title::after {
    width: 24px;
    height: 24px;
  } */

  .hero-title {
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  .hero-title {
	font-size: 32px;
  }
}

@media (max-width: 320px) {
  .hero-title {
	font-size: 20px;
  }
}
/* 左邊 */
.hero-title::before {
  left: -20px;
}

/* 右邊 */
.hero-title::after {
  right: -20px;
}
@media (max-width: 750px) {
.hero-title::before {
  left: -25px;
  transform: translateY(12%);
	}
.hero-title::after {
  right: -25px;
  transform: translateY(12%);
	}
}
@media (max-width: 450px) {
.hero-title::before {
  left: -30px;
	}

.hero-title::after {
  right: -30px;
	}
}
@media (max-width: 375px) {
.hero-title::before {
  transform: translateY(-13%);
	}
.hero-title::after {
  transform: translateY(-13%);
	}
}
.reward {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.reward-inline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap; /* 只鎖這一小段 */
}
.reward-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;

}
.reward-icon2 {
  width: 40px;
  height: 40px;
  object-fit: contain;

}

.reward-num {
  font-size: 40px;
  font-weight: bold;
  color: #2f8f5b;
}

/*新手*/
.mission-card {
  position: relative;
  border: 6px solid #2f8f5b;
  border-radius: 20px;
  padding: 28px 24px 24px 90px;
  background-color: #fafafa;
  width: 70%;
  margin: 0 auto;
  /* 背景格線 */
  background-image:
    linear-gradient(#e5e5e5 1px, transparent 1px),
    linear-gradient(90deg, #e5e5e5 1px, transparent 1px);
  background-size: 20px 20px;
}
@media (max-width: 768px) {
  .mission-card  {
	  width: 100%;
  }

}
@media (max-width: 450px) {
  .mission-card  {
  padding: 28px 20px 20px 70px;
  }

}

.miss-break{
	display: block;
}
@media (max-width: 1113px) {
  .miss-break {
	  display: none;
  }

}
/* ribbon */
.mission-ribbon {
  position: absolute;
  left: 10px;
  top: 0px;
  background: url(../images/tag-title.png);
  color: #fff;
  padding: 20px 10px 40px;
  writing-mode: vertical-rl;
  font-weight: bold;
  background-position: bottom;
  background-repeat: no-repeat;
}



.mission-desc {

  line-height: 1.6;
  margin-bottom: 16px;
  text-align: left;
  font-size: 1.3rem;
}
.mission-item{
	font-size: 1.5rem;
	  line-height: 2.2rem;
}

.mission-highlight {
  color: #2f8f5b;
  font-weight: bold;
}

.mission-reward {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

@media (max-width: 470px) {
  .mission-reward {
	    align-items: center;
  }

}

.mission-big {
  font-size: 42px;
  color: #2f8f5b;
  font-weight: bold;
}

.mission-plus {
  font-size: 24px;
  font-weight: bold;
}

/* CTA */
.mission-cta {
  margin: 24px 10px 0 10px;
  background: #0b2c3d;
  color: white;
  padding: 14px 50px;
  border-radius: 999px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
  letter-spacing: 1pt;
}

.mission-cta:hover {
  opacity: 0.85;
}

.mission-cta2 {
  margin-top: 48px;
  background: #0b2c3d;
  color: white;
  padding: 14px 50px;
  border-radius: 999px;
  border: none;
  font-size: 24px;
  cursor: pointer;
  transition: 0.2s;
  letter-spacing: 1pt;
  font-weight: 800;
}

.mission-cta2:hover {
  opacity: 0.85;
}

.mission-card:hover,
.promo-card:hover {
  transform: translateY(-4px);
  transition: 0.2s;
}

/* 外層三欄 */
.mission-extra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

/* 卡片 */
.mission-extra-card {
  border: 4px solid #2f8f5b;
  border-radius: 20px;
  overflow: hidden;
  background: #fafafa;

  background-image:
    linear-gradient(#e5e5e5 1px, transparent 1px),
    linear-gradient(90deg, #e5e5e5 1px, transparent 1px);
  background-size: 20px 20px;

  transition: 0.2s;
}

.mission-extra-card:hover {
  transform: translateY(-4px);
}

.ex-txt{
	text-align: center;
	margin: 2rem auto 0 auto;
	width: 100%;
}

/* 標題 */
.mission-extra-header {
  background: #379b65;
  color: white;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  font-size: 18px;
}

/* 內容 */
.mission-extra-body {
  padding: 16px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.mission-extra-body p{
	font-size: 1.3rem;
}
/* 大數字 */
.mission-extra-big {
  font-size: 42px;
  color: #2f8f5b;
  font-weight: bold;
}

.mission-extra-s {
  font-size: 12px;
  color: #777777;
}

/* 獎勵區 */
.mission-extra-reward {
  margin: 12px 0 0 0;
}


/* 按鈕 */
.mission-extra-btn {
  background: #0b2c3d;
  color: white;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.2s;
  letter-spacing: 1pt;
}

.mission-extra-btn:hover {
  opacity: 0.85;
}

@media (max-width: 470px) {
  .mission-extra {
    grid-template-columns: 1fr;
  }
}
/*新手*/

/*菁英*/

/* 外層排列 */
.promo-group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 0 auto;
  width: 70%;
}

/* 卡片本體 */
.promo-card {
  position: relative;
  border: 6px solid #929bfe;
  border-radius: 20px;
  padding: 28px 24px 24px 90px;
  background-color: #fafafa;
  background-image:
    linear-gradient(#e5e5e5 1px, transparent 1px),
    linear-gradient(90deg, #e5e5e5 1px, transparent 1px);
  background-size: 20px 20px;
  transition: 0.2s;
  text-align: left;
}

.promo-card:hover {
  transform: translateY(-4px);
}

/* ribbon */
.promo-ribbon {
  position: absolute;
  left: 10px;
  top: 0;
background: url(../images/tag-title-p.png);
  color: #fff;
  background-position: bottom;
  padding: 20px 10px 40px;
  writing-mode: vertical-rl;
  font-weight: bold;
}



/* 內容 */
.promo-desc {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 12px;
}

.promo-highlight {
  color: #7c86d6;
  font-weight: bold;
  font-size: 32px;
}

/* reward */
.promo-reward {
  font-size: 1.5rem;
  line-height: 1.6;
}

.promo-reward02{
	margin-top:2rem ;
}
/* 大數字 */
.promo-big {
  font-size: 42px;
  color: #7c86d6;
  font-weight: bold;
  margin: 0 6px;
}

@media (max-width: 768px) {
  .promo-group {
    grid-template-columns: 1fr;
	width: 100%;
  }

  .promo-card {
    padding-left: 70px;
  }

  .promo-big {
    font-size: 32px;
  }
}

/*菁英*/

.sec02{
	position: relative;
    background: url(../images/mao_bg.jpg) repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 100px;
	padding-top: 100px;
}
@media (max-width: 1060px) {
    .sec02 {
		padding-top: 6rem;
    }
}
@media (max-width: 900px) {

}


.sec02-title{
    display: inline-block;
    padding: 0 30px;
    position: relative;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #2b2b2b;
	margin: 0 auto 40px auto;
}

.sec02-title::before,
.sec02-title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 50px;
  background-image: url('../images/star.png'); 
  background-repeat: no-repeat;
  transform: translateY(-18%);
  background-size: 100% auto;
}

@media (max-width: 768px) {
  .sec02-title::before,
  .sec02-title::after {
	  transform: translateY(-1%);
  }

  .sec02-title {
    padding: 0 30px;
	font-size: 36px;
  }
}
@media (max-width: 450px) {

  .sec02-title {
	font-size: 2rem;
  }
}
/* 左邊 */
.sec02-title::before {
  left: -20px;
}

/* 右邊 */
.sec02-title::after {
  right: -20px;
}

.txt-p{
	color: #929bfe;
}

.title{
	padding-top: 2rem;
}
.sec02-mob{
	display: none;
}
.s2-pc{
	display: inline-block;
}
.sec02-out{
	/* display: flex;
	justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start; */
    width: 100%;
	max-width: 1200px;
	    /* align-items: stretch; */
}
.sec02-list-block {
	display: flex;
	justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
align-items: stretch;
    width: 100%;
	margin: 1rem;
}
@media (max-width: 767px) {
    .sec02-list-block  {
	margin: .5rem;
    }
}


/*技能區*/
/* ════════════════════════════════
   外框卡片
════════════════════════════════ */
.card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 860px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* ════════════════════════════════
   頂部紫色標題區
════════════════════════════════ */
.card-header {

  padding: 20px 32px 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 44px 44px 0 0;
}
.s01{
	background: url(../images/skill-bg01.jpg);
	border: 3px #929bfe;
}
.s02{
	background: url(../images/skill-bg02.jpg);
	border: 3px #1c89c4;
}
.s03{
	background: url(../images/skill-bg03.jpg);
	border: 3px #1c89c4;
}
/* 左側圖示（可替換圖片） */
.header-left {
  flex-shrink: 0;
}

.skill-badge {
  width: 443px;
  height: 85px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-img {
  width: 80%;
  height: 80%;
  object-fit: cover;
}
@media (max-width: 790px) {
    .skill-badge  {
    width: 184px;
    height: 35px;
    }
}
/* 右側文字 */
.header-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.header-tag {
  color: #fff;
  font-size: clamp(18px, 3.5vw, 26px);
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}

.header-tag strong {
  font-weight: 900;
}

.header-sub {
  color: rgba(255,255,255,0.92);
  font-size: clamp(14px, 1vw + 10px, 24px);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  text-align: left;
}

.bolt {
  font-size: 1em;
}

/* ════════════════════════════════
   白底步驟區
════════════════════════════════ */
.card-body {
  background: #fff;
  padding: 32px 32px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0 8px;
  align-items: start;
  border-radius: 0 0 3rem 3rem;
}
.sbody01{
	border: 6px solid #929bfe;
	background-color: #fff;
	border-radius: 3rem;
	margin-bottom: 3rem;
}
.sbody02{
	border: 6px solid #1c89c4;
	background-color: #fff;
	border-radius: 3rem;
	margin-bottom: 3rem;
}
.sbody03{
	border: 6px solid #1d9c57;
		background-color: #fff;
	border-radius: 3rem;
	margin-bottom: 3rem;
}
/* ── 單一步驟欄 ── */
.step-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* STEP 標籤（橢圓綠框） */
.step-tag {
  border: 2px solid #4caf7d;
  color: #2e7d52;
  border-radius: 20px;
  padding: 3px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #fff;
}

/* 步驟標題 */
.step-title {
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 700;
  color: #1a1a2e;
  text-align: center;
  line-height: 1.4;
  margin: 1rem 0;
}

/* 手機圖片容器 */
.phone-wrap {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
 margin-top: 4px; 
}

.step-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-cta {
	margin: 0 auto;
	width: 100%;
	
}

/* ── 箭頭欄 ── */
.arrow-col {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 對齊手機圖片中段 */
  padding-top: 220px;
}

.arrowsec02 {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #f4a020;
}

/* ════════════════════════════════
   底部按鈕區
════════════════════════════════ */
.card-footer {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 0 32px 36px;
  border-radius: 0 0 3rem 3rem;
}

.more-btn {
  background: #1a1a2e;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 14px 64px;
  font-size: 18px;
  cursor: pointer;
  letter-spacing: 1pt;
}

.more-btn:hover {
  background: #2e2e50;
  transform: translateY(-1px);
}

.more-btn:active {
  transform: translateY(0);
}

/* ════════════════════════════════
   RWD
════════════════════════════════ */

/* 平板：手機圖略縮 */
@media (max-width: 720px) {
  .card-header {
    padding: 16px 20px 18px;
    gap: 14px;
  }

  .skill-badge {
	display: none;
  }

  .card-body {
    padding: 24px 16px 16px;
    gap: 0 4px;
  }

  .phone-wrap {
    max-width: 150px;
  }

  .more-btn {
    padding: 12px 48px;
    font-size: 15px;
  }
}

/* 手機：改為單欄垂直排列 */
@media (max-width: 520px) {
  .card-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 18px 20px;
	border-radius: 30px 30px 0 0;
  }

  .card-body {
    grid-template-columns: 1fr;
    gap: 24px 0;
    padding: 24px 20px 20px;
    justify-items: center;
  }

  /* 箭頭改為向下 */
  .arrow-col {
    padding-top: 0;
    transform: rotate(90deg);
  }

  .phone-wrap {
    max-width: 200px;
  }

  .card-footer {
    padding: 20px 30px;
  }

  .more-btn {
    width: 100%;
    padding: 13px;
    font-size: 16px;
  }
  .section{
	border-radius: 36px !important;
  }

}

/* 外層 */
.skill-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

/* 卡片 */
.skill-card {
  border-radius: 20px;
  overflow: hidden;
  border: 6px solid;
  background: #f5f7fb;
}

/* 顏色變體 */
.skill-card-purple {
  border-color: #6b6fd6;
}

.skill-card-blue {
  border-color: #2c86b8;
}

/* header */
.skill-header {
  background: linear-gradient(90deg, #6b6fd6, #8a8de0);
  color: white;
  padding: 14px 20px;
  font-size: 20px;
  font-weight: bold;
}

.skill-card-blue .skill-header {
  background: linear-gradient(90deg, #2c86b8, #4aa3d1);
}

/* 技能標籤 */
.skill-tag {
  border: 1px solid rgba(255,255,255,0.7);
  padding: 4px 10px;
  margin-right: 10px;
}

/* 內容 */
.skill-body {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
}

@media (max-width: 790px) {
    .skill-body  {
    justify-content: center;
    align-items: center;
    padding: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    }
	.skill-text{
		text-align: center !important;
		padding-top: 1rem;
	}
	
}
.skillbody-bg-p{
	  background-color: #e4e6fe;
}
.skillbody-bg-b{
	  background-color: #d4effe;
}
/* 文字 */
.skill-text {
  font-size: clamp(14px, 1vw + 10px, 24px);
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
}

/* 按鈕 */
.skill-btn {
  display: block;
  margin-top: 16px;
  background: #0b2c3d;
  color: white;
  border: none;
  border-radius: 999px;
  padding: 14px 36px;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 1pt;
}
.skill-btn a,.skill-btn a:hover, .skill-btn a:active{
	color: #fff;
	
}
@media (max-width: 790px) {
    .skill-btn {
		margin: 16px auto;
	}
}
/* 圖片 */
.skill-img {
  width: auto;
  height: 120px;
  object-fit: contain;
}

/* RWD */
@media (max-width: 768px) {
  .skill-section {
    grid-template-columns: 1fr;
  }



  .skill-img {
    width: 100px;
  }
}

/*技能區*/

.qa_outer {
	width: 100%;
	position: relative;
	background-size: cover;
}
.qa {
	margin: 0 auto;
	width: 100%;

}
.qa_set{
	margin:0 auto;
	background-color: #fff;
}
.qa_outtitle h1{
	font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
	margin: 2rem auto 5rem auto;
}
.qa_title {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	cursor: pointer;
	background-color: #6b6b6b;
	padding: 1.5rem 1rem;
}
.qa_title h2{
	font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: bold;
	padding-right: 10px;
	color: #fff;
}
.qa_title .arrow{
	width: 20px;
	fill: #fff;
	transform: translateY(-18%);
}
.qa_content {
	border: 0;
    margin-top: 0px;
    font-weight: 300;
    font-size: 1rem;
	background-color: #e8e8e8;

}
.qa_content p {
	padding-left: 10px;
	color: #333;
	padding: 1.5rem .5rem;
	line-height: 2rem;
	margin: 0 auto;
	max-width: 1200px;
	white-space: pre-wrap;
}
#qa02_arrow.on,#qa03_arrow.on,#qa04_arrow.on,#qa05_arrow.on,#qa06_arrow.on,#qa07_arrow.on,#qa08_arrow.on{
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
#qa01_arrow.on{
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}
#qa01_arrow{
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.qa01_con.show, .qa02_con, .qa03_con, .qa04_con, .qa05_con, .qa06_con, .qa07_con, .qa08_con{
	height: 0;
	overflow: hidden;
}
.qa02_con.show, .qa03_con.show, .qa04_con.show, .qa05_con.show, .qa06_con.show, .qa07_con.show, .qa08_con.show{
	height: auto;
}
.qa01_con{
	height: auto;
}
.qa_link{
	margin: 2rem auto;
}
.qa_link a{
	padding: 2rem 2rem 2rem 0;
	color: #a7a7a7;
	font-size: 1rem;
	text-decoration: underline !important;
}
.qa_link a:hover{
	color: #ededed;
}
.invest_list .title2 {
	margin: 2rem auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}

.invest_list .title2 h1 {
	font-size: 2rem;
	color: #4bb2a1;
	line-height: 2.2rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.invest_list .title2 h2 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
}

.artilist .title2 h2 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
}

.artilist .title2 {
	margin: 2rem auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}

.artilist .title2 h1 {
	font-size: 2rem;
	color: #000;
	line-height: 2.2rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}

.owl-dots {display: none;}
.footer-more{
	width: 100%;
    margin: 0 auto;
    display: flex;
    background: #dadada;
	padding-top: 3rem;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}


.footer__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
    font-weight: 400;
    color: #262626;
    letter-spacing: 0.05em;
    text-align: center;
    font-family: Roboto, "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial;
}

.footer__item::before {
    content: "│";
    margin-left: 5px;
    margin-right: 5px;
}
.invest_warning {
	width: 100%;
	max-width: 1240px;
	margin: 1rem auto;
	background-color: #dadada;
}

.invest-warning-msg {
    margin-top: 0;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    height: 40px;
    margin: 10px 0;
}
.invest-warning-msg p a{
	text-decoration:underline;
	color: #51BA7E;
}
.invest-warning-msg.show {
	height: auto;
}
.open-warning-msg{
	cursor: pointer;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}
.invest-warning-msg{
	line-height: 1.2rem;
	word-break: break-all;
}
.pc { width:100%; }
.signout .pc {
	max-width: 1080px;
}

/*arrow*/
.owl-carousel .owl-nav button.owl-prev,.owl-carousel3 .owl-nav button.owl-prev,.owl-carousel4 .owl-nav button.owl-prev,.owl-carousel5 .owl-nav button.owl-prev{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat; 
	bottom: 35%; 
	width:52px; 
	height: 110px;
	left: calc( 50% - 600px); 
	}
.owl-carousel .owl-nav button.owl-next,.owl-carousel3 .owl-nav button.owl-next,.owl-carousel4 .owl-nav button.owl-next,.owl-carousel5 .owl-nav button.owl-next{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat; 
	bottom: 35%; 
	width:52px; 
	height: 110px;
	right: calc( 50% - 600px);
}
.owl-prev span, .owl-next span{ display:none}
.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover{ opacity: 1;}
.owl-next:focus, .owl-prev:focus {outline: none;}
.owl-carousel6 .owl-nav button.owl-prev{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat; 
	bottom: 35%; 
	width:52px; 
	height: 110px;
	left:-20px; 
}
.owl-carousel6 .owl-nav button.owl-next{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat; 
	bottom: 35%; 
	width:52px; 
	height: 110px;
	right: -20px;
}
#cp
{width:100%;
	letter-spacing:.2rem;
	line-height:1.8rem;
	text-align: center; 
	padding:40px; 
	position: relative;
	font-size :0.8rem;
	margin:0 auto; 
	color:#000;
	z-index:9;}

#ct1,#ct2,#ct3,#ct4,#ct5,#ct6,#ct7,#ct8
{	cursor:pointer; list-style:none;}
	
pre {
white-space: pre-wrap;
word-wrap: break-word;
margin-bottom: 1rem;
}


.fat-nav{display: none}
.titleout{width: 100%; margin: 0 auto;}
.hash{
	color: #00376b;
}

.row { margin-left:-15px; margin-right:-15px;}

/*----------------------------- 
MENU
------------------------------*/
/* 區塊 */

.section{
	max-width: 1200px;
	width: 90vw;
    margin: 0 auto;
	border: 6px solid;
	border-radius: 51px;
	background-color: #fff;
	margin-bottom: 2rem;
}

.s01-p{
	border-color: #929bfe;
}
.s01-b{
	border-color: #1c89c4;
}
.s01-g{
	border-color: #1d9c57;
}
/* ===== 桌機版（預設）===== */
.step-container {
  max-width: 1100px;
  margin: auto;
}

.step-swiper .swiper-wrapper {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}

.step-swiper .swiper-slide {
  width: calc((100% - 40px) / 3);
}

/* 隱藏 pagination（桌機不用） */
.swiper-pagination {
  display: none;
}

.step-card {
  display: flex;
  flex-direction: column;
  align-items: center;     /* 水平置中 */
  justify-content: center; /* 垂直置中（可選） */
  text-align: center;
}

/* ===== 手機版 ===== */
@media (max-width: 489px) {

  .step-swiper .swiper-wrapper {
    display: flex; /* Swiper 會接管 */
    gap: 0;
  }

  .step-swiper .swiper-slide {
    width: 100%;
  }

  .swiper-pagination {
    display: block;
  }
}

/* 箭頭基本位置 */
.swiper-button-prev,
.swiper-button-next {
  color: #333;
}

/* 做成圓形按鈕 */
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
}

@media (min-width: 490px) {

  .step-card {
    position: relative;
  }

  /* 箭頭（右邊） */
  .step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 20px;

  background: url("../images/arrow-o.png") no-repeat center;
  background-size: contain;
  }

}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}

@media (max-width: 489px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }
    .swiper-button-prev {
    left: -10px;
  }
  .swiper-button-next {
    right: -10px;
  }
}

#top-bar{
	display:block;
	width:100px;
	position:fixed;
	top:100px;
	z-index:99;
	right:20px;
	background-color: #00a2ff;
	border-radius: 999rem;
}
.mob{
	display: none !important;
}
.cate_mob {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}


@-webkit-keyframes hvr-bob {
	0% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
	50% {
	  -webkit-transform: translateY(-1px);
	  transform: translateY(-1px);
	}
	100% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  }
  @keyframes hvr-bob {
	0% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
	50% {
	  -webkit-transform: translateY(-1px);
	  transform: translateY(-1px);
	}
	100% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  }
  @-webkit-keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  }
  @keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  }
  .hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
  }


  @-webkit-keyframes bob {
	0% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
	50% {
	  -webkit-transform: translateY(-4px);
	  transform: translateY(-4px);
	}
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @keyframes bob {
	0% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
	50% {
	  -webkit-transform: translateY(-4px);
	  transform: translateY(-4px);
	}
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @-webkit-keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  .bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-animation-name: bob;
	animation-name: bob;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction:  alternate;
	animation-direction: alternate;
  }  
@media all and (max-width: 760px){ 
	.show--mobile{
		display: block;
	}
.main{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#main_out{
	padding-top: 2rem;
	top:0px;
	padding-left: 2.66667vw;
	padding-right: 2.66667vw;
	padding-bottom: 2rem;
	margin: 0;
	background-image: none;
	background-color: #f6f4f1;
}
.cubre-o-textContent {
	text-align: center;
}
#start .txt {
	flex-wrap: wrap;
	justify-content:center;
}
#start .txt p {
	text-align: left;
	padding:1rem
}
#start .btn,.invest .btn2 {
	width: 50%;
}

#start .pic {
	max-width: 40px;
}
.titlesvg h1 {
	font-size: 2rem;
}

.invest_list .title > li h1{
	font-size: 1.2rem;
}
.titlesvg .pic img{
	max-width: 40px;
}
.artilist {
	margin: 2rem auto;
}

.sec01-out{
	width: auto;
}
.sec01-pic{
	padding: 0 1rem 0 0;
	width: auto;
}
.invest_list .title {
	margin: 0 .5rem 0 0;
	min-width: 15vw;
}
.title{
	padding-top:0 ;
}
.invest_list .title > ul a {
	padding: 1rem !important;
}
.invest_list {
	padding:0;
	margin: 0 auto ;
	padding-top: 0;
	padding-bottom: 2rem;
}
.invest{
	margin: 0 auto;
}
.invest1 {
	margin: 0 .5rem;
}

.invest_item {
	width: 90%;
}

.invest_item .list p {
	width: 80%;
}
.invest_item .list .btn {
	width: 20%;
}
.invest_title h1 {
	line-height: 1.9rem;
}
.invest_title {
	margin: 1rem auto;
	text-align: left;
	width: 100%;
	padding: 1rem;
}
.sec01-pic img {
	max-width: 300px;
}

.invest_list .title > ul h1 {
    font-size: 1rem;
    line-height: 1.2rem;
	letter-spacing: 0rem;
}

.invest_list .title > ul h2 {
	font-size: 0.8rem;
}

.pc {display: none;}
.mob_top { width:100%; display:block;}
.mob_top img { width:100%;}
#top{ width:100%; position:relative; margin:0 auto 20px auto; height:auto; cursor:auto; background-image: none}

#cp,.cp_i  { width:100%; 
	padding: 10px;
	background-image: none; 
	background-color: #363636; 
	color: #fff; 
	font-weight: normal; 
	text-shadow: none;
	line-height: 1.1rem;
}
.mob{
	display: inline-block !important;
}

#main_cont {
	flex-wrap: wrap;
}

/*arrow*/
.owl-carousel .owl-nav button.owl-prev,.owl-carousel3 .owl-nav button.owl-prev,.owl-carousel4 .owl-nav button.owl-prev,.owl-carousel5 .owl-nav button.owl-prev{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat ; 
	background-size: 50% 100%;
	bottom: 35%; 
	height: 55px;
	left: -3vw; 
}
.owl-carousel6 .owl-nav button.owl-prev{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat ; 
	background-size: 50% 100%;
	bottom: -5%; 
	height: 55px;
	left: 0; 
}
.owl-carousel7 .owl-nav button.owl-prev{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat ; 
	background-size: 50% 100%;
	bottom: -5%; 
	width: 55px;
	height: 55px;
	left: 0; 
}
.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_pre.png") no-repeat ; 
	background-size: 50% 100%;
	bottom: 35%; 
	height: 55px;
	left: 0vw; 
}
.owl-carousel6 .owl-nav button.owl-next{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat 7px; 
	background-size: 50% 100%;
	bottom: -5%; 
	height: 55px;
	right: -3vw;
}
.owl-carousel7 .owl-nav button.owl-next{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat 20px; 
	background-size: 50% 100%;
	bottom: -5%; 
	width: 55px;
	height: 55px;
	right: -3vw;
}
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat 7px; 
	background-size: 50% 100%;
	bottom: 35%; 
	height: 55px;
	right: -3vw;
}
.owl-carousel3 .owl-nav button.owl-next,.owl-carousel4 .owl-nav button.owl-next,.owl-carousel5 .owl-nav button.owl-next{ 
	position: absolute;
	z-index:9; 
	background: url("../images/arw_next.png") no-repeat 7px; 
	background-size: 50% 100%;
	bottom: 35%; 
	height: 55px;
	right: -5vw;
}

#topcontrol,.more { display: none;}
	.sec02-list .btn-b{
    font-size: 1rem;
	}
}

@media all and (max-width: 1600px) and (min-width:1061px) { 
	.kv img {
		width: 50%;
		max-width: 647px;
	}
}

@media all and (max-width: 900px){ 
	.owl-carousel3 .owl-nav button.owl-next,.owl-carousel4 .owl-nav button.owl-next,.owl-carousel5 .owl-nav button.owl-next{ 
		right: -5vw;
	}
	.owl-carousel6 .owl-nav button.owl-prev{
		bottom: 200px; 
	}
	.owl-carousel6 .owl-nav button.owl-next{
		bottom: 200px; 
	}
	.owl-carousel7 .owl-nav button.owl-prev{
		bottom: 200px; 
	}
	.owl-carousel7 .owl-nav button.owl-next{
		bottom: 200px;
		background: url("../images/arw_next.png") no-repeat -5px;  
		background-size: 50% 100%;
	}
	.step .title2{
		padding: 1rem;
	}
	.ytout li h1 {
		padding:0 20px;
	}
	.invest_list{
		padding: 0;
	}
	.invest_list .title {
		min-width: 150px;
	}
	.sec01-pic img {
		max-width: 250px;
	}
}

@media all and (max-width: 767px){ 
	.invest_list {
		flex-direction: column;

	}
	.invest_list .title{
		display: flex;
		min-width: auto;
        justify-content: space-evenly;
		 align-items: center;
	}
	
	.sec-title{
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	.invest1{
		width: 75vw;
		margin: 2rem auto 0 auto;
		flex-direction: column-reverse;
	}
	.sec01-pic {
		padding: 1rem;
		margin-top: 1rem;
		text-align: center;
	}
	.invest_list .title > li{
		margin: .3rem;
		letter-spacing: 1px;
	}
	.sec02-out {
		flex-wrap: wrap;
	}
	.sec02-list{
		flex-wrap: nowrap;
	}
	.sec02-qr{
		width: auto;
	}
	.sec02-btn{
		order: 1;
	}
	.sec02-qr{
		order: 2;
	}
	.sec02-qr img{
		max-width: 100px;
	}
	.sec02-list{
		justify-content: space-around;
		padding: 3rem 2rem 2rem 3rem;
	}
	.sec02-mob{
		display: inline-block;
	}
	.s2-pc{
		display: none;
	}
	.sec02-txt{
		width: 100%;
	}
	.sec02-txt-out{
		width: 70%;
	}
	.sec02-qr{
		width: 30%;
	}
		.noshow-small{
		display: none;
	}

}
@media all and (max-width: 430px){ 
	.owl-carousel3 .owl-nav button.owl-next,.owl-carousel4 .owl-nav button.owl-next,.owl-carousel5 .owl-nav button.owl-next{ 
		right: -8vw;
	}
	.owl-carousel6 .owl-nav button.owl-prev{
		bottom: 100px; 
	}
	.owl-carousel6 .owl-nav button.owl-next{
		bottom: 100px; 
	}
	.owl-carousel7 .owl-nav button.owl-next{
		bottom: 200px;
		background: url("../images/arw_next.png") no-repeat 20px;  
		background-size: 50% 100%;
	}

	.invest_list .title > li a{
		padding: .1rem .5rem;
	}
	.invest_list .title > li.here a{
		padding: .1rem .5rem;
	}
	.invest_list .title > li.here a::before{
		top: 50px;
	}
	.invest_list .title > li.here a::after{
		top: 50px;
	}
	/* .sec-title{
		font-size: 1.5rem;
	} */
	:root {
    font-size: 12px;
	}
	.kv-btn .btn{
		width: 150px;
	}
	.sec01-out{
		padding: .5rem;
		margin: 0;
		width:100%;
	}
	.sec01-pic{
		width: 100%;
	}

}
@media all and (max-width: 500px){ 
	.sec01-out h2{
		font-size: 2rem;
		margin: 0 auto;
	}
	.sec02-list .btn-b {
		width: 160px;
		height: 40px;
        line-height: 40px;
		font-size: 1.3rem;
	}
	.sec01-out{
		line-height: 2rem;
	}
	.sec01-out p {
		font-size: 1.5rem;
	}
	.highlight {
		font-size: 1.8rem;
	}
	.invest1{
		width: 100%;
		flex-direction: column-reverse;
	}

}
@media all and (max-width: 375px){ 
	.step .title .btn {
		width: 80%;
	}
	.step .title .btn a {
		padding: 1rem;
		font-size: 1.2rem;
	}

	.owl-carousel6 .owl-nav button.owl-prev{
		bottom: 10%; 
	}
	.owl-carousel6 .owl-nav button.owl-next{
		bottom: 10%; 
		right: -6vw;
	}
	.onetxt{
		padding-top: 0 !important;
	}
	.sec01-out h2 {
		font-size: 1.5rem;
	}
	.invest_list .title > li a,.invest_list .title > li.here a{
		padding: .2rem .4rem;
	}
	.invest_list .title > li.here a::before{
		top: 42px;
	}
	.invest_list .title > li.here a::after{
		top: 41px;
	}

}

@media all and (max-width: 320px){ 
	.owl-carousel6 .owl-nav button.owl-prev{
		bottom: 10%; 
	}
	.owl-carousel6 .owl-nav button.owl-next{
		bottom: 10%; 
	}
}

/*form*/
.task-table {
  max-width: 1000px;
  margin: 20px auto;
  font-family: "Noto Sans TC", sans-serif;
}

.task-table__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.task-table__th,
.task-table__td {
  border: 1px solid #999;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: top;
}

.task-table__th {
  background-color: #f5f5f5;
  text-align: center;
  font-weight: bold;
}

.task-table__td:first-child {
  text-align: center;
  white-space: nowrap;
}

.task-table__highlight {
  background-color: #fff176;
}
/*form*/