@import "../font/Pretendard-1.3.8/pretendard.css";

section.contest-visual2 {
  background: url("../img/store/contest/img_visual_bg.png") no-repeat center/cover;
  height: 506px;
  display: flex;
  position: relative;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.contest-visual2 {
    background: url("../img/store/contest/img_visual_bg_m.png") no-repeat center/cover;
    height: 286px;
  }
}
section.contest-visual2 .visual-info-box {
  padding-top: 96px;
}
@media (max-width: 768px) {
  section.contest-visual2 .visual-info-box {
    padding-top: 38px;
  }
}
section.contest-visual2 .visual-info-box:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url("../img/store/contest/img_visual_item2.png") no-repeat center/cover;
  max-width: 741px;
  width: 100%;
  height: 584px;
}
@media (max-width: 768px) {
  section.contest-visual2 .visual-info-box:after {
    background: url("../img/store/contest/img_visual_item2_m.png") no-repeat center/cover;
    max-width: 360px;
    height: 384px;
  }
}
section.contest-visual2 .visual-info-box .img-box {
  max-width: 188px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-visual2 .visual-info-box .img-box {
    max-width: 125px;
  }
}
section.contest-visual2 .visual-info-box .img-box img {
  max-width: 100%;
}

section.contest-information2 {
  background-color: #e5e2e6;
  padding: 118px 0 118px;
}
@media (max-width: 768px) {
  section.contest-information2 {
    padding: 114px 0 58px;
  }
}
section.contest-information2 .info-box img {
  max-width: 100%;
}
section.contest-information2 .info-box .top-txt-box {
  max-width: 477px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-information2 .info-box .top-txt-box {
    max-width: 288px;
  }
}
section.contest-information2 .info-box .mid-txt-box {
  padding-top: 16px;
  max-width: 463px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-information2 .info-box .mid-txt-box {
    padding-top: 17px;
    max-width: 304px;
  }
}
section.contest-information2 .info-box .bottom-txt-box {
  padding-top: 40px;
  max-width: 348px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-information2 .info-box .bottom-txt-box {
    padding-top: 23px;
    max-width: 263px;
  }
}
section.contest-information2 .menu-box {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}
@media (max-width: 768px) {
  section.contest-information2 .menu-box {
    padding-top: 30px;
  }
}
section.contest-information2 .menu-box .menu-btn {
  display: inline-flex;
  width: 280px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-information2 .menu-box .menu-btn {
    width: 156px;
    height: 46px;
  }
  section.contest-information2 .menu-box .menu-btn img {
    max-height: 100%;
  }
}
section.contest-information2 .menu-box .menu-btn + .menu-btn {
  margin-left: 20px;
}
@media (max-width: 768px) {
  section.contest-information2 .menu-box .menu-btn + .menu-btn {
    margin-left: 8px;
  }
}
section.contest-information2 .des-box {
  padding: 100px 0 80px;
}
@media (max-width: 768px) {
  section.contest-information2 .des-box {
    padding: 55px 0 29px;
  }
}
section.contest-information2 .des-box .img-box {
  max-width: 532px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-information2 .des-box .img-box {
    max-width: 266px;
  }
}
section.contest-information2 .des-box .img-box img {
  max-width: 100%;
}
section.contest-information2 .des-box .des-txt-list {
  padding-top: 36px;
}
section.contest-information2 .des-box .des-txt-list .des-txt-box {
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #916bb7;
  font-size: 24px;
  line-height: 160%;
}
section.contest-information2 .des-box .des-txt-list .des-txt-box.mobile {
  display: none;
}
@media (max-width: 768px) {
  section.contest-information2 .des-box .des-txt-list .des-txt-box {
    display: none;
    font-size: 17px;
    line-height: 25px;
  }
  section.contest-information2 .des-box .des-txt-list .des-txt-box.mobile {
    display: block;
  }
}
section.contest-information2 .des-box .des-txt-list .des-txt-box + .des-txt-box {
  margin-top: 20px;
}
@media (max-width: 768px) {
  section.contest-information2 .des-box .des-txt-list .des-txt-box + .des-txt-box {
    margin-top: 0px;
  }
}
section.contest-information2 .schedule-group {
  position: relative;
  height: 430px;
  width: 971px;
  z-index: 10;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group {
    width: calc(100% - 50px);
    margin: 0 auto;
    height: auto;
  }
}
section.contest-information2 .schedule-group .shadow-bg {
  z-index: 1;
  content: "";
  position: absolute;
  background-color: #c6becc;
  top: 0;
  left: 0;
  right: 0;
  bottom: -8px;
  border-radius: 18px;
}
section.contest-information2 .schedule-group .schedule-contents {
  border: 2px solid #9e5cd1;
  border-radius: 14px;
  position: relative;
  z-index: 10;
  background: #FFF;
  width: 100%;
  height: 100%;
}
section.contest-information2 .schedule-group .schedule-contents .head-box {
  padding-bottom: 44px;
  padding-top: 55px;
  max-width: 357px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .schedule-contents .head-box {
    padding-top: 24px;
    padding-bottom: 29px;
    max-width: 196px;
  }
}
section.contest-information2 .schedule-group .schedule-contents .head-box img {
  max-width: 100%;
}
section.contest-information2 .schedule-group .schedule-contents .body-box {
  padding: 56px 0 0;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .schedule-contents .body-box {
    padding: 40px 33px 36px;
  }
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box {
  max-width: 645px;
  margin: 0 auto;
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box + .list-box {
  position: relative;
  margin-top: 66px;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .schedule-contents .body-box .list-box + .list-box {
    margin-top: 55px;
  }
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box + .list-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
  background: url("../img/store/contest/ic_schedule_txt_line.svg") no-repeat center/cover;
  height: 18px;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .schedule-contents .body-box .list-box + .list-box:after {
    top: -30px;
    height: 7px;
  }
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row {
  display: flex;
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row + .row {
  margin-top: 25px;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row + .row {
    margin-top: 25px;
  }
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row.accent .subject-box {
  color: #6B36A3;
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row.accent .subject-box:before {
  background: url("../img/store/contest/ic_schedule_txt_dot2.svg") no-repeat center;
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row.accent .con-box {
  color: #111;
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row .subject-box {
  color: #222;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: -0.04em;
  width: 279px;
  position: relative;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row .subject-box {
    display: inline-flex;
    width: auto;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 6px;
  }
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row .subject-box:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 18px;
  background: url("../img/store/contest/ic_schedule_txt_dot1.svg") no-repeat center;
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row .subject-box:before {
    left: -10px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-size: cover;
  }
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row .con-box {
  flex: 1;
  min-width: 0;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: -0.04em;
  color: #111;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row .con-box {
    text-align: center;
    font-size: 17px;
    letter-spacing: -0.04em;
    line-height: 23px;
  }
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row .con-box .img-box {
  position: relative;
  left: -15px;
  top: -10px;
  max-width: 258px;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row .con-box .img-box {
    left: 16px;
    top: 0;
    margin: 0 auto;
    max-width: 208px;
  }
}
section.contest-information2 .schedule-group .schedule-contents .body-box .list-box .row .con-box .img-box img {
  max-width: 100%;
}
section.contest-information2 .schedule-group .ic-cloud {
  position: absolute;
  z-index: 11;
}
section.contest-information2 .schedule-group .ic-cloud.cloud1 {
  left: -92px;
  bottom: 185px;
  width: 184px;
  height: 167px;
  background: url("../img/store/contest/ic_schedule2_cloude1.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .ic-cloud.cloud1 {
    background: url("../img/store/contest/ic_schedule2_cloude1_m.svg") no-repeat center/cover;
    width: 62px;
    height: 53px;
    left: -17px;
    bottom: auto;
    top: 104px;
  }
}
section.contest-information2 .schedule-group .ic-cloud.cloud2 {
  right: -73px;
  bottom: 121px;
  width: 175px;
  height: 128px;
  background: url("../img/store/contest/ic_schedule2_cloude2.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .ic-cloud.cloud2 {
    background: url("../img/store/contest/ic_schedule2_cloude2_m.svg") no-repeat center/cover;
    width: 79px;
    height: 61px;
    right: -17px;
    top: 196px;
  }
}
section.contest-information2 .schedule-group .ic-cloud.cloud3 {
  right: 115px;
  bottom: -42px;
  width: 100px;
  height: 77px;
  background: url("../img/store/contest/ic_schedule_cloude3.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .ic-cloud.cloud3 {
    background: url("../img/store/contest/ic_schedule_cloude3_m.svg") no-repeat center/cover;
    width: 42px;
    height: 32px;
    left: 57px;
    right: auto;
    bottom: -14px;
  }
}
section.contest-information2 .schedule-group .ic-dot {
  position: absolute;
  z-index: 11;
  width: 38px;
  height: 37px;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .ic-dot {
    width: 18px;
    height: 17px;
  }
}
section.contest-information2 .schedule-group .ic-dot.dot1 {
  top: 19px;
  left: 22px;
  background: url("../img/store/contest/ic_schedule_dot1.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .ic-dot.dot1 {
    top: 9px;
    left: 9px;
  }
}
section.contest-information2 .schedule-group .ic-dot.dot2 {
  top: 19px;
  right: 22px;
  background: url("../img/store/contest/ic_schedule_dot2.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .ic-dot.dot2 {
    top: 9px;
    right: 9px;
  }
}
section.contest-information2 .schedule-group .ic-dot.dot3 {
  bottom: 19px;
  left: 22px;
  background: url("../img/store/contest/ic_schedule_dot3.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .ic-dot.dot3 {
    bottom: 9px;
    left: 9px;
  }
}
section.contest-information2 .schedule-group .ic-dot.dot4 {
  right: 19px;
  bottom: 22px;
  background: url("../img/store/contest/ic_schedule_dot4.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-information2 .schedule-group .ic-dot.dot4 {
    right: 9px;
    bottom: 9px;
  }
}

section.contest-idea2 {
  position: relative;
  padding-top: 60px;
  background: linear-gradient(0deg, rgba(231, 209, 239, 0.15) 0%, rgba(231, 209, 239, 0.15) 100%), #FFF;
}
section.contest-idea2 .section-wrap {
  max-width: 1180px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
section.contest-idea2 .head-box {
  padding-bottom: 47px;
}
@media (max-width: 768px) {
  section.contest-idea2 .head-box {
    padding-bottom: 0px;
  }
}
section.contest-idea2 .head-box .head-label-box {
  display: flex;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  section.contest-idea2 .head-box .head-label-box {
    padding-bottom: 33px;
  }
}
section.contest-idea2 .head-box .head-label-box .img-box {
  margin: 0 auto;
  max-width: 357px;
}
@media (max-width: 768px) {
  section.contest-idea2 .head-box .head-label-box .img-box {
    max-width: 196px;
  }
}
section.contest-idea2 .head-box .head-label-box .img-box img {
  max-width: 100%;
}
section.contest-idea2 .head-box .head-intro-box {
  text-align: center;
}
section.contest-idea2 .head-box .head-intro-box .main-txt-box {
  color: #916bb7;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: -0.04em;
}
@media (max-width: 768px) {
  section.contest-idea2 .head-box .head-intro-box .main-txt-box {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.04em;
  }
  section.contest-idea2 .head-box .head-intro-box .main-txt-box br {
    display: none;
  }
  section.contest-idea2 .head-box .head-intro-box .main-txt-box .mobile-enter {
    display: block;
  }
}
section.contest-idea2 .head-box .head-intro-box .sub-txt-box {
  padding-top: 12px;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.04em;
  color: #916bb7;
}
@media (max-width: 768px) {
  section.contest-idea2 .head-box .head-intro-box .sub-txt-box {
    padding-top: 14px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.04em;
  }
}
section.contest-idea2 .body-box {
  padding: 0px 0 142px;
}
@media (max-width: 768px) {
  section.contest-idea2 .body-box {
    padding: 32px 0 67px;
  }
}
section.contest-idea2 .body-box .list-group .list-tit-box {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  section.contest-idea2 .body-box .list-group .list-tit-box {
    padding-bottom: 18px;
  }
}
section.contest-idea2 .body-box .list-group .list-tit-box .img-box {
  max-width: 366px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-idea2 .body-box .list-group .list-tit-box .img-box {
    max-width: 168px;
  }
}
section.contest-idea2 .body-box .list-group .list-tit-box .img-box img {
  max-width: 100%;
}
section.contest-idea2 .body-box .list-btn-box {
  padding-top: 60px;
  display: flex;
}
@media (max-width: 768px) {
  section.contest-idea2 .body-box .list-btn-box {
    padding-top: 40px;
  }
}
section.contest-idea2 .body-box .list-btn-box .list-btn {
  max-width: 280px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  section.contest-idea2 .body-box .list-btn-box .list-btn {
    max-width: 227px;
    max-height: 56px;
  }
}
section.contest-idea2 .body-box .list-btn-box .list-btn img {
  max-width: 100%;
}

section.contest-visual {
  background: url("../img/store/contest/img_visual_bg.png") no-repeat center/cover;
  height: 506px;
  display: flex;
  position: relative;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.contest-visual {
    background: url("../img/store/contest/img_visual_bg_m.png") no-repeat center/cover;
    height: 286px;
  }
}
section.contest-visual .visual-info-box {
  padding-top: 96px;
}
@media (max-width: 768px) {
  section.contest-visual .visual-info-box {
    padding-top: 38px;
  }
}
section.contest-visual .visual-info-box:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url("../img/store/contest/img_visual_item1.png") no-repeat center/cover;
  max-width: 998px;
  width: 100%;
  height: 592px;
}
@media (max-width: 768px) {
  section.contest-visual .visual-info-box:after {
    background: url("../img/store/contest/img_visual_item1_m.png") no-repeat center/cover;
    max-width: 360px;
    height: 384px;
  }
}
section.contest-visual .visual-info-box .img-box {
  max-width: 132px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-visual .visual-info-box .img-box {
    max-width: 89px;
  }
}
section.contest-visual .visual-info-box .img-box img {
  max-width: 100%;
}

section.contest-information {
  background-color: #e5e2e6;
  padding: 112px 0;
}
@media (max-width: 768px) {
  section.contest-information {
    padding: 104px 0 58px;
  }
}
section.contest-information .info-box img {
  max-width: 100%;
}
section.contest-information .info-box .top-txt-box {
  max-width: 352px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-information .info-box .top-txt-box {
    max-width: 288px;
  }
}
section.contest-information .info-box .mid-txt-box {
  padding-top: 16px;
  max-width: 463px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-information .info-box .mid-txt-box {
    padding-top: 33px;
    max-width: 304px;
  }
}
section.contest-information .info-box .bottom-txt-box {
  padding-top: 40px;
  max-width: 348px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-information .info-box .bottom-txt-box {
    padding-top: 23px;
    max-width: 263px;
  }
}
section.contest-information .menu-box {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}
@media (max-width: 768px) {
  section.contest-information .menu-box {
    padding-top: 42px;
    flex-direction: column;
    align-items: center;
  }
}
section.contest-information .menu-box .menu-btn {
  display: inline-flex;
  width: 280px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-information .menu-box .menu-btn {
    width: 227px;
    height: 55px;
  }
  section.contest-information .menu-box .menu-btn img {
    max-height: 100%;
  }
}
section.contest-information .menu-box .menu-btn + .menu-btn {
  margin-left: 20px;
}
@media (max-width: 768px) {
  section.contest-information .menu-box .menu-btn + .menu-btn {
    margin: 11px 0 0;
  }
}

section.contest-schedule {
  background: url("../img/store/contest/img_schedule_bg.png") no-repeat center/cover;
  height: 683px;
}
@media (max-width: 768px) {
  section.contest-schedule {
    height: auto;
  }
}
section.contest-schedule .section-wrap {
  display: flex;
  padding-top: 49px;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap {
    padding: 43px 0;
  }
}
section.contest-schedule .section-wrap .schedule-group {
  position: relative;
  height: 556px;
  width: 971px;
  z-index: 10;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group {
    width: calc(100% - 50px);
    margin: 0 auto;
    height: auto;
  }
}
section.contest-schedule .section-wrap .schedule-group .shadow-bg {
  z-index: 1;
  content: "";
  position: absolute;
  background-color: #4D2D64;
  top: 0;
  left: 0;
  right: 0;
  bottom: -19px;
  border-radius: 14px;
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents {
  border: 2px solid #9e5cd1;
  border-radius: 14px;
  position: relative;
  z-index: 10;
  background: #FFF;
  width: 100%;
  height: 100%;
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .head-box {
  padding-bottom: 44px;
  padding-top: 55px;
  max-width: 357px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .schedule-contents .head-box {
    padding-top: 24px;
    padding-bottom: 29px;
    max-width: 196px;
  }
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .head-box img {
  max-width: 100%;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box {
    padding: 0 33px 46px;
  }
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box {
  max-width: 686px;
  margin: 0 auto;
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box + .list-box {
  position: relative;
  margin-top: 66px;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box + .list-box {
    margin-top: 55px;
  }
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box + .list-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
  background: url("../img/store/contest/ic_schedule_txt_line.svg") no-repeat center/cover;
  height: 18px;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box + .list-box:after {
    top: -30px;
    height: 7px;
  }
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row {
  display: flex;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row + .row {
    margin-top: 27px;
  }
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row.accent .subject-box {
  color: #6B36A3;
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row.accent .subject-box:before {
  background: url("../img/store/contest/ic_schedule_txt_dot2.svg") no-repeat center;
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row.accent .con-box {
  color: #6B36A3;
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row .subject-box {
  color: #222;
  font-weight: 700;
  font-size: 30px;
  line-height: 57px;
  letter-spacing: -0.04em;
  width: 279px;
  position: relative;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row .subject-box {
    display: inline-flex;
    width: auto;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 6px;
  }
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row .subject-box:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 18px;
  background: url("../img/store/contest/ic_schedule_txt_dot1.svg") no-repeat center;
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row .subject-box:before {
    left: -10px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-size: cover;
  }
}
section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row .con-box {
  flex: 1;
  min-width: 0;
  font-size: 30px;
  line-height: 57px;
  letter-spacing: -0.04em;
  color: #111;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .schedule-contents .body-box .list-box .row .con-box {
    font-size: 17px;
    letter-spacing: -0.04em;
    line-height: 23px;
  }
}
section.contest-schedule .section-wrap .schedule-group .ic-cloud {
  position: absolute;
  z-index: 11;
}
section.contest-schedule .section-wrap .schedule-group .ic-cloud.cloud1 {
  left: -105px;
  bottom: 100px;
  width: 165px;
  height: 118px;
  background: url("../img/store/contest/ic_schedule_cloude1.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .ic-cloud.cloud1 {
    background: url("../img/store/contest/ic_schedule_cloude1_m.svg") no-repeat center/cover;
    width: 48px;
    height: 34px;
    left: -17px;
    bottom: auto;
    top: 44px;
  }
}
section.contest-schedule .section-wrap .schedule-group .ic-cloud.cloud2 {
  right: -106px;
  top: 115px;
  width: 202px;
  height: 116px;
  background: url("../img/store/contest/ic_schedule_cloude2.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .ic-cloud.cloud2 {
    background: url("../img/store/contest/ic_schedule_cloude2_m.svg") no-repeat center/cover;
    width: 69px;
    height: 54px;
    right: -17px;
    top: 196px;
  }
}
section.contest-schedule .section-wrap .schedule-group .ic-cloud.cloud3 {
  right: 115px;
  bottom: -42px;
  width: 100px;
  height: 77px;
  background: url("../img/store/contest/ic_schedule_cloude3.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .ic-cloud.cloud3 {
    background: url("../img/store/contest/ic_schedule_cloude3_m.svg") no-repeat center/cover;
    width: 42px;
    height: 32px;
    left: 57px;
    right: auto;
    bottom: -14px;
  }
}
section.contest-schedule .section-wrap .schedule-group .ic-dot {
  position: absolute;
  z-index: 11;
  width: 38px;
  height: 37px;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .ic-dot {
    width: 18px;
    height: 17px;
  }
}
section.contest-schedule .section-wrap .schedule-group .ic-dot.dot1 {
  top: 19px;
  left: 22px;
  background: url("../img/store/contest/ic_schedule_dot1.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .ic-dot.dot1 {
    top: 9px;
    left: 9px;
  }
}
section.contest-schedule .section-wrap .schedule-group .ic-dot.dot2 {
  top: 19px;
  right: 22px;
  background: url("../img/store/contest/ic_schedule_dot2.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .ic-dot.dot2 {
    top: 9px;
    right: 9px;
  }
}
section.contest-schedule .section-wrap .schedule-group .ic-dot.dot3 {
  bottom: 19px;
  left: 22px;
  background: url("../img/store/contest/ic_schedule_dot3.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .ic-dot.dot3 {
    bottom: 9px;
    left: 9px;
  }
}
section.contest-schedule .section-wrap .schedule-group .ic-dot.dot4 {
  right: 19px;
  bottom: 22px;
  background: url("../img/store/contest/ic_schedule_dot4.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  section.contest-schedule .section-wrap .schedule-group .ic-dot.dot4 {
    right: 9px;
    bottom: 9px;
  }
}

section.contest-reward {
  background: url("../img/store/contest/img_reward_bg.png") no-repeat center/cover;
  height: 1045px;
}
@media (max-width: 768px) {
  section.contest-reward {
    padding-bottom: 60px;
    height: auto;
  }
}
section.contest-reward .section-wrap {
  max-width: 1044px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
section.contest-reward .section-wrap .head-box {
  padding-top: 55px;
  display: flex;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .head-box {
    padding-top: 48px;
  }
}
section.contest-reward .section-wrap .head-box .img-box {
  max-width: 437px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .head-box .img-box {
    max-width: 262px;
  }
}
section.contest-reward .section-wrap .head-box .img-box img {
  max-width: 100%;
}
section.contest-reward .section-wrap .body-box .list-wrap {
  padding-top: 62px;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .body-box .list-wrap {
    padding-top: 45px;
    max-width: 192px;
    margin: 0 auto;
  }
}
section.contest-reward .section-wrap .body-box .list-wrap ul {
  display: flex;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .body-box .list-wrap ul {
    flex-direction: column;
  }
}
section.contest-reward .section-wrap .body-box .list-wrap ul li {
  width: 33.33%;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .body-box .list-wrap ul li {
    width: 100%;
  }
}
section.contest-reward .section-wrap .body-box .list-wrap ul li + li {
  margin-left: 80px;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .body-box .list-wrap ul li + li {
    margin: 45px 0 0;
  }
}
section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .view-box {
  position: relative;
  border-radius: 15px;
}
section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .view-box .ic-rank {
  position: absolute;
  top: -20px;
  left: -43px;
  z-index: 10;
  width: 77px;
  height: 77px;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .view-box .ic-rank {
    top: -11px;
    left: -27px;
    width: 58px;
    height: 58px;
  }
}
section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .view-box .ic-rank.rank1 {
  background: url("../img/store/contest/ic_reward_rank1.svg") no-repeat center/cover;
}
section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .view-box .ic-rank.rank2 {
  background: url("../img/store/contest/ic_reward_rank2.svg") no-repeat center/cover;
}
section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .view-box .ic-rank.rank3 {
  background: url("../img/store/contest/ic_reward_rank3.svg") no-repeat center/cover;
}
section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .view-box .img-box {
  overflow: hidden;
  width: 100%;
}
section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .view-box .img-box img {
  max-width: 100%;
}
section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .info-box .crown-box {
  display: flex;
  justify-content: center;
  padding: 25px 0 13px;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .info-box .crown-box {
    padding: 12px 0 8px;
  }
}
section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .info-box .crown-box .ic-crown {
  background: url("../img/store/contest/ic_reward_crown.svg") no-repeat center/cover;
  width: 37px;
  height: 23px;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .info-box .crown-box .ic-crown {
    width: 22px;
    height: 13px;
  }
}
section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .info-box .name-box .img-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .info-box .name-box .img-box.item1 {
    max-width: 132px;
    margin: 0 auto;
  }
  section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .info-box .name-box .img-box.item2 {
    max-width: 132px;
    margin: 0 auto;
  }
  section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .info-box .name-box .img-box.item3 {
    max-width: 145px;
    margin: 0 auto;
  }
}
section.contest-reward .section-wrap .body-box .list-wrap ul li .item-box .info-box .name-box .img-box img {
  max-width: 100%;
  width: auto;
}
section.contest-reward .section-wrap .foot-box {
  padding-top: 39px;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box {
    padding-top: 33px;
  }
}
section.contest-reward .section-wrap .foot-box .note-group {
  border: 2px solid #9e5cd1;
  border-radius: 14px;
  position: relative;
  z-index: 10;
  background: #FFF;
  width: 100%;
  height: 100%;
  padding: 28px 105px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box .note-group {
    padding: 26px 18px;
  }
}
section.contest-reward .section-wrap .foot-box .note-mark {
  padding-bottom: 38px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box .note-mark {
    padding-bottom: 30px;
  }
}
section.contest-reward .section-wrap .foot-box .note-mark .ic-note-moon {
  background: url("../img/store/contest/ic_note_moon.svg") no-repeat center/cover;
  width: 81px;
  height: 17px;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box .note-mark .ic-note-moon {
    width: 50px;
    height: 10px;
  }
}
section.contest-reward .section-wrap .foot-box .note-list-box .row {
  display: flex;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box .note-list-box .row {
    flex-direction: column;
  }
}
section.contest-reward .section-wrap .foot-box .note-list-box .row + .row {
  margin-top: 37px;
}
section.contest-reward .section-wrap .foot-box .note-list-box .row .subject-box {
  width: 275px;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.96px;
  color: #6B36A3;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box .note-list-box .row .subject-box {
    padding-bottom: 22px;
    text-align: center;
    font-size: 17px;
    width: auto;
  }
}
section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box {
  flex: 1;
  min-width: 0;
}
section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .des-box {
  color: #4C4C4C;
  font-size: 23px;
  line-height: 145%;
  letter-spacing: -0.92px;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .des-box {
    font-size: 13px;
    line-height: 145%;
    letter-spacing: -0.52px;
    text-align: center;
  }
}
section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .score-box {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .score-box {
    padding-left: 15px;
  }
}
section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .score-box:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #111;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .score-box:after {
    top: 7px;
    width: 4px;
    height: 4px;
    left: 4px;
  }
}
section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .score-box + .score-box {
  margin-top: 15px;
}
section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .score-box .main-txt {
  position: relative;
  color: #111;
  font-size: 22.533px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.901px;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .score-box .main-txt {
    font-size: 13px;
    line-height: 125%;
    letter-spacing: -0.04em;
  }
}
section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .score-box .score-txt {
  margin: 0 9px 0 4px;
  color: #26114A;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.8px;
  padding: 0 12px;
  border-radius: 500px;
  background: #DFD3EB;
  height: 25px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .score-box .score-txt {
    height: 19px;
    font-size: 12px;
    padding: 0 6px;
    margin: 0 5px 0 5px;
  }
}
section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .score-box .des-txt {
  color: #62517E;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.92px;
}
@media (max-width: 768px) {
  section.contest-reward .section-wrap .foot-box .note-list-box .row .con-box .score-box .des-txt {
    font-size: 12px;
    line-height: 125%;
    letter-spacing: -0.04em;
  }
}

section.contest-way {
  padding: 70px 0 90px;
  background: linear-gradient(151deg, #E5E2E6 0%, #E7D1EF 100%);
}
@media (max-width: 768px) {
  section.contest-way {
    padding: 62px 0;
  }
}
section.contest-way .section-wrap {
  max-width: 1180px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
section.contest-way .head-box {
  padding-bottom: 38px;
}
section.contest-way .head-box .head-label-box {
  display: flex;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  section.contest-way .head-box .head-label-box {
    padding-bottom: 30px;
  }
}
section.contest-way .head-box .head-label-box .img-box {
  margin: 0 auto;
  max-width: 357px;
}
@media (max-width: 768px) {
  section.contest-way .head-box .head-label-box .img-box {
    max-width: 196px;
  }
}
section.contest-way .head-box .head-label-box .img-box img {
  max-width: 100%;
}
section.contest-way .head-box .head-intro-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-way .head-box .head-intro-box {
    max-width: 212px;
    margin: 0 auto;
  }
}
section.contest-way .head-box .head-intro-box img {
  width: auto;
  max-width: 100%;
}
section.contest-way .head-box .head-welcome-box {
  padding-top: 26px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-way .head-box .head-welcome-box {
    max-width: 250px;
    margin: 0 auto;
  }
}
section.contest-way .head-box .head-welcome-box img {
  width: auto;
  max-width: 100%;
}
section.contest-way .body-box .note-group {
  max-width: 774px;
  margin: 0 auto;
  border-radius: 6px;
  border: 1.2px solid var(--4-c-2-f-6-a, #4C2F6A);
  background: #F9F9F9;
  box-shadow: 5.4518380165px 5.4518380165px 0px 0px rgba(159, 146, 131, 0.35);
  padding: 10px;
  position: relative;
}
section.contest-way .body-box .note-group:before {
  content: "";
  position: absolute;
  left: -66px;
  top: 21px;
  background: url("../img/store/contest/img_way_effect1.svg") no-repeat center/cover;
  width: 116px;
  height: 126px;
}
@media (max-width: 768px) {
  section.contest-way .body-box .note-group:before {
    background: url("../img/store/contest/img_way_effect1_m.svg") no-repeat center/cover;
    width: 71px;
    height: 79px;
    left: -16px;
    top: 63px;
  }
}
section.contest-way .body-box .note-group:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 33px;
  background: url("../img/store/contest/img_way_effect2.svg") no-repeat center/cover;
  width: 99px;
  height: 96px;
}
@media (max-width: 768px) {
  section.contest-way .body-box .note-group:after {
    background: url("../img/store/contest/img_way_effect2_m.svg") no-repeat center/cover;
    width: 56px;
    height: 55px;
    right: -12px;
    top: 124px;
  }
}
section.contest-way .body-box .note-group .ic-dot {
  z-index: 10;
  position: absolute;
  background: #F9F9F9 url("../img/store/contest/img_way_dot.svg") no-repeat center;
  width: 16px;
  height: 16px;
}
section.contest-way .body-box .note-group .ic-dot.dot1 {
  top: 4px;
  left: 4px;
}
section.contest-way .body-box .note-group .ic-dot.dot2 {
  top: 4px;
  right: 4px;
}
section.contest-way .body-box .note-group .ic-dot.dot3 {
  bottom: 4px;
  left: 4px;
}
section.contest-way .body-box .note-group .ic-dot.dot4 {
  bottom: 4px;
  right: 4px;
}
section.contest-way .body-box .note-group .note-contents {
  position: relative;
  border: 1px solid #4C2F6A;
}
section.contest-way .body-box .note-group .note-contents .note-box {
  max-width: 309px;
  margin: 0 auto;
  padding: 32px 0;
}
@media (max-width: 768px) {
  section.contest-way .body-box .note-group .note-contents .note-box {
    max-width: 211px;
    margin: 0 auto;
  }
}
section.contest-way .body-box .note-group .note-contents .note-box img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  section.contest-way .body-box .note-group .note-contents .note-box img.web {
    display: none;
  }
}
section.contest-way .body-box .note-group .note-contents .note-box img.mobile {
  display: none;
}
@media (max-width: 768px) {
  section.contest-way .body-box .note-group .note-contents .note-box img.mobile {
    display: block;
  }
}
section.contest-way .body-box .note-list {
  padding-top: 38px;
}
section.contest-way .foot-box {
  padding-top: 60px;
}
@media (max-width: 768px) {
  section.contest-way .foot-box {
    padding-top: 48px;
  }
}
section.contest-way .foot-box .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-way .foot-box .menu-list {
    flex-direction: column;
  }
}
section.contest-way .foot-box .menu-list .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-way .foot-box .menu-list .menu-btn {
    max-width: 226px;
  }
}
section.contest-way .foot-box .menu-list .menu-btn + .menu-btn {
  margin-left: 20px;
}
@media (max-width: 768px) {
  section.contest-way .foot-box .menu-list .menu-btn + .menu-btn {
    margin: 14px 0 0 0;
  }
}
section.contest-way .foot-box .menu-list .menu-btn img {
  width: auto;
  max-width: 100%;
}
section.contest-way .foot-box .social-group {
  padding-top: 73px;
}
@media (max-width: 768px) {
  section.contest-way .foot-box .social-group {
    padding-top: 60px;
  }
}
section.contest-way .foot-box .social-group .social-txt-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.contest-way .foot-box .social-group .social-txt-box .social-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 24px;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.5);
  color: #6C3E8D;
  font-size: 24.366px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.975px;
}
@media (max-width: 768px) {
  section.contest-way .foot-box .social-group .social-txt-box .social-txt {
    font-size: 14px;
    height: 26px;
    padding: 0 13px;
  }
}
section.contest-way .foot-box .social-group .social-list {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
@media (max-width: 768px) {
  section.contest-way .foot-box .social-group .social-list {
    padding-top: 22px;
  }
}
section.contest-way .foot-box .social-group .social-list .social-btn {
  display: inline-flex;
}
section.contest-way .foot-box .social-group .social-list .social-btn + .social-btn {
  margin-left: 34px;
}
@media (max-width: 768px) {
  section.contest-way .foot-box .social-group .social-list .social-btn + .social-btn {
    margin-left: 19px;
  }
}
section.contest-way .foot-box .social-group .social-list .social-btn .ic {
  width: 74px;
  height: 74px;
}
@media (max-width: 768px) {
  section.contest-way .foot-box .social-group .social-list .social-btn .ic {
    width: 43px;
    height: 43px;
  }
}
section.contest-way .foot-box .social-group .social-list .social-btn .ic.ic-url {
  background: url("../img/store/contest/ic_social_url.svg") no-repeat center/cover;
}
section.contest-way .foot-box .social-group .social-list .social-btn .ic.ic-kakao {
  background: url("../img/store/contest/ic_social_kakao.svg") no-repeat center/cover;
}
section.contest-way .foot-box .social-group .social-list .social-btn .ic.ic-twitter {
  background: url("../img/store/contest/ic_social_twitter.svg") no-repeat center/cover;
}
section.contest-way .foot-box .social-group .social-list .social-btn .ic.ic-facebook {
  background: url("../img/store/contest/ic_social_facebook.svg") no-repeat center/cover;
}

article.section-line {
  top: -5px;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  right: 0;
}
article.section-line:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(50% - 10px);
  height: 1px;
  background-color: #4C2F6A;
}
article.section-line:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: calc(50% - 10px);
  height: 1px;
  background-color: #4C2F6A;
}
article.section-line .ic-dot {
  background: url("../img/store/contest/ic_section_dot.svg") no-repeat center;
  width: 20px;
  height: 10px;
}

section.contest-idea {
  position: relative;
  padding-top: 60px;
}
section.contest-idea .section-wrap {
  max-width: 1180px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
section.contest-idea .head-box {
  padding-bottom: 38px;
}
@media (max-width: 768px) {
  section.contest-idea .head-box {
    padding-bottom: 0px;
  }
}
section.contest-idea .head-box .head-label-box {
  display: flex;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  section.contest-idea .head-box .head-label-box {
    padding-bottom: 33px;
  }
}
section.contest-idea .head-box .head-label-box .img-box {
  margin: 0 auto;
  max-width: 478px;
}
@media (max-width: 768px) {
  section.contest-idea .head-box .head-label-box .img-box {
    max-width: 286px;
  }
}
section.contest-idea .head-box .head-label-box .img-box img {
  max-width: 100%;
}
section.contest-idea .head-box .head-intro-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-idea .head-box .head-intro-box {
    max-width: 284px;
    margin: 0 auto;
  }
}
section.contest-idea .head-box .head-intro-box img {
  width: auto;
  max-width: 100%;
}
section.contest-idea .body-box {
  padding: 53px 0 36px;
}
@media (max-width: 768px) {
  section.contest-idea .body-box {
    padding: 32px 0 67px;
  }
}
section.contest-idea .body-box .list-group .list-option-box {
  padding-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  section.contest-idea .body-box .list-group .list-option-box {
    padding-bottom: 8px;
  }
}
section.contest-idea .body-box .list-group .list-option-box .list-option-btn {
  color: rgba(76, 47, 106, 0.5);
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: -0.54px;
}
@media (max-width: 768px) {
  section.contest-idea .body-box .list-group .list-option-box .list-option-btn {
    font-size: 12px;
    letter-spacing: -0.03em;
    line-height: 17px;
  }
}
section.contest-idea .body-box .list-group .list-option-box .list-option-btn.active {
  color: #4C2F6A;
  font-weight: 700;
}
section.contest-idea .body-box .list-group .list-option-box .list-option-btn + .list-option-btn {
  margin-left: 20px;
  position: relative;
}
@media (max-width: 768px) {
  section.contest-idea .body-box .list-group .list-option-box .list-option-btn + .list-option-btn {
    margin-left: 14px;
  }
}
section.contest-idea .body-box .list-group .list-option-box .list-option-btn + .list-option-btn:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: rgba(76, 47, 106, 0.5);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  section.contest-idea .body-box .list-group .list-option-box .list-option-btn + .list-option-btn:after {
    left: -7px;
    height: 10px;
  }
}

article.idea-list-layout1.swiper {
  overflow: visible;
  box-sizing: border-box;
}
article.idea-list-layout1.swiper .swiper-button-prev {
  position: absolute;
  left: -16px;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  background: url("../img/store/contest/ic_swiper_prev.svg") no-repeat center/cover;
  width: 33px;
  height: 33px;
  z-index: 10;
  margin-top: 0;
  display: none;
}
@media (max-width: 768px) {
  article.idea-list-layout1.swiper .swiper-button-prev {
    display: block;
  }
}
article.idea-list-layout1.swiper .swiper-button-prev:after {
  display: none;
}
article.idea-list-layout1.swiper .swiper-button-next {
  position: absolute;
  right: -16px;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  background: url("../img/store/contest/ic_swiper_next.svg") no-repeat center/cover;
  width: 33px;
  height: 33px;
  z-index: 10;
  margin-top: 0;
  display: none;
}
@media (max-width: 768px) {
  article.idea-list-layout1.swiper .swiper-button-next {
    display: block;
  }
}
article.idea-list-layout1.swiper .swiper-button-next:after {
  display: none;
}
article.idea-list-layout1.swiper ul {
  margin: auto;
  flex-flow: initial;
}
article.idea-list-layout1.swiper ul li {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  article.idea-list-layout1.swiper ul li .item-info {
    padding-top: 6px !important;
  }
}
article.idea-list-layout1 ul {
  display: flex;
  flex-flow: row wrap;
  margin: -33px -10px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul {
    margin: -13px -5px;
  }
}
article.idea-list-layout1 ul.box-5 li {
  width: calc(20% - 20px);
  margin: 33px 10px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul.box-5 li {
    width: calc(50% - 10px);
    margin: 13px 5px;
  }
}
article.idea-list-layout1 ul li {
  width: calc(25% - 20px);
  margin: 33px 10px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li {
    width: calc(50% - 10px);
    margin: 13px 5px;
  }
}
article.idea-list-layout1 ul li .item-box {
  display: block;
  font-size: 0;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
article.idea-list-layout1 ul li .item-box .item-view {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  box-sizing: border-box;
  display: block;
}
article.idea-list-layout1 ul li .item-box .item-bg {
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #4C2F6A;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f3eadf url("../img/store/contest/img_idea_bg.png") no-repeat center/cover;
}
article.idea-list-layout1 ul li .item-box .item-bg.bg-white {
  background: #fff;
}
article.idea-list-layout1 ul li .item-box .item-bg p.item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-family: "Pretendard";
  font-size: 34px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1.36px;
  color: #26114A;
  text-align: center;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-bg p.item-title {
    font-size: 17px;
    line-height: 135%;
    letter-spacing: -0.04em;
  }
}
article.idea-list-layout1 ul li .item-box .item-bg .star-small {
  background: url("../img/store/contest/ic_idea_dot.svg") no-repeat center/cover;
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 11;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-bg .star-small {
    width: 11px;
    height: 11px;
  }
}
article.idea-list-layout1 ul li .item-box .item-bg .star-small.left-top {
  top: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-bg .star-small.left-top {
    top: 3px;
    left: 3px;
  }
}
article.idea-list-layout1 ul li .item-box .item-bg .star-small.right-top {
  top: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-bg .star-small.right-top {
    top: 3px;
    right: 3px;
  }
}
article.idea-list-layout1 ul li .item-box .item-bg .star-small.left-bottom {
  bottom: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-bg .star-small.left-bottom {
    bottom: 3px;
    left: 3px;
  }
}
article.idea-list-layout1 ul li .item-box .item-bg .star-small.right-bottom {
  bottom: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-bg .star-small.right-bottom {
    bottom: 3px;
    right: 3px;
  }
}
article.idea-list-layout1 ul li .item-box .item-bg img.item-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
	width: 100%;
	height: 100%;
	object-fit:cover;
	margin:auto;
}
article.idea-list-layout1 ul li .item-box .item-bg button.like {
  background-color: #f3eadf;
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  padding: 0 15px;
  border-radius: 500px;
  border: 1px solid #4c2f6a;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-bg button.like {
    top: 8px;
    right: 8px;
    padding: 0 9px;
    height: 27px;
  }
}
article.idea-list-layout1 ul li .item-box .item-bg button.like.active .ic-like {
  background: url("../img/store/contest/ic_idea_like_active.svg") no-repeat center/cover;
}
article.idea-list-layout1 ul li .item-box .item-bg button.like .ic-like {
  display: inline-flex;
  align-items: center;
  background: url("../img/store/contest/ic_idea_like.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-bg button.like .ic-like {
    width: 15px;
    height: 15px;
  }
}
article.idea-list-layout1 ul li .item-box .item-bg button.like .cnt {
  color: #4C2F6A;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.45px;
	margin-left: 4px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-bg button.like .cnt {
    font-size: 11px;
    letter-spacing: -0.03em;
    line-height: 19px;
	  margin-left: 3px;
  }
}
article.idea-list-layout1 ul li .item-box .item-info {
  padding-top: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
article.idea-list-layout1 ul li .item-box .item-info .info-menu-box {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-menu-box {
    padding-top: 12px;
  }
}
article.idea-list-layout1 ul li .item-box .item-info .info-menu-box .info-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 132px;
  border-radius: 330.582px;
  background: #481F61;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-menu-box .info-menu-btn {
    height: 34px;
  }
}
article.idea-list-layout1 ul li .item-box .item-info .info-menu-box .info-menu-btn .txt {
  line-height: 1.2;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.04em;
  font-family: "Pretendard";
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-menu-box .info-menu-btn .txt {
    font-size: 14px;
  }
}
article.idea-list-layout1 ul li .item-box .item-info .info-menu-box .info-menu-btn .ic {
  margin-left: 3px;
  margin-top: 2px;
}
article.idea-list-layout1 ul li .item-box .item-info .info-menu-box .info-menu-btn .ic.ic-edit {
  background: url("../img/store/contest/ic_edit.svg") no-repeat center/cover;
  width: 17px;
  height: 17px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-menu-box .info-menu-btn .ic.ic-edit {
    margin-top: 0;
    width: 14px;
    height: 14px;
  }
}
article.idea-list-layout1 ul li .item-box .item-info .info-sub-box {
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
  color: #4C2F6A;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-sub-box {
    padding-top: 13px;
    font-size: 13px;
    letter-spacing: -0.04em;
  }
}

article.idea-list-layout1 ul li .item-box .item-info .info-txt-box {
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
	justify-content: center;
  border: 1.12px solid #26114A;
  border-radius: 2.8px;
  height: 56px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-txt-box {
    box-sizing: border-box;
    justify-content: center;
    height: 29px;
    padding: 0;
    width: 100%;
  }
}
article.idea-list-layout1 ul li .item-box .item-info .info-txt-box.bg-gray {
  background: #ece3ef;
}
article.idea-list-layout1 ul li .item-box .item-info .info-txt-box.bg-white {
  background-color: #f6efe7;
}
article.idea-list-layout1 ul li .item-box .item-info .info-txt-box i.star-smallest {
  background: url("../img/store/contest/ic_idea_dot2.png") no-repeat center/cover;
  width: 5px;
  height: 7px;
  position: absolute;
  z-index: 9;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-txt-box i.star-smallest {
    width: 3px;
    height: 3px;
  }
}
article.idea-list-layout1 ul li .item-box .item-info .info-txt-box i.star-smallest.left-top {
  top: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-txt-box i.star-smallest.left-top {
    top: 3px;
    left: 3px;
  }
}
article.idea-list-layout1 ul li .item-box .item-info .info-txt-box i.star-smallest.right-top {
  top: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-txt-box i.star-smallest.right-top {
    top: 3px;
    right: 3px;
  }
}
article.idea-list-layout1 ul li .item-box .item-info .info-txt-box i.star-smallest.left-bottom {
  bottom: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-txt-box i.star-smallest.left-bottom {
    right: 3px;
    left: 3px;
  }
}
article.idea-list-layout1 ul li .item-box .item-info .info-txt-box i.star-smallest.right-bottom {
  bottom: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-txt-box i.star-smallest.right-bottom {
    bottom: 3px;
    right: 3px;
  }
}
article.idea-list-layout1 ul li .item-box .item-info .info-txt-box .info-txt {
  font-family: "Pretendard";
  font-size: 19px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.76px;
	color: #000;
	text-align:center;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-info .info-txt-box .info-txt {
    font-size: 11px;
    letter-spacing: -0.04em;
  }
}
article.idea-list-layout1 ul li .item-box .item-vote-box {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-vote-box {
    order: 4;
    padding-top: 14px;
  }
}
article.idea-list-layout1 ul li .item-box .item-vote-box .vote-btn {
  max-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
	height: 40px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-vote-box .vote-btn {
    max-width: 130px;
    max-height: 34px;
  }
}
article.idea-list-layout1 ul li .item-box .item-vote-box .vote-btn img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
	height: 100%;
}
article.idea-list-layout1 ul li .item-box .item-review {
  padding-top: 16px;
  display: flex;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-review {
    padding-top: 14px;
    order: 3;
  }
}
article.idea-list-layout1 ul li .item-box .item-review .review-txt-box {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #4c2f6a;
  border-radius: 4px;
  background: #E6DEEC;
  line-height: 38px;
  padding: 0 13px;
}
@media (max-width: 768px) {
  article.idea-list-layout1 ul li .item-box .item-review .review-txt-box {
	  padding: 0 10px;
    font-size: 13px;
    line-height: 25px;
  }
}
article.idea-paging-list {
  padding-top: 60px;
}
article.idea-paging-list.small {
  padding-top: 12px;
}
@media (max-width: 768px) {
  article.idea-paging-list.small {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  article.idea-paging-list {
    padding-top: 31px;
  }
}
article.idea-paging-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
article.idea-paging-list ul li {
  margin: 0 5px;
}
article.idea-paging-list ul li .prev-btn {
  display: inline-flex;
  margin-top: 2px;
  width: 18px;
  height: 18px;
  background: url("../img/store/contest/ic_paging_prev.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  article.idea-paging-list ul li .prev-btn {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-top: 0;
  }
}
article.idea-paging-list ul li .next-btn {
  display: inline-flex;
  margin-top: 2px;
  width: 18px;
  height: 18px;
  background: url("../img/store/contest/ic_paging_next.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  article.idea-paging-list ul li .next-btn {
    position: relative;
    top: 2px;
    margin-top: 0;
    width: 14px;
    height: 14px;
  }
}
article.idea-paging-list ul li .paging-btn {
  display: inline-flex;
  padding: 0 5px;
  color: #BEB6C6;
  font-size: 16px;
  letter-spacing: -0.8px;
}
@media (max-width: 768px) {
  article.idea-paging-list ul li .paging-btn {
    line-height: 14px;
    font-size: 12px;
  }
}
article.idea-paging-list ul li .paging-btn.current {
  color: #4C2F6A;
}

section.content-guide {
  position: relative;
  background-color: #e5e2e6;
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.content-guide {
    padding: 40px 0;
  }
}
section.content-guide .section-wrap {
  max-width: 1180px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
section.content-guide .guide-head-box {
  max-width: 1088px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.content-guide .guide-head-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(171deg, rgba(88, 46, 114, 0) 0%, #5C247E 53.18%, rgba(88, 46, 114, 0) 100%);
}
section.content-guide .guide-head-box .head-txt-box {
  padding-bottom: 40px;
  color: #61397D;
  text-align: center;
  font-family: "Pretendard";
  font-size: 30px;
  font-weight: 500;
  line-height: 124%;
  letter-spacing: -2.1px;
}
@media (max-width: 768px) {
  section.content-guide .guide-head-box .head-txt-box {
    padding-bottom: 26px;
    font-size: 20px;
    letter-spacing: -0.07em;
  }
}
section.content-guide .guide-body-box {
  padding-top: 40px;
}
@media (max-width: 768px) {
  section.content-guide .guide-body-box {
    padding-top: 26px;
  }
}
section.content-guide .guide-body-box .guide-item {
  position: relative;
  color: #61397D;
  font-family: "Pretendard";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -1.14px;
  padding-left: 24px;
}
@media (max-width: 768px) {
  section.content-guide .guide-body-box .guide-item {
    padding-left: 18px;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -0.06em;
  }
}
section.content-guide .guide-body-box .guide-item + .guide-item {
  margin-top: 18px;
}
section.content-guide .guide-body-box .guide-item + .guide-item a {
  font-family: "Pretendard";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
	color: #00397D;
}
@media (max-width: 768px) {
  section.content-guide .guide-body-box .guide-item + .guide-item {
    margin-top: 8px;
  }
  section.content-guide .guide-body-box .guide-item + .guide-item a {
		font-size: 12px;
	}
}
section.content-guide .guide-body-box .guide-item:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #61397D;
}
@media (max-width: 768px) {
  section.content-guide .guide-body-box .guide-item:after {
    top: 9px;
    left: 8px;
    width: 3px;
    height: 3px;
  }
}

section.contest-goods {
  position: relative;
  background-color: #f3eadf;
  padding-bottom: 209px;
}
@media (max-width: 768px) {
  section.contest-goods {
    padding-bottom: 60px;
  }
}
section.contest-goods .section-wrap {
  max-width: 1180px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
section.contest-goods:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  background: url("../img/store/contest/img_goods_effect.png") no-repeat center/cover;
  width: 874px;
  height: 204px;
}
@media (max-width: 768px) {
  section.contest-goods:before {
    display: none;
  }
}
section.contest-goods .tit-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-goods .tit-box {
    max-width: 200px;
    margin: 0 auto;
  }
}
section.contest-goods .tit-box img {
  max-width: 100%;
  width: auto;
}
section.contest-goods .intro-box {
  padding: 50px 0 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-goods .intro-box {
    padding: 40px 0 30px;
    max-width: 320px;
    margin: 0 auto;
  }
}
section.contest-goods .intro-box img {
  max-width: 100%;
  width: auto;
}
section.contest-goods .des-box {
  text-align: center;
  font-size: 23px;
  line-height: 35px;
  color: #4C2F6A;
  font-weight: 700;
  letter-spacing: -0.7px;
}
@media (max-width: 768px) {
  section.contest-goods .des-box {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.05em;
  }
}
section.contest-goods .goods-body-box {
  padding-top: 70px;
}
@media (max-width: 768px) {
  section.contest-goods .goods-body-box {
    padding-top: 40px;
  }
}
section.contest-goods .goods-body-box .list-group .list-option-box {
  padding-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  section.contest-goods .goods-body-box .list-group .list-option-box {
    padding-bottom: 8px;
  }
}
section.contest-goods .goods-body-box .list-group .list-option-box .list-option-btn {
  color: rgba(76, 47, 106, 0.5);
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: -0.54px;
}
@media (max-width: 768px) {
  section.contest-goods .goods-body-box .list-group .list-option-box .list-option-btn {
    font-size: 12px;
    letter-spacing: -0.03em;
    line-height: 17px;
  }
}
section.contest-goods .goods-body-box .list-group .list-option-box .list-option-btn.active {
  color: #4C2F6A;
  font-weight: 700;
}
section.contest-goods .goods-body-box .list-group .list-option-box .list-option-btn + .list-option-btn {
  margin-left: 20px;
  position: relative;
}
@media (max-width: 768px) {
  section.contest-goods .goods-body-box .list-group .list-option-box .list-option-btn + .list-option-btn {
    margin-left: 14px;
  }
}
section.contest-goods .goods-body-box .list-group .list-option-box .list-option-btn + .list-option-btn:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: rgba(76, 47, 106, 0.5);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  section.contest-goods .goods-body-box .list-group .list-option-box .list-option-btn + .list-option-btn:after {
    left: -7px;
    height: 10px;
  }
}

article.layer-popup {
  display: none;
  position: fixed;
  z-index: 400;
}
article.layer-popup:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 400;
  background: rgba(0, 0, 0, 0.5);
}
article.layer-popup.long .popup-wrapper {
  width: 800px;
}
@media (max-width: 768px) {
  article.layer-popup.long .popup-wrapper {
    width: calc(100% - 40px);
  }
}
article.layer-popup .popup-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 690px;
  background-color: #F3EADF;
  z-index: 500;
  border-radius: 8px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper {
    width: calc(100% - 40px);
  }
}
article.layer-popup .popup-wrapper.type-alert {
  width: 430px;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper.type-alert {
    width: calc(100% - 40px);
  }
}
article.layer-popup .popup-wrapper.type-alert .popup-contents {
  padding: 0;
}
article.layer-popup .popup-wrapper.type-view {
  width: 745px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper.type-view {
    width: calc(100% - 40px);
  }
}
article.layer-popup .popup-wrapper.type-view .popup-contents {
  padding: 60px 38px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper.type-view .popup-contents {
    padding: 54px 30px 30px;
  }
}
article.layer-popup .popup-wrapper.type-view2 .popup-contents {
  padding: 50px 38px 25px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper.type-view2 .popup-contents {
    padding: 39px 20px 18px;
  }
}
article.layer-popup .popup-wrapper .popup-contents {
  position: relative;
  padding: 60px 100px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-contents {
    padding: 40px 30px;
    max-height: 75vh;
    overflow-y: auto;
  }
}
article.layer-popup .popup-wrapper .popup-close-btn {
  position: absolute;
  right: 17px;
  top: 17px;
  background: url("../img/store/contest/ic_popup_close.svg") no-repeat center/cover;
  width: 36px;
  height: 36px;
  z-index: 10;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-close-btn {
    width: 29px;
    height: 29px;
    right: 10px;
    top: 10px;
  }
}
article.layer-popup .popup-wrapper .popup-alert-box {
  padding-top: 14px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-alert-box {
    padding-top: 10px;
  }
}
article.layer-popup .popup-wrapper .popup-alert-box .ic-box {
  display: flex;
  justify-content: center;
}
article.layer-popup .popup-wrapper .popup-alert-box .ic-box .ic-moon {
  background: url("../img/store/contest/ic_moon.svg") no-repeat center/cover;
  width: 29px;
  height: 22px;
}
article.layer-popup .popup-wrapper .popup-alert-box .msg-box {
  padding: 55px 15px;
  text-align: center;
  color: #4C2F6A;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: -0.68px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-alert-box .msg-box {
    font-size: 15px;
    line-height: 27px;
    padding: 35px 15px;
  }
}
article.layer-popup .popup-wrapper .popup-alert-box .menu-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
article.layer-popup .popup-wrapper .popup-alert-box .menu-box .menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 100%;
  background-color: #4C2F6A;
  color: #F1C172;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.68px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-alert-box .menu-box .menu-btn {
    height: 45px;
    font-size: 15px;
  }
}
article.layer-popup .popup-wrapper .popup-moon-box {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-moon-box {
    padding-bottom: 20px;
  }
}
article.layer-popup .popup-wrapper .popup-moon-box .ic-moon {
  background: url("../img/store/contest/ic_popup_moon.svg") no-repeat center/cover;
  width: 98px;
  height: 18px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-moon-box .ic-moon {
    width: 55px;
    height: 10px;
  }
}
article.layer-popup .popup-wrapper .cheering-group {
  border-top: 1px solid rgba(76, 47, 106, 0.2);
  padding-top: 16px;
  margin-top: 16px;
}
article.layer-popup .popup-wrapper .cheering-group .cheering-head-box {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
article.layer-popup .popup-wrapper .cheering-group .cheering-head-box .ic-star {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/store/contest/ic_star.svg") no-repeat center/cover;
}
article.layer-popup .popup-wrapper .cheering-group .cheering-head-box .cheering-txt {
  padding: 0 6px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #61397D;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-head-box .cheering-txt {
    line-height: 21px;
    font-size: 15px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list {
  padding: 19px 26px;
  border: 1px solid #DACBBA;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list {
    padding: 10px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .no-data {
  text-align: center;
  padding: 40px 0;
  font-size: 17px;
  opacity: 0.4;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .no-data {
    font-size: 13px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row {
  display: flex;
}
article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row + .row {
  margin-top: 9px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row + .row {
    margin-top: 7px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row .subject-box {
  width: 70px;
  color: #6C3E8D;
  font-size: 17px;
  letter-spacing: -0.05em;
  line-height: 23px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row .subject-box {
    width: 50px;
    font-size: 12px;
    line-height: 18px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row .con-box {
  flex: 1;
  min-width: 0;
}
article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row .con-box .con-txt-box {
  display: inline;
  color: #26114A;
  font-size: 17px;
  line-height: 23px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row .con-box .con-txt-box {
    font-size: 12px;
    line-height: 18px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row .con-box .con-menu-box {
  margin-left: 15px;
  display: inline;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row .con-box .con-menu-box {
    margin-left: 8px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row .con-box .con-menu-box .con-menu-btn {
  padding: 0 6px;
  line-height: 20px;
  color: #4C2F6A;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.65px;
  text-transform: uppercase;
  background: rgba(145, 107, 183, 0.2);
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-body-box .cheering-list .row .con-box .con-menu-box .con-menu-btn {
    font-size: 11px;
    line-height: 14px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-send-box {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-send-box {
    flex-direction: column;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .tbox {
  flex: 1;
  min-width: 0;
  position: relative;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .tbox {
    width: 100%;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .tbox input {
  border: 1px solid #BEB6C6;
  background-color: #fff;
  height: 50px;
  float: none;
  color: #4C2F6A;
  padding-right: 100px;
  width: 100%;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .tbox input {
    height: 40px;
    font-size: 15px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .tbox input::placeholder {
  color: #BEB6C6;
}
article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .tbox .limit-box {
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  color: #6B36A3;
  font-size: 15px;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .tbox .limit-box {
    left: 0;
    top: auto;
    transform: none;
    bottom: -20px;
    font-size: 11px;
    line-height: 13px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .send-box {
  margin-left: 8px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .send-box {
    margin: 6px 0 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .send-box .send-btn {
  width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #573678;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: -0.8px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #4c2f6a;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .send-box .send-btn {
    width: 50px;
    height: 28px;
    font-size: 13px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-send-box .send-box .send-btn[data-btn=edit] {
  display: none;
}
article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box {
    flex-direction: column;
    justify-content: center;
    padding-top: 13px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box .foot-note-box {
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #786885;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box .foot-note-box {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 6px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box .foot-menu-box {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box .foot-menu-box {
    justify-content: center;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box .foot-menu-box .foot-menu-btn {
  font-size: 16px;
  color: #26114A;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box .foot-menu-box .foot-menu-btn {
    font-size: 13px;
    line-height: 16px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box .foot-menu-box .foot-menu-btn + .foot-menu-btn {
  margin-left: 29px;
  position: relative;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box .foot-menu-box .foot-menu-btn + .foot-menu-btn {
    margin-left: 24px;
  }
}
article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box .foot-menu-box .foot-menu-btn + .foot-menu-btn:after {
  content: "";
  position: absolute;
  left: -14px;
  width: 1px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #26114A;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .cheering-group .cheering-foot-box .foot-menu-box .foot-menu-btn + .foot-menu-btn:after {
    height: 16px;
    left: -12px;
  }
}
article.layer-popup .popup-wrapper .example-wrap {
  display: flex;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap.type-vote {
    padding: 60px 0 46px;
    position: relative;
    flex-direction: row;
  }
  article.layer-popup .popup-wrapper .example-wrap.type-vote .swiper-button-next {
    right: 5px !important;
  }
  article.layer-popup .popup-wrapper .example-wrap.type-vote .swiper-button-prev {
    left: 5px !important;
  }
  article.layer-popup .popup-wrapper .example-wrap.type-vote .example-view {
    width: auto;
    margin-right: 8px;
  }
  article.layer-popup .popup-wrapper .example-wrap.type-vote .example-view .img-box {
    width: 130px;
    height: 130px;
  }
  article.layer-popup .popup-wrapper .example-wrap.type-vote .example-info {
    margin-top: 0;
  }
  article.layer-popup .popup-wrapper .example-wrap.type-vote .example-info .subject-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  article.layer-popup .popup-wrapper .example-wrap.type-vote .example-info .con-box {
    padding-top: 0;
  }
  article.layer-popup .popup-wrapper .example-wrap.type-vote .example-info .con-box .con-txt-box.with-menu {
    height: 130px;
    font-size: 13px;
    line-height: 18px;
  }
  article.layer-popup .popup-wrapper .example-wrap.type-vote .example-info .menu-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap {
    max-height: 75vh;
    overflow-y: auto;
    flex-direction: column;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view {
  width: 342px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view {
    width: 204px;
    margin: 0 auto;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .swiper-button-prev {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/store/contest/ic_popup_swiper_prev.svg") no-repeat center/cover;
  width: 34px;
  height: 34px;
  z-index: 10;
  margin-top: 0;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .swiper-button-prev:after {
  display: none;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .swiper-button-next {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/store/contest/ic_popup_swiper_next.svg") no-repeat center/cover;
  width: 34px;
  height: 34px;
  z-index: 10;
  margin-top: 0;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .swiper-button-next:after {
  display: none;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box {
	border: 1px solid #2E1753;
  width: 100%;
  height: 342px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .swiper-slide {
  height: auto;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box {
    height: 204px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg {
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #4C2F6A;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f3eadf url("../img/store/contest/img_idea_bg.png") no-repeat center/cover;
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg.bg-white {
  background: #fff;
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg p.item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 0;
  font-family: "Pretendard";
  font-size: 34px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1.36px;
  color: #26114A;
  text-align: center;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg p.item-title {
    font-size: 17px;
    line-height: 135%;
    letter-spacing: -0.04em;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg .star-small {
  background: url("../img/store/contest/ic_idea_dot.svg") no-repeat center/cover;
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 11;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg .star-small {
    width: 11px;
    height: 11px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg .star-small.left-top {
  top: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg .star-small.left-top {
    top: 3px;
    left: 3px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg .star-small.right-top {
  top: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg .star-small.right-top {
    top: 3px;
    right: 3px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg .star-small.left-bottom {
  bottom: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg .star-small.left-bottom {
    bottom: 3px;
    left: 3px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg .star-small.right-bottom {
  bottom: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg .star-small.right-bottom {
    bottom: 3px;
    right: 3px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg img.item-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg button.like {
  background-color: #f3eadf;
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  padding: 0 15px;
  border-radius: 500px;
  border: 1px solid #4c2f6a;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg button.like {
    top: 8px;
    right: 8px;
    padding: 0 9px;
    height: 27px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg button.like.active .ic-like {
  background: url("../img/store/contest/ic_idea_like_active.svg") no-repeat center/cover;
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg button.like .ic-like {
  display: inline-flex;
  align-items: center;
  background: url("../img/store/contest/ic_idea_like.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg button.like .ic-like {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg button.like .cnt {
  color: #4C2F6A;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.45px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box .item-bg button.like .cnt {
    font-size: 11px;
    letter-spacing: -0.03em;
    line-height: 19px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box p.idea-img {
	position: relative; 
	padding: 0 0 100%; 
	height: 0; 
	box-sizing: border-box
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box p.idea-img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
	height: 100%;
	object-fit: cover;
	position:absolute;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box button.like {
  background-color: #f3eadf;
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  padding: 0 15px;
  border-radius: 500px;
  border: 1px solid #4c2f6a;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box button.like {
    top: 8px;
    right: 8px;
    padding: 0 9px;
    height: 27px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box button.like.active .ic-like {
  background: url("../img/store/contest/ic_idea_like_active.svg") no-repeat center/cover;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box button.like .ic-like {
  display: inline-flex;
  align-items: center;
  background: url("../img/store/contest/ic_idea_like.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box button.like .ic-like {
    width: 15px;
    height: 15px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box button.like .cnt {
  color: #4C2F6A;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.45px;
	margin-left: 4px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box button.like .cnt {
    font-size: 11px;
    letter-spacing: -0.03em;
    line-height: 19px;
		margin-left: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box {
  margin-top: 11px;
  box-sizing: border-box;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  border: 1.12px solid #26114A;
  border-radius: 2.8px;
  height: 56px;
  position: relative;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box {
    height: 32px;
    width: 100%;
    padding: 0 10px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box.bg-gray {
  background: #f6efe7;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box i.star-smallest {
  background: url("../img/store/contest/ic_idea_dot2.png") no-repeat center/cover;
  width: 5px;
  height: 7px;
  position: absolute;
  z-index: 9;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box i.star-smallest {
    width: 3px;
    height: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box i.star-smallest.left-top {
  top: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box i.star-smallest.left-top {
    top: 3px;
    left: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box i.star-smallest.right-top {
  top: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box i.star-smallest.right-top {
    top: 3px;
    right: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box i.star-smallest.left-bottom {
  bottom: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box i.star-smallest.left-bottom {
    right: 3px;
    left: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box i.star-smallest.right-bottom {
  bottom: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box i.star-smallest.right-bottom {
    bottom: 3px;
    right: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box .info-txt {
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.72px;
  color: #4C2F6A;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .info-txt-box .info-txt {
    font-size: 13px;
    letter-spacing: -0.04em;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info {
  flex: 1;
  min-width: 0;
  margin-left: 40px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info {
    margin: 26px 0 0 0;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .subject-box {
  padding-bottom: 12px;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #26114A;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .subject-box {
    padding-bottom: 3px;
    flex-direction: column;
    align-items: flex-start;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .subject-box.type-edit {
  padding-bottom: 6px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .subject-box.type-edit {
    padding-bottom: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .subject-box.type-edit .label-txt {
  padding-bottom: 6px;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .subject-box .label-txt {
  padding-right: 12px;
  color: #62517E;
  font-size: 17px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.68px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .subject-box .label-txt {
    font-size: 12px;
    letter-spacing: -0.04em;
    padding-right: 0;
    padding-bottom: 4px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .subject-box .subject-txt {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.84px;
  color: #4C2F6A;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .subject-box .subject-txt {
    font-size: 18px;
    letter-spacing: -0.04em;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .subject-box .subject-txt input {
	font-family: "Pretendard";
  height: 26px;
  width: 100%;
  outline: none;
  border: 0;
  padding: 0;
  font-size: 21px;
  letter-spacing: -0.84px;
  font-weight: 700;
  color: #26114A;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .subject-box .subject-txt input {
    height: 22px;
    font-size: 16px;
    letter-spacing: -0.04em;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .con-box {
  padding-top: 24px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .con-box {
    padding-top: 15px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .con-box textarea {
	font-family: "Pretendard";
  box-sizing: border-box;
  height: 167px;
  border: 0;
  font-size: 18px;
  line-height: 165%;
  letter-spacing: -0.72px;
  color: #26114A;
  background: #f3eadf;
  width: 100%;
  resize: none;
  outline: none;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .con-box textarea {
    height: 110px;
    font-size: 14px;
    line-height: 18px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .con-box textarea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .con-box textarea::-webkit-scrollbar-track {
  background: transparent;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .con-box textarea::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(154, 144, 144, 0.2);
}
article.layer-popup .popup-wrapper .example-wrap .example-info .con-box .con-txt-box {
	font-family: "Pretendard";
  color: #4C2F6A;
  font-size: 19px;
  line-height: 165%;
  letter-spacing: -0.76px;
  background-color: #f3eadf;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .con-box .con-txt-box {
    font-size: 14px;
    letter-spacing: -0.04em;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .con-box .con-txt-box.with-scroll {
  overflow-y: auto;
  height: 170px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .con-box .con-txt-box.with-scroll {
    height: auto;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .con-box .con-txt-box.with-menu {
  overflow-y: auto;
  height: 190px;
  font-size: 17px;
  line-height: 165%;
  letter-spacing: -0.04em;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .con-box .con-txt-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .con-box .con-txt-box::-webkit-scrollbar-track {
  background: transparent;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .con-box .con-txt-box::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(154, 144, 144, 0.2);
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box.small {
  padding-top: 20px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box.small .menu-btn {
    height: 34px;
  }
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box {
    padding-top: 20px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 500px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn {
    height: 40px;
    max-width: 286px;
    width: 100%;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn + .menu-btn {
  margin-left: 10px;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn.type-cancel img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn.type-cancel img {
    width: auto;
    max-width: 100%;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn.type-primary {
  color: #fff;
  border: 1px solid #4C2F6A;
  background-color: #4C2F6A;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn.type-secondary {
  color: #4C2F6A;
  border: 1px solid #4C2F6A;
  background-color: #F3EADF;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn.disabled {
  opacity: 0.5;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn .txt {
  font-size: 17.607px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.704px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn .txt {
    font-size: 14px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn .ic {
  margin-left: 4px;
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn .ic.ic-del {
  background: url("../img/store/contest/ic_del.svg") no-repeat center/cover;
  width: 17px;
  height: 17px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn .ic.ic-del {
    width: 14px;
    height: 14px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn .ic.ic-modify {
  background: url("../img/store/contest/ic_modify.svg") no-repeat center/cover;
  width: 17px;
  height: 17px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-info .menu-box .menu-btn .ic.ic-modify {
    width: 14px;
    height: 14px;
  }
}
article.layer-popup .popup-wrapper .popup-confirm-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
}
article.layer-popup .popup-wrapper .popup-confirm-menu .confirm-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50px;
  box-shadow: 4px 6px 0px 0px #DAD1C2;
  font-size: 19px;
  letter-spacing: -0.76px;
  height: 52px;
  width: 200px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-confirm-menu .confirm-menu-btn {
    height: 40px;
    font-size: 16px;
  }
}
article.layer-popup .popup-wrapper .popup-confirm-menu .confirm-menu-btn + .confirm-menu-btn {
  margin-left: 20px;
}
article.layer-popup .popup-wrapper .popup-confirm-menu .confirm-menu-btn.type-1 {
  border: 2px solid #4C2F6A;
  background: #F3EADF;
  color: #573678;
}
article.layer-popup .popup-wrapper .popup-confirm-menu .confirm-menu-btn.type-2 {
  border: 2px solid transparent;
  background: #4C2F6A;
  color: #fff;
}
article.layer-popup .popup-wrapper .popup-head-box {
  text-align: center;
}
article.layer-popup .popup-wrapper .popup-head-box .head-main-box {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -1.04px;
  color: #4C2F6A;
}
article.layer-popup .popup-wrapper .popup-head-box .head-main-box.small {
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-head-box .head-main-box.small {
    font-size: 18px;
    line-height: 125%;
  }
  article.layer-popup .popup-wrapper .popup-head-box .head-main-box.small br {
    display: none;
  }
  article.layer-popup .popup-wrapper .popup-head-box .head-main-box.small .mobile-enter {
    display: block;
  }
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-head-box .head-main-box {
    font-size: 18px;
    line-height: 24px;
  }
}
article.layer-popup .popup-wrapper .popup-head-box .head-mid-box {
  padding-top: 12px;
  text-align: center;
  color: #4C2F6A;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-head-box .head-mid-box {
    font-size: 15px;
    letter-spacing: -0.05em;
    padding-top: 26px;
    padding-bottom: 12px;
  }
  article.layer-popup .popup-wrapper .popup-head-box .head-mid-box .mobile-enter {
    display: block;
  }
}
article.layer-popup .popup-wrapper .popup-head-box .head-sub-box {
  padding-top: 11px;
  color: #4C2F6A;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.48px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-head-box .head-sub-box {
    font-size: 14px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box {
  padding-top: 22px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box {
    padding-top: 16px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .ai-maker-box {
  padding-top: 20px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .ai-maker-box {
    padding-top: 0px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .ai-maker-box .maker-menu-box {
  display: flex;
  justify-content: center;
}
article.layer-popup .popup-wrapper .popup-body-box .ai-maker-box .maker-menu-box .maker-menu-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #4C2F6A;
  box-shadow: 4px 6px 0px 0px #DAD1C2;
  width: 300px;
  height: 52px;
  padding: 13px 28px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .ai-maker-box .maker-menu-box .maker-menu-btn {
    height: 45px;
    width: 220px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .ai-maker-box .maker-menu-box .maker-menu-btn .ic-arrow {
  background: url("../img/store/contest/ic_arrow.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .ai-maker-box .maker-menu-box .maker-menu-btn .ic-arrow {
    width: 20px;
    height: 20px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .ai-maker-box .maker-menu-box .maker-menu-btn .txt {
  color: #FFF;
  font-size: 19px;
  letter-spacing: -0.76px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .ai-maker-box .maker-menu-box .maker-menu-btn .txt {
    font-size: 17px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .ai-maker-box .maker-note-box {
  padding-top: 45px;
  color: #4C2F6A;
  text-align: center;
  font-family: "Pretendard";
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.85px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .ai-maker-box .maker-note-box {
    font-size: 15px;
    padding-top: 30px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group {
  padding-top: 25px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-group {
    padding-top: 20px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .agree-box {
  padding-top: 25px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .agree-box {
    padding-top: 20px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .agree-box .cbox {
  display: flex;
  justify-content: center;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .agree-box .cbox label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .agree-box .cbox label .txt {
  width: 100%;
  padding-left: 28px;
  color: #4C2F6A;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.8px;
	min-height: auto;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .agree-box .cbox label .txt {
    font-size: 14px;
    line-height: 18px;
    display: block;
    width: auto;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .agree-box .cbox label input[type=checkbox]:checked ~ i {
  background: url("../img/store/contest/ic_agree_chk_on.svg") no-repeat center/cover;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .agree-box .cbox label input[type=checkbox] ~ i {
  position: absolute;
  left: 0;
  top: -4px;
  background: url("../img/store/contest/ic_agree_chk.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .agree-box .cbox label input[type=checkbox] ~ i {
    top: -1px;
    width: 20px;
    height: 20px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row + .row {
  margin-top: 25px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row + .row {
    margin-top: 20px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .subject-box {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.05em;
  padding-bottom: 10px;
  color: #4C2F6A;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .subject-box {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 6px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .con-box .item-box {
  display: flex;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .con-box .item-box + .item-box {
  margin-top: 10px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .con-box .item-box + .item-box {
    margin-top: 6px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .con-box .tbox {
  width: 100%;
  position: relative;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .con-box .tbox input {
  border: 1px solid #BEB6C6;
  background-color: #fff;
  height: 50px;
  float: none;
  color: #4C2F6A;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .con-box .tbox input {
    font-size: 15px;
    height: 40px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .con-box .tbox input::placeholder {
  color: #BEB6C6;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .con-box .tbox .timer-box {
  display: none;
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  color: #6B36A3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.05em;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .con-box .item-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  min-width: 120px;
  height: 50px;
  border: 1px solid #4C2F6A;
  border-radius: 4px;
  font-size: 16px;
  color: #573678;
  letter-spacing: -0.05em;
  cursor: pointer;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .con-box .item-btn {
    height: 40px;
    min-width: 76px;
    font-size: 13px;
    padding: 0 8px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-group .row .con-box .item-btn[data-btn=resend] {
  display: none;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-msg-group {
  text-align: center;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-msg-group .msg-main-box {
  color: #4C2F6A;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-msg-group .msg-main-box {
    font-size: 15px;
    line-height: 18px;
  }
  article.layer-popup .popup-wrapper .popup-body-box .popup-msg-group .msg-main-box .mobile-enter {
    display: block;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-msg-group .msg-sub-box {
  padding-top: 15px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #4C2F6A;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-msg-group .msg-sub-box {
    padding-top: 26px;
    font-size: 14px;
    line-height: 17px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-tit-box {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.05em;
  padding-bottom: 4px;
  color: #4C2F6A;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-tit-box {
    font-size: 15px;
    line-height: 18px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box + .terms-box {
  margin-top: 27px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box + .terms-box {
    margin-top: 20px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-agree-box {
  padding-top: 12px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-agree-box {
    padding-top: 8px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-agree-box label {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-agree-box label .txt {
  width: 100%;
  padding-right: 30px;
  color: #4C2F6A;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-agree-box label .txt {
    font-size: 14px;
    line-height: 18px;
    display: block;
    width: auto;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-agree-box label input[type=checkbox]:checked ~ i {
  background: url("../img/store/contest/ic_agree_chk_on.svg") no-repeat center/cover;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-agree-box label input[type=checkbox] ~ i {
  position: absolute;
  right: 0;
  top: -4px;
  background: url("../img/store/contest/ic_agree_chk.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-agree-box label input[type=checkbox] ~ i {
    top: 0px;
    width: 20px;
    height: 20px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-view-box {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid var(--beb-6-c-6, #BEB6C6);
  background: #F6F0E8;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-view-box {
    padding: 6px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-view-box .terms-txt {
  padding: 10px;
  max-height: 110px;
  overflow-y: auto;
  color: #4C2F6A;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-view-box .terms-txt.small {
  max-height: 80px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-view-box .terms-txt {
    font-size: 12px;
    padding: 6px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-view-box .terms-txt::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-view-box .terms-txt::-webkit-scrollbar-track {
  background: transparent;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-view-box .terms-txt::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #B09FB0;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-terms-group .terms-box .terms-view-box .terms-txt b {
  line-height: 22px;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-menu {
  padding-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-menu {
    padding-top: 25px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-menu .popup-form-menu-btn {
  border-radius: 50px;
  height: 52px;
  width: 240px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 6px 0px 0px #DAD1C2;
  font-size: 19px;
  letter-spacing: -0.76px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-menu .popup-form-menu-btn {
    max-width: 280px;
    width: 100%;
    font-size: 14px;
    height: 40px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-menu .popup-form-menu-btn + .popup-form-menu-btn {
  margin-left: 20px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-menu .popup-form-menu-btn + .popup-form-menu-btn {
    margin-left: 10px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-menu .popup-form-menu-btn.small {
  width: 200px;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-menu .popup-form-menu-btn.type-primary {
  background: #4C2F6A;
  color: #fff;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-menu .popup-form-menu-btn.type-secondary {
  border: 1.743px solid #4C2F6A;
  background: #F3EADF;
  color: #4C2F6A;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .textbox textarea {
  height: 120px;
  border-radius: 4px;
  border: 1px solid #BEB6C6;
  background: #FFF;
  padding: 14px;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .textbox textarea {
    line-height: 18px;
    padding: 12px;
    font-size: 14px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .tbox {
  position: relative;
  height: 50px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .tbox {
    height: 45px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .tbox.with-limit input {
  padding-right: 80px;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .tbox .limit-box {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #4C2F6A;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .tbox input {
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid #BEB6C6;
  background: #FFF;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .tbox input {
    padding: 0 12px;
    font-size: 14px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .tbox input::placeholder {
  color: #BEB6C6;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .row + .row {
  margin-top: 25px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .row + .row {
    margin-top: 20px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .row .subject-box {
  padding-bottom: 10px;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .row .subject-box .subject-txt {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.85px;
  color: #4C2F6A;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .row .subject-box .subject-txt {
    font-size: 15px;
  }
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .row .subject-box .fw-regular {
  font-weight: 400;
}
article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .row .con-box .text-limit-box {
  padding-top: 10px;
  color: #4C2F6A;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .popup-body-box .popup-form-input .row .con-box .text-limit-box {
    font-size: 11px;
    padding-top: 5px;
  }
}

article.img-upload-layout1 .list-wrap ul {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 5px 0;
  font-size: 0;
}
article.img-upload-layout1 .list-wrap ul li {
  display: inline-flex;
}
article.img-upload-layout1 .list-wrap ul li + li {
  margin-left: 11px;
}
article.img-upload-layout1 .list-wrap ul li .item-box {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #BEB6C6;
}
article.img-upload-layout1 .list-wrap ul li .item-box .img-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}
article.img-upload-layout1 .list-wrap ul li .item-box .img-box .remove-btn {
  z-index: 12;
  position: absolute;
  right: 2px;
  top: 2px;
  background: url("../img/store/contest/ic_upload_remove.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  article.img-upload-layout1 .list-wrap ul li .item-box .img-box .remove-btn {
    font-size: 18px;
    height: 18px;
  }
}
article.img-upload-layout1 .list-wrap ul li .item-box .img-box .main-label {
  font-size: 14px;
  letter-spacing: -0.7px;
  z-index: 12;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 17, 17, 0.5);
}
@media (max-width: 768px) {
  article.img-upload-layout1 .list-wrap ul li .item-box .img-box .main-label {
    font-size: 11px;
    height: 20px;
  }
}
article.img-upload-layout1 .list-wrap ul li .item-box label {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/store/contest/ic_upload.svg") no-repeat center;
}
article.img-upload-layout1 .list-wrap ul li .item-box label input[type=file] {
  position: absolute;
  left: -9999px;
  transform: scale(0);
}
article.img-upload-layout1 .list-wrap ul li .item-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}

article.example-layer-popup {
  display: none;
}
article.example-layer-popup:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 400;
  background: rgba(0, 0, 0, 0.5);
}
article.example-layer-popup .popup-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 730px;
  background-color: #e6dfe9;
  border: 1px solid #4C2F6A;
  z-index: 500;
  border-radius: 8px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper {
    width: calc(100% - 40px);
  }
}
article.example-layer-popup .popup-wrapper .popup-contents {
  position: relative;
  padding: 50px 40px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents {
    padding: 54px 30px 30px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-close-btn {
  z-index: 10;
  position: absolute;
  top: 17px;
  right: 19px;
  background: url("../img/store/contest/ic_example_close.svg") no-repeat center/cover;
  width: 36px;
  height: 36px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-close-btn {
    top: 10px;
    right: 10px;
    width: 29px;
    height: 29px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-label {
  padding: 0 20px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 586.956px;
  border: 1px solid var(--4-c-2-f-6-a, #4C2F6A);
  background: #E6DFE9;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-label {
    top: -22px;
    height: 44px;
    width: 110px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-label .label-txt {
  color: #4C2F6A;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 51.42px;
  letter-spacing: -0.92px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-label .label-txt {
    font-size: 20px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap {
  display: flex;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap {
    max-height: 75vh;
    overflow-y: auto;
    flex-direction: column;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view {
  width: 300px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view {
    width: 204px;
    margin: 0 auto;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
	position:relative;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box {
    height: 204px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg {
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f3eadf url("../img/store/contest/img_idea_bg.png") no-repeat center/cover;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg.bg-white {
  background: #fff;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg p.item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-family: "Pretendard";
  font-size: 34px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1.36px;
  color: #26114A;
  text-align: center;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg p.item-title {
    font-size: 17px;
    line-height: 135%;
    letter-spacing: -0.04em;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg .star-small {
  background: url("../img/store/contest/ic_idea_dot.svg") no-repeat center/cover;
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 11;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg .star-small {
    width: 11px;
    height: 11px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg .star-small.left-top {
  top: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg .star-small.left-top {
    top: 3px;
    left: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg .star-small.right-top {
  top: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg .star-small.right-top {
    top: 3px;
    right: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg .star-small.left-bottom {
  bottom: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg .star-small.left-bottom {
    bottom: 3px;
    left: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg .star-small.right-bottom {
  bottom: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg .star-small.right-bottom {
    bottom: 3px;
    right: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg img.item-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
	width: 100%;
	height: 100%;
	object-fit:cover;
	margin:auto;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg button.like {
  background-color: #f3eadf;
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  padding: 0 15px;
  border-radius: 500px;
  border: 1px solid #4c2f6a;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg button.like {
    top: 8px;
    right: 8px;
    padding: 0 9px;
    height: 27px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg button.like.active .ic-like {
  background: url("../img/store/contest/ic_idea_like_active.svg") no-repeat center/cover;
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg button.like .ic-like {
  display: inline-flex;
  align-items: center;
  background: url("../img/store/contest/ic_idea_like.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg button.like .ic-like {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
}
article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg button.like .cnt {
  color: #4C2F6A;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.45px;
}
@media (max-width: 768px) {
  article.layer-popup .popup-wrapper .example-wrap .example-view .img-box .item-bg button.like .cnt {
    font-size: 11px;
    letter-spacing: -0.03em;
    line-height: 19px;
   }
 }
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .img-box img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box {
  margin-top: 11px;
  box-sizing: border-box;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  border: 1.12px solid #26114A;
  border-radius: 2.8px;
  height: 56px;
  position: relative;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box {
    height: 32px;
    width: 100%;
    padding: 0 10px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box.bg-gray {
  background: #ece3ef;
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box i.star-smallest {
  background: url("../img/store/contest/ic_idea_dot2.png") no-repeat center/cover;
  width: 5px;
  height: 7px;
  position: absolute;
  z-index: 9;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box i.star-smallest {
    width: 3px;
    height: 3px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box i.star-smallest.left-top {
  top: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box i.star-smallest.left-top {
    top: 3px;
    left: 3px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box i.star-smallest.right-top {
  top: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box i.star-smallest.right-top {
    top: 3px;
    right: 3px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box i.star-smallest.left-bottom {
  bottom: 7px;
  left: 7px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box i.star-smallest.left-bottom {
    right: 3px;
    left: 3px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box i.star-smallest.right-bottom {
  bottom: 7px;
  right: 7px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box i.star-smallest.right-bottom {
    bottom: 3px;
    right: 3px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box .info-txt {
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.72px;
  color: #4C2F6A;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-view .info-txt-box .info-txt {
    font-size: 13px;
    letter-spacing: -0.04em;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info {
  flex: 1;
  min-width: 0;
  margin-left: 40px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info {
    margin: 26px 0 0 0;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info .subject-box {
  padding-bottom: 12px;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #26114A;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info .subject-box {
    padding-bottom: 3px;
    flex-direction: column;
    align-items: flex-start;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info .subject-box .label-txt {
  padding-right: 12px;
  color: #62517E;
  font-size: 17px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.68px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info .subject-box .label-txt {
    font-size: 12px;
    letter-spacing: -0.04em;
    padding-right: 0;
    padding-bottom: 6px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info .subject-box .subject-txt {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.84px;
  color: #4C2F6A;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info .subject-box .subject-txt {
    font-size: 18px;
    letter-spacing: -0.04em;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info .con-box {
  padding-top: 24px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info .con-box {
    padding-top: 15px;
  }
}
article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info .con-box .con-txt-box {
  color: #4C2F6A;
  font-size: 19px;
  line-height: 156%;
  letter-spacing: -0.76px;
}
@media (max-width: 768px) {
  article.example-layer-popup .popup-wrapper .popup-contents .example-wrap .example-info .con-box .con-txt-box {
    font-size: 14px;
    letter-spacing: -0.04em;
  }
}

section.contest-my {
  background-color: #f3eadf;
  padding: 74px 0 116px;
}
@media (max-width: 768px) {
  section.contest-my {
    padding: 50px 0 60px;
  }
}
section.contest-my .section-wrap {
  max-width: 1180px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
section.contest-my .tit-box {
  display: flex;
  justify-content: center;
  max-width: 229px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.contest-my .tit-box {
    margin: 0 auto;
    max-width: 320px;
  }
}
section.contest-my .tit-box img {
  max-width: 100%;
  width: auto;
}
section.contest-my .check-img-box {
  padding-top: 28px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.contest-my .check-img-box {
    margin: 0 auto;
    max-width: 320px;
  }
}
section.contest-my .check-img-box img {
  width: auto;
  max-width: 100%;
}
section.contest-my .goods-body-box {
  padding-top: 70px;
}
section.contest-my .goods-body-box .list-group .list-option-box {
  padding-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  section.contest-my .goods-body-box .list-group .list-option-box {
    padding-bottom: 8px;
  }
}
section.contest-my .goods-body-box .list-group .list-option-box .list-option-btn {
  color: rgba(76, 47, 106, 0.5);
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: -0.54px;
}
@media (max-width: 768px) {
  section.contest-my .goods-body-box .list-group .list-option-box .list-option-btn {
    font-size: 12px;
    letter-spacing: -0.03em;
    line-height: 17px;
  }
}
section.contest-my .goods-body-box .list-group .list-option-box .list-option-btn.active {
  color: #4C2F6A;
  font-weight: 700;
}
section.contest-my .goods-body-box .list-group .list-option-box .list-option-btn + .list-option-btn {
  margin-left: 20px;
  position: relative;
}
@media (max-width: 768px) {
  section.contest-my .goods-body-box .list-group .list-option-box .list-option-btn + .list-option-btn {
    margin-left: 14px;
  }
}
section.contest-my .goods-body-box .list-group .list-option-box .list-option-btn + .list-option-btn:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: rgba(76, 47, 106, 0.5);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  section.contest-my .goods-body-box .list-group .list-option-box .list-option-btn + .list-option-btn:after {
    left: -7px;
    height: 10px;
  }
}
section.contest-my .goods-foot-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
}
section.contest-my .goods-foot-box .home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 317px;
}
@media (max-width: 768px) {
  section.contest-my .goods-foot-box .home-btn {
    height: 55px;
  }
}
section.contest-my .goods-foot-box .home-btn img {
  max-width: 100%;
  max-height: 100%;
}
article.nodata {
  padding: 80px 0 120px;
}
@media (max-width: 768px) {
  article.nodata {
    padding: 40px 0 60px;
  }
}
article.nodata.type-foot-long {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  article.nodata.type-foot-long {
    padding-bottom: 50px;
  }
}
article.nodata .nodata-msg-box .ic-box {
  display: flex;
  justify-content: center;
}
article.nodata .nodata-msg-box .ic-box .ic-moon {
  background: url("../img/store/contest/ic_nodata_moon.svg") no-repeat center/cover;
  width: 40px;
  height: 38px;
}
@media (max-width: 768px) {
  article.nodata .nodata-msg-box .ic-box .ic-moon {
    width: 30px;
    height: 28px;
  }
}
article.nodata .nodata-msg-box .nodata-txt-box {
  padding-top: 36px;
  opacity: 0.7;
  color: #4C2F6A;
  text-align: center;
  font-size: 22px;
  line-height: 35px; /* 159.091% */
  letter-spacing: -0.66px;
}
@media (max-width: 768px) {
  article.nodata .nodata-msg-box .nodata-txt-box {
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
  }
}
article.nodata .nodata-menu-box {
  padding-top: 137px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  article.nodata .nodata-menu-box {
    padding-top: 60px;
  }
}
article.nodata .nodata-menu-box .nodata-menu-btn {
  max-width: 280px;
  display: inline-flex;
}
@media (max-width: 768px) {
  article.nodata .nodata-menu-box .nodata-menu-btn {
    height: 55px;
  }
  article.nodata .nodata-menu-box .nodata-menu-btn img {
    max-height: 100%;
  }
}
article.img-view-layer {
  z-index: 501;
  position: fixed;
  display: none;
}
article.img-view-layer:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
article.img-view-layer .img-view-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1778px;
  width: 100%;
  z-index: 502;
}
article.img-view-layer .img-view-wrap .swiper-group-box {
  position: relative;
}
@media (max-width: 768px) {
  article.img-view-layer .img-view-wrap .swiper-group-box .web {
    display: none;
  }
}
article.img-view-layer .img-view-wrap .swiper-group-box .mobile {
  display: none;
}
@media (max-width: 768px) {
  article.img-view-layer .img-view-wrap .swiper-group-box .mobile {
    display: block;
  }
}
article.img-view-layer .img-view-wrap .swiper-group-box .swiper-slide {
  position: relative;
  height: auto;
}
article.img-view-layer .img-view-wrap .swiper-group-box .img-box {
  font-size: 0;
  display: flex;
  align-items: center;
  max-height: 80vh;
  height: 100%;
}
article.img-view-layer .img-view-wrap .swiper-group-box .img-box img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-prev,
article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-next {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 82px;
}
@media (max-width: 768px) {
  article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-prev,
  article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-next {
    width: 15px;
    height: 30px;
  }
}
article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-prev:before, article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-prev:after,
article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-next:before,
article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-next:after {
  display: none;
}
article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-prev {
  left: 30px;
  background: url("../img/product/img_detail1_swiper_prev.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-prev {
    left: 22px;
  }
}
article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-next {
  right: 30px;
  background: url("../img/product/img_detail1_swiper_next.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  article.img-view-layer .img-view-wrap .swiper-group-box .swiper-button-next {
    right: 22px;
  }
}
article.img-view-layer .img-view-wrap .swiper-group-box .view-close-btn {
  z-index: 502;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../img/product/img_view_close.svg") no-repeat center/cover;
  width: 68px;
  height: 68px;
}
@media (max-width: 768px) {
  article.img-view-layer .img-view-wrap .swiper-group-box .view-close-btn {
    width: 28px;
    height: 28px;
  }
}

article.popup-auth-apply {
	z-index: 401;
}

article.popup-auth-finish {
	z-index: 402;
}