@charset "UTF-8";
@import url("pretendardvariable.css");
html, body {
  font-family: "Pretendard Variable", sans-serif;
  margin: 0;
  padding: 0;
  word-break: keep-all;
}

body {
  background-color: #000;
}

img {
  display: block;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 불투명 검정 */
  display: none; /* 처음엔 안보임 */
  z-index: 1000;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow-y: auto; /* 내용이 넘치면 스크롤 */
  z-index: 1001;
  display: none; /* 처음엔 안보임 */
  max-height: 80vh;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #ccc transparent; /* Firefox */
}
.modal::-webkit-scrollbar {
  width: 6px;
}
.modal::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); /* 스크롤바 색 */
  border-radius: 3px; /* 둥근 모서리 */
}
.modal::-webkit-scrollbar-track {
  background: transparent; /* 트랙 투명 */
}
.modal-wrong1 > img, .modal-wrong2 > img, .modal-wrong3 > img {
  cursor: pointer;
}
.modal > .kakao {
  width: 820px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(to bottom, rgb(249, 224, 0), rgb(219, 55, 39));
}
.modal > .kakao .kakao-wrap {
  width: 100%;
  background-color: #000;
  border-radius: 10px;
  text-align: center;
  padding: 80px 0;
}
.modal > .kakao .kakao-wrap .kakao-title {
  text-align: center;
}
.modal > .kakao .kakao-wrap .kakao-title img {
  margin: 0 auto;
}
.modal > .kakao .kakao-wrap .kakao-btn-link {
  display: block;
  margin-top: 20px;
}
.modal > .kakao .kakao-wrap .kakao-btn-link img {
  margin: 0 auto;
}
.modal > .kakao .kakao-wrap .kakao-desc {
  margin: 100px auto 0;
  font-size: 35px;
  color: #7f7f7f;
}
.modal > .kakao .kakao-wrap .kakao-desc span {
  color: #fff;
}
.modal > .kakao .kakao-wrap .kakao-cont {
  margin-top: 150px;
}
.modal > .kakao .kakao-wrap .kakao-cont img {
  margin: 0 auto;
}
.modal > .kakao .kakao-wrap .kakao-upload {
  margin-top: 100px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.modal > .kakao .kakao-wrap .kakao-upload img {
  margin: 0 auto;
}
.modal > .kakao .kakao-wrap .kakao-upload-thumbnail {
  width: 425px;
  height: 300px;
  margin: 50px auto 0;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/bg_kakao_upload_thumbnail.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.modal > .kakao .kakao-wrap .kakao-upload-thumbnail > img {
  display: none;
  width: auto;
  height: 300px;
  margin: 0 auto;
}
.modal > .kakao .kakao-wrap .kakao-upload-btn {
  display: inline-block;
}
.modal > .kakao .kakao-wrap .kakao-upload-btn > label {
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 15px 0;
  width: 230px;
}
.modal > .kakao .kakao-submit {
  font-size: 53.64px;
  text-align: center;
  background-color: #ea2e1c;
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  display: inline-block;
  width: 535px;
  margin: 120px auto 0;
  border-radius: 10px;
  cursor: pointer;
}

.closeModal {
  display: none;
  background: #000;
  border: 0;
  color: #fff;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1002;
  cursor: pointer;
}
.closeModal svg {
  width: 50px;
  height: 50px;
  display: block;
}

.title {
  width: 100%;
  position: relative;
  background: url("../img/bg_title.png") no-repeat center;
  background-size: cover;
  padding: 30px 0 110px;
}
.title-btn-share {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  cursor: pointer;
}
.title-img {
  text-align: right;
  position: relative;
}
.title-img img {
  margin: 0 0 0 auto;
}
.title-img-desc {
  position: absolute;
  font-size: 38.88px;
  color: #fff;
  text-align: left;
  top: 530px;
  left: 110px;
}
.title-img-desc strong {
  font-weight: 600;
  color: #ea2e1c;
}
.title-img-desc p {
  font-size: 30.83px;
}
.title-ballon {
  width: 431px;
  aspect-ratio: 431/228;
  background: url("../img/bg_title_ballon.png") no-repeat center;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 36.28px;
  padding-top: 100px;
  margin-top: 20px;
  box-sizing: border-box;
  filter: drop-shadow(0 13px 54px rgba(0, 0, 0, 0.8));
}
.title-desc {
  text-align: center;
  color: #fff;
  font-size: 44.5px;
  margin-top: 90px;
}
.title-desc:nth-child(5) {
  margin-top: 50px;
}
.title-video {
  position: relative;
  border-radius: 3px;
  width: 751px;
  margin: 50px auto 0;
  aspect-ratio: 751/422;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-video-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #ea2e1c;
  font-size: 70px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.title-video iframe {
  display: none;
  object-fit: cover;
}
.title-btn {
  display: block;
  font-size: 29.28px;
  text-align: center;
  color: #fff;
  width: 735px;
  margin: 80px auto 0;
  padding: 25px 0;
  border-radius: 15px;
  background-color: #ea2e1c;
}
.title-btn strong {
  font-size: 43.92px;
}
.title-btn strong img {
  display: inline-block;
}

.information {
  width: 100%;
  position: relative;
  background: url("../img/bg_information.png") no-repeat center;
  background-size: cover;
  padding: 85px 0;
}
.information-title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.information-title:nth-child(3) {
  margin-top: 110px;
}
.information-title-sub {
  font-size: 42px;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
}
.information-title-sub strong.red {
  color: #ea2e1c;
}
.information-event {
  display: flex;
  margin: 70px auto 0;
  padding: 0;
  width: calc(100% - 120px);
}
.information-event > li {
  position: relative;
  list-style-type: none;
  width: 50%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 10px;
  padding: 77px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.information-event > li .information-event-title {
  position: absolute;
  top: -20px;
  background: url("../img/bg_information_event_title.png") no-repeat center;
  aspect-ratio: 224/60;
  width: 224px;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
}
.information-event > li .information-event-desc > img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.information-event > li:nth-child(1) .information-event-desc {
  font-size: 34.56px;
}
.information-event > li:nth-child(1) .information-event-desc > img {
  margin-right: -20px;
}
.information-event > li:nth-child(2) .information-event-desc {
  font-size: 30px;
}
.information-event.section2 > li {
  padding: 50px 0 30px;
}
.information-event.section2 > li .information-event-title {
  font-size: 27px;
}
.information-event.section2 > li > p {
  font-size: 45px;
  font-weight: 700;
}
.information-event.section2 > li > p .information-event-count {
  color: #fff;
  font-size: 68.35px;
}
.information-btn-share {
  font-size: 53.64px;
  text-align: center;
  font-weight: 700;
  display: flex;
  padding: 25px 0;
  background-color: #ea2e1c;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 735px;
  margin: 50px auto;
  cursor: pointer;
}
.information-btn-share > img {
  margin-left: 10px;
  width: 44px;
  height: 51px;
}
.information-event-status {
  width: calc(100% - 140px);
  margin: 70px auto 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 23px 50px;
  box-sizing: border-box;
}
.information-event-status > li {
  width: 100%;
  list-style-type: none;
  margin: 23px auto;
  background-color: #ea2e1c;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 23px;
  color: #fff;
  padding: 22px;
  letter-spacing: -1px;
  position: relative;
}
.information-event-status > li:nth-child(4) {
  background: none;
  padding: 0;
  text-align: center;
}

.event {
  background: url("../img/bg_event01.png") no-repeat center;
  background-size: cover;
  padding: 57px 0 200px 0;
}
.event-label {
  background: url("../img/bg_information_event_title.png") no-repeat center;
  aspect-ratio: 224/60;
  width: 224px;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
  color: #fff;
}
.event-gift {
  filter: drop-shadow(0 13px 54px rgba(0, 0, 0, 0.8));
  margin-top: 40px;
}
.event-gift > img {
  margin: 0 auto;
}
.event-title {
  font-size: 65.57px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.event-title > span {
  color: #ffde00;
}
.event-title-sub {
  font-size: 40.26px;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
}
.event-video {
  position: relative;
  border-radius: 3px;
  width: 751px;
  margin: 50px auto 0;
  aspect-ratio: 751/422;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-video-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #ea2e1c;
  font-size: 70px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.event-video iframe {
  display: none;
  object-fit: cover;
}
.event-kakao {
  margin-top: 90px;
  cursor: pointer;
}
.event-kakao > img {
  margin: 0 auto;
}
.event-form {
  position: relative;
  width: calc(100% - 130px);
  margin: 185px auto 0;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  padding: 77px 0 40px;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  flex-direction: column;
}
.event-form-icon {
  filter: drop-shadow(0 13px 54px rgba(0, 0, 0, 0.8));
}
.event-form-title {
  font-size: 31.3px;
  color: #fff;
  text-align: center;
}
.event-form-group {
  margin: 40px auto 0;
  padding: 0;
  width: 100%;
}
.event-form-group > li {
  display: flex;
  list-style-type: none;
  padding: 10px 80px;
  justify-content: space-between;
}
.event-form-group > li > div {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
.event-form-group > li > div:nth-child(2) {
  justify-content: end;
}
.event-form-group > li > div label {
  font-size: 26px;
  color: #fff;
  width: 80px;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
}
.event-form-group > li > div label[for=umobile1] {
  width: auto;
  margin-left: 10px;
}
.event-form-group > li > div input {
  font-size: 26px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
}
.event-form-group > li > div input[name=uname1] {
  width: 200px;
}
.event-form-group > li > div input[name=umobile1] {
  width: 250px;
}
.event-form-group > li > div input[name=uemail1] {
  flex: 1 0 auto;
}
.event-form-group > li > div.event-form-group-agree {
  justify-content: space-between;
  font-size: 26px;
}
.event-form-group > li > div.event-form-group-agree .event-form-group-agree-detail {
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.event-form-group > li > div.event-form-group-agree span.check {
  width: 52px;
  height: 53px;
  background: url("../img/icon_agree.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.event-form-group > li > div.event-form-group-agree span.check.on {
  background: url("../img/icon_agree_on.png") no-repeat center;
  background-size: cover;
}
.event-form-group > li.event-form-group-privacy {
  display: none;
  text-align: left;
  font-size: 20px;
}
.event-form-group > li.event-form-group-privacy > div {
  border: 1px solid #fff;
  padding: 20px;
}
.event.event01 .event-form {
  display: none;
}
.event-quiz {
  margin-top: 180px;
}
.event-quiz-title {
  font-size: 64.25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 13px 0;
  width: 470px;
  background-color: #ea2e1c;
  border-radius: 50px;
  margin: 0 auto;
}
.event-quiz-title-sub {
  font-size: 36.45px;
  text-align: center;
  color: #84241b;
  font-weight: 100;
  margin-top: 18px;
}
.event-quiz-title-sub > strong {
  color: #ea2e1c;
  font-weight: 700;
}
.event-quiz-title-sub > strong:nth-child(1) {
  margin-right: 20px;
}
.event-quiz-title-sub > strong:nth-child(2) {
  margin-left: 20px;
}
.event-quiz.quiz2 {
  display: none;
}
.event-quiz.quiz3 {
  display: none;
}
.event-quiz-desc {
  font-size: 45px;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 55px;
}
.event-quiz-answer {
  margin: 40px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 880px;
}
.event-quiz-answer > li {
  list-style-type: none;
  width: 420px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 38.55px;
  color: #fff;
  margin: 10px;
  padding: 15px;
  cursor: pointer;
}
.event-quiz-answer > li.on {
  background-color: #ea2e1c;
  font-weight: 700;
}
.event-quiz-answer > li.off {
  opacity: 0.5;
}
.event-quiz-hint {
  font-size: 26.02px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 20px;
}
.event-quiz-hint > strong {
  font-size: 28.38px;
  color: #fff;
  margin-right: 20px;
}
.event-submit-btn {
  width: 536px;
  margin: 60px auto 0;
  text-align: center;
  font-size: 53.64px;
  font-weight: 700;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
  color: #ea2e1c;
  display: block;
  cursor: pointer;
}
.event.event02 {
  background: url("../img/bg_event02.png") no-repeat center;
  background-size: cover;
  text-align: center;
}
.event.event02 .event-desc {
  font-size: 53.88px;
  color: #fff;
  text-align: center;
  margin-top: 200px;
}
.event.event02 .event-check-link {
  display: block;
  font-size: 53.64px;
  color: #fff;
  font-weight: 700;
  background-color: #ea2e1c;
  border-radius: 10px;
  padding: 25px 0;
  width: 710px;
  margin: 50px auto 0;
  position: relative;
  text-align: center;
}
.event.event02 .event-check-link img {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.event.event02 .event-process-title {
  display: inline-block;
  position: relative;
  font-size: 47px;
  color: #fff;
  text-align: center;
  margin-top: 170px;
}
.event.event02 .event-process-title img {
  position: absolute;
}
.event.event02 .event-process {
  margin: 25px auto 0;
  width: calc(100% - 174px);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.event.event02 .event-process > li {
  position: relative;
  width: calc(50% - 46px);
  margin: 23px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  list-style-type: none;
  color: #fff;
  padding: 26px;
  box-sizing: border-box;
}
.event.event02 .event-process > li .event-process-index {
  position: absolute;
  font-weight: 700;
  top: 24px;
  left: 24px;
  opacity: 0.5;
  font-size: 30px;
}
.event.event02 .event-process > li .event-process-icon > img {
  margin: 0 auto;
}
.event.event02 .event-process > li .event-process-subject {
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.event.event02 .event-process > li .event-process-desc {
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}
.event.event02 .event-process > li .event-process-link {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  color: #e33600;
  font-weight: 700;
  font-size: 25.84px;
  padding: 10px 0;
  margin-top: 30px;
  position: relative;
}
.event.event02 .event-process > li .event-process-link > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.event.event02 .event-process > li .event-process-notice {
  opacity: 0.5;
  font-size: 20px;
  margin-top: 20px;
}
.event.event02 .event-form {
  display: none;
  background: none;
  margin: 0 auto;
}
.event.event02 .event-form-title {
  font-size: 47px;
  text-align: center;
  font-weight: 700;
}
.event.event02 .event-form-group {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 30px 0;
}
.event.event02 .event-form-group > li > div label[for=umobile2] {
  width: auto;
  margin-left: 10px;
}
.event.event02 .event-form-group > li > div label[for=ubizno] {
  width: auto;
}
.event.event02 .event-form-group > li > div input[name=uname2] {
  width: 200px;
}
.event.event02 .event-form-group > li > div input[name=umobile2] {
  width: 250px;
}
.event.event02 .event-form-group > li > div input[name=ubizno] {
  flex: 1 0 auto;
}
.event.event02 .event-submit-desc {
  text-align: center;
  color: #fff;
  font-size: 32.43px;
}
.event.event02 .event-submit-desc > small {
  font-size: 20px;
  margin-top: 10px;
}
.event.event02 .event-submit-btn {
  pointer-events: auto;
}
.event.event02 .event-giftset {
  width: calc(100% - 220px);
  margin: 175px auto 0;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  padding: 70px 0;
}
.event.event02 .event-giftset-top {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.event.event02 .event-giftset-title {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: -1px;
  margin: 20px auto 0 20px;
}
.event.event02 .event-giftset-title > span {
  color: #ffde00;
  font-weight: 700;
}
.event.event02 .event-giftset-title > img {
  position: absolute;
  left: -25px;
  height: 30px;
}
.event.event02 .event-giftset-count {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  color: #fff;
  margin-top: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.event.event02 .event-giftset-count-title {
  font-size: 27px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
  font-weight: 700;
}
.event.event02 .event-giftset-count > p {
  font-size: 27px;
  font-weight: 700;
  margin-left: 20px;
}
.event.event02 .event-giftset-count > p > span {
  font-size: 33px;
  color: #ea2e1c;
}
.event.event02 .event-giftset-count-desc {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}
.event.event02 .event-giftset-progress-wrap {
  position: relative;
  margin-top: 70px;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-progress {
  width: 18px;
  height: 860px;
  border-radius: 8px;
  margin-left: 235px;
  overflow: hidden;
  background-color: #5f5e5e;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-progress .event-giftset-progress-bar {
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, rgb(219, 55, 39), rgb(188, 12, 6));
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade {
  margin: 0;
  padding: 0 40px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: calc(100% - 80px);
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li {
  position: absolute;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  width: 100%;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li > .grade-subject-left {
  font-size: 22.57px;
  opacity: 0.3;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li > .grade-subject-right {
  font-size: 22.57px;
  opacity: 0.3;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li > .circle {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 40px;
  background-color: #5f5e5e;
  font-size: 22.19px;
  font-weight: 700;
  filter: brightness(0.5);
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li > .circle > span {
  font-size: 26.99px;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li > .grade-arrow {
  background: url("../img/icon_event02_giftset_arrow.png") no-repeat center;
  background-size: contain;
  width: 86px;
  aspect-ratio: 86/6;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li > .grade-gift {
  opacity: 0.3;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li.active > .grade-subject-left {
  font-weight: 700;
  opacity: 1;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li.active > .grade-subject-right {
  font-weight: 700;
  opacity: 1;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li.active > .circle {
  background-color: #ea2e1c;
  filter: brightness(1);
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li.active > .grade-arrow {
  background: url("../img/icon_event02_giftset_arrow_on.png") no-repeat center;
  background-size: contain;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li.active > .grade-gift {
  opacity: 1;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li:nth-child(1) {
  top: 150px;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li:nth-child(1) > .grade-gift {
  margin-top: -200px;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li:nth-child(2) {
  top: 400px;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li:nth-child(2) > .grade-gift {
  margin-top: -250px;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li:nth-child(3) {
  top: 290px;
}
.event.event02 .event-giftset-progress-wrap .event-giftset-grade > li:nth-child(3) > .grade-gift {
  margin-top: 300px;
}
.event.event02 .event-btn-share {
  font-size: 53.64px;
  text-align: center;
  font-weight: 700;
  display: flex;
  padding: 25px 0;
  background-color: #ea2e1c;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 735px;
  margin: 0 auto;
  cursor: pointer;
}
.event.event02 .event-btn-share > img {
  margin-left: 10px;
  width: 44px;
  height: 51px;
}
.event.event02 .event-btn-kakao {
  font-size: 53.64px;
  text-align: center;
  font-weight: 700;
  display: flex;
  padding: 25px 0;
  background-color: #f9e000;
  color: #371c1d;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 735px;
  margin: 30px auto 0;
  cursor: pointer;
  position: relative;
}
.event.event02 .event-btn-kakao > img {
  position: absolute;
  right: 8px;
  width: 41px;
  height: 104px;
}

.notice {
  text-align: center;
  padding: 100px 45px;
  box-sizing: border-box;
  background: url("../img/bg_notice.png") no-repeat center;
  background-size: cover;
}
.notice-title {
  font-size: 48px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  background-color: #ea2e1c;
  border-radius: 50px;
  width: 390px;
}
.notice-title-sub {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin-top: 67px;
}
.notice-list {
  font-size: 18.62px;
  font-weight: 200;
  color: #fff;
  padding-left: 5px;
  margin-top: 30px;
}
.notice-list > li {
  list-style-type: "-";
  text-align: left;
  line-height: 25px;
  letter-spacing: -1px;
  margin: 15px 0;
}

/*# sourceMappingURL=style.css.map */
