html, body {
  margin: 0;
}

#page {
  height: 100%;
}
#page #mainForm {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100dvh;
  width: 100%;
}
#page .form-box {
  position: relative;
  width: 100%;
  max-width: 458px;
  height: auto;
  padding: 30px 16px;
  background-color: #ffffff;
}
#page .form-box .logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
#page .form-box .logo-link .logo {
  width: 100%;
  max-width: 270px;
  height: auto;
}
#page .form-box .form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
#page .form-box .form-note {
  font-size: 12px;
  color: #474C52;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  padding: 0 8px;
  margin-top: 4px;
}
#page form .form-wp-editor .wp-editor-container {
  border: 0 !important;
}
#page form .form-wp-editor .mce-container, #page form .form-wp-editor .mce-container-body {
  box-shadow: none !important;
}
#page form .form-wp-editor .mce-top-part {
  border: 1px solid #EAEBED !important;
  border-radius: 4px;
  margin-bottom: 4px !important;
  overflow: hidden;
}
#page form .form-wp-editor div.mce-edit-area {
  border: 1px solid #EAEBED !important;
  border-radius: 4px;
  overflow: hidden;
}
#page form .form-wp-editor div.mce-toolbar-grp {
  background: #ffffff;
  border: 0 !important;
}
#page form .form-wp-editor div.mce-toolbar-grp > div {
  padding: 5px;
}
#page form .form-wp-editor .mce-toolbar .mce-btn-group .mce-btn {
  border: 1px solid #EAEBED !important;
  border-radius: 0 !important;
}
#page form .form-wp-editor .mce-toolbar .mce-btn-group .mce-btn:hover {
  border-color: #181818 !important;
  box-shadow: none !important;
}
#page form .form-wp-editor .mce-toolbar .mce-ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page form .form-wp-editor .mce-top-part::before {
  box-shadow: none !important;
}
#page form .form-wp-editor .mce-toolbar.mce-stack-layout-item.mce-last .mce-btn-group .mce-btn {
  border: 0 !important;
}
#page form .form-wp-editor .mce-toolbar .mce-btn-group .mce-btn.mce-active,
#page form .form-wp-editor .mce-toolbar .mce-btn-group .mce-btn:active, #page form .form-wp-editor .qt-dfw.active {
  background: #181818;
}
#page form button[type=submit],
#page form .button-submit {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #ffffff;
  background-color: #006CFC;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 24px;
  margin-bottom: 20px;
}
#page form button[type=submit]:disabled,
#page form .button-submit:disabled {
  opacity: 0.4;
  pointer-events: none;
}
#page form button[type=submit]:not(:disabled):hover,
#page form .button-submit:not(:disabled):hover {
  background-color: #0061E3;
}
#page .form-group {
  width: 100%;
}
#page .form-group .form-label,
#page .form-group .form-value-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #474C52;
  margin-bottom: 8px;
}
#page .form-group .form-value-text {
  color: #181818;
  margin-bottom: 0;
}
#page .form-group .form-group-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#page .form-group .input-wrap {
  position: relative;
  width: 100%;
  height: 48px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 12px;
  border: 1px solid #EAEBED;
  border-radius: 4px;
  background-color: #ffffff;
}
#page .form-group .input-wrap:has(.invalid) {
  border-color: #FF3427 !important;
}
#page .form-group .input-wrap:has(.valid) {
  border-color: #006CFC !important;
}
#page .form-group .input-wrap:has(input:focus) {
  border-color: #474C52;
}
#page .form-group .form-control {
  width: 100%;
  font-size: 16px;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #181818;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  background-color: #ffffff;
}
#page .form-group .form-control::-moz-placeholder {
  color: #9FA4A8;
  opacity: 1; /* Firefox */
}
#page .form-group .form-control::placeholder {
  color: #9FA4A8;
  opacity: 1; /* Firefox */
}
#page .form-group .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #9FA4A8;
}
#page .form-group .button-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 12px 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #181818;
  background-color: #ffffff;
  border: 1px solid #CACDD2;
  border-radius: 4px 4px;
  box-shadow: none;
  outline: none;
  flex-shrink: 0;
  width: 100%;
  max-width: 90px;
  cursor: pointer;
}
#page .form-group .button-outline:disabled {
  opacity: 0.4;
  pointer-events: none;
}
#page .form-group .button-outline:not(:disabled):hover {
  background-color: #F4F5F7;
}
#page .form-group .form-check {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  min-height: 24px;
}
#page .form-group .form-check .form-check-input {
  border: 2px solid #CACDD2;
  border-radius: 2.5px 2.5px;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  float: none;
  flex-shrink: 0;
  cursor: pointer !important;
  width: 18px;
  height: 18px;
}
#page .form-group .form-check .form-check-input:checked[type=checkbox] {
  border-color: #006CFC;
  background-color: #006CFC;
  background-size: 18px;
  background-position: center;
}
#page .form-group .form-check .form-check-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: #27282C;
  cursor: pointer !important;
  flex-grow: 1;
}
#page .form-invalid-feedback,
#page .form-valid-feedback,
#page .form-field-note {
  font-size: 12px;
  color: #FF3427;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  padding: 0 8px;
  margin-top: 4px;
}
#page .form-valid-feedback {
  color: #006CFC;
}
#page .form-field-note {
  color: #474C52;
}
#page .countdown-timer {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #FF3427;
}

