.flexCenterCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.flexEndCenter {
  display: flex;
  justify-content: end;
  align-items: center;
}

.flexBetEnd {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.flexBetStretch {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.flexCenterStretch {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.flexCenterEnd {
  display: flex;
  justify-content: center;
  align-items: end;
}

.flexStartEnd {
  display: flex;
  justify-content: start;
  align-items: end;
}

.flexStartCenter {
  display: flex;
  justify-content: start;
  align-items: center;
}

.flexStartStart {
  display: flex;
  justify-content: start;
  align-items: start;
}

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

.flexStartCenterVer {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.flexCenterStartVer {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.flexBetCenterVer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

body {
  height: 100vh;
}

.inner {
  width: 90%;
  margin: auto;
}

.header_logo {
  width: 137px;
  height: 65px;
  border: 1px solid black;
}
.header_text {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
.header_inner {
  padding: 7.5px 0;
}

.title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.ondoku_inner {
  width: 82.5%;
  margin: auto;
}
.ondoku_item {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  width: 343.333px;
  height: 269px;
  border: 1px solid #000;
}
.ondoku_list {
  gap: 10px;
  flex-wrap: wrap;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99.9%;
  z-index: 10;
}
.overlay_inner {
  width: 1001px;
  height: 725px;
  background: #FFF;
  position: relative;
}
.overlay_wrap {
  width: 790px;
  height: 617px;
  background: #D9D9D9;
}
.overlay_wrap-white {
  background: white;
  width: 790px;
  height: 617px;
}
.overlay_text {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
}
.overlay_text-bold {
  height: 75px;
  font-weight: 900;
  margin-right: 50px;
  text-align: left;
}
.overlay_text-bold:last-child {
  margin-left: 210px;
}
.overlay_text-small {
  font-weight: 900;
  margin-right: 50px;
  text-align: left;
  font-size: 25px;
}
.overlay_text-small:last-child {
  margin-left: 350px;
}
.overlay_icon {
  color: #000;
  font-size: 75px;
  font-weight: 900;
  position: absolute;
  line-height: 1;
  top: 0;
  right: 28px;
}
.overlay_coution {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
.overlay_btn {
  width: 500px;
  height: 100px;
  border: 1px solid #000;
  color: #000;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  line-height: 100px;
}
.overlay_heading {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 1;
}
.overlay_list {
  width: 100%;
  margin: auto;
}
.overlay_item {
  border: 1px solid black;
  padding: 0 40px;
  margin-bottom: 5px;
}
.overlay_group {
  width: 100%;
  margin: auto;
  border: 1px solid black;
  padding: 20px 0;
}
.overlay_unit {
  border-bottom: 1px solid black;
  padding: 0 20px;
  width: 90%;
  margin: 0 auto 10px;
}

.event {
  width: 100%;
}
.event_inner {
  width: 82.5%;
  margin: auto;
  max-width: 1025px;
}
.event_inner-2 {
  width: 100%;
  max-width: 1300px;
}
.event_inner-active {
  width: 100%;
  max-width: 1300px;
}
.event_item {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  width: 400px;
  height: 254px;
  border: 1px solid #000;
}
.event_item-gray {
  position: relative;
}
.event_item-gray::after {
  content: "";
  position: absolute;
  background: #9C9C9C;
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.event_list {
  gap: 10px;
  flex-wrap: wrap;
}
.event_btn {
  color: #000;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 500px;
  height: 100px;
  border: 1px solid #000;
  line-height: 100px;
  text-align: center;
}
.event_text {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news_wrap {
  width: 879px;
  height: 392px;
  border: 1px solid #000;
}
.news_heading {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
.news_list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.news_item a {
  gap: 50px;
  border-bottom: 1px solid black;
}
.news_date {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.pagenation_item {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  text-align: center;
  line-height: 40px;
}
.pagenation_item-active {
  background: #D9D9D9;
}
.pagenation_list {
  gap: 10px;
  margin-top: 14px;
}

.newsDetail_inner {
  width: 879px;
  height: 392px;
  border: 1px solid #000;
}
.newsDetail_text {
  width: 718px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.newsDetail_texts {
  margin-bottom: 20px;
}
.newsDetail_title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.newsDetail_date {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.top {
  width: 100%;
}
.top_wrap {
  width: 100%;
}
.top_list {
  width: 485px;
  height: 275px;
  border: 1px solid #000;
  padding-top: 10px;
}
.top_heading {
  color: #000;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.top_coution {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top_text {
  color: #000;
  font-family: Inter;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top_item {
  border-bottom: 1px solid #000;
  width: 95%;
  margin: 0 auto 10px;
}

.lessonMovie {
  width: 100%;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eventResult {
  border: 1px solid #000;
  width: 99.9%;
  height: 99.9%;
}
.eventResult_wrap-bottom {
  gap: 10px;
}
.eventResult_coution {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.eventResult_text-big {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.eventResult_text-small {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.eventResult_heading {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.eventResult_number {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 337px;
  height: 94px;
  border: 1px solid #000;
}
.eventResult_number-small {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.eventAnnounce {
  border: 1px solid #000;
  width: 99.9%;
  height: 99.9%;
}
.eventAnnounce_coution {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.eventAnnounce_heading {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.eventAnnounce_wrap {
  gap: 10px;
}
.eventAnnounce_number {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 337px;
  height: 94px;
  border: 1px solid #000;
  margin-bottom: 20px;
}
.eventAnnounce_number-small {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.eventAnnounce_title {
  color: #000;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.eventAnnounce_title span {
  color: #000;
  font-family: Inter;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.trainMenu_list {
  flex-wrap: wrap;
  gap: 15px;
  height: calc(100vh - 300px);
  overflow-y: scroll;
}
.trainMenu_item {
  width: 250px;
  height: 194px;
  border: 1px solid #000;
  text-align: center;
  position: relative;
}
.trainMenu_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(226, 226, 226, 0.75);
  pointer-events: none;
  cursor: none;
}
.trainMenu_item-active::before {
  display: none;
}
.trainMenu_heading {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.trainMenu_btn {
  width: 185px;
  height: 72px;
  border: 1px solid #000;
  display: flex;
  position: relative;
}
.trainMenu_btn span {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.trainMenu_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(226, 226, 226, 0.75);
  pointer-events: none;
  cursor: none;
}
.trainMenu_btn-active::before {
  display: none;
}
.trainMenu_title {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.trainMenu_wrap {
  width: 100%;
  max-width: 1300px;
  margin-bottom: 20px;
}
.trainMenu_text {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.trainMenu_text span {
  color: #000;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.trainResult {
  width: -moz-fit-content;
  width: fit-content;
  height: 99.9%;
  margin: auto;
}
.trainResult_wrap {
  width: 769px;
  height: 264px;
  border: 1px solid #000;
  margin-bottom: 30px;
}
.trainResult_title {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.trainResult_coution {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.trainResult_number {
  width: 337px;
  height: 94px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.trainResult_number-small {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.trainResult_wrap {
  margin-bottom: 20px;
  gap: 20px;
}
.trainResult_img {
  width: 394px;
  height: 148px;
  border: 1px solid #000;
  display: block;
}
.trainResult_table {
  border-collapse: collapse;
  width: 100%;
}
.trainResult_table, .trainResult_td, .trainResult_th {
  border: 1px solid #000;
  font-weight: 700;
  color: #000;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.trainResult_td {
  text-align: center;
  padding: 10px;
}
.trainResult_td-left {
  text-align: left;
}/*# sourceMappingURL=rough.css.map */