/* section:welcome */
.container {}
.welcome {
  position: relative;
}
.welcome .sub_banner_bg img {
  width: 100%;
}
.welcome .inner {
  width: 1280px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.welcome .inner .banner_title {
  text-align: left;
  width: fit-content;
}
.welcome .inner .banner_title h1 {
  font-family: '뫼비우스';
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 100;
  position: relative;
}
.welcome .inner .banner_title h1 b {
  color: var(--main-color);
}

.welcome .inner .banner_title h1::after,
.welcome .inner .banner_title h1::before {
  content: '';
  width: 110%;
  height: 110%;
  position: absolute;
  background-color: rgba(5, 5, 5, 0.616);
  z-index: -10;
}
.welcome .inner .banner_title h1::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome .inner .banner_title h1::before {
  left: -45px;
  top: -35px;
}

/* section : pop  애니메이션 */ 
/* section.pop {
  padding-top: 120px;
}
section.pop .inner {
  min-height: 600px;
  position: relative;
}
section.pop .inner img:last-child {
  position: absolute;
  width: 400px;
  left: 50%;
  transform: translateX(-50%);
  animation: pop 2.5s linear infinite;
}
section.pop .inner img:first-child {
  position: absolute;
  width: 300px;
  left: 37%;
  bottom: 0;
  opacity: 0.3;
  animation: sh_pop 2.5s linear infinite;
} 

@keyframes pop {
  0% {
    top: 30px;
  }
  25% {
    top: 40px;
  }
  50% {
    top: 60px;
  }
  100% {
    top: 30px;
  }
}
@keyframes sh_pop {
  0% {
    opacity: 0.1;
    transform: scale(0.4) ;
  }
  50% {
    opacity: 0.7;
    transform: scale(0.8) ;
  }
  100% {
    opacity: 0.1;
    transform: scale(0.4) ;
  }
} */
/* section : service_select */
.service_select {
  padding: 155px 0;
}
.service_select .section_title::before,
.service_select .section_title::after {
  border: none;
}
.service_select .section_title h2 {
  line-height: 1.2em;
}

.service_select .ss_btns {
  background-color: #f6f6f6;
  margin: auto;
  margin-top: 90px;
  width: 700px;
  height: 140px;
  border: 5px solid #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.400);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.service_select .ss_btns ~ span {
  margin-top: 30px;
  display: block;
  font-size: 17px;
}
.service_select .ss_btns img {
  cursor: pointer;
}
.service_select .ss_btns img.active {
  filter: invert(27%) sepia(88%) saturate(3266%) hue-rotate(338deg) brightness(71%) contrast(104%);
}
.service_select .download_btn {
  margin-top: 30px;
}
.service_taps {
  position: relative;
}
.service_taps > div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}


/* pqrt : kiosk */
.tap_kiosk {}

/* section : kiosk info */
.kiosk_info {
  padding-bottom: 200px;
}
/* .kiosk_info .section_title {
  margin-bottom: 80px;
} */
.kiosk_info > p {
  font-size: 20px;
  margin: 30px 0;
}
.kiosk_info .kiosk_slide {
  width: 1280px;
  margin: auto;
  margin-bottom: 0;
}
.kiosk_info .kiosk_slide .slick-dots {
  bottom: -75px;
}
.kiosk_slide .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  height: fit-content;
}
.kiosk_slide .slick-dots li {
  margin: 0 3px;
}
.kiosk_slide .slick-dots li button:before {
  content: '';
  background-color: #e6e6e6;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.kiosk_slide .slick-dots .slick-active,
.kiosk_slide .slick-dots .slick-active button:before {
  width: 40px;
  transition: 0.35s;
  border-radius: 25px;
  opacity: 1;
}
.kiosk_slide .slick-dots .slick-active button:before {
  background-color: var(--main-color);
}

.kiosk_info .kiosk_slide .slick-slide {
  width: 840px;
  height: 520px;
  border-radius: 15px;
  overflow: hidden;
  margin: 30px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.800);
  position: relative;
}
.kiosk_info .kiosk_slide .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kiosk_slide .slick-slide h5 {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  background-color: var(--main-color);
  padding: 5px 0;
  padding-right: 10px;
  padding-left: 15px;
  top: 35px;
  left: 0;
}

