* {
  font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  /* overflow-x: hidden; */
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
}

.rgbr_header {
  background-image: url(../img/bg.png);
  padding: 270px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.rgbr_text_img {
  max-width: 500px;
}

.rgbr_text {
  position: relative;
  z-index: 1;
}

.rgbr_text h2 {
  font-weight: bold;
  font-size: 69px;
  color: #161616;

}

.rgbr_text p {
  font-size: 35px;
  color: #161616;


}

.rgbr_bg_t {
  position: absolute;
  top: 0;
  right: 0;
}

.rgbr_bg_b {
  position: absolute;
  bottom: 0;
  right: 0;
}

.rgbr_bg_kv {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 800px;
}

.rgbr_bg_kv img {
  width: 100%;
}

.rgbr_bg_1 {
  padding: 60px 0;
  background-image: url(../img/bg_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  text-align: center;
}

.rgbr_title {
  text-align: center;
  font-size: 35px;
  color: #161616;
  font-weight: bold;
}

.rgbr_convert {
  padding: 40px 0;
}

.rgbr_sub {
  font-size: 19px;
  text-align: center;
  color: #161616;
}

.rgbr_convert_img {
  max-width: 1115px;
  margin: 65px auto;
}

.rgbr_convert_img img {
  width: 100%;
}

.rgbr_convert_step_img {
  max-width: 920px;
  margin: 0px auto 65px;
}

.rgbr_convert_step_img img {
  width: 100%;
}

.rgbr_establish_bg {
  background-image: url(../img/rgbr_establish_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0 0 100px;
}

.rgbr_establish {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0;
}

.rgbr_establish_cn {
  font-size: 21px;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.rgbr_establish_en {
  font-size: 21px;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.rgbr_establish_text {
  font-size: 17px;
  padding: 5px 0;
  text-align: justify;
  margin: 0;
}

.rgbr_establish_icon {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  background: rgb(255, 8, 68);
  background: linear-gradient(180deg, rgba(255, 8, 68, 1) 0%, rgba(255, 177, 153, 1) 100%);
  border-radius: 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.establish_icon_1 {
  position: absolute;
  width: 125px;
  height: 125px;
  top: 0;
  left: 0;
  background-image: url(../img/e_icon_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.establish_icon_2 {
  position: absolute;
  width: 125px;
  height: 125px;
  top: 0;
  left: 0;
  background-image: url(../img/e_icon_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.establish_icon_3 {
  position: absolute;
  width: 125px;
  height: 125px;
  top: 0;
  left: 0;
  background-image: url(../img/e_icon_3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.establish_icon_4 {
  position: absolute;
  width: 125px;
  height: 125px;
  top: 0;
  left: 0;
  background-image: url(../img/e_icon_4.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.rgbr_establish_arrow {
  width: 56px;
  height: 14px;
  background-image: url(../img/arrow_h.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, -50%);

}

.rgbr_establish_item:hover>.rgbr_establish_arrow {

  background-image: url(../img/arrow.svg);
}

.rgbr_establish_list {
  padding: 100px 0 45px;
}

.rgbr_establish_item:hover>.rgbr_establish_icon>.establish_icon_1 {
  background-image: url(../img/e_icon_1h.svg);
}

.rgbr_establish_item:hover>.rgbr_establish_icon>.establish_icon_2 {
  background-image: url(../img/e_icon_2h.svg);
}

.rgbr_establish_item:hover>.rgbr_establish_icon>.establish_icon_3 {
  background-image: url(../img/e_icon_3h.svg);
}

.rgbr_establish_item:hover>.rgbr_establish_icon>.establish_icon_4 {
  background-image: url(../img/e_icon_4h.svg);
}

.rgbr_establish_item:hover>.rgbr_establish_icon {
  background: #fff;

}

.rgbr_establish_item {
  height: 350px;
  box-shadow: 3px 0px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 95px 40px 25px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  position: relative;
  border-radius: 5px;

}

.rgbr_establish_item:hover {
  /* background: rgb(255,8,68);
    background: linear-gradient(180deg, rgba(255,8,68,1) 0%, rgba(255,177,153,1) 100%); */
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 1),
      /* 粉綠 */
      rgba(255, 8, 68, 1),
      /* 粉黃 */
      rgba(255, 177, 153, 1)
      /* 粉紅 */
    );
  background-size: 300% 300%;
  color: #fff;
  animation: gradientAnimation 5s ease infinite;
}

@keyframes gradientAnimation {
  0% {

    background-position: 0% 50%;
  }

  50% {


    background-position: 100% 50%;
  }

  100% {


    background-position: 0% 50%;
  }
}

.rgbr_360 {
  background-color: #FEF9F5;
  padding: 45px 40% 25px 30px;
  border-radius: 10px;
  position: relative;
}

.rgbr_360 h3 {
  line-height: 1.5;
  font-size: 35px;
  color: #161616;
  font-weight: bold;
}

.rgbr_360 p {
  line-height: 1.5;
  font-size: 21px;
  color: #161616;
}

.rgbr_robot_mobile {
  max-width: 294px;
  position: absolute;
  top: 35px;
  right: 40px;

}

.rgbr_robot_mobile img {
  width: 100%;

}

.rgbr_public_top {
  background-image: url(../img/rgbr_public_top.png);
  background-position: top right;
  background-repeat: no-repeat;

}

.rgbr_public_row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px;
}

.rgbr_public_top_text {
  font-size: 25px;

}

.rgbr_public_top_text span {
  color: #821E26;
  font-weight: bold;
  padding: 0 5px 0 0;
}

.rgbr_public_tag {
  padding: 15px 0;
  margin: 0;

}

.rgbr_public_tag li {
  display: inline-block;

}

.rgbr_public_tag li a {
  display: block;

  background: rgb(255, 8, 68);
  background: linear-gradient(180deg, rgba(255, 8, 68, 1) 0%, rgba(255, 177, 153, 1) 100%);
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  font-weight: bold;

}

.rgbr_article {
  padding: 30px 0;
}

.rgbr_article_item {
  width: 100%;
  height: 480px;
  padding: 15px;
  background-image: url(../img/rgbr_article.png);
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  background-size: cover;
  box-shadow: 3px 0px 25px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.rgbr_article_gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.rgbr_article_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 1;
}

.rgbr_article_tag {
  font-size: 15px;
  color: #fff;

}

.rgbr_article_title {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
   overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}

.rgbr_article_more {
  width: 100%;
  margin: 10px 0 0;
  font-size: 19px;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  background: rgba(61, 61, 61, 1);
  position: relative;
}

.rgbr_article_more img {
  top: 50%;
  right: 3%;
  transform: translate(-50%, -50%);
  position: absolute;
}


.rgbr_article_item:hover>.rgbr_article_text>.rgbr_article_more {
  /* background: rgb(255,8,68);
    background: linear-gradient(180deg, rgba(255,8,68,1) 0%, rgba(255,177,153,1) 100%); */
  background: linear-gradient(120deg,
      rgba(255, 177, 153, 1),
      /* 粉綠 */
      rgba(255, 8, 68, 1),
      /* 粉黃 */
      rgba(255, 177, 153, 1)
      /* 粉紅 */
    );
  background-size: 300% 300%;
  animation: gradientAnimation 5s ease infinite;
}

.rgbr_public_bottom {
  background-image: url(../img/rgbr_public_bottom.png);
  background-position: top right;
  background-repeat: no-repeat;

}

.rgbr_public_bottom .rgbr_public_top_text {
  padding: 60px 0 0;
}

.rgbr_public_bottom_img {
  padding: 120px 0 60px;
}

.rgbr_core_bg {
  background-color: #FEF9F5;
  padding: 25px 0;
}

.rgbr_core_title {
  max-width: 440px;
  margin: 0 auto;
  padding: 40px 0 0;
}

.rgbr_core_title img {
  width: 100%;
}

.rgbr_core_sub {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 0;
}

.rgbr_core {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
}

.rgbr_core_img {
  padding: 15px;
}

.rgbr_core_img img {
  width: 100%;
}

.rgbr_core_ab {
  position: absolute;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rgbr_core_ab img {
  width: 100%;

}

.rgbr_btn {
  text-align: center;
}

.rgbr_btn_r {
  display: inline-block;
  color: #fff;
  background-color: #821E26;
  font-size: 29px;
  padding: 5px 30px;
  border-radius: 50px;
  cursor: pointer;

}
.rgbr_dk{
 display: block; 
}
.rgbr_mo{
  display: none;
}
@media (max-width: 1500px) {
  .rgbr_bg_kv {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 650px;
  }

  .rgbr_header {
    background-image: url(../img/bg.png);
    padding: 200px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
}

@media (max-width: 1280px) {
  .rgbr_bg_kv {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 500px;
  }

  .rgbr_header {
    background-image: url(../img/bg.png);
    padding: 160px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .rgbr_establish {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 15px;
  }
}

@media (max-width: 960px) {
  .rgbr_public_tag li {
    display: inline-block;
    margin: 0 0 5px;
}
  .rgbr_header {
    background-image: url(../img/bg.png);
    padding: 100px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .rgbr_text h2 {
    font-weight: bold;
    font-size: 60px;
    color: #161616;
  }

  .rgbr_convert {
    padding: 40px 15px;
  }

  .rgbr_title {
    text-align: center;
    font-size: 25px;
    color: #161616;
    font-weight: bold;
  }

  .rgbr_sub {
    font-size: 16px;
    text-align: center;
    color: #161616;
  }

  .rgbr_establish {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 15px;
  }

  .rgbr_establish_item {
    height: 320px;
    box-shadow: 3px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 95px 40px 25px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    position: relative;
    border-radius: 5px;
    margin: 0 0 80px;
  }

  .rgbr_establish_list {
    padding: 100px 0 0px;
  }

  .rgbr_360 {
    background-color: #FEF9F5;
    padding: 15px;
    border-radius: 10px;
    position: relative;
  }

  .rgbr_robot_mobile {
    max-width: 294px;
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 auto;
  }

  .rgbr_establish_bg {
    background-image: url(../img/rgbr_establish_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
  }

  .rgbr_public_top_text {
    font-size: 21px;
    padding: 15px 0 0;
  }

  .rgbr_bg_1 {
    padding: 30px 15px;
    background-image: url(../img/bg_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    text-align: center;
  }

  .rgbr_bg_kv {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 500px;
    display: none;
  }

  .rgbr_public_bottom .rgbr_public_top_text {
    padding: 0px 0 0;
  }

  .rgbr_public_bottom_img {
    padding: 30px 0 30px;
    width: 100%;
  }

  .rgbr_public_bottom_img img {
    width: 100%;
  }

  .rgbr_core_bg {
    background-color: #FEF9F5;
    padding: 25px 15px;
  }
  .rgbr_article_item {
    width: 100%;
    height: 480px;
    padding: 15px;
    background-image: url(../img/rgbr_article.png);
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    background-size: cover;
    box-shadow: 3px 0px 25px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin: 0 0 15px;
}
.rgbr_public_row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}
.rgbr_dk{
  display: none;
}
.rgbr_mo{
  display: block;
}
.rgbr_convert_step_img {
  max-width: 920px;
  margin: 0px auto 35px;
}
.rgbr_core_ab {
  position: absolute;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
}