@charset "UTF-8";
.container.main {
  margin-top: 13rem;
}

@media screen and (max-width: 767px) {
  .container.main {
    margin-top: 6rem;
  }
}
.container .main-content__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .main-content__inner .main-text {
  text-align: center;
  letter-spacing: -0.04em;
}

.container .main-content__inner .main-text .title {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .container .main-content__inner .main-text .title {
    font-size: 3.2rem;
  }
}
.container .main-content__inner .main-text .sub {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #8F8F8F;
  text-align: center;
}

.container .main-content__inner .main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 4rem 0;
}

.container .main-content__inner .main-btn .btn {
  text-align: center;
  border-radius: 1.4rem;
  align-self: center;
  padding: 18px 36px;
  font-size: 1.6rem;
  font-weight: 700;
}

.container .main-content__inner .main__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .main-content__inner .main__content h2 {
  font-size: 4.2rem;
  font-weight: 700;
  margin: 16px 0 18px;
}

.container .section {
  padding: 8rem 0;
}

.container .section .main-content__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.container .section .main-box {
  background: #000000;
}

.container .section__01 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 20%, rgba(255, 142, 142, 0.2) 90%, #fff);
}

.container .section__01 .main-box {
  width: 100%;
  height: 520px;
  overflow: hidden;
  padding: 50px 60px;
  border-radius: 30px;
  text-align: center;
}

.container .section__02 .main-content__inner .cont-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .section__02 .main-content__inner .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-bottom: 4rem;
}

.container .section__02 .main-content__inner .cont-item .text-box h2 {
  border-style: none;
  margin-bottom: 20px;
  font-size: 3.8rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.2;
}

.container .section__02 .main-content__inner .cont-item .text-box span {
  color: #8b93a1;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 160%;
}

.container .section__02 .main-content__inner .cont-item .text-box p {
  font-size: 1.4rem;
}

