@charset "UTF-8";
@font-face {
  font-family: "SCoreDream";
  font-weight: 500;
  font-style: normal;
  src: url("../../styles/fonts/SCoreDream5.woff2") format("woff2"), url("../../styles/fonts/SCoreDream5.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SCoreDream";
  font-weight: 800;
  font-style: normal;
  src: url("../../styles/fonts/SCoreDream8.woff2") format("woff2"), url("../../styles/fonts/SCoreDream8.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Jalnan";
  font-style: normal;
  src: url("../../styles/fonts/Jalnan.woff") format("woff"), url("../../styles/fonts/Jalnan.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "CookieRun";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/CookieRun-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
* {
  letter-spacing: 0;
  word-break: keep-all;
}

.a11y {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.event-wrap {
  background-color: #484544;
  padding-bottom: 100px;
}
.event-wrap .visual {
  position: relative;
  max-height: 1014px;
  padding: 23px 0 200px;
  background: #fcd6ce url("../../images/event/bg-visual.png") no-repeat center top;
  background-size: auto 1172px;
}
.event-wrap .visual:before {
  content: "";
  position: absolute;
  top: 78px;
  left: 50%;
  width: 1635px;
  height: 158px;
  margin-left: -847px;
  background: url("../../images/event/visual-particle.png") no-repeat center top;
  background-size: 100% auto;
  pointer-events: none;
}
.event-wrap .visual-logo {
  padding-left: 28px;
}
.event-wrap .visual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1040px;
  padding-top: 60px;
  margin: 0 auto;
  text-align: center;
}
.event-wrap .visual-title span:not([class]) {
  font-size: 81px;
  line-height: 108px;
  font-family: Jalnan, serif;
  color: #553c3c;
}
.event-wrap .visual-title .logo img {
  width: 100%;
  height: auto;
  padding : 0 0 0 7px;
}
.event-wrap .visual-title strong {
  font-size: 81px;
  line-height: 108px;
  font-family: Jalnan, serif;
  color: #d8396c;
}
.event-wrap .visual-desc {
  margin-top: 44px;
  text-align: center;
  font-size: 22px;
  color: #553c3c;
  font-family: Jalnan, serif;
  word-break: keep-all;
}
.event-wrap .tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  width: min(100%, 1645px);
  margin: 70px auto 0;
  padding: 0 20px;
}
.event-wrap .tabs button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 140px;
  position: relative;
  background-color: #fff;
  border: 4px solid #413129;
  border-radius: 30px;
  padding: 12px 30px 12px 95px;
  background-repeat: no-repeat;
  background-position: 35px 50%;
  background-size: 42px auto;
  text-align: left;
  line-height: 36px;
}
.event-wrap .tabs button strong {
  font-size: 32px;
  color: #c34400;
  font-family: "CookieRun", serif;
  word-break: keep-all;
  pointer-events: none;
}
.event-wrap .tabs button span {
  font-size: 20px;
  color: #000;
  font-family: Jalnan, serif;
  word-break: keep-all;
  pointer-events: none;
}

.event-wrap .tabs button span.t_day {font-size: 17px;  color: #c34400;  margin-top:-7px; letter-spacing:0px !important;}

.event-wrap .tabs button.soon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 49, 41, 0.6) url("../../images/event/cover-soon-tab.png") no-repeat 50% 50%;
  border-radius: 25px;
}
.event-wrap .tabs .tab-1 {
  background-image: url("../../images/event/icon-home.png");
}
.event-wrap .tabs .tab-2 {
  background-image: url("../../images/event/icon-book.png");
}
.event-wrap .tabs .tab-3 {
  background-image: url("../../images/event/icon-xylophone.png");
}
.event-wrap .tabs .tab-4 {
  background-image: url("../../images/event/icon-comment.png");
}
.event-wrap .event-info {
  margin-top: 63px;
}
.event-wrap .event-info ul {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
  gap: 40px;
}
.event-wrap .event-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-wrap .event-info li:nth-child(2) p {
  max-width: 150px;
}
.event-wrap .event-info strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 86px;
  height: 86px;
  padding: 0 17px;
  background-color: #413129;
  border-radius: 50px;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  font-family: Jalnan, serif;
}
.event-wrap .event-info p {
  word-break: keep-all;
  font-size: 18px;
  line-height: 30px;
  color: #413129;
  font-family: Jalnan, serif;
}
.event-wrap .event-info p span {
  font-size: 18px;
  line-height: 30px;
  color: #413129;
  font-family: Jalnan, serif;
}
.event-wrap .event-info .event-description {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 1/4;
  gap: 4px;
  font-size: 20px;
  color: #413129;
  text-decoration: underline;
  font-family: Jalnan, serif;
}
.event-wrap .event-info .event-description strong {
  width: auto;
  height: auto;
  padding-right: 4px;
  background-color: transparent;
  font-size: 20px;
  line-height: inherit;
  color: #413129;
}
.event-wrap .event-info .event-description span {
  font-size: 20px;
  color: #413129;
  text-decoration: underline;
  font-family: Jalnan, serif;
}
.event-wrap .event-info .event-description p {
  font-size: 20px;
}
.event-wrap .contents-item {
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
  padding: 85px 111px 0;
}
.event-wrap .contents-item:before, .event-wrap .contents-item:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.event-wrap .contents-item:before {
  top: -287px;
  left: 35px;
  width: 358px;
  height: 349px;
  background-image: url("../../images/event/object-left.png");
}
.event-wrap .contents-item:after {
  top: -315px;
  right: 42px;
  width: 321px;
  height: 391px;
  background-image: url("../../images/event/object-right.png");
}
.event-wrap .contents-item .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.event-wrap .contents-item li {
  position: relative;
}
.event-wrap .contents-item .soon:after,
.event-wrap .contents-item .closed:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.event-wrap .contents-item .soon:after {
  background-image: url("../../images/event/cover-soon.png");
}
.event-wrap .contents-item .closed:after {
  background-image: url("../../images/event/cover-closed.png");
}
.event-wrap .contents-item a,
.event-wrap .contents-item img {
  display: block;
  width: 100%;
  height: auto;
}
.event-wrap .review-visual {
  min-height: 597px;
  padding-top: 80px;
  background: #fcd6cf url("../../images/event/bg-review-visual.png") no-repeat 50% 0;
  background-size: 1900px auto;
}
.event-wrap .review-visual .visual-wrap {
  width: min(1076px, 100%);
  margin: 0 auto;
  padding: 0 25px;
  text-align: center;
}
.event-wrap .review-title {
  font-size: 60px;
  line-height: 80px;
  color: #553c3c;
  font-family: Jalnan, serif;
}
.event-wrap .review-desc {
  margin-top: 50px;
  font-size: 24px;
  line-height: 40px;
  color: #553c3c;
  font-family: Jalnan, serif;
  word-break: keep-all;
}
.event-wrap .review-desc strong {
  font-size: inherit;
  line-height: inherit;
  color: #d8396c;
  font-family: Jalnan, serif;
}
.event-wrap .review-notice {
  position: relative;
  max-width: 460px;
  margin: 48px auto 0;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 28px;
  word-break: keep-all;
  color: #553c3c;
  font-family: SCoreDream, serif;
  font-weight: 500;
  text-align: left;
}
.event-wrap .review-notice span {
  display: block;
  position: relative;
  padding-left: 18px;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.event-wrap .review-notice span:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.event-wrap .review-wrap {
  position: relative;
  width: min(100%, 1300px);
  min-height: 1000px;
  background-color: #fff;
  border-radius: 20px;
  margin: -45px auto 0;
  padding: 50px 67px 144px;
}
.event-wrap .review-wrap:before {
  content: "";
  position: absolute;
  top: -265px;
  left: -190px;
  width: 328px;
  height: 319px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("../../images/event/object-left.png");
}
.event-wrap .review-wrap > strong {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #553c3c;
  text-align: center;
  word-break: keep-all;
  font-family: Jalnan, serif;
}
.event-wrap .review-wrap .button-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
    width: 500px;
    margin: 200px auto 0;
    text-align: center;
}
.event-wrap .review-wrap .button-wrap button {
    display: inline-block;
    margin-top: 0;
}
.event-wrap .review-wrap .button-save {
  display: block;
  width: 220px;
  height: 70px;
  border-radius: 70px;
  background-color: #f07c07;
  color: #fff;
  font-size: 26px;
  font-family: Jalnan, serif;
}
.event-wrap .review-wrap .textarea {
  display: block;
}
.event-wrap .review-wrap .textarea textarea {
  width: 100%;
  height: 276px;
  padding: 34px 35px;
  border: 1px solid #e0e0e0;
  resize: none;
  font-size: 16px;
  line-height: 28px;
  color: #111;
  font-family: SCoreDream, serif;
}
.event-wrap .review-wrap .textarea textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 28px;
  color: #858585;
}
.event-wrap .review-wrap .textarea textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 28px;
  color: #858585;
}
.event-wrap .review-wrap .textarea textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 28px;
  color: #858585;
}
.event-wrap .review-wrap .textarea textarea::-ms-input-placeholder {
  font-size: 16px;
  line-height: 28px;
  color: #858585;
}
.event-wrap .review-wrap .textarea textarea::placeholder {
  font-size: 16px;
  line-height: 28px;
  color: #858585;
}
.event-wrap .review-wrap .file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px 10px 30px;
  margin: 10px 16px 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 100px;
  font-size: 16px;
  line-height: 28px;
  color: #111;
  font-weight: 500;
  font-family: SCoreDream, serif;
}
.event-wrap .review-wrap .file button {
  margin-left: 50px;
}
.event-wrap .review-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 34px;
  width: 100%;
}
/* KRW START  */
/* .event-wrap .review-file label:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
} */
/* KRW END  */
.event-wrap .review-file [type=text] {
  width: 100%;
  height: 63px;
  border: 1px solid #e0e0e0;
  padding: 10px;
}

