/* common */
body,
html {
  height: 100%;
}
body {
  overflow: hidden;
}
.loading {
  width: 100%;
  z-index: 234234;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #6a6afb;
  pointer-events: none;
}
.container {
  width: 100%;
  max-width: 1136px;
  padding: 0 48px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
button {
  outline: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.commonTitle_h {
  font-size: 50px;
  color: #1e1e1e;
  font-weight: 700;
  overflow: hidden;
}
.commonTitle_p {
  margin-top: 40px;
  font-size: 22px;
  color: #1e1e1e;
  font-weight: 400;
}
/* common end */

/* full */
/* 임시 swiper활성화 후 지울것 */

/* section {
  width: 100%;
  height: 100vh;
} */

/* 임시 swiper활성화 후 지울것 */
.full_container,
.fullWrap {
  height: 100%;
  width: 100%;
  transition: all 1s;
}
.fullWrap {
  transition-delay: 0.5s;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
.slide_con {
  width: 100%;
  height: 100%;
}
.swiper-pagination {
  margin-right: 30px;
}
.full_bullet {
  margin-bottom: 33px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.full_bullet:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #c1c1c1;
  border-radius: 50px;
  top: 50%;
  transform: translate(0, -50%) scale(0.8);
  right: 0;
}
.full_bullet-active {
  color: #6a6afb;
}
.full_bullet-active:after {
  background-color: #6a6afb;
  transform: translate(0, -50%) scale(1);
}
.full_bullet:last-child {
  margin-bottom: 0;
}
.full_bullet span {
  font-size: 16px;
  font-weight: 500;
}

/* full end */

main {
  overflow: hidden;
}
/* keyvisual */
.keyvisual {
  background: url(../img/main/bg.jpg) no-repeat center/cover;
}
.keyvisual_con,
.info_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.keyvisual_img {
  width: 360px;
  position: relative;
}
.phoneImg {
  position: relative;
  top: 0;
  left: 0;
}
.idCardImg {
  width: 254px;
  position: absolute;
  top: 45%;
  left: -20%;
}
.idCardImg_2 {
  top: 49%;
}
.idCardImg_3 {
  top: 53%;
}

.keyvisual_btns {
  width: 100%;
  margin-top: 82px;
  display: flex;
  align-items: center;

  gap: 20px;
  height: 53px;
}
.keyvisual_btn {
  width: 192px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #f5f5f7;
  border-radius: 50px;
  transition: background-color 0.3s;
}
.keyvisual_btn img {
  width: 30px;
}
.keyvisual_btn span {
  font-size: 20px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all 0.3s;
}
.mainTitle_p br {
  display: none;
}
.mainTitle_h.blue span {
  color: #6a6afb;
}
/* info */

.speechBubble {
  position: absolute;
  width: 300px;
}

.speechBubble_white {
  top: 40%;
  transform: translate(-20%, 0);
}

.speechBubble_blue {
  top: 58%;
  transform: translate(20%, 0);
}
.speechBubble_text {
  font-size: 14px;
  width: 80%;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #1e1e1e;
}
/* issuance */
.issuance {
  background: url(../img/main/bg3.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
}
.issuance_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 1280px;
}
.issuance_title {
  text-align: center;
  margin-bottom: 42px;
}
.issuanceTitle_h {
  color: #f5f5f7;
}
.way {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 24px;
}
.way_p {
  font-size: 22px;
  font-weight: 500;
  color: #f5f5f7;
}
.issuance_img {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.way_arrows {
  width: 24px;
  height: 24px;
  background-color: #f5f5f7;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.way_arrow {
  position: absolute;
  width: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.way_arrow-white {
  transform: translate(-200%, -50%);
}
.issuance_speechBubble {
  position: absolute;
}
.issuance_speechBubble_1 {
  right: -10%;
  top: -10%;
  transform: rotateY(180deg);
  max-width: 320px;
  width: 30%;
}
.issuance_speechBubble_2 {
  left: -10%;
  top: 10%;

  max-width: 280px;
  width: 25%;
}
.issuance_speechBubble_3 {
  max-width: 250px;
  bottom: 8%;
  left: -13%;
  width: 22%;
}
/* qr */
.qr {
  background: url(../img/main/bg2.jpg) no-repeat center/cover;
}
.qr_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.qr_title {
  margin-bottom: 42px;
}
.qrTitle_h {
  text-align: center;
}
.qrTitle_h img {
  width: 40px;
  display: inline-block;
  margin-left: 10px;
}
/* ok */
.ok_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.okTitle_p br {
  display: none;
}
.okTitle_h {
  text-align: center;
}
.okSlider {
  width: 100%;
  margin-top: 110px;
  overflow: hidden;
}

.okSlide_con {
  height: auto;
  position: relative;
}
.okPhone {
  position: relative;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  width: 330px;
  z-index: 1;
}
.okPhone img {
  position: relative;
  z-index: 1;
}
.okPhone::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  border-radius: 50px;

  z-index: 0;
  box-shadow: 10px 0 10px 10px rgba(0, 0, 0, 0.05);
}
.okInner {
  height: 243px;
  width: 204px;
  padding: 37px 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
  background: #f5f5f7;
  box-shadow: 0px 0px 20px 2px rgba(30, 30, 30, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  border-radius: 20px;
}
.inner_img {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.okInnerTitle_h {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 20px 0 10px 0;
}
.okSlider .swiper-slide-active .okPhone {
  opacity: 1;
}
.okSlider .swiper-slide-active .okInner {
  opacity: 0;
}
/* freeset */
.freeset {
  background-color: #f5f5f7;
}
.freeset_con {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.freeset_h {
  text-align: center;
}
.freeset_p br {
  display: none;
}
.freeset_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 110px;
}
.freeset_content {
  width: 328px;
  height: 305px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  top: 0;
  z-index: 0;
  transition: transform 0.3s;
  cursor: pointer;
}
.content_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.freeset_content_h {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #6a6afb;
  margin-bottom: 57px;
  margin-top: 50px;
}
.freeset_content_texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.freeset_content_p {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 17px;
}
.freeset .slide_con {
  display: flex;
  flex-direction: column;
}

/* hovers */
@media (hover: hover) {
  .keyvisual_btn:hover {
    background-color: #6a6afb;
  }
  .keyvisual_btn:hover span {
    color: #f5f5f7;
  }
  .freeset_contentWrap:hover > .freeset_content {
    transform: scale(1.2) translate(0, 0);
  }
}

/* color */
.blue {
  color: #6a6afb;
}
.white {
  color: #f5f5f7;
}
.bg_white {
  background-color: #f5f5f7;
}
.bg_blue {
  background-color: #6a6afb;
}
.mob,
.mob_flex {
  display: none;
}
