@charset "UTF-8";
/* =============================================== ==========================
   ## 공통 믹스인 모음
   ================================================= ======================== */
.sc_comm * {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
  font-family: "pretendard";
}
.sc_comm .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sc_comm .inner {
    max-width: 720px;
    padding: 0 40px;
  }
}
.sc_comm img {
  display: block;
  margin: 0 auto;
}

.show-tm,
.show-ta,
.show-mo {
  display: none !important;
}

@media all and (max-width: 1023px) {
  .show-pc {
    display: none !important;
  }
  .show-tm {
    display: block !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .show-ta {
    display: block !important;
  }
  .none-ta {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .show-mo {
    display: block !important;
  }
  .none-mo {
    display: none !important;
  }
}
.point {
  color: #ff6833;
}

.report-year {
  display: flex;
  border-top: 2px solid #545c73;
  border-bottom: 1px solid #e5e5e5;
}
.report-year-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
  font-family: "Pretendard";
  color: #333333;
  width: 430px;
  padding: 1px 0 2px 0;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
.report-year-list {
  width: calc(100% - 430px);
}
.report-year-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.report-year-list-item h3 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Pretendard";
  color: #333333;
  width: calc(100% - 131px);
  text-align: left;
}
.report-year-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Pretendard";
  color: #333333;
  line-height: 40px;
  position: relative;
  padding: 0 14px;
  border: 1px solid #666;
  border-radius: 5px;
  transition: all 0.05s ease-in-out;
}
.report-year-list-item a img:first-child {
  display: block;
}
.report-year-list-item a img:last-child {
  display: none;
}
.report-year-list-item a:hover {
  font-size: 14px;
  font-weight: 700;
  font-family: "Pretendard";
  color: #fff;
  background: #ef4e22;
  border-color: #ef4e22;
}
.report-year-list-item a:hover img:first-child {
  display: none;
}
.report-year-list-item a:hover img:last-child {
  display: block;
}
.report-year-list-item:last-child {
  border-bottom: 0;
}
@media (max-width: 1023px) {
  .report .report-year-tit {
    font-size: 27px;
    width: 184px;
  }
  .report .report-year-list {
    width: calc(100% - 184px);
  }
  .report .report-year-list-item {
    padding: 18px;
    gap: 0 65px;
  }
  .report .report-year-list-item h3 {
    font-size: 27px;
    width: calc(100% - 125px);
  }
  .report .report-year-list-item a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0 16px;
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .report .report-year-tit {
    font-size: 18px;
    width: 123px;
  }
  .report .report-year-list {
    width: calc(100% - 123px);
  }
  .report .report-year-list-item {
    padding: 12px;
    gap: 0 43px;
  }
  .report .report-year-list-item h3 {
    font-size: 18px;
    width: calc(100% - 83px);
  }
  .report .report-year-list-item a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
    border-radius: 2px;
  }
}

.ise_information {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .ise_information {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .ise_information {
    margin-top: 33px;
  }
}

@media (max-width: 767px) {
  .sc_comm .inner {
    padding: 0;
  }
}