@charset "UTF-8";
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 200;
  src: local("SpoqaHanSansNeo"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 300;
  src: local("SpoqaHanSansNeo"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Light.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 400;
  src: local("SpoqaHanSansNeo"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 600;
  src: local("NotoSans"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 700;
  src: local("NotoSans"), url("/e/kms/assets/fonts/SpoqaHanSansNeo-Bold.woff2") format("woff2");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: 14rem;
  font-family: "SpoqaHanSansNeo";
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  line-height: 1;
}

.wrap {
  max-width: 640px;
  margin: 0 auto;
}

/* 본인확인, 개인(신용)정보 수집·이용 약관 */
.popup {
  padding: 0 20rem;
  background: none;
}
.popup .btn_close {
  margin: 0 -20rem;
  text-align: right;
}
.popup .btn_close button {
  width: 64rem;
  height: 48rem;
  background: url("/e/kms/assets/images/event/2025/20250026/btn_close.png") no-repeat center/24rem 24rem;
  font-size: 0;
}
.popup .title {
  padding: 10rem 0 16rem;
  line-height: 28rem;
  font-weight: 700;
  font-size: 20rem;
  color: #222;
}
.popup .term {
  padding-bottom: 94rem;
}
.popup .guide {
  position: relative;
  margin-bottom: 56rem;
  padding: 20rem 20rem 20rem 30rem;
  background-color: #f7f8fa;
  border-radius: 20rem;
  line-height: 22rem;
  font-size: 14rem;
  color: #333;
}
.popup .guide::before {
  content: "";
  display: block;
  position: absolute;
  top: 20rem;
  left: 10rem;
  width: 18rem;
  height: 18rem;
  background: url("/e/kms/assets/images/event/2025/20250026/icon_light.png") no-repeat 0 0/18rem 18rem;
}
.popup .title_label {
  display: block;
  padding-bottom: 8rem;
  line-height: 19rem;
  font-size: 14rem;
  color: #888;
}
.popup .title_label.pb2 {
  padding-bottom: 2rem;
}
.popup input[type=text] {
  width: 100%;
  height: 42rem;
  margin-bottom: 40rem;
  padding: 0;
  border: 0;
  border-bottom: 1rem solid #ddd;
  line-height: 28rem;
  font-size: 20rem;
  color: #333;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.popup input[type=text]::placeholder {
  color: #ccc;
}
.popup .phone {
  display: flex;
  gap: 10rem;
}
.popup .phone .btn_phone_front {
  width: 80rem;
  height: 43rem;
  background: url("/e/kms/assets/images/event/2025/20250026/icon_arrow.png") no-repeat right 8rem top 13rem/16rem 16rem;
  border-bottom: 1rem solid #ddd;
  text-align: left;
  font-weight: 600;
  font-size: 20rem;
  color: #333;
}
.popup .phone input {
  flex: 1;
}
.popup .phone .btn_certified {
  width: 72rem;
  height: 42rem;
  border: 1rem solid #212266;
  border-radius: 12rem;
  line-height: 43rem;
  font-weight: 600;
  font-size: 0;
  color: #212266;
}
.popup .phone .btn_certified::after {
  content: "인증번호";
  font-size: 14rem;
}
.popup .phone .btn_certified.re {
  border: 1rem solid #999;
  color: #333;
}
.popup .phone .btn_certified.re::after {
  content: "재요청";
}
.popup .certified {
  position: relative;
}
.popup .certified .count {
  position: absolute;
  top: 12rem;
  right: 0;
  line-height: 18rem;
  font-weight: 700;
  font-size: 14rem;
  color: #888;
}
.popup .title_caution {
  margin-bottom: 16rem;
  padding: 46rem 0 6rem;
  border-bottom: 1rem solid #ddd;
  line-height: 20rem;
  font-weight: 600;
  font-size: 16rem;
  color: #333;
}
.popup .login_guide table {
  width: 100%;
  border-bottom: 1rem solid #8a8a8a;
  margin-bottom: 5rem;
}
.popup .login_guide table th {
  font-weight: 400;
  background-color: #dee3ec;
  font-size: 12rem;
  color: #303030;
  padding: 8rem 10rem;
  text-align: left;
  border-top: 1rem solid #8a8a8a;
  width: 50%;
}
.popup .login_guide table td {
  padding: 8rem 10rem;
  font-size: 12rem;
  color: #303030;
  text-align: left;
  border-top: 1rem solid #8a8a8a;
}
.popup .login_guide .guide_info {
  padding-bottom: 8rem;
}
.popup .login_guide .guide_info li {
  position: relative;
  padding: 0 20rem 3rem 10rem;
  line-height: 16rem;
  font-size: 12rem;
  color: #666;
}
.popup .login_guide .guide_info li::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 5rem;
  width: 3rem;
  height: 3rem;
  background-color: #bbb;
  border-radius: 50%;
}
.popup .essential_wrap {
  margin-bottom: 16rem;
  border: 1rem solid #ddd;
  border-radius: 10rem;
}
.popup .essential_wrap .radio {
  display: flex;
  gap: 54rem;
}
.popup .essential_wrap .radio input {
  display: none;
}
.popup .essential_wrap .radio input:checked + label::before {
  border: 1rem solid #212266;
}
.popup .essential_wrap .radio input:checked + label::after {
  background-color: #212266;
}
.popup .essential_wrap .radio label {
  position: relative;
  line-height: 20rem;
  padding-left: 28rem;
  font-size: 16rem;
  color: #333;
}
.popup .essential_wrap .radio label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
  height: 20rem;
  box-sizing: border-box;
  border: 1rem solid #c7c7c7;
  border-radius: 50%;
}
.popup .essential_wrap .radio label::after {
  content: "";
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 10rem;
  height: 10rem;
  background-color: #eee;
  border-radius: 50%;
  box-sizing: border-box;
}
.popup .essential_wrap .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16rem 20rem;
  border-bottom: 1rem solid #ddd;
}
.popup .essential_wrap .title_wrap .title_essential {
  font-weight: 600;
  font-size: 14rem;
  color: #333;
}
.popup .essential_wrap .title_wrap .radio {
  display: flex;
  gap: 16rem;
}
.popup .essential_wrap .title_wrap .radio label {
  position: relative;
  line-height: 17rem;
  padding-left: 22rem;
  font-size: 12rem;
}
.popup .essential_wrap .title_wrap .radio label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16rem;
  height: 16rem;
  box-sizing: border-box;
  border: 1rem solid #c7c7c7;
  border-radius: 50%;
}
.popup .essential_wrap .title_wrap .radio label::after {
  content: "";
  position: absolute;
  top: 4rem;
  left: 4rem;
  width: 8rem;
  height: 8rem;
  box-sizing: border-box;
  background-color: #eee;
  border-radius: 50%;
}
.popup .essential_wrap .contents {
  padding: 16rem 20rem 25rem;
}
.popup .essential_wrap .contents .content {
  display: flex;
  gap: 8rem;
  padding-bottom: 26rem;
}
.popup .essential_wrap .contents .content .icon {
  height: 20rem;
  padding: 0 8rem;
  background-color: #1998e9;
  border-radius: 4rem;
  line-height: 20rem;
  font-size: 10rem;
  color: #fff;
}
.popup .essential_wrap .contents .content .text {
  flex: 1;
  font-size: 14rem;
  line-height: 20rem;
  color: #888;
}
.popup .grade_guide {
  margin-bottom: 40rem;
  padding: 20rem;
  border: 1rem solid #ddd;
  border-radius: 10rem;
}
.popup .grade_guide .title_guide {
  padding-bottom: 20rem;
  font-weight: 600;
  font-size: 14rem;
  color: #333;
}
.popup .grade_guide .grade {
  display: flex;
  height: 33rem;
  margin-bottom: 16rem;
}
.popup .grade_guide .grade li {
  width: 20%;
  text-align: center;
  line-height: 32rem;
  font-size: 12rem;
  color: #fff;
}
.popup .grade_guide .grade li:nth-child(1) {
  background: #1998e9;
  border-radius: 32rem 0 0 32rem;
}
.popup .grade_guide .grade li:nth-child(2) {
  background: #17db6b;
  font-size: 11rem;
}
.popup .grade_guide .grade li:nth-child(3) {
  background: #dec40d;
}
.popup .grade_guide .grade li:nth-child(4) {
  background: #fb9527;
}
.popup .grade_guide .grade li:nth-child(5) {
  background: #ea1600;
  border-radius: 0 32rem 32rem 0;
}
.popup .grade_guide .summary {
  font-size: 12rem;
  color: #888;
}
.popup .caution {
  padding-bottom: 8rem;
}
.popup .caution li {
  position: relative;
  padding: 0 0 12rem 11rem;
  line-height: 16rem;
  font-size: 12rem;
  color: #666;
}
.popup .caution li::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: #bbb;
  border-radius: 50%;
}
.popup .caution li.red {
  color: #bd527e;
}
.popup .btn_ok {
  display: block;
  width: 100%;
  height: 54rem;
  margin: 20rem 0;
  background: #212266;
  border-radius: 16rem;
  font-size: 16rem;
  color: #fff;
}
.popup .btn_ok:disabled {
  background: #eaeaf4;
  color: #a1a3c9;
}
.popup .btn_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.popup .btn_fixed .btn_ok {
  width: calc(100% - 40rem);
  margin: 0 20rem 20rem;
}