/* KRW 추가 START */
.event-wrap .review-file [type=file] {
  width: 100%;
  height: 63px;
  border: 1px solid #e0e0e0;
  padding: 10px;
}
/* KRW 추가 END */

.event-wrap .review-file .label-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
    height: 63px;
  background-color: #553c3c;
  font-size: 17px;
  color: #fff;
  font-family: Jalnan, serif;
  cursor: pointer;
}
/* KRW 추가 START */
/* .event-wrap .review-file [type=file] {
  display: none;
} */
/* KRW 추가 END */
.event-wrap .applies {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 35px;
}
.event-wrap .applies li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 94px;
  padding: 0 40px 0 30px;
  border: #cfcfcf 1px solid;
}
.event-wrap .applies li.my {
  border: none;
  background-color: #d8396c;
}
.event-wrap .applies li.my .name,
.event-wrap .applies li.my .state {
  color: #fff;
}
.event-wrap .applies li.my .profile {
  background-color: #2d2927;
}
.event-wrap .applies li:not(.my) .profile {
  background-color: #e2e2e2;
}
.event-wrap .applies .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 15px;
  color: #fff;
  font-family: SCoreDream, serif;
}
.event-wrap .applies .profile img {
  display: block;
  width: 28px;
  height: auto;
}
.event-wrap .applies .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-family: SCoreDream, serif;
  font-weight: 500;
}
.event-wrap .applies .state {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-family: SCoreDream, serif;
  font-weight: 500;
}
.event-wrap .comment-wrap {
  width: min(100%, 1450px);
  padding: 0 25px;
  margin: 146px auto 0;
}
.event-wrap .comment-wrap.renewal h2 strong {
  background: #f88600 url("../../images/event/icon-comment-large.png") no-repeat 42px 50%;
}
.event-wrap .comment-wrap h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 53px;
  border-bottom: 8px solid #f88600;
}
.event-wrap .comment-wrap h2 strong {
  width: 550px;
  padding: 28px 0 0 57px;
  text-align: center;
  border-radius: 30px 30px 0 0;
  background: #f88600 url("../../images/event/icon-xylophone-large.png") no-repeat 103px 50%;
  font-family: Jalnan, serif;
  font-size: 50px;
  color: #fff;
}
.event-wrap .comment-wrap h2 span {
  font-size: 25px;
  font-family: Jalnan, serif;
  color: #fff;
}
.event-wrap .comment-wrap h2 + .round-box {
  border-radius: 0 0 30px 30px;
}
.event-wrap .round-box {
  padding: 54px 56px;
  border-radius: 30px;
  background-color: #fff;
}
.event-wrap .round-box + .round-box {
  margin-top: 42px;
}
.event-wrap .quiz {
  counter-reset: number 0;
}
.event-wrap .quiz > li {
  position: relative;
  padding-left: 78px;
}
.event-wrap .quiz > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "Q" counter(number);
  font-size: 40px;
  font-family: SCoreDream, serif;
  font-weight: 700;
  color: #999;
}
.event-wrap .quiz > li + li {
  margin-top: 54px;
  padding-top: 54px;
  border-top: 1px solid #dbdbdb;
}
.event-wrap .quiz > li + li:before {
  top: 54px;
}
.event-wrap .quiz .q {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-family: SCoreDream, serif;
}
.event-wrap .quiz .hint {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  color: #ee5613;
  font-family: SCoreDream, serif;
}
.event-wrap .count {
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #553c3c;
  font-family: Jalnan, serif;
}
.event-wrap .input-comment {
  display: block;
  margin-top: 30px;
}
.event-wrap .input-comment textarea {
  width: 100%;
  height: 188px;
  padding: 30px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: 26px;
  font-family: SCoreDream, serif;
  color: #000;
  resize: none;
}
.event-wrap .input-comment textarea::-webkit-input-placeholder {
  color: #545454;
}
.event-wrap .input-comment textarea::-moz-placeholder {
  color: #545454;
}
.event-wrap .input-comment textarea:-ms-input-placeholder {
  color: #545454;
}
.event-wrap .input-comment textarea::-ms-input-placeholder {
  color: #545454;
}
.event-wrap .input-comment textarea::placeholder {
  color: #545454;
}
.event-wrap .cautions {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  font-family: SCoreDream, serif;
  color: #545454;
}
.event-wrap .button-apply {
  display: block;
  width: 220px;
  height: 70px;
  margin: 56px auto 0;
  border-radius: 35px;
  background-color: #f07c07;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: Jalnan, serif;
}
.event-wrap .comments {
  margin-top: 70px;
  padding-top: 60px;
  border-top: 1px solid #000;
}
.event-wrap .comments .input-comment {
  padding-bottom: 11px;
}
.event-wrap .comments li:not(:first-of-type) {
  margin-top: 24px;
}
.event-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.event-wrap .comment-item.my .profile {
  background-color: #2d2927;
}
.event-wrap .comment-item.my .identity {
  font-weight: 800;
  color: #000;
}
.event-wrap .comment-item:not(.my) {
  border: 1px solid #cfcfcf;
  padding: 22px 30px;
}
.event-wrap .comment-item .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #e2e2e2;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-family: SCoreDream, serif;
}
.event-wrap .comment-item .identity {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 18px;
  font-size: 18px;
  line-height: 28px;
}
.event-wrap .comment-item .comment {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-family: SCoreDream, serif;
}
.event-wrap .comment-item .buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.event-wrap .comment-item .buttons button {
  min-height: 33px;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: #484544;
  margin-left: 9px;
  font-size: 16px;
  color: #fff;
}
.event-wrap .button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 100px;
  font-size: 24px;
  color: #000;
  font-family: Jalnan, serif;
}
.event-wrap #item-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event-wrap #item-2 .img2-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 5.0805452292%;
}
.event-wrap #item-2 .img2-3 button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12.6394052045%;
}
.event-wrap #item-2 .img2-3 button img {
  width: 100%;
}
.event-wrap #item-2 .img2-4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 82.2800495663%;
}
.event-wrap #item-2 .img-wrap {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding-bottom: 48px;
}
.event-wrap #item-2 .img-wrap img {
  width: 24.7831474597%;
  margin: 0 auto;
}
.event-wrap #item-2 .button-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 12.6394052045%;
}
.event-wrap #item-2 .tooltip {
  display: none;
  position: absolute;
  top: -20px;
  left: 100%;
  font-size: 14px;
  width: 380px;
  padding: 15px 20px 16px 17px;
  border: 1px solid #bebebe;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: translateX(27px);
      -ms-transform: translateX(27px);
          transform: translateX(27px);
}
.event-wrap #item-2 .tooltip .button-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: url("../../images/event/icon-close-transparent.png") no-repeat 50% 50%;
}
.event-wrap #item-1 .img-wrap {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding-bottom: 59px;
}
.event-wrap #item-1 .img-wrap img {
  width: 24.7831474597%;
  margin: 0 auto;
}
.event-wrap .button-registration {
  position: absolute;
  left: calc(100% + 30px);
  top: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 70px;
  margin-top: -30px;
  border-radius: 35px;
  background-color: #f07c07;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-family: Jalnan, serif;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.event-wrap .layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  max-width: 800px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.event-wrap .layer > strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 40px;
  background-color: #3a3a3a;
  font-size: 19px;
  font-family: "Jalnan", serif;
  color: #fff;
}
.event-wrap .layer .button-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("../../images/event/icon-close-layer.png") no-repeat 50% 50%;
}
.event-wrap .layer .layer-content {
  padding: 36px 35px;
}
.event-wrap .layer table {
  width: 100%;
  border-top: 2px solid #2a2a4a;
}
.event-wrap .layer th {
  background-color: #fafafa;
}
.event-wrap .layer th,
.event-wrap .layer td {
  padding: 18px;
  border: 1px solid #dcdcdc;
  font-size: 15px;
  line-height: 25px;
  font-family: "SCoreDream", serif;
  font-weight: 500;
}
.event-wrap .layer td {
  text-align: left;
}
.event-wrap .layer td:not(:first-of-type) strong {
  color: #f01b0a;
}
.event-wrap .layer td strong {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}
.event-wrap .layer td .dot {
  display: block;
  position: relative;
  padding-left: 10px;
}
.event-wrap .layer td .dot:before {
  content: "*";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
}
.event-wrap .layer p {
  margin-top: 20px;
  color: #555555;
  font-family: "SCoreDream", serif;
  font-size: 15px;
  line-height: 25px;
}
.event-wrap .layer .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
  gap: 14px;
  padding-bottom: 70px;
}
.event-wrap .layer .button-gray,
.event-wrap .layer .button-orange {
  width: 145px;
  height: 46px;
  border-radius: 50px;
  font-size: 17px;
  font-family: "Jalnan", serif;
  font-weight: 500;
  color: #fff;
}
.event-wrap .layer .button-gray {
  background-color: #949494;
}
.event-wrap .layer .button-orange {
  background-color: #f07c07;
}
.event-wrap .mPag {
  margin: 120px 0 0;
  line-height: normal;
  text-align: center;
}
.event-wrap .mPag a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  margin: 0 -2px 0 -4px;
  vertical-align: middle;
  text-align: center;
  min-width: 42px;
  line-height: 38px;
  height: 40px;
}
.event-wrap .mPag .active {
  position: relative;
  background-color: #d8396c;
  border-color: #d8396c;
  color: #fff;
  text-decoration: underline;
}
.event-wrap .mPag .first,
.event-wrap .mPag .last,
.event-wrap .mPag .prev,
.event-wrap .mPag .next {
  position: relative;
  display: inline-block;
  background: url(../../images/event/ico_pag_first.png) 50% 50% no-repeat #fff;
  text-indent: -9999px;
  font-size: 0;
  overflow: hidden;
  z-index: 10;
}
.event-wrap .mPag .first {
  margin-right: -6px;
}
.event-wrap .mPag .next,
.event-wrap .mPag .last {
  background-image: url(../../images/event/ico_pag_last.png);
}
.event-wrap .mPag .prev {
  background-image: url(../../images/event/ico_pag_prev.png);
  margin: 0 2px 0 0;
}
.event-wrap .mPag .next {
  background-image: url(../../images/event/ico_pag_next.png);
  margin: 0 -3px 0 1px;
}
@media (max-width: 1199px){
  .event-wrap .visual {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 23px 30px 200px;
    background: #fcd6ce url("../../images/event/bg-visual-mobile.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .event-wrap .visual:before {
    display: none;
  }
  .event-wrap .tabs {
    grid-template-columns: 1fr 1fr;
    margin: 80px auto 0;
    padding: 0;
  }
  .event-wrap .contents-item {
    padding: 30px 25px;
  }
  .event-wrap .contents-item:before, .event-wrap .contents-item:after {
    display: none;
  }
  .event-wrap .contents-item .items {
    grid-template-columns: 1fr;
  }
  .event-wrap .layer .layer-content {
    padding: 15px;
  }
  .event-wrap .layer th,
  .event-wrap .layer td {
    font-size: 12px;
    line-height: 23px;
  }
}