.container .section__02 .main-content__inner .cont-item__box {
  background-color: #000000;
  width: 430px;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .container .section__02 .main-content__inner .cont-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.container .section__03 {
  background-color: #fafafa;
}

.user {
  max-width: 1000px;
  min-height: calc(100vh - 120px - 248px);
  margin: 12rem auto 0;
  padding: 5rem 0 8rem;
}

.user__header {
  text-align: center;
}

.user__header-title {
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.4;
}

.user__header-description {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #8F8F8F;
  margin-top: 1rem;
}

.user__actions {
  text-align: center;
  margin-top: 2rem;
  margin-right: 0rem;
  margin-bottom: 2rem;
  margin-left: 0rem;
}

.user__actions button {
  border: 0;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.user__actions button::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #8F8F8F;
  margin: 0 0.6rem;
}

.user__actions button:last-child::after {
  display: none;
}

.user input[type=text],
.user input[type=email],
.user input[type=password] {
  height: 57.145px;
  margin-bottom: -7.145px;
}

.user .join__steps {
  margin: 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.user .join__steps .join__step {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
  color: #D6D6D6;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.user .join__steps .join__step-indicator {
  width: 20px;
  height: 20px;
  background-color: #D6D6D6;
  border-radius: 100%;
  display: block;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.user .join__steps .join__step::after {
  content: "";
  width: 180px;
  height: 2px;
  background-color: #D6D6D6;
  top: 16%;
  left: 48%;
  position: absolute;
  z-index: 0;
}

.user .join__steps .join__step:last-of-type::after {
  display: none;
}

.user .join__steps .join__step--current {
  color: #1F1F1F;
}

.user .join__steps .join__step--current .join__step-indicator {
  background-color: #B83333;
}

.user .join__steps .join__step--current::before {
  content: "";
  width: 40px;
  height: 40px;
  background: radial-gradient(50% 50% at 50% 50%, #B60000 0%, rgba(255, 213, 213, 0.4) 97%);
  position: absolute;
  top: -10px;
  z-index: 1;
  border-radius: 100%;
}

.user .join__steps .join__step--back {
  color: #1F1F1F;
}

.user .join__steps .join__step--back .join__step-indicator {
  background-color: #B83333;
}

.user .join__steps .join__step--back::after {
  background-color: #B83333;
}

@media screen and (max-width: 767px) {
  .user .join__steps .join__step {
    font-size: 1.4rem;
    text-align: center;
    min-height: 78px;
  }
  .user .join__steps .join__step::after {
    width: 160px;
    top: 12%;
  }
}
.user__btn .btn {
  width: 100%;
}

.user__btn .btn-login {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .user {
    margin: 6rem auto 0;
    padding: 4rem 1.5rem 8rem;
  }
  .user.login .user__actions button.btn-main {
    display: none;
  }
  .user__header-title {
    font-size: 3rem;
  }
  .user__btn .btn-login {
    display: none;
  }
  .user.insert .btn-login {
    display: block;
  }
}
.agree .form + * {
  margin-bottom: 2rem;
}

.agree__form-container .form-check {
  position: relative;
}

.agree__form-container .form-check__required {
  color: #B83333;
}

.agree__form-check--all {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E3E3E3;
}

.agree__form-description {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  padding: 12px 14px;
  border: 1px solid #D6D6D6;
  text-align: left;
  margin-top: 1rem;
}

.agree__form-description p {
  font-size: 1.4rem;
}

.agree__form-section {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E3E3E3;
}

.agree__agreement:first-child {
  margin-bottom: 3.2rem;
}

.agree__agreement-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.agree__agreement .form-check {
  position: relative;
}

.agree__options {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 1.4rem;
}

.agree__option-desc {
  margin: 0.4rem 0 0 2.8rem;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  color: #8F8F8F;
}

.agree__toggle-icon.is-open {
  transform: rotate(180deg);
}

.account {
  max-width: 450px;
  min-height: calc(100vh - 120px - 248px);
}

.account__section + * {
  margin-top: 2rem;
}

.account__section .message {
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: -0.02em;
  width: 100%;
  text-align: left;
  margin-top: 0.4rem;
  padding-left: 0.3rem;
  color: #B83333;
}

.account__section-inner + * {
  margin-top: 2rem;
}

.account__section--base .account__input:last-of-type {
  margin-top: 2rem;
}

.account__input {
  width: 100%;
  flex: 1 1 auto;
}

.account__input--base {
  width: 100%;
}

.account__input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.account__input-group .btn {
  margin-left: 1rem;
}

.account__input-group input[type=text] {
  margin-right: -10.28625%;
}

.account__find-form {
  margin-top: 2rem;
}

.account__find-form-info {
  margin: 6rem 0 4rem;
}

.account__find-form-info ~ .user__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.account__find-form-info ~ .user__btn .btn-login {
  margin-top: 0;
}

.account__find-form .find-form__message .message__text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}

.account__resend-section {
  margin-top: 0.2rem;
}

.account__resend-section .message {
  color: #707070;
}

.account__resend-section .message::before {
  filter: invert(45%) sepia(10%) saturate(19%) hue-rotate(339deg) brightness(94%) contrast(88%);
}

.account__resend-section .btn {
  font-size: 1.2rem;
}

.insert {
  max-width: 450px;
}

.login__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
}

.login__content > div {
  width: 100%;
}

.login__sns {
  margin-top: 2rem;
  margin-right: 0rem;
  margin-bottom: 2rem;
  margin-left: 0rem;
}

.login__sns-info {
  background-color: #EBEBEB;
  padding-top: 1.6rem;
  padding-right: 3.4rem;
  padding-bottom: 1.6rem;
  padding-left: 3.4rem;
  text-align: left;
}

.login__sns-info p {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #8F8F8F;
}

.login__sns .btn {
  width: 100%;
  margin-top: 1rem;
}

.login__form {
  width: 100%;
}

.login__form-check {
  margin-top: 1rem;
  margin-right: 0rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
}

.login__input {
  width: 100%;
}

.login__input-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login__input-group .message {
  margin-top: 0.6rem;
  color: #B83333;
  font-weight: 500;
  font-size: 1.2rem;
}

.login__input-wrapper {
  width: 100%;
}

.login__input-wrapper + * {
  margin-top: 1rem;
}

.login__keep {
  margin-top: 1.6rem;
  margin-right: 0rem;
  margin-bottom: 1.6rem;
  margin-left: 0rem;
}

.login__keep .form-check {
  position: relative;
}

.login__keep-box {
  text-align: left;
  margin-top: 20px;
}

.login__actions button {
  width: 100%;
}

.mypage {
  max-width: 520px;
}

.mypage-sections {
  margin-top: 3rem;
}

.mypage-section + * {
  margin-top: 2rem;
}

.mypage-section__title {
  border-bottom: 1px solid #EFEFEF;
  padding: 1.6rem 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .mypage-section__title {
    font-size: 1.8rem;
  }
}
.mypage-section__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 0;
}

.mypage-section__content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 auto;
}

