#index-page-section {
  min-height: 100vh;
  padding-top: 128px !important;
  box-sizing: border-box;
  background-color: var(--bg) !important;
}
#index-page-section .inner {
  background-color: var(--bg) !important;
  box-shadow: none;
  padding: 0px;
}
.page-wraper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.card {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.card-60 {
  width: calc((100% - 12px) / 10 * 5);
  height: 300px;
  padding: 0px !important;
}
.bg-60-section-2 {
  width: calc((100% - 12px) / 10 * 5);
  padding: 0px !important;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.card-100 {
  width: 100%;
  height: 300px;
  padding: 0px !important;
}
.bg-40 {
  width: calc((100% - 12px) / 10 * 5);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: start;
}
.slide-area {
  height: 100%;
}
.slide-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-area .wrap {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.control-button {
  cursor: pointer;
  width: 12px;
  opacity: 0.5;
  height: 12px;
  border-radius: 100px;
  background-color: var(--white);
}
.control-row {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.control-button.active {
  opacity: 1;
}
.main-section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--white);
}
.main-section-subtitle {
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
}
#slide-button {
  padding: 8px 16px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: fit-content;
  background-color: var(--white);
  border-radius: 10px;
  font-weight: bold;
  height: 32px;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 12px;
  position: absolute;
  bottom: 24px;
}

.main-button-item {
  width: calc((100% - 12px) / 2);
  height: calc((100% - 12px) / 2);
  background-color: var(--white);
  padding: 20px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  border-radius: 10px;
}

.button-name {
  font-size: 20px;
  font-weight: bold;
}
.notice-section-labelList {
  display: none;
}
.notice-box {
  padding: 16px;
  box-sizing: border-box;
  width: calc((100% - 12px) / 2);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  background-color: var(--white);
}
.notice-title {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;

  word-break: keep-all;
  overflow: hidden;
}
.notice-box-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: var(--point);
}
.notice-item {
  width: 100%;
  display: block;
}
.notice-infor-item {
  font-size: 12px;
  opacity: 0.6;
}
.issue-box {
  width: 100%;
  background-color: var(--white);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.02);
  padding: 16px;
  border-radius: 10px;
}
.issue-box-top {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--point);
}
.issue-item-area {
}
.isseu-item {
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
.issue-box-top span {
}
.item-req-button {
  width: 100%;
  padding: 16px;
  position: relative;
  box-sizing: border-box;
  display: block;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.02);
}
.overray-bg {
  display: block;
  width: 100%;
}
.button-text-overray {
  position: absolute;
  left: 16px;
  top: 16px;
}
.button-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--point);
}
.button-text {
  color: var(--gray);
  font-size: 14px;
}
.icon_text_box_img {
  margin: auto;
  margin-bottom: 24px;
  display: block;
  width: 150px;
  height: 150px;
  margin-top: 76px;
}
.icon_text_box_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.icon_text_box_title strong {
  color: var(--point);
}
.icon_text_box_text {
  text-align: center;
  font-size: 18px;
}

.icon_text_box_item {
  width: calc((100% - 48px) / 3);
  display: inline-block;
  border-radius: 50px;
  box-sizing: border-box;
  background-color: var(--white);
}
.page_title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}
.page_title strong {
  color: var(--point);
}
.icon_text_box_line {
  display: flex;
  gap: 12px;
  padding-bottom: 60px;
  flex-wrap: wrap;
}
.icon_text_box_item {
  width: calc((100% - 24px) / 3);
}
.icon_text_box_text {
  word-break: keep-all;
}
@media (max-width: 560px) {
  #index-page-section {
    padding-top: 84px !important;
  }
  .icon_text_box_title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .page_title {
    font-size: 24px;
  }
  .icon_text_box_text {
    font-size: 14px;
  }
  .card-60 {
    width: 100%;
    border-radius: 10px;
    height: 150px;
  }
  .icon_text_box_item {
    width: 100%;
  }
  .slide-area .wrap {
    padding: 12px;
  }
  .main-section-title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .main-section-subtitle {
    font-size: 14px;
  }

  #slide-button {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 5px;
    bottom: 12px;
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
  }
  .control-row {
    right: 12px;
    bottom: 12px;
  }
  .icon_text_box_img {
    height: 120px;
    width: 120px;
  }
  .bg-60-section-2 {
    width: 100%;
  }
  .bg-40 {
    width: 100%;
  }
  .notice-box {
    padding: 12px;
    width: 100%;
  }
  .main-button-item,
  .issue-box {
    padding: 12px;
  }
  .main-button-item {
    height: 72px;
  }
  .button-name {
    font-size: 14px;
  }
  .notice-box-title {
    font-size: 14px;
  }
  .issue-box-top {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .isseu-item {
    font-size: 12px;
  }
  .button-title {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .item-req-button {
    padding: 12px;
  }
  .button-text {
    font-size: 12px;
  }
  .control-button {
    width: 8px;
    height: 8px;
  }
}
