@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-style: light;
  font-weight: 300;
  src: url("../fonts/Pretendard-Light.woff") format("woff"), url("../fonts/Pretendard-Light.otf") format("openType");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Pretendard-Regular.woff") format("woff"), url("../fonts/Pretendard-Regular.otf") format("openType");
}
@font-face {
  font-family: "Pretendard";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/Pretendard-Medium.woff") format("woff"), url("../fonts/Pretendard-Medium.otf") format("openType");
}
@font-face {
  font-family: "Pretendard";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Pretendard-Bold.woff") format("woff"), url("../fonts/Pretendard-Bold.otf") format("openType");
}
@font-face {
  font-family: "Pretendard";
  font-style: ExtraBold;
  font-weight: 900;
  src: url("../fonts/Pretendard-ExtraBold.woff") format("woff"), url("../fonts/Pretendard-ExtraBold.otf") format("openType");
}
@font-face {
  font-family: "Jalnan";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Jalnan.woff") format("woff");
}
@font-face {
  font-family: "Maplestory";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Maplestory-Light.woff") format("woff"), url("../fonts/Maplestory-OTF-Light.otf") format("openType");
}
@font-face {
  font-family: "Maplestory";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Maplestory-Bold.woff") format("woff"), url("../fonts/Maplestory-OTF-Bold.otf") format("openType");
}
.fc-blue {
  color: #5a81ff;
}

.fc-orange {
  color: #fe5653;
}

.data-table table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ddd;
}
.data-table th,
.data-table td {
  padding: 0.5555555556rem 0.8333333333rem;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 900px) {
  .data-table th,
  .data-table td {
    padding: 10px 8px;
    font-size: 12px;
  }
}
.data-table th.left,
.data-table td.left {
  text-align: left;
}
.data-table th.center,
.data-table td.center {
  text-align: center;
}
.data-table th {
  background-color: #f1f1f1;
  border-bottom: 1px solid #ddd;
}
.data-table td {
  border-bottom: 1px solid #ddd;
}

.input-cover {
  position: relative;
}
.input-cover.float {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-cover.float.active .form-label {
  padding: 0 0.2222222222rem;
  left: 0.8888888889rem;
  -webkit-transform: translate3d(0, -26px, 0) scale(0.75);
          transform: translate3d(0, -26px, 0) scale(0.75);
  color: #000;
  background-color: #fff;
}
.input-cover.float.active .required {
  color: #000;
}
.input-cover.float.active .form-input[type=date] {
  color: #000;
}
.input-cover.float.active .form-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float.active .form-input:placeholder {
  color: #999;
  opacity: 1;
}
.input-cover.float .form-label {
  position: absolute;
  top: 0.9444444444rem;
  left: 1.1111111111rem;
  z-index: 2;
  width: auto;
  margin-bottom: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #fff;
}
.input-cover.float .etc-right {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input-cover.focus, .input-cover.open-datepicker {
  border-color: #2c599d;
}
.input-cover.focus .form-label,
.input-cover.focus .required, .input-cover.open-datepicker .form-label,
.input-cover.open-datepicker .required {
  color: #2c599d !important;
}
.input-cover.focus .form-input, .input-cover.open-datepicker .form-input {
  border-color: #2c599d;
}
.input-cover.right-space.small .form-input {
  padding-right: 3.1111111111rem;
}
.input-cover.right-space .form-input {
  padding-right: 5.1111111111rem;
}
.input-cover.error .icon-error {
  display: block;
}
.input-cover.error .form-input {
  padding-right: 2.7777777778rem;
  border-color: #e0012b;
}
.input-cover .cover-inner {
  position: relative;
}
.input-cover .form-input {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 3.1111111111rem;
  line-height: 3rem;
  padding: 0 1.1111111111rem;
  border: 1px solid #e0e0e3;
  border-radius: 0.2222222222rem;
  font-size: 0.8888888889rem;
  background-color: #fff;
}
.input-cover .form-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover .form-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover .form-input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover .form-input:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-cover .form-input:placeholder {
  color: #999;
  opacity: 1;
}
.input-cover .form-input:-moz-read-only, .input-cover .form-input:disabled {
  color: #999 !important;
  background-color: #fafafa;
}
.input-cover .form-input:read-only, .input-cover .form-input:disabled {
  color: #999 !important;
  background-color: #fafafa;
}
.input-cover .form-input:-moz-read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-input:read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-input:-moz-read-only.result-file-input, .input-cover .form-input:disabled.result-file-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-input:read-only.result-file-input, .input-cover .form-input:disabled.result-file-input {
  color: #000 !important;
  background-color: transparent;
}
.input-cover .form-label {
  display: block;
  font-size: 0.8888888889rem;
  margin-bottom: 0.3333333333rem;
  color: #999;
}
.input-cover .required {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8888888889rem;
  color: #999;
}
.input-cover .etc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4444444444rem;
  position: absolute;
  z-index: 2;
  bottom: 0.8333333333rem;
  right: 1.1111111111rem;
}
.input-cover .mode-text {
  font-size: 0.8888888889rem;
}
.input-cover .btn-type-change {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  color: transparent;
}
.input-cover .file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4444444444rem;
  position: relative;
}
.input-cover .file-wrapper .file-input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  top: 0;
  right: 0;
  z-index: 1;
}
.input-cover .file-wrapper .file-input.focusable:active, .input-cover .file-wrapper .file-input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.input-cover .file-wrapper .file-input:focus-visible + .btn {
  outline: 2px solid #000;
}
.input-cover .file-wrapper .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 6.6666666667rem;
  font-size: 0.8888888889rem;
}
.input-cover.disable-active.float .form-label {
  padding: 0 0.2222222222rem;
  left: 0.8888888889rem;
  -webkit-transform: translate3d(0, -26px, 0) scale(0.75);
          transform: translate3d(0, -26px, 0) scale(0.75);
  color: #999;
}
.input-cover.disable-active .required {
  color: #999;
}

.form-btn-with-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4444444444rem;
}
.form-btn-with-container .input-cover,
.form-btn-with-container .selectric-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-btn-with-container .btn {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-btn-with-container.medium .btn {
  max-width: 6.6666666667rem;
}

.selector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5555555556rem;
}
.selector-wrapper.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1.1111111111rem;
     -moz-column-gap: 1.1111111111rem;
          column-gap: 1.1111111111rem;
}

.selector-cover {
  line-height: 1;
  font-size: 0;
}
.selector-cover input {
  position: absolute;
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.selector-cover input.focusable:active, .selector-cover input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.selector-cover input:focus-visible + .selector-text {
  outline: auto;
  outline-color: -webkit-focus-ring-color;
}
.selector-cover .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}
.selector-cover .selector-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8888888889rem;
  word-break: keep-all;
}
.selector-cover .selector {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #a3a3a3;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.selector-cover .selector:after {
  display: block;
  content: "";
  position: absolute;
}
.selector-cover.checkbox .selector-text {
  background: none !important;
}
.selector-cover.checkbox .selector {
  border-radius: 0.2222222222rem;
}
.selector-cover.checkbox .selector:after {
  display: none;
  left: calc(50% - 0.2777777778rem);
  top: 50%;
  width: 0.2777777778rem;
  height: 0.5555555556rem;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
.selector-cover.checkbox.round .selector-text {
  padding-left: 1.7777777778rem;
  min-height: 1.3333333333rem;
}
.selector-cover.checkbox.round .selector {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/components/icon-checkbox-round-off.png");
}
.selector-cover.checkbox.round input:checked + .selector-text .selector {
  background-image: url("../images/components/icon-checkbox-round-on.png");
}
.selector-cover.checkbox.round input:checked + .selector-text .selector:after {
  display: none;
}
.selector-cover.checkbox.square .selector-text {
  padding-left: 1.7777777778rem;
  min-height: 1.3333333333rem;
}
.selector-cover.checkbox.square .selector {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/components/icon-checkbox-round-off.png");
}
.selector-cover.checkbox.square input:checked + .selector-text .selector {
  background-image: url("../images/components/icon-checkbox-round-on.png");
}
.selector-cover.checkbox.square input:checked + .selector-text .selector:after {
  display: none;
}
.selector-cover.checkbox.solo .selector-text {
  padding-left: 1.3333333333rem;
}
.selector-cover.radio input:checked + .selector-text .selector {
  background-color: #fff;
  border-color: #000;
}
.selector-cover.radio input:checked + .selector-text .selector:after {
  background-color: #000;
}
.selector-cover.radio .selector-text {
  padding-left: 1.5555555556rem;
  min-height: 1.1111111111rem;
}
.selector-cover.radio .selector {
  height: 1.1111111111rem;
  width: 1.1111111111rem;
  border-radius: 50%;
}
.selector-cover.radio .selector:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4444444444rem;
  height: 0.4444444444rem;
  border-radius: 50%;
  background-color: #fff;
}
.selector-cover.radio.solo .selector-text {
  padding-left: 1.7777777778rem;
}

.form-guide-text {
  display: block;
  font-weight: 300;
  margin-top: 0.6666666667rem;
  font-size: 0.8333333333rem;
}
.form-guide-text + .form-guide-text {
  margin-top: 0.2222222222rem;
}

.form-textarea {
  display: block;
  height: 6.6666666667rem;
  padding: 0.6666666667rem 1.1111111111rem;
  border: 1px solid #ddd;
  border-radius: 0.4444444444rem;
  font-size: 0.8888888889rem;
  resize: none;
  overflow: auto;
}
.form-textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea:placeholder {
  color: #999;
  opacity: 1;
}
.form-textarea.error {
  border-color: #168cb9;
}
.form-textarea.sm {
  height: 4.4444444444rem;
  font-size: 0.7777777778rem;
}
.form-textarea.md {
  height: 6.6666666667rem;
}
.form-textarea.lg {
  height: 11.1111111111rem;
}
.form-textarea.xl {
  height: 16.6666666667rem;
}
.form-textarea.full {
  width: 100% !important;
}
.form-textarea:-moz-read-only, .form-textarea:disabled {
  background-color: #f1f1f1;
}
.form-textarea:read-only, .form-textarea:disabled {
  background-color: #f1f1f1;
}

.length-check-cover .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.6666666667rem;
  font-size: 0.7777777778rem;
  color: #999;
}

.publish-gate-content {
  width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1620px) {
  .publish-gate-content {
    width: 100%;
    padding: 0 12px;
  }
}
.publish-gate-content h1 {
  margin: 20px 0;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
.publish-gate-content .component-item + .component-item {
  margin-top: 40px;
}
.publish-gate-content .content-title {
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
  font-weight: bold;
  font-size: 24px;
}
.publish-gate-content .content-title:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
}
.publish-gate-content .notice-list {
  padding: 18px;
  background-color: #f1f1f1;
}
.publish-gate-content .notice-list li {
  font-size: 14px;
}
.publish-gate-content .table-wrapper {
  overflow: auto;
}
.publish-gate-content .table-wrapper .link {
  color: #009aff;
  border-bottom: 1px solid #009aff;
}
.publish-gate-content .project-config-list table {
  width: 100%;
  min-width: 600px;
  table-layout: fixed;
}
.publish-gate-content .project-config-list table th,
.publish-gate-content .project-config-list table td {
  padding: 8px 10px;
  font-size: 13px;
  border: 1px solid #eee;
}
.publish-gate-content .project-config-list table th {
  font-weight: bold;
  background-color: #f1f1f1;
}
.publish-gate-content .project-file-list .table-wrapper {
  margin-top: 12px;
}
.publish-gate-content .project-file-list table {
  width: 100%;
  min-width: 900px;
  table-layout: fixed;
}
.publish-gate-content .project-file-list table th,
.publish-gate-content .project-file-list table td {
  padding: 8px 10px;
  font-size: 15px;
  border: 1px solid #eee;
}
.publish-gate-content .project-file-list table th {
  text-align: center;
  background-color: #222;
  color: #fff;
}
.publish-gate-content .project-file-list table td {
  text-align: center;
  min-height: 46.5px;
}
.publish-gate-content .project-file-list table td.left {
  text-align: left;
}
.publish-gate-content .project-file-list table td.description {
  font-weight: bold;
  font-size: 13px;
}
.publish-gate-content .project-file-list table td.description span {
  color: #ee4811;
}
.publish-gate-content .project-file-list table td.depth-01 {
  font-weight: bold;
}
.publish-gate-content .project-file-list table .file-link {
  text-decoration: underline;
  color: #009aff;
  font-size: 14px;
}
.publish-gate-content .project-file-list table .file-status {
  display: inline-block;
  padding: 5px 0;
  width: 66px;
  text-align: center;
  font-size: 13px;
}
.publish-gate-content .project-file-list table .file-status.ready {
  background-color: #f1f1f1;
}
.publish-gate-content .project-file-list table .file-status.ing {
  background-color: #ee4811;
  color: #fff;
}
.publish-gate-content .project-file-list table .file-status.end {
  background-color: #009aff;
  color: #fff;
}
.publish-gate-content .status-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.publish-gate-content .status-area > div {
  font-size: 14px;
}
.publish-gate-content .font-point {
  color: #009aff;
}
.publish-gate-content .font-class {
  color: #de3394;
}
.publish-gate-content .component-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}
.publish-gate-content .fixed-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  left: 0;
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.publish-gate-content .fixed-menu li {
  padding-left: 12px;
  position: relative;
  font-size: 0;
}
.publish-gate-content .fixed-menu li + li {
  margin-top: 12px;
}
.publish-gate-content .fixed-menu li:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #009aff;
}
.publish-gate-content .fixed-menu li:hover a, .publish-gate-content .fixed-menu li.active a {
  font-weight: bold;
  color: #009aff;
  border-bottom-color: #009aff;
}
.publish-gate-content .fixed-menu a {
  display: inline-block;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}