/* part : QR */

.tap_qr {}

/* section : qr info */
.qr_info {
  padding-bottom: 150px;
}
.qr_info > p {
  font-size: 20px;
  margin: 30px 0;
}
.qr_info .qr_item {
  width: 1060px;
  margin: auto;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.qr_info .qr_item.mo_on {
  display: none;
}
.qr_info .qr_item .item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
  border-radius: 15px;
  overflow: hidden;
  padding: 15px 10px;
}
.qr_info .qr_item .item div:first-child h2 {
  font-size: 20px;
  font-weight: 400;
}
.qr_info .qr_item > .sticker {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.qr_info .qr_item > .sticker div:first-child {
  width: 100%;
  padding-bottom: 15px;
}
.qr_info .qr_item div h4 {
  margin-top: auto;
  font-size: 20px;
  font-weight: 400;
}

/* part : sns  */
.sns_info {
  padding-bottom: 210px;
}
.sns_info .section_title {}
.sns_info > p {
  font-size: 20px;
  margin-top: 30px;
}
.sns_items {
  width: 1280px;
  margin: auto;
  margin-top: 160px;
  display: flex;
  justify-content: space-between;
}
.sns_info .sns_items.mo_on {
  display: none;
}
.sns_items .item {
  position: relative;
  height: 400px;
  width: 290px;
  border-radius: 10px;
  overflow: hidden;
}
.sns_items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sns_items .item h5 {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  background-color: var(--main-color);
  padding: 0 10px;
  top: 35px;
  left: 0;
}
.sns_items .item h6 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.900);
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  padding: 5px;
}

/* section : ad_difference */
.ad_difference {
  padding: 150px 0;
}
.ad_difference > .section_title::after,
.ad_difference > .section_title::before {
  border: none;
}
.ad_difference > .section_title > span {
  width: 50px;
  height: 6px;
  background-color: #f6f6f6;
  display: block;
  border-radius: 10px;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.555);
  margin: auto;
  margin-bottom: 30px;
}
.ad_items {
  display: flex;
  width: 840px;
  justify-content: space-between;
  margin: auto;
  margin-top: 130px;
}
.ad_items > div .section_title h2 {
  font-size: 20px;
}
.ad_items > div .section_title h2 s {
  text-decoration: none;
  color: var(--main-color);
}
.ad_items > div .inner {
  width: 400px;
  height: 460px;
  background-image: url('../images/jpg/ad_bg_01.jpg');
  border-radius: 15px;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.ad_items > div .inner .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ad_items .normal .inner .logo {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.ad_items .flutter_ad .inner {
  background-image: url('../images/jpg/ad_bg_02.jpg');
}
.ad_items > div .inner h3 {
  background-color: #fff;
  border-radius: 30px;
  font-size: 24px;
  width: 180px;
  margin: auto;
  line-height: 1.2em;
}
.ad_items .flutter_ad .inner h3 {
  color: var(--main-color);
}
.ad_items > div .inner h5 {
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 67px;
  color: #fff;
  padding: 0 15px;
}
.ad_items .normal .inner h5 {
  /* background-color: #3a5898; */
  background-color: var(--main-color);
}
.ad_items .flutter_ad .inner h5 {
  background-color: var(--main-color);
}
.ad_items > div .inner h6 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.900);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 1.2em;
  padding: 10px;
  font-weight: 200;
  color: #fff;
}

/* section : ad_coupon */
.ad_coupon {
  padding: 150px 0;
}
.ad_coupon .coupon_items {
  width: 1280px;
  margin-top: 70px;
}
.ad_coupon .coupon_items img {
  width: 100%;
}
/* section : graph */
.ad_graph img {
  width: 520px;
}