.icon-tibx {
  text-align: center;
  margin-bottom: 70px;
}
.icon-tibx .f40 {
  margin-top: 25px;
  font-weight: 600;
  letter-spacing: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0370A;
  color: #000;
  display: inline-block;
}
.icon-tibx .f18 {
  color: #000;
  display: inline-block;
  position: relative;
  letter-spacing: 5px;
}
.icon-tibx .f18 .circle {
  position: absolute;
  right: 12px;
  bottom: -7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E0370A;
}
.icon-tibx .f18 .circle::before, .icon-tibx .f18 .circle::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E0370A;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon-tibx .f18 .circle::before {
  left: -23px;
}
.icon-tibx .f18 .circle::after {
  left: -46px;
}
@media (max-width: 767px) {
  .icon-tibx {
    margin-bottom: 40px;
  }
  .icon-tibx .img-bx {
    width: 63px;
    margin: 0 auto;
  }
  .icon-tibx .f40 {
    padding-bottom: 12px;
    margin-bottom: 14px;
    margin-top: 15px;
  }
  .icon-tibx .f18 {
    letter-spacing: 3px;
  }
  .icon-tibx .f18 .circle {
    width: 2px;
    height: 2px;
    right: 8px;
    bottom: -4px;
  }
  .icon-tibx .f18 .circle::before, .icon-tibx .f18 .circle::after {
    width: 2px;
    height: 2px;
  }
  .icon-tibx .f18 .circle::before {
    left: -17px;
  }
  .icon-tibx .f18 .circle::after {
    left: -34px;
  }
}