.publish-gate-content .component-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 80px;
  padding-bottom: 80px;
  overflow: auto;
}
.publish-gate-content .component-title {
  position: relative;
  font-weight: bold;
  font-size: 40px;
  color: #009aff;
}
.publish-gate-content .component-content + .component-content {
  margin-top: 80px;
}
.publish-gate-content .component-content.common-icon .component-result {
  border-radius: 5px;
  border-bottom: 1px solid #ddd;
}
.publish-gate-content .component-body {
  margin-top: 22px;
}
.publish-gate-content .component-body + .component-body {
  margin-top: 50px;
}
.publish-gate-content .component-sub-title {
  font-weight: bold;
  font-size: 28px;
}
.publish-gate-content .component-sub-title + .component-sub-text {
  margin-top: 16px;
}
.publish-gate-content .component-sub-text li {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
}
.publish-gate-content .component-sub-text li + li {
  margin-top: 6px;
}
.publish-gate-content .component-sub-text li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  background-color: #222;
}
.publish-gate-content .component-result {
  padding: 28px 24px;
  margin-top: 16px;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
}
.publish-gate-content .component-result .btn-example .btn {
  margin-right: 5px;
}
.publish-gate-content .component-result .form-example {
  max-width: 420px;
}
.publish-gate-content .component-result .accordion-list {
  border: 1px solid #ddd;
}
.publish-gate-content .component-result .accordion-list + .accordion-list {
  border-top: 0;
}
.publish-gate-content .component-result .accordion-list.active .accordion-header {
  background-color: #f1f1f1;
}
.publish-gate-content .component-result .accordion-header {
  padding: 20px;
}
.publish-gate-content .component-result .accordion-body {
  padding: 20px;
  border-top: 1px solid #ddd;
}
.publish-gate-content .component-result .swiper-container {
  max-width: 376px;
  margin: 0 auto;
}
.publish-gate-content .component-result .swiper-container img {
  width: 100%;
}
.publish-gate-content .component-result .common-icon-part h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
.publish-gate-content .component-result .common-icon-part + .common-icon-part {
  margin-top: 32px;
}
.publish-gate-content .component-code {
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
}
.publish-gate-content .component-code pre,
.publish-gate-content .component-code td {
  font-size: 16px;
}
.publish-gate-content .component-code td {
  padding: 14px 8px !important;
}
.publish-gate-content .component-code * {
  word-break: break-all !important;
}
.publish-gate-content .component-code-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  background-color: #f1f1f1;
}
.publish-gate-content .component-code-header .text {
  font-weight: bold;
  font-size: 16px;
}
.publish-gate-content .component-code-header .btn-toggle {
  margin-left: 12px;
  padding: 5px 8px;
  background-color: #000;
  font-size: 14px;
  color: #fff;
}
.publish-gate-content .compoenet-code-body {
  padding: 24px;
}
.publish-gate-content .example-mobile-menu {
  height: 300px;
  border: 1px solid #ddd;
  position: relative;
}

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.btn.small {
  height: 2.1111111111rem;
  line-height: 2rem;
  padding: 0 0.7777777778rem;
  font-size: 0.8888888889rem;
  border-radius: 2px;
}
.btn.medium {
  height: 2.7777777778rem;
  line-height: 2.6666666667rem;
  padding: 0 0.7222222222rem;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 2px;
}
.btn.large {
  height: 3.6666666667rem;
  line-height: 3.5555555556rem;
  padding: 0 0.8888888889rem;
  font-weight: 700;
  font-size: 1.1111111111rem;
}
.btn.xlarge {
  height: 4.8888888889rem;
  line-height: 4.7777777778rem;
  padding: 0 1.1111111111rem;
  font-weight: 700;
  font-size: 1.2222222222rem;
}
@media (max-width: 900px) {
  .btn.small {
    height: 30px;
    line-height: 28px;
    padding: 0 8px;
    font-size: 12px;
  }
  .btn.medium {
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 14px;
  }
  .btn.large {
    height: 40px;
    line-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }
}
.btn.slightly {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.btn.lightSlightly {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
  color: #fff;
}
.btn.danger {
  background-color: #e0012b;
  border-color: #e0012b;
  color: #fff;
}
.btn.warning {
  background-color: #ff9582;
  border-color: #ff9582;
  color: #fff;
}
.btn.round.small {
  border-radius: 50px;
}
.btn.round.medium {
  border-radius: 40px;
}
.btn.round.large {
  border-radius: 70px;
}
.btn.round.xlarge {
  border-radius: 40px;
}
.btn.border {
  border: 1px solid #141414;
}
.btn.border.primary {
  color: #168cb9;
  border-color: #168cb9;
  background-color: transparent;
}
.btn.border.slightly {
  border-color: #888;
  color: #888;
  background-color: transparent;
}
.btn.border.lightSlightly {
  border-color: #999;
  color: #999;
  background-color: transparent;
}
.btn.border.dark {
  border-color: #141414;
  color: #141414;
  background-color: transparent;
}
.btn.border.warning {
  border-color: #ff9582;
  color: #ff9582;
  background-color: transparent;
}
.btn.border.danger {
  border-color: #e0012b;
  color: #e0012b;
  background-color: transparent;
}

.btn-hover-effect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-hover-effect:hover.dark {
  background-color: #141414;
  color: #fff;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse-dark {
  50% {
    background-color: rgba(34, 34, 34, 0.75);
  }
}
@keyframes hvr-back-pulse-dark {
  50% {
    background-color: rgba(34, 34, 34, 0.75);
  }
}
@-webkit-keyframes hvr-back-pulse-primary {
  50% {
    background-color: rgba(22, 140, 185, 0.75);
  }
}
@keyframes hvr-back-pulse-primary {
  50% {
    background-color: rgba(22, 140, 185, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  border-radius: 3.8888888889rem;
}
.hvr-back-pulse.dark {
  color: #222;
  border: 2px solid #222;
}
.hvr-back-pulse.primary {
  color: #168cb9;
  border: 2px solid #168cb9;
}
@media (max-width: 900px) {
  .hvr-back-pulse {
    border-width: 1px !important;
  }
}

.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color: white;
}
.hvr-back-pulse:hover.dark,
.hvr-back-pulse:focus.dark,
.hvr-back-pulse:active.dark {
  -webkit-animation-name: hvr-back-pulse-dark;
  animation-name: hvr-back-pulse-dark;
  background-color: #222;
}
.hvr-back-pulse:hover.primary,
.hvr-back-pulse:focus.primary,
.hvr-back-pulse:active.primary {
  -webkit-animation-name: hvr-back-pulse-primary;
  animation-name: hvr-back-pulse-primary;
  background-color: #168cb9;
}

/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 18px;
}
@media (max-width: 1140px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1040px) {
  html {
    font-size: 14px;
  }
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  letter-spacing: -0.01em;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  font-family: "Pretendard", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 18px;
  outline: none;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input {
  -webkit-border-radius: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: dotum, "돋움", courier new, courier, monospace;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
main,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

/* 모바일에서 꾹 눌렀을때 텍스트 복사 막기 */
body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
select,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  max-width: 100%;
  border: 0px;
  vertical-align: top;
}

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

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
button:focus {
  outline: none;
}

/* reset */
.input-cover {
  position: relative;
}
.input-cover .form-input {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  border: 0;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  padding: 0 0.9444444444rem;
  height: 3.4444444444rem;
  font-size: 1.1111111111rem;
  color: #000;
  font-weight: 500;
  background-color: #fff;
}
.input-cover .form-input::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.input-cover .form-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.input-cover .form-input:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.input-cover .form-input:-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.input-cover .form-input:placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.input-cover .form-input:-moz-read-only, .input-cover .form-input:disabled {
  color: #999 !important;
}
.input-cover .form-input:read-only, .input-cover .form-input:disabled {
  color: #999 !important;
}
.input-cover .form-input:-moz-read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
  color: #000 !important;
}
.input-cover .form-input:read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
  color: #000 !important;
}
@media (max-width: 900px) {
  .input-cover .form-input {
    font-size: 1rem;
  }
}
.input-cover .form-label {
  display: block;
  font-size: 1.1111111111rem;
  color: #000;
  font-weight: 700;
}
@media (max-width: 900px) {
  .input-cover .form-label {
    font-size: 1rem;
  }
}
.input-cover .required {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.1111111111rem;
  margin-left: 0.2777777778rem;
  font-weight: 700;
  font-size: 0.8888888889rem;
  color: #168cb9;
}
.input-cover .file-wrapper {
  position: relative;
}
.input-cover .file-wrapper .form-input {
  padding-right: 3.8888888889rem;
}
.input-cover .file-wrapper .file-input {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  top: 0;
  right: 0;
  z-index: 1;
}
.input-cover .file-wrapper .file-input.focusable:active, .input-cover .file-wrapper .file-input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.input-cover .file-wrapper .file-label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.input-cover.disable-active .form-label {
  margin-bottom: 0.5555555556rem;
}
.input-cover.disable-active.float .form-label {
  margin-bottom: 0;
  -webkit-transform: translate3d(0, -36px, 0);
          transform: translate3d(0, -36px, 0);
}
.input-cover.float {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-cover.float.active .form-label {
  -webkit-transform: translate3d(0, -24px, 0) scale(0.77);
          transform: translate3d(0, -24px, 0) scale(0.77);
}
.input-cover.float .form-input {
  padding-top: 0.4444444444rem;
}
.input-cover.float .form-label {
  position: absolute;
  top: 0.3888888889rem;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.input-cover.focus {
  border-color: #168cb9;
}
.input-cover.focus .form-label {
  color: #168cb9;
}
.input-cover.focus .form-input {
  border-color: #168cb9;
  color: #168cb9;
}
.input-cover.btn-with.small .form-input {
  padding-right: 4.4444444444rem;
}
.input-cover.btn-with.medium .form-input {
  padding-right: 6.1111111111rem;
}
.input-cover.btn-with.large .form-input {
  padding-right: 7.2222222222rem;
}
.input-cover.btn-with .btn {
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 2;
  padding: 0 0.8888888889rem;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}

.selector-wrapper .selector-cover + .selector-cover {
  margin-top: 0.5555555556rem;
}
.selector-wrapper.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.selector-wrapper.horizontal .selector-cover {
  margin-right: 1.1111111111rem;
}
.selector-wrapper.horizontal .selector-cover + .selector-cover {
  margin-top: 0;
}

.selector-cover {
  line-height: 1;
  font-size: 0;
}
.selector-cover input {
  position: absolute;
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.selector-cover input.focusable:active, .selector-cover input.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.selector-cover .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}
.selector-cover .selector-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1111111111rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #000;
  font-weight: 400;
}
.selector-cover.checkbox .selector-text {
  min-height: 1.6666666667rem;
  padding-left: 2rem;
}
.selector-cover.checkbox.round .selector-text {
  background-image: url("../images/components/icon-checkbox-round-off.png");
  background-size: 1.6666666667rem 1.6666666667rem;
}
.selector-cover.checkbox.round input:checked + .selector-text {
  background-image: url("../images/components/icon-checkbox-round-on.png");
}
.selector-cover.checkbox.square .selector-text {
  background-image: url("../images/components/icon-checkbox-square-off.png");
  background-size: 1.6666666667rem 1.6666666667rem;
}
.selector-cover.checkbox.square input:checked + .selector-text {
  background-image: url("../images/components/icon-checkbox-square-on.png");
}
.selector-cover.checkbox.solo .selector-text {
  padding-left: 1.6666666667rem;
}
.selector-cover.radio .selector-text {
  min-height: 1.6666666667rem;
  padding-left: 1.3333333333rem;
  background-image: url("../images/components/icon-radio-off.png");
  background-position: left center;
  background-size: 1rem 1rem;
}
.selector-cover.radio input:checked + .selector-text {
  background-image: url("../images/components/icon-radio-on.png");
}
.selector-cover.radio.solo .selector-text {
  padding-left: 1rem;
}
@media (max-width: 400px) {
  .selector-cover.radio .selector-text {
    min-height: 2rem;
    padding-left: 2.1111111111rem;
    background-size: 1.6666666667rem 1.6666666667rem;
  }
}

.form-guide-text {
  display: block;
  font-weight: 300;
  margin-top: 0.6666666667rem;
  font-size: 0.8333333333rem;
}
.form-guide-text + .form-guide-text {
  margin-top: 0.2222222222rem;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none; /* 웹 접근성 인증 시 해당 스타일 삭제 */
}

label {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

label img {
  pointer-events: none;
  -moz-user-select: -moz-none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 파이어폭스에서의 초기화 방법 */
input[type=number] {
  -moz-appearance: textfield;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}
html.scroll-disable,
body.scroll-disable {
  overflow: hidden !important;
}
@media (min-width: 961px) {
  html.scroll-disable.responsive-scroll,
  body.scroll-disable.responsive-scroll {
    overflow: visible !important;
  }
}

br {
  font-family: auto;
}

/* show & hide elements
============================================================*/
.txt-hidden {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.form-el-box + .form-el-box {
  padding-top: 1.5rem;
}
.form-el-box .input-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-el-box .form-label {
  width: 7.7777777778rem;
  text-align: left;
  cursor: default;
}
@media (max-width: 900px) {
  .form-el-box .form-label {
    width: 6.6666666667rem;
  }
}
.form-el-box .form-input {
  width: calc(100% - 7.7777777778rem);
}
@media (max-width: 900px) {
  .form-el-box .form-input {
    width: calc(100% - 6.6666666667rem);
  }
}
.form-el-box .form-el-row {
  width: calc(100% - 7.7777777778rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-el-box .form-el-row .form-input {
  padding-right: 0;
  width: 83%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-el-box .form-el-row .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.1111111111rem;
  height: 3.4444444444rem;
  cursor: pointer;
  font-size: 1.1111111111rem;
  color: #fff;
  font-weight: 700;
  background-color: #0f78c4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-el-box .form-el-row .file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 900px) {
  .form-el-box .form-el-row {
    width: calc(100% - 6.6666666667rem);
  }
  .form-el-box .form-el-row .btn {
    font-size: 1rem;
  }
}
.form-el-box .form-el-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 83px);
}
.form-el-box .form-el-column .form-el-row + .form-el-row {
  margin-top: 1.1111111111rem;
}
.form-el-box .form-el {
  width: calc(100% - 4.61111rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-el-box .form-el .form-input {
  width: calc(33.333% - 6px);
  text-align: center;
}
.form-el-box .form-el-box-row-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 83px);
}
.form-el-box .form-el-box-row-input .form-select {
  width: calc(33.333% - 20px);
}
.form-el-box .form-el-row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 83px);
}
.form-el-box .form-el-row-btn .form-input {
  max-width: 16.5rem;
  width: 100%;
}
.form-el-box .form-el-row-btn .btn {
  max-width: 10rem;
  width: 100%;
  color: #fff;
  font-size: 1.1111111111rem;
  font-weight: 500;
  line-height: 1.2; /* 24px */
  letter-spacing: -0.6px;
  border-radius: 10px;
  background: #4e0a0a;
}

.privacy-box {
  padding-top: 1.1111111111rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacy-box .privacy-title {
  padding-bottom: 0.5555555556rem;
  font-size: 1.1111111111rem;
  font-weight: 700;
  text-align: left;
}
.privacy-box .form-el-box {
  margin-top: 0.8888888889rem;
}
.privacy-box .selector-cover {
  margin: 0 auto;
  color: #000;
  font-weight: 700;
}

.form-terms {
  margin-top: 0.8888888889rem;
  padding: 6.6666666667rem 1.1111111111rem;
  height: 4.4444444444rem;
  text-align: left;
  color: #000;
  background: #666;
  line-height: 1.6;
  overflow-y: scroll;
}
.form-terms .form-terms-title {
  text-align: left;
  font-weight: 400;
}
.form-terms .form-text-box {
  text-align: left;
}
.form-terms .form-text-box + .form-text-box {
  margin-top: 0.8888888889rem;
}
.form-terms .form-terms-title,
.form-terms .form-text-box {
  font-size: 0.6666666667rem;
}

.form-terms-tbl {
  margin: 0.5555555556rem 0;
  width: 100%;
  table-layout: fixed;
}

.form-terms-tbl th,
.form-terms-tbl td {
  padding: 0.8rem;
  font-size: 0.6666666667rem;
  text-align: center;
  font-weight: 900;
  word-break: break-all;
  border: 1px solid #707070;
}
@media (min-width: 900px) {
  .form-terms-tbl th,
  .form-terms-tbl td {
    font-size: 1.3333333333rem;
  }
}

.form-terms-tbl thead th {
  font-weight: 900;
  color: #000;
  background-color: #adadad;
}

.form-terms-tbl tbody td {
  padding: 1.8rem 0.5rem;
  border-bottom: 1px solid #999;
  background-color: #c1c1c1;
}

/* iframe */
.video-wrap {
  position: relative;
}
.video-wrap .video {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrap > div {
  width: 100%;
  padding-bottom: 56.25%;
}
.video-wrap iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.privacy-box-wrap {
  padding-bottom: 1.1111111111rem;
}

.policy-wrap {
  text-align: left;
}
.policy-wrap + .policy-wrap {
  padding-top: 2.2222222222rem;
}
.policy-wrap .privacy-title {
  padding-top: 2.2222222222rem;
  text-align: center;
  font-size: 1.7777777778rem;
  font-weight: 700;
}
.policy-wrap .policy-hd-tit {
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.2; /* 24px */
}
.policy-wrap dd {
  margin-top: 0.6111111111rem;
  padding: 0.5555555556rem;
  height: 12.8333333333rem;
  border: 1px solid #fff;
  overflow: auto;
}
.policy-wrap .policy-txt {
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.2; /* 21.6px */
  word-break: break-all;
}

.policy-content {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
}
.policy-content .policy-hd-tit {
  font-weight: 700;
  color: #4e0a0a;
  word-break: keep-all;
}
.policy-content .policy-txt {
  color: #4e0a0a;
  word-break: keep-all;
}
.policy-content .policy-txt p {
  font-size: inherit;
  color: inherit;
}
.policy-content dd {
  margin-top: 0;
  height: auto;
  padding: 0.8333333333rem 0 0 0;
  background: transparent;
  overflow: auto;
}

.policy-tbl {
  margin-top: 1rem;
  table-layout: fixed;
  width: 100%;
  font-size: 0.8333333333rem;
  line-height: 1.7;
}
.policy-tbl td,
.policy-tbl th {
  padding: 0.7222222222rem 1.5rem;
  font-weight: 400;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  text-align: center;
  word-break: keep-all;
}
.policy-tbl thead th {
  font-weight: 400;
  background-color: #f2f4f6;
}
.policy-tbl tbody td,
.policy-tbl tbody th {
  border-bottom: 1px solid #dbdee5;
  background-color: #fff;
}
.policy-tbl strong {
  font-size: 0.8888888889rem;
  color: blue;
  text-decoration: underline;
}

/* image ani */
/* text ani */
/**
 * ----------------------------------------
 * animation scale-up-hor-center
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * animation slide-in-elliptic-bottom-fwd
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * animation scale-down-hor-center
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * animation jello-diagonal-2
 * ----------------------------------------
 */
.layer-popup {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 1.1111111111rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layer-popup.open {
  visibility: visible;
  opacity: 1;
}
.layer-popup .popup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 100%;
  border-radius: 1.1111111111rem;
  overflow: hidden;
}
.layer-popup .popup-container.large {
  max-width: 740px;
}
.layer-popup .popup-container.medium {
  max-width: 640px;
}
.layer-popup .popup-container.small {
  max-width: 460px;
}
.layer-popup .popup-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background-color: #fff;
}
.layer-popup .popup-header .btn-close {
  position: absolute;
  top: 1.8333333333rem;
  right: 2rem;
  z-index: 2;
  width: 1.8333333333rem;
  height: 1.8333333333rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.8333333333rem 1.8333333333rem;
  background-image: url("../images/components/icon-close-gray-33x33.png");
}
.layer-popup .popup-header .btn-close::before, .layer-popup .popup-header .btn-close::after {
  display: none;
}
.layer-popup .popup-title {
  padding: 1.1111111111rem;
  text-align: center;
}
.layer-popup .popup-title strong {
  font-size: 1.1111111111rem;
}
.layer-popup .popup-content {
  height: 100%;
  overflow: auto;
  position: relative;
  background-color: #ebfbff;
}
.layer-popup .popup-inner {
  padding: 4.1666666667rem 0.8888888889rem;
  position: relative;
}
.layer-popup .popup-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.layer-popup .popup-footer .btn-area .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 1.8888888889rem;
  height: 5.6666666667rem;
  text-align: center;
  border: 0;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .layer-popup .popup-footer .btn-area .btn {
    font-size: 1.3333333333rem;
    height: 4.5555555556rem;
  }
}
.layer-popup .popup-footer .btn-area .btn-close {
  background-color: #000;
}
.layer-popup .popup-footer .btn-area .btn-ok {
  background-color: #0f78c4;
}
.layer-popup .popup-footer .btn-area.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer-popup .popup-footer .btn-area.half .btn {
  width: 50%;
}
.layer-popup.full-scroll {
  display: block;
  overflow: auto;
  text-align: center;
  font-size: 0;
}
.layer-popup.full-scroll:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.layer-popup.full-scroll .popup-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
  max-height: none;
  border-radius: 1.1111111111rem;
  font-size: initial;
}
.layer-popup.full-scroll .popup-content {
  height: auto;
  position: relative;
  overflow: visible;
  text-align: left;
}

.layer-popup-dim {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
}
.layer-popup-dim.show {
  -webkit-animation: dimShow 0.3s forwards;
          animation: dimShow 0.3s forwards;
}

@-webkit-keyframes dimShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes dimShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.layer-popup .popup-title-text {
  font-size: 2rem;
  color: #0f78c4;
  text-align: center;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.36px;
}
@media (max-width: 900px) {
  .layer-popup .popup-title-text {
    font-size: 1.7777777778rem;
  }
}
@media (max-width: 360px) {
  .layer-popup .popup-title-text {
    font-size: 1.5555555556rem;
  }
}
@media (max-width: 280px) {
  .layer-popup .popup-title-text {
    font-size: 1.4444444444rem;
  }
}
.layer-popup .popup-text-box {
  padding-top: 1.6666666667rem;
  text-align: center;
  font-size: 1.1111111111rem;
  color: #000;
  font-weight: 700;
}
@media (max-width: 900px) {
  .layer-popup .popup-text-box {
    font-size: 0.8888888889rem;
    word-break: keep-all;
  }
}
.layer-popup .privacy-info-box {
  padding-top: 1.6666666667rem;
}
.layer-popup .privacy-info-box .selector-cover {
  padding-top: 1.1111111111rem;
}
@media (max-width: 900px) {
  .layer-popup .privacy-info-box .selector-cover {
    padding-top: 0.5555555556rem;
  }
}
.layer-popup .privacy-text-box {
  padding: 1.1111111111rem;
  height: 16.6666666667rem;
  font-size: 1rem;
  overflow: auto;
  background-color: #fff;
  word-break: keep-all;
}
.layer-popup .privacy-text-box .small-text {
  font-size: 0.7777777778rem;
}
.layer-popup .privacy-text-box strong {
  font-size: 1.1111111111rem;
  font-weight: 700;
}
@media (max-width: 900px) {
  .layer-popup .privacy-text-box {
    padding: 0.8333333333rem;
    height: 11.1111111111rem;
    font-size: 0.7777777778rem;
  }
  .layer-popup .privacy-text-box .small-text {
    font-size: 0.6111111111rem;
  }
  .layer-popup .privacy-text-box strong {
    font-size: 0.8888888889rem;
  }
}
.layer-popup .join-select-image-box {
  padding-top: 1.6666666667rem;
}

.join-event-input-popup .popup-inner {
  padding: 6.2777777778rem 2.2222222222rem 2.7777777778rem;
}
@media (max-width: 900px) {
  .join-event-input-popup .popup-inner {
    padding: 3.8888888889rem 1.1111111111rem 1.3888888889rem;
  }
}

.input-content-box {
  padding-top: 2.6111111111rem;
}
.input-content-box .input-cover-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-content-box .form-el-row {
  padding-top: 0.6666666667rem;
}
.input-content-box textarea {
  resize: none;
  overflow: auto;
}
.input-content-box textarea.form-input {
  padding: 0.9444444444rem;
  height: 11.1111111111rem;
}

.video-popup .popup-container {
  overflow: visible;
}
.video-popup .popup-inner {
  padding: 0;
}
.video-popup .popup-content {
  background-color: transparent;
}
.video-popup .popup-header .btn-close {
  top: 0;
  right: -3.5555555556rem;
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  background-image: url("../images/components/icon-close-white-56x56.png");
  background-size: 100% 100%;
}
.video-popup .video-box {
  position: relative;
  padding-bottom: 56.217%;
  border-radius: 0.8888888889rem;
  overflow: hidden;
}
.video-popup .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-popup .title-box {
  margin-top: 0.6666666667rem;
  padding: 1.1666666667rem;
  font-size: 1.3333333333rem;
  color: #000;
  text-align: center;
  font-family: "Jalnan", arial, sans-serif, Arial, dotum, "돋움";
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 0.4444444444rem;
  border: 0.2222222222rem solid #000;
  background: #fff;
}
@media (max-width: 900px) {
  .video-popup .popup-header .btn-close {
    top: -28px;
    right: 0;
    width: 28px;
    height: 28px;
  }
  .video-popup .video-box {
    border-radius: 8px;
  }
  .video-popup .title-box {
    margin-top: 8px;
    padding: 13px;
    font-size: 16px;
    border-width: 2px;
    border-radius: 4px;
  }
}

.dream-note-popup .popup-container.medium {
  max-width: 600px;
}
.dream-note-popup .dream-note--item {
  width: 33.3333333333rem;
  height: 33.3333333333rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .dream-note-popup .dream-note--item {
    width: 288px;
    height: 288px;
  }
}
.dream-note-popup .dream-note--item .dream-note--content {
  padding: 3.7222222222rem 3.1111111111rem;
}
@media (max-width: 900px) {
  .dream-note-popup .dream-note--item .dream-note--content {
    padding: 30px 20px;
  }
}
.dream-note-popup .dream-note--item .text-content {
  padding: 0;
  height: auto;
}
.dream-note-popup .dream-note--item .text-content .nickname {
  text-align: left;
}
.dream-note-popup .dream-note--item .text-content .note-content--text {
  max-height: none;
  word-wrap: normal;
  overflow: visible;
  text-overflow: unset;
  -webkit-line-clamp: none;
  word-break: keep-all;
}
@media (max-width: 960px) {
  .dream-note-popup .dream-note--item .text-content .note-content--text {
    font-size: 0.8888888889rem;
  }
}
@media (max-width: 900px) {
  .dream-note-popup .dream-note--item .text-content .note-content--text {
    font-size: 14px;
    height: 140px;
    overflow-y: auto;
  }
}
.dream-note-popup .dream-note--item .like-btn--wrap {
  position: static;
  margin-top: 1.4444444444rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dream-note-popup .dream-note--item .like-btn--wrap .btn-like--click.type-popup-like {
  width: 100%;
  max-width: 10rem;
  height: 2.7777777778rem;
  padding: 0;
  background: rgba(143, 143, 143, 0.5);
  border: none;
}
@media (max-width: 900px) {
  .dream-note-popup .dream-note--item .like-btn--wrap .btn-like--click.type-popup-like {
    height: 32px;
  }
}
.dream-note-popup .dream-note--item .like-btn--wrap .btn-like--click.type-popup-like .icon {
  width: 1.3333333333rem;
  height: 1.1944444444rem;
}
@media (max-width: 900px) {
  .dream-note-popup .dream-note--item .like-btn--wrap .btn-like--click.type-popup-like .icon {
    width: 15px;
    height: 13px;
  }
}
.dream-note-popup .dream-note--item .like-btn--wrap .btn-like--click.type-popup-like .text {
  font-size: 1.1111111111rem;
}
@media (max-width: 900px) {
  .dream-note-popup .dream-note--item .like-btn--wrap .btn-like--click.type-popup-like .text {
    font-size: 13px;
  }
}
.dream-note-popup .dream-note--item .like-btn--wrap .btn-like--click.type-popup-like.active {
  background: #3a3a3a;
}
.dream-note-popup .dream-note--item .like-btn--wrap .btn-like--click.type-popup-like.active .text {
  color: #fff;
}
.dream-note-popup .dream-note--item .btn-popup-close {
  position: absolute;
  top: 2.2222222222rem;
  right: 2.2222222222rem;
  width: 1.8888888889rem;
  height: 1.8888888889rem;
  z-index: 10;
}
@media (max-width: 900px) {
  .dream-note-popup .dream-note--item .btn-popup-close {
    width: 17px;
    height: 17px;
    top: 20px;
    right: 20px;
  }
}

.quiz-not-correct--popup .popup-container.medium {
  max-width: 600px;
  border: 10px solid #dce9dc;
  background: #fff;
}
.quiz-not-correct--popup .popup-container.medium .popup-inner {
  padding: 2.5555555556rem 0;
}
.quiz-not-correct--popup .popup-container.medium .icon {
  width: 6.2222222222rem;
  margin: 0 auto;
  margin-bottom: 0.4444444444rem;
}
.quiz-not-correct--popup .popup-container.medium .not-correct--title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-not-correct--popup .popup-container.medium .not-correct--title small,
.quiz-not-correct--popup .popup-container.medium .not-correct--title big {
  font-family: "Maplestory";
  color: #3a7fff;
  line-height: 1.2;
  font-weight: 700;
}
.quiz-not-correct--popup .popup-container.medium .not-correct--title small {
  font-size: 2.2222222222rem;
}
.quiz-not-correct--popup .popup-container.medium .not-correct--title big {
  font-size: 2.5555555556rem;
}
.quiz-not-correct--popup .popup-container.medium .not-correct--desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin-top: 2.2222222222rem;
}
@media (max-width: 900px) {
  .quiz-not-correct--popup .popup-container.medium .not-correct--desc {
    margin: 0 auto;
    margin-top: 24px;
    font-size: 16px;
    max-width: calc(100% - 50px);
    word-break: keep-all;
  }
}
.quiz-not-correct--popup .popup-container.medium .not-correct--desc strong {
  font-weight: 600;
  word-break: keep-all;
}
.quiz-not-correct--popup .popup-container.medium .not-correct--desc strong .no-marker {
  font-weight: 800;
}
.quiz-not-correct--popup .popup-container.medium .not-correct--desc strong .marker {
  position: relative;
  font-weight: 800;
  z-index: 1;
}
.quiz-not-correct--popup .popup-container.medium .not-correct--desc strong .marker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.6666666667rem;
  background: #fbff7a;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.quiz-not-correct--popup .popup-container.medium .btn--wrap {
  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;
  margin-top: 2.2222222222rem;
}
.quiz-not-correct--popup .popup-container.medium .btn--wrap .btn-again-try--quiz {
  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;
  width: 100%;
  max-width: 15.5555555556rem;
  background: #3a7fff;
  border-radius: 0.4444444444rem;
  padding: 0.8888888889rem 0;
}
.quiz-not-correct--popup .popup-container.medium .btn--wrap .btn-again-try--quiz .text {
  font-family: "Maplestory";
  font-size: 1.4444444444rem;
  color: #ffea98;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0px -2px 0 #000, -0.75px -1.75px 0 #000, -0.5px -1.75px 0 #000, -0.25px -1.75px 0 #000, 0px -1.75px 0 #000, 0.25px -1.75px 0 #000, 0.5px -1.75px 0 #000, 0.75px -1.75px 0 #000, -1.25px -1.5px 0 #000, -1px -1.5px 0 #000, -0.75px -1.5px 0 #000, -0.5px -1.5px 0 #000, -0.25px -1.5px 0 #000, 0px -1.5px 0 #000, 0.25px -1.5px 0 #000, 0.5px -1.5px 0 #000, 0.75px -1.5px 0 #000, 1px -1.5px 0 #000, 1.25px -1.5px 0 #000, -1.5px -1.25px 0 #000, -1.25px -1.25px 0 #000, -1px -1.25px 0 #000, -0.75px -1.25px 0 #000, -0.5px -1.25px 0 #000, -0.25px -1.25px 0 #000, 0px -1.25px 0 #000, 0.25px -1.25px 0 #000, 0.5px -1.25px 0 #000, 0.75px -1.25px 0 #000, 1px -1.25px 0 #000, 1.25px -1.25px 0 #000, 1.5px -1.25px 0 #000, -1.5px -1px 0 #000, -1.25px -1px 0 #000, -1px -1px 0 #000, -0.75px -1px 0 #000, -0.5px -1px 0 #000, -0.25px -1px 0 #000, 0px -1px 0 #000, 0.25px -1px 0 #000, 0.5px -1px 0 #000, 0.75px -1px 0 #000, 1px -1px 0 #000, 1.25px -1px 0 #000, 1.5px -1px 0 #000, -1.75px -0.75px 0 #000, -1.5px -0.75px 0 #000, -1.25px -0.75px 0 #000, -1px -0.75px 0 #000, -0.75px -0.75px 0 #000, -0.5px -0.75px 0 #000, -0.25px -0.75px 0 #000, 0px -0.75px 0 #000, 0.25px -0.75px 0 #000, 0.5px -0.75px 0 #000, 0.75px -0.75px 0 #000, 1px -0.75px 0 #000, 1.25px -0.75px 0 #000, 1.5px -0.75px 0 #000, 1.75px -0.75px 0 #000, -1.75px -0.5px 0 #000, -1.5px -0.5px 0 #000, -1.25px -0.5px 0 #000, -1px -0.5px 0 #000, -0.75px -0.5px 0 #000, -0.5px -0.5px 0 #000, -0.25px -0.5px 0 #000, 0px -0.5px 0 #000, 0.25px -0.5px 0 #000, 0.5px -0.5px 0 #000, 0.75px -0.5px 0 #000, 1px -0.5px 0 #000, 1.25px -0.5px 0 #000, 1.5px -0.5px 0 #000, 1.75px -0.5px 0 #000, -1.75px -0.25px 0 #000, -1.5px -0.25px 0 #000, -1.25px -0.25px 0 #000, -1px -0.25px 0 #000, -0.75px -0.25px 0 #000, -0.5px -0.25px 0 #000, -0.25px -0.25px 0 #000, 0px -0.25px 0 #000, 0.25px -0.25px 0 #000, 0.5px -0.25px 0 #000, 0.75px -0.25px 0 #000, 1px -0.25px 0 #000, 1.25px -0.25px 0 #000, 1.5px -0.25px 0 #000, 1.75px -0.25px 0 #000, -2px 0px 0 #000, -1.75px 0px 0 #000, -1.5px 0px 0 #000, -1.25px 0px 0 #000, -1px 0px 0 #000, -0.75px 0px 0 #000, -0.5px 0px 0 #000, -0.25px 0px 0 #000, 0.25px 0px 0 #000, 0.5px 0px 0 #000, 0.75px 0px 0 #000, 1px 0px 0 #000, 1.25px 0px 0 #000, 1.5px 0px 0 #000, 1.75px 0px 0 #000, 2px 0px 0 #000, -1.75px 0.25px 0 #000, -1.5px 0.25px 0 #000, -1.25px 0.25px 0 #000, -1px 0.25px 0 #000, -0.75px 0.25px 0 #000, -0.5px 0.25px 0 #000, -0.25px 0.25px 0 #000, 0px 0.25px 0 #000, 0.25px 0.25px 0 #000, 0.5px 0.25px 0 #000, 0.75px 0.25px 0 #000, 1px 0.25px 0 #000, 1.25px 0.25px 0 #000, 1.5px 0.25px 0 #000, 1.75px 0.25px 0 #000, -1.75px 0.5px 0 #000, -1.5px 0.5px 0 #000, -1.25px 0.5px 0 #000, -1px 0.5px 0 #000, -0.75px 0.5px 0 #000, -0.5px 0.5px 0 #000, -0.25px 0.5px 0 #000, 0px 0.5px 0 #000, 0.25px 0.5px 0 #000, 0.5px 0.5px 0 #000, 0.75px 0.5px 0 #000, 1px 0.5px 0 #000, 1.25px 0.5px 0 #000, 1.5px 0.5px 0 #000, 1.75px 0.5px 0 #000, -1.75px 0.75px 0 #000, -1.5px 0.75px 0 #000, -1.25px 0.75px 0 #000, -1px 0.75px 0 #000, -0.75px 0.75px 0 #000, -0.5px 0.75px 0 #000, -0.25px 0.75px 0 #000, 0px 0.75px 0 #000, 0.25px 0.75px 0 #000, 0.5px 0.75px 0 #000, 0.75px 0.75px 0 #000, 1px 0.75px 0 #000, 1.25px 0.75px 0 #000, 1.5px 0.75px 0 #000, 1.75px 0.75px 0 #000, -1.5px 1px 0 #000, -1.25px 1px 0 #000, -1px 1px 0 #000, -0.75px 1px 0 #000, -0.5px 1px 0 #000, -0.25px 1px 0 #000, 0px 1px 0 #000, 0.25px 1px 0 #000, 0.5px 1px 0 #000, 0.75px 1px 0 #000, 1px 1px 0 #000, 1.25px 1px 0 #000, 1.5px 1px 0 #000, -1.5px 1.25px 0 #000, -1.25px 1.25px 0 #000, -1px 1.25px 0 #000, -0.75px 1.25px 0 #000, -0.5px 1.25px 0 #000, -0.25px 1.25px 0 #000, 0px 1.25px 0 #000, 0.25px 1.25px 0 #000, 0.5px 1.25px 0 #000, 0.75px 1.25px 0 #000, 1px 1.25px 0 #000, 1.25px 1.25px 0 #000, 1.5px 1.25px 0 #000, -1.25px 1.5px 0 #000, -1px 1.5px 0 #000, -0.75px 1.5px 0 #000, -0.5px 1.5px 0 #000, -0.25px 1.5px 0 #000, 0px 1.5px 0 #000, 0.25px 1.5px 0 #000, 0.5px 1.5px 0 #000, 0.75px 1.5px 0 #000, 1px 1.5px 0 #000, 1.25px 1.5px 0 #000, -0.75px 1.75px 0 #000, -0.5px 1.75px 0 #000, -0.25px 1.75px 0 #000, 0px 1.75px 0 #000, 0.25px 1.75px 0 #000, 0.5px 1.75px 0 #000, 0.75px 1.75px 0 #000, 0px 2px 0 #000;
}
.quiz-not-correct--popup .popup-container.medium .btn--wrap .btn-check {
  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;
  width: 100%;
  max-width: 15.5555555556rem;
  background: #3a7fff;
  border-radius: 0.4444444444rem;
  padding: 0.8888888889rem 0;
  position: static;
}
@media (max-width: 900px) {
  .quiz-not-correct--popup .popup-container.medium .btn--wrap .btn-check {
    padding: 16px 0;
    height: 55px;
  }
}
.quiz-not-correct--popup .popup-container.medium .btn--wrap .btn-check::after {
  display: none;
}
.quiz-not-correct--popup .popup-container.medium .btn--wrap .btn-check::before {
  display: none;
}
.quiz-not-correct--popup .popup-container.medium .btn--wrap .btn-check .text {
  font-family: "Maplestory";
  font-size: 1.4444444444rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0px -2px 0 #000, -0.75px -1.75px 0 #000, -0.5px -1.75px 0 #000, -0.25px -1.75px 0 #000, 0px -1.75px 0 #000, 0.25px -1.75px 0 #000, 0.5px -1.75px 0 #000, 0.75px -1.75px 0 #000, -1.25px -1.5px 0 #000, -1px -1.5px 0 #000, -0.75px -1.5px 0 #000, -0.5px -1.5px 0 #000, -0.25px -1.5px 0 #000, 0px -1.5px 0 #000, 0.25px -1.5px 0 #000, 0.5px -1.5px 0 #000, 0.75px -1.5px 0 #000, 1px -1.5px 0 #000, 1.25px -1.5px 0 #000, -1.5px -1.25px 0 #000, -1.25px -1.25px 0 #000, -1px -1.25px 0 #000, -0.75px -1.25px 0 #000, -0.5px -1.25px 0 #000, -0.25px -1.25px 0 #000, 0px -1.25px 0 #000, 0.25px -1.25px 0 #000, 0.5px -1.25px 0 #000, 0.75px -1.25px 0 #000, 1px -1.25px 0 #000, 1.25px -1.25px 0 #000, 1.5px -1.25px 0 #000, -1.5px -1px 0 #000, -1.25px -1px 0 #000, -1px -1px 0 #000, -0.75px -1px 0 #000, -0.5px -1px 0 #000, -0.25px -1px 0 #000, 0px -1px 0 #000, 0.25px -1px 0 #000, 0.5px -1px 0 #000, 0.75px -1px 0 #000, 1px -1px 0 #000, 1.25px -1px 0 #000, 1.5px -1px 0 #000, -1.75px -0.75px 0 #000, -1.5px -0.75px 0 #000, -1.25px -0.75px 0 #000, -1px -0.75px 0 #000, -0.75px -0.75px 0 #000, -0.5px -0.75px 0 #000, -0.25px -0.75px 0 #000, 0px -0.75px 0 #000, 0.25px -0.75px 0 #000, 0.5px -0.75px 0 #000, 0.75px -0.75px 0 #000, 1px -0.75px 0 #000, 1.25px -0.75px 0 #000, 1.5px -0.75px 0 #000, 1.75px -0.75px 0 #000, -1.75px -0.5px 0 #000, -1.5px -0.5px 0 #000, -1.25px -0.5px 0 #000, -1px -0.5px 0 #000, -0.75px -0.5px 0 #000, -0.5px -0.5px 0 #000, -0.25px -0.5px 0 #000, 0px -0.5px 0 #000, 0.25px -0.5px 0 #000, 0.5px -0.5px 0 #000, 0.75px -0.5px 0 #000, 1px -0.5px 0 #000, 1.25px -0.5px 0 #000, 1.5px -0.5px 0 #000, 1.75px -0.5px 0 #000, -1.75px -0.25px 0 #000, -1.5px -0.25px 0 #000, -1.25px -0.25px 0 #000, -1px -0.25px 0 #000, -0.75px -0.25px 0 #000, -0.5px -0.25px 0 #000, -0.25px -0.25px 0 #000, 0px -0.25px 0 #000, 0.25px -0.25px 0 #000, 0.5px -0.25px 0 #000, 0.75px -0.25px 0 #000, 1px -0.25px 0 #000, 1.25px -0.25px 0 #000, 1.5px -0.25px 0 #000, 1.75px -0.25px 0 #000, -2px 0px 0 #000, -1.75px 0px 0 #000, -1.5px 0px 0 #000, -1.25px 0px 0 #000, -1px 0px 0 #000, -0.75px 0px 0 #000, -0.5px 0px 0 #000, -0.25px 0px 0 #000, 0.25px 0px 0 #000, 0.5px 0px 0 #000, 0.75px 0px 0 #000, 1px 0px 0 #000, 1.25px 0px 0 #000, 1.5px 0px 0 #000, 1.75px 0px 0 #000, 2px 0px 0 #000, -1.75px 0.25px 0 #000, -1.5px 0.25px 0 #000, -1.25px 0.25px 0 #000, -1px 0.25px 0 #000, -0.75px 0.25px 0 #000, -0.5px 0.25px 0 #000, -0.25px 0.25px 0 #000, 0px 0.25px 0 #000, 0.25px 0.25px 0 #000, 0.5px 0.25px 0 #000, 0.75px 0.25px 0 #000, 1px 0.25px 0 #000, 1.25px 0.25px 0 #000, 1.5px 0.25px 0 #000, 1.75px 0.25px 0 #000, -1.75px 0.5px 0 #000, -1.5px 0.5px 0 #000, -1.25px 0.5px 0 #000, -1px 0.5px 0 #000, -0.75px 0.5px 0 #000, -0.5px 0.5px 0 #000, -0.25px 0.5px 0 #000, 0px 0.5px 0 #000, 0.25px 0.5px 0 #000, 0.5px 0.5px 0 #000, 0.75px 0.5px 0 #000, 1px 0.5px 0 #000, 1.25px 0.5px 0 #000, 1.5px 0.5px 0 #000, 1.75px 0.5px 0 #000, -1.75px 0.75px 0 #000, -1.5px 0.75px 0 #000, -1.25px 0.75px 0 #000, -1px 0.75px 0 #000, -0.75px 0.75px 0 #000, -0.5px 0.75px 0 #000, -0.25px 0.75px 0 #000, 0px 0.75px 0 #000, 0.25px 0.75px 0 #000, 0.5px 0.75px 0 #000, 0.75px 0.75px 0 #000, 1px 0.75px 0 #000, 1.25px 0.75px 0 #000, 1.5px 0.75px 0 #000, 1.75px 0.75px 0 #000, -1.5px 1px 0 #000, -1.25px 1px 0 #000, -1px 1px 0 #000, -0.75px 1px 0 #000, -0.5px 1px 0 #000, -0.25px 1px 0 #000, 0px 1px 0 #000, 0.25px 1px 0 #000, 0.5px 1px 0 #000, 0.75px 1px 0 #000, 1px 1px 0 #000, 1.25px 1px 0 #000, 1.5px 1px 0 #000, -1.5px 1.25px 0 #000, -1.25px 1.25px 0 #000, -1px 1.25px 0 #000, -0.75px 1.25px 0 #000, -0.5px 1.25px 0 #000, -0.25px 1.25px 0 #000, 0px 1.25px 0 #000, 0.25px 1.25px 0 #000, 0.5px 1.25px 0 #000, 0.75px 1.25px 0 #000, 1px 1.25px 0 #000, 1.25px 1.25px 0 #000, 1.5px 1.25px 0 #000, -1.25px 1.5px 0 #000, -1px 1.5px 0 #000, -0.75px 1.5px 0 #000, -0.5px 1.5px 0 #000, -0.25px 1.5px 0 #000, 0px 1.5px 0 #000, 0.25px 1.5px 0 #000, 0.5px 1.5px 0 #000, 0.75px 1.5px 0 #000, 1px 1.5px 0 #000, 1.25px 1.5px 0 #000, -0.75px 1.75px 0 #000, -0.5px 1.75px 0 #000, -0.25px 1.75px 0 #000, 0px 1.75px 0 #000, 0.25px 1.75px 0 #000, 0.5px 1.75px 0 #000, 0.75px 1.75px 0 #000, 0px 2px 0 #000;
}

.common-season15--popup .popup-container.small {
  max-width: 360px;
  border: 10px solid #dce9dc;
  background: #fff;
}
.common-season15--popup .popup-inner {
  text-align: center;
}
.common-season15--popup .common-alert--text {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.common-season15--popup .common-alert--btn {
  margin-top: 1.3333333333rem;
  min-width: 11.7777777778rem;
  padding: 0.7777777778rem 0;
  text-align: center;
  font-size: 0.8888888889rem;
  color: #fff;
  border-radius: 0.4444444444rem;
  background: #3a7fff;
}
.common-season15--popup .common-button--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.4444444444rem;
     -moz-column-gap: 0.4444444444rem;
          column-gap: 0.4444444444rem;
}
.common-season15--popup .common-button--wrap .common-alert--btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: auto;
}
.common-season15--popup .common-button--wrap .common-alert--btn.cancel {
  background: #676c74;
}

.login-sns-popup .popup-container.small {
  max-width: 21.1111111111rem;
  border: 1px solid #262626;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 0.4444444444rem;
}
.login-sns-popup .popup-header .btn-close {
  width: 1.2222222222rem;
  height: 1.2222222222rem;
  top: 0.8888888889rem;
  right: 0.8888888889rem;
  background-size: contain;
}
.login-sns-popup .popup-content {
  background-color: #fff;
}
.login-sns-popup .popup-inner {
  padding-top: 3.4444444444rem;
  padding-bottom: 2rem;
  padding-left: 2.7777777778rem;
  padding-right: 2.7777777778rem;
}
.login-sns-popup .login-button--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4444444444rem;
  width: 100%;
}
.login-sns-popup .login-button--wrap .btn-sns-login {
  width: 100%;
  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;
  -webkit-column-gap: 0.8888888889rem;
     -moz-column-gap: 0.8888888889rem;
          column-gap: 0.8888888889rem;
  height: 3.5555555556rem;
  padding: 0 2rem;
  border-radius: 0.4444444444rem;
}
.login-sns-popup .login-button--wrap .btn-sns-login .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.4444444444rem;
  height: 1.4444444444rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.login-sns-popup .login-button--wrap .btn-sns-login .text {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-weight: 700;
}
.login-sns-popup .login-button--wrap .btn-sns-login.btn-sns-login--naver {
  background: #03cf5d;
}
.login-sns-popup .login-button--wrap .btn-sns-login.btn-sns-login--naver .icon {
  background-image: url("../images/ss15/icon-login--naver.png");
}
.login-sns-popup .login-button--wrap .btn-sns-login.btn-sns-login--naver .text {
  color: #fff;
}
.login-sns-popup .login-button--wrap .btn-sns-login.btn-sns-login--kakao {
  background: #ffe600;
}
.login-sns-popup .login-button--wrap .btn-sns-login.btn-sns-login--kakao .icon {
  background-image: url("../images/ss15/icon-login--kakao.png");
}
.login-sns-popup .login-button--wrap .btn-sns-login.btn-sns-login--kakao .text {
  color: #392020;
}
.login-sns-popup .login-info--text {
  font-size: 0.7222222222rem;
  font-weight: 600;
  color: #ff6600;
  text-align: center;
  margin-top: 0.8888888889rem;
}

