<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.l-lottery-kv {
  position: relative;
}
.l-lottery-kv .heading-1 {
  font-size: 0;
}

.l-lottery-kv-modal {
  position: absolute;
  bottom: 7.3%;
  left: 0;
  width: 100%;
  text-align: center;
}
.l-lottery-kv-modal .text_link-modal {
  position: relative;
  display: inline-block;
  font-size: 2.7vw;
}
.l-lottery-kv-modal .text_link-modal::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6em;
  aspect-ratio: 1;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

.l-lottery-intro {
  padding: 32px 0;
}

.l-lottery-intro-box {
  padding: 16px 14px;
  margin: 0 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  background: #fdfae1;
  border-radius: 15px;
}

.l-lottery-forall {
  padding: 40px 0;
}

.l-lottery-apply {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  background: #ecf8ff;
  border-radius: 15px;
}

.l-lottery-apply-list {
  display: grid;
  gap: 24px;
}
.l-lottery-apply-list &gt; li {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.l-lottery-apply-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .l-lottery-kv-modal {
    bottom: 6.7%;
  }
  .l-lottery-kv-modal .text_link-modal {
    font-size: 0.83vw;
  }
  .l-lottery-apply {
    gap: 24px;
    padding: 40px;
    border-radius: 20px;
  }
  .l-lottery-apply-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
            align-items: start;
  }
}

/* user */
#lottery .l-lottery-apply .users {
  position: relative;
}
#lottery .l-lottery-apply .user {
  max-width: 100%;
  border: 3px solid #2e60b2;
  border-radius: 1rem;
  background: #fff;
  text-align: center;
  overflow: hidden;
  padding: 0 1.6rem 3rem;
}
#lottery .l-lottery-apply .user p:first-of-type {
  height: 5rem;
  width: calc(100% + 3.2rem);
  margin-left: -1.6rem;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e60b2;
  color: #fff;
}
#lottery .l-lottery-apply .user + .user {
  margin-top: 3rem;
  border-color: #1aa3d1;
}
#lottery .l-lottery-apply .user + .user p:first-of-type {
  background: #1aa3d1;
}
#lottery .l-lottery-apply .user p:first-of-type img {
  height: 2rem;
}
#lottery .l-lottery-apply .user .parts-more {
  gap: 3px;
  color: #ff4c00;
}
#lottery .l-lottery-apply .user .parts-more::before,
#lottery .l-lottery-apply .user .parts-more::after {
  width: 16px;
  background-image: url("../../../assets/img/icon/icon_speech_red.svg");
}
#lottery .l-lottery-apply .user .parts-more + a {
  margin-top: 8px;
}

.button-label-wrap {
	position: relative;
	padding-top: 43px;
}
.button-label-wrap .button-label {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	max-width: 270px;
	top: 0;
	margin: 0 auto;
	padding: 10px 5px;
	border-radius: 999px;
	border: 3px solid #aee0ff;
	background: #fff;
}
.button-label-wrap .button-label::before,
.button-label-wrap .button-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #aee0ff transparent transparent;
  translate: -50% 100%;
}
.button-label-wrap .button-label::after {
  border-width: 9px 5px 0 5px;
  border-color: #ffffff transparent transparent;
}

@media (min-width: 992px) {
  .l-lottery-intro {
    padding: 80px 0 64px;
  }
  .l-lottery-intro-box {
    padding: 24px 56px;
    margin: 0 -20px;
    font-size: 23px;
    line-height: 1.4;
    border-radius: 20px;
  }
  .l-lottery-forall {
    padding: 64px 0 80px;
  }
  .l-lottery-apply-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .button-label-wrap .button-label {
	padding: 12px 10px;
  }
  .user + .list-note {
    margin-left: 325px;
  }
}
@media screen and (max-width: 520px) {
  #lottery .l-lottery-apply .user .sm-text-left {
	text-align: left;
  }
  #lottery .l-lottery-apply .user .parts-more::before,
  #lottery .l-lottery-apply .user .parts-more::after {
    width: 12px;
  }
  .button-label-wrap .button-label {
    max-width: 70%;
  }
}</pre></body></html>