/* Colors */
/* Font-size */
/* Border Radius */
/* Shadow */
.carousel {
  margin: 25px auto;
  width: 69vw;
}
@media (max-width: 767px) {
  .carousel {
    width: 85vw;
    margin: 25px auto 0;
  }
}
.carousel .carousel-inner .carousel-item {
  position: relative;
  width: 69vw;
}
@media (max-width: 767px) {
  .carousel .carousel-inner .carousel-item {
    width: 100%;
  }
}
.carousel .carousel-inner .carousel-item .carousel-item-img-box {
  position: relative;
  width: 100%;
  height: calc(69vw * 495 / 993);
}
@media (max-width: 767px) {
  .carousel .carousel-inner .carousel-item .carousel-item-img-box {
    height: 42.3716012085vw;
  }
}
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
}
.carousel .carousel-inner .carousel-item .icon-hand {
  margin-right: unset;
}
.carousel .carousel-inner .carousel-item .carousel-banner {
  position: relative;
}
.carousel .carousel-inner .carousel-item .carousel-name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  width: 100%;
  height: 16%;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 28px;
  color: white;
  position: absolute;
  bottom: 0;
  font-weight: bold;
}
.carousel .carousel-inner .carousel-item .my-btn {
  margin-top: 20px;
}
.carousel .icon-arrow-right-circle, .carousel .icon-arrow-left-circle {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  box-shadow: 0 7px 23px 0 rgba(0, 0, 0, 0.28);
}
@media (max-width: 767px) {
  .carousel .icon-arrow-right-circle, .carousel .icon-arrow-left-circle {
    width: 35px;
    height: 35px;
  }
}
.carousel .carousel-control {
  opacity: 1;
}
.carousel .carousel-control-prev {
  left: -8%;
  top: calc(69vw * 13 / 25 / 2.5);
  align-items: flex-start;
}
@media (max-width: 767px) {
  .carousel .carousel-control-prev {
    top: 16.9486404834vw;
  }
}
.carousel .carousel-control-next {
  right: -8%;
  top: calc(69vw * 13 / 25 / 2.5);
  align-items: flex-start;
}
@media (max-width: 767px) {
  .carousel .carousel-control-next {
    top: 16.9486404834vw;
  }
}
.carousel .carousel-banner {
  width: 54vw;
  height: 28.08vw;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  cursor: pointer;
  background-image: url("../../assets/images/image/image_banner_coupon_on.png");
}

.size-md {
  margin: 0 auto;
}

.member-title {
  margin: 100px auto 53px;
}
@media (max-width: 767px) {
  .member-title {
    margin: 50px auto 0;
  }
}

.exclusive-box {
  width: 69vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .exclusive-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row wrap;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .exclusive-box {
    width: 69vw;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-flow: row nowrap;
  }
}
.exclusive-box .exclusive-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  max-width: calc(33.3333333333% - 10px);
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .exclusive-box .exclusive-list {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .exclusive-box .exclusive-list {
    max-width: 200px;
    width: 50%;
    margin: 20px 0;
    padding: 0 10px;
  }
}
.exclusive-box .exclusive-list .exclusive-img {
  width: 100%;
}
.exclusive-box .exclusive-list .icon {
  cursor: auto;
}
@media (max-width: 767px) {
  .exclusive-box .exclusive-list .icon {
    width: 100px;
    height: 100px;
  }
}
.exclusive-box .exclusive-list .exclusive-title {
  font-size: 16px;
  font-size: 18px;
  font-weight: bold;
  min-height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .exclusive-box .exclusive-list .exclusive-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .exclusive-box .exclusive-list .exclusive-title {
    min-height: unset;
  }
}
.exclusive-box .exclusive-list .exclusive-content {
  font-size: 16px;
  font-weight: 200;
  min-height: 50px;
  line-height: 19px;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .exclusive-box .exclusive-list .exclusive-content {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .exclusive-box .exclusive-list .exclusive-content {
    font-size: 15px;
    min-height: unset;
  }
}

.login-box {
  width: 100vw;
  height: 467px;
  background-color: #F2FBFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
@media (max-width: 767px) {
  .login-box {
    width: 100vw;
    height: 278px;
  }
}