.scroll-animate {
  opacity: 0;
}
.scroll-animate.show {
  opacity: 1;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.event-scroll-animate {
  opacity: 0;
}
.event-scroll-animate.show {
  opacity: 1;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.shake-horizontal {
  -webkit-animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.zoom-in-zoom-out--title {
  -webkit-animation: zoom-in-zoom-out-title 2s ease-out infinite;
          animation: zoom-in-zoom-out-title 2s ease-out infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes zoom-in-zoom-out--title {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.08, 1.08);
            transform: scale(1.08, 1.08);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out--title {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.08, 1.08);
            transform: scale(1.08, 1.08);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes zoom-in-zoom-out-title-opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.08, 1.08);
            transform: scale(1.08, 1.08);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out-title-opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.08, 1.08);
            transform: scale(1.08, 1.08);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.btn-shiny {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.btn-shiny::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: shine 2.5s infinite;
          animation: shine 2.5s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/* Web Fonts *****************************
*****************************************/
@font-face {
  font-family: "HDHarmonyL";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/HDHarmonyL.eot);
  src: url(../fonts/HDHarmonyL.woff) format("woff"), url(../fonts/HDHarmonyL.eot?#iefix) format("embedded-opentype");
}
@font-face {
  font-family: "HDHarmonyM";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/HDHarmonyM.eot);
  src: url(../fonts/HDHarmonyM.woff) format("woff"), url(../fonts/HDHarmonyM.eot?#iefix) format("embedded-opentype");
}
@font-face {
  font-family: "NanumSquare";
  src: url(../fonts/NanumSquareR.eot);
  src: url(../fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumSquareR.woff2) format("woff2"), url(../fonts/NanumSquareR.woff) format("woff"), url(../fonts/NanumSquareR.ttf) format("truetype");
}
::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1); /*스크롤바의 색상*/
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ddd; /*스크롤바 트랙 색상*/
}

.ui-datepicker {
  width: 16em !important;
  padding: 0.5555555556rem !important;
}
@media (max-width: 900px) {
  .ui-datepicker {
    width: 15em !important;
  }
}
.ui-datepicker.ui-widget.ui-widget-content {
  margin-top: 0.5555555556rem;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  top: 50% !important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: cover !important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url("../images/components/icon-arrow-prev-bk-32x32.png") !important;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: url("../images/components/icon-arrow-next-bk-32x32.png") !important;
}
.ui-datepicker .ui-widget-header {
  background-color: #fff;
  border: 0;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 0.6666666667rem;
}
.ui-datepicker .ui-datepicker-title select {
  width: calc(45% - 10px) !important;
  margin: 0 0.2777777778rem !important;
  padding: 0.2777777778rem 0.5555555556rem !important;
  border: 1px solid #ddd !important;
  font-size: 0.7777777778rem !important;
}
.ui-datepicker .ui-state-default {
  border: 0 !important;
  background-color: #fff !important;
  text-align: center !important;
  font-size: 0.8888888889rem;
}
.ui-datepicker .ui-state-default.ui-state-active {
  background-color: #168cb9 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  display: none;
}
.swiper-container .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../images/icon/icon-slider-arrow-next-bk-70x70.png");
}
.swiper-container .swiper-button-prev {
  background-image: url("../images/icon/icon-slider-arrow-prev-bk-70x70.png");
}
.swiper-container .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0 !important;
  margin-top: 20px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}
html.scroll-disable,
body.scroll-disable {
  overflow: hidden !important;
}
@media (min-width: 961px) {
  html.scroll-disable.responsive-scroll,
  body.scroll-disable.responsive-scroll {
    overflow: visible !important;
  }
}

.accordion-list .accordion-header {
  cursor: pointer;
}
.accordion-list .accordion-body {
  display: none;
}

.mobile-show {
  display: none !important;
}

@media (max-width: 900px) {
  .pc-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}
.ui-tab-content {
  display: none;
}
.ui-tab-content:nth-of-type(1) {
  display: block;
}

.mt08 {
  margin-top: 0.4444444444rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.txt-center {
  text-align: center !important;
}

.mb24 {
  margin-bottom: 1.3333333333rem !important;
}

.section-inner {
  width: 100%;
  margin: 0 auto;
}

#header {
  position: relative;
  height: 6.5555555556rem;
  border-bottom: 1px solid #e1e1e1;
}
#header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 64.4444444444rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.1111111111rem;
}

.header-logo {
  width: 10.5555555556rem;
}
.header-logo a,
.header-logo img {
  display: block;
}

.header-gnb {
  margin-left: 3.4444444444rem;
}
.header-gnb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-gnb li + li {
  margin-left: 2.2222222222rem;
}
.header-gnb a {
  letter-spacing: -0.03em;
  font-family: "HDHarmonyM";
  font-size: 1.0555555556rem;
  color: #707070;
}

.header-search {
  position: relative;
  width: 7.8888888889rem;
  margin-left: 2.2222222222rem;
}
.header-search .form-input {
  display: block;
  width: 100%;
  height: 2.2222222222rem;
  padding-right: 2.2222222222rem;
  border: 0;
  border-bottom: 2px solid #e6e6e4;
}
.header-search .btn-search {
  position: absolute;
  bottom: 0.3888888889rem;
  right: 0;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  background: url("../images/ss13/icon/icon-header-search.png") no-repeat 0 0;
  background-size: cover;
  text-indent: -9999px;
}

.mobile-menu-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}
.mobile-menu-container ul {
  padding: 1.1111111111rem 0;
}
.mobile-menu-container li {
  text-align: center;
}
.mobile-menu-container li + li {
  margin-top: 0.3333333333rem;
}
.mobile-menu-container a {
  display: inline-block;
  font-size: 1rem;
}
@media (min-width: 901px) {
  .mobile-menu-container {
    display: none !important;
  }
}

@media (max-width: 900px) {
  #header {
    height: 65px;
  }
  #header .header-inner {
    padding: 0 20px;
  }
  .header-logo {
    width: 95px;
  }
  .header-gnb,
  .header-search {
    display: none;
  }
}
.mobile-navigation-menu {
  display: none;
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.mobile-navigation-menu .icon {
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #666;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.mobile-navigation-menu .icon:before, .mobile-navigation-menu .icon:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #666;
}
.mobile-navigation-menu .icon:before {
  top: -8px;
}
.mobile-navigation-menu .icon:after {
  top: 8px;
}
.mobile-navigation-menu.active .icon {
  background-color: transparent;
}
.mobile-navigation-menu.active .icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mobile-navigation-menu.active .icon:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (max-width: 900px) {
  .mobile-navigation-menu {
    display: block;
  }
}

.all-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.all-menu-container:before, .all-menu-container:after {
  content: "";
  background: #f6f6f6;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.all-menu-container:before {
  left: -55%;
}
.all-menu-container:after {
  right: -55%;
}
.all-menu-container.open {
  visibility: visible;
}
.all-menu-container.open:before {
  left: 0;
}
.all-menu-container.open:after {
  right: 0;
}
.all-menu-container.open .menu-header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.all-menu-container.open .all-menu-item {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.all-menu-container.open .all-menu-item:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.all-menu-container.open .all-menu-item:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.all-menu-container.open .all-menu-item:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.all-menu-container .menu-inner {
  position: relative;
  z-index: 2;
  max-height: 100%;
  padding: 2.2222222222rem 0;
  overflow: auto;
}
.all-menu-container .menu-wrapper {
  width: 100%;
  max-width: 66.6666666667rem;
  margin: 0 auto;
}
.all-menu-container .menu-header {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.all-menu-container .menu-list {
  overflow: hidden;
  padding-top: 2.2222222222rem;
}
.all-menu-container .btn-menu-close {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  position: absolute;
  top: 0;
  right: 0;
}
.all-menu-container .btn-menu-close span {
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-indent: -9999px;
}
.all-menu-container .btn-menu-close span:before, .all-menu-container .btn-menu-close span:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #666;
}
.all-menu-container .btn-menu-close span:before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.all-menu-container .btn-menu-close span:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.all-menu-container .all-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  opacity: 0;
  padding: 0.5555555556rem 0;
}

#footer {
  padding: 5.2777777778rem 0;
  background-color: #222;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 64.4444444444rem;
  margin: 0 auto;
  padding: 0 1.1111111111rem;
}

.footer-primary {
  width: 100%;
  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;
}
.footer-primary .footer-logo {
  width: 5.8333333333rem;
}

.footer-logo--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4444444444rem;
     -moz-column-gap: 1.4444444444rem;
          column-gap: 1.4444444444rem;
}
@media (max-width: 900px) {
  .footer-logo--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.footer-logo--wrap .footer-sub-logo.footer-sub-logo01 {
  width: 100%;
  max-width: 4.4444444444rem;
}
.footer-logo--wrap .footer-sub-logo.footer-sub-logo02 {
  width: 100%;
  max-width: 7.4444444444rem;
}

.copyright {
  display: block;
  font-size: 0.7222222222rem;
  color: #646464;
  margin-top: 0.8888888889rem;
}

.footer-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.3333333333rem 0.8888888889rem;
  border: 1px solid #646464;
  color: #646464;
  font-size: 0.7777777778rem;
}

