@keyframes an_none {
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes an_fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes an_cp_inset {
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes an_scroll {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    transform: translateY(0);
  }
  80% {
    height: 100%;
    transform: translateY(100%);
  }
  100% {
    height: 100%;
    transform: translateY(100%);
  }
}
@keyframes an_rotate_cw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes an_rotate_acw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes slime {
  0%,
  90% {
    animation-timing-function: linear;
  }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
    transform: translate(0, 5%) scaleY(1.1);
  }
  45% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    transform: translate(0, -6%) scaleY(1);
  }
  0%,
  to {
    transform: translate(0, 6%) scaleY(0.9);
  }
  90% {
    transform: translate(0, 5%) scaleY(1);
  }
}
@media (min-width: 1025px) {
  .not-online_frame {
    display: flex;
  }
  .not-online_frame__left,
  .not-online_frame__right {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .not-online_frame {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 68px);
  }
  .not-online_frame__left,
  .not-online_frame__right {
    margin-top: auto;
  }
}
@media (max-width: 600px) {
  .not-online_frame {
    height: calc(100vh - 58px);
  }
}
.not-online_frame__left {
  position: relative;
  z-index: 1;
  padding-top: 9.15rem;
  padding-bottom: 10.8rem;
  background: linear-gradient(160deg, #fff 12.39%, #f6f6f6 87.43%);
}
@media (max-width: 1024px) {
  .not-online_frame__left {
    padding-top: 4.43vw;
    padding-bottom: 7.55vw;
    padding-left: 5%;
    padding-right: 5%;
    background: #fff;
  }
}
.not-online_frame__left::before {
  content: "";
  position: absolute;
  top: 21rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6.65rem;
  background: url(../../../../img/webcall/wait/index/bg-left.png) no-repeat center right / 48rem auto;
  opacity: 0;
  transition: opacity 1.6s ease;
}
@media (max-width: 1024px) {
  .not-online_frame__left::before {
    top: auto;
    bottom: 9.85vw;
    height: 11.85vw;
    background: url(../../../../img/webcall/wait/index/bg-left-m.png) no-repeat center right / 100% auto;
  }
}
.not-online_frame__left.active.not-online_frame__left::before {
  opacity: 1;
  transition-delay: 0.5s;
}
.not-online_frame__left__text {
  text-align: center;
}
@media (min-width: 1025px) {
  .not-online_frame__left__text {
    margin-right: 3.7rem;
    margin-left: auto;
    width: 20rem;
  }
}
.not-online_frame__left__text__title {
  color: #da291c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: 1px;
  transform: translateY(40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.not-online_frame__left__text__title.active {
  animation-name: an_none;
}
.not-online_frame__left__text__title.active {
  animation-delay: 0.15s;
}
@media (max-width: 768px) {
  .not-online_frame__left__text__title {
    font-size: 4.95vw;
    line-height: 1.29;
  }
}
.not-online_frame__left__text__title::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 3px;
  margin: 0.5rem auto 1.75rem;
  background-color: #da291c;
}
@media (max-width: 768px) {
  .not-online_frame__left__text__title::after {
    width: 5.73vw;
    height: 0.39vw;
    margin: 2.34vw auto 2.73vw;
  }
}
.not-online_frame__left__text__description {
  color: #696969;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 1px;
  transform: translateY(40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.not-online_frame__left__text__description.active {
  animation-name: an_none;
}
.not-online_frame__left__text__description.active {
  animation-delay: 0.25s;
}
@media (max-width: 768px) {
  .not-online_frame__left__text__description {
    font-size: 3.39vw;
    line-height: 1.35;
  }
}
.not-online_frame__left__text__num {
  margin: 2.15rem auto 0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(108, 108, 108, 0.38);
  transform: translateY(40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.not-online_frame__left__text__num.active {
  animation-name: an_none;
}
.not-online_frame__left__text__num.active {
  animation-delay: 0.3s;
}
@media (min-width: 1025px) {
  .not-online_frame__left__text__num {
    max-width: 15.9rem;
  }
}
@media (max-width: 1024px) {
  .not-online_frame__left__text__num {
    width: 67.58vw;
    margin-top: 3.52vw;
    border-radius: 1.95vw;
  }
}
.not-online_frame__left__text__num__title {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  line-height: 3.45rem;
  border-radius: 15px 15px 0 0;
  background: #da291c;
}
@media (max-width: 768px) {
  .not-online_frame__left__text__num__title {
    font-size: 3.9vw, 30px;
    line-height: 8.98vw;
    border-radius: 1.95vw 1.95vw 0 0;
  }
}
.not-online_frame__left__text__num__text {
  padding: 1.4rem 0;
  color: #868686;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .not-online_frame__left__text__num__text {
    padding: 4.17vw 0;
    font-size: 3.91vw;
  }
}
.not-online_frame__left__text__num__text span {
  color: #da291c;
  font-size: 2.92em;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768px) {
  .not-online_frame__left__text__num__text span {
    font-size: 2.67em;
  }
}
.not-online_frame__right {
  position: relative;
  padding-top: 10.35rem;
  background: url(../../../../img/webcall/wait/index/bg-right.png) no-repeat bottom right / contain, #fff;
}
@media (max-width: 1024px) {
  .not-online_frame__right {
    padding-top: 7.42vw;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 36.46vw;
    background-image: url(../../../../img/webcall/wait/index/bg-right-m.png);
    background-position: bottom left;
  }
}
.not-online_frame__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 1;
  transition: opacity 1.6s ease;
}
.not-online_frame__right.active::before {
  opacity: 0;
  transition-delay: 0.3s;
}
.not-online_frame__right__text {
  text-align: center;
}
@media (min-width: 1025px) {
  .not-online_frame__right__text {
    margin-left: 4.4rem;
    width: 20rem;
  }
}
@media (max-width: 1024px) {
  .not-online_frame__right__text {
    display: flex;
    flex-direction: column;
  }
}
.not-online_frame__right__text__title {
  color: #da291c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: 1px;
  transform: translateY(40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.not-online_frame__right__text__title.active {
  animation-name: an_none;
}
.not-online_frame__right__text__title.active {
  animation-delay: 0.2s;
}
@media (max-width: 768px) {
  .not-online_frame__right__text__title {
    font-size: 4.95vw;
    line-height: 1.29;
  }
}
@media (min-width: 1025px) {
  .not-online_frame__right__text__title::after {
    content: "";
    display: block;
    width: 2.2rem;
    height: 3px;
    margin: 1.25rem auto 2.2rem;
    background-color: #da291c;
  }
}
.not-online_frame__right__text__description {
  color: #696969;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 1px;
  transform: translateY(40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.not-online_frame__right__text__description.active {
  animation-name: an_none;
}
.not-online_frame__right__text__description.active {
  animation-delay: 0.3s;
}
@media (max-width: 1024px) {
  .not-online_frame__right__text__description {
    order: 3;
    margin-top: 10.42vw;
    padding-left: 32.11vw;
    padding-right: 4vw;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .not-online_frame__right__text__description {
    font-size: 3.39vw;
    line-height: 1.35;
  }
}
.not-online_frame__right__text__btn {
  display: block;
  margin: 3.05rem auto 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.88px;
  line-height: 4.7rem;
  text-align: center;
  border-radius: 5px;
  background-color: #4b60bf;
  box-shadow: 0 4px 30px rgba(14, 32, 143, 0.51);
  transition: all 0.3s ease;
  transform: translateY(40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.not-online_frame__right__text__btn.active {
  animation-name: an_none;
}
.not-online_frame__right__text__btn.active {
  animation-delay: 0.3s;
}
@media (min-width: 1025px) {
  .not-online_frame__right__text__btn {
    max-width: 14.6rem;
  }
}
@media (max-width: 1024px) {
  .not-online_frame__right__text__btn {
    width: 67.84vw;
    margin-top: 3.52vw;
  }
}
@media (max-width: 768px) {
  .not-online_frame__right__text__btn {
    font-size: 4.17vw;
    line-height: 12.24vw;
  }
}
.not-online_frame__right__text__btn:hover {
  background-color: #273c9a;
}
.float_frame._07 {
  position: fixed;
  bottom: 3vw;
  left: calc(50% + 645px);
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 1500px) {
  .float_frame._07 {
    left: auto;
    right: 35px;
    width: 6.6vw;
  }
}
@media (max-width: 1300px) {
  .float_frame._07 {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1vw 5vw 2.5vw;
  }
}
.float_frame._07:not(.active) {
  display: none;
}
.float_frame._07 .float_frame__btn {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(180deg, #6c81e0 0%, #4b60bf 100%);
  box-shadow: 0px 4px 30px 0px rgba(34, 25, 85, 0.51);
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 1301px) {
  .float_frame._07 .float_frame__btn {
    width: 99px;
    height: 243px;
    letter-spacing: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media (max-width: 1300px) {
  .float_frame._07 .float_frame__btn {
    font-size: 2vw;
    line-height: 3.125em;
    letter-spacing: 1.28px;
    border-width: 0.23vw;
    border-radius: 0.65vw;
  }
}
@media (max-width: 768px) {
  .float_frame._07 .float_frame__btn {
    font-size: 4.17vw;
    border-width: 0.39vw;
  }
}
.float_frame._07 .float_frame__btn:hover {
  color: #fff;
  background-color: #da291c;
}
.float_frame._07 .float_frame__btn:hover::before {
  filter: brightness(0) invert(1);
}
.float_frame._07 .float_frame__btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.7rem;
  height: 1.5rem;
  background: url(../../../../img/webcall/wait/recommend/return.png) no-repeat center / contain;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1);
}
@media (min-width: 1301px) {
  .float_frame._07 .float_frame__btn::before {
    margin-bottom: 10px;
  }
}
@media (max-width: 1300px) {
  .float_frame._07 .float_frame__btn::before {
    margin-right: 10px;
    width: 1.32rem;
    height: 1.06rem;
    transform: translateY(-0.1em);
  }
}
@media (max-width: 768px) {
  .float_frame._07 .float_frame__btn::before {
    margin-right: 1.3vw;
  }
}
.mask_layer._07.active .mask_frame {
  animation-delay: -0.2s;
}
.recommend-card_frame {
  position: relative;
  z-index: 1;
  padding: 1.7rem 5% 4.5rem;
  background: url(../../../../img/webcall/wait/recommend/bg.png) no-repeat top center / 96rem auto;
}
@media (max-width: 1300px) {
  .recommend-card_frame {
    padding-bottom: 11.5vw;
  }
}
@media (max-width: 1024px) {
  .recommend-card_frame {
    background-image: url(../../../../img/webcall/wait/recommend/bg-m.png);
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame {
    padding-top: 8.2vw;
    padding-bottom: 7.815vw;
  }
}
.recommend-card_frame.overflow-hidden {
  overflow: hidden;
}
.recommend-card_frame__wrap {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
}
.recommend-card_frame__title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 768px) {
  .recommend-card_frame__title {
    font-size: 5.21vw;
  }
}
.recommend-card_frame__title::after {
  content: "";
  display: block;
  width: 59px;
  height: 2px;
  margin: 30px auto 0;
  background-color: #fff;
}
@media (max-width: 1300px) {
  .recommend-card_frame__title::after {
    margin-top: 2.31vw;
    width: 4.54vw;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__title::after {
    margin-top: 3.9vw;
    width: 7.68vw;
  }
}
.recommend-card_frame__description {
  margin-top: 1rem;
  color: #ffeaea;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 768px) {
  .recommend-card_frame__description {
    margin-top: 2.6vw;
    font-size: 3.125vw;
  }
}
.recommend-card_frame__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .recommend-card_frame__list {
    gap: 1.54vw 1.5vw;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list {
    gap: 4.69vw 3.78vw;
    margin-top: 3.91vw;
  }
}
.recommend-card_frame__list__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px * 3) / 4);
  padding: 9px 23px 0;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(128, 128, 128, 0.25);
}
@media (max-width: 1300px) {
  .recommend-card_frame__list__item {
    width: calc((100% - 3.08vw * 3) / 4);
    margin-bottom: 1.15vw;
    padding: 0.69vw 1.77vw 0;
  }
}
@media (max-width: 1024px) {
  .recommend-card_frame__list__item {
    width: calc((100% - 1.5vw * 3) / 4);
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list__item {
    width: calc((100% - 3.78vw) / 2);
    margin-bottom: 3.125vw;
    padding: 2.21vw 3.65vw 0;
  }
}
.recommend-card_frame__list__top {
  display: flex;
  align-items: flex-end;
}
.recommend-card_frame__list__top__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 1300px) {
  .recommend-card_frame__list__top__title {
    font-size: min(2.15vw, 28px);
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list__top__title {
    font-size: 4.43vw;
  }
}
.recommend-card_frame__list__top__text {
  flex-shrink: 0;
  margin-left: auto;
  color: #3d4a6a;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.5px;
}
@media (max-width: 1300px) {
  .recommend-card_frame__list__top__text {
    font-size: 1.23vw;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list__top__text {
    font-size: 2.08vw;
  }
}
.recommend-card_frame__list__top__text span {
  font-size: 1.25em;
  line-height: 1.5625em;
}
.recommend-card_frame__list__img {
  position: relative;
  padding: 14px 43px 2px;
  margin-top: 19px;
  border-radius: 5px;
  background: linear-gradient(180deg, #fff 0%, #e0e0e0 100%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media (max-width: 1300px) {
  .recommend-card_frame__list__img {
    padding: 1.08vw 3.31vw 0.15vw;
    margin-top: 1.46vw;
    border-radius: 0.38vw;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list__img {
    padding: 3.125vw 8.98vw 0.39vw 7.42vw;
    margin-top: 2.21vw;
    border-radius: 0.65vw;
  }
}
.recommend-card_frame__list__img img {
  width: 100%;
}
.recommend-card_frame__list__img__state {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 2;
  padding: 0 13px;
  color: #fff;
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: 0.5px;
  border-radius: 14px;
  background: #878787;
}
@media (max-width: 1300px) {
  .recommend-card_frame__list__img__state {
    padding: 0 1vw;
    font-size: 1.23vw;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list__img__state {
    padding: 0 1.69vw;
    font-size: 2.08vw;
  }
}
.recommend-card_frame__list__img__online {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 2;
  width: 23px;
  height: 23px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #da291c;
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .recommend-card_frame__list__img__online {
    right: 2.31vw;
    width: 1.77vw;
    height: 1.77vw;
    border-width: 0.31vw;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list__img__online {
    right: 4.3vw;
    width: 5.08vw;
    height: 5.08vw;
    border-width: 0.65vw;
    transform: translateY(-25%);
  }
}
.recommend-card_frame__list__img__online._red {
  background-color: #da291c;
}
.recommend-card_frame__list__img__online._green {
  background-color: #4cb337;
}
.recommend-card_frame__list__img__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 10px;
  color: #1b365d;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.82) 61.54%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1300px) {
  .recommend-card_frame__list__img__text {
    padding: 0.77vw 0.5vw;
    font-size: 1.23vw;
    border-radius: 0 0 0.38vw 0.38vw;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list__img__text {
    padding: 1.3vw;
    font-size: 2.34vw;
    border-radius: 0 0 0.65vw 0.65vw;
  }
}
.recommend-card_frame__list__img__text span {
  font-size: 1.375em;
  font-weight: 700;
}
.recommend-card_frame__list__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 12px;
  margin-top: 17px;
  margin-right: -5%;
  height: 59px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .recommend-card_frame__list__tags {
    gap: 0.62vw 0.92vw;
    margin-top: 1.31vw;
    height: 4.52vw;
  }
}
@media (max-width: 1024px) {
  .recommend-card_frame__list__tags {
    gap: 0.6vw;
    height: 5vw;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list__tags {
    gap: 1.3vw 1.82vw;
    margin-top: 2.34vw;
    height: 11vw;
  }
}
.recommend-card_frame__list__tags__item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  max-width: 110px;
  padding: 4px 9px 3px 11px;
  color: #1b365d;
  font-size: 14px;
  line-height: 1.31;
  letter-spacing: 1px;
  border-radius: 4px;
  background: #ededed;
}
@media (max-width: 1300px) {
  .recommend-card_frame__list__tags__item {
    max-width: 8.462vw;
    padding: 0.31vw 0.6vw 0.23vw 0.85vw;
    font-size: 1.077vw;
    border-radius: 0.31vw;
  }
}
@media (max-width: 1024px) {
  .recommend-card_frame__list__tags__item {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list__tags__item {
    max-width: 17.6vw;
    padding: 0.65vw 0.78vw 0.65vw 1.43vw;
    font-size: 2.34vw;
  }
}
.recommend-card_frame__list__tags__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(0.52vw, 4px);
  height: 100%;
  border-radius: min(0.52vw, 4px) 0 0 min(0.52vw, 4px);
  background: linear-gradient(180deg, #1e4cbf 0%, #aec7e6 100%);
}
.recommend-card_frame__list__btns {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: -14px;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
  gap: 14px;
}
@media (max-width: 1300px) {
  .recommend-card_frame__list__btns {
    margin-bottom: -1.08vw;
    padding-top: max(0.08vw, 10px);
    gap: 1.08vw;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list__btns {
    margin-bottom: -3.125vw;
    padding-top: 2.47vw;
    gap: 2.34vw;
  }
}
.recommend-card_frame__list__btns__btn {
  flex-grow: 1;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.22;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  background-color: #1b365d;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (max-width: 1300px) {
  .recommend-card_frame__list__btns__btn {
    font-size: 1.38vw;
    border-radius: 0.38vw;
  }
}
@media (max-width: 768px) {
  .recommend-card_frame__list__btns__btn {
    font-size: 2.86vw;
    line-height: 6.25vw;
    border-radius: 0.65vw;
  }
}
.recommend-card_frame__list__btns__btn._navy-blue {
  background-color: #1b365d;
}
.recommend-card_frame__list__btns__btn._navy-blue:hover {
  background-color: #3d4a6a;
}
.recommend-card_frame__list__btns__btn._red {
  background-color: #da291c;
}
.recommend-card_frame__list__btns__btn._red:hover {
  background-color: #ac1b1b;
}
