@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 防止 iOS 自動放大文字 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/* Vendor */
body {
  background-color: #061318;
}

/* Component */
.in_title {
  color: #fff;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .in_title {
    font-size: 3.75rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .in_title {
    font-size: 3rem;
  }
}

.in_title.in-kv_title {
  color: #63F6FF;
}

.in_title.small {
  font-size: 1.875rem;
}

@media screen and (min-width: 75em) {
  .in_title.small {
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .in_title.small {
    font-size: 2.8125rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .in_title.small {
    font-size: 2.25rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .in_title.small {
    font-size: 2.25rem;
  }
}

.in_subtitle {
  color: #fff;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .in_subtitle {
    font-size: 1.75rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .in_subtitle {
    font-size: 1.375rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .in_subtitle {
    font-size: 1.375rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .in_subtitle {
    font-size: 1.25rem;
  }
}

.in_subtitle.blue {
  color: #63F6FF;
  font-weight: 600;
}

.in_text {
  position: relative;
  z-index: 12;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .in_text {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .in_text {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .in_text {
    font-size: 0.875rem;
  }
  .ri-news .in_text {
    font-size: 1rem !important;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .in_text {
    font-size: 0.875rem;
  }
}

.in_text.large {
  font-size: 1.25rem;
  font-weight: 600;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .in_text.large {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .in_text.large {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .in_text.large {
    font-size: 1.125rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .in_text.large {
    font-size: 1rem;
  }
}

.in_title.in-kv_title, .in_title.small {
  font-weight: 600;
}

.ringpic {
  position: absolute;
  width: 321px;
  height: 397px;
  transition: 0.8s;
}

.ringpic-ctr {
  position: relative;
  width: 100%;
  height: 100%;
}

.ringpic .ring-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: fadeCycle 30s linear infinite;
          animation: fadeCycle 30s linear infinite;
  z-index: 2;
  transition: 0.8s;
}

.ringpic .ring-img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.ringpic .ring-img:nth-child(2) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.ringpic .ring-img:nth-child(3) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}

.ringpic.pagetopring {
  left: -5rem;
  top: 0;
  z-index: 19;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagetopring {
    left: 0;
    top: -1.875rem;
    transform: scale(0.9);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagetopring {
    left: 0;
    top: -1.875rem;
    transform: scale(0.9);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagetopring {
    left: -5.625rem;
    top: -3.75rem;
    transform: scale(0.45);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ringpic.pagetopring {
    left: -2.8125rem;
    top: 2.1875rem;
    transform: scale(0.4);
  }
}

.ringpic.pagetopring .cont2item {
  opacity: 0;
  position: absolute;
  z-index: 3;
  transform: translateX(-1.25rem);
  transition: 0.4s;
}

.ringpic.pagetopring .cont2item.cir {
  width: 15.625rem;
  left: 11.25rem;
  top: 0;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagetopring .cont2item.cir {
    width: 12.5rem;
    top: 2.5rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagetopring .cont2item.cir {
    width: 12.5rem;
    top: 2.5rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagetopring .cont2item.cir {
    width: 13.75rem;
    top: 1.5625rem;
  }
}

.ringpic.pagetopring .cont2item.ip {
  width: 9.375rem;
  left: 23.75rem;
  top: 5rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagetopring .cont2item.ip {
    width: 7.5rem;
    left: 20rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagetopring .cont2item.ip {
    width: 7.5rem;
    left: 20rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagetopring .cont2item.ip {
    width: 8.75rem;
    left: 17.8125rem;
  }
}

.ringpic.pagetopring .cont3item {
  width: 10rem;
  position: absolute;
  z-index: 3;
  top: 18.75rem;
  left: calc(50% - 90px);
  opacity: 0;
  transform: translateY(-1.875rem);
  transition: 0.4s;
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagetopring .cont3item {
    width: 8.75rem;
    top: 16.25rem;
    left: calc(50% - 80px);
  }
}

.ringpic.pagetopring.in1 {
  left: -28.125rem;
  top: -23.75rem;
}

@media screen and (min-width: 1440px) and (max-width: 1500px) {
  .ringpic.pagetopring.in1 {
    left: -25rem;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagetopring.in1 {
    left: -14.375rem;
    top: -19.375rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagetopring.in1 {
    left: -14.375rem;
    top: -19.375rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagetopring.in1 {
    left: -9.375rem;
    top: -16.875rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ringpic.pagetopring.in1 {
    left: -10.625rem;
    top: -12.5rem;
  }
}

.ringpic.pagetopring.in1 .ring-img {
  transform: rotate(45deg);
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagetopring.in1 .ring-img {
    transform: scale(0.7) rotate(45deg);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagetopring.in1 .ring-img {
    transform: scale(0.7) rotate(45deg);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagetopring.in1 .ring-img {
    transform: scale(0.6) rotate(45deg);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ringpic.pagetopring.in1 .ring-img {
    transform: scale(0.6) rotate(45deg);
  }
}

.ringpic.pagetopring.in2 .cont2item {
  opacity: 1;
  transform: translateX(0);
}

.ringpic.pagetopring.in2 .cont2item.cir {
  transition: 0.4s 0.8s;
}

.ringpic.pagetopring.in2 .cont2item.ip {
  transition: 0.4s 1.2s;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagetopring.in2 .ring-img {
    transform: scale(0.85);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagetopring.in2 .ring-img {
    transform: scale(0.85);
  }
}

.ringpic.pagetopring.in3 {
  left: 28.125rem;
  top: 41.875rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagetopring.in3 {
    left: 25rem;
    top: 23.75rem;
    transform: scale(0.9);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagetopring.in3 {
    left: 18.75rem;
    top: 23.75rem;
    transform: scale(0.9);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagetopring.in3 {
    left: 9.375rem;
    top: 18.75rem;
    transform: scale(0.9);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ringpic.pagetopring.in3 {
    left: -0.625rem;
    top: 32.5rem;
    transform: scale(0.55);
  }
}

.ringpic.pagetopring.in3 .ring-img {
  transform: scale(0.55) rotate(-230deg);
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagetopring.in3 .ring-img {
    transform: scale(0.45) rotate(-230deg);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagetopring.in3 .ring-img {
    transform: scale(0.45) rotate(-230deg);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagetopring.in3 .ring-img {
    transform: scale(0.35) rotate(-230deg);
  }
}

.ringpic.pagetopring.in3 .cont3item {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s 1s;
}

.ringpic.pagebottomring {
  left: 5rem;
  bottom: 4.375rem;
  z-index: 19;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagebottomring {
    left: 5rem;
    bottom: 0;
    transform: scale(0.85);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagebottomring {
    left: 1.25rem;
    bottom: 0;
    transform: scale(0.75);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagebottomring {
    left: -4.0625rem;
    bottom: 5rem;
    transform: scale(0.55);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ringpic.pagebottomring {
    left: 0;
    bottom: 12.8125rem;
    transform: scale(0.45);
  }
}

.ringpic.pagebottomring .cont6item {
  width: 18.75rem;
  position: absolute;
  top: -7.5rem;
  left: calc(50% - 150px);
  z-index: 3;
  transform: translateY(1.25rem);
  opacity: 0;
  transition: 0.4s;
}

.ringpic.pagebottomring .cont6item-box {
  width: 100%;
}

.ringpic.pagebottomring .cont7item {
  width: 31.25rem;
  position: absolute;
  top: 0;
  left: calc(50% - 250px);
  -webkit-animation: rotatering 10s ease-in-out infinite;
          animation: rotatering 10s ease-in-out infinite;
  opacity: 0;
  transition: 0.4s;
}

.ringpic.pagebottomring .cont7item.cir {
  z-index: 3;
}

.ringpic.pagebottomring .cont7item.cirbtm {
  z-index: 1;
}

.ringpic.pagebottomring.in6 {
  left: 56.25rem;
  bottom: 37.5rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagebottomring.in6 {
    left: 42.5rem;
    bottom: 26.25rem;
    transform: scale(0.8);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagebottomring.in6 {
    left: 32.5rem;
    bottom: 26.25rem;
    transform: scale(0.8);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagebottomring.in6 {
    left: 20rem;
    bottom: 31.25rem;
    transform: scale(0.45);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ringpic.pagebottomring.in6 {
    left: 4.375rem;
    bottom: 43.75rem;
    transform: scale(0.35);
  }
}

.ringpic.pagebottomring.in6 .ring-img {
  transform: scale(1) rotate(90deg);
}

.ringpic.pagebottomring.in6 .cont6item {
  transform: translateY(0);
  opacity: 1;
  transition: 0.4s 0.6s;
}

.ringpic.pagebottomring.in7 .ring-img {
  transform: scale(1) rotate(10deg);
}

.ringpic.pagebottomring.in7 .cont7item {
  opacity: 1;
  transition: 0.4s 0.6s;
}

.ringpic.pagebottomring.in8 {
  left: 34.375rem;
  bottom: -21.875rem;
}

@media screen and (min-width: 1440px) and (max-width: 1500px) {
  .ringpic.pagebottomring.in8 {
    left: 31.25rem;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagebottomring.in8 {
    left: 25rem;
    bottom: -18.75rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagebottomring.in8 {
    left: 18.75rem;
    bottom: -20rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagebottomring.in8 {
    left: 8.75rem;
    bottom: -18.125rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ringpic.pagebottomring.in8 {
    left: -0.625rem;
    bottom: -17.5rem;
  }
}

.ringpic.pagebottomring.in8 .ring-img {
  transform: scale(0.5) rotate(360deg);
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ringpic.pagebottomring.in8 .ring-img {
    transform: scale(0.45) rotate(360deg);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ringpic.pagebottomring.in8 .ring-img {
    transform: scale(0.4) rotate(360deg);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ringpic.pagebottomring.in8 .ring-img {
    transform: scale(0.35) rotate(360deg);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ringpic.pagebottomring.in8 .ring-img {
    transform: scale(0.35) rotate(360deg);
  }
}

@-webkit-keyframes fadeCycle {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  31% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeCycle {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  31% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes movering {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes movering {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotatering {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-50deg);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes rotatering {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-50deg);
  }
  100% {
    transform: translateY(0px);
  }
}

.light {
  width: 31.25rem;
  height: 31.25rem;
  border-radius: 15.625rem;
  filter: blur(15.625rem);
  -webkit-filter: blur(15.625rem);
  position: absolute;
}

@media print, screen and (max-width: 63.99875em) {
  .light {
    filter: blur(5rem);
    -webkit-filter: blur(5rem);
    opacity: 0.2;
  }
}

.light.blue {
  background-color: #0AA7FF;
}

.bgblue {
  background-color: #63F6FF !important;
}

.txblue {
  color: #63F6FF !important;
}

/* Container */
.ri-kv {
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .ri-kv .in_subtitle {
    font-size: 1rem;
  }
}

.ri-kv .ringpic.top {
  top: -2.5rem;
  left: 12.5rem;
  -webkit-animation: movering 6s 1s linear infinite;
          animation: movering 6s 1s linear infinite;
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-kv .ringpic.top {
    top: -6.25rem;
    left: 9.375rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-kv .ringpic.top {
    top: -10.625rem;
    left: 2.5rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-kv .ringpic.top {
    top: -10.625rem;
    left: 2.5rem;
  }
}

.ri-kv .ringpic.top .ringpic-ctr {
  transform: rotate(130deg) scale(0.6);
  filter: blur(1.5625rem);
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-kv .ringpic.top .ringpic-ctr {
    transform: rotate(130deg) scale(0.4);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-kv .ringpic.top .ringpic-ctr {
    transform: rotate(130deg) scale(0.3);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-kv .ringpic.top .ringpic-ctr {
    transform: rotate(130deg) scale(0.3);
  }
}

.ri-kv .ringpic.btm {
  bottom: 6.25rem;
  right: -7.5rem;
  -webkit-animation: movering 6s 4s linear infinite;
          animation: movering 6s 4s linear infinite;
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-kv .ringpic.btm {
    bottom: -1.25rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-kv .ringpic.btm {
    bottom: -6.25rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-kv .ringpic.btm {
    bottom: -6.25rem;
  }
}

.ri-kv .ringpic.btm .ringpic-ctr {
  transform: rotate(30deg) scale(0.8);
  filter: blur(0.9375rem);
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-kv .ringpic.btm .ringpic-ctr {
    transform: rotate(30deg) scale(0.6);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-kv .ringpic.btm .ringpic-ctr {
    transform: rotate(30deg) scale(0.45);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-kv .ringpic.btm .ringpic-ctr {
    transform: rotate(30deg) scale(0.45);
  }
}

.ri-kv::before {
  content: '';
  width: 100%;
  height: 130%;
  background: linear-gradient(to bottom, #20647E 0%, #061318 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.ri-kv .ct_ctr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12.5rem 0;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-kv .ct_ctr {
    max-width: 62.5rem;
    padding: 7.5rem 0;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-kv .ct_ctr {
    max-width: 50rem;
    padding: 6.25rem 0 5rem 0;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-kv .ct_ctr {
    max-width: 37.5rem;
    padding: 3.75rem 0 3.125rem 0;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-kv .ct_ctr {
    max-width: 18.75rem;
    padding: 5rem 0 1.25rem 0;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-kv .kvleft {
    width: calc(100% - 420px);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-kv .kvleft {
    width: calc(100% - 420px);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-kv .kvleft {
    width: calc(100% - 300px);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-kv .kvleft {
    width: calc(100% - 0px);
  }
}

.ri-kv .kvleft img {
  width: 2.5rem;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 75em) {
  .ri-kv .kvleft img {
    width: 5.3125rem;
    margin-bottom: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-kv .kvleft img {
    width: 3.75rem;
    margin-bottom: 0.9375rem;
  }
}

.ri-kv .kvleft-subtitle_line {
  width: 4.375rem;
  height: 0.125rem;
  background-color: #fff;
  margin-left: 0.9375rem;
}

.ri-kv .kvleft-subtitle .in_subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.1875rem;
}

@media print, screen and (max-width: 63.99875em) {
  .ri-kv .kvleft-subtitle .in_subtitle {
    letter-spacing: 0;
  }
}

.ri-kv .kvleft-subtitle .in_subtitle .co-icon {
  font-size: 1.5rem;
  margin-right: 0.625rem;
}

@media print, screen and (max-width: 63.99875em) {
  .ri-kv .kvleft-subtitle .in_subtitle .co-icon {
    font-size: 1rem;
    margin-right: 0.1875rem;
  }
}

.ri-kv .kvleft-subtitle .in_subtitle .co-icon:not(:first-child) {
  margin-left: 0.625rem;
}

@media print, screen and (max-width: 63.99875em) {
  .ri-kv .kvleft-subtitle .in_subtitle .co-icon:not(:first-child) {
    margin-left: 0.1875rem;
  }
}

.ri-kv .kvleft .draibtn {
  margin-top: 3.125rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-kv .kvright {
    width: 26.25rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-kv .kvright {
    width: 26.25rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-kv .kvright {
    width: 18.75rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-kv .kvright {
    width: 100%;
    margin-top: 3.75rem;
  }
}

.ri-directions {
  position: relative;
  z-index: 9;
}

.ri-directions .ct_ctr {
  max-width: 75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 0;
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-directions .ct_ctr {
    max-width: 37.5rem;
    padding: 3.125rem 0;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-directions .ct_ctr {
    max-width: 18.75rem;
    flex-wrap: wrap;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-directions .ct_ctr .in_subtitle {
    margin-bottom: 12.5rem;
  }
}

.ri-directions .drtleft {
  width: 31.25rem;
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-directions .drtleft {
    width: 12.5rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-directions .drtleft {
    width: 100%;
  }
}

.ri-directions .drtright {
  width: calc(100% - 500px);
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-directions .drtright {
    width: calc(100% - 200px);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-directions .drtright {
    width: 100%;
  }
}

.ri-directions .drtright .in_text {
  color: #fff;
  margin-top: 1.25rem;
}

.ri-worth {
  position: relative;
  z-index: 8;
}

.ri-worth .ctrcircle {
  width: 53.75rem;
  height: 53.75rem;
  left: calc(50% - 430px);
  bottom: calc(45% - 430px);
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-worth .ctrcircle {
    width: 45rem;
    height: 45rem;
    left: calc(50% - 360px);
    bottom: calc(45% - 360px);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-worth .ctrcircle {
    width: 45rem;
    height: 45rem;
    left: calc(50% - 360px);
    bottom: calc(45% - 360px);
  }
}

.ri-worth .ct_ctr {
  position: relative;
  z-index: 9;
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-worth .ct_ctr {
    max-width: 37.5rem;
  }
}

.ri-worth .ct_ctr .in_subtitle {
  margin-bottom: 5rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-worth .ct_ctr .in_subtitle {
    margin-bottom: 2.5rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-worth .ct_ctr .in_subtitle {
    margin-bottom: 2.5rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-worth .ct_ctr .in_subtitle {
    margin-bottom: 2.5rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-worth .ct_ctr .in_subtitle {
    margin-bottom: 18.75rem;
  }
}

.ri-worth .ct_ctr .worthcont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-worth .ct_ctr .worthcont {
    margin-top: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-worth .ct_ctr .worthcont {
    margin-top: 1.25rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-worth .ct_ctr .worthcont {
    margin-top: 1.25rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-worth .ct_ctr .worthcont {
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.ri-worth .ct_ctr .worthcont-box {
  width: calc(100% / 3);
  border-radius: 1.875rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 3.75rem 2.5rem 4.375rem 2.5rem;
  position: relative;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-worth .ct_ctr .worthcont-box {
    border-radius: 1.25rem;
    padding: 2.5rem 1.875rem 3.125rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-worth .ct_ctr .worthcont-box {
    border-radius: 1.25rem;
    padding: 2.5rem 1.875rem 3.125rem 1.875rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-worth .ct_ctr .worthcont-box {
    border-radius: 1.25rem;
    padding: 1.875rem 1.25rem 2.5rem 1.25rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-worth .ct_ctr .worthcont-box {
    width: calc(100% / 1);
    border-radius: 0.9375rem;
    padding: 1.25rem 0.9375rem 1.125rem 0.9375rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.9375rem;
  }
}

.ri-worth .ct_ctr .worthcont-box-icon {
  width: 6.25rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-worth .ct_ctr .worthcont-box-icon {
    width: 4.6875rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-worth .ct_ctr .worthcont-box-icon {
    width: 4.6875rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-worth .ct_ctr .worthcont-box-icon {
    width: 3.75rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-worth .ct_ctr .worthcont-box-icon {
    width: 2.5rem;
    margin-bottom: 0;
    margin-right: 0.9375rem;
  }
}

.ri-worth .ct_ctr .worthcont-box-text {
  color: #fff;
  margin: 0;
}

@media print, screen and (max-width: 40.06125em) {
  .ri-worth .ct_ctr .worthcont-box-text {
    width: calc(100% - 55px);
  }
}

.ri-feature {
  position: relative;
  z-index: 9;
}

.ri-feature .light {
  right: -15.625rem;
  bottom: 6.25rem;
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-feature .light {
    transform: scale(0.5);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-feature .light {
    transform: scale(0.5);
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-feature .feabox {
    width: 100%;
    max-width: 25rem;
    position: relative;
    margin: 0 auto;
  }
}

.ri-feature .fealeft {
  width: 48vw;
  height: 28.125rem;
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 6.875rem;
  z-index: 9;
  background-image: url("../images/ring/feapic2.jpg");
  background-size: cover;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-feature .fealeft {
    height: 23.75rem;
    top: 6.5625rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-feature .fealeft {
    width: 38vw;
    height: 17.5rem;
    top: 4.375rem;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-feature .fealeft {
    width: 100%;
    max-width: 25rem;
    height: 15rem;
    top: 1.25rem;
    border-radius: 1.25rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-feature .fealeft {
    width: 100%;
    height: 12.5rem;
  }
}

.ri-feature .fealeft img {
  width: auto;
  height: 100%;
}

.ri-feature .fealefttop {
  width: 48vw;
  height: 31.25rem;
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
  position: absolute;
  left: 0;
  top: 6.875rem;
  z-index: 10;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-feature .fealefttop {
    height: 23.75rem;
    top: 6.5625rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-feature .fealefttop {
    width: 38vw;
    height: 17.5rem;
    top: 4.375rem;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-feature .fealefttop {
    width: 100%;
    max-width: 25rem;
    height: auto;
    position: relative;
    top: inherit;
    border-radius: 1.25rem;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-feature .fealefttop {
    max-width: 18.75rem;
  }
}

.ri-feature .fealefttop-title {
  width: calc(100% - 60px);
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  transform: translate(30px, -20px);
}

@media screen and (min-width: 1440px) and (max-width: 1500px) {
  .ri-feature .fealefttop-title {
    font-size: 1.75rem;
    transform: translate(30px, -30px);
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-feature .fealefttop-title {
    font-size: 1.75rem;
    transform: translate(30px, -30px);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-feature .fealefttop-title {
    font-size: 1.5rem;
    transform: translate(30px, -30px);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-feature .fealefttop-title {
    font-size: 1.25rem;
    transform: translate(30px, -10px);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-feature .fealefttop-title {
    width: calc(100% - 0px);
    font-size: 1.125rem;
    transform: translate(0px, -10px);
  }
}

.ri-feature .fealefttop-pic {
  position: relative;
}

@media print, screen and (max-width: 40.06125em) {
  .ri-feature .fealefttop-pic {
    transform: scale(1.1);
  }
}

.ri-feature .fealefttop-pic-gif {
  position: absolute;
  left: 0;
  top: 0;
}

.ri-feature .fealefttop-pic img {
  width: 100%;
}

.ri-feature .ct_ctr {
  position: relative;
  z-index: 8;
  padding: 5rem 0 0 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-feature .ct_ctr {
    padding: 5rem 0 0 0;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-feature .ct_ctr {
    padding: 0 0 0 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-feature .ct_ctr {
    max-width: 37.5rem;
    padding: 0 0 0 0;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-feature .ct_ctr {
    max-width: 18.75rem;
    padding: 0 0 6.25rem 0;
  }
}

.ri-feature .in_subtitle {
  width: 100%;
  margin-top: 9.375rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-feature .in_subtitle {
    margin-top: 9.375rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-feature .in_subtitle {
    margin-top: 9.375rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-feature .in_subtitle {
    margin-top: 6.25rem;
    margin-bottom: 1.25rem;
  }
}

.ri-feature .feacont {
  width: calc(50% - 120px);
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-feature .feacont {
    margin-top: 2.5rem;
    width: calc(65% - 120px);
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-feature .feacont {
    margin-top: 2.5rem;
    width: calc(100% - 70px);
  }
}

.ri-feature .feacont-box {
  margin-bottom: 1.875rem;
  position: relative;
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-feature .feacont-box {
    margin-bottom: 0.9375rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-feature .feacont-box {
    margin-bottom: 0;
  }
}

.ri-feature .feacont-box::before {
  content: '';
  width: 0.9375rem;
  height: 0.09375rem;
  position: absolute;
  left: -1.5625rem;
  top: 0.8125rem;
  background-color: #fff;
}

.ri-feature .feacont-box-line {
  width: 14.375rem;
  position: absolute;
  left: -15.625rem;
  top: -1.25rem;
}

@media print, screen and (max-width: 63.99875em) {
  .ri-feature .feacont-box-line {
    width: 11.25rem;
    left: -12.5rem;
    top: -0.78125rem;
  }
}

.ri-feature .feacont-box-title {
  color: white;
}

@media print, screen and (max-width: 74.99875em) {
  .ri-feature .feacont-box-title {
    margin-bottom: 0;
  }
}

.ri-feature .feacont-box-text {
  color: white;
}

.pr-daily {
  position: relative;
}

.pr-daily::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 77, 120, 0) 40%, rgba(0, 124, 192, 0.4), rgba(0, 77, 120, 0)) 100%;
}

.pr-daily .pr-bgcircle {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pr-daily .pr-bgcircle img {
  width: 100%;
  max-width: 50rem;
}

.pr-daily .dacont {
  width: calc(100% - 40px);
  padding: 9.375rem 0 0 0;
  margin: 0 auto;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .pr-daily .dacont {
    padding: 5rem 0 0 0;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .pr-daily .dacont {
    padding: 5rem 0 0 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .pr-daily .dacont {
    padding: 0 0 0 0;
  }
}

.pr-daily .dacont .ct_ctr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9.375rem;
}

@media screen and (min-width: 1440px) and (max-width: 1500px) {
  .pr-daily .dacont .ct_ctr {
    max-width: 68.75rem;
    gap: 7.5rem;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .pr-daily .dacont .ct_ctr {
    max-width: 56.25rem;
    gap: 5rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .pr-daily .dacont .ct_ctr {
    max-width: 50rem;
    gap: 5rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .pr-daily .dacont .ct_ctr {
    max-width: 31.25rem;
    gap: 3.125rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .pr-daily .dacont .ct_ctr {
    max-width: 28.125rem;
    gap: 0.625rem;
    transform: scale(0.93);
  }
}

.pr-daily .dacont .ct_ctr .prpic {
  position: relative;
}

.pr-daily .dacont .ct_ctr .prpic-text {
  position: absolute;
  top: 0;
}

.pr-daily .dacont .ct_ctr .prpic-text.lefttext {
  left: -93%;
}

.pr-daily .dacont .ct_ctr .prpic-text.ctrtext {
  right: -100%;
}

.pr-daily .dacont .ct_ctr .prpic-text.righttext {
  right: -97%;
}

@media print, screen and (max-width: 40.06125em) {
  .pr-daily .dacont .ct_ctr .prpic-text.righttext {
    right: -95%;
  }
}

.pr-daily .dacont .ct_ctr .prpic-gif {
  width: 100%;
  top: 0;
  left: 0;
}

.pr-daily .dacont .ct_ctr .prpic img {
  width: 100%;
}

.pr-daily .dacont .ct_ctr .prpic .ringpic {
  position: absolute;
  bottom: -10rem;
  right: -11.25rem;
  transform: rotate(140deg) scale(0.5);
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .pr-daily .dacont .ct_ctr .prpic .ringpic {
    bottom: -11.25rem;
    transform: rotate(140deg) scale(0.4);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .pr-daily .dacont .ct_ctr .prpic .ringpic {
    bottom: -11.25rem;
    transform: rotate(140deg) scale(0.4);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .pr-daily .dacont .ct_ctr .prpic .ringpic {
    bottom: -11.25rem;
    right: -10rem;
    transform: rotate(140deg) scale(0.2);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .pr-daily .dacont .ct_ctr .prpic .ringpic {
    bottom: -11.875rem;
    right: -9.375rem;
    transform: rotate(140deg) scale(0.1);
  }
}

.pr-daily .dacont .ct_ctr .prpic-gif {
  position: absolute;
  left: 0;
  top: 0;
}

.pr-daily .dacont .in_subtitle.white {
  font-weight: 600;
}

.ri-usescene {
  width: 100vw;
  position: relative;
  z-index: 9;
}

.ri-usescene .light {
  right: calc(50% - 250px);
  bottom: 9.375rem;
}

@media print, screen and (max-width: 63.99875em) {
  .ri-usescene .light {
    bottom: 0;
    transform: scale(0.5);
  }
}

.ri-usescene .uscont {
  width: 120%;
  margin-left: -10%;
  padding: 9.375rem 0;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-usescene .uscont {
    padding: 5rem 0;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-usescene .uscont {
    padding: 5rem 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-usescene .uscont {
    padding: 2.5rem 0;
  }
}

.ri-usescene .uscont .in_subtitle {
  margin-bottom: 3.125rem;
}

@media print, screen and (max-width: 63.99875em) {
  .ri-usescene .uscont .in_subtitle {
    margin-bottom: 1.25rem;
  }
}

.ri-usescene .uscont .swiper-container.usslider {
  overflow: visible;
}

.ri-usescene .uscont-box {
  border-radius: 1.875rem;
  overflow: hidden;
}

@media print, screen and (max-width: 74.99875em) {
  .ri-usescene .uscont-box {
    border-radius: 1.25rem;
  }
}

.ri-usescene .uscont-box-img {
  z-index: 2;
  filter: grayscale(50%);
  transition: 0.6s;
}

.ri-usescene .uscont-box-img img {
  width: 100%;
}

.ri-usescene .uscont-box-text {
  width: calc(100% - 80px - 40px);
  padding: 1.25rem 2.5rem;
  border-radius: 1.875rem;
  background-color: rgba(6, 19, 24, 0.2);
  color: white;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 3;
  opacity: 0;
  transition: 0.6s;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-usescene .uscont-box-text {
    padding: 0.9375rem 1.875rem;
    bottom: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-usescene .uscont-box-text {
    padding: 0.9375rem 1.875rem;
    bottom: 0.9375rem;
    border-radius: 1.25rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-usescene .uscont-box-text {
    width: calc(100% - 60px - 10px);
    padding: 0.9375rem 0.9375rem;
    bottom: 0.9375rem;
    border-radius: 1.25rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-usescene .uscont-box-text {
    width: calc(100% - 60px - 10px);
    padding: 0.9375rem 0.9375rem;
    bottom: 0;
    border-radius: 1.25rem;
  }
}

.ri-usescene .uscont .swiper-slide.swiper-slide-active .uscont-box-img {
  filter: grayscale(0%);
  transition: 0.6s 0.4s;
}

.ri-usescene .uscont .swiper-slide.swiper-slide-active .uscont-box-text {
  opacity: 1;
  transition: 0.6s 0.4s;
}

.ri-usescene .uscont .swiper-arrow {
  width: 7.5rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
  position: absolute;
  left: calc(50% - 60px);
  bottom: -5rem;
  z-index: 9;
}

@media print, screen and (max-width: 63.99875em) {
  .ri-usescene .uscont .swiper-arrow {
    width: 5rem;
    left: calc(50% - 40px);
    bottom: -3.125rem;
  }
}

.ri-usescene .uscont .swiper-arrow .co-icon {
  color: white;
  font-size: 1.75rem;
}

@media print, screen and (max-width: 63.99875em) {
  .ri-usescene .uscont .swiper-arrow .co-icon {
    font-size: 1.375rem;
  }
}

.ri-manage {
  position: relative;
  z-index: 9;
}

@media print, screen and (max-width: 40.06125em) {
  .ri-manage .ct_ctr {
    padding-top: 10rem;
  }
}

.ri-manage .in_subtitle {
  margin-bottom: 3.125rem;
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-manage .in_subtitle {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-manage .in_subtitle {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-manage .in_subtitle {
    max-width: 10.625rem;
    margin-bottom: 1.25rem;
  }
}

.ri-manage .mngcont {
  border-radius: 1.875rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2.5rem 2.5rem 1.875rem 2.5rem;
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-manage .mngcont {
    border-radius: 1.25rem;
    padding: 1.5625rem 1.5625rem 1.0625rem 1.5625rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-manage .mngcont {
    border-radius: 1.25rem;
    padding: 1.5625rem 1.5625rem 1.0625rem 1.5625rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-manage .mngcont {
    border-radius: 1.25rem;
    padding: 1.5625rem 1.5625rem 1.0625rem 1.5625rem;
  }
}

.ri-manage .mngcont-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ri-manage .mngcont-list li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2.5rem;
  position: relative;
}

.ri-manage .mngcont-list li::before {
  content: '';
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url("../images/ring/saveicon.svg");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.ri-manage .mngcont-list li .in_text {
  color: white;
  margin: 0 0 0.5rem 0;
}

.ri-monitoring {
  position: relative;
}

.ri-monitoring::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #20647E 0%, rgba(32, 100, 126, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ri-monitoring-top, .ri-monitoring-bottom {
  position: relative;
  z-index: 9;
}

.ri-monitoring .mnttext {
  position: absolute;
  left: 0;
  font-weight: 600;
  opacity: 0.2;
  font-size: 6.25rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-monitoring .mnttext {
    font-size: 5rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-monitoring .mnttext {
    font-size: 4.0625rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-monitoring .mnttext {
    font-size: 3.125rem;
  }
}

.ri-monitoring-top .ct_ctr {
  padding: 5rem 0 2.5rem 0;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-monitoring-top .ct_ctr {
    padding: 6.25rem 0 1.25rem 0;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-monitoring-top .ct_ctr {
    padding: 6.25rem 0 1.25rem 0;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-monitoring-top .ct_ctr {
    max-width: 37.5rem;
    padding: 2.5rem 0 1.25rem 0;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-monitoring-top .ct_ctr {
    max-width: 18.75rem;
    padding: 2.5rem 0 6.25rem 0;
  }
}

.ri-monitoring-top .ct_ctr .mnttext {
  top: 0;
}

.ri-monitoring-bottom {
  background: linear-gradient(to right, rgba(0, 77, 120, 0.3), rgba(0, 124, 192, 0.3), rgba(0, 77, 120, 0.3));
}

.ri-monitoring-bottom .ct_ctr {
  padding: 2.5rem 0 2.5rem 0;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-monitoring-bottom .ct_ctr {
    padding: 1.25rem 0 1.25rem 0;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-monitoring-bottom .ct_ctr {
    padding: 1.25rem 0 1.25rem 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-monitoring-bottom .ct_ctr {
    padding: 1.25rem 0 1.25rem 0;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-monitoring-bottom .ct_ctr {
    max-width: 37.5rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-monitoring-bottom .ct_ctr {
    max-width: 18.75rem;
    padding: 6.25rem 0 1.25rem 0;
  }
}

.ri-monitoring-bottom .ct_ctr .mnttext {
  bottom: 0;
}

.ri-monitoring .ct_ctr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media print, screen and (max-width: 40.06125em) {
  .ri-monitoring .ct_ctr {
    flex-wrap: wrap;
  }
}

.ri-monitoring .mntleft {
  width: 40.625rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-monitoring .mntleft {
    width: 30rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-monitoring .mntleft {
    width: 25rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-monitoring .mntleft {
    width: 15.625rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-monitoring .mntleft {
    width: 100%;
  }
}

.ri-monitoring .mntright {
  width: calc(100% - 650px);
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-monitoring .mntright {
    width: calc(100% - 480px);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-monitoring .mntright {
    width: calc(100% - 400px);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-monitoring .mntright {
    width: calc(100% - 250px);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-monitoring .mntright {
    width: 100%;
  }
}

.ri-monitoring .mntright .in_text {
  color: #fff;
  margin-top: 1.25rem;
}

@media print, screen and (max-width: 63.99875em) {
  .ri-monitoring .mntright .in_text {
    margin: 0.625rem 0;
  }
}

.ri-monitoring .mntcont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.ri-monitoring .mntcont-box {
  width: calc(100% / 2);
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-monitoring .mntcont-box {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-monitoring .mntcont-box {
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-monitoring .mntcont-box {
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-monitoring .mntcont-box {
    width: calc(100% / 1);
  }
}

.ri-monitoring .mntcont-box:not(:nth-of-type(5)) .mntcont-box-icon, .ri-monitoring .mntcont-box:not(:nth-of-type(6)) .mntcont-box-icon {
  margin-right: 0.625rem;
}

.ri-monitoring .mntcont-box-icon {
  width: 3.75rem;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-monitoring .mntcont-box-icon {
    width: 2.8125rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-monitoring .mntcont-box-icon {
    width: 2.8125rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-monitoring .mntcont-box-icon {
    width: 2.8125rem;
  }
}

.ri-monitoring .mntcont-box-text {
  width: calc(100% - 60px);
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-monitoring .mntcont-box-text {
    width: calc(100% - 45px);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-monitoring .mntcont-box-text {
    width: calc(100% - 45px);
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-monitoring .mntcont-box-text {
    width: calc(100% - 45px);
  }
}

.ri-startnow {
  position: relative;
  overflow: hidden;
  z-index: 8;
}

.ri-startnow .snbgline {
  width: calc(100% - 100px);
  position: absolute;
  left: 3.125rem;
  top: -1.25rem;
  z-index: 1;
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .snbgline {
    top: 1.25rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-startnow .snbgline {
    width: calc(100% - 0px);
    left: 0;
    top: 1.25rem;
  }
}

.ri-startnow .snbgline img {
  width: 100%;
}

.ri-startnow .light {
  right: calc(50% - 250px);
  bottom: 0;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-startnow .light {
    transform: scale(0.7);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .light {
    transform: scale(0.7);
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-startnow .light {
    transform: scale(0.5);
    bottom: -3.125rem;
  }
}

.ri-startnow .draibtn {
  margin: 3.125rem auto 0 auto;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-startnow .draibtn {
    margin: 1.875rem auto 0 auto;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .draibtn {
    margin: 1.875rem auto 0 auto;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-startnow .draibtn {
    margin: 1.25rem auto 0 auto;
  }
}

.ri-startnow .ct_ctr {
  position: relative;
  padding: 18.75rem 0 6.25rem 0;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-startnow .ct_ctr {
    padding: 13.125rem 0 5rem 0;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .ct_ctr {
    padding: 13.125rem 0 5rem 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-startnow .ct_ctr {
    max-width: 37.5rem;
    padding: 10.625rem 0 2.5rem 0;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-startnow .ct_ctr {
    max-width: 21.25rem;
  }
}

.ri-startnow .ct_ctr .in_title {
  position: relative;
  z-index: 8;
}

.ri-startnow .ct_ctr .ringpic {
  z-index: 7;
}

.ri-startnow .ct_ctr .ringpic.leftout {
  top: 17.5rem;
  left: -2.5rem;
  -webkit-animation: movering 6s 2s linear infinite;
          animation: movering 6s 2s linear infinite;
  pointer-events: none;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftout {
    top: 10rem;
    left: -1.875rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftout {
    top: 8.75rem;
    left: -3.125rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftout {
    top: 3.75rem;
    left: -5.625rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-startnow .ct_ctr .ringpic.leftout {
    top: -5.625rem;
    left: -8.125rem;
  }
}

.ri-startnow .ct_ctr .ringpic.leftout .ringpic-ctr {
  transform: scale(0.5) rotate(-50deg);
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftout .ringpic-ctr {
    transform: scale(0.4) rotate(-50deg);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftout .ringpic-ctr {
    transform: scale(0.3) rotate(-50deg);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftout .ringpic-ctr {
    transform: scale(0.2) rotate(-50deg);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-startnow .ct_ctr .ringpic.leftout .ringpic-ctr {
    transform: scale(0.15) rotate(-50deg);
  }
}

.ri-startnow .ct_ctr .ringpic.leftinside {
  top: 2.5rem;
  left: 12.5rem;
  -webkit-animation: movering 6s 4s linear infinite;
          animation: movering 6s 4s linear infinite;
  pointer-events: none;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftinside {
    top: 0;
    left: 7.5rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftinside {
    top: -0.625rem;
    left: 5.3125rem;
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftinside {
    top: -3.125rem;
    left: -1.25rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-startnow .ct_ctr .ringpic.leftinside {
    top: -8.125rem;
    left: -4.375rem;
  }
}

.ri-startnow .ct_ctr .ringpic.leftinside .ringpic-ctr {
  transform: scale(0.5) rotate(-20deg);
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftinside .ringpic-ctr {
    transform: scale(0.4) rotate(-20deg);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftinside .ringpic-ctr {
    transform: scale(0.3) rotate(-20deg);
  }
}

@media print, screen and (min-width: 40.0625em) and (max-width: 63.99875em) {
  .ri-startnow .ct_ctr .ringpic.leftinside .ringpic-ctr {
    transform: scale(0.2) rotate(-20deg);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-startnow .ct_ctr .ringpic.leftinside .ringpic-ctr {
    transform: scale(0.15) rotate(-20deg);
  }
}

.ri-startnow .ct_ctr .ringpic.rightout {
  top: 17.5rem;
  right: -2.5rem;
  -webkit-animation: movering 6s 6s linear infinite;
          animation: movering 6s 6s linear infinite;
  pointer-events: none;
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightout {
    top: 10rem;
    right: -1.875rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightout {
    top: 8.75rem;
    right: -3.125rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightout {
    top: 3.75rem;
    right: -5.625rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-startnow .ct_ctr .ringpic.rightout {
    top: -5.625rem;
    right: -8.125rem;
  }
}

.ri-startnow .ct_ctr .ringpic.rightout .ringpic-ctr {
  transform: scale(0.5) rotate(50deg);
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightout .ringpic-ctr {
    transform: scale(0.4) rotate(50deg);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightout .ringpic-ctr {
    transform: scale(0.3) rotate(50deg);
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightout .ringpic-ctr {
    transform: scale(0.2) rotate(50deg);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-startnow .ct_ctr .ringpic.rightout .ringpic-ctr {
    transform: scale(0.15) rotate(50deg);
  }
}

.ri-startnow .ct_ctr .ringpic.rightinside {
  top: 2.5rem;
  right: 12.5rem;
  -webkit-animation: movering 6s 1s linear infinite;
          animation: movering 6s 1s linear infinite;
  pointer-events: none;

}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightinside {
    top: 0;
    right: 7.5rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightinside {
    top: -0.625rem;
    right: 5.3125rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightinside {
    top: -3.125rem;
    right: -1.25rem;
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-startnow .ct_ctr .ringpic.rightinside {
    top: -8.125rem;
    right: -4.375rem;
  }
}

.ri-startnow .ct_ctr .ringpic.rightinside .ringpic-ctr {
  transform: scale(0.5) rotate(20deg);
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightinside .ringpic-ctr {
    transform: scale(0.4) rotate(20deg);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightinside .ringpic-ctr {
    transform: scale(0.3) rotate(20deg);
  }
}

@media print, screen and (max-width: 63.99875em) {
  .ri-startnow .ct_ctr .ringpic.rightinside .ringpic-ctr {
    transform: scale(0.2) rotate(20deg);
  }
}

@media print, screen and (max-width: 40.06125em) {
  .ri-startnow .ct_ctr .ringpic.rightinside .ringpic-ctr {
    transform: scale(0.15) rotate(20deg);
  }

  .ri-links .ct_ctr {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    height: auto !important;
    padding: 100px 0 !important;
  }

  .ri-links .ct_ctr a {
    text-align: center;
  }
}

.ri-startnow .ct_ctr .ringpic.ctrinpad {
  left: 23.75rem;
  bottom: 10.3125rem;
  display: none;
}

@media screen and (min-width: 90em) {
  .ri-startnow .ct_ctr .ringpic.ctrinpad {
    left: 34.375rem;
    bottom: 18.125rem;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .ct_ctr .ringpic.ctrinpad {
    left: 18.125rem;
    bottom: 9.0625rem;
  }
}

.ri-startnow .ct_ctr .ringpic.ctrinpad .ring-img {
  transform: scale(0.38) rotate(0deg);
}

@media screen and (min-width: 90em) {
  .ri-startnow .ct_ctr .ringpic.ctrinpad .ring-img {
    transform: scale(0.5) rotate(0deg);
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .ri-startnow .ct_ctr .ringpic.ctrinpad .ring-img {
    transform: scale(0.32) rotate(0deg);
  }
}

.ri-startnow .ct_ctr .ringpic.ctrinpad.open {
  display: block;
}

@-webkit-keyframes softPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}

@keyframes softPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}

.radiant-circle {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19, 127, 187, 0.8) 0%, rgba(19, 127, 187, 0.4) 30%, rgba(19, 127, 187, 0) 70%, rgba(19, 127, 187, 0) 100%);
  position: absolute;
  /* or relative depending on your layout */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* optional if it's decorative */
  -webkit-animation: softPulse 2s infinite ease-out;
          animation: softPulse 2s infinite ease-out;
}

.ri-links {
  width: 100%;
  /* margin-left: -10%; */
  /* background: #000; */
  display: flex;
  justify-content: center;
}

.ri-links .ct_ctr {
  max-width: 36.25rem;
  width: 100%;
  height: 9.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding: 9.6875rem 0;
}

.ri-links .ct_ctr a {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  text-underline-offset: 4px; 
}

.ri-links .ct_ctr a:hover {
  color: #63f6ff;
  transition: .4s;
}
.ri-news .ct_ctr_news {
  padding: 0;
}
.ri-news .ct_ctr_news .in_title {
  margin: -1.875rem 0 1.875rem 0;
}