/* 휴대폰 앞자리 선택 */
.phone_front_layer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.phone_front_layer.active .popup_container {
  transform: translateY(0);
}
.phone_front_layer .dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.5);
  transition: all 0.5s ease-in-out;
}
.phone_front_layer .popup_container {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-height: calc(100% - 68rem);
  padding: 0 20rem;
  border-radius: 16rem 16rem 0 0;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  background: #fff;
  box-sizing: border-box;
}
.phone_front_layer .popup_container .btn_close {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 12rem 0 30rem;
  font-size: 0;
}
.phone_front_layer .popup_container .btn_close::before {
  content: "";
  width: 62rem;
  height: 4rem;
  border-radius: 30rem;
  background: #eee;
}
.phone_front_layer .popup_container .title {
  padding-bottom: 12rem;
  line-height: 28rem;
  font-weight: 600;
  font-size: 20rem;
  color: #222;
}
.phone_front_layer .popup_container .selectbox li.active button {
  background: #f7f8fa;
  color: #5178f2;
}
.phone_front_layer .popup_container .selectbox li button {
  width: 100%;
  height: 51rem;
  padding: 0 10rem;
  border-radius: 8rem;
  text-align: left;
  font-size: 16rem;
  color: #666;
}
.phone_front_layer .popup_container .btn_ok {
  display: block;
  width: 100%;
  height: 54rem;
  margin: 20rem 0;
  background: #212266;
  border-radius: 16rem;
  font-size: 16rem;
  color: #fff;
}