@media (max-width: 959px){
  .event-wrap .visual {
    padding: 0px 30px 135px;
  }
  .event-wrap .visual-logo {
    display: none;
  }
  .event-wrap .visual-title {
    padding-top: 60px;
    font-size: 36px;
    line-height: 48px;
  }
  .event-wrap .visual-title span:not([class]) {
      display: flex;
      justify-content: center;
      width: 100%;
      font-size: 8.33vw;
      line-height: 11.11vw;
  }
  .event-wrap .visual-title .logo {
      order: -1;
      display: flex;
      flex: 0 0 auto;
    width: 15.6vw;
    height: 14.27vw;
      padding: 0;
      margin-bottom: 2.78vw;
  }
  .event-wrap .visual-title .logo img {
      width: 100%;
      height: auto;
      padding: 0;
  }
  .event-wrap .visual-title strong {
    display: block;
    width: 100%;
    margin-top: 0;
      font-size: 8.33vw;
      line-height: 11.11vw;
  }
  .event-wrap .visual-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 5vw;
  }
  .event-wrap .tabs button {
    padding: 10px 20px 10px 75px;
    background-position: 28px 50%;
    background-size: 30px auto;
	min-height: 80px;
	margin-bottom:-10px;
  }
  .event-wrap .tabs button strong {
    font-size: 21px;
    line-height: 28px;
  }
  .event-wrap .tabs button span {
    font-size: 15px;
    line-height: 25px;
  }
  .event-wrap .event-info {
    margin-top: 34px;
  }
  .event-wrap .event-info ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .event-wrap .event-info li {
    gap: 15px;
  }
  .event-wrap .event-info li:nth-child(2) p {
    max-width: 100%;
  }
  .event-wrap .event-info strong {
    width: auto;
    min-width: 100px;
    height: auto;
    padding: 10px 10px;
    border-radius: 100px;
    font-size: 13px;
    line-height: 16px;
  }
  .event-wrap .event-info p {
    font-size: 15px;
    line-height: 20px;
  }
  .event-wrap .event-info p span {
    font-size: 12px;
    line-height: 20px;
  }
  .event-wrap .event-info .event-description {
    grid-column: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
    margin-top: 0;
    text-decoration: none;
  }
  .event-wrap .event-info .event-description strong {
    width: auto;
    min-width: 100px;
    height: auto;
    padding: 10px 10px;
    border-radius: 50px;
    background-color: #413129;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
  }
  .event-wrap .event-info .event-description span {
    display: none;
  }
  .event-wrap .event-info .event-description p {
    font-size: 15px;
  }
  .event-wrap .review-wrap {
    padding: 20px;
  }
  .event-wrap .review-wrap:before {
    display: none;
  }
    .event-wrap .review-wrap .button-wrap {
        width: auto;
        flex-wrap: wrap;
        margin: 80px auto 0;
    }
  .event-wrap .review-wrap .button-save {
  }
  .event-wrap .review-wrap .textarea textarea {
    padding: 25px;
  }
  .event-wrap .review-file {
      flex-wrap: wrap;
  }
  .event-wrap .review-file [type=text] {
    width: 100%;
    height: 45px;
      min-width: 200px;
  }
  /* KRW START */
  .event-wrap .review-file [type=file] {
    width: 100%;
      min-width: 300px;
  }
  /* KRW END */
  .event-wrap .review-file .label-file {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .event-wrap .applies {
    grid-template-columns: 1fr;
  }
  .event-wrap .comment-wrap.renewal h2 strong {
    background-size: 30px auto;
    background-position: 20px 30px;
  }
  .event-wrap .comment-wrap h2 {
    gap: 10px;
    border-bottom: 0;
    background-color: #f88600;
    border-radius: 30px 30px 0 0;
  }
  .event-wrap .comment-wrap h2 strong {
    text-align: left;
    font-size: 25px;
    background-size: 30px auto;
    background-position: 20px 30px;
  }
  .event-wrap .comment-wrap h2 span {
    padding: 0 15px 21px 57px;
    font-size: 12px;
  }
  .event-wrap .round-box {
    padding: 30px;
  }
  .event-wrap .quiz > li {
    padding-left: 0;
    padding-top: 78px;
  }
  .event-wrap .quiz > li + li {
    padding-top: 132px;
  }
  .event-wrap .comment-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event-wrap .comment-item .identity {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .event-wrap .comment-item .comment {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .event-wrap .comment-item .buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-top: 20px;
  }
  .event-wrap .button-registration {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 30px auto 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}




@media (max-width: 650px){

  .event-wrap .visual {
    padding: 0px 20px 135px;
  }
  .event-wrap .visual-title {
      padding-top: 30px;
      font-size: 20px;
      line-height: 30px;
  }

  .event-wrap .tabs {
    margin: 20px auto 0;
      grid-template-columns: 1fr;
  }

    .review-file {
        flex-wrap: wrap;
    }

.event-wrap .review-visual {
    min-height: 500px;
    padding-top: 50px;
    background: #fcd6cf url(../../images/event/bg-review-mobile.png) no-repeat 60% 0;
    background-size: cover;
}
.event-wrap .review-title {
	font-size: 33px;
	line-height: 50px;
	color: #553c3c;
	font-family: Jalnan, serif;
}

.event-wrap .review-desc {
	margin-top: 15px;
	font-size: 14px;
	line-height: 22px;
	color: #553c3c;
	font-family: Jalnan, serif;
	word-break: keep-all;
}

.event-wrap .review-notice {
	margin: 15px auto 0;
	letter-spacing:-1px !important;
	font-size: 11px;
	line-height: 19px;
}

.event-wrap .review-notice span {
	padding-left: 15px;
}
.event-wrap .review-wrap .textarea textarea {
	width: 100%;
	height: 276px;
	padding: 20px 20px;
	resize: none;
	font-size: 14px;
	line-height: 24px;
	color: #111;
	font-family: SCoreDream, serif;
}

.event-wrap .button-registration {
-webkit-box-align: center;
   align-items: center;
   -webkit-box-pack: center;
   width: 130px;
   height: 50px;
border-radius: 35px;
   background-color: #f07c07;
   color: #fff;
   font-size: 18px;
   line-height: 30px;
   font-family: Jalnan, serif;
}

.event-wrap .review-wrap .button-save {
	width: 130px;
	height: 50px;
	font-size: 18px;
}
.event-wrap .review-file .label-file {
	width: 105px;
	height: 45px;
	font-size: 13px;
}
.event-wrap .review-wrap .file {
	padding: 10px 18px 10px 30px;
	margin: 0;
	border: 1px solid #c7c7c7;
	font-size: 14px;
	line-height: 24px;
}
.event-wrap .review-wrap .file button {
	margin-left: 15px;
}

.event-wrap .review-wrap .textarea textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #858585;
}
.event-wrap .review-wrap .textarea textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #858585;
}
.event-wrap .review-wrap .textarea textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #858585;
}
.event-wrap .review-wrap .textarea textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #858585;
}
.event-wrap .review-wrap .textarea textarea::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #858585;
}

.event-wrap .applies li {
	min-height: 70px;
	padding: 0 40px 0 30px;
	border: #cfcfcf 1px solid;
}
.event-wrap .applies {
	gap: 20px 30px;
}
.event-wrap .applies .profile {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	font-size: 13px;
	color: #fff;
	font-family: SCoreDream, serif;
}
.event-wrap .applies .profile img {
	width: 20px;
}
.event-wrap .applies .name {
	padding: 0 20px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
}
.event-wrap .applies .state {
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
}

}

.event-wrap #item-2{position:relative;z-index:10;}
@media (max-width: 540px){
	.event-wrap #item-2 .tooltip{left:-20px;width:calc(100% - 13px);}
	.event-wrap #item-2 .button-wrap{position:static;}
}