@media (max-width: 900px) {
  #footer {
    padding: 45px 0;
  }
  .footer-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .footer-primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-primary .copyright {
    margin-left: 0;
    margin-top: 10px;
    font-size: 12px;
  }
  .footer-link {
    margin-top: 10px;
  }
  .footer-link a {
    padding: 6px 16px;
    font-size: 11px;
  }
}
.common-countdown--wrap {
  width: 100%;
  max-width: 49.1111111111rem;
  margin: 0 auto;
  margin-top: 4.4444444444rem;
}
@media (max-width: 720px) {
  .common-countdown--wrap {
    max-width: 312px;
    margin-top: 32px;
  }
}
.common-countdown--wrap .common-deco-title--wrap {
  margin-bottom: 1.3888888889rem;
}
@media (max-width: 720px) {
  .common-countdown--wrap .common-deco-title--wrap {
    margin-bottom: 8px;
  }
}
.common-countdown--wrap .timer .timer-box {
  position: relative;
  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;
  -webkit-column-gap: 2.2222222222rem;
     -moz-column-gap: 2.2222222222rem;
          column-gap: 2.2222222222rem;
}
@media (max-width: 720px) {
  .common-countdown--wrap .timer .timer-box {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.common-countdown--wrap .timer .timer-box::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: -5.7222222222rem;
  background: url("../images/ss15/img-object--spark.png") no-repeat center center;
  background-size: contain;
  width: 8.5555555556rem;
  height: 6.5555555556rem;
}
@media (max-width: 720px) {
  .common-countdown--wrap .timer .timer-box::after {
    right: -48px;
    width: 68px;
    height: 60px;
    bottom: auto;
    top: -45px;
  }
}
.common-countdown--wrap .timer .timer-box--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.6666666667rem;
}
@media (max-width: 720px) {
  .common-countdown--wrap .timer .timer-box--item {
    row-gap: 5px;
  }
}
.common-countdown--wrap .timer .timer-num--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4444444444rem;
     -moz-column-gap: 0.4444444444rem;
          column-gap: 0.4444444444rem;
}
@media (max-width: 720px) {
  .common-countdown--wrap .timer .timer-num--wrap {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}
.common-countdown--wrap .timer .timer-num--wrap span {
  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;
  width: 7.2222222222rem;
  height: 9.3333333333rem;
  font-family: "Maplestory";
  font-size: 4.4444444444rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: url("../images/ss15/img-timer-box--bg.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 720px) {
  .common-countdown--wrap .timer .timer-num--wrap span {
    width: 46px;
    height: 60px;
    font-size: 32px;
  }
}
.common-countdown--wrap .timer .timer-text--wrap {
  font-family: "Maplestory";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #696969;
  text-align: center;
}
@media (max-width: 720px) {
  .common-countdown--wrap .timer .timer-text--wrap {
    font-size: 10px;
  }
}

.dream-note--item {
  position: relative;
  height: 20rem;
  margin-top: 1.3888888889rem;
}
.dream-note--item.bg-blue {
  background: url("../images/ss15/bg-memo--blue.png") no-repeat center center;
  background-size: contain;
}
.dream-note--item.bg-pink {
  background: url("../images/ss15/bg-memo--pink.png") no-repeat center center;
  background-size: contain;
}
.dream-note--item.bg-yellow {
  background: url("../images/ss15/bg-memo--yellow.png") no-repeat center center;
  background-size: contain;
}
.dream-note--item.bg-green {
  background: url("../images/ss15/bg-memo--green.png") no-repeat center center;
  background-size: contain;
}
.dream-note--item .dream-note--heading {
  position: absolute;
  top: -1.4444444444rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  width: 14.1111111111rem;
  height: 2.8888888889rem;
  background: url("../images/ss15/bg-dreamnot-heading.png") no-repeat center center;
  background-size: contain;
  border-radius: 0.6666666667rem;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 960px) {
  .dream-note--item .dream-note--heading {
    top: -19px;
    width: 204px;
    height: 41px;
  }
}
.dream-note--item .dream-note--heading .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6666666667rem;
     -moz-column-gap: 0.6666666667rem;
          column-gap: 0.6666666667rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .dream-note--item .dream-note--heading .flex-box {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.dream-note--item .dream-note--heading .flex-box .school-name,
.dream-note--item .dream-note--heading .flex-box .text {
  font-family: "Maplestory";
  font-size: 0.8888888889rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 960px) {
  .dream-note--item .dream-note--heading .flex-box .school-name,
  .dream-note--item .dream-note--heading .flex-box .text {
    font-size: 13px;
  }
}
.dream-note--item .dream-note--heading .flex-box .dash {
  width: 0.1111111111rem;
  height: 0.8888888889rem;
  background: #878787;
}
@media (max-width: 960px) {
  .dream-note--item .dream-note--heading .flex-box .dash {
    width: 1;
    height: 12px;
  }
}
.dream-note--item .dream-note--content {
  position: relative;
  height: 100%;
}
.dream-note--item .dream-note--content .icon-deco--sticker {
  display: none;
  position: absolute;
  width: 3.2222222222rem;
  height: 3.2222222222rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 0;
}
.dream-note--item .dream-note--content .icon-deco--sticker.active {
  display: block;
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker01 {
  background-image: url("../images/ss15/icon-deco-sticker01.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker02 {
  background-image: url("../images/ss15/icon-deco-sticker02.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker03 {
  background-image: url("../images/ss15/icon-deco-sticker03.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker04 {
  background-image: url("../images/ss15/icon-deco-sticker04.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker05 {
  background-image: url("../images/ss15/icon-deco-sticker05.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker06 {
  background-image: url("../images/ss15/icon-deco-sticker06.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker07 {
  background-image: url("../images/ss15/icon-deco-sticker07.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker08 {
  background-image: url("../images/ss15/icon-deco-sticker08.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker09 {
  background-image: url("../images/ss15/icon-deco-sticker09.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker10 {
  background-image: url("../images/ss15/icon-deco-sticker10.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker11 {
  background-image: url("../images/ss15/icon-deco-sticker11.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker12 {
  background-image: url("../images/ss15/icon-deco-sticker12.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker13 {
  background-image: url("../images/ss15/icon-deco-sticker13.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker14 {
  background-image: url("../images/ss15/icon-deco-sticker14.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker15 {
  background-image: url("../images/ss15/icon-deco-sticker15.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker16 {
  background-image: url("../images/ss15/icon-deco-sticker16.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker17 {
  background-image: url("../images/ss15/icon-deco-sticker17.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker18 {
  background-image: url("../images/ss15/icon-deco-sticker18.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker19 {
  background-image: url("../images/ss15/icon-deco-sticker19.png");
}
.dream-note--item .dream-note--content .icon-deco--sticker.icon-deco--sticker20 {
  background-image: url("../images/ss15/icon-deco-sticker20.png");
}
.dream-note--item .text-content {
  position: relative;
  height: 100%;
  padding-top: 3.2777777778rem;
  padding-left: 3.1111111111rem;
  padding-right: 3.1111111111rem;
  padding-bottom: 2.2222222222rem;
  z-index: 1;
}
@media (max-width: 960px) {
  .dream-note--item .text-content {
    padding-top: 47px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.dream-note--item .text-content .nickname {
  display: inline-block;
  font-family: "Maplestory";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0.8888888889rem;
  text-align: left;
}
@media (max-width: 960px) {
  .dream-note--item .text-content .nickname {
    font-size: 15px;
    margin-bottom: 13px;
  }
}
.dream-note--item .text-content .note-content--text {
  font-family: "Maplestory";
  font-size: 0.8888888889rem;
  font-weight: 300;
  letter-spacing: 0;
  display: block;
  display: -webkit-box;
  max-height: 7em;
  text-overflow: ellipsis;
  line-height: 1.4em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}
@media (max-width: 960px) {
  .dream-note--item .text-content .note-content--text {
    font-size: 14px;
  }
}
.dream-note--item .text-content .btn-more--note {
  font-family: "Maplestory";
  font-size: 0.7777777778rem;
  line-height: 1.4;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.1666666667rem;
  margin-top: 0.7777777778rem;
}
@media (max-width: 960px) {
  .dream-note--item .text-content .btn-more--note {
    font-size: 13px;
    margin-top: 13px;
  }
}
.dream-note--item .like-btn--wrap {
  position: absolute;
  bottom: 2.2222222222rem;
  right: 3.1111111111rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 960px) {
  .dream-note--item .like-btn--wrap {
    bottom: 32px;
    right: 32px;
  }
}
.dream-note--item .like-btn--wrap .btn-like--click {
  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;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 5.5555555556rem;
  padding: 0.4722222222rem 0.6666666667rem;
  -webkit-column-gap: 0.4444444444rem;
     -moz-column-gap: 0.4444444444rem;
          column-gap: 0.4444444444rem;
}
@media (max-width: 960px) {
  .dream-note--item .like-btn--wrap .btn-like--click {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    padding: 6px 8px;
  }
}
.dream-note--item .like-btn--wrap .btn-like--click .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 0.8333333333rem;
  background: url("../images/ss15/icon-btn-like.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 960px) {
  .dream-note--item .like-btn--wrap .btn-like--click .icon {
    width: 15px;
    height: 13px;
  }
}
.dream-note--item .like-btn--wrap .btn-like--click .text {
  font-family: "Maplestory";
  font-size: 0.7777777778rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 960px) {
  .dream-note--item .like-btn--wrap .btn-like--click .text {
    font-size: 13px;
  }
}

.common-check-tab--wrap {
  position: relative;
  display: grid;
  width: 100%;
  margin-top: 2.6666666667rem;
}
@media (max-width: 900px) {
  .common-check-tab--wrap {
    margin-top: 32px;
  }
}
.common-check-tab--wrap.column-4 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.7777777778rem;
}
@media (max-width: 900px) {
  .common-check-tab--wrap.column-4 {
    grid-gap: 16px;
  }
}
.common-check-tab--wrap.column-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4444444444rem;
}
.common-check-tab--wrap.column-1 {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.7777777778rem;
}
@media (max-width: 900px) {
  .common-check-tab--wrap.column-1 {
    grid-gap: 16px;
  }
}
.common-check-tab--wrap.column-1 .tab-item .text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 6.1111111111rem;
  text-align: left;
}
@media (max-width: 900px) {
  .common-check-tab--wrap.column-1 .tab-item .text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 88px;
    text-align: center;
    padding: 0 16px;
  }
}
.common-check-tab--wrap .tab-item {
  display: block;
  cursor: pointer;
}
.common-check-tab--wrap .tab-item .form-check {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.common-check-tab--wrap .tab-item .form-check.focusable:active, .common-check-tab--wrap .tab-item .form-check.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.common-check-tab--wrap .tab-item .form-check:checked + .text {
  border-color: #3a7fff;
  border-width: 4px;
  font-weight: 700;
}
.common-check-tab--wrap .tab-item .text {
  font-family: "Maplestory";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7rem;
  text-align: center;
  border: 4px solid #e5e5e5;
  font-weight: 500;
  font-size: 1.4444444444rem;
  border-radius: 0.8888888889rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.4444444444rem;
  word-break: keep-all;
  background-color: #fff;
}
@media (max-width: 900px) {
  .common-check-tab--wrap .tab-item .text {
    height: 80px;
    font-size: 1rem;
    border-width: 3px;
  }
}
.common-check-tab--wrap .tab-item .text.type-img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  min-height: 6.1111111111rem;
  row-gap: 0.8888888889rem;
  padding-top: 1.3333333333rem;
  padding-bottom: 1.7777777778rem;
}
@media (max-width: 900px) {
  .common-check-tab--wrap .tab-item .text.type-img {
    row-gap: 8px;
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
.common-check-tab--wrap .tab-item .text.type-img .text-img {
  width: 100%;
  max-width: 13.2777777778rem;
}
.common-check-tab--wrap .tab-item .text.type-img .text-img .img-thumnail {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 0.5555555556rem;
}
.common-check-tab--wrap .tab-item .text.type-img .text-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.input-cover .form-input {
  min-height: 2.8888888889rem;
  border-radius: 0.4444444444rem;
  background: #f4f6f9;
  line-height: 2.8888888889rem;
  border: none;
  font-size: 0.8888888889rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  height: 2.8888888889rem;
}
@media (max-width: 900px) {
  .input-cover .form-input {
    height: 48px;
    min-height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-radius: 8px;
  }
}
.input-cover .form-input::-webkit-input-placeholder {
  color: #8a8a8a;
}
.input-cover .form-input::-moz-placeholder {
  color: #8a8a8a;
}
.input-cover .form-input::-ms-input-placeholder {
  color: #8a8a8a;
}
.input-cover .form-input::placeholder {
  color: #8a8a8a;
}

.length-check-cover {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2.2222222222rem;
}
.length-check-cover.padding-0 {
  padding: 0;
}
.length-check-cover .form-textarea {
  background: #f4f6f9;
  border-radius: 0.4444444444rem;
  border: none;
  height: 14.4444444444rem;
  padding: 1.7777777778rem;
  font-size: 1.1111111111rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (max-width: 900px) {
  .length-check-cover .form-textarea {
    height: 200px;
    font-size: 16px;
    padding: 16px;
  }
}
.length-check-cover .form-textarea::-webkit-input-placeholder {
  color: #8a8a8a;
}
.length-check-cover .form-textarea::-moz-placeholder {
  color: #8a8a8a;
}
.length-check-cover .form-textarea::-ms-input-placeholder {
  color: #8a8a8a;
}
.length-check-cover .form-textarea::placeholder {
  color: #8a8a8a;
}
.length-check-cover .form-textarea.bg-white {
  background: #fff;
  padding: 0.8888888889rem;
  font-size: 0.8888888889rem;
  height: 13.3333333333rem;
}
@media (max-width: 900px) {
  .length-check-cover .form-textarea.bg-white {
    height: 200px;
    font-size: 16px;
    padding: 16px;
  }
}
.length-check-cover .count-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.4444444444rem;
}
.length-check-cover .count-area div {
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #8a8a8a;
  margin-top: 0;
}
@media (max-width: 900px) {
  .length-check-cover .count-area div {
    font-size: 14px;
  }
}

.address-input--wrap .form-input {
  background: #d9dde2;
}
.address-input--wrap .adress-step01--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4444444444rem;
     -moz-column-gap: 0.4444444444rem;
          column-gap: 0.4444444444rem;
}
.address-input--wrap .adress-step01--wrap .btn-find--address {
  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;
  width: 6.5555555556rem;
  border-radius: 0.4444444444rem;
  background: #838c98;
  font-size: 0.8888888889rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}
.address-input--wrap .adress-step02--wrap {
  margin-top: 0.4444444444rem;
}

.check-caution--lists.p-dreamnote .selector-cover.checkbox.round input:checked + .selector-text .selector {
  background-image: url(../images/components/icon-dreamnote-checkbox-round-on.png);
}
.check-caution--lists.p-photo-contest .selector-cover.checkbox.round input:checked + .selector-text .selector {
  background-image: url(../images/components/icon-photocontest-checkbox-round-on.png);
}

.c-common-share--event {
  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;
  width: 100%;
  max-width: 51.6666666667rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.4444444444rem;
  margin: 0 auto;
  margin-top: 2.2222222222rem;
  padding: 1.3333333333rem 0;
  border: 1px solid #fff;
}
@media (max-width: 900px) {
  .c-common-share--event {
    max-width: 100%;
    margin-top: 16px;
    padding: 16px 24px;
  }
}
.c-common-share--event .share-event--con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.1111111111rem;
     -moz-column-gap: 3.1111111111rem;
          column-gap: 3.1111111111rem;
}
@media (max-width: 900px) {
  .c-common-share--event .share-event--con {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.c-common-share--event h6 {
  font-family: "Maplestory";
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 1.4;
  color: #2d4285;
}
@media (max-width: 900px) {
  .c-common-share--event h6 {
    font-size: 14px;
  }
}
.c-common-share--event .sns-icon--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.3333333333rem;
     -moz-column-gap: 1.3333333333rem;
          column-gap: 1.3333333333rem;
}
@media (max-width: 900px) {
  .c-common-share--event .sns-icon--wrap {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.c-common-share--event .sns-icon--wrap .icon-sns {
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 900px) {
  .c-common-share--event .sns-icon--wrap .icon-sns {
    width: 40px;
    height: 40px;
  }
}
.c-common-share--event .sns-icon--wrap .icon-sns .hidden {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.c-common-share--event .sns-icon--wrap .icon-sns .hidden.focusable:active, .c-common-share--event .sns-icon--wrap .icon-sns .hidden.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.c-common-share--event .sns-icon--wrap .icon-sns.insta {
  background-image: url("../images/ss15/icon-sns-insta.png");
}
.c-common-share--event .sns-icon--wrap .icon-sns.kakao {
  background-image: url("../images/ss15/icon-sns-kakao.png");
}
.c-common-share--event .sns-icon--wrap .icon-sns.facebook {
  background-image: url("../images/ss15/icon-sns-facebook.png");
}
.c-common-share--event .sns-icon--wrap .icon-sns.url {
  background-image: url("../images/ss15/icon-sns-url.png");
}

.p-main #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  height: 6.6666666667rem;
}
@media (max-width: 900px) {
  .p-main #header {
    height: 50px;
  }
}

.visual-main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/ss15/bg-visual--kv.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 720px) {
  .visual-main {
    background: url("../images/ss15/bg-visual--kv--mo.jpg") no-repeat center center;
    background-size: cover;
  }
}
.visual-main::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(73.49%, #000000), color-stop(97.6%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 73.49%, rgba(0, 0, 0, 0) 97.6%);
  opacity: 20%;
}
.visual-main .visual-title--wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 34.2222222222rem;
  margin: 0 auto;
  padding-top: 11.1111111111rem;
}
@media (max-width: 900px) {
  .visual-main .visual-title--wrap {
    padding-top: 127px;
  }
}
.visual-main .visual-title--wrap .visual-title {
  width: 100%;
}
@media (max-width: 900px) {
  .visual-main .visual-title--wrap .visual-title {
    max-width: 254px;
    margin: 0 auto;
  }
}
.visual-main .visual-title--wrap .visual-sub--title {
  width: 100%;
  max-width: 16.6666666667rem;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .visual-main .visual-title--wrap .visual-sub--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: calc(100% - 214px);
  }
}
.visual-main .visual-title--wrap .visual-desc--wrap {
  margin-top: 2.6666666667rem;
}
@media (max-width: 900px) {
  .visual-main .visual-title--wrap .visual-desc--wrap {
    margin-top: 37.6px;
  }
}
.visual-main .visual-title--wrap .visual-desc--wrap .visual-desc--top {
  font-family: "Maplestory";
  font-size: 2.1111111111rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fdff6e;
  text-shadow: 0px -2px 0 #585858, -0.75px -1.75px 0 #585858, -0.5px -1.75px 0 #585858, -0.25px -1.75px 0 #585858, 0px -1.75px 0 #585858, 0.25px -1.75px 0 #585858, 0.5px -1.75px 0 #585858, 0.75px -1.75px 0 #585858, -1.25px -1.5px 0 #585858, -1px -1.5px 0 #585858, -0.75px -1.5px 0 #585858, -0.5px -1.5px 0 #585858, -0.25px -1.5px 0 #585858, 0px -1.5px 0 #585858, 0.25px -1.5px 0 #585858, 0.5px -1.5px 0 #585858, 0.75px -1.5px 0 #585858, 1px -1.5px 0 #585858, 1.25px -1.5px 0 #585858, -1.5px -1.25px 0 #585858, -1.25px -1.25px 0 #585858, -1px -1.25px 0 #585858, -0.75px -1.25px 0 #585858, -0.5px -1.25px 0 #585858, -0.25px -1.25px 0 #585858, 0px -1.25px 0 #585858, 0.25px -1.25px 0 #585858, 0.5px -1.25px 0 #585858, 0.75px -1.25px 0 #585858, 1px -1.25px 0 #585858, 1.25px -1.25px 0 #585858, 1.5px -1.25px 0 #585858, -1.5px -1px 0 #585858, -1.25px -1px 0 #585858, -1px -1px 0 #585858, -0.75px -1px 0 #585858, -0.5px -1px 0 #585858, -0.25px -1px 0 #585858, 0px -1px 0 #585858, 0.25px -1px 0 #585858, 0.5px -1px 0 #585858, 0.75px -1px 0 #585858, 1px -1px 0 #585858, 1.25px -1px 0 #585858, 1.5px -1px 0 #585858, -1.75px -0.75px 0 #585858, -1.5px -0.75px 0 #585858, -1.25px -0.75px 0 #585858, -1px -0.75px 0 #585858, -0.75px -0.75px 0 #585858, -0.5px -0.75px 0 #585858, -0.25px -0.75px 0 #585858, 0px -0.75px 0 #585858, 0.25px -0.75px 0 #585858, 0.5px -0.75px 0 #585858, 0.75px -0.75px 0 #585858, 1px -0.75px 0 #585858, 1.25px -0.75px 0 #585858, 1.5px -0.75px 0 #585858, 1.75px -0.75px 0 #585858, -1.75px -0.5px 0 #585858, -1.5px -0.5px 0 #585858, -1.25px -0.5px 0 #585858, -1px -0.5px 0 #585858, -0.75px -0.5px 0 #585858, -0.5px -0.5px 0 #585858, -0.25px -0.5px 0 #585858, 0px -0.5px 0 #585858, 0.25px -0.5px 0 #585858, 0.5px -0.5px 0 #585858, 0.75px -0.5px 0 #585858, 1px -0.5px 0 #585858, 1.25px -0.5px 0 #585858, 1.5px -0.5px 0 #585858, 1.75px -0.5px 0 #585858, -1.75px -0.25px 0 #585858, -1.5px -0.25px 0 #585858, -1.25px -0.25px 0 #585858, -1px -0.25px 0 #585858, -0.75px -0.25px 0 #585858, -0.5px -0.25px 0 #585858, -0.25px -0.25px 0 #585858, 0px -0.25px 0 #585858, 0.25px -0.25px 0 #585858, 0.5px -0.25px 0 #585858, 0.75px -0.25px 0 #585858, 1px -0.25px 0 #585858, 1.25px -0.25px 0 #585858, 1.5px -0.25px 0 #585858, 1.75px -0.25px 0 #585858, -2px 0px 0 #585858, -1.75px 0px 0 #585858, -1.5px 0px 0 #585858, -1.25px 0px 0 #585858, -1px 0px 0 #585858, -0.75px 0px 0 #585858, -0.5px 0px 0 #585858, -0.25px 0px 0 #585858, 0.25px 0px 0 #585858, 0.5px 0px 0 #585858, 0.75px 0px 0 #585858, 1px 0px 0 #585858, 1.25px 0px 0 #585858, 1.5px 0px 0 #585858, 1.75px 0px 0 #585858, 2px 0px 0 #585858, -1.75px 0.25px 0 #585858, -1.5px 0.25px 0 #585858, -1.25px 0.25px 0 #585858, -1px 0.25px 0 #585858, -0.75px 0.25px 0 #585858, -0.5px 0.25px 0 #585858, -0.25px 0.25px 0 #585858, 0px 0.25px 0 #585858, 0.25px 0.25px 0 #585858, 0.5px 0.25px 0 #585858, 0.75px 0.25px 0 #585858, 1px 0.25px 0 #585858, 1.25px 0.25px 0 #585858, 1.5px 0.25px 0 #585858, 1.75px 0.25px 0 #585858, -1.75px 0.5px 0 #585858, -1.5px 0.5px 0 #585858, -1.25px 0.5px 0 #585858, -1px 0.5px 0 #585858, -0.75px 0.5px 0 #585858, -0.5px 0.5px 0 #585858, -0.25px 0.5px 0 #585858, 0px 0.5px 0 #585858, 0.25px 0.5px 0 #585858, 0.5px 0.5px 0 #585858, 0.75px 0.5px 0 #585858, 1px 0.5px 0 #585858, 1.25px 0.5px 0 #585858, 1.5px 0.5px 0 #585858, 1.75px 0.5px 0 #585858, -1.75px 0.75px 0 #585858, -1.5px 0.75px 0 #585858, -1.25px 0.75px 0 #585858, -1px 0.75px 0 #585858, -0.75px 0.75px 0 #585858, -0.5px 0.75px 0 #585858, -0.25px 0.75px 0 #585858, 0px 0.75px 0 #585858, 0.25px 0.75px 0 #585858, 0.5px 0.75px 0 #585858, 0.75px 0.75px 0 #585858, 1px 0.75px 0 #585858, 1.25px 0.75px 0 #585858, 1.5px 0.75px 0 #585858, 1.75px 0.75px 0 #585858, -1.5px 1px 0 #585858, -1.25px 1px 0 #585858, -1px 1px 0 #585858, -0.75px 1px 0 #585858, -0.5px 1px 0 #585858, -0.25px 1px 0 #585858, 0px 1px 0 #585858, 0.25px 1px 0 #585858, 0.5px 1px 0 #585858, 0.75px 1px 0 #585858, 1px 1px 0 #585858, 1.25px 1px 0 #585858, 1.5px 1px 0 #585858, -1.5px 1.25px 0 #585858, -1.25px 1.25px 0 #585858, -1px 1.25px 0 #585858, -0.75px 1.25px 0 #585858, -0.5px 1.25px 0 #585858, -0.25px 1.25px 0 #585858, 0px 1.25px 0 #585858, 0.25px 1.25px 0 #585858, 0.5px 1.25px 0 #585858, 0.75px 1.25px 0 #585858, 1px 1.25px 0 #585858, 1.25px 1.25px 0 #585858, 1.5px 1.25px 0 #585858, -1.25px 1.5px 0 #585858, -1px 1.5px 0 #585858, -0.75px 1.5px 0 #585858, -0.5px 1.5px 0 #585858, -0.25px 1.5px 0 #585858, 0px 1.5px 0 #585858, 0.25px 1.5px 0 #585858, 0.5px 1.5px 0 #585858, 0.75px 1.5px 0 #585858, 1px 1.5px 0 #585858, 1.25px 1.5px 0 #585858, -0.75px 1.75px 0 #585858, -0.5px 1.75px 0 #585858, -0.25px 1.75px 0 #585858, 0px 1.75px 0 #585858, 0.25px 1.75px 0 #585858, 0.5px 1.75px 0 #585858, 0.75px 1.75px 0 #585858, 0px 2px 0 #585858;
  text-align: center;
}
@media (max-width: 900px) {
  .visual-main .visual-title--wrap .visual-desc--wrap .visual-desc--top {
    font-size: 20px;
    text-shadow: 0px -1px 0 #585858, -0.5px -0.75px 0 #585858, -0.25px -0.75px 0 #585858, 0px -0.75px 0 #585858, 0.25px -0.75px 0 #585858, 0.5px -0.75px 0 #585858, -0.75px -0.5px 0 #585858, -0.5px -0.5px 0 #585858, -0.25px -0.5px 0 #585858, 0px -0.5px 0 #585858, 0.25px -0.5px 0 #585858, 0.5px -0.5px 0 #585858, 0.75px -0.5px 0 #585858, -0.75px -0.25px 0 #585858, -0.5px -0.25px 0 #585858, -0.25px -0.25px 0 #585858, 0px -0.25px 0 #585858, 0.25px -0.25px 0 #585858, 0.5px -0.25px 0 #585858, 0.75px -0.25px 0 #585858, -1px 0px 0 #585858, -0.75px 0px 0 #585858, -0.5px 0px 0 #585858, -0.25px 0px 0 #585858, 0.25px 0px 0 #585858, 0.5px 0px 0 #585858, 0.75px 0px 0 #585858, 1px 0px 0 #585858, -0.75px 0.25px 0 #585858, -0.5px 0.25px 0 #585858, -0.25px 0.25px 0 #585858, 0px 0.25px 0 #585858, 0.25px 0.25px 0 #585858, 0.5px 0.25px 0 #585858, 0.75px 0.25px 0 #585858, -0.75px 0.5px 0 #585858, -0.5px 0.5px 0 #585858, -0.25px 0.5px 0 #585858, 0px 0.5px 0 #585858, 0.25px 0.5px 0 #585858, 0.5px 0.5px 0 #585858, 0.75px 0.5px 0 #585858, -0.5px 0.75px 0 #585858, -0.25px 0.75px 0 #585858, 0px 0.75px 0 #585858, 0.25px 0.75px 0 #585858, 0.5px 0.75px 0 #585858, 0px 1px 0 #585858;
  }
}
.visual-main .visual-title--wrap .visual-desc--wrap .visual-desc--bottom {
  font-family: "Maplestory";
  font-size: 1.2222222222rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.8888888889rem;
}
@media (max-width: 900px) {
  .visual-main .visual-title--wrap .visual-desc--wrap .visual-desc--bottom {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 8px;
  }
}
.visual-main .visual-title--wrap .visual-desc--wrap .visual-desc--bottom small {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #fdff8f;
  margin-top: 0.8888888889rem;
  text-shadow: 0px -1px 0 #7a7a7a, -0.5px -0.75px 0 #7a7a7a, -0.25px -0.75px 0 #7a7a7a, 0px -0.75px 0 #7a7a7a, 0.25px -0.75px 0 #7a7a7a, 0.5px -0.75px 0 #7a7a7a, -0.75px -0.5px 0 #7a7a7a, -0.5px -0.5px 0 #7a7a7a, -0.25px -0.5px 0 #7a7a7a, 0px -0.5px 0 #7a7a7a, 0.25px -0.5px 0 #7a7a7a, 0.5px -0.5px 0 #7a7a7a, 0.75px -0.5px 0 #7a7a7a, -0.75px -0.25px 0 #7a7a7a, -0.5px -0.25px 0 #7a7a7a, -0.25px -0.25px 0 #7a7a7a, 0px -0.25px 0 #7a7a7a, 0.25px -0.25px 0 #7a7a7a, 0.5px -0.25px 0 #7a7a7a, 0.75px -0.25px 0 #7a7a7a, -1px 0px 0 #7a7a7a, -0.75px 0px 0 #7a7a7a, -0.5px 0px 0 #7a7a7a, -0.25px 0px 0 #7a7a7a, 0.25px 0px 0 #7a7a7a, 0.5px 0px 0 #7a7a7a, 0.75px 0px 0 #7a7a7a, 1px 0px 0 #7a7a7a, -0.75px 0.25px 0 #7a7a7a, -0.5px 0.25px 0 #7a7a7a, -0.25px 0.25px 0 #7a7a7a, 0px 0.25px 0 #7a7a7a, 0.25px 0.25px 0 #7a7a7a, 0.5px 0.25px 0 #7a7a7a, 0.75px 0.25px 0 #7a7a7a, -0.75px 0.5px 0 #7a7a7a, -0.5px 0.5px 0 #7a7a7a, -0.25px 0.5px 0 #7a7a7a, 0px 0.5px 0 #7a7a7a, 0.25px 0.5px 0 #7a7a7a, 0.5px 0.5px 0 #7a7a7a, 0.75px 0.5px 0 #7a7a7a, -0.5px 0.75px 0 #7a7a7a, -0.25px 0.75px 0 #7a7a7a, 0px 0.75px 0 #7a7a7a, 0.25px 0.75px 0 #7a7a7a, 0.5px 0.75px 0 #7a7a7a, 0px 1px 0 #7a7a7a;
}
.visual-main .btn-apply--campaign {
  position: relative;
  z-index: 1;
  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;
  width: 100%;
  max-width: 16.2222222222rem;
  height: 5.8333333333rem;
  border-radius: 1.6666666667rem;
  margin: 0 auto;
  margin-top: 2.1111111111rem;
  background: url("../images/ss15/img-btn-apply--campaign.png") no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 900px) {
  .visual-main .btn-apply--campaign {
    max-width: 186px;
    max-width: calc(100% - 174px);
    height: 58px;
    border-radius: 16px;
    margin-top: 60px;
  }
}
.visual-main .btn-apply--campaign .text {
  font-family: "Maplestory";
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px -3px 0 #2d4392, -1px -2.75px 0 #2d4392, -0.75px -2.75px 0 #2d4392, -0.5px -2.75px 0 #2d4392, -0.25px -2.75px 0 #2d4392, 0px -2.75px 0 #2d4392, 0.25px -2.75px 0 #2d4392, 0.5px -2.75px 0 #2d4392, 0.75px -2.75px 0 #2d4392, 1px -2.75px 0 #2d4392, -1.5px -2.5px 0 #2d4392, -1.25px -2.5px 0 #2d4392, -1px -2.5px 0 #2d4392, -0.75px -2.5px 0 #2d4392, -0.5px -2.5px 0 #2d4392, -0.25px -2.5px 0 #2d4392, 0px -2.5px 0 #2d4392, 0.25px -2.5px 0 #2d4392, 0.5px -2.5px 0 #2d4392, 0.75px -2.5px 0 #2d4392, 1px -2.5px 0 #2d4392, 1.25px -2.5px 0 #2d4392, 1.5px -2.5px 0 #2d4392, -1.75px -2.25px 0 #2d4392, -1.5px -2.25px 0 #2d4392, -1.25px -2.25px 0 #2d4392, -1px -2.25px 0 #2d4392, -0.75px -2.25px 0 #2d4392, -0.5px -2.25px 0 #2d4392, -0.25px -2.25px 0 #2d4392, 0px -2.25px 0 #2d4392, 0.25px -2.25px 0 #2d4392, 0.5px -2.25px 0 #2d4392, 0.75px -2.25px 0 #2d4392, 1px -2.25px 0 #2d4392, 1.25px -2.25px 0 #2d4392, 1.5px -2.25px 0 #2d4392, 1.75px -2.25px 0 #2d4392, -2px -2px 0 #2d4392, -1.75px -2px 0 #2d4392, -1.5px -2px 0 #2d4392, -1.25px -2px 0 #2d4392, -1px -2px 0 #2d4392, -0.75px -2px 0 #2d4392, -0.5px -2px 0 #2d4392, -0.25px -2px 0 #2d4392, 0px -2px 0 #2d4392, 0.25px -2px 0 #2d4392, 0.5px -2px 0 #2d4392, 0.75px -2px 0 #2d4392, 1px -2px 0 #2d4392, 1.25px -2px 0 #2d4392, 1.5px -2px 0 #2d4392, 1.75px -2px 0 #2d4392, 2px -2px 0 #2d4392, -2.25px -1.75px 0 #2d4392, -2px -1.75px 0 #2d4392, -1.75px -1.75px 0 #2d4392, -1.5px -1.75px 0 #2d4392, -1.25px -1.75px 0 #2d4392, -1px -1.75px 0 #2d4392, -0.75px -1.75px 0 #2d4392, -0.5px -1.75px 0 #2d4392, -0.25px -1.75px 0 #2d4392, 0px -1.75px 0 #2d4392, 0.25px -1.75px 0 #2d4392, 0.5px -1.75px 0 #2d4392, 0.75px -1.75px 0 #2d4392, 1px -1.75px 0 #2d4392, 1.25px -1.75px 0 #2d4392, 1.5px -1.75px 0 #2d4392, 1.75px -1.75px 0 #2d4392, 2px -1.75px 0 #2d4392, 2.25px -1.75px 0 #2d4392, -2.5px -1.5px 0 #2d4392, -2.25px -1.5px 0 #2d4392, -2px -1.5px 0 #2d4392, -1.75px -1.5px 0 #2d4392, -1.5px -1.5px 0 #2d4392, -1.25px -1.5px 0 #2d4392, -1px -1.5px 0 #2d4392, -0.75px -1.5px 0 #2d4392, -0.5px -1.5px 0 #2d4392, -0.25px -1.5px 0 #2d4392, 0px -1.5px 0 #2d4392, 0.25px -1.5px 0 #2d4392, 0.5px -1.5px 0 #2d4392, 0.75px -1.5px 0 #2d4392, 1px -1.5px 0 #2d4392, 1.25px -1.5px 0 #2d4392, 1.5px -1.5px 0 #2d4392, 1.75px -1.5px 0 #2d4392, 2px -1.5px 0 #2d4392, 2.25px -1.5px 0 #2d4392, 2.5px -1.5px 0 #2d4392, -2.5px -1.25px 0 #2d4392, -2.25px -1.25px 0 #2d4392, -2px -1.25px 0 #2d4392, -1.75px -1.25px 0 #2d4392, -1.5px -1.25px 0 #2d4392, -1.25px -1.25px 0 #2d4392, -1px -1.25px 0 #2d4392, -0.75px -1.25px 0 #2d4392, -0.5px -1.25px 0 #2d4392, -0.25px -1.25px 0 #2d4392, 0px -1.25px 0 #2d4392, 0.25px -1.25px 0 #2d4392, 0.5px -1.25px 0 #2d4392, 0.75px -1.25px 0 #2d4392, 1px -1.25px 0 #2d4392, 1.25px -1.25px 0 #2d4392, 1.5px -1.25px 0 #2d4392, 1.75px -1.25px 0 #2d4392, 2px -1.25px 0 #2d4392, 2.25px -1.25px 0 #2d4392, 2.5px -1.25px 0 #2d4392, -2.75px -1px 0 #2d4392, -2.5px -1px 0 #2d4392, -2.25px -1px 0 #2d4392, -2px -1px 0 #2d4392, -1.75px -1px 0 #2d4392, -1.5px -1px 0 #2d4392, -1.25px -1px 0 #2d4392, -1px -1px 0 #2d4392, -0.75px -1px 0 #2d4392, -0.5px -1px 0 #2d4392, -0.25px -1px 0 #2d4392, 0px -1px 0 #2d4392, 0.25px -1px 0 #2d4392, 0.5px -1px 0 #2d4392, 0.75px -1px 0 #2d4392, 1px -1px 0 #2d4392, 1.25px -1px 0 #2d4392, 1.5px -1px 0 #2d4392, 1.75px -1px 0 #2d4392, 2px -1px 0 #2d4392, 2.25px -1px 0 #2d4392, 2.5px -1px 0 #2d4392, 2.75px -1px 0 #2d4392, -2.75px -0.75px 0 #2d4392, -2.5px -0.75px 0 #2d4392, -2.25px -0.75px 0 #2d4392, -2px -0.75px 0 #2d4392, -1.75px -0.75px 0 #2d4392, -1.5px -0.75px 0 #2d4392, -1.25px -0.75px 0 #2d4392, -1px -0.75px 0 #2d4392, -0.75px -0.75px 0 #2d4392, -0.5px -0.75px 0 #2d4392, -0.25px -0.75px 0 #2d4392, 0px -0.75px 0 #2d4392, 0.25px -0.75px 0 #2d4392, 0.5px -0.75px 0 #2d4392, 0.75px -0.75px 0 #2d4392, 1px -0.75px 0 #2d4392, 1.25px -0.75px 0 #2d4392, 1.5px -0.75px 0 #2d4392, 1.75px -0.75px 0 #2d4392, 2px -0.75px 0 #2d4392, 2.25px -0.75px 0 #2d4392, 2.5px -0.75px 0 #2d4392, 2.75px -0.75px 0 #2d4392, -2.75px -0.5px 0 #2d4392, -2.5px -0.5px 0 #2d4392, -2.25px -0.5px 0 #2d4392, -2px -0.5px 0 #2d4392, -1.75px -0.5px 0 #2d4392, -1.5px -0.5px 0 #2d4392, -1.25px -0.5px 0 #2d4392, -1px -0.5px 0 #2d4392, -0.75px -0.5px 0 #2d4392, -0.5px -0.5px 0 #2d4392, -0.25px -0.5px 0 #2d4392, 0px -0.5px 0 #2d4392, 0.25px -0.5px 0 #2d4392, 0.5px -0.5px 0 #2d4392, 0.75px -0.5px 0 #2d4392, 1px -0.5px 0 #2d4392, 1.25px -0.5px 0 #2d4392, 1.5px -0.5px 0 #2d4392, 1.75px -0.5px 0 #2d4392, 2px -0.5px 0 #2d4392, 2.25px -0.5px 0 #2d4392, 2.5px -0.5px 0 #2d4392, 2.75px -0.5px 0 #2d4392, -2.75px -0.25px 0 #2d4392, -2.5px -0.25px 0 #2d4392, -2.25px -0.25px 0 #2d4392, -2px -0.25px 0 #2d4392, -1.75px -0.25px 0 #2d4392, -1.5px -0.25px 0 #2d4392, -1.25px -0.25px 0 #2d4392, -1px -0.25px 0 #2d4392, -0.75px -0.25px 0 #2d4392, -0.5px -0.25px 0 #2d4392, -0.25px -0.25px 0 #2d4392, 0px -0.25px 0 #2d4392, 0.25px -0.25px 0 #2d4392, 0.5px -0.25px 0 #2d4392, 0.75px -0.25px 0 #2d4392, 1px -0.25px 0 #2d4392, 1.25px -0.25px 0 #2d4392, 1.5px -0.25px 0 #2d4392, 1.75px -0.25px 0 #2d4392, 2px -0.25px 0 #2d4392, 2.25px -0.25px 0 #2d4392, 2.5px -0.25px 0 #2d4392, 2.75px -0.25px 0 #2d4392, -3px 0px 0 #2d4392, -2.75px 0px 0 #2d4392, -2.5px 0px 0 #2d4392, -2.25px 0px 0 #2d4392, -2px 0px 0 #2d4392, -1.75px 0px 0 #2d4392, -1.5px 0px 0 #2d4392, -1.25px 0px 0 #2d4392, -1px 0px 0 #2d4392, -0.75px 0px 0 #2d4392, -0.5px 0px 0 #2d4392, -0.25px 0px 0 #2d4392, 0.25px 0px 0 #2d4392, 0.5px 0px 0 #2d4392, 0.75px 0px 0 #2d4392, 1px 0px 0 #2d4392, 1.25px 0px 0 #2d4392, 1.5px 0px 0 #2d4392, 1.75px 0px 0 #2d4392, 2px 0px 0 #2d4392, 2.25px 0px 0 #2d4392, 2.5px 0px 0 #2d4392, 2.75px 0px 0 #2d4392, 3px 0px 0 #2d4392, -2.75px 0.25px 0 #2d4392, -2.5px 0.25px 0 #2d4392, -2.25px 0.25px 0 #2d4392, -2px 0.25px 0 #2d4392, -1.75px 0.25px 0 #2d4392, -1.5px 0.25px 0 #2d4392, -1.25px 0.25px 0 #2d4392, -1px 0.25px 0 #2d4392, -0.75px 0.25px 0 #2d4392, -0.5px 0.25px 0 #2d4392, -0.25px 0.25px 0 #2d4392, 0px 0.25px 0 #2d4392, 0.25px 0.25px 0 #2d4392, 0.5px 0.25px 0 #2d4392, 0.75px 0.25px 0 #2d4392, 1px 0.25px 0 #2d4392, 1.25px 0.25px 0 #2d4392, 1.5px 0.25px 0 #2d4392, 1.75px 0.25px 0 #2d4392, 2px 0.25px 0 #2d4392, 2.25px 0.25px 0 #2d4392, 2.5px 0.25px 0 #2d4392, 2.75px 0.25px 0 #2d4392, -2.75px 0.5px 0 #2d4392, -2.5px 0.5px 0 #2d4392, -2.25px 0.5px 0 #2d4392, -2px 0.5px 0 #2d4392, -1.75px 0.5px 0 #2d4392, -1.5px 0.5px 0 #2d4392, -1.25px 0.5px 0 #2d4392, -1px 0.5px 0 #2d4392, -0.75px 0.5px 0 #2d4392, -0.5px 0.5px 0 #2d4392, -0.25px 0.5px 0 #2d4392, 0px 0.5px 0 #2d4392, 0.25px 0.5px 0 #2d4392, 0.5px 0.5px 0 #2d4392, 0.75px 0.5px 0 #2d4392, 1px 0.5px 0 #2d4392, 1.25px 0.5px 0 #2d4392, 1.5px 0.5px 0 #2d4392, 1.75px 0.5px 0 #2d4392, 2px 0.5px 0 #2d4392, 2.25px 0.5px 0 #2d4392, 2.5px 0.5px 0 #2d4392, 2.75px 0.5px 0 #2d4392, -2.75px 0.75px 0 #2d4392, -2.5px 0.75px 0 #2d4392, -2.25px 0.75px 0 #2d4392, -2px 0.75px 0 #2d4392, -1.75px 0.75px 0 #2d4392, -1.5px 0.75px 0 #2d4392, -1.25px 0.75px 0 #2d4392, -1px 0.75px 0 #2d4392, -0.75px 0.75px 0 #2d4392, -0.5px 0.75px 0 #2d4392, -0.25px 0.75px 0 #2d4392, 0px 0.75px 0 #2d4392, 0.25px 0.75px 0 #2d4392, 0.5px 0.75px 0 #2d4392, 0.75px 0.75px 0 #2d4392, 1px 0.75px 0 #2d4392, 1.25px 0.75px 0 #2d4392, 1.5px 0.75px 0 #2d4392, 1.75px 0.75px 0 #2d4392, 2px 0.75px 0 #2d4392, 2.25px 0.75px 0 #2d4392, 2.5px 0.75px 0 #2d4392, 2.75px 0.75px 0 #2d4392, -2.75px 1px 0 #2d4392, -2.5px 1px 0 #2d4392, -2.25px 1px 0 #2d4392, -2px 1px 0 #2d4392, -1.75px 1px 0 #2d4392, -1.5px 1px 0 #2d4392, -1.25px 1px 0 #2d4392, -1px 1px 0 #2d4392, -0.75px 1px 0 #2d4392, -0.5px 1px 0 #2d4392, -0.25px 1px 0 #2d4392, 0px 1px 0 #2d4392, 0.25px 1px 0 #2d4392, 0.5px 1px 0 #2d4392, 0.75px 1px 0 #2d4392, 1px 1px 0 #2d4392, 1.25px 1px 0 #2d4392, 1.5px 1px 0 #2d4392, 1.75px 1px 0 #2d4392, 2px 1px 0 #2d4392, 2.25px 1px 0 #2d4392, 2.5px 1px 0 #2d4392, 2.75px 1px 0 #2d4392, -2.5px 1.25px 0 #2d4392, -2.25px 1.25px 0 #2d4392, -2px 1.25px 0 #2d4392, -1.75px 1.25px 0 #2d4392, -1.5px 1.25px 0 #2d4392, -1.25px 1.25px 0 #2d4392, -1px 1.25px 0 #2d4392, -0.75px 1.25px 0 #2d4392, -0.5px 1.25px 0 #2d4392, -0.25px 1.25px 0 #2d4392, 0px 1.25px 0 #2d4392, 0.25px 1.25px 0 #2d4392, 0.5px 1.25px 0 #2d4392, 0.75px 1.25px 0 #2d4392, 1px 1.25px 0 #2d4392, 1.25px 1.25px 0 #2d4392, 1.5px 1.25px 0 #2d4392, 1.75px 1.25px 0 #2d4392, 2px 1.25px 0 #2d4392, 2.25px 1.25px 0 #2d4392, 2.5px 1.25px 0 #2d4392, -2.5px 1.5px 0 #2d4392, -2.25px 1.5px 0 #2d4392, -2px 1.5px 0 #2d4392, -1.75px 1.5px 0 #2d4392, -1.5px 1.5px 0 #2d4392, -1.25px 1.5px 0 #2d4392, -1px 1.5px 0 #2d4392, -0.75px 1.5px 0 #2d4392, -0.5px 1.5px 0 #2d4392, -0.25px 1.5px 0 #2d4392, 0px 1.5px 0 #2d4392, 0.25px 1.5px 0 #2d4392, 0.5px 1.5px 0 #2d4392, 0.75px 1.5px 0 #2d4392, 1px 1.5px 0 #2d4392, 1.25px 1.5px 0 #2d4392, 1.5px 1.5px 0 #2d4392, 1.75px 1.5px 0 #2d4392, 2px 1.5px 0 #2d4392, 2.25px 1.5px 0 #2d4392, 2.5px 1.5px 0 #2d4392, -2.25px 1.75px 0 #2d4392, -2px 1.75px 0 #2d4392, -1.75px 1.75px 0 #2d4392, -1.5px 1.75px 0 #2d4392, -1.25px 1.75px 0 #2d4392, -1px 1.75px 0 #2d4392, -0.75px 1.75px 0 #2d4392, -0.5px 1.75px 0 #2d4392, -0.25px 1.75px 0 #2d4392, 0px 1.75px 0 #2d4392, 0.25px 1.75px 0 #2d4392, 0.5px 1.75px 0 #2d4392, 0.75px 1.75px 0 #2d4392, 1px 1.75px 0 #2d4392, 1.25px 1.75px 0 #2d4392, 1.5px 1.75px 0 #2d4392, 1.75px 1.75px 0 #2d4392, 2px 1.75px 0 #2d4392, 2.25px 1.75px 0 #2d4392, -2px 2px 0 #2d4392, -1.75px 2px 0 #2d4392, -1.5px 2px 0 #2d4392, -1.25px 2px 0 #2d4392, -1px 2px 0 #2d4392, -0.75px 2px 0 #2d4392, -0.5px 2px 0 #2d4392, -0.25px 2px 0 #2d4392, 0px 2px 0 #2d4392, 0.25px 2px 0 #2d4392, 0.5px 2px 0 #2d4392, 0.75px 2px 0 #2d4392, 1px 2px 0 #2d4392, 1.25px 2px 0 #2d4392, 1.5px 2px 0 #2d4392, 1.75px 2px 0 #2d4392, 2px 2px 0 #2d4392, -1.75px 2.25px 0 #2d4392, -1.5px 2.25px 0 #2d4392, -1.25px 2.25px 0 #2d4392, -1px 2.25px 0 #2d4392, -0.75px 2.25px 0 #2d4392, -0.5px 2.25px 0 #2d4392, -0.25px 2.25px 0 #2d4392, 0px 2.25px 0 #2d4392, 0.25px 2.25px 0 #2d4392, 0.5px 2.25px 0 #2d4392, 0.75px 2.25px 0 #2d4392, 1px 2.25px 0 #2d4392, 1.25px 2.25px 0 #2d4392, 1.5px 2.25px 0 #2d4392, 1.75px 2.25px 0 #2d4392, -1.5px 2.5px 0 #2d4392, -1.25px 2.5px 0 #2d4392, -1px 2.5px 0 #2d4392, -0.75px 2.5px 0 #2d4392, -0.5px 2.5px 0 #2d4392, -0.25px 2.5px 0 #2d4392, 0px 2.5px 0 #2d4392, 0.25px 2.5px 0 #2d4392, 0.5px 2.5px 0 #2d4392, 0.75px 2.5px 0 #2d4392, 1px 2.5px 0 #2d4392, 1.25px 2.5px 0 #2d4392, 1.5px 2.5px 0 #2d4392, -1px 2.75px 0 #2d4392, -0.75px 2.75px 0 #2d4392, -0.5px 2.75px 0 #2d4392, -0.25px 2.75px 0 #2d4392, 0px 2.75px 0 #2d4392, 0.25px 2.75px 0 #2d4392, 0.5px 2.75px 0 #2d4392, 0.75px 2.75px 0 #2d4392, 1px 2.75px 0 #2d4392, 0px 3px 0 #2d4392;
}
@media (max-width: 900px) {
  .visual-main .btn-apply--campaign .text {
    font-size: 18.8px;
    text-shadow: 0px -2px 0 #2d4392, -0.75px -1.75px 0 #2d4392, -0.5px -1.75px 0 #2d4392, -0.25px -1.75px 0 #2d4392, 0px -1.75px 0 #2d4392, 0.25px -1.75px 0 #2d4392, 0.5px -1.75px 0 #2d4392, 0.75px -1.75px 0 #2d4392, -1.25px -1.5px 0 #2d4392, -1px -1.5px 0 #2d4392, -0.75px -1.5px 0 #2d4392, -0.5px -1.5px 0 #2d4392, -0.25px -1.5px 0 #2d4392, 0px -1.5px 0 #2d4392, 0.25px -1.5px 0 #2d4392, 0.5px -1.5px 0 #2d4392, 0.75px -1.5px 0 #2d4392, 1px -1.5px 0 #2d4392, 1.25px -1.5px 0 #2d4392, -1.5px -1.25px 0 #2d4392, -1.25px -1.25px 0 #2d4392, -1px -1.25px 0 #2d4392, -0.75px -1.25px 0 #2d4392, -0.5px -1.25px 0 #2d4392, -0.25px -1.25px 0 #2d4392, 0px -1.25px 0 #2d4392, 0.25px -1.25px 0 #2d4392, 0.5px -1.25px 0 #2d4392, 0.75px -1.25px 0 #2d4392, 1px -1.25px 0 #2d4392, 1.25px -1.25px 0 #2d4392, 1.5px -1.25px 0 #2d4392, -1.5px -1px 0 #2d4392, -1.25px -1px 0 #2d4392, -1px -1px 0 #2d4392, -0.75px -1px 0 #2d4392, -0.5px -1px 0 #2d4392, -0.25px -1px 0 #2d4392, 0px -1px 0 #2d4392, 0.25px -1px 0 #2d4392, 0.5px -1px 0 #2d4392, 0.75px -1px 0 #2d4392, 1px -1px 0 #2d4392, 1.25px -1px 0 #2d4392, 1.5px -1px 0 #2d4392, -1.75px -0.75px 0 #2d4392, -1.5px -0.75px 0 #2d4392, -1.25px -0.75px 0 #2d4392, -1px -0.75px 0 #2d4392, -0.75px -0.75px 0 #2d4392, -0.5px -0.75px 0 #2d4392, -0.25px -0.75px 0 #2d4392, 0px -0.75px 0 #2d4392, 0.25px -0.75px 0 #2d4392, 0.5px -0.75px 0 #2d4392, 0.75px -0.75px 0 #2d4392, 1px -0.75px 0 #2d4392, 1.25px -0.75px 0 #2d4392, 1.5px -0.75px 0 #2d4392, 1.75px -0.75px 0 #2d4392, -1.75px -0.5px 0 #2d4392, -1.5px -0.5px 0 #2d4392, -1.25px -0.5px 0 #2d4392, -1px -0.5px 0 #2d4392, -0.75px -0.5px 0 #2d4392, -0.5px -0.5px 0 #2d4392, -0.25px -0.5px 0 #2d4392, 0px -0.5px 0 #2d4392, 0.25px -0.5px 0 #2d4392, 0.5px -0.5px 0 #2d4392, 0.75px -0.5px 0 #2d4392, 1px -0.5px 0 #2d4392, 1.25px -0.5px 0 #2d4392, 1.5px -0.5px 0 #2d4392, 1.75px -0.5px 0 #2d4392, -1.75px -0.25px 0 #2d4392, -1.5px -0.25px 0 #2d4392, -1.25px -0.25px 0 #2d4392, -1px -0.25px 0 #2d4392, -0.75px -0.25px 0 #2d4392, -0.5px -0.25px 0 #2d4392, -0.25px -0.25px 0 #2d4392, 0px -0.25px 0 #2d4392, 0.25px -0.25px 0 #2d4392, 0.5px -0.25px 0 #2d4392, 0.75px -0.25px 0 #2d4392, 1px -0.25px 0 #2d4392, 1.25px -0.25px 0 #2d4392, 1.5px -0.25px 0 #2d4392, 1.75px -0.25px 0 #2d4392, -2px 0px 0 #2d4392, -1.75px 0px 0 #2d4392, -1.5px 0px 0 #2d4392, -1.25px 0px 0 #2d4392, -1px 0px 0 #2d4392, -0.75px 0px 0 #2d4392, -0.5px 0px 0 #2d4392, -0.25px 0px 0 #2d4392, 0.25px 0px 0 #2d4392, 0.5px 0px 0 #2d4392, 0.75px 0px 0 #2d4392, 1px 0px 0 #2d4392, 1.25px 0px 0 #2d4392, 1.5px 0px 0 #2d4392, 1.75px 0px 0 #2d4392, 2px 0px 0 #2d4392, -1.75px 0.25px 0 #2d4392, -1.5px 0.25px 0 #2d4392, -1.25px 0.25px 0 #2d4392, -1px 0.25px 0 #2d4392, -0.75px 0.25px 0 #2d4392, -0.5px 0.25px 0 #2d4392, -0.25px 0.25px 0 #2d4392, 0px 0.25px 0 #2d4392, 0.25px 0.25px 0 #2d4392, 0.5px 0.25px 0 #2d4392, 0.75px 0.25px 0 #2d4392, 1px 0.25px 0 #2d4392, 1.25px 0.25px 0 #2d4392, 1.5px 0.25px 0 #2d4392, 1.75px 0.25px 0 #2d4392, -1.75px 0.5px 0 #2d4392, -1.5px 0.5px 0 #2d4392, -1.25px 0.5px 0 #2d4392, -1px 0.5px 0 #2d4392, -0.75px 0.5px 0 #2d4392, -0.5px 0.5px 0 #2d4392, -0.25px 0.5px 0 #2d4392, 0px 0.5px 0 #2d4392, 0.25px 0.5px 0 #2d4392, 0.5px 0.5px 0 #2d4392, 0.75px 0.5px 0 #2d4392, 1px 0.5px 0 #2d4392, 1.25px 0.5px 0 #2d4392, 1.5px 0.5px 0 #2d4392, 1.75px 0.5px 0 #2d4392, -1.75px 0.75px 0 #2d4392, -1.5px 0.75px 0 #2d4392, -1.25px 0.75px 0 #2d4392, -1px 0.75px 0 #2d4392, -0.75px 0.75px 0 #2d4392, -0.5px 0.75px 0 #2d4392, -0.25px 0.75px 0 #2d4392, 0px 0.75px 0 #2d4392, 0.25px 0.75px 0 #2d4392, 0.5px 0.75px 0 #2d4392, 0.75px 0.75px 0 #2d4392, 1px 0.75px 0 #2d4392, 1.25px 0.75px 0 #2d4392, 1.5px 0.75px 0 #2d4392, 1.75px 0.75px 0 #2d4392, -1.5px 1px 0 #2d4392, -1.25px 1px 0 #2d4392, -1px 1px 0 #2d4392, -0.75px 1px 0 #2d4392, -0.5px 1px 0 #2d4392, -0.25px 1px 0 #2d4392, 0px 1px 0 #2d4392, 0.25px 1px 0 #2d4392, 0.5px 1px 0 #2d4392, 0.75px 1px 0 #2d4392, 1px 1px 0 #2d4392, 1.25px 1px 0 #2d4392, 1.5px 1px 0 #2d4392, -1.5px 1.25px 0 #2d4392, -1.25px 1.25px 0 #2d4392, -1px 1.25px 0 #2d4392, -0.75px 1.25px 0 #2d4392, -0.5px 1.25px 0 #2d4392, -0.25px 1.25px 0 #2d4392, 0px 1.25px 0 #2d4392, 0.25px 1.25px 0 #2d4392, 0.5px 1.25px 0 #2d4392, 0.75px 1.25px 0 #2d4392, 1px 1.25px 0 #2d4392, 1.25px 1.25px 0 #2d4392, 1.5px 1.25px 0 #2d4392, -1.25px 1.5px 0 #2d4392, -1px 1.5px 0 #2d4392, -0.75px 1.5px 0 #2d4392, -0.5px 1.5px 0 #2d4392, -0.25px 1.5px 0 #2d4392, 0px 1.5px 0 #2d4392, 0.25px 1.5px 0 #2d4392, 0.5px 1.5px 0 #2d4392, 0.75px 1.5px 0 #2d4392, 1px 1.5px 0 #2d4392, 1.25px 1.5px 0 #2d4392, -0.75px 1.75px 0 #2d4392, -0.5px 1.75px 0 #2d4392, -0.25px 1.75px 0 #2d4392, 0px 1.75px 0 #2d4392, 0.25px 1.75px 0 #2d4392, 0.5px 1.75px 0 #2d4392, 0.75px 1.75px 0 #2d4392, 0px 2px 0 #2d4392;
  }
}
.visual-main .img-object--cars {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 63.2777777778rem;
  margin: 0 auto;
  margin-top: 1.5rem;
  padding-bottom: 0.755rem;
  text-align: center;
  -webkit-animation: zoom-in-zoom-out-title 2s ease-out infinite;
          animation: zoom-in-zoom-out-title 2s ease-out infinite;
}
@media (max-width: 900px) {
  .visual-main .img-object--cars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: calc(100% - 24px);
    margin-top: 32px;
    padding-bottom: 30.56px;
  }
}

.quick-menu--wrap {
  position: -webkit-sticky;
  position: sticky;
  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;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  top: 0;
  width: 100%;
  height: 3.8888888889rem;
  background: #3a7fff;
  -webkit-box-shadow: 0px 6px 0px 0px #000000;
          box-shadow: 0px 6px 0px 0px #000000;
  z-index: 100;
}
@media (max-width: 900px) {
  .quick-menu--wrap {
    height: 76px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media (max-width: 900px) {
  .quick-menu--wrap .quick-menu--item {
    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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
}
@media (max-width: 900px) {
  .quick-menu--wrap .quick-menu--item:nth-child(2n) {
    background: #2d72f3;
  }
}
.quick-menu--wrap .quick-menu--item .text {
  font-family: "Maplestory";
  font-size: 1.4444444444rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0px -2px 0 #2d4392, -0.75px -1.75px 0 #2d4392, -0.5px -1.75px 0 #2d4392, -0.25px -1.75px 0 #2d4392, 0px -1.75px 0 #2d4392, 0.25px -1.75px 0 #2d4392, 0.5px -1.75px 0 #2d4392, 0.75px -1.75px 0 #2d4392, -1.25px -1.5px 0 #2d4392, -1px -1.5px 0 #2d4392, -0.75px -1.5px 0 #2d4392, -0.5px -1.5px 0 #2d4392, -0.25px -1.5px 0 #2d4392, 0px -1.5px 0 #2d4392, 0.25px -1.5px 0 #2d4392, 0.5px -1.5px 0 #2d4392, 0.75px -1.5px 0 #2d4392, 1px -1.5px 0 #2d4392, 1.25px -1.5px 0 #2d4392, -1.5px -1.25px 0 #2d4392, -1.25px -1.25px 0 #2d4392, -1px -1.25px 0 #2d4392, -0.75px -1.25px 0 #2d4392, -0.5px -1.25px 0 #2d4392, -0.25px -1.25px 0 #2d4392, 0px -1.25px 0 #2d4392, 0.25px -1.25px 0 #2d4392, 0.5px -1.25px 0 #2d4392, 0.75px -1.25px 0 #2d4392, 1px -1.25px 0 #2d4392, 1.25px -1.25px 0 #2d4392, 1.5px -1.25px 0 #2d4392, -1.5px -1px 0 #2d4392, -1.25px -1px 0 #2d4392, -1px -1px 0 #2d4392, -0.75px -1px 0 #2d4392, -0.5px -1px 0 #2d4392, -0.25px -1px 0 #2d4392, 0px -1px 0 #2d4392, 0.25px -1px 0 #2d4392, 0.5px -1px 0 #2d4392, 0.75px -1px 0 #2d4392, 1px -1px 0 #2d4392, 1.25px -1px 0 #2d4392, 1.5px -1px 0 #2d4392, -1.75px -0.75px 0 #2d4392, -1.5px -0.75px 0 #2d4392, -1.25px -0.75px 0 #2d4392, -1px -0.75px 0 #2d4392, -0.75px -0.75px 0 #2d4392, -0.5px -0.75px 0 #2d4392, -0.25px -0.75px 0 #2d4392, 0px -0.75px 0 #2d4392, 0.25px -0.75px 0 #2d4392, 0.5px -0.75px 0 #2d4392, 0.75px -0.75px 0 #2d4392, 1px -0.75px 0 #2d4392, 1.25px -0.75px 0 #2d4392, 1.5px -0.75px 0 #2d4392, 1.75px -0.75px 0 #2d4392, -1.75px -0.5px 0 #2d4392, -1.5px -0.5px 0 #2d4392, -1.25px -0.5px 0 #2d4392, -1px -0.5px 0 #2d4392, -0.75px -0.5px 0 #2d4392, -0.5px -0.5px 0 #2d4392, -0.25px -0.5px 0 #2d4392, 0px -0.5px 0 #2d4392, 0.25px -0.5px 0 #2d4392, 0.5px -0.5px 0 #2d4392, 0.75px -0.5px 0 #2d4392, 1px -0.5px 0 #2d4392, 1.25px -0.5px 0 #2d4392, 1.5px -0.5px 0 #2d4392, 1.75px -0.5px 0 #2d4392, -1.75px -0.25px 0 #2d4392, -1.5px -0.25px 0 #2d4392, -1.25px -0.25px 0 #2d4392, -1px -0.25px 0 #2d4392, -0.75px -0.25px 0 #2d4392, -0.5px -0.25px 0 #2d4392, -0.25px -0.25px 0 #2d4392, 0px -0.25px 0 #2d4392, 0.25px -0.25px 0 #2d4392, 0.5px -0.25px 0 #2d4392, 0.75px -0.25px 0 #2d4392, 1px -0.25px 0 #2d4392, 1.25px -0.25px 0 #2d4392, 1.5px -0.25px 0 #2d4392, 1.75px -0.25px 0 #2d4392, -2px 0px 0 #2d4392, -1.75px 0px 0 #2d4392, -1.5px 0px 0 #2d4392, -1.25px 0px 0 #2d4392, -1px 0px 0 #2d4392, -0.75px 0px 0 #2d4392, -0.5px 0px 0 #2d4392, -0.25px 0px 0 #2d4392, 0.25px 0px 0 #2d4392, 0.5px 0px 0 #2d4392, 0.75px 0px 0 #2d4392, 1px 0px 0 #2d4392, 1.25px 0px 0 #2d4392, 1.5px 0px 0 #2d4392, 1.75px 0px 0 #2d4392, 2px 0px 0 #2d4392, -1.75px 0.25px 0 #2d4392, -1.5px 0.25px 0 #2d4392, -1.25px 0.25px 0 #2d4392, -1px 0.25px 0 #2d4392, -0.75px 0.25px 0 #2d4392, -0.5px 0.25px 0 #2d4392, -0.25px 0.25px 0 #2d4392, 0px 0.25px 0 #2d4392, 0.25px 0.25px 0 #2d4392, 0.5px 0.25px 0 #2d4392, 0.75px 0.25px 0 #2d4392, 1px 0.25px 0 #2d4392, 1.25px 0.25px 0 #2d4392, 1.5px 0.25px 0 #2d4392, 1.75px 0.25px 0 #2d4392, -1.75px 0.5px 0 #2d4392, -1.5px 0.5px 0 #2d4392, -1.25px 0.5px 0 #2d4392, -1px 0.5px 0 #2d4392, -0.75px 0.5px 0 #2d4392, -0.5px 0.5px 0 #2d4392, -0.25px 0.5px 0 #2d4392, 0px 0.5px 0 #2d4392, 0.25px 0.5px 0 #2d4392, 0.5px 0.5px 0 #2d4392, 0.75px 0.5px 0 #2d4392, 1px 0.5px 0 #2d4392, 1.25px 0.5px 0 #2d4392, 1.5px 0.5px 0 #2d4392, 1.75px 0.5px 0 #2d4392, -1.75px 0.75px 0 #2d4392, -1.5px 0.75px 0 #2d4392, -1.25px 0.75px 0 #2d4392, -1px 0.75px 0 #2d4392, -0.75px 0.75px 0 #2d4392, -0.5px 0.75px 0 #2d4392, -0.25px 0.75px 0 #2d4392, 0px 0.75px 0 #2d4392, 0.25px 0.75px 0 #2d4392, 0.5px 0.75px 0 #2d4392, 0.75px 0.75px 0 #2d4392, 1px 0.75px 0 #2d4392, 1.25px 0.75px 0 #2d4392, 1.5px 0.75px 0 #2d4392, 1.75px 0.75px 0 #2d4392, -1.5px 1px 0 #2d4392, -1.25px 1px 0 #2d4392, -1px 1px 0 #2d4392, -0.75px 1px 0 #2d4392, -0.5px 1px 0 #2d4392, -0.25px 1px 0 #2d4392, 0px 1px 0 #2d4392, 0.25px 1px 0 #2d4392, 0.5px 1px 0 #2d4392, 0.75px 1px 0 #2d4392, 1px 1px 0 #2d4392, 1.25px 1px 0 #2d4392, 1.5px 1px 0 #2d4392, -1.5px 1.25px 0 #2d4392, -1.25px 1.25px 0 #2d4392, -1px 1.25px 0 #2d4392, -0.75px 1.25px 0 #2d4392, -0.5px 1.25px 0 #2d4392, -0.25px 1.25px 0 #2d4392, 0px 1.25px 0 #2d4392, 0.25px 1.25px 0 #2d4392, 0.5px 1.25px 0 #2d4392, 0.75px 1.25px 0 #2d4392, 1px 1.25px 0 #2d4392, 1.25px 1.25px 0 #2d4392, 1.5px 1.25px 0 #2d4392, -1.25px 1.5px 0 #2d4392, -1px 1.5px 0 #2d4392, -0.75px 1.5px 0 #2d4392, -0.5px 1.5px 0 #2d4392, -0.25px 1.5px 0 #2d4392, 0px 1.5px 0 #2d4392, 0.25px 1.5px 0 #2d4392, 0.5px 1.5px 0 #2d4392, 0.75px 1.5px 0 #2d4392, 1px 1.5px 0 #2d4392, 1.25px 1.5px 0 #2d4392, -0.75px 1.75px 0 #2d4392, -0.5px 1.75px 0 #2d4392, -0.25px 1.75px 0 #2d4392, 0px 1.75px 0 #2d4392, 0.25px 1.75px 0 #2d4392, 0.5px 1.75px 0 #2d4392, 0.75px 1.75px 0 #2d4392, 0px 2px 0 #2d4392;
}
@media (max-width: 900px) {
  .quick-menu--wrap .quick-menu--item .text {
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
  }
}
.quick-menu--wrap .quick-menu--item.active .text {
  color: #fdff6e;
  text-shadow: 0px -2px 0 #000, -0.75px -1.75px 0 #000, -0.5px -1.75px 0 #000, -0.25px -1.75px 0 #000, 0px -1.75px 0 #000, 0.25px -1.75px 0 #000, 0.5px -1.75px 0 #000, 0.75px -1.75px 0 #000, -1.25px -1.5px 0 #000, -1px -1.5px 0 #000, -0.75px -1.5px 0 #000, -0.5px -1.5px 0 #000, -0.25px -1.5px 0 #000, 0px -1.5px 0 #000, 0.25px -1.5px 0 #000, 0.5px -1.5px 0 #000, 0.75px -1.5px 0 #000, 1px -1.5px 0 #000, 1.25px -1.5px 0 #000, -1.5px -1.25px 0 #000, -1.25px -1.25px 0 #000, -1px -1.25px 0 #000, -0.75px -1.25px 0 #000, -0.5px -1.25px 0 #000, -0.25px -1.25px 0 #000, 0px -1.25px 0 #000, 0.25px -1.25px 0 #000, 0.5px -1.25px 0 #000, 0.75px -1.25px 0 #000, 1px -1.25px 0 #000, 1.25px -1.25px 0 #000, 1.5px -1.25px 0 #000, -1.5px -1px 0 #000, -1.25px -1px 0 #000, -1px -1px 0 #000, -0.75px -1px 0 #000, -0.5px -1px 0 #000, -0.25px -1px 0 #000, 0px -1px 0 #000, 0.25px -1px 0 #000, 0.5px -1px 0 #000, 0.75px -1px 0 #000, 1px -1px 0 #000, 1.25px -1px 0 #000, 1.5px -1px 0 #000, -1.75px -0.75px 0 #000, -1.5px -0.75px 0 #000, -1.25px -0.75px 0 #000, -1px -0.75px 0 #000, -0.75px -0.75px 0 #000, -0.5px -0.75px 0 #000, -0.25px -0.75px 0 #000, 0px -0.75px 0 #000, 0.25px -0.75px 0 #000, 0.5px -0.75px 0 #000, 0.75px -0.75px 0 #000, 1px -0.75px 0 #000, 1.25px -0.75px 0 #000, 1.5px -0.75px 0 #000, 1.75px -0.75px 0 #000, -1.75px -0.5px 0 #000, -1.5px -0.5px 0 #000, -1.25px -0.5px 0 #000, -1px -0.5px 0 #000, -0.75px -0.5px 0 #000, -0.5px -0.5px 0 #000, -0.25px -0.5px 0 #000, 0px -0.5px 0 #000, 0.25px -0.5px 0 #000, 0.5px -0.5px 0 #000, 0.75px -0.5px 0 #000, 1px -0.5px 0 #000, 1.25px -0.5px 0 #000, 1.5px -0.5px 0 #000, 1.75px -0.5px 0 #000, -1.75px -0.25px 0 #000, -1.5px -0.25px 0 #000, -1.25px -0.25px 0 #000, -1px -0.25px 0 #000, -0.75px -0.25px 0 #000, -0.5px -0.25px 0 #000, -0.25px -0.25px 0 #000, 0px -0.25px 0 #000, 0.25px -0.25px 0 #000, 0.5px -0.25px 0 #000, 0.75px -0.25px 0 #000, 1px -0.25px 0 #000, 1.25px -0.25px 0 #000, 1.5px -0.25px 0 #000, 1.75px -0.25px 0 #000, -2px 0px 0 #000, -1.75px 0px 0 #000, -1.5px 0px 0 #000, -1.25px 0px 0 #000, -1px 0px 0 #000, -0.75px 0px 0 #000, -0.5px 0px 0 #000, -0.25px 0px 0 #000, 0.25px 0px 0 #000, 0.5px 0px 0 #000, 0.75px 0px 0 #000, 1px 0px 0 #000, 1.25px 0px 0 #000, 1.5px 0px 0 #000, 1.75px 0px 0 #000, 2px 0px 0 #000, -1.75px 0.25px 0 #000, -1.5px 0.25px 0 #000, -1.25px 0.25px 0 #000, -1px 0.25px 0 #000, -0.75px 0.25px 0 #000, -0.5px 0.25px 0 #000, -0.25px 0.25px 0 #000, 0px 0.25px 0 #000, 0.25px 0.25px 0 #000, 0.5px 0.25px 0 #000, 0.75px 0.25px 0 #000, 1px 0.25px 0 #000, 1.25px 0.25px 0 #000, 1.5px 0.25px 0 #000, 1.75px 0.25px 0 #000, -1.75px 0.5px 0 #000, -1.5px 0.5px 0 #000, -1.25px 0.5px 0 #000, -1px 0.5px 0 #000, -0.75px 0.5px 0 #000, -0.5px 0.5px 0 #000, -0.25px 0.5px 0 #000, 0px 0.5px 0 #000, 0.25px 0.5px 0 #000, 0.5px 0.5px 0 #000, 0.75px 0.5px 0 #000, 1px 0.5px 0 #000, 1.25px 0.5px 0 #000, 1.5px 0.5px 0 #000, 1.75px 0.5px 0 #000, -1.75px 0.75px 0 #000, -1.5px 0.75px 0 #000, -1.25px 0.75px 0 #000, -1px 0.75px 0 #000, -0.75px 0.75px 0 #000, -0.5px 0.75px 0 #000, -0.25px 0.75px 0 #000, 0px 0.75px 0 #000, 0.25px 0.75px 0 #000, 0.5px 0.75px 0 #000, 0.75px 0.75px 0 #000, 1px 0.75px 0 #000, 1.25px 0.75px 0 #000, 1.5px 0.75px 0 #000, 1.75px 0.75px 0 #000, -1.5px 1px 0 #000, -1.25px 1px 0 #000, -1px 1px 0 #000, -0.75px 1px 0 #000, -0.5px 1px 0 #000, -0.25px 1px 0 #000, 0px 1px 0 #000, 0.25px 1px 0 #000, 0.5px 1px 0 #000, 0.75px 1px 0 #000, 1px 1px 0 #000, 1.25px 1px 0 #000, 1.5px 1px 0 #000, -1.5px 1.25px 0 #000, -1.25px 1.25px 0 #000, -1px 1.25px 0 #000, -0.75px 1.25px 0 #000, -0.5px 1.25px 0 #000, -0.25px 1.25px 0 #000, 0px 1.25px 0 #000, 0.25px 1.25px 0 #000, 0.5px 1.25px 0 #000, 0.75px 1.25px 0 #000, 1px 1.25px 0 #000, 1.25px 1.25px 0 #000, 1.5px 1.25px 0 #000, -1.25px 1.5px 0 #000, -1px 1.5px 0 #000, -0.75px 1.5px 0 #000, -0.5px 1.5px 0 #000, -0.25px 1.5px 0 #000, 0px 1.5px 0 #000, 0.25px 1.5px 0 #000, 0.5px 1.5px 0 #000, 0.75px 1.5px 0 #000, 1px 1.5px 0 #000, 1.25px 1.5px 0 #000, -0.75px 1.75px 0 #000, -0.5px 1.75px 0 #000, -0.25px 1.75px 0 #000, 0px 1.75px 0 #000, 0.25px 1.75px 0 #000, 0.5px 1.75px 0 #000, 0.75px 1.75px 0 #000, 0px 2px 0 #000;
}

.play-on-event--wrap {
  overflow: hidden;
}

.play-on-event--section {
  position: relative;
  padding: 3.5555555556rem 0;
}
@media (max-width: 900px) {
  .play-on-event--section {
    padding: 40px 0;
  }
}
.play-on-event--section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21.2222222222rem;
  z-index: 0;
}
@media (max-width: 900px) {
  .play-on-event--section::after {
    height: 246px;
  }
}
.play-on-event--section .section-inner {
  position: relative;
  z-index: 1;
}
.play-on-event--section .section-inner.scroll-animate.fade-in-bottom .common-play-on-event--heading .play-on-img--title::after {
  -webkit-animation: zoom-in-zoom-out 2s ease-out;
          animation: zoom-in-zoom-out 2s ease-out;
}
.play-on-event--section .section-inner.scroll-animate.fade-in-bottom .common-play-on-event--heading .play-on-img--title::before {
  -webkit-animation: zoom-in-zoom-out 2s ease-out;
          animation: zoom-in-zoom-out 2s ease-out;
}
.play-on-event--section .section-inner.scroll-animate.fade-in-bottom .play-on-video--wrap::before {
  -webkit-animation: zoom-in-zoom-out 2s ease-out;
          animation: zoom-in-zoom-out 2s ease-out;
}
.play-on-event--section.play-on--event01 {
  background: #fffbe0;
}
.play-on-event--section.play-on--event01::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#eeffee), to(#fffbe0));
  background: linear-gradient(0deg, #eeffee 0%, #fffbe0 100%);
}
.play-on-event--section.play-on--event01 .section-inner {
  max-width: 51.6666666667rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 970px) {
  .play-on-event--section.play-on--event01 .section-inner {
    padding: 0 0.8888888889rem;
  }
}
.play-on-event--section.play-on--event01 .common-play-on-event--heading .play-on-img--title {
  position: relative;
  max-width: 32.4444444444rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event01 .common-play-on-event--heading .play-on-img--title {
    max-width: 176px;
  }
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event01 .common-play-on-event--heading .play-on-img--title::before {
    content: "";
    position: absolute;
    top: -62px;
    left: -50px;
    width: 63.5px;
    height: 63px;
    background: url(../images/ss15/img-video-deco--top.png) no-repeat center center;
    background-size: contain;
  }
}
.play-on-event--section.play-on--event01 .common-play-on-event--heading .play-on-img--title .lottie-right--object {
  position: absolute;
  top: -0.1111111111rem;
  left: calc(100% + 0.8333333333rem);
  width: 6.25rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event01 .common-play-on-event--heading .play-on-img--title .lottie-right--object {
    top: 23px;
    left: auto;
    right: -52px;
    width: 70px;
  }
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event01 .play-on-event-about--wrap {
    margin-top: 0;
  }
}
.play-on-event--section.play-on--event01 .play-on-event-about--wrap .event-about-box {
  position: relative;
  padding: 1.7777777778rem 5.2222222222rem;
  width: 100%;
  max-width: 51.6666666667rem;
  margin: 0 auto;
  margin-top: 2.6666666667rem;
  background: rgba(217, 217, 217, 0.3);
  border-radius: 1.1111111111rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event01 .play-on-event-about--wrap .event-about-box {
    margin-top: 40px;
    padding: 24px;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
  }
  .play-on-event--section.play-on--event01 .play-on-event-about--wrap .event-about-box::after {
    content: "";
    position: absolute;
    top: -31px;
    right: -25px;
    width: 74px;
    height: 95px;
    background: url(../images/ss15/img-video-deco--right.png) no-repeat center center;
    background-size: contain;
  }
}
.play-on-event--section.play-on--event01 .play-on-event-about--wrap .event-about-box.type-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.7777777778rem;
     -moz-column-gap: 1.7777777778rem;
          column-gap: 1.7777777778rem;
}
.play-on-event--section.play-on--event01 .play-on-event-about--wrap .left-icon {
  width: 6.1666666667rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event01 .play-on-event-about--wrap .left-icon {
    display: none;
  }
}
.play-on-event--section.play-on--event01 .play-on-event-about--wrap .dash {
  width: 0.1666666667rem;
  height: 6.3888888889rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.1666666667rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event01 .play-on-event-about--wrap .dash {
    display: none;
  }
}
.play-on-event--section.play-on--event01 .play-on-event-about--wrap .right-text {
  position: relative;
}
.play-on-event--section.play-on--event01 .play-on-event-about--wrap .right-text::after {
  content: "";
  position: absolute;
  top: -4.6666666667rem;
  left: calc(100% + 1.5555555556rem);
  width: 7.6111111111rem;
  height: 12.1111111111rem;
  background: url("../images/ss15/img-object-coffee.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event01 .play-on-event-about--wrap .right-text::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 3.33px);
    width: 96.5px;
    height: 153px;
  }
}
.play-on-event--section.play-on--event01 .play-on-event-about--wrap .right-text p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event01 .play-on-event-about--wrap .right-text p {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.play-on-event--section.play-on--event01 .play-on-event-about--wrap .right-text p .color {
  color: #2e5aaa;
}
.play-on-event--section.play-on--event01 .play-on-event-about--wrap .right-text p + p {
  margin-top: 0.8888888889rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event01 .play-on-event-about--wrap .right-text p + p {
    margin-top: 16px;
  }
}
.play-on-event--section.play-on--event01 .btn--wrap {
  position: relative;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event01 .btn--wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 32px;
  }
  .play-on-event--section.play-on--event01 .btn--wrap::after {
    content: "";
    position: absolute;
    width: 68px;
    height: 95px;
    background: url(../images/ss15/img-video-deco--left.png) no-repeat center center;
    background-size: contain;
    left: -75px;
    top: -22px;
  }
}
.play-on-event--section.play-on--event02 {
  background: #eeffee;
}
.play-on-event--section.play-on--event02::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f6ff), to(#eeffee));
  background: linear-gradient(0deg, #f7f6ff 0%, #eeffee 100%);
}
.play-on-event--section.play-on--event02 .section-inner {
  max-width: 62.2222222222rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1160px) {
  .play-on-event--section.play-on--event02 .section-inner {
    padding: 0 0.8888888889rem;
  }
}
.play-on-event--section.play-on--event02 .common-play-on-event--heading .play-on-img--title {
  position: relative;
  max-width: 24.4444444444rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event02 .common-play-on-event--heading .play-on-img--title {
    max-width: 157px;
  }
}
.play-on-event--section.play-on--event02 .common-play-on-event--heading .play-on-img--title .lottie-left--object {
  position: absolute;
  bottom: calc(100% - 2.7777777778rem);
  right: calc(100% - 5.5555555556rem);
  width: 14.1111111111rem;
  height: 11.1666666667rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event02 .common-play-on-event--heading .play-on-img--title .lottie-left--object {
    width: 139px;
    height: 110px;
    bottom: auto;
    top: -44px;
    right: auto;
    left: -88px;
  }
}
.play-on-event--section.play-on--event02 .common-play-on-event--heading .play-on-img--title .lottie-right--object {
  position: absolute;
  top: -3.3333333333rem;
  left: calc(100% + -1.6666666667rem);
  width: 9.2222222222rem;
  height: 9.2222222222rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event02 .common-play-on-event--heading .play-on-img--title .lottie-right--object {
    width: 79px;
    height: 79px;
    top: auto;
    bottom: -8px;
    left: auto;
    right: -64px;
  }
}
.play-on-event--section.play-on--event02 .common-play-on-event--heading .play-on-event--date::after {
  background: #ffd87c;
}
.play-on-event--section.play-on--event02 .now-count--wrap {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 62.2222222222rem;
  padding: 1.2222222222rem 0;
  border: 10px solid #f4f4f4;
  margin: 0 auto;
  margin-top: 2.2222222222rem;
  border-radius: 1.1111111111rem;
  overflow: hidden;
}
.play-on-event--section.play-on--event02 .now-count--wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../images/ss15/bg-count-cover.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event02 .now-count--wrap {
    max-width: 100%;
    padding: 20px 0;
    margin-top: 32px;
    border-radius: 16px;
    border-width: 4px;
  }
}
.play-on-event--section.play-on--event03 {
  background: #f7f6ff;
}
.play-on-event--section.play-on--event03::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeded), to(#f7f6ff));
  background: linear-gradient(0deg, #ffeded 0%, #f7f6ff 100%);
}
@media (max-width: 1200px) {
  .play-on-event--section.play-on--event03 .section-inner {
    padding: 0 0.8888888889rem;
  }
}
@media (max-width: 970px) {
  .play-on-event--section.play-on--event03 .section-inner {
    padding: 0;
  }
}
.play-on-event--section.play-on--event03 .section-inner .section-inner {
  max-width: 51.6666666667rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 970px) {
  .play-on-event--section.play-on--event03 .section-inner .section-inner {
    padding: 0 0.8888888889rem;
  }
}
.play-on-event--section.play-on--event03 .common-play-on-event--heading .play-on-img--title {
  position: relative;
  max-width: 26.7222222222rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event03 .common-play-on-event--heading .play-on-img--title {
    max-width: 256px;
  }
}
.play-on-event--section.play-on--event03 .common-play-on-event--heading .play-on-img--title .lottie-left--object {
  content: "";
  position: absolute;
  bottom: calc(100% - 2.7777777778rem);
  right: calc(100% - 3.3333333333rem);
  width: 10.4444444444rem;
  height: 10.4444444444rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event03 .common-play-on-event--heading .play-on-img--title .lottie-left--object {
    width: 111px;
    height: 111px;
    bottom: auto;
    top: -97px;
    right: auto;
    left: -45px;
  }
}
.play-on-event--section.play-on--event03 .common-play-on-event--heading .play-on-img--title .lottie-right--object {
  position: absolute;
  top: -7.5rem;
  left: calc(100% + -1.6666666667rem);
  width: 12.8888888889rem;
  height: 13.2777777778rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event03 .common-play-on-event--heading .play-on-img--title .lottie-right--object {
    width: 117.5px;
    height: 130px;
    left: auto;
    right: -35px;
    top: -117px;
  }
}
.play-on-event--section.play-on--event03 .dreamNote-item--wrap {
  position: relative;
  width: 100%;
  max-width: 86.6666666667rem;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .play-on-event--section.play-on--event03 .dreamNote-item--wrap {
    max-width: 100%;
  }
}
.play-on-event--section.play-on--event03 .dreamNote-item--wrap .swiper-button-prev,
.play-on-event--section.play-on--event03 .dreamNote-item--wrap .swiper-button-next {
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 960px) {
  .play-on-event--section.play-on--event03 .dreamNote-item--wrap .swiper-button-prev,
  .play-on-event--section.play-on--event03 .dreamNote-item--wrap .swiper-button-next {
    display: none;
  }
}
.play-on-event--section.play-on--event03 .dreamNote-item--wrap .swiper-button-prev::after,
.play-on-event--section.play-on--event03 .dreamNote-item--wrap .swiper-button-next::after {
  display: none;
}
.play-on-event--section.play-on--event03 .dreamNote-item--wrap .swiper-button-prev {
  background: url("../images/ss15/icon-swiper--left.png") no-repeat center center;
  background-size: contain;
  right: 100%;
  left: auto;
}
.play-on-event--section.play-on--event03 .dreamNote-item--wrap .swiper-button-next {
  background: url("../images/ss15/icon-swiper--right.png") no-repeat center center;
  background-size: contain;
  left: 100%;
}
.play-on-event--section.play-on--event03 .dreamNote-item--wrap .dream-note--item .text-content {
  position: relative;
}
.play-on-event--section.play-on--event03 .dreamNote-item--wrap .dream-note--item .dream-note--content .icon-deco--sticker {
  width: 3.2222222222rem;
  height: 3.2222222222rem;
}
.play-on-event--section.play-on--event03 .dreamNoteSlider {
  width: 100%;
  max-width: 86.6666666667rem;
  margin-top: 4.4444444444rem;
}
@media (max-width: 960px) {
  .play-on-event--section.play-on--event03 .dreamNoteSlider {
    max-width: 100%;
    margin-top: 52px;
    display: none;
  }
}
.play-on-event--section.play-on--event03 .dreamNoteSlider .dream-note--item {
  width: 20rem;
}
.play-on-event--section.play-on--event03 .mobile-show-note-slide--wrap {
  display: none;
}
@media (max-width: 960px) {
  .play-on-event--section.play-on--event03 .mobile-show-note-slide--wrap {
    display: block;
    margin-top: 52px;
    padding: 0;
    padding-left: 16px;
  }
  .play-on-event--section.play-on--event03 .mobile-show-note-slide--wrap .swiper-slide:last-child {
    margin-right: 16px;
  }
}
.play-on-event--section.play-on--event03 .dream-note-items--wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3.1111111111rem 2.2222222222rem;
}
@media (max-width: 960px) {
  .play-on-event--section.play-on--event03 .dream-note-items--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    overflow-x: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .play-on-event--section.play-on--event03 .dream-note-items--wrap::-webkit-scrollbar {
    display: block;
  }
  .play-on-event--section.play-on--event03 .dream-note-items--wrap::-webkit-scrollbar-thumb {
    display: none;
  }
  .play-on-event--section.play-on--event03 .dream-note-items--wrap::-webkit-scrollbar-track {
    display: none;
  }
}
@media (max-width: 960px) {
  .play-on-event--section.play-on--event03 .dream-note--item {
    width: 288px;
    height: 288px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.play-on-event--section.play-on--event03 .event-sub--text {
  color: #ff4104;
}
.play-on-event--section.play-on--event04 {
  background: #ffeded;
}
.play-on-event--section.play-on--event04 .common-play-on-event--heading .play-on-img--title {
  position: relative;
  max-width: 26.7222222222rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event04 .common-play-on-event--heading .play-on-img--title {
    max-width: 209px;
  }
}
.play-on-event--section.play-on--event04 .common-play-on-event--heading .play-on-img--title .lottie-left--object {
  content: "";
  position: absolute;
  bottom: calc(100% - 3.2777777778rem);
  left: -9.3333333333rem;
  width: 9.5555555556rem;
  height: 12.0833333333rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event04 .common-play-on-event--heading .play-on-img--title .lottie-left--object {
    width: 74px;
    height: 102.5px;
    left: -70px;
    bottom: -33px;
  }
}
.play-on-event--section.play-on--event04 .common-play-on-event--heading .play-on-img--title .lottie-right--object {
  content: "";
  position: absolute;
  top: -7.8333333333rem;
  left: calc(100% + -0.5555555556rem);
  width: 8.7222222222rem;
  height: 13.0555555556rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event04 .common-play-on-event--heading .play-on-img--title .lottie-right--object {
    top: 35px;
    width: 64px;
    height: 96px;
  }
}
.play-on-event--section.play-on--event04 .new-photo-info--box {
  width: 37.3333333333rem;
  margin: 0 auto;
  margin-top: 2.6666666667rem;
  background: #fff;
  border-radius: 0.8888888889rem;
  -webkit-box-shadow: 0px 0px 12px 0px #ffe2e2;
          box-shadow: 0px 0px 12px 0px #ffe2e2;
  padding: 0.7777777778rem 0;
  box-shadow: 0px 0px 12px 0px #ffe2e2;
}
@media (max-width: 672px) {
  .play-on-event--section.play-on--event04 .new-photo-info--box {
    width: calc(100% - 32px);
    margin-top: 32px;
    border-radius: 16px;
  }
}
.play-on-event--section.play-on--event04 .new-photo-info--box .alert-box {
  position: relative;
  font-family: "Maplestory";
  width: 100%;
  max-width: 19.0555555556rem;
  margin: 0 auto;
}
@media (max-width: 672px) {
  .play-on-event--section.play-on--event04 .new-photo-info--box .alert-box {
    max-width: 100%;
    padding-left: 77px;
  }
}
.play-on-event--section.play-on--event04 .new-photo-info--box .alert-box::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + 2.6666666667rem);
  width: 4.8888888889rem;
  height: 4.3333333333rem;
  background: url("../images/ss15/img-play-on-evnet-title--deco01.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 672px) {
  .play-on-event--section.play-on--event04 .new-photo-info--box .alert-box::after {
    right: auto;
    width: 45px;
    left: 16px;
    height: 40px;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.play-on-event--section.play-on--event04 .new-photo-info--box .alert-box .alert-txt {
  font-size: 1.2222222222rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media (max-width: 672px) {
  .play-on-event--section.play-on--event04 .new-photo-info--box .alert-box .alert-txt {
    font-size: 14px;
    text-align: left;
  }
}
.play-on-event--section.play-on--event04 .new-photo-info--box .alert-box .alert-txt big {
  font-size: 2rem;
  color: #ff6f47;
}
@media (max-width: 672px) {
  .play-on-event--section.play-on--event04 .new-photo-info--box .alert-box .alert-txt big {
    font-size: 20px;
  }
}
.play-on-event--section.play-on--event04 .new-photo-info--box .alert-box .alert-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #5b5b5b;
  margin-top: 0.4444444444rem;
}
@media (max-width: 672px) {
  .play-on-event--section.play-on--event04 .new-photo-info--box .alert-box .alert-desc {
    font-size: 11px;
  }
}
.play-on-event--section.play-on--event04 .photo-images--wrap .c-photo-title--wrap {
  text-align: center;
}
.play-on-event--section.play-on--event04 .photo-images--wrap .c-photo--title {
  display: inline-block;
  padding: 0.3888888889rem 1.3888888889rem;
  margin: 0 auto;
  margin-bottom: 1.3333333333rem;
  background: url("../images/ss15/bg-img-title.png") no-repeat center center;
  background-size: contain;
}
.play-on-event--section.play-on--event04 .photo-images--wrap .c-photo--title .txt {
  display: block;
  font-family: "Maplestory";
  font-size: 1.6666666667rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px -2px 0 #ff3800, -0.75px -1.75px 0 #ff3800, -0.5px -1.75px 0 #ff3800, -0.25px -1.75px 0 #ff3800, 0px -1.75px 0 #ff3800, 0.25px -1.75px 0 #ff3800, 0.5px -1.75px 0 #ff3800, 0.75px -1.75px 0 #ff3800, -1.25px -1.5px 0 #ff3800, -1px -1.5px 0 #ff3800, -0.75px -1.5px 0 #ff3800, -0.5px -1.5px 0 #ff3800, -0.25px -1.5px 0 #ff3800, 0px -1.5px 0 #ff3800, 0.25px -1.5px 0 #ff3800, 0.5px -1.5px 0 #ff3800, 0.75px -1.5px 0 #ff3800, 1px -1.5px 0 #ff3800, 1.25px -1.5px 0 #ff3800, -1.5px -1.25px 0 #ff3800, -1.25px -1.25px 0 #ff3800, -1px -1.25px 0 #ff3800, -0.75px -1.25px 0 #ff3800, -0.5px -1.25px 0 #ff3800, -0.25px -1.25px 0 #ff3800, 0px -1.25px 0 #ff3800, 0.25px -1.25px 0 #ff3800, 0.5px -1.25px 0 #ff3800, 0.75px -1.25px 0 #ff3800, 1px -1.25px 0 #ff3800, 1.25px -1.25px 0 #ff3800, 1.5px -1.25px 0 #ff3800, -1.5px -1px 0 #ff3800, -1.25px -1px 0 #ff3800, -1px -1px 0 #ff3800, -0.75px -1px 0 #ff3800, -0.5px -1px 0 #ff3800, -0.25px -1px 0 #ff3800, 0px -1px 0 #ff3800, 0.25px -1px 0 #ff3800, 0.5px -1px 0 #ff3800, 0.75px -1px 0 #ff3800, 1px -1px 0 #ff3800, 1.25px -1px 0 #ff3800, 1.5px -1px 0 #ff3800, -1.75px -0.75px 0 #ff3800, -1.5px -0.75px 0 #ff3800, -1.25px -0.75px 0 #ff3800, -1px -0.75px 0 #ff3800, -0.75px -0.75px 0 #ff3800, -0.5px -0.75px 0 #ff3800, -0.25px -0.75px 0 #ff3800, 0px -0.75px 0 #ff3800, 0.25px -0.75px 0 #ff3800, 0.5px -0.75px 0 #ff3800, 0.75px -0.75px 0 #ff3800, 1px -0.75px 0 #ff3800, 1.25px -0.75px 0 #ff3800, 1.5px -0.75px 0 #ff3800, 1.75px -0.75px 0 #ff3800, -1.75px -0.5px 0 #ff3800, -1.5px -0.5px 0 #ff3800, -1.25px -0.5px 0 #ff3800, -1px -0.5px 0 #ff3800, -0.75px -0.5px 0 #ff3800, -0.5px -0.5px 0 #ff3800, -0.25px -0.5px 0 #ff3800, 0px -0.5px 0 #ff3800, 0.25px -0.5px 0 #ff3800, 0.5px -0.5px 0 #ff3800, 0.75px -0.5px 0 #ff3800, 1px -0.5px 0 #ff3800, 1.25px -0.5px 0 #ff3800, 1.5px -0.5px 0 #ff3800, 1.75px -0.5px 0 #ff3800, -1.75px -0.25px 0 #ff3800, -1.5px -0.25px 0 #ff3800, -1.25px -0.25px 0 #ff3800, -1px -0.25px 0 #ff3800, -0.75px -0.25px 0 #ff3800, -0.5px -0.25px 0 #ff3800, -0.25px -0.25px 0 #ff3800, 0px -0.25px 0 #ff3800, 0.25px -0.25px 0 #ff3800, 0.5px -0.25px 0 #ff3800, 0.75px -0.25px 0 #ff3800, 1px -0.25px 0 #ff3800, 1.25px -0.25px 0 #ff3800, 1.5px -0.25px 0 #ff3800, 1.75px -0.25px 0 #ff3800, -2px 0px 0 #ff3800, -1.75px 0px 0 #ff3800, -1.5px 0px 0 #ff3800, -1.25px 0px 0 #ff3800, -1px 0px 0 #ff3800, -0.75px 0px 0 #ff3800, -0.5px 0px 0 #ff3800, -0.25px 0px 0 #ff3800, 0.25px 0px 0 #ff3800, 0.5px 0px 0 #ff3800, 0.75px 0px 0 #ff3800, 1px 0px 0 #ff3800, 1.25px 0px 0 #ff3800, 1.5px 0px 0 #ff3800, 1.75px 0px 0 #ff3800, 2px 0px 0 #ff3800, -1.75px 0.25px 0 #ff3800, -1.5px 0.25px 0 #ff3800, -1.25px 0.25px 0 #ff3800, -1px 0.25px 0 #ff3800, -0.75px 0.25px 0 #ff3800, -0.5px 0.25px 0 #ff3800, -0.25px 0.25px 0 #ff3800, 0px 0.25px 0 #ff3800, 0.25px 0.25px 0 #ff3800, 0.5px 0.25px 0 #ff3800, 0.75px 0.25px 0 #ff3800, 1px 0.25px 0 #ff3800, 1.25px 0.25px 0 #ff3800, 1.5px 0.25px 0 #ff3800, 1.75px 0.25px 0 #ff3800, -1.75px 0.5px 0 #ff3800, -1.5px 0.5px 0 #ff3800, -1.25px 0.5px 0 #ff3800, -1px 0.5px 0 #ff3800, -0.75px 0.5px 0 #ff3800, -0.5px 0.5px 0 #ff3800, -0.25px 0.5px 0 #ff3800, 0px 0.5px 0 #ff3800, 0.25px 0.5px 0 #ff3800, 0.5px 0.5px 0 #ff3800, 0.75px 0.5px 0 #ff3800, 1px 0.5px 0 #ff3800, 1.25px 0.5px 0 #ff3800, 1.5px 0.5px 0 #ff3800, 1.75px 0.5px 0 #ff3800, -1.75px 0.75px 0 #ff3800, -1.5px 0.75px 0 #ff3800, -1.25px 0.75px 0 #ff3800, -1px 0.75px 0 #ff3800, -0.75px 0.75px 0 #ff3800, -0.5px 0.75px 0 #ff3800, -0.25px 0.75px 0 #ff3800, 0px 0.75px 0 #ff3800, 0.25px 0.75px 0 #ff3800, 0.5px 0.75px 0 #ff3800, 0.75px 0.75px 0 #ff3800, 1px 0.75px 0 #ff3800, 1.25px 0.75px 0 #ff3800, 1.5px 0.75px 0 #ff3800, 1.75px 0.75px 0 #ff3800, -1.5px 1px 0 #ff3800, -1.25px 1px 0 #ff3800, -1px 1px 0 #ff3800, -0.75px 1px 0 #ff3800, -0.5px 1px 0 #ff3800, -0.25px 1px 0 #ff3800, 0px 1px 0 #ff3800, 0.25px 1px 0 #ff3800, 0.5px 1px 0 #ff3800, 0.75px 1px 0 #ff3800, 1px 1px 0 #ff3800, 1.25px 1px 0 #ff3800, 1.5px 1px 0 #ff3800, -1.5px 1.25px 0 #ff3800, -1.25px 1.25px 0 #ff3800, -1px 1.25px 0 #ff3800, -0.75px 1.25px 0 #ff3800, -0.5px 1.25px 0 #ff3800, -0.25px 1.25px 0 #ff3800, 0px 1.25px 0 #ff3800, 0.25px 1.25px 0 #ff3800, 0.5px 1.25px 0 #ff3800, 0.75px 1.25px 0 #ff3800, 1px 1.25px 0 #ff3800, 1.25px 1.25px 0 #ff3800, 1.5px 1.25px 0 #ff3800, -1.25px 1.5px 0 #ff3800, -1px 1.5px 0 #ff3800, -0.75px 1.5px 0 #ff3800, -0.5px 1.5px 0 #ff3800, -0.25px 1.5px 0 #ff3800, 0px 1.5px 0 #ff3800, 0.25px 1.5px 0 #ff3800, 0.5px 1.5px 0 #ff3800, 0.75px 1.5px 0 #ff3800, 1px 1.5px 0 #ff3800, 1.25px 1.5px 0 #ff3800, -0.75px 1.75px 0 #ff3800, -0.5px 1.75px 0 #ff3800, -0.25px 1.75px 0 #ff3800, 0px 1.75px 0 #ff3800, 0.25px 1.75px 0 #ff3800, 0.5px 1.75px 0 #ff3800, 0.75px 1.75px 0 #ff3800, 0px 2px 0 #ff3800;
}
.play-on-event--section.play-on--event04 .photo-contest-slider--wrap {
  margin-top: 3.5555555556rem;
  background: #ffe2e2;
  padding: 3.1111111111rem 0;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event04 .photo-contest-slider--wrap {
    margin-top: 32px;
  }
}
.play-on-event--section.play-on--event04 .photo-contest-slider--wrap .c-photo--title {
  min-width: 13.1111111111rem;
}
.play-on-event--section.play-on--event04 .PhotoContestSlider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.play-on-event--section.play-on--event04 .PhotoContestSlider .swiper-slide {
  width: 28rem;
  padding: 0.6666666667rem;
  background: #dec0c0;
  border-radius: 1.3333333333rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event04 .PhotoContestSlider .swiper-slide {
    width: 216px;
    padding: 5px;
    border-radius: 12px;
  }
}
.play-on-event--section.play-on--event04 .PhotoContestSlider .swiper-slide .img-thumnail {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.5555555556rem;
}
.play-on-event--section.play-on--event04 .PhotoContestSlider .swiper-slide .img-thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.play-on-event--section.play-on--event04 .PhotoContestSlider .swiper-slide .text-info--wrap {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.play-on-event--section.play-on--event04 .PhotoContestSlider .swiper-slide .text-info--wrap .nickname {
  font-family: "Maplestory";
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #c0ecff;
}
.play-on-event--section.play-on--event04 .PhotoContestSlider .swiper-slide .text-info--wrap .photo-info--text {
  font-family: "Maplestory";
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #fff;
  margin-top: 0.4444444444rem;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.play-on-event--section.play-on--event04 .PhotoContestSlider .swiper-slide.swiper-slide-active {
  background: #444444;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(175, 175, 175, 0.5019607843) inset;
          box-shadow: 3px 3px 2px 0px rgba(175, 175, 175, 0.5019607843) inset;
}
.play-on-event--section.play-on--event04 .PhotoContestSlider .swiper-slide.swiper-slide-active .text-info--wrap {
  display: block;
  opacity: 1;
  height: 100%;
  margin-top: 1.3333333333rem;
}
.play-on-event--section.play-on--event04 .photo-sns-slider--wrap {
  padding: 3.1111111111rem 0;
  background: rgba(255, 218, 218, 0.9);
}
.play-on-event--section.play-on--event04 .photo-sns-slider--wrap .c-photo--title {
  min-width: 11.1111111111rem;
  margin-bottom: 0.8888888889rem;
}
.play-on-event--section.play-on--event04 .photo-sns-slider--wrap .hashtag-title {
  border: 1px solid #ffa58b;
  border-radius: 0.4444444444rem;
  background: #fff;
  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;
  width: 22.9444444444rem;
  margin: 0 auto;
  margin-bottom: 2.2222222222rem;
  padding: 0.4444444444rem 0;
  -webkit-column-gap: 0.4444444444rem;
     -moz-column-gap: 0.4444444444rem;
          column-gap: 0.4444444444rem;
}
.play-on-event--section.play-on--event04 .photo-sns-slider--wrap .hashtag-title span {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #1a1a1a;
}
.play-on-event--section.play-on--event04 .photo-sns-slider--wrap .hashtag-title span span {
  color: #ff3800;
}
.play-on-event--section.play-on--event04 .PhotoContestSNSSlider .swiper-slide {
  width: 28rem;
  padding: 0.6666666667rem;
  background: #dec0c0;
  border-radius: 1.3333333333rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event04 .PhotoContestSNSSlider .swiper-slide {
    width: 216px;
    padding: 5px;
    border-radius: 12px;
  }
}
.play-on-event--section.play-on--event04 .PhotoContestSNSSlider .swiper-slide.swiper-slide-active {
  background: #444444;
  -webkit-box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(175, 175, 175, 0.5019607843) inset;
          box-shadow: 3px 3px 2px 0px rgba(175, 175, 175, 0.5019607843) inset;
}
.play-on-event--section.play-on--event04 .PhotoContestSNSSlider .img-thumnail {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.5555555556rem;
}
.play-on-event--section.play-on--event04 .PhotoContestSNSSlider .img-thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.play-on-event--section.play-on--event04 .section-inner .section-inner {
  max-width: 51.6666666667rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 970px) {
  .play-on-event--section.play-on--event04 .section-inner .section-inner {
    padding: 0 0.8888888889rem;
  }
}
.play-on-event--section.play-on--event04 .join-how-to--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 41.1111111111rem;
  margin: 0 auto;
  padding: 1.7777777778rem 5.4444444444rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.1111111111rem;
  margin-top: 1.7777777778rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event04 .join-how-to--wrap {
    padding: 32px 24px;
  }
}
.play-on-event--section.play-on--event04 .join-how-to--wrap .join-how-to--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 1.3333333333rem;
     -moz-column-gap: 1.3333333333rem;
          column-gap: 1.3333333333rem;
  padding-bottom: 1.3333333333rem;
  border-bottom: 1px solid #e8e8e8;
}
.play-on-event--section.play-on--event04 .join-how-to--wrap .join-how-to--item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  padding-top: 1.3333333333rem;
}
.play-on-event--section.play-on--event04 .join-how-to--wrap .join-how-to--item .cate {
  font-family: "Maplestory";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #ff6841;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: underline;
  text-underline-offset: 0.4444444444rem;
  text-decoration-thickness: 0.1111111111rem;
}
.play-on-event--section.play-on--event04 .join-how-to--wrap .join-how-to--item .desc-wrap p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
.play-on-event--section.play-on--event04 .join-how-to--wrap .join-how-to--item .desc-wrap p strong {
  font-weight: 700;
  position: relative;
}
.play-on-event--section.play-on--event04 .join-how-to--wrap .join-how-to--item .desc-wrap p strong::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4444444444rem;
  background: #fff766;
  z-index: -1;
}
.play-on-event--section.play-on--event04 .join-how-to--wrap .join-how-to--item .desc-wrap .hastag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6666666667rem;
  margin-top: 0.8888888889rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event04 .join-how-to--wrap .join-how-to--item .desc-wrap .hastag-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.play-on-event--section.play-on--event04 .join-how-to--wrap .join-how-to--item .desc-wrap .hastag-wrap span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.2222222222rem 0.4444444444rem;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 0.2222222222rem;
  font-size: 0.7222222222rem;
  font-weight: 600;
  line-height: 1.4;
}
.play-on-event--section.play-on--event04 .join-how-to--wrap .join-how-to--item .desc-wrap .hastag-wrap small {
  font-size: 0.8333333333rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ff3800;
}
.play-on-event--section.play-on--event04 .join-btn--wrap {
  width: 100%;
  max-width: 41.1111111111rem;
  margin: 0 auto;
  margin-top: 3.5555555556rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1111111111rem;
}
@media (max-width: 900px) {
  .play-on-event--section.play-on--event04 .join-btn--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 240px;
  }
}
.play-on-event--section.play-on--event04 .join-btn--wrap .btn-homepage--join,
.play-on-event--section.play-on--event04 .join-btn--wrap .btn-sns--join {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.play-on-event--section .common-play-on-event--heading .play-on--cate {
  font-family: "Maplestory";
  border-radius: 5.5555555556rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9rem;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000000;
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  padding: 0.3333333333rem 0;
}
@media (max-width: 900px) {
  .play-on-event--section .common-play-on-event--heading .play-on--cate {
    width: 100px;
    padding: 7px 0;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.play-on-event--section .common-play-on-event--heading .play-on-img--title {
  width: 100%;
  max-width: auto;
  margin: 0 auto;
  margin-top: 1.3333333333rem;
}
@media (max-width: 900px) {
  .play-on-event--section .common-play-on-event--heading .play-on-img--title {
    margin-top: 16px;
  }
}
.play-on-event--section .common-play-on-event--heading .play-on--desc {
  font-family: "Maplestory";
  margin-top: 0.8888888889rem;
  font-size: 1.3333333333rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (max-width: 900px) {
  .play-on-event--section .common-play-on-event--heading .play-on--desc {
    font-size: 15px;
    margin-top: 8px;
  }
}
.play-on-event--section .common-play-on-event--heading .date-wrap {
  text-align: center;
}
.play-on-event--section .common-play-on-event--heading .play-on-event--date {
  position: relative;
  display: inline-block;
  font-family: "Maplestory";
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.3333333333rem;
  letter-spacing: -0.01em;
  z-index: 1;
}
@media (max-width: 900px) {
  .play-on-event--section .common-play-on-event--heading .play-on-event--date {
    font-size: 17px;
    margin-top: 16px;
  }
}
.play-on-event--section .common-play-on-event--heading .play-on-event--date::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6666666667rem;
  background: #ddff6d;
  z-index: -1;
}
@media (max-width: 900px) {
  .play-on-event--section .common-play-on-event--heading .play-on-event--date::after {
    height: 10px;
  }
}
.play-on-event--section .play-on-video--wrap {
  position: relative;
  width: 100%;
  max-width: 41.1111111111rem;
  margin: 0 auto;
  margin-top: 2.8888888889rem;
}
@media (max-width: 900px) {
  .play-on-event--section .play-on-video--wrap {
    padding: 0 24px;
    margin-top: 32px;
  }
}
.play-on-event--section .play-on-video--wrap::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 0.9444444444rem);
  left: -4.0555555556rem;
  width: 5.8055555556rem;
  height: 5.7777777778rem;
  background: url("../images/ss15/img-video-deco--top.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 900px) {
  .play-on-event--section .play-on-video--wrap::before {
    display: none;
  }
}
.play-on-event--section .play-on-video--wrap .common-video-container {
  position: relative;
  width: 100%;
  max-width: 41.1111111111rem;
  margin: 0 auto;
}
.play-on-event--section .play-on-video--wrap .common-video-container::before {
  content: "";
  position: absolute;
  right: calc(100% + 1.5555555556rem);
  bottom: 2.3888888889rem;
  width: 9.4444444444rem;
  height: 12rem;
  background: url("../images/ss15/img-video-deco--left.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 900px) {
  .play-on-event--section .play-on-video--wrap .common-video-container::before {
    display: none;
  }
}
.play-on-event--section .play-on-video--wrap .common-video-container::after {
  content: "";
  position: absolute;
  left: calc(100% + 1.5555555556rem);
  bottom: 2.3888888889rem;
  width: 11.0555555556rem;
  height: 12rem;
  background: url("../images/ss15/img-video-deco--right.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 900px) {
  .play-on-event--section .play-on-video--wrap .common-video-container::after {
    display: none;
  }
}
.play-on-event--section .play-on-video--wrap .video-content {
  position: relative;
  padding-bottom: 56.3%;
  cursor: pointer;
  border-radius: 1.1111111111rem;
  overflow: hidden;
}
.play-on-event--section .play-on-video--wrap .video-content .btn-video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(18, 18, 18, 0.3);
  border-radius: 1.1111111111rem;
  overflow: hidden;
}
.play-on-event--section .play-on-video--wrap .video-content .btn-video-play::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 4.75rem;
  height: 3.2777777778rem;
  background: url("../images/ss15/ico-play-btn.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .play-on-video--wrap .video-content .btn-video-play::after {
    width: 54px;
    height: 37px;
    background: url("../images/ss15/ico-play-btn--mo.png") no-repeat center center;
    background-size: cover;
  }
}
.play-on-event--section .play-on-video--wrap .video-content .btn-comingsoon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/ss15/img-btn-comingsoon.jpg") no-repeat center center;
  background-size: cover;
  z-index: 10;
  cursor: auto;
}
.play-on-event--section .play-on-video--wrap .video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.play-on-event--section .play-on-video--wrap .video-info--text {
  font-size: 0.7777777778rem;
  font-weight: 700;
  color: #666666;
  margin-top: 1.1111111111rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .play-on-video--wrap .video-info--text {
    font-size: 11px;
    margin-top: 8px;
  }
}
.play-on-event--section .play-on-video--wrap .video-info--text a {
  color: #ff3700;
  text-decoration: underline;
}
.play-on-event--section .btn--wrap {
  margin-top: 3.1111111111rem;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .btn--wrap {
    margin-top: 32px;
  }
}
.play-on-event--section .btn--wrap .common-btn--style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 25.5555555556rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .btn--wrap .common-btn--style {
    max-width: 240px;
  }
}
.play-on-event--section .cheering-comment--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8888888889rem;
  margin-top: 3.1111111111rem;
  overflow: hidden;
  width: calc(100% + 55rem);
  margin-left: -27.5rem;
  margin-right: -27.5rem;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .cheering-comment--wrap {
    margin-top: 30px;
    row-gap: 8px;
  }
}
.play-on-event--section .cheering-comment--wrap .cheering-comment--item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4444444444rem;
     -moz-column-gap: 0.4444444444rem;
          column-gap: 0.4444444444rem;
  border: 1px solid #000000;
  border-radius: 5.5555555556rem;
  padding: 0.3888888889rem 1.3333333333rem;
  margin-right: 0.9444444444rem;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .cheering-comment--wrap .cheering-comment--item {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    padding: 7px 24px;
    margin-right: 8px;
  }
}
.play-on-event--section .cheering-comment--wrap .cheering-comment--item.color01 {
  background: #d4fff9;
}
.play-on-event--section .cheering-comment--wrap .cheering-comment--item.color02 {
  background: #d4e0ff;
}
.play-on-event--section .cheering-comment--wrap .cheering-comment--item.color03 {
  background: #d4f1ff;
}
.play-on-event--section .cheering-comment--wrap .cheering-comment--item.color04 {
  background: #ffdad4;
}
.play-on-event--section .cheering-comment--wrap .cheering-comment--item.color05 {
  background: #ffe3fe;
}
.play-on-event--section .cheering-comment--wrap .cheering-comment--item.color06 {
  background: #fff;
}
.play-on-event--section .cheering-comment--wrap .cheering-comment--item.color07 {
  background: #fdffb9;
}
.play-on-event--section .cheering-comment--wrap .cheering-comment--item .icon {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .cheering-comment--wrap .cheering-comment--item .icon {
    width: 20px;
    height: 20px;
  }
}
.play-on-event--section .cheering-comment--wrap .cheering-comment--item .nickname,
.play-on-event--section .cheering-comment--wrap .cheering-comment--item .message {
  display: block;
  font-family: "Maplestory";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .cheering-comment--wrap .cheering-comment--item .nickname,
  .play-on-event--section .cheering-comment--wrap .cheering-comment--item .message {
    color: 13px;
  }
}
.play-on-event--section .cheering-comment--wrap .cheering-comment--item .nickname {
  color: #333333;
}
.play-on-event--section .common-deco-title--wrap {
  text-align: center;
}
.play-on-event--section .common-deco-title--wrap .common-deco-title {
  font-family: "Maplestory";
  position: relative;
  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;
  -webkit-column-gap: 0.4444444444rem;
     -moz-column-gap: 0.4444444444rem;
          column-gap: 0.4444444444rem;
  font-size: 1.2222222222rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-underline-offset: 0.3333333333rem;
  text-decoration-thickness: 0.1666666667rem;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .common-deco-title--wrap .common-deco-title {
    font-size: 14px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
  }
}
.play-on-event--section .common-deco-title--wrap .common-deco-title::before {
  content: "";
  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;
  width: 1.5rem;
  height: 2.7222222222rem;
  background: url("../images/ss15/img-title-deco--left.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .common-deco-title--wrap .common-deco-title::before {
    width: 14px;
    height: 25px;
  }
}
.play-on-event--section .common-deco-title--wrap .common-deco-title::after {
  content: "";
  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;
  width: 1.5rem;
  height: 2.7222222222rem;
  background: url("../images/ss15/img-title-deco--right.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .common-deco-title--wrap .common-deco-title::after {
    width: 14px;
    height: 25px;
  }
}
.play-on-event--section .gift-info--box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 51.7777777778rem;
  margin: 0 auto;
  margin-top: 3.1111111111rem;
  border-radius: 1.1111111111rem;
  padding: 1.7777777778rem 0;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .gift-info--box {
    margin-top: 40px;
    max-width: 100%;
    padding: 24px 0;
  }
}
.play-on-event--section .gift-info--box p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.play-on-event--section .gift-info--box p + p {
  margin-top: 0.8888888889rem;
}
.play-on-event--section .gift-info--box .img-gift-info--warp {
  width: 100%;
  margin: 0 auto;
}
.play-on-event--section .gift-info--box.quiz {
  background: rgba(228, 245, 228, 0.4);
}
.play-on-event--section .gift-info--box.quiz p .color {
  color: #009266;
}
.play-on-event--section .gift-info--box.quiz .img-gift-info--warp {
  max-width: 43.1111111111rem;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .gift-info--box.quiz .img-gift-info--warp {
    max-width: 320px;
  }
}
.play-on-event--section .gift-info--box.dreamnote {
  background: rgba(217, 217, 217, 0.3);
}
.play-on-event--section .gift-info--box.dreamnote p .color {
  color: #5b45ff;
}
.play-on-event--section .gift-info--box.dreamnote .img-gift-info--warp {
  max-width: 43.1111111111rem;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .gift-info--box.dreamnote .img-gift-info--warp {
    max-width: 325px;
  }
}
.play-on-event--section .gift-info--box.photo-contest {
  background: rgba(244, 226, 226, 0.4);
}
.play-on-event--section .gift-info--box.photo-contest p .color {
  color: #2f94ff;
}
.play-on-event--section .gift-info--box.photo-contest small {
  display: block;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 2;
  color: #212121;
}
.play-on-event--section .gift-info--box.photo-contest .img-gift-info--warp {
  max-width: 43.1111111111rem;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .gift-info--box.photo-contest .img-gift-info--warp {
    max-width: 320px;
  }
}
.play-on-event--section .now-count--wrap p {
  font-family: "Maplestory";
  font-size: 1.4444444444rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.3333333333rem;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .now-count--wrap p {
    font-size: 13px;
    margin-top: 8px;
  }
}
.play-on-event--section .now-count--wrap p .color {
  color: #ff4104;
}
.play-on-event--section .count-item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.1111111111rem;
     -moz-column-gap: 1.1111111111rem;
          column-gap: 1.1111111111rem;
  margin-top: 1.3333333333rem;
}
@media screen and (max-width: 720px) {
  .play-on-event--section .count-item--wrap {
    margin-top: 16px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.play-on-event--section .count-item--wrap .count-item {
  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;
  width: 7.1111111111rem;
  height: 9.5555555556rem;
  background: url("../images/ss15/img-count-item.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .play-on-event--section .count-item--wrap .count-item {
    width: 52px;
    height: 70px;
  }
}
.play-on-event--section .count-item--wrap .count-item .num {
  font-family: "Maplestory";
  font-size: 4.4444444444rem;
  font-weight: 700;
  color: #424242;
  line-height: 1.4;
}
@media screen and (max-width: 720px) {
  .play-on-event--section .count-item--wrap .count-item .num {
    font-size: 32px;
  }
}
.play-on-event--section .event-sub--text {
  font-family: "Maplestory";
  text-align: center;
  font-size: 1.2222222222rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-top: 2.6666666667rem;
}
@media screen and (max-width: 900px) {
  .play-on-event--section .event-sub--text {
    font-size: 15px;
    margin-top: 40px;
  }
}

.p-quiz #content {
  background: #eeffee;
}

.p-dreamnote #content {
  background: #f7f6ff;
}
.p-dreamnote .event-join--wrap .privacy-box--container {
  border-color: #d8d6e3;
}

.p-photo-contest #content {
  background: #fff0f0;
}
.p-photo-contest .event-join--wrap .privacy-box--container {
  border-color: #f9dbdb;
}

.p-campaign--join #content {
  background: #f4f6f9;
}
.p-campaign--join .event-join--wrap .privacy-box--container {
  border-color: #dfe1e4;
}

.event-join--wrap {
  padding: 4.4444444444rem 0;
}
@media (max-width: 900px) {
  .event-join--wrap {
    padding: 32px 0;
    padding-bottom: 50px;
  }
}
.event-join--wrap .section-inner {
  max-width: 46.1111111111rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 870px) {
  .event-join--wrap .section-inner {
    padding: 0 1.1111111111rem;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on--cate {
  font-family: "Maplestory";
  border-radius: 5.5555555556rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.7777777778rem;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3b3b3b;
  font-size: 1.2222222222rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding: 0.4166666667rem 0;
  letter-spacing: 0.01em;
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on--cate {
    width: 140px;
    padding: 6px 0;
    font-size: 14px;
    letter-spacing: 0;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on-img--title {
  position: relative;
  width: 100%;
  max-width: 24.4444444444rem;
  margin: 0 auto;
  margin-top: 0.4444444444rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on-img--title {
    margin-top: 8px;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on-img--title .deco-title--img {
  position: absolute;
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on-img--title.p-quiz {
    max-width: 212px;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on-img--title.p-quiz .deco-right--img {
  width: 9.2222222222rem;
  height: 9.2222222222rem;
  top: 50%;
  right: -7.3333333333rem;
  -webkit-transform: translateY(-59%);
          transform: translateY(-59%);
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on-img--title.p-quiz .deco-right--img {
    width: 74px;
    height: 74px;
    right: -7px;
    -webkit-transform: translateY(-85%);
            transform: translateY(-85%);
  }
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on-img--title.p-dreamnote {
    max-width: 301px;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on-img--title.p-dreamnote .deco-left--img {
  width: 8.4166666667rem;
  height: 8.4166666667rem;
  top: -5.8888888889rem;
  left: -5.5555555556rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on-img--title.p-dreamnote .deco-left--img {
    display: block !important;
    width: 5.416667rem;
    height: 5.416667rem;
    top: 5.111111rem;
    left: -0.555556rem;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on-img--title.p-dreamnote .deco-right--img {
  width: 10.3888888889rem;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-59%);
          transform: translateY(-59%);
}
.event-join--wrap .common-play-on-event--heading .play-on-img--title.p-photo-contest {
  max-width: 37.5555555556rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on-img--title.p-photo-contest {
    max-width: 252.5px;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on-img--title.p-photo-contest .deco-left--img {
  width: 7.2777777778rem;
  bottom: 0;
  right: 100%;
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on-img--title.p-photo-contest .deco-left--img {
    display: block !important;
    width: 74px;
    right: 90%;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on-img--title.p-photo-contest .deco-right--img {
  width: 6.6388888889rem;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on-img--title.p-photo-contest .deco-right--img {
    display: block !important;
    width: 55px;
    top: auto;
    bottom: -37px;
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: -31px;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on--desc {
  font-family: "Maplestory";
  margin-top: 0.8888888889rem;
  font-size: 1.3333333333rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on--desc {
    font-size: 14px;
    margin-top: 8px;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on--title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-top: 1.3333333333rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on--title {
    margin-top: 12px;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on--title small {
  font-family: "Maplestory";
  line-height: 1.2;
  font-size: 1.4444444444rem;
  text-align: center;
  color: #0b428a;
  letter-spacing: 0.01em;
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on--title small {
    font-size: 18px;
  }
}
.event-join--wrap .common-play-on-event--heading .play-on--title big {
  font-family: "Maplestory";
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #0b428a;
  font-size: 2.3333333333rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading .play-on--title big {
    font-size: 26px;
  }
}
.event-join--wrap .common-play-on-event--heading small {
  display: block;
  margin-top: 0.2222222222rem;
  font-family: "Maplestory";
  font-size: 0.8888888889rem;
  line-height: 1.4;
  font-weight: 400;
  color: #ff6600;
  text-align: center;
}
@media (max-width: 900px) {
  .event-join--wrap .common-play-on-event--heading small {
    font-size: 11px;
    margin-top: 8px;
  }
}
.event-join--wrap .common-play-on-event--heading .date-wrap {
  text-align: center;
}
.event-join--wrap .common-play-on-event--heading .play-on-event--date {
  position: relative;
  display: inline-block;
  font-family: "Maplestory";
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.3333333333rem;
  letter-spacing: -0.01em;
  z-index: 1;
}
.event-join--wrap .common-play-on-event--heading .play-on-event--date::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6666666667rem;
  background: #ddff6d;
  z-index: -1;
}
.event-join--wrap .quiz-gate-img--wrap {
  width: 100%;
  max-width: 35.1111111111rem;
  margin: 0 auto;
  margin-top: 1.3333333333rem;
}
@media (max-width: 900px) {
  .event-join--wrap .quiz-gate-img--wrap {
    max-width: 276px;
    margin-top: 0;
  }
}
.event-join--wrap .quiz-gate-text--wrap {
  font-family: "Maplestory";
  font-size: 1.1111111111rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  margin-top: 2.1666666667rem;
}
@media (max-width: 900px) {
  .event-join--wrap .quiz-gate-text--wrap {
    font-size: 14px;
    margin-top: 13px;
  }
}
.event-join--wrap .quiz-gate-text--wrap strong {
  font-weight: 700;
}
.event-join--wrap .btn--wrap {
  margin-top: 3.1111111111rem;
}
@media (max-width: 900px) {
  .event-join--wrap .btn--wrap {
    margin-top: 40px;
  }
}
.event-join--wrap .btn--wrap .btn-start--quiz {
  display: block;
  width: 100%;
  max-width: 16.6666666667rem;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .event-join--wrap .btn--wrap .btn-start--quiz {
    max-width: 240px;
  }
}
.event-join--wrap .btn--wrap .btn-apply {
  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;
  width: 17.7777777778rem;
  height: 4.4444444444rem;
  -webkit-column-gap: 0.8888888889rem;
     -moz-column-gap: 0.8888888889rem;
          column-gap: 0.8888888889rem;
  background: #3a7fff;
  border-radius: 5.5555555556rem;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .event-join--wrap .btn--wrap .btn-apply {
    width: 100%;
    height: 72px;
  }
}
.event-join--wrap .btn--wrap .btn-apply .icon {
  width: 1.6666666667rem;
  height: 1.5555555556rem;
}
@media (max-width: 900px) {
  .event-join--wrap .btn--wrap .btn-apply .icon {
    width: 26px;
    height: 24px;
  }
}
.event-join--wrap .btn--wrap .btn-apply .dash {
  width: 0.0555555556rem;
  height: 1.3888888889rem;
  background: #fff;
}
.event-join--wrap .btn--wrap .btn-apply .text {
  font-size: 1.4444444444rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media (max-width: 900px) {
  .event-join--wrap .btn--wrap .btn-apply .text {
    font-size: 22px;
  }
}
.event-join--wrap .quiz-box--container {
  position: relative;
  margin-top: 2.2222222222rem;
}
@media (max-width: 900px) {
  .event-join--wrap .quiz-box--container {
    margin-top: 24px;
  }
}
.event-join--wrap .quiz-box--container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.6666666667rem;
  z-index: 0;
  background: url("../images/ss15/test-top--pc.png") no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 900px) {
  .event-join--wrap .quiz-box--container::before {
    height: 96px;
    background: url("../images/ss15/test-top.png") no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 344px) {
  .event-join--wrap .quiz-box--container::before {
    height: 93px;
  }
}
.event-join--wrap .quiz-box--container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15.4444444444rem;
  z-index: 0;
  background: url("../images/ss15/test-bottom--pc.png") no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 900px) {
  .event-join--wrap .quiz-box--container::after {
    height: 108px;
    background: url("../images/ss15/test-bottom.png") no-repeat bottom center;
    background-size: cover;
  }
}
@media (max-width: 344px) {
  .event-join--wrap .quiz-box--container::after {
    height: 105px;
  }
}
.event-join--wrap .quiz-box--container .bg {
  position: absolute;
}
.event-join--wrap .quiz-box--container .quiz-num--wrap {
  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;
  width: 5.6111111111rem;
  height: 3.5555555556rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #3a7fff;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 1.3333333333rem 0.4444444444rem 1.3333333333rem 0.4444444444rem;
  background: #fff;
  -webkit-column-gap: 0.4444444444rem;
     -moz-column-gap: 0.4444444444rem;
          column-gap: 0.4444444444rem;
  z-index: 2;
}
@media (max-width: 900px) {
  .event-join--wrap .quiz-box--container .quiz-num--wrap {
    width: 70px;
    height: 44px;
    border-width: 2px;
    border-radius: 16px 6px 16px 6px;
    -webkit-box-shadow: 0px 2.8px 0px 0px rgba(0, 0, 0, 0.1490196078);
            box-shadow: 0px 2.8px 0px 0px rgba(0, 0, 0, 0.1490196078);
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
.event-join--wrap .quiz-box--container .quiz-num--wrap .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.7222222222rem;
  height: 1.7777777778rem;
}
@media (max-width: 900px) {
  .event-join--wrap .quiz-box--container .quiz-num--wrap .icon {
    width: 20px;
    height: 21px;
  }
}
.event-join--wrap .quiz-box--container .quiz-num--wrap .text {
  font-family: "Maplestory";
  font-size: 1.7777777778rem;
  font-weight: 700;
  line-height: 1.4;
  color: #3a7fff;
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .event-join--wrap .quiz-box--container .quiz-num--wrap .text {
    font-size: 20px;
  }
}
.event-join--wrap .quiz-box--container .quiz-box--inner {
  position: relative;
  z-index: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.4444444444rem;
}
@media (max-width: 900px) {
  .event-join--wrap .quiz-box--container .quiz-box--inner {
    padding: 40px 32px;
  }
  .event-join--wrap .quiz-box--container .quiz-box--inner.padding-small {
    padding: 41px 32px;
  }
  .event-join--wrap .quiz-box--container .quiz-box--inner.padding-tall {
    padding: 48px 32px;
  }
}
.event-join--wrap .quiz-box--container .question-text {
  position: relative;
  width: 100%;
  font-family: "Maplestory";
  font-size: 2.5555555556rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0;
  padding-bottom: 2.2222222222rem;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
}
@media (max-width: 900px) {
  .event-join--wrap .quiz-box--container .question-text {
    font-size: 24px;
    padding-bottom: 28px;
    letter-spacing: -0.02em;
  }
}
.event-join--wrap .center-bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 8.8888888889rem);
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 900px) {
  .event-join--wrap .center-bg {
    height: calc(100% - 80px);
  }
}
.event-join--wrap .btn-next--quiz {
  position: relative;
  margin-top: 2.6666666667rem;
  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;
  width: 100%;
  max-width: 16.6666666667rem;
  background: #000;
  padding: 1.1944444444rem 0;
  border-radius: 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .btn-next--quiz {
    max-width: 210px;
    text-align: center;
    padding: 17px 0;
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 32px;
  }
}
.event-join--wrap .btn-next--quiz .text {
  font-family: "Maplestory";
  font-size: 1.7777777778rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (max-width: 900px) {
  .event-join--wrap .btn-next--quiz .text {
    font-size: 20px;
  }
}
.event-join--wrap .btn-next--quiz .text .color {
  color: #ffea98;
}
.event-join--wrap .common-completed--wrap {
  margin-top: 2.2222222222rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap {
    margin-top: 24px;
  }
}
.event-join--wrap .common-completed--wrap + .btn--wrap {
  margin-top: 3.5555555556rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap + .btn--wrap {
    margin-top: 32px;
  }
}
.event-join--wrap .common-completed--wrap + .btn--wrap .common-btn--style {
  display: block;
  width: 100%;
  max-width: 27.2222222222rem;
  margin: 0 auto;
}
.event-join--wrap .common-completed--wrap + .btn--wrap .common-btn--style.btn-main--page {
  max-width: 17.7777777778rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap + .btn--wrap .common-btn--style.btn-main--page {
    max-width: 100%;
  }
}
.event-join--wrap .common-completed--wrap .box-inner {
  position: relative;
  padding: 4.4444444444rem 0;
  z-index: 1;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .box-inner {
    padding: 40px 0;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap {
  position: relative;
}
.event-join--wrap .common-completed--wrap .completed-top--wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.6666666667rem;
  z-index: 0;
  background: url("../images/ss15/test-top--pc.png") no-repeat top center;
  background-size: cover;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap::before {
    height: 96px;
    background: url("../images/ss15/test-top.png") no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 344px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap::before {
    height: 93px;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15.4444444444rem;
  z-index: 0;
  background: url("../images/ss15/test-bottom--pc.png") no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap::after {
    height: 108px;
    background: url("../images/ss15/test-bottom.png") no-repeat bottom center;
    background-size: cover;
  }
}
@media (max-width: 344px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap::after {
    height: 105px;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap.p-dreamnote::before {
  background: url("../images/ss15/test-dreamnote-top--pc.png") no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap.p-dreamnote::before {
    background: url("../images/ss15/test-dreamnote-top--mo.png") no-repeat top center;
    background-size: cover;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap.p-dreamnote::after {
  background: url("../images/ss15/test-dreamnote-bottom--pc.png") no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap.p-dreamnote::after {
    background: url("../images/ss15/test-dreamnote-bottom--mo.png") no-repeat bottom center;
    background-size: cover;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap.p-photo-contest::before {
  background: url("../images/ss15/test-photocontest-top--pc.png") no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap.p-photo-contest::before {
    background: url("../images/ss15/test-photocontest-top--mo.png") no-repeat top center;
    background-size: cover;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap.p-photo-contest::after {
  background: url("../images/ss15/test-photocontest-bottom--pc.png") no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap.p-photo-contest::after {
    background: url("../images/ss15/test-photocontest-bottom--mo.png") no-repeat bottom center;
    background-size: cover;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .bg {
  position: absolute;
  z-index: 0;
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap big {
  display: inline-block;
  font-family: "Maplestory";
  font-size: 3.1111111111rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap big {
    font-size: 32px;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap big.quiz-completed-deco-right {
  position: relative;
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap big.quiz-completed-deco-right::after {
  content: "";
  position: absolute;
  top: -2.7777777778rem;
  left: 100%;
  width: 5.6666666667rem;
  height: 6.1666666667rem;
  background: url("../images/ss15/img-quiz-completed-deco--right.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap big.quiz-completed-deco-right::after {
    top: -12px;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap small {
  display: inline-block;
  font-family: "Maplestory";
  font-size: 2.2222222222rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  text-align: center;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap small {
    font-size: 22px;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap small.c-blue {
  color: #3a7fff;
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap small.quiz-completed-deco-left {
  position: relative;
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap small.quiz-completed-deco-left::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% - 1rem);
  width: 10.6111111111rem;
  height: 10.6111111111rem;
  background: url("../images/ss15/img-quiz-completed-deco--left.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-heading--wrap small.quiz-completed-deco-left::after {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    width: 129px;
    height: 129px;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-desc {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin-top: 2.2222222222rem;
  z-index: 1;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-desc {
    font-size: 15px;
    margin-top: 32px;
    padding-left: 34px;
    padding-right: 34px;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-desc strong {
  font-weight: 600;
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-desc strong .marker {
  position: relative;
  font-weight: 800;
  z-index: 1;
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .celebration-desc strong .marker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.6666666667rem;
  background: #fbff7a;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .photo-contest--desc {
  position: relative;
  font-family: "Maplestory";
  font-size: 1.1111111111rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap .photo-contest--desc {
    font-size: 14px;
    margin-top: 8px;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .result-img--thumnail--wrap {
  position: relative;
  width: 100%;
  max-width: 35.5555555556rem;
  margin: 0 auto;
  margin-top: 1.7777777778rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap .result-img--thumnail--wrap {
    margin-top: 28px;
    max-width: calc(100% - 80px);
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .result-img--thumnail--wrap .imgr-thumnail {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 1.1111111111rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-top--wrap .result-img--thumnail--wrap .imgr-thumnail {
    border-radius: 12px;
  }
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .result-img--thumnail--wrap .imgr-thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-join--wrap .common-completed--wrap .completed-top--wrap .dream-note--item {
  width: 20rem;
  margin: 0 auto;
  margin-top: 3.6111111111rem;
}
.event-join--wrap .common-completed--wrap .completed-bottom--wrap {
  margin-top: -5.6666666667rem;
  border-radius: 3.5555555556rem;
  padding-top: 7.8888888889rem;
  padding-bottom: 2.2222222222rem;
  border: 10px solid #dce9dc;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-bottom--wrap {
    padding-top: 72px;
    margin-top: -48px;
    padding-bottom: 32px;
    border-width: 4px;
    border-radius: 16px;
  }
}
.event-join--wrap .common-completed--wrap .completed-bottom--wrap.p-dreamnote {
  border-color: #e1dfee;
  background: #edecf5;
}
.event-join--wrap .common-completed--wrap .completed-bottom--wrap.p-dreamnote p span .color {
  color: #5b45ff;
}
.event-join--wrap .common-completed--wrap .completed-bottom--wrap.p-photo-contest {
  border-color: #f0d3d3;
  background: #f0e2e2;
}
.event-join--wrap .common-completed--wrap .completed-bottom--wrap.p-photo-contest p span .color {
  color: #2f94ff;
}
.event-join--wrap .common-completed--wrap .completed-bottom--wrap.p-photo-contest .product-gift--wrap {
  margin-top: -0.5rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-bottom--wrap.p-photo-contest .product-gift--wrap {
    margin-top: 0;
  }
}
.event-join--wrap .common-completed--wrap .completed-bottom--wrap p {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-join--wrap .common-completed--wrap .completed-bottom--wrap p span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.event-join--wrap .common-completed--wrap .completed-bottom--wrap p span .color {
  color: #009266;
}
.event-join--wrap .common-completed--wrap .completed-bottom--wrap p span + span {
  margin-top: 0.8888888889rem;
}
.event-join--wrap .common-completed--wrap .completed-bottom--wrap .product-gift--wrap {
  width: 100%;
  max-width: 40.5rem;
  margin: 0 auto;
  margin-top: -1.7222222222rem;
}
@media (max-width: 900px) {
  .event-join--wrap .common-completed--wrap .completed-bottom--wrap .product-gift--wrap {
    margin-top: 8px;
  }
}
.event-join--wrap .privacy-box--container {
  margin-top: 2.2222222222rem;
  border-radius: 1.7777777778rem;
  border: 2px solid #dce9dc;
  padding: 2.2222222222rem;
  background: #fff;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container {
    margin-top: 16px;
    border-radius: 16px;
    padding: 32px 16px;
  }
}
.event-join--wrap .privacy-box--container .scroll-list-style--wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0.8888888889rem;
}
.event-join--wrap .privacy-box--container .scroll-list-style--wrap li {
  position: relative;
  padding-left: 0.8888888889rem;
  font-weight: 600;
  font-size: 0.7777777778rem;
  color: #74819a;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .scroll-list-style--wrap li {
    font-size: 11px;
  }
}
.event-join--wrap .privacy-box--container .scroll-list-style--wrap li span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 0.7777777778rem;
  color: #74819a;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .scroll-list-style--wrap li span {
    font-size: 11px;
  }
}
.event-join--wrap .privacy-box--container .scroll-list-style--wrap li.font-orange {
  color: #ff6600;
}
.event-join--wrap .privacy-box--container .scroll-list-style--wrap li.font-orange span {
  color: #ff6600;
}
.event-join--wrap .privacy-box--container .scroll-list-style--wrap.type-orange li {
  color: #ff6600;
}
.event-join--wrap .privacy-box--container .scroll-list-style--wrap.type-orange li span {
  color: #ff6600;
}
.event-join--wrap .privacy-box--container .scroll-list-style--wrap.mt-auto {
  margin-top: auto;
}
.event-join--wrap .privacy-box--container .scroll-list-style--wrap.flex-end {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.event-join--wrap .privacy-box--container .scroll-list-style--wrap.mt-0 {
  margin-top: 0;
}
.event-join--wrap .privacy-box--container .scroll-list-style--wrap.mt-08 {
  margin-top: 0.4444444444rem;
}
.event-join--wrap .privacy-box--container .privacy-box--heading {
  padding-bottom: 0.8888888889rem;
  border-bottom: 3px solid #000;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--heading {
    padding-bottom: 16px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--heading p {
  font-size: 1.4444444444rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--heading p {
    font-size: 18px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content {
  padding-top: 2.2222222222rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content {
    padding-top: 24px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content.pt0 {
  padding-top: 0;
}
.event-join--wrap .privacy-box--container .privacy-box--content > p {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
  text-align: left;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content > p {
    font-size: 14px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content > p small {
  display: block;
  font-weight: 700;
  color: #ff6600;
  margin-top: 0.4444444444rem;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item {
  margin-top: 2.2222222222rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item {
    margin-top: 24px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item:first-child {
  margin-top: 0;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .title {
  font-size: 1.2222222222rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .data-table table {
  border-color: #e7e7e7;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .data-table th {
  font-size: 0.7777777778rem;
  font-weight: 600;
  line-height: 1.4;
  color: #666666;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .data-table th {
    font-size: 11px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .data-table th.bg {
  background: rgba(231, 231, 231, 0.3);
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .data-table th.bg.center {
  text-align: center;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .data-table td {
  font-size: 0.7777777778rem;
  font-weight: 600;
  line-height: 1.4;
  color: #666;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
  padding: 0.4444444444rem 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .data-table td {
    font-size: 11px;
    padding: 8px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .data-table td.text-center {
  text-align: center !important;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .data-table td.bg {
  background: rgba(231, 231, 231, 0.3);
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .data-table td.bg.center {
  text-align: center;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--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;
  margin-top: 1.3333333333rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
    row-gap: 8px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item + .check-flex--item {
  margin-top: 0.4444444444rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item + .check-flex--item {
    margin-top: 16px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item p {
    font-size: 16px;
    text-align: center;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item p.small-text {
  font-size: 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item p.small-text {
    font-size: 16px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item .common-check-tab--wrap {
  max-width: 14.8888888889rem;
  margin-top: 0;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item .common-check-tab--wrap .tab-item .text {
  font-family: "Pretendard", arial, sans-serif, Arial, dotum, "돋움";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.6666666667rem;
  border-radius: 0.4444444444rem;
  border: 1px solid #666;
  font-size: 0.8888888889rem;
  line-height: 1.4;
  color: #666;
  font-weight: 600;
  padding: 0;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item .common-check-tab--wrap .tab-item .text {
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item .common-check-tab--wrap .tab-item .form-check:checked + .text {
  background: #3a7fff;
  color: #fff;
  font-weight: 800;
  border-color: #3a7fff;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item .common-check-tab--wrap.p-dreamnote .tab-item .form-check:checked + .text {
  background: #5b45ff;
  color: #fff;
  font-weight: 800;
  border-color: #5b45ff;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item .common-check-tab--wrap.p-compaign--join .tab-item .form-check:checked + .text {
  background: #3a7fff;
  color: #fff;
  font-weight: 800;
  border-color: #3a7fff;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-flex--item .common-check-tab--wrap.p-photo-contest .tab-item .form-check:checked + .text {
  background: #3596fe;
  color: #fff;
  font-weight: 800;
  border-color: #3596fe;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--wrap .check-caution--text {
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 700;
  color: #ff6600;
  font-size: 0.8888888889rem;
  margin-bottom: 0.8888888889rem;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .all-check--wrap {
  padding-bottom: 0.8888888889rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.8888888889rem;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .all-check--wrap .selector-text {
  font-weight: 700;
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .selector-wrapper {
  row-gap: 0.4444444444rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .selector-wrapper {
    row-gap: 16px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .selector-cover .selector-text {
  background: none;
  font-size: 0.8888888889rem;
  min-height: 1.2222222222rem;
  line-height: 1.4;
  word-break: keep-all;
  padding-left: 1.6666666667rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .selector-cover .selector-text {
    font-size: 16px;
    min-height: 20px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .selector-cover .selector-text .selector {
  width: 1.2222222222rem;
  height: 1.2222222222rem;
  background-size: contain;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .selector-cover .selector-text .selector {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 18px;
    height: 18px;
  }
}
.event-join--wrap .privacy-box--container .privacy-box-button--wrap {
  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;
  padding-top: 2.2222222222rem;
  margin-top: 2.2222222222rem;
  border-top: 2px solid #000000;
  -webkit-column-gap: 1.1111111111rem;
     -moz-column-gap: 1.1111111111rem;
          column-gap: 1.1111111111rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box-button--wrap {
    margin-top: 40px;
    padding-top: 24px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-box-button--wrap.depth-03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
}
.event-join--wrap .privacy-box--container .btn-common-privacy {
  width: 100%;
  max-width: 13.0555555556rem;
  padding: 1.0555555556rem 0;
  font-size: 1.4444444444rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  border-radius: 5.5555555556rem;
  text-align: center;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .btn-common-privacy {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 14.5px 0;
    font-size: 18px;
  }
}
.event-join--wrap .privacy-box--container .btn-common-privacy.btn-cancel {
  background: #676c74;
}
.event-join--wrap .privacy-box--container .btn-common-privacy.btn-save--temporary {
  background: #003d7c;
}
.event-join--wrap .privacy-box--container .btn-common-privacy.btn-next, .event-join--wrap .privacy-box--container .btn-common-privacy.btn-complete {
  background: #3a7fff;
}
.event-join--wrap .privacy-box--container .btn-common-privacy.btn-next.p-dreamnote, .event-join--wrap .privacy-box--container .btn-common-privacy.btn-complete.p-dreamnote {
  background: #5b45ff;
}
.event-join--wrap .privacy-box--container .btn-common-privacy.btn-next.p-photo-contest, .event-join--wrap .privacy-box--container .btn-common-privacy.btn-complete.p-photo-contest {
  background: #3596fe;
}
.event-join--wrap .privacy-box--container .privacy-input--wrap {
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
}
.event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box + .privacy-input--box {
  margin-top: 1.3333333333rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box + .privacy-input--box {
    margin-top: 32px;
  }
}
.event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box.privacy-plus-input--box {
  border: 1px solid #b9bfcb;
  border-radius: 0.4444444444rem;
  padding: 1.3333333333rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box.privacy-plus-input--box {
    border-radius: 8px;
    padding: 24px;
  }
}
.event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .input-cover + .input-cover {
  margin-top: 2.2222222222rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .input-cover + .input-cover {
    margin-top: 24px;
  }
}
.event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .input-cover + .scroll-list-style--wrap li {
  color: #ff6600;
}
.event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .input-cover + .scroll-list-style--wrap li .radius {
  color: #ff6600;
}
.event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .input-cover .form-label {
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #666;
  cursor: auto;
  margin-bottom: 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .input-cover .form-label {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .common-step--box + .common-step--box {
  margin-top: 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .common-step--box + .common-step--box {
    margin-top: 8px;
  }
}
.event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .common-step--box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8888888889rem;
     -moz-column-gap: 0.8888888889rem;
          column-gap: 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .common-step--box .flex-box {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .common-step--box .flex-box .step-btn {
  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;
  width: 7.7777777778rem;
  height: 2.8888888889rem;
  background: #222;
  border-radius: 0.4444444444rem;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .common-step--box .flex-box .step-btn {
    width: 88px;
    height: 40px;
    font-size: 12px;
  }
}
.event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .common-step--box.step02-box .step-btn {
  height: 2.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .privacy-input--wrap .privacy-input--box .common-step--box.step02-box .step-btn {
    height: 48px;
  }
}
.event-join--wrap .privacy-box--container .step-item + .step-item {
  margin-top: 4.4444444444rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item + .step-item {
    margin-top: 40px;
  }
}
.event-join--wrap .privacy-box--container .step-item + .check-caution--wrap {
  margin-top: 2.2222222222rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item + .check-caution--wrap {
    margin-top: 40px;
  }
}
.event-join--wrap .privacy-box--container .step-item + .check-caution--wrap .selector-text {
  line-height: 1.4;
}
.event-join--wrap .privacy-box--container .step-item + .check-caution--wrap .selector-text .selector {
  background-size: 1.6111111111rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item + .check-caution--wrap .selector-text .selector {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8888888889rem;
     -moz-column-gap: 0.8888888889rem;
          column-gap: 0.8888888889rem;
  padding-bottom: 0.4444444444rem;
  border-bottom: 2px solid #000;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    padding-bottom: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-title .num {
  font-family: "Maplestory";
  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;
  border-radius: 5.5555555556rem;
  border: 1px solid #624dff;
  padding: 0.3333333333rem 1.3333333333rem;
  font-size: 0.7777777778rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #624dff;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-title .num {
    width: 71px;
    padding: 6px 0;
    font-size: 11px;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-title .num.p-photo-contest {
  border-color: #3596fe;
  color: #3596fe;
}
.event-join--wrap .privacy-box--container .step-item .step-title .txt {
  font-size: 1.2222222222rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-title .txt {
    font-size: 18px;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.2222222222rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con {
    padding-top: 16px;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con.full .input-cover,
.event-join--wrap .privacy-box--container .step-item .step-con.full .scroll-list-style--wrap {
  width: 100%;
  max-width: 30.8888888889rem;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8888888889rem;
     -moz-column-gap: 0.8888888889rem;
          column-gap: 0.8888888889rem;
  width: 100%;
  max-width: 30.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .flex-box {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-box .form-input {
  min-height: 2.8888888889rem;
  border-radius: 0.4444444444rem;
  background: #f4f6f9;
  line-height: 2.8888888889rem;
  border: none;
  font-size: 0.8888888889rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .flex-box .form-input {
    min-height: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-radius: 8px;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-box .form-input::-webkit-input-placeholder {
  color: #8a8a8a;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-box .form-input::-moz-placeholder {
  color: #8a8a8a;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-box .form-input::-ms-input-placeholder {
  color: #8a8a8a;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-box .form-input::placeholder {
  color: #8a8a8a;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-box .step-btn {
  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;
  width: 7.7777777778rem;
  height: 2.8888888889rem;
  background: #222;
  border-radius: 0.4444444444rem;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .flex-box .step-btn {
    width: 70px;
    height: 48px;
    border-radius: 8px;
    font-size: 12px;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .bg-note-select--wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.8888888889rem;
  padding: 0 2.2222222222rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .bg-note-select--wrap {
    padding: 0;
    grid-gap: 8px;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .bg-note-select--wrap .bg-note--item {
  cursor: pointer;
}
.event-join--wrap .privacy-box--container .step-item .step-con .bg-note-select--wrap .bg-note--item .form-check {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.event-join--wrap .privacy-box--container .step-item .step-con .bg-note-select--wrap .bg-note--item .form-check.focusable:active, .event-join--wrap .privacy-box--container .step-item .step-con .bg-note-select--wrap .bg-note--item .form-check.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.event-join--wrap .privacy-box--container .step-item .step-con .bg-note-select--wrap .bg-note--item .form-check:checked + .note-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/ss15/bg-note--active.png") no-repeat center center;
  background-size: contain;
}
.event-join--wrap .privacy-box--container .step-item .step-con .bg-note-select--wrap .bg-note--item .note-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-join--wrap .privacy-box--container .step-item .step-con .dreamnote-sticker--wrap {
  width: 100%;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .dreamnote-sticker--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .dreamnote-sticker--wrap > p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .dreamnote-sticker--wrap > p {
    font-size: 14px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 24px;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap {
  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;
  margin-top: 3.1111111111rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-top: 27px;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.6666666667rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-template-columns: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 24px;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--item {
  position: relative;
  background: #f7f6ff;
  border-radius: 0.4444444444rem;
  padding: 0.2222222222rem;
  cursor: pointer;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60px;
    height: 60px;
    scroll-snap-align: start;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 0.1111111111rem);
  width: calc(100% - 0.1111111111rem);
  border-radius: 0.4444444444rem;
  border: 1px solid #edebfa;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--item.active {
  border-color: #76719e;
  background: #fff;
  border-color: transparent;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--item.active::after {
  width: calc(100% - 0.2222222222rem);
  width: calc(100% - 0.2222222222rem);
  border-width: 2px;
  border-color: #76719e;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--item .form-check {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--item .form-check.focusable:active, .event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--item .form-check.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--item .note-deco--sticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.5555555556rem;
  height: 3.5555555556rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .sticker-select--item .note-deco--sticker {
    width: 100%;
    height: 100%;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap > .dash {
  width: 0.0555555556rem;
  height: 22.6666666667rem;
  border: 1px dashed #e4e1f6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap > .dash {
    display: none;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .preview--wrap {
  width: 100%;
  max-width: 20rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .preview--wrap {
    margin: 0 auto;
  }
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .preview--wrap .icon-deco--sticker {
  width: 3.2222222222rem;
  height: 3.2222222222rem;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .preview--wrap .icon-deco--sticker.active {
  bottom: 2.2222222222rem;
  left: 3.1111111111rem;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .dream-note--item {
  width: 20rem;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .dream-note--item .dream-note--content {
  width: 100%;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .dream-note--item .text-content {
  position: static;
}
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .dream-note--item .text-content .nickname,
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .dream-note--item .text-content .note-content--text,
.event-join--wrap .privacy-box--container .step-item .step-con .flex-sticker--wrap .dream-note--item .text-content .btn-more--note {
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .step-item .step-con .length-check-cover {
    padding: 0;
  }
  .event-join--wrap .privacy-box--container .step-item .step-con .length-check-cover .form-textarea {
    height: 280px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 2.2222222222rem;
     -moz-column-gap: 2.2222222222rem;
          column-gap: 2.2222222222rem;
  padding: 1.5555555556rem 0;
  border-bottom: 1px solid #e7ebf2;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 0;
    row-gap: 16px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item:first-child {
  padding-top: 0;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .cate {
  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;
  min-width: 6.6666666667rem;
  height: 2.2222222222rem;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 5.5555555556rem;
  background: #f4f6f9;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .cate {
    min-width: 80px;
    height: 32px;
    font-size: 13px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.3333333333rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content--wrap {
    row-gap: 16px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .content-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .content-title {
    font-size: 16px;
    text-align: center;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .scroll-list-style--wrap {
  margin-top: 0.4444444444rem;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .scroll-list-style--wrap li {
  color: #ff6600;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .scroll-list-style--wrap li .radius {
  color: #ff6600;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .scroll-list-style--wrap li {
    font-size: 10px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table {
  margin-top: 1.3333333333rem;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table table {
  border: 1px solid #e7e7e7;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table th {
  font-weight: 600;
  color: #666666;
  padding: 0.8888888889rem 0.6666666667rem;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table th.bg {
  background: rgba(231, 231, 231, 0.3);
  border: 1px solid #e7e7e7;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table td {
  padding: 0.8888888889rem 0.6666666667rem;
  border: 1px solid #e7e7e7;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table td .scroll-list-style--wrap li .radius.gray {
  top: 0.3888888889rem;
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  background: #d9d9d9;
  border-radius: 5.5555555556rem;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table td .scroll-list-style--wrap {
  margin-top: 0;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table td .scroll-list-style--wrap li {
  color: #666666;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table td .scroll-list-style--wrap li .radius {
  color: #666666;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table td .scroll-list-style--wrap li a {
  text-decoration: underline;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table td .scroll-list-style--wrap li + li {
  margin-top: 0.2222222222rem;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table td .detail-download--btn {
  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;
  font-size: 0.7777777778rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  border-radius: 0.2222222222rem;
  padding: 0.3888888889rem 0.6666666667rem;
  background: #838b98;
  margin-top: 0.4444444444rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .content-item .data-table td .detail-download--btn {
    font-size: 12px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8888888889rem;
     -moz-column-gap: 0.8888888889rem;
          column-gap: 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap .process-item {
  width: 100%;
  max-width: 8.8888888889rem;
  height: 5.5555555556rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.4444444444rem;
  border-radius: 1.3333333333rem 0.3333333333rem 1.3333333333rem 0.3333333333rem;
  border: 4px solid #ccdeff;
  background: #f3f7ff;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap .process-item {
    max-width: 100%;
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    border-width: 2px;
    height: 52px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap .process-item big {
  font-size: 1.1111111111rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap .process-item big {
    font-size: 16px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap .process-item small {
  font-size: 0.8333333333rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #5a6a85;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap .process-item small {
    font-size: 13px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap .arrow-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap .arrow-item {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap + .scroll-list-style--wrap {
  margin-top: 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .process-wrap + .scroll-list-style--wrap {
    margin-top: 16px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .checklist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4444444444rem;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .checklist-wrap .checklist-item {
  position: relative;
  padding-left: 1.6666666667rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .checklist-wrap .checklist-item {
    padding-left: 26px;
    font-size: 16px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .checklist-wrap .checklist-item .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2222222222rem;
  height: 1.2222222222rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .checklist-wrap .checklist-item .icon {
    width: 18px;
    height: 18px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .checklist-wrap .checklist-item .download-link {
  font-size: 0.8888888889rem;
  text-decoration: underline;
  color: #1ab9e9;
  font-weight: 700;
  text-underline-offset: 0.1666666667rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .detail-wrap {
    text-align: center;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .detail-wrap p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .detail-wrap p {
    font-size: 16px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .detail-wrap a {
  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;
  font-size: 0.7777777778rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  border-radius: 0.2222222222rem;
  padding: 0.3888888889rem 0.6666666667rem;
  background: #838b98;
  margin-top: 0.4444444444rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .detail-wrap a {
    margin-top: 16px;
    padding: 8.5px 21px;
    font-size: 12px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .detail-wrap .img-wrap {
  margin-top: 1.3333333333rem;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .inquiry-wrap p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .inquiry-wrap p {
    font-size: 16px;
    text-align: center;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .inquiry-wrap .inquiry-item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3333333333rem;
     -moz-column-gap: 1.3333333333rem;
          column-gap: 1.3333333333rem;
  margin-top: 0.4444444444rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .inquiry-wrap .inquiry-item--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8px;
  }
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .inquiry-wrap .inquiry-item--wrap .inquiry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4444444444rem;
     -moz-column-gap: 0.4444444444rem;
          column-gap: 0.4444444444rem;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .inquiry-wrap .inquiry-item--wrap .inquiry-item .icon {
  width: 1.2222222222rem;
  height: 1.2222222222rem;
}
.event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .inquiry-wrap .inquiry-item--wrap .inquiry-item .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .join-campaign-info--wrap .join-campaign-info--item .inquiry-wrap .inquiry-item--wrap .inquiry-item .text {
    font-size: 16px;
  }
}
.event-join--wrap .privacy-box--container .relation-box {
  margin-top: 0.8888888889rem;
  background: #f4f6f9;
  border-radius: 0.4444444444rem;
  padding: 1.3333333333rem;
  margin-bottom: 3.1111111111rem;
}
.event-join--wrap .privacy-box--container .relation-box .title,
.event-join--wrap .privacy-box--container .relation-box p {
  font-size: 0.8888888889rem;
  line-height: 1.4;
}
.event-join--wrap .privacy-box--container .relation-box .title {
  font-weight: 700;
}
.event-join--wrap .privacy-box--container .relation-box p {
  line-height: 1.4;
  margin-top: 1.1111111111rem;
}
.event-join--wrap .privacy-box--container .relation-box .scroll-list-style--wrap li {
  font-size: 0.8888888889rem;
  font-weight: 700;
}
.event-join--wrap .privacy-box--container .relation-box .scroll-list-style--wrap li + li {
  margin-top: 0.4444444444rem;
}
.event-join--wrap .privacy-box--container .relation-box .scroll-list-style--wrap li .radius {
  font-size: 0.8888888889rem;
  font-weight: 700;
}
.event-join--wrap .privacy-box--container .relation-box .detail-download--btn {
  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;
  font-size: 0.7777777778rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  border-radius: 0.2222222222rem;
  padding: 0.3888888889rem 0.6666666667rem;
  background: #b9c4d6;
  margin-top: 0.4444444444rem;
}
@media (max-width: 900px) {
  .event-join--wrap .privacy-box--container .relation-box .detail-download--btn {
    font-size: 12px;
  }
}
.event-join--wrap .check-caution--lists .selector-cover .selector-text .selector {
  width: 1.5555555556rem;
  height: 1.5555555556rem;
}
.event-join--wrap.event-style--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--wrap .check-caution--text {
  font-size: 0.8888888889rem;
  margin-bottom: 0.8888888889rem;
}
.event-join--wrap.event-style--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .selector-wrapper {
  row-gap: 0.4444444444rem;
}
.event-join--wrap.event-style--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .selector-cover .selector-text {
  padding-left: 1.6666666667rem;
  font-size: 0.8888888889rem;
  min-height: 1.2222222222rem;
}
.event-join--wrap.event-style--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .selector-cover .selector-text .selector {
  width: 1.2222222222rem;
  height: 1.2222222222rem;
  background-size: contain;
}
@media (max-width: 900px) {
  .event-join--wrap.event-style--wrap .privacy-box--container .privacy-box--content .privacy-content--item .check-caution--lists .selector-cover .selector-text .selector {
    width: 18px;
    height: 18px;
  }
}

.tab-navigation--wrap {
  margin-top: 2.2222222222rem;
}
@media (max-width: 900px) {
  .tab-navigation--wrap {
    margin-top: 24px;
  }
}
.tab-navigation--wrap .section-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4444444444rem;
}
.tab-navigation--wrap .tab-navigation--item {
  border: 1px solid #666666;
  border-radius: 0.4444444444rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5555555556rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Maplestory";
  font-size: 1.1111111111rem;
  line-height: 1.4;
  font-weight: 700;
  color: #666666;
  letter-spacing: 0;
  background: #fff;
}
@media (max-width: 900px) {
  .tab-navigation--wrap .tab-navigation--item {
    font-size: 14px;
    height: 56px;
    text-align: center;
  }
}
.tab-navigation--wrap .tab-navigation--item.active {
  border-color: #003d7c;
  color: #fff;
  background: #003d7c;
}

.event-join-flex--wrap {
  position: relative;
  margin-top: 2.2222222222rem;
}
@media (max-width: 900px) {
  .event-join-flex--wrap {
    margin-top: 24px;
    padding: 0 16px;
  }
}
.event-join-flex--wrap .privacy-box-item--wrap {
  width: 100%;
  max-width: 46.1111111111rem;
  margin: 0 auto;
}
.event-join-flex--wrap .privacy-box-item--wrap .privacy-box--item + .privacy-box--item {
  margin-top: 3.5555555556rem;
}
@media (max-width: 900px) {
  .event-join-flex--wrap .privacy-box-item--wrap .privacy-box--item + .privacy-box--item {
    margin-top: 40px;
  }
}
.event-join-flex--wrap .privacy-box-item--wrap .privacy-box--item .join-flex--title {
  font-size: 1.4444444444rem;
  font-weight: 400;
  padding-bottom: 0.8888888889rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .event-join-flex--wrap .privacy-box-item--wrap .privacy-box--item .join-flex--title {
    font-size: 20px;
    padding: 0 24px;
    padding-bottom: 8px;
  }
}
.event-join-flex--wrap .privacy-box--container {
  width: 100%;
  max-width: 46.1111111111rem;
  margin: 0 auto;
  border-color: #dfe1e4;
}

.common-sign--wrap {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 2.2222222222rem;
}
@media (max-width: 900px) {
  .common-sign--wrap {
    margin-top: 0;
  }
  .common-sign--wrap.mt56 {
    margin-top: 24px;
  }
}
.common-sign--wrap .label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #666666;
}
@media (max-width: 900px) {
  .common-sign--wrap .label {
    font-size: 16px;
  }
}
.common-sign--wrap .common-flex-sign--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.4444444444rem;
  -webkit-column-gap: 0.8888888889rem;
     -moz-column-gap: 0.8888888889rem;
          column-gap: 0.8888888889rem;
}
@media (max-width: 900px) {
  .common-sign--wrap .common-flex-sign--wrap {
    margin-top: 8px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.common-sign--wrap .form-guide-text {
  margin-top: 0;
  display: block;
  font-size: 0.7222222222rem;
  font-weight: 700;
  line-height: 1.4;
  color: #74819a;
  text-align: right;
}
@media (max-width: 900px) {
  .common-sign--wrap .form-guide-text {
    font-size: 12px;
  }
}
.common-sign--wrap .form-guide-text strong {
  font-weight: 700;
}
.common-sign--wrap .form-guide-text span {
  display: block;
  font-weight: 400;
}
.common-sign--wrap .file-wrapper {
  width: 100%;
  max-width: 6.5555555556rem;
  background: #838c98;
  margin-top: 0.4444444444rem;
  border-radius: 0.2222222222rem;
  overflow: hidden;
  margin-left: auto;
}
@media (max-width: 900px) {
  .common-sign--wrap .file-wrapper {
    max-width: 118px;
    margin-top: 8px;
    border-radius: 4px;
  }
}
.common-sign--wrap .file-wrapper .file-label {
  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;
  background: #838c98;
  position: static;
  -ms-flex-negative: unset;
      flex-shrink: unset;
}
.common-sign--wrap .sign-preview--wrap {
  position: relative;
  width: 6.6666666667rem;
  height: 6.6666666667rem;
  border-radius: 0.4444444444rem;
  background: #f4f6f9;
}
@media (max-width: 900px) {
  .common-sign--wrap .sign-preview--wrap {
    width: 120px;
    height: 120px;
  }
}
.common-sign--wrap .sign-preview--wrap .btn-sign--delete {
  position: absolute;
  bottom: 0.4444444444rem;
  right: 0.4444444444rem;
  border: 1px solid #d4d4d4;
  border-radius: 5.5555555556rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.1944444444rem 0.75rem;
  font-size: 0.6666666667rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  background: #fff;
}
@media (max-width: 900px) {
  .common-sign--wrap .sign-preview--wrap .btn-sign--delete {
    padding: 3.5px 13.5px;
  }
}
@media (max-width: 900px) {
  .common-sign--wrap .check-caution--lists {
    margin-top: 16px;
  }
}

.event-join-row--item + .event-join-row--item {
  margin-top: 3.1111111111rem;
}
.event-join-row--item .row-heading--wrap {
  padding-bottom: 0.4444444444rem;
  border-bottom: 2px solid #000000;
}
.event-join-row--item .row-heading--wrap h6 {
  font-size: 1.1111111111rem;
  font-weight: 600;
}
.event-join-row--item .row-heading--wrap.type-between {
  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;
}
.event-join-row--item .row-heading--wrap.type-between .scroll-list-style--wrap {
  margin-top: 0;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
.event-join-row--item .row-heading--wrap.type-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-join-row--item .row-heading--wrap.type-column .scroll-list-style--wrap {
  margin-top: 0.4444444444rem;
}
.event-join-row--item .privacy-item-row--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.3333333333rem;
  margin-top: 1.3333333333rem;
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item-row--wrap {
    row-gap: 24px;
    margin-top: 24px;
  }
}
.event-join-row--item .privacy-item--row {
  display: grid;
}
.event-join-row--item .privacy-item--row.column-1 {
  grid-template-columns: repeat(1, 1fr);
}
.event-join-row--item .privacy-item--row.column-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.3333333333rem;
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item--row.column-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item--row.column-2.type-address {
    grid-gap: 8px;
  }
}
.event-join-row--item .privacy-item--row .row .label {
  font-weight: 700;
  font-size: 0.7777777778rem;
  color: #666;
  margin-bottom: 0.4444444444rem;
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item--row .row .label {
    font-size: 13px;
  }
}
.event-join-row--item .privacy-item--row .row.add-address {
  margin-top: auto;
}
.event-join-row--item .privacy-item--row .row.flex-end {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.event-join-row--item .privacy-item--row .row .common-step--box + .common-step--box {
  margin-top: 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item--row .row .common-step--box + .common-step--box {
    margin-top: 8px;
  }
}
.event-join-row--item .privacy-item--row .row .common-step--box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8888888889rem;
     -moz-column-gap: 0.8888888889rem;
          column-gap: 0.8888888889rem;
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item--row .row .common-step--box .flex-box {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.event-join-row--item .privacy-item--row .row .common-step--box .flex-box .step-btn {
  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;
  width: 7.7777777778rem;
  height: 2.8888888889rem;
  background: #222;
  border-radius: 0.4444444444rem;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item--row .row .common-step--box .flex-box .step-btn {
    width: 88px;
    height: 40px;
    font-size: 12px;
  }
}
.event-join-row--item .privacy-item--row .row .common-step--box.step02-box .step-btn {
  height: 2.8888888889rem;
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item--row .row .common-step--box.step02-box .step-btn {
    height: 48px;
  }
}
.event-join-row--item .privacy-item--row .row .common-step--box.step02-box .step-btn:disabled {
  background: #666;
  cursor: auto;
}
.event-join-row--item .privacy-item--row .common-check-tab--wrap {
  margin-top: 0;
}
.event-join-row--item .privacy-item--row .common-check-tab--wrap.column-2.self {
  width: 100%;
  max-width: 19.7777777778rem;
}
.event-join-row--item .privacy-item--row .common-check-tab--wrap.column-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.4444444444rem;
}
.event-join-row--item .privacy-item--row .common-check-tab--wrap.column-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.4444444444rem;
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item--row .common-check-tab--wrap.column-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.event-join-row--item .privacy-item--row .common-check-tab--wrap.column-7 {
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 0.4444444444rem;
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item--row .common-check-tab--wrap.column-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.event-join-row--item .privacy-item--row .common-check-tab--wrap.column-7 .tab-item .text {
  font-size: 0.7777777778rem;
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item--row .common-check-tab--wrap.column-7 .tab-item .text {
    font-size: 15px;
  }
}
.event-join-row--item .privacy-item--row .common-check-tab--wrap .tab-item .text {
  font-family: "Pretendard", arial, sans-serif, Arial, dotum, "돋움";
  height: 2.8888888889rem;
  border-width: 2px;
  border-color: #f4f6f9;
  background: #f4f6f9;
  font-size: 0.8888888889rem;
  border-radius: 0.4444444444rem;
}
@media (max-width: 900px) {
  .event-join-row--item .privacy-item--row .common-check-tab--wrap .tab-item .text {
    height: 52px;
    font-size: 16px;
    border-radius: 8px;
  }
}
.event-join-row--item .privacy-item--row .common-check-tab--wrap .tab-item .form-check:checked + .text {
  border-color: #3a7fff;
  color: #3a7fff;
}
.event-join-row--item .privacy-item--row .common-check-tab--wrap .tab-item.bg-white .text {
  background: #fff;
  border-color: #fff;
}
.event-join-row--item .privacy-item--row .common-check-tab--wrap .tab-item.bg-white .form-check:checked + .text {
  background: #fff;
}
.event-join-row--item .sub-detail-privacy--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.3333333333rem;
  margin-top: 1.3333333333rem;
}
@media (max-width: 900px) {
  .event-join-row--item .sub-detail-privacy--wrap {
    margin-top: 0;
  }
}
.event-join-row--item .sub-detail-privacy--wrap .sub-detail-add-btn--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.event-join-row--item .sub-detail-privacy--wrap .sub-detail-add-btn--wrap .btn-row-box--add {
  min-width: 3.7777777778rem;
  padding: 0.5555555556rem 0.2222222222rem;
  border-radius: 0.2222222222rem;
  background: #003d7c;
  font-size: 0.7777777778rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}
@media (max-width: 900px) {
  .event-join-row--item .sub-detail-privacy--wrap .sub-detail-add-btn--wrap .btn-row-box--add {
    min-width: 68px;
    padding: 10px 22px;
    font-size: 14px;
  }
}
.event-join-row--item .sub-detail-privacy--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.3333333333rem;
  background: #f4f6f9;
  border-radius: 0.4444444444rem;
  padding: 1.3333333333rem;
}
@media (max-width: 900px) {
  .event-join-row--item .sub-detail-privacy--item {
    padding: 24px;
    row-gap: 24px;
    border-radius: 8px;
  }
}
.event-join-row--item .sub-detail-privacy--item .form-input {
  background: #fff;
}
.event-join-row--item .sub-detail-privacy--item .delete-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.event-join-row--item .sub-detail-privacy--item .delete-wrap .btn-row-box--delete {
  min-width: 3.1111111111rem;
  padding: 0.3333333333rem 0.2222222222rem;
  border-radius: 0.2222222222rem;
  background: #838c98;
  font-size: 0.7777777778rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}
@media (max-width: 900px) {
  .event-join-row--item .sub-detail-privacy--item .delete-wrap .btn-row-box--delete {
    min-width: 56px;
    padding: 6px 16px;
    font-size: 14px;
  }
}

.sticky-done--menu {
  position: absolute;
  top: 0;
  right: 4.4444444444rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 2.8888888889rem;
  background: #fff;
  border: 2px solid #212121;
  border-radius: 0.4444444444rem;
  padding: 0.8888888889rem 0.6666666667rem;
}
@media (max-width: 1330px) {
  .sticky-done--menu {
    display: none;
  }
}
.sticky-done--menu.is-sticky {
  position: fixed;
  top: -2.8888888889rem;
  right: 4.4444444444rem;
}

.done-item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4444444444rem;
}
.done-item--wrap .done-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.2222222222rem;
     -moz-column-gap: 0.2222222222rem;
          column-gap: 0.2222222222rem;
  padding: 0 0.4444444444rem;
  border-radius: 0.4444444444rem;
  cursor: pointer;
}
.done-item--wrap .done-item .icon {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  background: url("../images/ss15/ico-done--off.png") no-repeat center center;
  background-size: contain;
}
.done-item--wrap .done-item .text {
  font-size: 0.6666666667rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #999;
}
.done-item--wrap .done-item.done {
  padding: 0.4444444444rem;
  background: #e0ebff;
}
.done-item--wrap .done-item.done .icon {
  background: url("../images/ss15/ico-done--on.png") no-repeat center center;
  background-size: contain;
}
.done-item--wrap .done-item.done .text {
  color: #3a7fff;
}

.info-box {
  background: #eeeeee;
  border-radius: 0.4444444444rem;
  padding: 0.8888888889rem;
  margin-top: 0.4444444444rem;
}

.photo-contest-upload--box {
  width: 100%;
  max-width: 37.2222222222rem;
}

.thumbnail-upload-box {
  position: relative;
}
.thumbnail-upload-box .crop-save-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.thumbnail-dropzone-box {
  position: relative;
  padding-bottom: 55.44%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  border: 10px solid rgba(140, 129, 129, 0.3);
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 900px) {
  .thumbnail-dropzone-box {
    border-width: 3px;
  }
}
.thumbnail-dropzone-box.hide {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.photo-contest-upload--wrap {
  background: #f4f6f9;
  border-radius: 0.4444444444rem;
  padding: 1.7777777778rem;
}
.photo-contest-upload--wrap .dropzone {
  padding: 0;
  border: none;
  background: none;
  min-height: unset;
}
.photo-contest-upload--wrap .dropzone .dz-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo-contest-upload--wrap .dropzone .dz-message .icon-box {
  width: 3.4444444444rem;
  height: 3.4444444444rem;
  margin-bottom: 0.6111111111rem;
}
@media (max-width: 900px) {
  .photo-contest-upload--wrap .dropzone .dz-message .icon-box {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }
}
.photo-contest-upload--wrap .dropzone .dz-message .text {
  font-size: 1.1111111111rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 900px) {
  .photo-contest-upload--wrap .dropzone .dz-message .text {
    font-size: 12px;
  }
}

.cropzone-crop-box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cropzone-crop-box.show {
  visibility: visible;
  opacity: 1;
}

.cropzone-control-box .crop-save-btn {
  display: none;
}

.cropzone-control-box.active {
  display: block;
}
.cropzone-control-box.active .crop-save-btn {
  display: block;
  color: #fff;
  background-color: #1e292d;
  width: 100%;
  padding: 0.4444444444rem 0;
}

.crop-delete-btn--wrap {
  position: absolute;
  top: 100%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.4444444444rem;
  z-index: 1;
}
.crop-delete-btn--wrap .crop-delete-btn {
  width: 1.7777777778rem;
  height: 1.7777777778rem;
}
@media (max-width: 900px) {
  .crop-delete-btn--wrap .crop-delete-btn {
    width: 20px;
    height: 20px;
  }
}

.ui-rotatable-handle {
  height: 16px;
  width: 16px;
  cursor: pointer;
  background: pink;
  background-size: 100%;
  left: 2px;
  bottom: 2px;
}

.filter-upload--wrap .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4444444444rem;
     -moz-column-gap: 0.4444444444rem;
          column-gap: 0.4444444444rem;
  margin-bottom: 0.4444444444rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 900px) {
  .filter-upload--wrap .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.filter-upload--wrap .flex-box .form-label {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.filter-upload--wrap .input-cover .file-wrapper .file-label {
  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;
  max-width: 6.5555555556rem;
  height: 2.2222222222rem;
  position: static;
  font-size: 0.8888888889rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  background: #838c98;
  border-radius: 0.2222222222rem;
  padding: 0;
}
.filter-upload--wrap .result-file-input {
  height: 2.2222222222rem;
  min-height: 2.2222222222rem;
  line-height: 2.2222222222rem;
  font-size: 0.8333333333rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  padding: 0;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.filter-upload--wrap .file-wrapper {
  position: relative;
  width: 100%;
  max-width: 19.9444444444rem;
}
.filter-upload--wrap .info-wrap {
  margin-top: 0.8888888889rem;
}
.filter-upload--wrap .info-wrap small {
  display: block;
  font-size: 0.7222222222rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 700;
}
.filter-upload--wrap .btn-delete--file {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  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;
  padding: 0.1944444444rem 0.75rem;
  border: 1px solid #d4d4d4;
  border-radius: 5.5555555556rem;
  font-size: 0.6666666667rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  z-index: 10;
}