/* 이벤트 조기종료 안내 */
.notification_layer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.notification_layer .dim {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
}
.notification_layer .step1 {
  position: relative;
  z-index: 200;
  width: 320rem;
}
.notification_layer .step1 img {
  width: 100%;
}
.notification_layer .step1 a {
  position: absolute;
  display: block;
  text-indent: -9999rem;
}
.notification_layer .step2 {
  position: relative;
  z-index: 200;
  width: 320rem;
}
.notification_layer .step1 .pop_close {
  left: 20rem;
  bottom: 20rem;
  width: 92rem;
  height: 56rem;
}
.notification_layer .step1 .pop_step2 {
  right: 20rem;
  bottom: 20rem;
  width: 180rem;
  height: 56rem;
}
.notification_layer .step2 .pop_close {
  position: absolute;
  left: 20rem;
  bottom: 20rem;
  display: block;
  text-indent: -9999rem;
  width: 280rem;
  height: 56rem;
}
.notification_layer .step3 {
  position: relative;
  z-index: 200;
  width: 280rem;
  text-align: center;
  color: #fff;
}
.notification_layer .step3 h1 {
  margin-bottom: 20rem;
  font-weight: bold;
  font-size: 26rem;
  line-height: 34rem;
}
.notification_layer .step3 img {
  display: block;
  width: 100%;
}
.notification_layer .step3 p {
  margin-top: 4rem;
  font-size: 14rem;
  line-height: 20rem;
}
.notification_layer .step3 .btn_wrap {
  margin-top: 28rem;
}
.notification_layer .step3 .btn_wrap button {
  display: block;
  height: 56rem;
  width: 100%;
  background-color: #6300e5;
  color: #fff;
  font-weight: 600;
  font-size: 16rem;
  border-radius: 20rem;
  text-align: center;
  line-height: 58rem;
}
.notification_layer .step3 .btn_close {
  margin-top: 40rem;
}
.notification_layer .step3 .btn_close button {
  display: block;
  width: 30rem;
  height: 30rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 1rem solid #999;
  background: url("../../assets/images/4th/icon_close.png") no-repeat center center;
  background-color: #666;
  background-size: 180rem 180rem;
  font-size: 0;
  line-height: 0;
  text-indent: -9999rem;
}
.notification_layer .step3 .pop_close {
  position: absolute;
  left: 20rem;
  bottom: 32rem;
  display: block;
  text-indent: -9999rem;
  width: 280rem;
  height: 56rem;
}
.notification_layer .error {
  position: relative;
  z-index: 200;
  width: 320rem;
}
.notification_layer .error .pop_return {
  position: absolute;
  left: 20rem;
  bottom: 320rem;
  display: block;
  text-indent: -9999rem;
  width: 280rem;
  height: 56rem;
}