.mypage-section__content-right {
  flex: 0 0 auto;
  width: 8rem;
  margin-left: 3rem;
}

.mypage-section__content--notification {
  flex-direction: column;
}

@media screen and (max-width: 360px) {
  .mypage-section__content:has(.mypage-section__content-right) {
    flex-direction: column-reverse;
  }
  .mypage-section__content-left {
    width: 100%;
  }
  .mypage-section__content-right {
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
.mypage-section__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  width: 100%;
}

.mypage-section__item + * {
  margin-top: 1.6rem;
}

.mypage-section__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mypage-section__info--column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.6rem;
}

.mypage-section__label {
  font-weight: 600;
  color: #333333;
  min-width: 10rem;
}

.mypage-section__value-phone {
  margin-left: 1rem;
  position: relative;
}

.mypage-section__value-phone::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -0.6rem;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #1F1F1F;
  border-radius: 100%;
}

.mypage-section__description {
  display: block;
  font-size: 1.3rem;
  color: #8F8F8F;
  font-weight: 500;
}

.mypage-profile-img {
  flex-shrink: 0;
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.6rem;
  overflow: hidden;
}

.mypage-profile-img-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.mypage-profile-img__label {
  cursor: pointer;
}

.mypage-profile-img__name {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 7.5rem;
  font-size: 3rem;
  background-color: #D6D6D6;
  color: #FFFFFF;
  cursor: pointer;
}

.mypage-profile-img__remove {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 2;
}

.mypage-profile-img__remove img {
  position: absolute;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  filter: invert(100%) sepia(0%) saturate(7447%) hue-rotate(116deg) brightness(250%) contrast(92%);
}

.mypage-profile-img__preview {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  background-color: #EFEFEF;
}

.mypage-profile-img__edit {
  display: inline-block;
  z-index: 5;
  background-color: #FFFFFF;
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border: 1px solid #D6D6D6;
  padding: 0.6rem;
}

.mypage-profile-img__edit img {
  width: 2rem;
}

@media screen and (max-width: 767px) {
  .mypage-sections {
    margin-top: 4rem;
  }
  .mypage-section__content-right {
    width: 6rem;
    margin-left: 2rem;
  }
  .mypage-section__label {
    min-width: 7rem;
  }
  .mypage-profile-img {
    width: 6rem;
    height: 6rem;
  }
  .mypage-profile-img__name {
    line-height: 6rem;
    font-size: 2rem;
  }
  .mypage-profile-img__edit {
    padding: 0.4rem;
  }
  .mypage-profile-img__edit img {
    width: 1.6rem;
  }
}
.account-delete {
  max-width: 900px;
}

.account-delete__content {
  margin-top: 3rem;
}

.account-delete__notice {
  background: #F5F5F5;
  padding: 3rem;
  border-radius: 2px;
}

.account-delete__notice-title {
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}

.account-delete__notice-item {
  position: relative;
  margin-top: 2rem;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.account-delete__notice-item:first-child::before {
  content: "1.";
  position: absolute;
  top: 0;
  left: 0;
}

.account-delete__notice-item:nth-child(2)::before {
  content: "2.";
  position: absolute;
  top: 0;
  left: 0;
}

.account-delete__notice-item:last-child::before {
  content: "3.";
  position: absolute;
  top: 0;
  left: 0;
}

.account-delete__info-list {
  margin-top: 0.8rem;
}

.account-delete__info-item {
  position: relative;
  padding-left: 1rem;
  color: #8F8F8F;
  line-height: 1.4;
}

.account-delete__info-item:nth-child(2) {
  margin-top: 0.4rem;
}

.account-delete__info-item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #8F8F8F;
  border-radius: 100%;
}

