@charset "UTF-8";

.main_home {
  padding: 0;
  margin: 0;
}

/* main banner */
.main_banner {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
  height: 570px;
  padding-bottom: 68px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.main_banner .bg_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.15);
}
.main_banner .top_bg_gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-image: linear-gradient(
    to top,
    rgba(20, 20, 20, 0) 2%,
    rgba(20, 20, 20, 0.7) 59%,
    rgba(20, 20, 20, 1) 96%
  );
}
.main_banner .bottom_bg_gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-image: linear-gradient(
    to bottom,
    rgba(20, 20, 20, 0) 5%,
    rgba(20, 20, 20, 0.7) 40%,
    rgba(20, 20, 20, 1) 67%
  );
}
.main_banner1 {
  background-image: url("/imgs/main/main_banner");
}
.main_banner2 {
  background-image: url("/imgs/main/main_banner2");
}
.main_banner3 {
  background-image: url("/imgs/main/main_banner3");
}

.main_banner_text {
  position: relative;
  text-align: center;
}

.main_banner_text > h2 {
  font-size: 3.6rem;
  line-height: 1.28;
  color: #fff;
}
.main_banner_text > p {
  margin-top: 16px;
  font-size: 1.6rem;
  color: #dedede;
}
.main_banner_text .link_banner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 72px;
  margin-top: 16px;
  border-radius: 4px;
  background-color: rgba(102, 102, 102, 0.6);
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}

/* main_banner slick */
.main_banner_slider .slick-dots {
  bottom: 30px;
}
.main_banner_slider .slick-prev,
.main_banner_slider .slick-next {
  display: none !important;
}

.main_home .wrap_card_slider {
  padding: 0 50px;
}

.main_home .wrap_notice_slider {
  margin-bottom: 0;
  position: relative;
  /* bottom: -170px; */
  bottom: 0;
}

/*mobile main*/
.m_main {
  width: 100%;
  height: auto;
  position: relative;
}
.m_main_bg {
  width: 100%;
}
.wrap_m_main_btn{
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  bottom: 0;
  z-index: 100;
}
.m_google_btn{
  width: 45%;
  height: auto;
  background: url('/imgs/main/google_btn.svg') no-repeat;
  background-size: contain;
}
.m_apple_btn{
  width: 45%;
  height: auto;
  background: url('/imgs/main/apple_btn.svg') no-repeat;
  background-size: contain;
}

.wrap_m_main_pc_btn{
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 30px;
  position: absolute;
  align-items: center;
  left: 0;
  right: 0;
  top: 45%;
  bottom: 0;
  overflow: hidden;
  z-index: 100;
}
.m_pc_btn {
  width: 90%;
  height: auto;
  color: white;
  text-align: center;
  align-items: center;
  background-color: black;
  background-size: auto;
}
/* .wrap_m_main_btn {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 57%;
  bottom: 0;
  z-index: 100;
}
.m_google_btn {
  display: block;
  width: 45%;
  height: 100%;
  background: url("/imgs/main/google_btn.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.m_apple_btn {
  display: block;
  width: 45%;
  height: 100%;
  background: url("/imgs/main/apple_btn.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translateX(-50%);
} */