/* 메인 */
.main {
  position: relative;
  background: #ffe2fc;
}
.main .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 48rem);
  padding: 20rem 24rem 0;
  box-sizing: content-box;
}
.main .header img {
  width: 100%;
  height: 100%;
}
.main .header h1 {
  width: 69rem;
  height: 22rem;
}
.main .header .btn_kakao {
  width: 26rem;
  height: 26rem;
}
.main .top {
  position: relative;
  width: 100%;
  height: 657rem;
  background-image: linear-gradient(to bottom, #ffeefa, #fff5fc 13%, #fff 46%, #ffe4f3 72%, #ffe2fc);
}
.main .top::before {
  content: "";
  position: absolute;
  top: 66rem;
  left: 0;
  width: 100%;
  height: 148rem;
  background: url("/e/kms/assets/images/event/2025/20250026/title.png?20250325") no-repeat center 0/260rem 148rem;
}
.main .top::after {
  content: "";
  position: absolute;
  top: 230rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70rem;
  background: url("/e/kms/assets/images/event/2025/20250026/ribbon.png?20250325") no-repeat center 0/159rem 70rem;
}
.main .top .fire {
  width: 100%;
  height: 100%;
  background: url("/e/kms/assets/images/event/2025/20250026/model_bg.png?20250325") no-repeat center 126rem/100% 341rem;
}
.main .top .fire li {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.main .top .fire li:nth-child(1) {
  top: 199rem;
  left: 267rem;
  background-image: url("/e/kms/assets/images/event/2025/20250026/fire1.png");
  width: 17rem;
  height: 17rem;
}
.main .top .fire li:nth-child(2) {
  top: 204rem;
  left: 296rem;
  background-image: url("/e/kms/assets/images/event/2025/20250026/fire2.png");
  width: 18rem;
  height: 19rem;
}
.main .top .fire li:nth-child(3) {
  top: 207rem;
  left: 75rem;
  background-image: url("/e/kms/assets/images/event/2025/20250026/fire3.png");
  width: 18rem;
  height: 18rem;
}
.main .top .fire li:nth-child(4) {
  top: 202rem;
  left: 37rem;
  background-image: url("/e/kms/assets/images/event/2025/20250026/fire4.png");
  width: 12rem;
  height: 12rem;
}
.main .top .fire li:nth-child(5) {
  top: 179rem;
  left: 62rem;
  background-image: url("/e/kms/assets/images/event/2025/20250026/fire5.png");
  width: 16rem;
  height: 16rem;
}
.main .stock_wrap {
  position: relative;
  margin: -381rem 20rem 38rem;
  background: #fff;
  border-radius: 16rem;
  box-shadow: 0 3rem 10rem 0 rgba(107, 12, 65, 0.23);
}
.main .stock_wrap .stock_guide {
  padding: 32rem 0 24rem;
  text-align: center;
  line-height: 22rem;
  font-weight: 700;
  font-size: 18rem;
  color: #222;
}
.main .stock_wrap .stock_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 16rem;
  width: 100%;
}
.main .stock_wrap .stock_list li {
  position: relative;
  width: 132rem;
  padding-bottom: 24rem;
}
.main .stock_wrap .stock_list li.imminent::after {
  content: "마감임박";
  position: absolute;
  top: 8rem;
  left: 8rem;
  height: 20rem;
  padding: 0 6rem;
  background: #ff2c2c;
  border-radius: 6rem;
  line-height: 21rem;
  letter-spacing: -0.4rem;
  font-weight: 700;
  font-size: 11rem;
  color: #fff;
}
.main .stock_wrap .stock_list li.soldout {
  opacity: 0.5;
}
.main .stock_wrap .stock_list li.soldout::after {
  content: "SOLD OUT";
  position: absolute;
  top: 8rem;
  left: 8rem;
  height: 20rem;
  padding: 0 6rem;
  background: #999;
  border-radius: 6rem;
  line-height: 21rem;
  letter-spacing: -0.4rem;
  font-weight: 700;
  font-size: 11rem;
  color: #fff;
}
.main .stock_wrap .stock_list li .image {
  position: relative;
  height: 152rem;
  background: #f9f9f9;
  text-align: center;
}
.main .stock_wrap .stock_list li .image:hover img {
  width: 100rem;
  transition: width 0.5s;
}
.main .stock_wrap .stock_list li .image img {
  position: absolute;
  top: calc(50% - 8rem);
  left: 50%;
  width: 72rem;
  transform: translate(-50%, -50%);
}
.main .stock_wrap .stock_list li .image div {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 104rem;
  left: 0;
  width: calc(100% - 16rem);
  padding: 0 8rem;
  box-sizing: content-box;
}
.main .stock_wrap .stock_list li .image button {
  position: relative;
  overflow: hidden;
  width: 40rem;
  height: 40rem;
  background: #fff;
  border: 1rem solid #222;
  border-radius: 40rem;
  animation: cart 1s 1s forwards;
}
.main .stock_wrap .stock_list li .image button span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  position: absolute;
  top: 0;
  left: -8rem;
  width: 116rem;
  height: 100%;
  font-weight: 700;
  color: #222;
  animation: cart_span 1s 1s forwards;
}
.main .stock_wrap .stock_list li .image button span::before {
  content: "";
  width: 18rem;
  height: 18rem;
  background: url("/e/kms/assets/images/event/2025/20250026/icon_cart.png") no-repeat 0 0/18rem 18rem;
}
@keyframes cart {
  100% {
    width: 100%;
  }
}
@keyframes cart_span {
  100% {
    gap: 6rem;
    left: 0;
  }
}
.main .stock_wrap .stock_list li span {
  font-size: inherit;
}
.main .stock_wrap .stock_list li .left {
  padding: 8rem 0 6rem 17rem;
  background: url("/e/kms/assets/images/event/2025/20250026/icon_item.png") no-repeat 0 center/14rem 14rem;
  line-height: 14rem;
  font-size: 11rem;
  color: #333;
}
.main .stock_wrap .stock_list li .left span {
  color: #ff5050;
}
.main .stock_wrap .stock_list li .name {
  padding-bottom: 5rem;
  line-height: 18rem;
  font-weight: 600;
  color: #333;
}
.main .stock_wrap .stock_list li .original {
  line-height: 14rem;
  text-decoration: line-through;
  font-size: 11rem;
  color: #999;
}
.main .stock_wrap .stock_list li .zero {
  line-height: 21rem;
  font-weight: 700;
  font-size: 16rem;
}
.main .stock_wrap .standard {
  padding: 12rem 0;
  background: #f5f5f5;
  border-radius: 0 0 16rem 16rem;
  line-height: 15rem;
  text-align: center;
  font-size: 12rem;
  color: #666;
}
.main .share_guide {
  padding-bottom: 8rem;
  line-height: 21rem;
  text-align: center;
  font-weight: 600;
  font-size: 16rem;
  color: #222;
}
.main .dormant {
  padding-bottom: 24rem;
  line-height: 19rem;
  text-align: center;
  font-size: 15rem;
  color: #222;
}
.main .btn_check {
  padding: 0 24rem 44rem;
  line-height: 0;
}
.main .btn_check button {
  padding-bottom: 16rem;
  line-height: 0;
}
.main .btn_check img {
  width: 100%;
}
.main .event {
  position: relative;
  line-height: 0;
}
.main .event img {
  width: 100%;
}
.main .precautions {
  position: relative;
  line-height: 0;
}
.main .precautions img {
  width: 100%;
}
.main .btn_account {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 24rem 58rem;
  line-height: 0;
}
.main .btn_account img {
  width: 100%;
}

