@charset "UTF-8";

.snslogin { position:fixed; width:100%; min-width:320px; max-width:640px; bottom:0px; padding:40px; }
.snslogin .box { }
.snslogin .btn_kakao { width:100%; height:50px; line-height:50px; border-radius:5px; background:rgb(254, 229, 0) url('/common/icon_old/icon_sns_kakao.svg') no-repeat 10px center; background-size:40px; text-align:center; cursor:pointer; margin-top:13px }
.snslogin .btn_naver  { width:100%; height:50px; line-height:50px; border-radius:5px; background:#3CAB37 url('/common/icon_old/icon_sns_naver.svg') no-repeat 10px center; background-size:40px; text-align:center; cursor:pointer; margin-top:13px; color:#fff; }
.snslogin .btn_google { width:100%; height:50px; line-height:50px; border-radius:5px; background:#E74437 url('/common/icon_old/icon_sns_google.svg') no-repeat 10px center; background-size:40px; text-align:center; cursor:pointer; margin-top:13px; color:#fff; }
.snslogin .btn_apple { width:100%; height:50px; line-height:50px; border-radius:5px; background:rgb(0, 0, 0) url('/common/icon_old/icon_sns_apple.svg') no-repeat 7px center; background-size:45px; color:#fff; text-align:center; cursor:pointer; margin-top:13px }

.login_swiper{
  text-align:center;
  padding-top:calc( (80vh - 367px) / 2);
  overflow-x: hidden;
  position: relative;
  margin-bottom: 32px;
}

.swiper_items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper_itemsImgBox{
  height: 350px;
  position: relative;
}

.swiper_itemsImgBox img{
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper_itemsImgBox2{
  display: flex;
  flex-direction: column;
}
.w101{
  width: 101px;
}

.w132{
  width: 132px;
}

.w318{
  width: 318px;
}

.w263{
  width: 263.35px;
}


.swiper_itemsImgBox__img1{
  top: 30% !important;
  left: 50% !important;
  transform: translate(-21%, -50%) !important;
  width: 216px;
}
.swiper_itemsImgBox__img2{
  top: 84% !important;
  left: 50% !important;
  transform: translate(-110%, -50%) !important;

}

.swiper_items__span1{
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--color-G8);
  z-index: 2;
}


.swiper_items__span2{
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.015em;
  color: var(--color-G5);
}
.swiper-pagination-bullet-active{
  background-color: #FF6929 !important;
}

