.banner {
  position: relative;
}
.banner .icon1 {
  position: absolute;
  top: 25%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 38px;
}
.banner .banner_text {
  padding-right: 17rem;
}
.banner .banner_text h1 {
  margin-bottom: 2.4rem;
  font-weight: 800;
  color: #2f2f2f;
  font-size: 2.65rem;
}
.banner .banner_text h1 span.highlighted {
  color: #6F2AF5;
  position: relative;
}
.banner .banner_text h1 span.highlighted::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #6F2AF5;
}
.banner .banner_form {
  display: flex;
  position: relative;
  max-width: 35rem;
  margin-top: 2.5rem;
}
.banner .banner_form .form-control {
  height: 4rem;
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  padding: 0.5rem 11rem 0.5rem 2rem;
  line-height: 1;
}
.banner .banner_form .btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.banner .banner_form .btn svg {
  width: var(--font_small);
  height: var(--font_small);
}
.banner .banner_bottom {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.banner .banner_bottom .banner_b_left {
  display: flex;
  max-width: 68%;
  padding-right: 1rem;
}
.banner .banner_bottom .banner_b_left .banner_b_img {
  margin-right: 1rem;
  display: flex;
}
.banner .banner_bottom .banner_b_left .banner_b_img img {
  margin-left: -1.2rem;
  width: 2.5rem;
  height: 2.5rem;
}
.banner .banner_bottom .banner_b_left .banner_b_img img:first-child {
  margin-left: 0;
}
.banner .banner_bottom .banner_b_left p {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  max-width: calc(100% - 10rem + 1rem);
}
.banner .banner_bottom .banner_b_left p span {
  color: #6F2AF5;
}
.banner .banner_bottom .banner_b_right {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  color: #2f2f2f;
  font-weight: 600;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.banner .banner_bottom .banner_b_right:hover {
  color: #002280;
}
.banner .banner_bottom .banner_b_right .banner_b_play {
  border: 2px solid;
  border-color: #FE492E #fff #FE492E #FE492E;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.6rem;
}
.banner .banner_bottom .banner_b_right .banner_b_play svg {
  color: #2f2f2f;
  fill: #2f2f2f;
  transform: rotate(180deg);
  width: 1.2rem;
  height: 1.2rem;
}
.banner .banner_bottom .banner_b_right .banner_b_play p {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  color: #2f2f2f;
  font-size: 1.2rem;
}
.banner .banner_bottom .banner_b_right p,
.banner .banner_bottom .banner_b_right a {
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  color: #2f2f2f;
  font-size: 1.2rem;
}
.banner .banner_bottom .banner_b_right .icon2 {
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: -1;
  height: 5rem;
}
.banner .banner_images .banner_right_images img:first-child {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .banner.section_pad_top {
    padding-top: 3rem;
  }
  .banner.section_pad_bottom {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .banner.section_pad_top {
    padding-top: 2rem;
  }
  .banner.section_pad_bottom {
    padding-bottom: 2rem;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    top: 72%;
  }
}
@media (max-width: 1199px) {
  .banner .banner_text {
    padding-right: 120px;
  }
}
@media (max-width: 991px) {
  .banner .banner_text {
    padding-right: 30px;
  }
  .banner .banner_bottom {
    display: flex;
    flex-flow: column;
    justify-content: start;
  }
  .banner .banner_bottom .banner_b_left {
    max-width: 100%;
  }
  .banner .banner_bottom .banner_b_right {
    display: inline-flex;
    justify-content: start;
    margin-top: 16px;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    top: 10%;
    left: 100%;
    z-index: -1;
  }
  .banner .banner_bottom .banner_b_right span {
    font-size: 1.2rem;
  }
  .banner .banner_bottom .banner_b_right p,
  .banner .banner_bottom .banner_b_right a {
    font-size: 1.6rem;
  }
  .banner .banner_form .form-control {
    height: 4rem;
    padding: 10px 150px 10px 20px;
  }
  .banner .banner_form .form-control::-moz-placeholder {
    font-size: 1.2rem;
  }
  .banner .banner_form .form-control::placeholder {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .banner .icon1 {
    top: 7%;
    left: 92%;
  }
  .banner .banner_images {
    display: none;
  }
  .banner .banner_bottom .banner_b_right .icon2 {
    width: 80px;
    top: 20%;
  }
}
@media (max-width: 575px) {
  .banner .banner_text {
    padding-right: 0;
  }
  .banner .banner_form {
    width: 100%;
  }
  .banner .banner_form .form-control {
    padding: 10px 65px 10px 20px;
  }
  .banner .banner_form .btn span {
    display: none;
  }
}
.brand-ban {
  padding: 18px 0;
  background: #002280;
}

.brand_list_slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0 -20px;
}
.brand_list_slider .brand_item {
  padding: 0 20px;
}
.brand_list_slider .brand_item img {
  height: 20px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 576px) {
  .brand_list_slider {
    margin: 0;
  }
}
.alternative .alternative_text h2 {
  font-size: 1.8rem;
  color: #2f2f2f;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.alternative .alternative_text h3 {
  font-size: 1.2rem;
  color: #002280;
  font-weight: 800;
  margin-bottom: 0;
}
.alternative .alternative_text h3 a {
  color: #002280;
}
.alternative .alternative_text h3 a:hover {
  color: #2f2f2f;
}
.alternative .alternative_text p {
  margin-bottom: 1.6rem;
}
.alternative .alternative_arrow {
  text-align: end;
  display: flex;
  justify-content: end;
}
.alternative .alternative_arrow svg {
  width: 1.2rem;
  height: 1.2rem;
  color: #fff;
}
.alternative .alternative_arrow .arrow_left,
.alternative .alternative_arrow .arrow_right {
  background: #FE492E;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 0;
}
.alternative .alternative_arrow .arrow_left {
  margin-right: 0.75rem;
}
.alternative .alternative_filter {
  background: #0A5F59;
  padding: 0.625rem 1.25rem;
  border-radius: 8px;
}
.alternative .alternative_filter .alphabet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.alternative .alternative_filter .alphabet .alphabet_item a {
  font-size: 1rem;
  color: #18216D;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
  display: block;
  line-height: 1;
}
.alternative .alternative_filter .alphabet .alphabet_item a:hover {
  color: #FE492E;
}
.alternative .alternative_list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.alternative .alternative_list .alternative_item {
  flex: 0 0 auto;
  width: 25%;
}
.alternative .alternative_list .alternative_item .alternative_box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  width: 100%;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.5rem;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_top .alternative_t_label {
  border: 2px solid #6F2AF5;
  border-radius: 24px;
  padding: 0.4rem 0.6rem;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #2f2f2f;
  line-height: 1;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_top .alternative_t_label:hover {
  background: #6F2AF5;
  color: #fff;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_top .alternative_t_icon {
  cursor: pointer;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_top .alternative_t_icon svg {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_top .alternative_t_icon.active svg {
  fill: #FE492E;
  color: #FE492E;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_image {
  margin-bottom: 1.5rem;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_image img {
  border: 1px solid #cdcdcd;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_text {
  margin-bottom: 0.6rem;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_star {
  margin-bottom: 1rem;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_star .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0.1rem;
  font-size: 1.2rem;
  color: #FFBD13;
  margin-bottom: 0;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_star .rating svg {
  fill: #FFBD13 !important;
  width: 1.2rem;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_star .rating .star {
  cursor: pointer;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_last {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  font-size: 0.9rem;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_last .profile {
  font-weight: 500;
  color: #2f2f2f;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_last .profile:hover {
  color: #FE492E;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_last .apply {
  font-weight: 600;
  color: #FE492E;
}
.alternative .alternative_list .alternative_item .alternative_box .alternative_last .apply:hover {
  color: #2f2f2f;
}

.alternative.style2 {
  background: #F2F7FF;
}

@media (max-width: 991px) {
  .alternative .alternative_text h2 {
    font-size: 2rem;
  }
  .alternative .alternative_text h3 {
    font-size: 1.4rem;
  }
  .alternative .alternative_arrow svg {
    width: 1.4rem;
    height: 1.4rem;
  }
  .alternative .alternative_arrow .arrow_left,
  .alternative .alternative_arrow .arrow_right {
    padding: 0.9rem;
  }
  .alternative .alternative_filter .alphabet_item a {
    font-size: 1.2rem;
  }
  .alternative .alternative_list .alternative_item {
    width: 33.33%;
  }
  .alternative .alternative_list .alternative_item .alternative_box .alternative_top .alternative_t_label {
    font-size: 1.2rem;
  }
  .alternative .alternative_list .alternative_item .alternative_box .alternative_last {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .alternative .alternative_list .alternative_item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .alternative .alternative_arrow {
    text-align: start;
    display: flex;
    justify-content: start;
    margin-bottom: 18px;
  }
}
@media (max-width: 550px) {
  .alternative .alternative_list .alternative_item {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .alternative .alternative_filter {
    padding: 1rem 1rem;
  }
  .alternative .alternative_filter .alphabet_item a {
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 400px) {
  .alternative .alternative_filter {
    padding: 10px 10px;
  }
  .alternative .alternative_filter .alphabet_item a {
    padding: 0.8rem 1rem;
  }
}/*# sourceMappingURL=alternative-home.css.map */