/* 주식더모으기 추가 공유 이벤트 */
.share {
  position: relative;
  min-height: 100vh;
  background: #f5f5f5;
  text-align: center;
}
.share .btn_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 8rem;
  background: #fbfbfb;
}
.share .btn_wrap .btn_back {
  width: 64rem;
  height: 48rem;
  background: url("/e/kms/assets/images/event/2025/20250026/btn_back.png") no-repeat center/24rem 24rem;
  font-size: 0;
}
.share .btn_wrap .btn_close {
  width: 64rem;
  height: 48rem;
  background: url("/e/kms/assets/images/event/2025/20250026/btn_close.png") no-repeat center/24rem 24rem;
}
.share .btn_close {
  padding-top: 8rem;
  text-align: right;
}
.share .btn_close button {
  width: 64rem;
  height: 48rem;
  background: url("/e/kms/assets/images/event/2025/20250026/btn_close.png") no-repeat 0 0/100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24rem 24rem;
  font-size: 0;
}
.share .guide {
  position: relative;
  height: 386rem;
  background: #fbfbfb url("/e/kms/assets/images/event/2025/20250026/stamp0.png?20250325") no-repeat center 137rem/280rem 170rem;
  line-height: 34rem;
  font-weight: 700;
  font-size: 28rem;
  color: #333;
}
.share .guide::before {
  content: "";
  position: absolute;
  top: 239rem;
  left: 64rem;
  z-index: 1;
  width: 111rem;
  height: 75rem;
  background: url("/e/kms/assets/images/event/2025/20250026/deco.png?20250325") no-repeat 0 0/100% 100%;
}
.share .guide strong {
  font-weight: 700;
  font-size: 28rem;
}
.share .guide span {
  font-weight: 700;
  font-size: 28rem;
  color: #f70f9a;
}
.share .guide.guide1 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stamp1.png?20250325");
}
.share .guide.guide2 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stamp2.png?20250325");
}
.share .guide.guide3 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stamp3.png?20250325");
}
.share .guide.guide4 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stamp4.png?20250325");
}
.share .guide.guide5 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stamp5.png");
}
.share .guide.guide6 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stamp6.png");
}
.share .guide.guide7 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stamp7.png");
}
.share .guide.guide8 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stamp8.png");
}
.share .guide.guide9 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stamp9.png");
}
.share .stock_name {
  position: absolute;
  top: 283rem;
  left: 90rem;
  width: 80rem;
  height: 80rem;
  background: url("/e/kms/assets/images/event/2025/20250026/stock_name1.png") no-repeat 0 0/100% 100%;
}
.share .stock_name.stock_name1 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stock_name1.png");
}
.share .stock_name.stock_name2 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stock_name2.png");
}
.share .stock_name.stock_name3 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stock_name3.png");
}
.share .stock_name.stock_name4 {
  background-image: url("/e/kms/assets/images/event/2025/20250026/stock_name4.png");
}
.share .almost {
  display: none;
  position: absolute;
  top: 303rem;
  left: 30rem;
  z-index: 1;
  width: 300rem;
  height: 90rem;
  background: url("/e/kms/assets/images/event/2025/20250026/almost.png?20250325") no-repeat 0 0/100% 100%;
}
.share .btn_share {
  position: relative;
  z-index: 1;
  padding: 0 30rem 56rem;
  background: #fbfbfb;
}
.share .btn_share button {
  width: 100%;
  height: 56rem;
  line-height: 57rem;
  background: #f70f9a;
  border-radius: 12rem;
  font-weight: 600;
  font-size: 18rem;
  color: #fff;
}
.share .notice_title {
  padding: 48rem 0 0 30rem;
  text-align: left;
  letter-spacing: -0.3rem;
  font-weight: 700;
  font-size: 15rem;
  color: #333;
}
.share .notice {
  padding: 0 30rem 30rem;
}
.share .notice li {
  position: relative;
  margin-top: 10rem;
  padding-left: 10rem;
  text-align: left;
  line-height: 18rem;
  letter-spacing: -0.3rem;
  font-size: 12rem;
  color: #888;
}
.share .notice li::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  width: 4rem;
  height: 4rem;
  background: #bbb;
  border-radius: 50%;
  opacity: 0.4;
}
.share .btn_account {
  padding: 0 30rem;
}
.share .btn_account a {
  display: block;
  width: 100%;
  height: 46rem;
  line-height: 46rem;
  border: 1rem solid #707070;
  border-radius: 8rem;
  letter-spacing: -0.28rem;
  font-weight: 600;
  color: #333;
}