.account-delete__agreement {
  text-align: center;
}

.account-delete__actions {
  max-width: 400px;
  margin: 30px auto 0;
}

.account-delete .user-cube {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}

.account-delete .user-cube__value {
  font-size: 1.6rem;
  font-weight: 600;
}

.account-delete__select {
  margin: 4rem 0 1rem;
}

.account-delete__select .selectbox__trigger {
  height: 4rem;
  border-color: #8F8F8F;
  color: rgba(143, 143, 143, 0.6);
}

.account-delete__select .selectbox__trigger::after {
  width: 4rem;
  height: 4rem;
  border-color: #8F8F8F;
}

.account-delete__select .selectbox__trigger.selected {
  color: #333333;
}

.account-delete__select .selectbox__options {
  border-color: #8F8F8F;
}

.account-delete__select .selectbox__other-reason {
  display: none;
  margin-top: 1rem;
}

.account-delete__select .selectbox__input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.account-delete__button .btn {
  width: 100%;
}

/* 공지사항,고객센터 공통 */
.info {
  max-width: 1200px;
  min-height: calc(100dvh - 120px - 248px);
  margin: 12rem auto 0;
  padding: 5rem 2rem 8rem;
}

.info__header {
  text-align: center;
}

.info__header-title {
  font-size: 3.4rem;
  text-align: center;
}

.info__header-description {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #8F8F8F;
  margin-top: 1rem;
}

.info-content {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .info {
    margin: 6rem auto 0;
    padding: 4rem 1.5rem 8rem;
  }
  .info__header-title {
    font-size: 3rem;
  }
  .info-content {
    width: 100%;
    margin-top: 4rem;
  }
}
/* 고객센터 */
.support-options__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  transition: all 0.3s;
}

.support-options__item {
  position: relative;
  flex: 1 1 40%;
  height: 18rem;
  cursor: pointer;
}

.support-options__item:is(:hover, :active, :focus) a {
  transform: translateY(-4px);
  box-shadow: 0.2rem 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}

.support-options__item:is(:hover, :active, :focus) a::after {
  content: "";
  width: 100%;
  transition: width 0.3s ease-in-out;
}

.support-options__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 3rem 4rem;
  position: relative;
  box-shadow: inset 0 0 0 1px #E3E3E3;
}

.support-options__link::after {
  content: "";
  width: 0%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px 3px 0 0;
  background-color: #B83333;
}

.support-options__icon-wrapper {
  width: 5rem;
}

.support-options__content {
  width: 80%;
  margin-left: 3rem;
}

.support-options__title {
  font-size: 2.2rem;
  display: block;
  font-weight: 600;
  letter-spacing: -0.02rem;
}

.support-options__description {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: -0.02rem;
  word-break: keep-all;
}

.support-options__num {
  display: block;
  font-size: 2.4rem;
  color: #B83333;
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .support-options__item {
    flex: 1 1 50%;
  }
  .support-options__content {
    margin-left: 2rem;
  }
  .support-options__title {
    font-size: 1.8rem;
  }
  .support-options__description {
    font-size: 1.4rem;
  }
  .support-options__num {
    font-size: 2rem;
  }
}
.faq {
  margin-top: 12rem;
}

.faq__title {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: -0.04em;
}

.faq__list {
  max-width: 840px;
  margin: 4rem auto;
}

.faq__item {
  border-bottom: 1px solid #F5F5F5;
  border-radius: 2px;
}

.faq__item:hover {
  background: #FCFCFC;
}

.faq__button {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 2rem 4rem;
}

.faq__button::after {
  content: "";
  display: inline-block;
  background: url("../../img/icon/icon_greater_down.svg") no-repeat center;
  width: 26px;
  height: 20px;
  background-size: 26px;
  position: absolute;
  right: 1rem;
  transition: 0.3s all;
}

.faq__button.active::after {
  transform: rotate(180deg);
}