@media (max-width: 767px) {
  #page .form-box {
    padding: 20px 20px;
  }
}
.section-summary {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
.section-summary h1 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #181818;
}

.section-notices {
  background-color: #F7F8FA;
  padding: 0 !important;
}
.section-notices #noNotice {
  text-align: center;
}
.section-notices #noNotice h5 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #474C52;
  margin-top: 12px;
  margin-bottom: 8px;
}
.section-notices #noNotice p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #9FA4A8;
  margin-bottom: 0;
}
.section-notices .notice-table-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 70px;
}
.section-notices .notice-table-wrap #loadingNotice {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-notices .notice-table-wrap #noticeTable {
  width: 100%;
  border-collapse: collapse;
}
.section-notices .notice-table-wrap #noticeTable .col-type,
.section-notices .notice-table-wrap #noticeTable .col-date {
  text-align: center;
}
.section-notices .notice-table-wrap #noticeTable thead tr th, .section-notices .notice-table-wrap #noticeTable thead tr td {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #73787E;
  padding: 12px 8px;
  background-color: #F7F8FA;
}
.section-notices .notice-table-wrap #noticeTable tbody tr th, .section-notices .notice-table-wrap #noticeTable tbody tr td {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #181818;
  padding: 11px 8px;
  background-color: #ffffff;
  border-bottom: 1px solid #F4F5F7;
  cursor: pointer;
}
.section-notices .notice-table-wrap #noticeTable tbody tr:hover th, .section-notices .notice-table-wrap #noticeTable tbody tr:hover td {
  background-color: #F7F8FA;
}
.section-notices .notice-table-wrap #noticeTable tbody .col-title > div {
  margin-bottom: 0;
  display: -webkit-box;
  width: 100%;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #181818;
}
.section-notices .table-pagination {
  margin-top: 24px;
}
.section-notices .table-pagination .pagination {
  justify-content: center;
}
.section-notices .table-pagination .pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 99px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #73787E;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
.section-notices .table-pagination .pagination .page-item .page-link:hover {
  background-color: #F7F8FA;
}
.section-notices .table-pagination .pagination .page-item.active .page-link {
  background-color: #EAEBED !important;
  color: #181818;
}
.section-notices .notice-details {
  width: 100%;
  padding: 24px 24px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #EAEBED;
}
.section-notices .notice-details .notice-info {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #EAEBED;
}
.section-notices .notice-details .notice-info .notice-type {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #73787E;
  margin-bottom: 4px;
}
.section-notices .notice-details .notice-info .notice-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #181818;
  margin-bottom: 12px;
}
.section-notices .notice-details .notice-info .notice-date {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #9FA4A8;
}
.section-notices .notice-details .notice-content {
  word-break: break-word;
  overflow: hidden;
}
.section-notices .notice-details .notice-content img {
  max-width: 100%;
  height: auto;
}
.section-notices .notice-details .notice-content > p:last-child {
  margin-bottom: 0;
}
.section-notices .notice-details .notice-content a {
  text-decoration: underline;
  color: #006CFC;
}
.section-notices .notice-details .notice-content a :hover {
  color: #0061E3;
}
.section-notices .coaching-notification-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.section-notices .coaching-notification-list .notification-item {
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #ffffff;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.section-notices .coaching-notification-list .notification-item img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.section-notices .coaching-notification-list .notification-item .notification-info {
  flex-grow: 1;
}
.section-notices .coaching-notification-list .notification-item .notification-info .notification-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #181818;
  margin-bottom: 4px;
}
.section-notices .coaching-notification-list .notification-item .notification-info .notification-text,
.section-notices .coaching-notification-list .notification-item .notification-info .notification-date {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #9FA4A8;
  margin-bottom: 0;
  display: -webkit-box;
  width: 100%;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-notices .coaching-notification-list .notification-item .notification-info .notification-date {
  text-align: right;
}

.button-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #181818;
  background-color: #ffffff;
  border: 1px solid #CACDD2;
  border-radius: 4px 4px;
  box-shadow: none;
  outline: none;
  flex-shrink: 0;
  cursor: pointer;
}
.button-outline:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.button-outline:not(:disabled):hover {
  background-color: #F4F5F7;
}
.button-outline.button-danger {
  color: #FF3427;
  border-color: #FF3427;
}
.button-outline.button-danger:not(:disabled):hover {
  background-color: rgba(255, 52, 39, 0.05);
}

@media (max-width: 767px) {
  .section-summary {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #EAEBED;
  }
  .section-summary .container-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .section-summary h1 {
    font-size: 20px;
  }
  .section-notices {
    background-color: #fff;
  }
  .section-notices .container-xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-notices .content-left {
    display: none;
  }
  .section-notices .card-wrap {
    padding: 40px 16px;
    box-shadow: none;
    border-radius: 0;
  }
  .section-notices .notice-table-wrap #noticeTable thead tr th, .section-notices .notice-table-wrap #noticeTable tbody tr td {
    padding: 8px 4px;
  }
  .section-notices .notice-details {
    margin-top: 24px;
  }
  .section-notices #noticeDetailsWrap .button-wrap {
    padding: 20px 16px;
    flex-direction: column;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }
  .section-notices #noticeDetailsWrap .button-wrap #backToNoticeList {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 374px) {
  .table-pagination .pagination .page-item .page-link {
    width: 30px !important;
    height: 30px !important;
  }
}/*# sourceMappingURL=notices.css.map */