/* 확정완료! */
.complete {
  background: #fff3f8;
  text-align: center;
}
.complete .btn_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 8rem;
}
.complete .btn_wrap .btn_close {
  width: 64rem;
  height: 48rem;
  margin-left: auto;
  background: url("/e/kms/assets/images/event/2025/20250026/btn_close.png") no-repeat center/24rem 24rem;
}
.complete .congraturation {
  padding-bottom: 30rem;
  font-weight: 700;
  font-size: 28rem;
  color: #333;
}
.complete .stock_logo {
  position: relative;
  height: 120rem;
  margin-bottom: 30rem;
}
.complete .stock_logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/e/kms/assets/images/event/2025/20250026/deco2.png") no-repeat 63rem 26rem/257rem 64rem;
}
.complete .stock_logo.stock_logo1 {
  background: url("/e/kms/assets/images/event/2025/20250026/stock_logo1.png") no-repeat center 0/120rem 120rem;
}
.complete .stock_logo.stock_logo2 {
  background: url("/e/kms/assets/images/event/2025/20250026/stock_logo2.png") no-repeat center 0/120rem 120rem;
}
.complete .stock_logo.stock_logo3 {
  background: url("/e/kms/assets/images/event/2025/20250026/stock_logo3.png") no-repeat center 0/120rem 120rem;
}
.complete .stock_logo.stock_logo4 {
  background: url("/e/kms/assets/images/event/2025/20250026/stock_logo4.png") no-repeat center 0/120rem 120rem;
}
.complete .result {
  padding-bottom: 30rem;
  line-height: 30rem;
  font-weight: 700;
  font-size: 24rem;
  color: #333;
}
.complete .result strong {
  font-weight: 700;
  font-size: 24rem;
  color: #333;
}
.complete .result span {
  font-weight: 700;
  font-size: 24rem;
  color: #f70f9a;
}
.complete .btn_create {
  padding: 0 24rem 20rem;
  line-height: 0;
}
.complete .btn_create img {
  width: 100%;
}
.complete .check_list {
  padding: 0 24rem 36rem;
  text-align: left;
}
.complete .check_list li {
  padding: 0 0 4rem 16rem;
  background: url("/e/kms/assets/images/event/2025/20250026/icon_check.png") no-repeat 0 2rem/10rem 10rem;
  line-height: 16rem;
  font-size: 13rem;
}
.complete .banner_list {
  padding: 0 24rem 33rem;
  text-align: left;
}
.complete .banner_list li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 96rem;
  margin-bottom: 12rem;
  padding: 0 20rem;
  background: #fff;
  border-radius: 16rem;
  line-height: 20rem;
  letter-spacing: -0.6rem;
  font-size: 13rem;
  color: #333;
}
.complete .banner_list li strong {
  font-weight: 700;
  font-size: 16rem;
  letter-spacing: -0.8rem;
}
.complete .banner_list li.banner1 {
  background: #fff url("/e/kms/assets/images/event/2025/20250026/banner_list1.png") no-repeat 212rem center/76rem 76rem;
}
.complete .banner_list li.banner2 {
  background: #fff url("/e/kms/assets/images/event/2025/20250026/banner_list2.png") no-repeat 212rem center/76rem 76rem;
}
.complete .banner_list li.banner3 {
  background: #fff url("/e/kms/assets/images/event/2025/20250026/banner_list3.png") no-repeat 212rem center/76rem 76rem;
}
.complete .banner_list li.banner4 {
  background: #fff url("/e/kms/assets/images/event/2025/20250026/banner_list4.png") no-repeat 212rem center/76rem 76rem;
}