.faq__answer {
  display: none;
  padding: 2rem 4rem;
  font-size: 1.6rem;
  color: #8F8F8F;
  letter-spacing: -0.04rem;
}

@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 2.4rem;
  }
  .faq__button {
    font-size: 1.6rem;
  }
  .faq__answer {
    font-size: 1.4rem;
  }
}
/* 공지사항 */
.notice-board {
  margin-bottom: 12rem;
}

.notice-board:has(.notice-detail__content) {
  margin-top: 5.6rem;
}

.notice-board .search {
  float: right;
  width: 260px;
  margin-bottom: 2.4rem;
}

.notice-board .search::after {
  clear: both;
  display: block;
  content: "";
}

@media screen and (max-width: 767px) {
  .notice-board .search {
    width: 20rem;
    margin-bottom: 2rem;
  }
}
.notice-board__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 767px) {
  .notice-board__table {
    border: 0;
  }
}
.notice-board__row {
  display: table-row;
}

.notice-board__row + * {
  border-top: 1px solid #8F8F8F;
}

.notice-board__cell {
  display: table-cell;
  height: 5rem;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  letter-spacing: normal;
}

.notice-board__cell.num {
  width: 8%;
}

.notice-board__cell.title {
  width: auto;
}

.notice-board__cell.regi-date {
  width: 20%;
}

.notice-board__cell:last-of-type {
  border-right: 0;
}

.notice-board__cell .mobile-tag {
  display: none;
}

@media screen and (max-width: 767px) {
  .notice-board__cell {
    border-right: 0;
    padding: 2rem 1rem;
    font-size: 1.5rem;
  }
  .notice-board__cell--header {
    display: none;
  }
  .notice-board__cell .mobile-tag {
    display: block;
    color: #8F8F8F;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.notice-board__head {
  display: table-header-group;
}

.notice-board__head .notice-board__row {
  border-top: 2px solid #333333;
  background: #F5F5F5;
}

.notice-board__head .notice-board__cell {
  font-weight: 600;
}

.notice-board__body {
  display: table-row-group;
}

.notice-board__body .notice-board__row {
  border-bottom: 1px solid #D6D6D6;
}

.notice-board__body .notice-board__cell.title {
  text-align: left;
  cursor: pointer;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .notice-board__body .notice-board__row {
    border-bottom: 1px solid #D6D6D6;
  }
  .notice-board__body .notice-board__row + * {
    border-top: 0;
  }
  .notice-board__body .notice-board__cell:first-child, .notice-board__body .notice-board__cell:nth-of-type(3) {
    display: none;
  }
}
.notice-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: -0.02em;
  border-top: 1px solid #8F8F8F;
  border-bottom: 1px solid #EFEFEF;
  padding: 3rem 1rem;
}

.notice-detail__title {
  font-size: 2.4rem;
  font-weight: 600;
}

.notice-detail__date {
  font-size: 1.4rem;
  color: #8F8F8F;
}

.notice-detail__content {
  min-height: 40rem;
  padding: 4rem 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #EFEFEF;
}

.notice-detail__content-wrapper {
  border-bottom: 1px solid #EFEFEF;
}

.notice-detail__content > p {
  margin-bottom: 0.4rem;
  line-height: 1.4;
  font-weight: 400;
}

.notice-detail__content > ul {
  list-style: unset;
}

.notice-detail__content > ul li {
  margin-bottom: 1rem;
}

.notice-detail__attachments {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem 1rem;
}

.notice-detail__attachments-title {
  font-size: 1.6rem;
}

.notice-detail__attachments-item {
  margin-left: 4rem;
}

.notice-detail__attachments-item + * {
  margin-top: 1.4rem;
}

.notice-detail__attachments-item .file-empty {
  font-size: 1.6rem;
}

.notice-detail__attachments-file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
}

.notice-detail__attachments-file:hover {
  text-decoration: underline;
}

.notice-detail__attachments-file::before {
  content: "";
  display: inline-block;
  background: url("../../img/icon/icon_attach_file.svg") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 18px;
}

.notice-detail__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.notice-detail__back-btn {
  padding: 1.6rem 4rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .notice-detail__header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .notice-detail__title {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
}