.ind-banner {
  position: relative;
  margin-bottom: 115px;
}
.ind-banner img {
  width: 100%;
}
.ind-banner .link-bx {
  bottom: 95px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 50px;
}
.ind-banner .link-bx a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 380px;
  height: 95px;
  border: 1px solid #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 0 24px;
  transition: 0.4s ease;
}
.ind-banner .link-bx a .l {
  padding-right: 15px;
}
.ind-banner .link-bx a .l .ti {
  letter-spacing: 2px;
}
.ind-banner .link-bx a .l .des {
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.75px;
}
.ind-banner .link-bx a .r .type {
  padding-right: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.ind-banner .link-bx a .r .type::before {
  position: absolute;
  content: "";
  right: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  .ind-banner .link-bx a:not(:last-child) {
    margin-right: 20px;
  }
  .ind-banner .link-bx a:hover {
    border: 1px solid #E0370A;
  }
  .ind-banner .link-bx a:hover .r .type {
    color: #E0370A;
    border-bottom: 1px solid #E0370A;
  }
  .ind-banner .link-bx a:hover .r .type::before {
    border-top: 2px solid #E0370A;
    border-right: 2px solid #E0370A;
  }
}
@media (max-width: 1199px) {
  .ind-banner .link-bx {
    bottom: 50px;
  }
  .ind-banner .link-bx a {
    max-width: 330px;
    padding: 0 12px;
  }
  .ind-banner .link-bx a .l .f18 {
    font-size: 0.9375rem;
  }
  .ind-banner .link-bx a .l .f16 {
    font-size: 0.8125rem;
  }
  .ind-banner .link-bx a .r .f14 {
    font-size: 0.8125rem;
  }
}
@media (max-width: 991px) {
  .ind-banner {
    padding-bottom: 440px;
    margin-bottom: 70px;
    background-color: #000;
  }
  .ind-banner .link-bx {
    bottom: 65px;
    left: 0;
    width: 100%;
    padding: 0 24px;
    display: block;
    width: 100%;
  }
  .ind-banner .link-bx a {
    width: 100%;
    height: 84px;
    padding: 0 12px;
    max-width: 400px;
    margin: 0 auto;
  }
  .ind-banner .link-bx a:not(:last-child) {
    margin-bottom: 32px;
  }
  .ind-banner .link-bx a .l .f18 {
    font-size: 1.125rem;
  }
  .ind-banner .link-bx a .l .f16 {
    font-size: 0.875rem;
  }
  .ind-banner .link-bx a .r .type {
    padding-bottom: 6px;
    padding-right: 12px;
  }
  .ind-banner .link-bx a .r .type::before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.ind-banner .scroll-line {
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  width: 70px;
  z-index: 10;
  text-align: center;
  padding-top: 85px;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.ind-banner .scroll-line .f16 {
  color: #E0370A;
  font-size: 1rem;
  letter-spacing: 2.4px;
  font-weight: 400;
}
.ind-banner .scroll-line .line {
  width: 1px;
  height: 80px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(224, 55, 10, 0.4);
}
.ind-banner .scroll-line .line::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 24px;
  background-color: #E0370A;
  -webkit-animation: scrollani ease 2s infinite;
          animation: scrollani ease 2s infinite;
}
@-webkit-keyframes scrollani {
  0% {
    top: -25px;
  }
  100% {
    top: 110px;
  }
}
@keyframes scrollani {
  0% {
    top: -25px;
  }
  100% {
    top: 110px;
  }
}
@-webkit-keyframes scrollanimo {
  0% {
    top: -13px;
  }
  100% {
    top: 60px;
  }
}
@keyframes scrollanimo {
  0% {
    top: -13px;
  }
  100% {
    top: 60px;
  }
}
@media (max-width: 991px) {
  .ind-banner .scroll-line {
    display: none;
    width: 50px;
    padding-top: 45px;
  }
  .ind-banner .scroll-line .line {
    height: 40px;
  }
  .ind-banner .scroll-line .line::before {
    height: 12px;
    -webkit-animation: scrollanimo ease 2s infinite;
            animation: scrollanimo ease 2s infinite;
  }
  .ind-banner .scroll-line.nonfixed {
    bottom: 100px;
  }
}

.rf-logo {
  display: none !important;
}

.celebrate-item {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .celebrate-item {
    padding-bottom: 35px;
  }
}

.case-item {
  margin-bottom: 170px;
  position: relative;
}
@media (max-width: 767px) {
  .case-item {
    margin-bottom: 85px;
  }
}
.case-item .bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .case-item .bg1 {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .case-item .bg1 {
    right: -55px;
    width: 113px;
  }
}
.case-item .bg2 {
  position: absolute;
  right: 50px;
  bottom: -30px;
}
@media (max-width: 767px) {
  .case-item .bg2 {
    width: 117px;
    right: -25px;
  }
}

.news-item {
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .news-item {
    margin-bottom: 100px;
  }
}
.news-item .bg1 {
  position: absolute;
  left: -20px;
  top: -20px;
}
@media (max-width: 1500px) {
  .news-item .bg1 {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .news-item .bg1 {
    width: 200px;
    left: -100px;
    top: -85px;
  }
}
.news-item .bg2 {
  position: absolute;
  right: 110px;
  top: 63%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1500px) {
  .news-item .bg2 {
    width: 160px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .news-item .bg2 {
    display: none;
  }
}

.yahoo-item {
  padding-top: 135px;
  padding-bottom: 125px;
  background-color: #FFF9F5;
  position: relative;
}
@media (max-width: 767px) {
  .yahoo-item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.yahoo-item .yahoo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.yahoo-item .yahoo-list li {
  width: calc((100% - 72px) / 4 );
  margin-bottom: 55px;
}
.yahoo-item .yahoo-list li .img-bx {
  position: relative;
}
.yahoo-item .yahoo-list li .img-bx::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(224, 55, 10, 0.6);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.yahoo-item .yahoo-list li .img-bx .arr {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 2;
}
.yahoo-item .yahoo-list li .img-bx .arr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.yahoo-item .yahoo-list li .img-bx .arr::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.yahoo-item .yahoo-list li .f20 {
  color: #000;
  margin-top: 15px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Noto Serif TC";
}
@media (min-width: 992px) {
  .yahoo-item .yahoo-list li:not(:nth-child(4n)) {
    margin-right: 24px;
  }
  .yahoo-item .yahoo-list li:hover .img-bx::before {
    opacity: 1;
  }
  .yahoo-item .yahoo-list li:hover .img-bx .arr {
    opacity: 1;
  }
  .yahoo-item .yahoo-list li:hover .f20 {
    color: #E0370A;
  }
}
@media (max-width: 991px) {
  .yahoo-item .yahoo-list {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .yahoo-item .yahoo-list li {
    width: calc((100% - 8px) / 2 );
    margin-bottom: 30px;
  }
}
.yahoo-item .flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .yahoo-item .flex-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .yahoo-item .flex-btn a:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .yahoo-item .flex-btn a {
    margin-bottom: 5px;
  }
}
@media (max-width: 380px) {
  .yahoo-item .flex-btn a {
    width: 45%;
  }
}
@media (max-width: 350px) {
  .yahoo-item .flex-btn a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.yahoo-item .flex-btn .yahoobtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yahoo-item .flex-btn .yahoobtn .img-bx {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .yahoo-item .flex-btn .yahoobtn .img-bx {
    width: 20px;
    margin-right: 8px;
  }
}
.yahoo-item .bg1 {
  position: absolute;
  top: -80px;
  left: 0px;
}
@media (max-width: 767px) {
  .yahoo-item .bg1 {
    width: 200px;
    left: -40px;
    top: -30px;
  }
}

.homosexual-item {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}
@media (max-width: 767px) {
  .homosexual-item {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.homosexual-item .bg1 {
  position: absolute;
  top: 80px;
  right: 0px;
}
@media (max-width: 1600px) {
  .homosexual-item .bg1 {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .homosexual-item .bg1 {
    width: 200px;
    right: -70px;
    top: 20px;
  }
}
.homosexual-item .bg2 {
  position: absolute;
  left: 100px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .homosexual-item .bg2 {
    width: 200px;
    left: -60px;
    bottom: 25px;
  }
}

.entanglement-item {
  padding-bottom: 195px;
}
@media (max-width: 767px) {
  .entanglement-item {
    padding-bottom: 90px;
  }
}
.entanglement-item .img-bx {
  position: relative;
}
@media (max-width: 767px) {
  .entanglement-item .img-bx {
    width: 135%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.entanglement-item .img-bx img {
  margin: 0 auto;
}
.entanglement-item .img-bx .b-btn {
  position: absolute;
  z-index: 2;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .entanglement-item .img-bx .b-btn {
    width: 180px;
    height: 60px;
    line-height: 3.3;
    bottom: 10%;
  }
}
@media (max-width: 767px) {
  .entanglement-item .img-bx .b-btn {
    width: 152px;
    height: 40px;
    bottom: 23%;
    left: 48%;
    line-height: 3.2;
  }
}

.save-item {
  padding-top: 90px;
  padding-bottom: 185px;
  position: relative;
  background-color: #FFF9F5;
}
.save-item .ti-bx {
  text-align: center;
}
.save-item .ti-bx .f20 {
  color: #000;
}
.save-item .ti-bx .f20 i {
  position: relative;
}
.save-item .ti-bx .f20 i::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E0370A;
}
.save-item .thr-bx {
  max-width: 1137px;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.save-item .thr-bx a {
  width: 32%;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .save-item .thr-bx a:hover .ti {
    opacity: 0;
  }
  .save-item .thr-bx a:hover .hov-bx {
    opacity: 1;
  }
}
.save-item .thr-bx .ti {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  letter-spacing: 0.75px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 100%;
}
@media (max-width: 991px) {
  .save-item .thr-bx .ti {
    font-size: 1rem;
  }
}
.save-item .thr-bx .hov-bx {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
.save-item .thr-bx .hov-bx::before {
  position: absolute;
  content: "";
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.save-item .thr-bx .hov-bx .b-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  border: 1px solid #E0370A;
  color: #fff;
}
.save-item .bg1 {
  position: absolute;
  top: -75px;
  right: 0;
}
@media (max-width: 767px) {
  .save-item .bg1 {
    width: 180px;
    right: 0px;
    top: -25px;
  }
}
@media (max-width: 767px) {
  .save-item {
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .save-item .ti-bx .f20 {
    line-height: 2.5;
  }
  .save-item .ti-bx .f20 i {
    padding-bottom: 5px;
  }
  .save-item .ti-bx .f20 i::before {
    bottom: 0;
    width: 2px;
    height: 2px;
  }
  .save-item .thr-bx {
    margin-top: 40px;
    display: block;
  }
  .save-item .thr-bx a {
    width: 80%;
    margin: 0 auto;
    max-width: 360px;
  }
  .save-item .thr-bx a:not(:last-child) {
    margin-bottom: 25px;
  }
}

.artical-item {
  padding-top: 200px;
  padding-bottom: 200px;
  background: url(../images/00_index_bg_pattern.png);
}
.artical-item ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .artical-item ul li:nth-child(odd) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .artical-item ul li:nth-child(odd) .img-bx {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .artical-item ul li:nth-child(odd) .des-bx {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 20px;
  }
  .artical-item ul li:nth-child(even) .des-bx {
    margin-left: 20px;
  }
}
.artical-item ul li:not(:last-child) {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .artical-item ul li:not(:last-child) {
    margin-bottom: 50px;
  }
}
.artical-item ul li .img-bx {
  width: 56.25%;
}
.artical-item ul li .img-bx .bgcover {
  height: 100%;
}
.artical-item ul li .des-bx {
  width: 32.2%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 100px 40px;
  padding-bottom: 185px;
  min-height: 640px;
}
.artical-item ul li .des-bx::before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 60px);
  top: 40px;
  left: 20px;
  border: 1px solid #9F713C;
  pointer-events: none;
}
.artical-item ul li .des-bx::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 24px;
  background: url(../images/love.jpg) no-repeat center/cover;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.artical-item ul li .des-bx .des {
  color: #000;
  text-align: center;
  line-height: 1.5;
}
.artical-item ul li .des-bx .b-btn {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .artical-item ul li .des-bx {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .artical-item {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .artical-item ul li {
    display: block;
  }
  .artical-item ul li .img-bx {
    width: 100%;
    margin-bottom: 20px;
  }
  .artical-item ul li .img-bx .bgcover {
    height: auto;
    padding-bottom: 59.25%;
  }
  .artical-item ul li .des-bx {
    width: 100%;
    margin: 0 auto;
    padding: 50px 25px;
    min-height: auto;
  }
  .artical-item ul li .des-bx::before {
    top: 25px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 35px);
  }
  .artical-item ul li .des-bx::after {
    width: 35px;
    height: 17px;
    top: 13px;
  }
  .artical-item ul li .des-bx .b-btn {
    bottom: auto;
    margin-top: 35px;
    position: relative;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.saleser-item {
  padding-top: 135px;
  padding-bottom: 125px;
  position: relative;
  background: url(../images/00_index_contact_pc.jpg) no-repeat center/cover;
}
.saleser-item .f18 i {
  position: relative;
}
.saleser-item .f18 i::before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E0370A;
}
@media (max-width: 767px) {
  .saleser-item .f18 i::before {
    width: 2px;
    height: 2px;
    bottom: -5px;
  }
}
.saleser-item .des-bx {
  text-align: center;
}
.saleser-item .des-bx .f20 {
  color: #000;
  margin-bottom: 55px;
  line-height: 2;
}
.saleser-item .b-btn {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .saleser-item {
    padding-bottom: 180px;
    padding-top: 40px;
    background: url(../images/00_index_contact_mb.jpg) no-repeat center/cover;
  }
  .saleser-item .des-bx .f20 {
    font-size: 0.875rem;
    margin-bottom: 35px;
  }
}

main {
  padding-bottom: 0;
}