@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, main, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font: inherit;
  font-size: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body, button, input, select, table, textarea {
  font-family: "Pretendard", "Apple SD Gothic Neo", "malgun gothic", "Roboto Flex", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #222222;
  line-height: 1;
}

img, fieldset {
  list-style: none;
  border: 0 none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url(fonts/Pretendard-Bold.woff2) format("woff2"), url(fonts/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url(fonts/Pretendard-SemiBold.woff2) format("woff2"), url(fonts/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url(fonts/Pretendard-Medium.woff2) format("woff2"), url(fonts/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url(fonts/Pretendard-Regular.woff2) format("woff2"), url(fonts/Pretendard-Regular.woff) format("woff");
}
.blind, input[type=file], caption, legend {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

button {
  border: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-y: auto;
  height: 100%;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
html::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #F7F7F7;
}
html::-webkit-scrollbar-thumb {
  background-color: #888888;
}

.mo-only {
  display: block !important;
}

.pc-only {
  display: none !important;
}

.pc-only-flex {
  display: none !important;
}

@media (min-width: 769px) {
  .mo-only {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
  .pc-only-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
  color: #323232;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}
.textarea::-webkit-input-placeholder {
  color: #D9D9D9;
}
.textarea::-moz-placeholder {
  color: #D9D9D9;
}
.textarea:-ms-input-placeholder {
  color: #D9D9D9;
}
.textarea::-ms-input-placeholder {
  color: #D9D9D9;
}
.textarea::placeholder {
  color: #D9D9D9;
}

.select {
  width: 100%;
  height: 44px;
  padding: 0 50px 0 12px;
  border: 1px solid #BABABA;
  border-radius: 6px;
  background: #FFFFFF url(../images/select_arrow.png) no-repeat 100% 50%;
  color: #898A8E;
  font-size: 22px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select:focus {
  color: #222222;
}

.select-footer {
  padding: 10px 38px 10px 18px;
  border: 1px solid;
  border-radius: 6px;
  background: #141418 url(../images/arrow_select.svg) no-repeat calc(100% - 10px) 50%;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-footer::-ms-expand {
  display: none;
}

.radio, .checkbox {
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  text-align: center;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radio:disabled, .checkbox:disabled {
  opacity: 0.5;
}

.radio {
  border: 2px solid #D7D9E2;
  border-radius: 100%;
}
.radio:checked {
  border-color: #4D4DFF;
}
.radio:checked::after {
  background-color: #4D4DFF;
}
.radio::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin: 7px auto;
  border-radius: 100%;
  background-color: #D7D9E2;
}

.checkbox {
  background: url(../images/checkbox_off.svg) no-repeat 50% 50%;
}
.checkbox:checked {
  background-image: url(../images/checkbox_on.svg);
}

.scroll-x {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.scroll-x::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f7f7f7;
}
.scroll-x::-webkit-scrollbar-thumb {
  background-color: #888888;
}

.scroll-y {
  overflow-y: auto;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
.scroll-y::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f7f7f7;
}
.scroll-y::-webkit-scrollbar-thumb {
  background-color: #888888;
}

body {
  height: 100%;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 1120px;
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.header {
  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;
  position: sticky;
  top: auto;
  padding: 32px 74px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D3D3D3;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
  z-index: 100;
  -webkit-transition: top ease 0.3s;
  transition: top ease 0.3s;
}
.header .box-utility .point-primiry {
  color: #4D4DFF;
}
.header .box-utility .nav-utility {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.document {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 1120px;
  margin: 0 auto;
  padding: 110px 17px 180px;
}

.footer {
  padding: 50px 120px 60px;
  background-color: #141418;
}
.footer .nav-information-company {
  margin-top: 27px;
}
.footer .copyright {
  margin-top: 36px;
  color: #A2A2A2;
  font-size: 10px;
}

.box-select-footer {
  margin-top: 38px;
  text-align: center;
}

.box-information-company {
  text-align: center;
}
.box-information-company .logo-mzc {
  margin: 0 auto 33px;
}
.box-information-company .list-information-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 17px;
  color: #D8D8D8;
  font-size: 14px;
  font-weight: 500;
}
.box-information-company .list-information-company > li:not(:first-of-type) {
  margin-left: 24px;
}

.nav-information-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-information-company > a {
  color: #f5f5f5;
}
.nav-information-company > a:not(:first-of-type) {
  margin-left: 24px;
}

.nav-utility a {
  display: inline-block;
  padding: 5px;
  color: #666666;
  font-size: 17px;
}
.nav-utility a:not(:first-of-type) {
  margin-left: 34px;
}

.logo-megareward {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 223px;
  height: 48px;
  background: url(../images/logo_MegaReward.svg) no-repeat 50% 100%, url(../images/logo_MegaReward_dot.svg) no-repeat 98px 0%;
  font: 0/0 a;
}
.logo-megareward a {
  display: block;
  height: 100%;
}

.logo-mzc {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 122px;
  height: 28px;
  background: url(../images/logo_MZC.png) no-repeat 50% 50%;
  background-size: contain;
  font: 0/0 a;
}
.logo-mzc a {
  display: block;
  width: 100%;
  height: 100%;
}

.icon {
  display: block;
}
.icon-check-blue {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 100%;
  background: #F5F5F5 url(../images/icon_check_blue.svg) no-repeat 50% 50%;
}
.icon-upload {
  width: 61px;
  height: 61px;
  margin: 0 auto;
  border-radius: 100%;
  background: #F5F5F5 url(../images/icon_file_upload.svg) no-repeat 50% 50%;
}
.icon-plus-blue {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border-radius: 100%;
  background: #287CFF url(../images/icon_plus_blue.svg) no-repeat 50% 50%;
}
.icon-arrow-right {
  width: 24px;
  height: 22px;
  margin: 0 auto;
  background: url(../images/icon_arrow_right.svg) no-repeat 50% 50%;
}
.icon-arrow-right-black {
  width: 24px;
  height: 22px;
  margin: 0 auto;
  background: url(../images/icon_arrow_right_black.svg) no-repeat 50% 50%;
}

.input {
  height: 56px;
  padding: 15px 16px;
  border: 1px solid #BABABA;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
}
.input::-webkit-input-placeholder {
  color: #898A8E;
}
.input::-moz-placeholder {
  color: #898A8E;
}
.input:-ms-input-placeholder {
  color: #898A8E;
}
.input::-ms-input-placeholder {
  color: #898A8E;
}
.input::placeholder {
  color: #898A8E;
}
.input::-ms-reveal {
  display: none;
}
.input::-ms-clear {
  display: none;
}
.input:focus-visible {
  outline: 0 none;
}
.input-length-s {
  width: 108px;
}
.input-size-m {
  height: 44px;
  padding: 8px 16px;
}
.input-size-xm {
  height: 47px;
  padding: 8px 12px;
}
.input:disabled {
  border-color: #BABABA;
  background-color: #F2F2F2;
  color: #C0C0C0;
}
.input:-moz-read-only {
  text-overflow: ellipsis;
  cursor: default;
}
.input:read-only {
  text-overflow: ellipsis;
  cursor: default;
}
.input.validation {
  border-color: #FF4B44;
}
.input-align-center {
  text-align: center;
}

.box-input-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.box-input-fluid .input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.box-input-fluid .button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.box-input-fluid .button-i-delete {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-input-fluid .button-i-delete.active {
  display: block;
}
.box-input-fluid .button-i-delete.space-2 {
  right: 50px;
}
.box-input-fluid .button-i-delete.space-3 {
  right: 62px;
}
.box-input-fluid .button-i-visible {
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-input-fluid .button-i-visible.active {
  display: block;
}
.box-input-fluid .button.button-length-s {
  margin-left: 18px;
}
.box-input-fluid .tip-timeout {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #FF4B44;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-input-fluid .dash {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 1px;
  margin: 0 13px 0 12px;
  background-color: #3E4247;
}

.box-input-multiple {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-input-multiple .dash {
  display: inline-block;
  width: 8px;
  height: 1px;
  margin: 0 13px 0 12px;
  background-color: #3E4247;
}
.box-input-multiple .button {
  margin-left: 18px;
}

.box-buttons-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box-buttons-right .button:not(:first-of-type) {
  margin-left: 12px;
}

.box-buttons-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.box-buttons-fluid .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.button {
  display: block;
  padding: 13px 10px;
  border: 1px solid;
  border-radius: 6px;
  text-align: center;
}
.button-primary {
  border-color: #4D4DFF;
  background-color: #4D4DFF;
  color: #FFFFFF;
  font-weight: 700;
}
.button-secondary {
  border-color: #4D4DFF;
  background-color: #FFFFFF;
  color: #4D4DFF;
  font-weight: 700;
}
.button-white {
  border-color: #7F838D;
  background-color: #FFFFFF;
  color: #686A72;
  font-weight: 700;
}
.button-transparent {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #222222;
  font-weight: 700;
}
.button-black {
  border-color: #222222;
  background-color: #222222;
  color: #FFFFFF;
  font-weight: 700;
}
.button-brand {
  border-color: #287CFF;
  background-color: transparent;
  color: #287CFF;
  font-weight: 700;
}
.button-primary-brand {
  border-color: #287CFF;
  background-color: #287CFF;
  color: #FFFFFF;
  font-weight: 700;
}
.button-gradient {
  border-radius: 10px;
  background: linear-gradient(262deg, #7843FF 1.61%, #3F84FC 61.16%, #2977FF 99.23%);
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
.button-circle {
  padding: 10px;
  border: 0 none;
  background-color: #FFFFFF;
  font-weight: 700;
}
.button-circle .number {
  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: 99px;
  height: 99px;
  border: 2px solid #BABABA;
  border-radius: 100%;
  color: #898A8E;
  font-size: 22px;
}
.button-circle .month {
  display: block;
  margin-top: 22px;
  color: #6B6C71;
  font-size: 28px;
  text-align: center;
  line-height: normal;
}
.button-circle.next .month {
  color: #c0c0c0;
}
.button-circle.done.active .number {
  opacity: 1;
}
.button-circle.done.active .month {
  color: #287CFF;
}
.button-circle.done .number {
  border-color: #BABABA;
  background: url(../images/event/tab_event_done.png) no-repeat 50% 50%;
  font: 0/0 a;
  opacity: 0.4;
}
.button-circle.current .number {
  border-color: #287CFF;
}
.button-circle.current.done .number {
  border-color: #FF4B44;
  background: url(../images/event/tab_event_done_current.png) no-repeat 50% 50%;
}
.button-circle.current.active .number {
  background-color: #287CFF;
  color: #FFFFFF;
}
.button-circle:disabled {
  background-color: #FFFFFF !important;
}
.button-circle:disabled .number {
  border-color: #E4E5E7;
  background-color: #E4E5E7;
  color: #c0c0c0;
}
.button-circle:disabled .month {
  color: #c0c0c0;
}
.button-circle:disabled.next .number {
  border-color: #BABABA;
  background: #FFFFFF !important;
  color: #898A8E;
}
.button:disabled {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: rgba(192, 192, 192, 0.5);
}
.button-i {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0 none;
  background-color: transparent;
  font: 0/0 a;
}
.button-i::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.button-i-delete {
  display: none;
}
.button-i-delete::before {
  background: url(../images/icon_delete.svg) no-repeat 50% 50%;
}
.button-i-visible {
  display: none;
}
.button-i-visible::before {
  background: url(../images/icon_visible_on.svg) no-repeat 50% 50%;
}
.button-i-visible.off::before {
  background-image: url(../images/icon_visible_off.svg);
}
.button-i-expand {
  width: 28px;
  height: 28px;
}
.button-i-expand::before {
  background: url(../images/icon_arrow_down.svg) no-repeat 50% 50%;
}
.button-i-expand.active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.button-size-m {
  padding: 12px 10px;
  font-size: 18px;
}
.button-size-l {
  padding: 16px 10px;
  font-size: 22px;
}
.button-size-xl {
  padding: 20px 10px;
  font-size: 22px;
}
.button-size-xxl {
  padding: 19px 10px;
  font-size: 28px;
}
.button-length-xs {
  width: 90px;
}
.button-length-s {
  width: 110px;
}
.button-length-ls {
  width: 120px;
}
.button-length-m {
  width: 146px;
}
.button-length-l {
  width: 256px;
}
.button-length-xl {
  width: 282px;
}
.button .icon {
  display: inline-block;
}
.button .icon-arrow-right {
  margin-left: 10px;
}

.table th, .table td {
  padding: 5px;
}
.table th {
  text-align: left;
}
.table-join th, .table-join td {
  padding: 16px 0;
}
.table-join th {
  font-weight: 600;
}
.table-join th:not(:first-of-type) {
  padding-left: 34px;
}
.table-join .label {
  display: block;
  margin-top: 10px;
  font-size: 22px;
}
.table-join .space-bottom th, .table-join .space-bottom td {
  padding-bottom: 12px;
}
.table-join .space-top th, .table-join .space-top td {
  padding-top: 12px;
}
.table-join .space-none {
  padding: 0;
}
.table-event .label {
  display: block;
  margin-top: 9px;
  font-size: 20px;
  text-align: left;
  line-height: normal;
}
.table-event th, .table-event td {
  padding: 14px 0;
}
.table-event th {
  font-weight: 600;
}
.table-event th:not(:first-of-type) {
  padding-left: 38px;
}
.table-event .input {
  border-color: #F4F6F8;
  background-color: #F4F6F8;
  font-size: 16px;
}
.table-event .input:disabled {
  background-color: #E4E5E7;
  color: #C0C0C0;
}
.table-event .input:disabled::-webkit-input-placeholder {
  color: #C0C0C0;
}
.table-event .input:disabled::-moz-placeholder {
  color: #C0C0C0;
}
.table-event .input:disabled:-ms-input-placeholder {
  color: #C0C0C0;
}
.table-event .input:disabled::-ms-input-placeholder {
  color: #C0C0C0;
}
.table-event .input:disabled::placeholder {
  color: #C0C0C0;
}
.table-policy {
  font-size: 14px;
}
.table-policy th, .table-policy td {
  padding: 12px 16px;
  border: 1px solid #E4E5E7;
  vertical-align: middle;
  text-align: center;
}
.table-policy th {
  background-color: #F4F6F8;
  color: #6B6C71;
  text-align: center;
}
.table-policy td {
  color: #898A8E;
}
.table-policy .text-left {
  text-align: left;
}

.list-process-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: join;
  position: relative;
  color: #898A8E;
  font-size: 22px;
  letter-spacing: -0.2px;
}
.list-process-join::before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 50px;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #C9C9C9;
  z-index: -1;
}
.list-process-join > li {
  counter-increment: join;
  text-align: center;
}
.list-process-join > li::before {
  display: block;
  content: counter(join);
  width: 42px;
  height: 42px;
  margin: 0 auto 22px;
  border-radius: 100%;
  background-color: #CECECE;
  color: #ffffff;
  line-height: 42px;
}
.list-process-join .active {
  color: #4D4DFF;
}
.list-process-join .active::before {
  background-color: #4D4DFF;
}

.list-normal {
  font-size: 18px;
  line-height: normal;
}
.list-normal > li:not(:first-of-type) {
  margin-top: 5px;
}

.list-dot {
  font-size: 18px;
  color: #777777;
  line-height: normal;
}
.list-dot > li {
  position: relative;
  padding-left: 12px;
}
.list-dot > li:not(:first-of-type) {
  margin-top: 12px;
}
.list-dot > li::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #545454;
  vertical-align: top;
}

.list-definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #6B6C71;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.3px;
}
.list-definition > .title:not(:first-of-type) {
  margin-top: 21px;
}
.document-event-woori .list-definition > .title:not(:first-of-type) {
  margin-top: 8px;
}
.list-definition > .value:not(:first-of-type) {
  margin-top: 21px;
}
.document-event-woori .list-definition > .value:not(:first-of-type) {
  margin-top: 8px;
}
.list-definition .title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 110px;
  font-weight: 600;
}
.list-definition .value {
  -webkit-box-flex: calc(100% - 110px);
      -ms-flex: calc(100% - 110px);
          flex: calc(100% - 110px);
}

.list-decimal {
  list-style-type: decimal;
  margin-left: 16px;
  font-size: 15px;
  line-height: 133%;
  letter-spacing: -0.3px;
}
.list-decimal > li:not(:first-of-type) {
  margin-top: 8px;
}

.list-normal-gray {
  padding: 24px 20px;
  background-color: #F9F9F9;
  color: #6B6C71;
  font-size: 14px;
}
.list-normal-gray > li:not(:first-of-type) {
  margin-top: 12px;
}
.list-policy .list-normal-gray {
  margin-top: 10px !important;
}

.hgroup-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hgroup-between .heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left !important;
}
.hgroup-between .paragraph-mustbe {
  margin-top: 0 !important;
}
.hgroup-between .button:not(:first-of-type) {
  margin-left: 10px;
}
.hgroup .heading {
  text-align: center;
  line-height: normal;
}
.hgroup .paragraph {
  margin-top: 8px;
  color: #6B6C71;
  line-height: normal;
  font-size: 20px;
}
.hgroup .paragraph-center {
  text-align: center;
}
.hgroup .paragraph-right {
  text-align: right;
}
.hgroup .paragraph-mustbe {
  margin-top: -10px;
  color: #919191;
  font-size: 18px;
  text-align: right;
}
.hgroup .paragraph-2 {
  font-size: 22px;
}
.hgroup .state-event {
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
}
.hgroup .state-event .state {
  color: #287CFF;
}

.heading-1 {
  font-size: 40px;
  font-weight: 700;
}

.heading-2 {
  font-size: 34px;
  font-weight: 700;
}

.heading-3 {
  font-size: 28px;
  font-weight: 600;
}

.title-underline {
  margin-bottom: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #888888;
  font-size: 34px;
  font-weight: 700;
}

.article-list-gray {
  padding: 32px 50px 32px 180px;
  background-color: #F9F9F9;
}
.article-list-gray .tit {
  color: #000000;
  font-size: 18px;
}
.article-list-gray .list-dot {
  margin-top: 15px;
}
.article-list-gray.size-s {
  padding: 28px 32px 29px;
}
.article-list-gray.size-s p {
  line-height: normal;
}

.box-item-panel {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}
.box-item-panel .item-panel:not(:first-of-type) {
  border-top: 1px solid #DBDBDB;
}
.box-item-panel .item-panel .panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 23px 20px 20px;
}
.box-item-panel .item-panel .panel-heading .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 14px;
  font-size: 24px;
}
.box-item-panel .item-panel .panel-body {
  display: none;
  overflow-y: auto;
  padding: 24px 24px 24px 20px;
  border-top: 1px solid #DBDBDB;
  background-color: #F7F7F7;
  color: #7C7C7C;
  line-height: normal;
}
.box-item-panel .item-panel .panel-body.active {
  display: block;
  height: 200px;
}
.box-item-panel .item-panel .panel-body.active .inner {
  height: 600px;
}

.box-input-validation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  color: #6B6C71;
  font-size: 15px;
}
.box-input-validation .item-validation:not(:first-of-type) {
  margin-left: 16px;
}
.box-input-validation .item-validation::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  margin-right: 8px;
  background: url(../images/icon_validation_off.svg) no-repeat 50% 50%;
}
.box-input-validation .item-validation.access {
  color: #4D4DFF;
}
.box-input-validation .item-validation.access::before {
  background-image: url(../images/icon_validation_on.svg);
}

.box-file-attach {
  position: relative;
}
.box-file-attach .label {
  display: block;
  padding: 23px 20px 19px;
  border: 1px solid #BABABA;
  border-radius: 6px;
  background-color: #F9F9F9;
  text-align: center;
}
.box-file-attach .input-file {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  clip: auto;
}
.box-file-attach .input-file:disabled {
  cursor: default;
}
.box-file-attach .paragraph {
  margin-top: 20px;
  color: #8C8C8C;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
.box-file-attach .list-file .attach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-file-attach .list-file .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 0 16px;
  border: 1px solid #BABABA;
  border-radius: 6px;
  background-color: #F2F2F2;
  color: #C0C0C0;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box-file-attach .list-file .button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 18px;
}

.validation-normal {
  margin-top: 12px;
  color: #6B6C71;
  font-size: 15px;
}

.paragraph-error, .validation-error {
  margin-top: 12px;
  color: #FF4B44;
  font-size: 15px;
}

.validation-pass {
  margin-top: 12px;
  color: #4D4DFF;
  font-size: 15px;
}

.outer-toast {
  padding: 70px 0 0;
  text-align: center;
}

.toast-message, .toast-message-guide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 80px;
  left: 50%;
  padding: 17px 20px;
  border-radius: 100px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  white-space: nowrap;
  -webkit-animation: 0.5s cubic-bezier(0.23, 0.17, 0.69, 1.33) 0s open-toast;
          animation: 0.5s cubic-bezier(0.23, 0.17, 0.69, 1.33) 0s open-toast;
}
.toast-message.remove, .toast-message-guide.remove {
  -webkit-animation: 0.5s cubic-bezier(0.23, 0.17, 0.69, 1.33) 0s remove-toast;
          animation: 0.5s cubic-bezier(0.23, 0.17, 0.69, 1.33) 0s remove-toast;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes open-toast {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@keyframes open-toast {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes remove-toast {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
  }
}
@keyframes remove-toast {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
  }
}
.point-must {
  color: #FF4B44;
}

.hr-horizonal {
  margin: 30px 0 44px;
  border: 0 none;
  border-bottom: 1px solid #888888;
}

.article-information {
  padding: 80px 0 180px;
  background-color: #FAFAFA;
}
.document-event-woori .article-information {
  padding: 80px 0;
  background-color: transparent;
}
.article-information.article-information-1 * {
  color: #FFFFFF;
  letter-spacing: 0;
}
.article-information.article-information-1 * .title-information {
  color: #F4F6F8;
}
.article-information.article-information-2 {
  background-color: #EEF1F5;
}
.article-information.article-information-2 * {
  color: #222222;
  letter-spacing: 0;
}
.article-information.article-information-2 .paragraph {
  color: #6B6C71;
}
.article-information .inner {
  width: 1120px;
  margin: 0 auto;
  padding: 0 17px;
}
.article-information .title-information {
  font-weight: 700;
  letter-spacing: -0.5px;
}
.article-information .list-definition {
  margin-top: 23px;
  font-size: 16px;
}
.article-information .list-definition .title {
  width: 122px;
}
.article-information .list-definition .value {
  -webkit-box-flex: calc(100% - 122px);
      -ms-flex: calc(100% - 122px);
          flex: calc(100% - 122px);
}
.article-information .list-definition .list-decimal {
  margin-top: 1px;
}
.article-information .list-definition .list-decimal > li:not(:first-of-type) {
  margin-top: 6px;
}
.article-information .paragraph {
  margin-top: 5px;
  padding-left: 10px;
  font-size: 14px;
}
.article-information .paragraph::before {
  display: inline-block;
  content: "*";
  width: 10px;
  margin-left: -10px;
}

.modal {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 640px;
  background-color: #FFFFFF;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 101;
}
.modal.active {
  display: block;
}
.modal .heading-modal {
  padding: 41px 36px;
  border-bottom: 1px solid #F4F6F8;
  font-size: 24px;
  font-weight: 700;
}
.modal .content {
  padding: 17px 36px 36px;
}
.modal .box-buttons-fluid {
  margin-top: 60px;
}
.modal-small {
  width: 482px;
}
.modal-small .heading-modal {
  padding: 36px 37px 0;
  border-bottom: 0 none;
  font-size: 18px;
  line-height: normal;
}
.modal-small .paragraph {
  margin-top: 16px;
  color: #6B6C71;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.modal-small .content {
  padding: 0px 37px 37px;
}
.modal-small .box-buttons-right {
  margin-top: 36px;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.box-login {
  width: 430px;
  margin: 44px auto 0;
}
.box-login .box-buttons-fluid {
  margin-top: 32px;
}
.box-login .box-notice-login {
  margin-top: 60px;
  text-align: center;
}

.list-notice-login {
  display: inline-block;
  color: #6B6C71;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.list-notice-login > li::before {
  display: inline-block;
  width: 10px;
  margin-left: -10px;
  content: "*";
  text-align: right;
}

.box-input-login:not(:first-of-type) {
  margin-top: 26px;
}
.box-input-login .label {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.box-input-login .box-input-fluid {
  margin-top: 16px;
}
.box-input-login .paragraph-error {
  margin-top: 10px;
}

.document-join .box-item-panel {
  margin-top: 60px;
}
.document-join .icon-check-blue {
  margin-bottom: 24px;
}
.document-join .icon-check-blue ~ .paragraph {
  margin-top: 11px;
}
.document-join .article-join-2 {
  margin-top: 58px;
}
.document-join .space-top {
  margin-top: 16px;
}

.outer-item-panel {
  width: 928px;
  margin: 0 auto;
}

.outer-process-join {
  width: 886px;
  margin: 48px auto 100px;
}

.outer-buttons-join {
  width: 288px;
  margin: 100px auto 0;
}
.outer-buttons-join.space-top {
  margin-top: 56px;
}

.outer-buttons-join-wide {
  width: 590px;
  margin: 100px auto 0;
}

.article-apply-join:not(:first-of-type) {
  margin-top: 68px;
}

.document-mypage .article-mypage {
  margin-top: 85px;
}
.document-mypage .article-mypage .hr-horizonal {
  margin: 20px 0;
}
.document-mypage .article-mypage .box-input-fluid .input:-moz-read-only {
  border-color: #FFFFFF;
}
.document-mypage .article-mypage .box-input-fluid .input:read-only {
  border-color: #FFFFFF;
}
.document-mypage .article-mypage .box-input-fluid .input:disabled {
  background-color: #FFFFFF;
  color: #222222;
}
.document-mypage .article-mypage .box-input-fluid .button:not(:first-of-type) {
  margin-left: 10px;
}
.document-mypage .box-item-panel {
  margin-top: 20px;
}
.document-mypage .table-join .point-must {
  visibility: hidden;
}
.document-mypage .outer-article-list-gray {
  margin: 85px 0 100px;
}

.box-modify-mypage {
  margin: 8px 0 16px;
  border: 1px solid #dddddd;
}
.box-modify-mypage .article-white {
  padding: 40px 180px;
}
.box-modify-mypage .article-white .list-dot {
  margin-top: 16px;
}
.box-modify-mypage .box-input-fluid:not(:first-of-type) {
  margin-top: 32px;
}
.box-modify-mypage .box-input-fluid .label {
  width: 203px;
  font-weight: 600;
}
.box-modify-mypage .paragraph-error {
  padding-left: 203px;
}

.body-home .header {
  border-bottom: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.body-home .wrap {
  min-width: 1640px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.78%, rgba(255, 255, 255, 0)), color-stop(86.01%, #FFF)), #E3F0F8 url(../images/bg_main.png) no-repeat 50% -116px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50.78%, #FFF 86.01%), #E3F0F8 url(../images/bg_main.png) no-repeat 50% -116px;
}
.body-home .document-home {
  width: 1640px;
  padding: 72px 0 180px;
}

.hgroup-home .heading {
  font-size: 65px;
  line-height: normal;
  text-align: center;
}
.hgroup-home .description {
  margin-top: 12px;
  color: #6B6C71;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.article-item-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 109px;
}
.article-item-event .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 800px;
  height: 946px;
  padding: 92px 0px 0px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  background-color: #ffffff;
  text-align: center;
}
.article-item-event .item:nth-child(n+3) {
  margin-top: 40px;
}
.article-item-event .item .box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article-item-event .item .sup {
  display: inline-block;
  height: 60px;
  padding: 0 24px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
}
.article-item-event .item .title {
  margin-top: 44px;
  font-size: 40px;
  line-height: 1.4;
}
.article-item-event .item.end {
  position: relative;
}
.article-item-event .item.end::after {
  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;
  content: "이벤트가 종료되었습니다.";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
}
.article-item-event .item-event-1 {
  border: 0 none;
  background: linear-gradient(147deg, #3B80F7 0%, #5C94F5 46.28%, #875CF5 100.61%);
  color: #FFFFFF;
}
.article-item-event .item-event-1 .sup {
  background-color: rgba(255, 255, 255, 0.2);
}
.article-item-event .item-event-1 .button {
  margin: 48px auto 0;
}
.article-item-event .item-event-1 .bg-1 {
  width: 612px;
  height: 445px;
  margin: 0 auto;
  background: url(../images/event/bg_event_1_1.png) no-repeat 50% 100%;
}
.article-item-event .item-event-1 .title .deco-1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1.6px;
}
.article-item-event .item-event-1 .title .deco-2 {
  font-size: 48px;
  font-weight: 700;
}
.article-item-event .item-event-1 .title .deco-3 {
  font-size: 40px;
  font-weight: 500;
}
.article-item-event .item-event-2 .sup {
  background-color: #f3f3f3;
  color: #6B6C71;
}
.article-item-event .item-event-2 .button {
  margin: 51px auto 0;
}
.article-item-event .item-event-2 .detail-1 {
  height: 454px;
  padding: 98px 40px 80px;
  background: radial-gradient(120.02% 100% at 51.19% 0%, rgba(228, 228, 228, 0.2) 3%, rgba(187, 187, 190, 0.04) 100%);
}
.article-item-event .item-event-2 .detail-1 .list-credits-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font: 0/0 a;
}
.article-item-event .item-event-2 .detail-1 .list-credits-card > li {
  width: 227px;
  height: 104px;
  background: url(../images/event/creditscard.png);
}
.article-item-event .item-event-2 .detail-1 .msg {
  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;
  margin-top: 60px;
  padding: 18px 11px;
  border-radius: 4px;
  background: linear-gradient(262deg, #875CF5 1.61%, #5C94F5 65.55%, #3B80F7 99.23%);
  color: #FFFFFF;
  text-align: center;
}
.article-item-event .item-event-2 .detail-1 .msg .em {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}
.article-item-event .item-event-2 .detail-1 .msg .strong {
  display: inline-block;
  margin-left: 44px;
  font-size: 52px;
  line-height: normal;
}
.article-item-event .item-event-2 .title .deco-1 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -1.52px;
}
.article-item-event .item-event-2 .title .deco-2 {
  font-size: 45px;
  font-weight: 700;
}
.article-item-event .item-event-2 .title .deco-3 {
  font-size: 40px;
  font-weight: 500;
}

.outer-article-news {
  min-width: 1120px;
  width: 100%;
  padding: 36px 20px 32px;
  background: #111111 url(../images/bg_news_top.png) no-repeat 103px 50%;
}
.body-home .outer-article-news {
  min-width: 1640px;
}
.outer-article-news .article-news {
  margin: 0 auto;
  text-align: center;
}
.outer-article-news .article-news .inner {
  display: inline-block;
  text-align: left;
}
.outer-article-news .tit-news {
  display: block;
  color: #7FB1FF;
  font-weight: 500;
}
.outer-article-news .paragraph-news {
  margin-top: 9px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
}

.document-event {
  width: 100%;
  padding: 0;
}

.document-event-woori {
  width: 100%;
  padding: 0;
  background: #010314 url(../images/event/bg_full.png) no-repeat 50% 0;
  background-size: 1920px auto;
}
.document-event-woori .hgroup-event {
  min-height: auto;
  padding: 120px 0 68px;
  background: none;
}
.document-event-woori .hgroup-event .heading {
  font-weight: 800;
  letter-spacing: 0;
  line-height: normal;
}
.document-event-woori .hgroup-event .description {
  margin-top: 8px;
  letter-spacing: 0;
}
.document-event-woori .hgroup-event .button {
  width: 260px;
  margin: 41px auto 0;
  border-radius: 12px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.document-event-woori .hgroup-event .button .icon {
  margin-left: 5px;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.document-event-woori .hgroup-event .button:hover {
  background-color: #C9C7C7;
  border-color: #C9C7C7;
  color: #FFFFFF;
}
.document-event-woori .hgroup-event .button:hover .icon {
  background-image: url(../images/icon_arrow_right.svg);
}
.document-event-woori .hgroup-event .button:active {
  background-color: #8B8B8B;
  border-color: #8B8B8B;
  color: #FFFFFF;
}
.document-event-woori .hgroup-event .button:active .icon {
  background-image: url(../images/icon_arrow_right.svg);
}
.document-event-woori .hgroup-event .button:disabled {
  background-color: #F3F4F5;
  border-color: #F3F4F5;
  color: #C4C6CC;
}
.document-event-woori .hgroup-event .button:disabled .icon {
  opacity: 0.2;
}
.document-event-woori .inner {
  width: 810px;
  margin: 0 auto;
  padding: 0 9px;
}
.document-event-woori .button-primary-brand {
  padding-left: 20px;
  border-radius: 12px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.document-event-woori .button-primary-brand:hover {
  background-color: #8CB6F8;
  border-color: #8CB6F8;
}
.document-event-woori .button-primary-brand:active {
  background-color: #1E5DC2;
  border-color: #1E5DC2;
}
.document-event-woori .button-primary-brand:disabled {
  background-color: #F3F4F5;
  border-color: #F3F4F5;
  color: #C4C6CC;
}
.document-event-woori .button-primary-brand:disabled .icon-arrow-right {
  -webkit-filter: contrast(0.6);
          filter: contrast(0.6);
}
.document-event-woori.end {
  position: relative;
}
.document-event-woori.end::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11;
}
.document-event-woori.end::after {
  display: block;
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 262px;
  height: 250px;
  margin-top: -30px;
  margin-left: 265px;
  background: url(../images/event/stamp_end.png) no-repeat 50% 50%;
  background-size: 337px;
  z-index: 12;
}

.hgroup-event {
  min-height: 466px;
  padding: 100px 0;
  background: linear-gradient(165deg, #3B80F7 -4.26%, #5C94F5 48.35%, #875CF5 110.1%);
  color: #FFFFFF;
  text-align: center;
}
.hgroup-event .sup {
  display: inline-block;
  margin-bottom: 28px;
  padding: 15px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  font-weight: 700;
}
.hgroup-event .heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.hgroup-event .description {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
}

.hgroup-event-2 {
  padding: 0px 0 48px;
}
.hgroup-event-2 .box-sup {
  position: relative;
  margin-bottom: 25px;
}
.hgroup-event-2 .box-sup .sup {
  font-weight: 700;
  line-height: normal;
}
.hgroup-event-2 .box-sup .sup-1 {
  display: block;
  font-size: 26px;
  color: #FFFFFF;
}
.article-detail-event-1 .hgroup-event-2 .box-sup .sup-1 {
  color: #6DA6FF;
}
.article-detail-event-2 .hgroup-event-2 .box-sup .sup-1 {
  color: #287CFF;
}
.hgroup-event-2 .box-sup .sup-2 {
  display: inline-block;
  position: absolute;
  left: -31px;
  top: -58px;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 16px;
  background-color: #287CFF;
  color: #FFFFFF;
}
.hgroup-event-2 .box-sup .sup-2::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 8px;
  border-style: solid;
  border-color: transparent #287CFF transparent transparent;
  border-width: 6px 8px;
}
.article-detail-event-2 .hgroup-event-2 .box-sup .sup-2 {
  top: -45px;
}
.hgroup-event-2 .heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.76px;
}
.article-detail-event-1 .hgroup-event-2 .heading {
  color: #FFFFFF;
}
.article-detail-event-2 .hgroup-event-2 .heading {
  text-align: center;
}
.hgroup-event-2 .description {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.article-detail-event-1 .hgroup-event-2 .description {
  color: #FFFFFF;
  font-weight: 400;
}
.article-detail-event-2 .hgroup-event-2 .description {
  color: #6B6C71;
}
.article-detail-event-2 .hgroup-event-2 .description {
  text-align: center;
}

.summary-event-woori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 40px;
}
.summary-event-woori .item {
  position: relative;
  width: 588px;
  min-height: 527px;
  border-radius: 24px;
  background-color: #ffffff;
}
.summary-event-woori .item:not(:first-of-type) {
  margin-left: 24px;
}
.summary-event-woori .item-event-1 {
  background: linear-gradient(147deg, #3B80F7 0%, #5C94F5 46.28%, #875CF5 100.61%), linear-gradient(147deg, #3B80F7 0%, #5C94F5 46.28%, #3157FE 100.61%);
}
.summary-event-woori .item-event-1 .box-sup .sup {
  color: #FFFFFF;
}
.summary-event-woori .item-event-1 .box-sup .sup-2 {
  background: rgba(255, 255, 255, 0.2);
}
.summary-event-woori .item-event-1 .title {
  color: #FFFFFF;
}
.summary-event-woori .item-event-1 .bg {
  position: absolute;
  left: 100px;
  bottom: 0;
  width: 366px;
  height: 280px;
  background: url(../images/event/bg_event_woori_1_1.png) no-repeat 50% 50%;
  background-size: contain;
}
.summary-event-woori .item-event-2 .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 280px;
  padding: 0 60px;
  background: radial-gradient(120.02% 100% at 51.19% 0%, rgba(228, 228, 228, 0.2) 3%, rgba(87, 87, 100, 0.04) 100%);
}
.summary-event-woori .item-event-2 .msg {
  margin-top: 36px;
  padding: 19px;
  border-radius: 12px;
  background-color: #287CFF;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
.summary-event-woori .item-event-2 .msg .em {
  margin-right: 20px;
  vertical-align: middle;
}
.summary-event-woori .item-event-2 .msg .strong {
  font-size: 32px;
  font-weight: 700;
  vertical-align: middle;
}
.summary-event-woori .box-text {
  padding: 40px 40px 0;
}
.summary-event-woori .box-sup {
  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-bottom: 32px;
  font-size: 16px;
  font-weight: 700;
}
.summary-event-woori .box-sup .sup {
  display: inline-block;
}
.summary-event-woori .box-sup .sup-1 {
  color: #686A72;
}
.summary-event-woori .box-sup .sup-2 {
  padding: 9px 20px;
  border-radius: 20px;
  background-color: #F3F3F3;
  color: #6B6C71;
}
.summary-event-woori .title {
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.summary-event-woori .description {
  margin-top: 12px;
  color: #6B6C71;
}
.summary-event-woori .list-credits-card-200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font: 0/0 a;
}
.summary-event-woori .list-credits-card-200 > li {
  width: 150px;
  height: 64px;
  background: url(../images/event/creditscard_200_small.png) no-repeat 50% 50%;
  background-size: contain;
}

.article-detail-event {
  width: 1120px;
  margin: -60px auto 0;
  padding: 0 17px 100px;
}
.document-event-woori .article-detail-event {
  margin-top: 0;
  padding: 120px 9px 42px;
}
.article-detail-event.article-detail-event-2 {
  width: 100%;
  background-color: #FFFFFF;
  padding-top: 107px;
  padding-bottom: 80px;
}
.article-detail-event.article-detail-event-2 .box-buttons-fluid {
  width: 460px;
}
.article-detail-event .hgroup {
  margin-top: 100px;
}
.article-detail-event .inner-detail-event {
  margin-top: 48px;
}
.article-detail-event .box-buttons-fluid {
  width: 429px;
  margin: 80px auto 0;
}

.aside-detail-event {
  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;
  padding: 28px 60px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(196, 196, 199, 0.25);
          box-shadow: 0px 5px 12px 0px rgba(196, 196, 199, 0.25);
}
.aside-detail-event .title {
  font-size: 28px;
}
.aside-detail-event .button {
  text-align: center;
}

.banner-event-awscredits {
  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;
  overflow: hidden;
  position: relative;
  padding: 64px 87px 64px 60px;
  border-radius: 10px;
  background: radial-gradient(390.68% 116.7% at 16.77% 12.86%, #92C9FD 0%, #72B4F1 100%);
  color: #FFFFFF;
  font-size: 28px;
  line-height: 140%;
}
.banner-event-awscredits::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 442px;
  height: 442px;
  border-radius: 100%;
  opacity: 0.2;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-event-awscredits .tit {
  display: inline-block;
  font-weight: 500;
}
.banner-event-awscredits .bg-credits-card {
  display: inline-block;
  position: relative;
  width: 227px;
  height: 104px;
  background: url(../images/event/creditscard.png);
  z-index: 10;
}

.inner-detail-event {
  position: relative;
  padding: 46px 60px 60px;
  border-radius: 20px;
  border: 1px solid #F4F6F8;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(196, 196, 199, 0.25);
          box-shadow: 0px 5px 12px 0px rgba(196, 196, 199, 0.25);
}
.inner-detail-event .banner-event-awscredits {
  margin-top: 30px;
}
.inner-detail-event .badge-true, .inner-detail-event .badge-false {
  position: absolute;
  bottom: -77px;
  right: -109px;
  width: 380px;
  height: 254px;
  background-size: 380px 254px;
  z-index: 20;
}
.inner-detail-event .badge-true {
  background-image: url(../images/event/stamp_true.png);
}
.inner-detail-event .badge-false {
  background-image: url(../images/event/stamp_false.png);
}

.box-account-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0 46px 81px;
  border: 2px solid #F4F6F8;
}
.box-account-upload .example {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  width: 438px;
  height: 249px;
  padding: 20px;
  border-radius: 8px;
  background: #F4F6F8;
  color: #898A8E;
  font-size: 13px;
  font-weight: 500;
}
.box-account-upload .example .name {
  position: absolute;
  top: 20px;
  right: 20px;
}
.box-account-upload .example .tit {
  display: inline-block;
  padding-right: 14px;
  color: #6B6C71;
}
.box-account-upload .example .account {
  position: absolute;
  top: 50px;
  left: 20px;
}
.box-account-upload .example .type {
  position: absolute;
  top: 76px;
  left: 20px;
}
.box-account-upload .example .sign {
  position: absolute;
  top: 51px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  border: 2px solid #E3E8ED;
}
.box-account-upload .example .bank {
  position: absolute;
  top: 132px;
  left: 170px;
  width: 69px;
  height: 18px;
  background: url(../images/event/wrbank.png) no-repeat;
}
.box-account-upload .example .stamp {
  position: absolute;
  top: 129px;
  right: 169px;
  width: 24px;
  height: 24px;
  background: url(../images/event/stamp.svg) no-repeat 50% 50%;
}
.box-account-upload .example .skeleton {
  margin-top: 153px;
}
.box-account-upload .example .skeleton i {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 6px;
  background-color: #E3E8ED;
}
.box-account-upload .example .skeleton i:not(:first-of-type) {
  margin-top: 8px;
}
.box-account-upload .example .skeleton i.s-2 {
  width: 100px;
}
.box-account-upload .example .skeleton i.s-3 {
  width: 80px;
}
.box-account-upload .example-history .skeleton {
  margin-top: 0;
}
.box-account-upload .example-history .skeleton i {
  height: 4px;
}
.box-account-upload .example-history .skeleton i:not(:first-of-type) {
  margin-top: 4px;
}
.box-account-upload .example-history .skeleton i.s-1 {
  width: 20px;
}
.box-account-upload .example-history .skeleton i.s-2 {
  width: 40px;
}
.box-account-upload .example-history .dots {
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.box-account-upload .example-history .dots .dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  border-radius: 100%;
  background-color: #E3E8ED;
}
.box-account-upload .example-history .square {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background-color: #E3E8ED;
}
.box-account-upload .example-history .tit {
  color: #6B6C71;
  font-size: 13px;
}
.box-account-upload .example-history .number {
  margin-top: 16px;
  padding: 9px 12px;
  border-radius: 6px;
  background: #E3E8ED;
  line-height: normal;
}
.box-account-upload .example-history .history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding: 12px 12px;
  border-radius: 6px;
  background: #E3E8ED;
  line-height: normal;
}
.box-account-upload .example-history .history .details {
  color: #898A8E;
  font-size: 13px;
}
.box-account-upload .example-history .history .details .detail:not(:first-of-type) {
  margin-top: 4px;
}
.box-account-upload .example-history .bank {
  position: absolute;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
}
.box-account-upload .box-file-attach {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box-account-upload .box-file-attach .label {
  height: 100%;
  padding: 53px 10px;
  margin-top: 0;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.box-account-upload .box-file-attach .icon-upload {
  opacity: 0.6;
}
.box-account-upload .box-file-attach .paragraph {
  color: #c0c0c0;
  font-weight: 500;
}
.box-account-upload .box-file-attach .name {
  overflow: hidden;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #6B6C71;
  white-space: inherit;
  line-height: normal;
}
.box-account-upload .box-file-attach .list-file {
  position: relative;
  width: 152px;
  margin: 0 auto;
}
.box-account-upload .box-file-attach .list-file .attach {
  display: block;
}
.box-account-upload .box-file-attach .list-file .name {
  display: inline;
  position: relative;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.box-account-upload .box-file-attach .list-file .name .ext {
  display: inline;
  color: #6B6C71;
}
.box-account-upload .box-file-attach .list-file .name.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.box-account-upload .box-file-attach .list-file .name.ellipsis .ext {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 12px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), color-stop(40%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, #ffffff 40%, #ffffff 100%);
  line-height: normal;
}
.box-account-upload .box-file-attach .list-file .name.ellipsis .ext::before {
  content: "...";
}
.box-account-upload .box-file-attach .list-file .button {
  position: absolute;
  top: 0;
  right: -28px;
}
.box-account-upload .box-file-attach .list-file .button.button-i-delete {
  display: block;
}

.list-tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 18px 60px;
}
.list-tab-title > li:not(:first-of-type) {
  padding-left: 78px;
  background: url(../images/event/dots.png) no-repeat 12px 0;
}

.box-tab-panel .tab-panel.inactive {
  display: none;
}

.box-event-information-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 792px;
  margin: 0 auto;
}
.box-event-information-1 .col-1 {
  width: 505px;
}
.box-event-information-1 .col-2 {
  width: 271px;
}
.box-event-information-1 .button {
  width: 100%;
}
.box-event-information-1 .banner-event-account {
  position: relative;
  min-height: 183px;
  margin-bottom: 24px;
  padding: 45px 150px 40px 36px;
  border-radius: 12px;
  background-color: #FFFFFF;
}
.box-event-information-1 .banner-event-account .small {
  display: block;
  color: #6B6C71;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}
.box-event-information-1 .banner-event-account .tit {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
.box-event-information-1 .banner-event-account .bg {
  position: absolute;
  top: 42px;
  right: 36px;
  width: 108px;
  height: 104px;
  background: url(../images/event/bg_event_1.png) no-repeat 50% 50%;
  background-size: contain;
}
.box-event-information-1 .banner-event-credit200 {
  min-height: 271px;
  padding: 36px 28px;
  border-radius: 12px;
}
.box-event-information-1 .banner-event-credit200 .tit {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.box-event-information-1 .banner-event-credit200 .credit-200 {
  width: 204px;
  height: 91px;
  margin: 31px auto 0;
  background: url(../images/event/creditscard_200_large.png) no-repeat 50% 50%;
  background-size: contain;
  font: 0/0 a;
}

.box-event-information-2 {
  width: 792px;
  margin: 0 auto;
  padding: 48px 60px 60px;
  border-radius: 24px;
  border: 1px solid #D4D6D9;
  text-align: center;
}
.box-event-information-2 .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.box-event-information-2 .description {
  margin-top: 10px;
  color: #6B6C71;
}

.list-information-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: number;
  position: relative;
}
.list-information-credit::before {
  display: block;
  content: "";
  position: absolute;
  top: 34px;
  left: 70px;
  width: 520px;
  height: 1px;
  background-color: #ABCCFF;
}
.list-information-credit .item {
  width: 190px;
  counter-increment: number;
}
.list-information-credit .item::before {
  display: block;
  content: counter(number) "회";
  position: relative;
  width: 68px;
  height: 68px;
  margin: 0 auto 36px;
  border: 1px solid #287CFF;
  border-radius: 100%;
  background-color: #FFFFFF;
  color: #287CFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-information-credit .process {
  padding: 12px;
  border-radius: 12px;
  background-color: #F4F6F8;
  font-size: 14px;
  font-weight: 700;
  line-height: 143%;
}
.list-information-credit .process .account {
  display: block;
  padding: 12px;
  border-radius: 6px;
  background-color: #FFFFFF;
  color: #6B6C71;
}
.list-information-credit .process .transfer {
  color: #287CFF;
}
.list-information-credit .process .transfer::before, .list-information-credit .process .transfer::after {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  margin: 12px auto;
  background: url(../images/icon_arrow_down_blue.svg) no-repeat 50% 50%;
}
.list-information-credit .icon-plus-blue {
  margin: 12px auto;
}
.list-information-credit .credit-200 {
  width: 166px;
  height: 75px;
  margin: 0 auto;
  background: url(../images/event/creditscard_200.png) no-repeat 50% 50%;
  background-size: cover;
  font: 0/0 a;
}
.box-event-information-2 .list-information-credit {
  margin: 43px 4px 0;
}

.document-policy {
  line-height: normal;
}
.document-policy .item-policy:not(:first-of-type) {
  margin-top: 60px;
}
.document-policy .item-policy .title {
  margin-bottom: 22px;
  font-size: 18px;
}
.document-policy .item-policy .paragraph {
  color: #6B6C71;
  font-size: 14px;
}
.document-policy .item-policy .paragraph + .list-policy {
  margin-top: 20px;
}
.document-policy .item-policy .paragraph:not(:first-of-type) {
  margin-top: 20px;
}
.document-policy .item-policy .paragraph-2 {
  font-size: 16px;
}
.document-policy .item-policy .table-policy {
  margin-top: 10px;
}
.document-policy .item-policy .list-normal-gray {
  margin-top: 22px;
}
.document-policy .item-policy > .list-normal-gray {
  margin-left: 16px;
  margin-right: 16px;
}
.document-policy .list-policy {
  padding: 0 16px;
  color: #6B6C71;
  font-size: 14px;
}
.document-policy .list-policy > li:not(:first-of-type) {
  margin-top: 20px;
}
.document-policy .list-policy.space-none {
  padding: 0;
}
.document-policy .list-policy.space-none > li:not(:first-of-type) {
  margin-top: 4px;
}
.document-policy .list-policy .list-dot {
  margin-top: 5px;
  margin-left: 20px;
  font-size: 14px;
}
.document-policy .list-policy .list-dot > li {
  margin-top: 0;
}
.document-policy .list-policy .list-dot > li::before {
  top: 9px;
}

.modal-account .paragraph {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.modal-account .paragraph strong {
  font-weight: 700;
}
.modal-account .link-account {
  display: block;
  position: relative;
  margin-top: 16px;
  padding: 14px 24px;
  border-radius: 6px;
  background: linear-gradient(262deg, #7843FF 1.61%, #3F84FC 61.16%, #2977FF 99.23%);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.modal-account .link-account::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 28px;
  height: 28px;
  background: url(../images/event/arrow_right_white.svg) no-repeat 50% 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-order {
  counter-reset: order;
}
.list-order > li {
  counter-increment: order;
}
.list-order > li:not(:first-of-type) {
  margin-top: 24px;
}
.modal-account .list-order {
  margin-top: 40px;
}
.list-order .heading-order {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.7px;
  letter-spacing: -0.2px;
}
.list-order .heading-order::before {
  display: inline-block;
  content: counter(order);
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #287CFF;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
}
.list-order .heading-order .small {
  display: inline-block;
  margin-left: 8px;
  color: #686A72;
  font-size: 14px;
  font-weight: 500;
  vertical-align: baseline;
}

.box-modal-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  padding: 24px 36px 24px 24px;
  border-radius: 10px;
  background-color: #F4F6F8;
}
.box-modal-account::before {
  display: block;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.box-modal-account.bg-1::before {
  background-image: url(../images/event/icon_account_1.png);
}
.box-modal-account.bg-2::before {
  background-image: url(../images/event/icon_account_2.png);
}
.box-modal-account .inner {
  margin-left: 28px;
}
.box-modal-account .tit {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.list-account {
  margin-top: 8px;
  padding-left: 6px;
  color: #6B6C71;
  font-size: 14px;
  line-height: normal;
}
.list-account > li::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  margin: 9px 4px 0 -6px;
  border-radius: 100%;
  background-color: #6B6C71;
  vertical-align: top;
}
.list-account > li span {
  color: #898A8E;
}

.document-error {
  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;
  padding: 100px 0;
}
.document-error .box-buttons-fluid {
  width: 288px;
  margin-top: 56px;
}
.document-error .article-list-gray {
  margin-top: 56px;
  padding: 24px 72px;
}
.document-error .article-list-gray .list-dot {
  margin-top: 0;
  font-size: 14px;
}
.document-error .article-list-gray .list-dot > li::before {
  top: 8px;
}
.document-error .article-list-gray .paragraph {
  margin-top: 12px;
  color: #777777;
  font-size: 14px;
  line-height: normal;
}/*# sourceMappingURL=ui.css.map */