@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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&family=Noto+Sans+TC:wght@100..900&family=Tomorrow: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');
* {
  box-sizing: border-box;
}
:root {
  --cis-blue: #181f3c;
  --cis-red: #b81c22;
  --cis-green: #93da49;
  --blue-1: #11466c;
  --purple-1: #8f5dcb;
  --grey-f3: #f3f3f3;
  --grey-c: #cccccc;
  --grey-9: #999999;
  --grey-6: #666666;
  --grey-3: #333333;
  --black: #000000;
  --white: #ffffff;
}
body {
  overflow-x: hidden;
}
html, body {
  height: 100%;
  font-family: "Be Vietnam Pro", "Noto Sans TC", "Microsoft JhengHei", "Heiti TC", sans-serif;
  margin: 0;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; /*消除點擊元素時出現半透明區塊*/
  background-color: var(--cis-blue);
}
ul, ol, li, h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
ul {
  list-style-type: none;
}
a, a:hover, button {
  text-decoration: none;
  outline: none; /*消除點擊後邊框*/
  cursor: pointer;
}
img {
  width: 100%;
  max-width: 100%;
  border: 0;
  outline: none;
  display: block;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; /*消除輸入時有X*/
}
main {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
input {
  -webkit-appearance: none;
}
.frward {
  direction: ltr; /* 順向排列 */
}
.opposite {
  direction: rtl; /* 反向排列 */
}
.text_c {
  text-align: center;
}
@media screen and (max-width:1199px) {
  main {
    padding: 7.813vw 0; /*80*/
  }
  article {
    padding: 0 4.883vw; /*50*/
  }
}
@media screen and (max-width: 575px) {
  main {
    padding: 13.889vw 0; /*50*/
  }
  article {
    padding: 0 15px;
  }
}
/* 崁入影片
*****************************************/
.index_vendor {
  padding: 0 4.167vw; /*80*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.563vw; /*30*/	
}
.vendor {
  width: 100%;
  height: 0;
  padding-bottom: 56.4%;	
  position: relative;
}
.vendor iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1199px) {
.index_vendor {
  padding: 0 4.883vw; /*100*/
  grid-template-columns: 1fr;
  grid-gap: 2.93vw; /*30*/	
}
}
@media screen and (max-width: 575px) {
.index_vendor {
  padding: 0 15px; /*15*/
  grid-gap: 15px; /*30*/	
}
}
/* header
*****************************************/
#globalNav {
  width: 100%;
  background: rgba(24, 31, 60, 0);
  padding: 1.563vw; /*30*/
  position: fixed;
  z-index: 9999;
  top: 0;
}
#globalNav .logo {
  width: 16.667vw; /*320*/
  height: auto;
}
#globalNav .sing {
  width: 5.208vw; /*100*/
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 1.563vw; /*30*/
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#globalNav .sing-svg {
  width: 5.208vw; /*100*/
  position: relative;
  left: -5.208vw; /*100*/
  filter: drop-shadow(5.208vw 0 rgba(143, 93, 203, 1))
}
#globalNav .sing:hover .sing-svg {
  filter: drop-shadow(5.208vw 0 rgba(123, 52, 198, 1))
}
#globalNav .sing-txt {
  position: absolute;
  z-index: 100;
  margin-top: -0.521vw; /*10*/
  font-size: 1.25vw; /*24*/
  line-height: 1.25vw;
  color: var(--white);
}
@media screen and (max-width: 1199px) {
  #globalNav {
    width: 100%;
    background: rgba(24, 31, 60, .9);
    padding: 2.93vw 4.883vw; /*30 50*/
  }
  #globalNav .logo {
    width: 29.297vw; /*300*/
  }
  #globalNav .sing {
    width: 9.766vw; /*100*/
    right: 4.883vw; /*50*/
  }
  #globalNav .sing-svg {
    width: 9.766vw; /*100*/
    position: relative;
    left: -9.766vw; /*100*/
    filter: drop-shadow(9.766vw 0 rgba(143, 93, 203, 1))
  }
  #globalNav .sing:hover .sing-svg {
    filter: drop-shadow(9.766vw 0 rgba(123, 52, 198, 1))
  }
  #globalNav .sing-txt {
    margin-top: -0.977vw; /*10*/
    font-size: 2.344vw; /*24*/
    line-height: 2.344vw;
  }
}
@media screen and (max-width: 575px) {
  #globalNav {
    padding: 4.167vw 5.556vw; /*15 20*/
  }
  #globalNav .logo {
    width: 50vw; /*180*/
  }
  #globalNav .sing {
    width: 16.667vw; /*60*/
    right: 5.556vw; /*20*/
  }
  #globalNav .sing-svg {
    width: 16.667vw; /*60*/
    position: relative;
    left: -16.667vw; /*60*/
    filter: drop-shadow(16.667vw 0 rgba(143, 93, 203, 1))
  }
  #globalNav .sing:hover .sing-svg {
    filter: drop-shadow(16.667vw 0 rgba(123, 52, 198, 1))
  }
  #globalNav .sing-txt {
    margin-top: -2.778vw; /*10*/
    font-size: 4.444vw; /*16*/
    line-height: 4.444vw;
  }
}
/* case_a_主視覺
*****************************************/
.case_a {
  width: 100%;
  height: auto;
  background-color: var(--cis-blue);
  display: grid;
  grid-template-rows: 5.8vw 6vw auto 6vw;
}
.case_a .title, .case_b .title {
  font-size: 3.75vw; /*72*/
  line-height: 3.75vw;
  font-weight: 700;
  text-align: center;
  color: var(--white);
}
.case_a .title br, .case_b .title br {
  display: none;
}
.case_a .main {
  padding: 0 4.167vw; /*80*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.563vw; /*30*/
}
.case_a .main .square {
  width: 100%;
}
.case_a .main .square .inside {
  padding-bottom: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  background: var(--img) center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case_a .main .square .theme {
  width: 100%;
  font-size: 3.125vw; /*60*/
  line-height: 3.542vw; /*68*/
  font-weight: 700;
  color: var(--cis-blue);
  padding: 1.563vw; /*30*/
  position: absolute;
  top: 0;
}
.case_a .main .square .con {
  width: 100%;
  padding: 1.563vw; /*30*/
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background-color: var(--blue-1);
  bottom: 0;
  display: grid;
  grid-template-columns: 55% 45%;
  grid-gap: 0.781vw; /*15*/
}
.case_a .main .square h3 {
  font-family: "Tomorrow", sans-serif;
  font-size: 4.167vw; /*80*/
  line-height: 4.167vw;
  color: var(--cis-green);
  font-weight: 500;
}
.case_a .main .square h6 {
  font-size: 1.042vw; /*20*/
  line-height: 1.771vw; /*34*/
  color: var(--white);
  display: grid;
  place-content: end start;
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}
.case_a .main .square p {
  font-size: 1.25vw; /*24*/
  line-height: 1.25vw; /*24*/
  color: var(--white);
  padding-bottom: 10px; /*10*/
  border-bottom: 2px solid var(--white);
  display: inline-block;
}
.case_a .main .square .year_a, .case_a .main .square .year_b {
  font-size: 1.042vw; /*20*/
  line-height: 1.25vw; /*24*/
  color: var(--white);
  text-align: center;
  padding: 0.521vw 0.781vw; /*10 15*/
  background-color: var(--blue-1);
  position: absolute;
  left: 1.563vw; /*30*/
  z-index: 3;
}
.case_a .main .square .year_a {
  top: -5.208vw; /*100*/
}
.case_a .main .square .year_b {
  top: -6.51vw; /*125*/
}
.case_a .main .square .year_b span {
  font-size: 0.729vw; /*14*/
}
.case_a .ps, .case_b .ps {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25vw; /*24*/
  line-height: 1.25vw;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .case_a {
    width: 100%;
    height: auto;
    background-color: var(--cis-blue);
    display: grid;
    grid-template-rows: 13.965vw 13.965vw auto 13.965vw; /*143*/
  }
  .case_a .title, .case_b .title {
    font-size: 7.031vw; /*72*/
    line-height: 7.031vw;
  }
  .case_a .main {
    padding: 0 4.883vw; /*50*/
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.93vw; /*30*/
  }
  .case_a .main .square .theme {
    font-size: 4.688vw; /*48*/
    line-height: 5.273vw; /*54*/
    padding: 2.441vw; /*25*/
  }
  .case_a .main .square .con {
    padding: 2.441vw; /*25*/
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1.465vw; /*15*/
  }
  .case_a .main .square h3 {
    font-size: 5.859vw; /*60*/
    line-height: 5.859vw;
  }
  .case_a .main .square h6 {
    font-size: 1.758vw; /*18*/
    line-height: 2.93vw; /*30*/
  }
  .case_a .main .square p {
    font-size: 1.953vw; /*20*/
    line-height: 1.953vw; /*20*/
  }
  .case_a .main .square .year_a, .case_a .main .square .year_b {
    font-size: 1.758vw; /*18*/
    line-height: 2.148vw; /*22*/
    padding: 0.977vw 1.465vw; /*10 15*/
    left: 2.93vw; /*30*/
  }
  .case_a .main .square .year_a {
    top: -8.301vw; /*85*/
  }
  .case_a .main .square .year_b {
    top: -10.742vw; /*110*/
  }
  .case_a .main .square .year_b span {
    font-size: 1.172vw; /*12*/
  }
  .case_a .ps, .case_b .ps {
    padding: 0 4.883vw; /*50*/
    font-size: 1.758vw; /*18*/
    line-height: 2.93vw; /*30*/
  }
}
@media screen and (max-width: 575px) {
  .case_a {
    grid-template-rows: 22.222vw auto auto auto; /*80*/
  }
  .case_a .title, .case_b .title {
    font-size: 13.333vw; /*48*/
    line-height: 16.667vw; /*60*/
    padding-bottom: 5.556vw; /*20*/
  }
  .case_a .title br, .case_b .title br {
    display: block;
  }
  .case_a .dp, .case_b .dp {
    display: none !important;
  }
  .case_a .main {
    padding: 0 4.167vw; /*15*/
    grid-template-columns: 1fr;
    grid-gap: 4.167vw; /*15*/
  }
  .case_a .main .square .inside {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .case_a .main .square .theme {
    font-size: 10vw; /*36*/
    line-height: 11.111vw; /*40*/
    padding: 4.167vw; /*15*/
  }
  .case_a .main .square .con {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 4.167vw; /*15*/
    grid-template-columns: 47% 53%;
    grid-gap: 2.778vw;
  }
  .case_a .main .square h3 {
    font-size: 11.667vw; /*42*/
    line-height: 11.667vw;
  }
  .case_a .main .square h6 {
    font-size: 3.889vw; /*14*/
    line-height: 6.111vw; /*22*/
  }
  .case_a .main .square p {
    font-size: 4.444vw; /*16*/
    line-height: 4.444vw; /*16*/
  }
  .case_a .main .square .year_a, .case_a .main .square .year_b {
    font-size: 3.889vw; /*14*/
    line-height: 5.556vw; /*20*/
    padding: 1.667vw 2.778vw; /*6 10*/
    left: 4.167vw; /*15*/
  }
  .case_a .main .square .year_a {
    top: -18.056vw; /*65*/
  }
  .case_a .main .square .year_b {
    top: -25vw; /*90*/
  }
  .case_a .main .square .year_b span {
    font-size: 2.778vw; /*10*/
  }
  .case_a .ps, .case_b .ps {
    padding: 8.333vw 4.167vw; /*30 15*/
    font-size: 16px; /*16*/
    line-height: 28px; /*28*/
  }
}
/* case_b_主視覺
*****************************************/
.case_b {
  width: 100%;
  height: auto;
  background-color: var(--cis-blue);
  display: grid;
  grid-template-rows: 5.8vw 8vw auto 8.5vw;
  /*grid-template-rows: 5.8vw 6vw auto 6vw;*/	
}
.case_b .main {
  padding: 0 4.167vw; /*80*/
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.563vw; /*30*/
}
.case_b .main .con {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 50% 16% 34%;
}
.case_b .main .con .img {
  background: var(--img) center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.case_b .main .con .year {
  background-color: var(--cis-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563vw; /*30*/
  line-height: 1.875vw; /*36*/
  text-align: center;
}
.case_b .main .con .reward {
  background-color: var(--blue-1);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.case_b .main .reward p {
  font-size: 1.563vw; /*30*/
  line-height: 1.563vw; /*30*/
  color: var(--white);
  padding-bottom: 0.521vw; /*10*/
  margin-bottom: 0.521vw;
  border-bottom: 2px solid var(--white);
}
.case_b .main .reward h6 {
  width: 100%;
  font-family: "Tomorrow", sans-serif;
  font-size: 3.75vw; /*72*/
  line-height: 3.75vw;
  color: var(--cis-green);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .case_b {
    height: auto;
    grid-template-rows: 13.965vw 13.965vw auto 13.965vw; /*143*/
  }
/*  .case_b {
    height: 80%;
    grid-template-rows: 15% 15% 55% 15%;
  }	*/
  .case_b .main {
    padding: 0 4.883vw; /*50*/
    grid-gap: 0;
  }
  .case_b .main .con .img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .case_b .main .con .year {
    font-size: 2.148vw; /*22*/
    line-height: 2.539vw; /*26*/
  }
  .case_b .main .con .reward {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .case_b .main .reward p {
    font-size: 1.758vw; /*18*/
    line-height: 1.758vw; /*18*/
    padding-bottom: 0.977vw; /*10*/
    margin-bottom: 0.977vw;
  }
  .case_b .main .reward h6 {
    font-size: 4.688vw; /*48*/
    line-height: 4.688vw;
  }
}
@media screen and (max-width: 575px) {
  .case_b {
    height: auto;
    grid-template-rows: 22.222vw auto auto auto; /*80*/
  }
  .case_b .main {
    padding: 0 4.167vw; /*15*/
    grid-template-columns: repeat(2, 1fr);
  }
  .case_b .main .con {
    height: auto;
    grid-template-rows: 50vw auto auto; /*180*/
  }
  .case_b .main .con .year {
    font-size: 5vw; /*18*/
    line-height: 6.667vw; /*24*/
    padding: 2.222vw 0; /*8*/
  }
  .case_b .main .con .reward {
    padding: 5.556vw 0; /*20*/
  }
  .case_b .main .reward p {
    font-size: 4.444vw; /*16*/
    line-height: 4.444vw; /*16*/
    padding-bottom: 2.778vw; /*10*/
    margin-bottom: 2.778vw;
  }
  .case_b .main .reward h6 {
    font-size: 11.111vw; /*40*/
    line-height: 11.111vw;
  }
}
/* 圓形
*****************************************/
.round {
  width: 80%;
  padding: 15px;
  border-radius: 100%;
  margin: 0 10%;
}
.round .inside {
  padding-bottom: 100%;
  border-radius: 100%;
  position: relative;
}
.round .inside .txt {
  width: 100%;
  height: 100%;
  font-size: 60px;
  line-height: 62px;
  color: var(--cis-blue);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 999;
}
.r_bgc_gout {
  background-color: rgba(147, 218, 73, .6);
}
.r_bgc_gin {
  background-color: rgba(147, 218, 73, 1);
}
.r_bgc_bout {
  background-color: rgba(0, 160, 220, .6);
}
.r_bgc_bin {
  background-color: rgba(0, 160, 220, 1);
}
.r_bgc_pout {
  background-color: rgba(140, 90, 200, .6);
}
.r_bgc_pin {
  background-color: rgba(140, 90, 200, 1);
}
@media screen and (max-width: 1199px) {
  .round {
    width: 85%;
    padding: 1.172vw;
    margin: 0 7.5%;
  }
  .round .inside .txt {
    font-size: 5.078vw;
    line-height: 5.273vw;
  }
}
@media screen and (max-width: 575px) {
  .round {
    width: 90%;
    padding: 2.222vw;
    margin: 0 5%;
  }
  .round .inside .txt {
    font-size: 8.889vw; /*32*/
    line-height: 8.889vw;
  }
}
/* 遠銀穩穩
*****************************************/
.fw_title {
  width: 100%;
  font-size: 90px; /*90*/
  line-height: 90px; /*90*/
  text-align: center;
  padding-bottom: 80px;
  color: var(--white);
  font-weight: 700;
}
.fw_title i {
  font-size: 60px; /*90*/
  line-height: 60px; /*90*/
  color: var(--cis-green);
  padding: 0 15px;
  position: relative;
  top: -10px;
}
.fw_title br {
  display: none;
}
.fw_mark {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.advantages {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.advantages .title {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--white);
  font-weight: 600;
  padding: 30px 50px;
  margin-bottom: 80px;
  border: 3px solid var(--cis-green);
  display: inline-block;
}
.advantages .project {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 0;
  color: var(--white);
}
.advantages .project .con_t {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-flow: wrap;
}
.advantages .project .con_t h3 {
  width: 100%;
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 15px;
  text-align: center;
}
.advantages .project .con_t h6 {
  font-size: 24px;
  line-height: 24px;
  padding: 10px 30px;
  background-color: rgba(140, 90, 200, 1);
  display: inline-block;
  margin: 30px 0;
}
.advantages .project .con_t p {
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
.collection {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: var(--white);
}
.collection .txt {
  width: 100%;
  background-color: rgba(0, 160, 220, .6);
  padding: 30px;
  text-align: center;
  margin: 50px 0 100px;
  position: relative;
}
.collection .txt h2 {
  font-size: 48px;
  line-height: 48px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--white);
  margin-bottom: 15px;
  display: inline-block;
}
.collection .txt p {
  width: 100%;
  font-size: 24px;
  line-height: 48px;
}
.collection .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px;
  border-color: transparent transparent rgba(0, 160, 220, 0.6);
  position: absolute;
  right: 125px;
  top: -30px;
  z-index: 3;
}
.collection .picture {
  background-image: url("../images/picture_1.webp");
  background-position: center top 50px;
  background-size: auto 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .fw_title {
    font-size: 7.031vw; /*72*/
    line-height: 7.031vw; /*72*/
    padding-bottom: 4.883vw; /*50*/
  }
  .fw_title i {
    font-size: 4.688vw; /*48*/
    line-height: 4.688vw; /*48*/
    padding: 0 1.465vw; /*15*/
    top: -0.977vw; /*10*/
  }
  .fw_mark {
    width: 80%;
    padding-bottom: 4.883vw; /*50*/
  }
  .advantages .title {
    padding: 2.93vw 4.883vw; /*30 50*/
    font-size: 4.688vw; /*48*/
    line-height: 4.688vw; /*48*/
    margin-bottom: 4.883vw; /*50*/
  }
  .advantages .project .con_t h3 {
    font-size: 2.734vw; /*28*/
    line-height: 2.734vw;
    padding-bottom: 1.465vw; /*15*/
  }
  .advantages .project .con_t h6 {
    font-size: 2.344vw;
    line-height: 2.344vw;
    padding: 0.977vw 2.93vw;
    margin: 2.93vw 0;
  }
  .advantages .project .con_t p {
    font-size: 1.953vw;
    line-height: 3.516vw;
  }
  .collection .txt {
    padding: 2.93vw;
    margin: 4.883vw 0 7.813vw;
  }
  .collection .txt h2 {
    font-size: 3.516vw;
    line-height: 3.516vw;
    border-bottom: 0.293vw solid var(--white);
    padding-bottom: 1.465vw;
    margin-bottom: 1.465vw;
  }
  .collection .txt p {
    font-size: 1.953vw;
    line-height: 3.516vw;
  }
  .collection .triangle {
    border-width: 0 2.441vw 2.93vw;
    right: 8.789vw;
    top: -2.93vw;
  }
  .collection .picture {
    background-position: center top 2.93vw;
    background-size: auto 95%;
  }
}
@media screen and (max-width: 575px) {
  .fw_title {
    font-size: 13.333vw; /*48*/
    line-height: 16.667vw; /*60*/
    padding-bottom: 8.333vw; /*30*/
  }
  .fw_title i {
    font-size: 11.111vw; /*40*/
    line-height: 11.111vw; /*40*/
    padding: 0;
    top: -0.556vw; /*2*/
  }
  .fw_title br {
    display: block;
  }
  .fw_mark {
    width: 90%;
    padding-bottom: 8.333vw; /*30*/
  }
  .advantages .project {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 4.167vw;
    padding: 0;
  }
  .advantages .title {
    width: 100%;
    padding: 4.167vw 0; /*15*/
    font-size: 6.667vw; /*24*/
    line-height: 6.667vw; /*24*/
    font-weight: 600;
    border: 2px solid var(--cis-green);
    margin-bottom: 8.333vw; /*30*/
  }
  .advantages .project .con_t h3 {
    font-size: 5.556vw;
    line-height: 5.556vw;
    padding-bottom: 2.778vw;
  }
  .advantages .project .con_t h6 {
    font-size: 5vw;
    line-height: 5vw;
    padding: 2.222vw 5.556vw;
    margin: 5.556vw 0;
  }
  .advantages .project .con_t p {
    font-size: 4.444vw;
    line-height: 6.667vw;
    padding-bottom: 2.778vw;
  }
  .collection {
    grid-template-columns: 1fr;
  }
  .collection .txt {
    padding: 5.556vw 0;
    margin: 8.333vw 0;
    text-align: center;
  }
  .collection .txt h2 {
    font-size: 7.222vw; /*26*/
    line-height: 7.222vw; /*26*/
    border-bottom: 1px solid var(--white);
    padding-bottom: 3.333vw;
    margin-bottom: 3.333vw;
  }
  .collection .txt p {
    font-size: 4.167vw;
    line-height: 8.333vw;
  }
  .collection .triangle {
    border-width: 0 4.167vw 4.167vw;
    right: 21vw;
    top: -4.167vw;
  }
  .collection .picture {
    height: 50vw;
    background-position: center top;
    background-size: contain;
  }
}
/* 單元標題
*****************************************/
.unit_title h2, .unit_title h3 {
  width: 100%;
  font-size: 90px; /*90*/
  line-height: 90px; /*90*/
  text-align: center;
  padding-bottom: 80px;
  color: var(--cis-green);
  font-weight: 700;
}
.unit_title h2 span, .unit_title h3 span {
  padding: 5px 15px;
  color: var(--white);
  background-color: var(--purple-1);
  margin-left: 30px;
}
.unit_title br {
  display: none;
}
.sub_title {
  width: 100%;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  padding-bottom: 50px;
  color: var(--white);
}
@media screen and (max-width: 1199px) {
  .unit_title h2, .unit_title h3 {
    font-size: 7.031vw; /*72*/
    line-height: 7.031vw; /*72*/
    padding-bottom: 4.883vw; /*50*/
  }
  .unit_title h2 span, .unit_title h3 span {
    padding: 0.488vw 1.465vw; /*5 15*/
    margin-left: 1.465vw; /*15*/
  }
  .sub_title {
    font-size: 3.516vw; /*36*/
    line-height: 3.516vw; /*36*/
    padding-bottom: 4.883vw; /*50*/
  }
}
@media screen and (max-width: 575px) {
  .unit_title h2 {
    font-size: 13.333vw; /*48*/
    line-height: 18.889vw; /*60*/
    padding-bottom: 8.333vw; /*30*/
  }
  .unit_title h2 span {
    padding: 0.833vw 2.778vw; /*3 10*/
    margin-left: 0;
  }
  .unit_title h3 {
    font-size: 12.222vw; /*44*/
    line-height: 18.889vw; /*60*/
    padding-bottom: 8.333vw; /*30*/
  }
  .unit_title h2 span, .unit_title h3 span {
    padding: 0.833vw 2.778vw; /*3 10*/
    margin-left: 0;
  }
  .unit_title br {
    display: block;
  }
  .sub_title {
    font-size: 6.667vw; /*24*/
    line-height: 10vw; /*36*/
    padding-bottom: 8.333vw; /*30*/
  }
}
/* 資產倍增秘訣
*****************************************/
.assets {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  color: var(--white);
}
.assets .arrow {
  width: 66.666666%;
  height: 250px;
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assets .arrow img {
  width: 100px;
  height: 127px;
}
.assets div img, .assets .case_money {
  margin-bottom: 30px;
}
.assets p {
  font-size: 30px;
  line-height: 40px;
}
.assets .case_t {
  width: 100%;
  border-bottom: 2px solid var(--purple-1);
  margin-bottom: 30px;
}
.assets .case_t h6 {
  font-size: 38px;
  line-height: 38px;
  padding: 15px 30px;
  background-color: var(--purple-1);
  display: inline-block;
}
.assets .case_ps {
  font-size: 24px;
  line-height: 36px;
  padding: 15px 30px;
  background-color: var(--purple-1);
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .assets .arrow {
    height: 19.043vw; /*195*/
  }
  .assets .arrow img {
    width: 7.617vw; /*78*/
    height: 9.766vw; /*100*/
  }
  .assets p {
    font-size: 2.344vw; /*24*/
    line-height: 3.516vw; /*36*/
  }
  .assets .case_t {
    margin-bottom: 2.93vw; /*30*/
  }
  .assets .case_t h6 {
    font-size: 2.93vw; /*30*/
    line-height: 2.93vw; /*30*/
    padding: 1.172vw 1.953vw; /*12 20*/
  }
  .assets div img, .assets .case_money {
    margin-bottom: 2.93vw; /*30*/
  }
  .assets .case_ps {
    font-size: 1.758vw; /*18*/
    line-height: 2.93vw; /*30*/
    padding: 1.465vw 1.953vw; /*15 20*/
  }
}
@media screen and (max-width: 575px) {
  .assets {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .assets .nev {
    grid-column: 1 / 3;
    padding: 0 4.167vw; /*15*/
  }
  .assets .arrow {
    width: 100%;
    height: 27.778vw; /*100*/
  }
  .assets .arrow img {
    width: 11.111vw; /*40*/
    height: 14.444vw; /*52*/
  }
  .assets p {
    font-size: 5vw; /*18*/
    line-height: 7.778vw; /*28*/
  }
  .assets div img, .assets .case_money {
    margin-bottom: 4.167vw; /*15*/
  }
  .assets .case_t {
    margin-bottom: 4.167vw; /*15*/
  }
  .assets .case_t h6 {
    font-size: 6.667vw; /*24*/
    line-height: 6.667vw; /*24*/
    padding: 2.222vw 4.167vw; /*8 15*/
  }
  .assets .case_ps {
    font-size: 4.444vw; /*16*/
    line-height: 6.667vw; /*24*/
    padding: 4.167vw 5.556vw; /*15 20*/
  }
}
/* 投資不敗心法
*****************************************/
.invest {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  color: var(--white);
  margin-bottom: 50px;
}
.invest div img {
  margin-bottom: 30px;
}
.invest p {
  font-size: 24px;
  line-height: 36px;
}
.remark {
  font-size: 24px;
  line-height: 36px;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .invest {
    grid-gap: 2.93vw; /*30*/
    margin-bottom: 2.93vw; /*30*/
  }
  .invest div img {
    margin-bottom: 1.465vw; /*15*/
  }
  .invest p {
    font-size: 1.953vw; /*20*/
    line-height: 2.93vw; /*30*/
  }
  .remark {
    font-size: 1.758vw; /*18*/
    line-height: 2.93vw; /*30*/
  }
}
@media screen and (max-width: 575px) {
  .invest {
    grid-template-columns: 1fr;
    grid-gap: 8.333vw; /*30*/
    margin-bottom: 8.333vw; /*30*/
    padding: 0 15px;
  }
  .invest div img {
    margin-bottom: 4.167vw; /*15*/
  }
  .invest p {
    font-size: 5vw; /*18*/
    line-height: 7.778vw; /*28*/
  }
  .remark {
    font-size: 4.444vw; /*16*/
    line-height: 7.778vw; /*28*/
  }
}
/* 穩穩主動負責
*****************************************/
.winok {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin-bottom: 50px;
}
.winok .seal {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.winok .seal img {
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 1199px) {
  .winok {
    margin-bottom: 2.93vw; /*30*/
  }
  .winok .seal img {
    width: 19.043vw; /*195*/
    height: 19.043vw;
  }
}
@media screen and (max-width: 575px) {
  .winok {
    grid-template-columns: 1fr;
    margin-bottom: 8.333vw; /*30*/
  }
  .winok .seal img {
    width: 36.111vw; /*130*/
    height: 36.111vw;
  }
}
/* 投資人心得分享
*****************************************/
.share {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  color: var(--white);
  margin-bottom: 50px;
}
.share .con {
  padding: 30px;
  background-color: #0a6c9c;
  border-radius: 10px;
}
.share .con .topic {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--white);
  display: grid;
  grid-template-columns: 80px auto;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.share .con .topic .headshot {
  display: grid;
  place-content: center start;
}
.share .con .topic .headshot img {
  width: 100%;
  border-radius: 100%;
}
.share .con .topic h6 {
  font-size: 20px;
  line-height: 30px;
  display: grid;
  place-content: center start;
}
.share .con p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.share_bt {
  display: grid;
  grid-template-columns: 750px 350px;
  grid-gap: 50px;
  direction: rtl;
}
.share_bt .bgp {
  height: 350px;
  background-image: url(../images/share_bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.share_bt .slg {
  font-size: 48px;
  line-height: 72px;
  display: grid;
  place-content: center start;
  direction: ltr;
  color: var(--white);
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .share {
    margin-bottom: 2.93vw; /*30*/
  }
  .share .con {
    padding: 30px;
  }
  .share .con .topic {
    grid-template-columns: 1fr;
  }
  .share .con .topic .headshot {
    display: grid;
    place-content: center;
  }
  .share .con .topic .headshot img {
    width: 100px;
  }
  .share .con .topic h6 {
    font-size: 22px;
    line-height: 34px;
    place-content: center;
    text-align: center;
  }
  .share_bt {
    grid-template-columns: auto 34.18vw; /*350*/
    grid-gap: 4.883vw; /*50*/
  }
  .share_bt .bgp {
    height: 34.18vw; /*350*/
  }
  .share_bt .slg {
    font-size: 4.688vw; /*48*/
    line-height: 6.445vw; /*66*/
  }
}
@media screen and (max-width: 991px) {
  .share {
    grid-template-columns: 1fr;
  }
  .share .con .topic {
    grid-template-columns: 80px auto;
  }
  .share .con .topic .headshot {
    place-content: center start;
  }
  .share .con .topic h6 {
    place-content: center start;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .share {
    grid-gap: 30px;
    margin-bottom: 8.333vw; /*30*/
    padding: 0 15px;
  }
  .share .con {
    padding: 5.556vw; /*20*/
  }
  .share .con .topic {
    grid-template-columns: 22.222vw auto;
  }
  .share .con .topic h6 {
    font-size: 5.556vw; /*20*/
    line-height: 8.333vw; /*30*/
  }
  .share .con p {
    font-size: 4.444vw; /*16*/
    line-height: 7.778vw; /*28*/
  }
  .share_bt {
    grid-template-columns: 1fr;
    grid-gap: 15px; /*15*/
  }
  .share_bt .bgp {
    height: 69.444vw; /*250*/
    background-size: 80% auto;
  }
  .share_bt .slg {
    font-size: 8.333vw; /*30*/
    line-height: 13.333vw; /*48*/
    text-align: center;
    padding: 0 8.333vw; /*30*/
  }
}
/* 瞭解更多
*****************************************/
.contact {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  color: var(--white);
  margin-bottom: 50px;
}
.contact .qrcode {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact .qrcode .line {
  width: 150px;
  padding-bottom: 30px;
}
.contact .qrcode .app {
  display: grid;
  grid-template-columns: 150px 150px;
  grid-gap: 50px;
}
.contact .qrcode .app div {
  padding-bottom: 30px;
}
.contact .qrcode .txt {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.contact .qrcode .txt span {
  font-weight: 600;
  color: var(--cis-green);
}
.contact .qrcode button, .contact .qrcode .appbt {
  display: none;
}
.form-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.form-content .block {
  display: flex;
  align-items: center;
}
.form-content .recer {
  font-size: 16px;
  line-height: 16px;
  background-color: var(--cis-green);
  color: var(--cis-blue);
  border: none;
  border-radius: 3px;
  padding: 10px;
}
.form-content .nb {
  width: 200px;
  height: 50px;
  background-color: var(--white);
}
.form-content .ps {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}
.form-content .ps a {
  color: var(--cis-green);
}
.form-content .verify {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.form-content .verify-btn {
  font-family: "Be Vietnam Pro", "Microsoft JhengHei", "Heiti TC", sans-serif;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  padding: 18px 0;
  background-color: #93da49;
  color: #181f3c;
  border: none;
  border-radius: 3px;
}
.form-content .nev {
  grid-column: 1 / 3;
}
@media screen and (max-width: 1199px) {
  .contact {
    grid-template-columns: 1fr;
    margin-bottom: 4.883vw; /*50*/
  }
  .contact .qrcode .line, .contact .qrcode .app {
    display: none;
  }
  .contact .txt {
    font-size: 2.344vw; /*24*/
    line-height: 2.344vw; /*24*/
  }
  .contact .qrcode button {
    font-size: 2.344vw; /*24*/
    line-height: 2.344vw;
    color: var(--white);
    padding: 1.953vw 2.93vw; /*20 30*/
    background-color: #2cbf13;
    border: none;
    margin-top: 2.93vw; /*30*/
    border-radius: 5px;
    display: block;
  }
  .contact .qrcode .appbt {
    display: grid;
    grid-template-columns: 20.508vw 20.508vw; /*210*/
    grid-gap: 30px;
    margin-top: 2.93vw; /*30*/
  }
  .contact .qrcode .appbt div img {
    border-radius: 5px;
  }
  .form-content {
    grid-gap: 2.93vw; /*30*/
  }
  .form-content .verify {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-content .nev {
    grid-column: 1 / 1;
  }
  .form-content .ps {
    font-size: 1.563vw; /*16*/
    line-height: 2.344vw; /*24*/
  }
}
@media screen and (max-width: 575px) {
  .contact {
    grid-gap: 8.333vw; /*30*/
    padding: 0 15px;
    margin-bottom: 8.333vw; /*30*/
  }
  .contact .qrcode .txt {
    font-size: 5.556vw; /*20*/
    line-height: 8.333vw; /*30*/
  }
  .contact .qrcode button {
    font-size: 5.556vw; /*20*/
    line-height: 5.556vw;
    padding: 4.167vw 5.556vw; /*15 20*/
    margin-top: 4.167vw; /*15*/
  }
  .contact .qrcode .appbt {
    display: grid;
    grid-template-columns: 45.833vw; /*165*/
    grid-gap: 4.167vw; /*15*/
    margin-top: 4.167vw; /*15*/
  }
  .form-content {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .form-content .ps {
    font-size: 16px;
    line-height: 24px;
  }
}
/* footer
*****************************************/
footer {
  width: 100%;
  padding: 1.563vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 160, 220, .0);
  font-size: 18px;
  line-height: 18px;
  color: var(--white);
}
@media screen and (max-width: 1199px) {
  footer {
    font-size: 1.758vw;
    line-height: 1.758vw;
    padding: 4.883vw;
  }
}
@media screen and (max-width: 575px) {
  footer {
    font-size: 3.889vw;
    line-height: 6.667vw;
    justify-content: center;
    flex-direction: column;
    padding: 4.167vw;
  }
}