:root {
  --text-main-default-font-family: "Hiragino Sans", Helvetica;
  --text-main-default-font-weight: 400;
  --text-main-default-font-size: 14px;
  --text-main-default-letter-spacing: 0px;
  --text-main-default-line-height: 180%;
  --text-main-default-font-style: normal;
  --text-heading-h1-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h1-font-weight: 700;
  --text-heading-h1-font-size: 40px;
  --text-heading-h1-letter-spacing: 0px;
  --text-heading-h1-line-height: 150%;
  --text-heading-h1-font-style: normal;
  --text-main-small-font-family: "Hiragino Sans", Helvetica;
  --text-main-small-font-weight: 400;
  --text-main-small-font-size: 12px;
  --text-main-small-letter-spacing: 0px;
  --text-main-small-line-height: 180%;
  --text-main-small-font-style: normal;
  --text-heading-h2-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h2-font-weight: 700;
  --text-heading-h2-font-size: 32px;
  --text-heading-h2-letter-spacing: 0px;
  --text-heading-h2-line-height: 150%;
  --text-heading-h2-font-style: normal;
  --text-main-default-bold-font-family: "Hiragino Sans", Helvetica;
  --text-main-default-bold-font-weight: 700;
  --text-main-default-bold-font-size: 14px;
  --text-main-default-bold-letter-spacing: 0px;
  --text-main-default-bold-line-height: 180%;
  --text-main-default-bold-font-style: normal;
  --text-heading-h4-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h4-font-weight: 700;
  --text-heading-h4-font-size: 20px;
  --text-heading-h4-letter-spacing: 0px;
  --text-heading-h4-line-height: 150%;
  --text-heading-h4-font-style: normal;
  --text-main-defaultbig-font-family: "Hiragino Sans", Helvetica;
  --text-main-defaultbig-font-weight: 400;
  --text-main-defaultbig-font-size: 16px;
  --text-main-defaultbig-letter-spacing: 0px;
  --text-main-defaultbig-line-height: 180%;
  --text-main-defaultbig-font-style: normal;
  --text-number-default-font-family: "DM Sans", Helvetica;
  --text-number-default-font-weight: 600;
  --text-number-default-font-size: 18px;
  --text-number-default-letter-spacing: 0px;
  --text-number-default-line-height: 150%;
  --text-number-default-font-style: normal;
  --text-number-big-font-family: "DM Sans", Helvetica;
  --text-number-big-font-weight: 600;
  --text-number-big-font-size: 22px;
  --text-number-big-letter-spacing: 0px;
  --text-number-big-line-height: 150%;
  --text-number-big-font-style: normal;
  --text-main-small-bold-font-family: "Hiragino Sans", Helvetica;
  --text-main-small-bold-font-weight: 700;
  --text-main-small-bold-font-size: 12px;
  --text-main-small-bold-letter-spacing: 0px;
  --text-main-small-bold-line-height: 180%;
  --text-main-small-bold-font-style: normal;
  --text-main-defaultbig-bold-font-family: "Hiragino Sans", Helvetica;
  --text-main-defaultbig-bold-font-weight: 700;
  --text-main-defaultbig-bold-font-size: 16px;
  --text-main-defaultbig-bold-letter-spacing: 0px;
  --text-main-defaultbig-bold-line-height: 180%;
  --text-main-defaultbig-bold-font-style: normal;
  --text-number-small-font-family: "DM Sans", Helvetica;
  --text-number-small-font-weight: 600;
  --text-number-small-font-size: 14px;
  --text-number-small-letter-spacing: 0px;
  --text-number-small-line-height: 150%;
  --text-number-small-font-style: normal;
  --text-heading-h3-font-family: "Hiragino Sans", Helvetica;
  --text-heading-h3-font-weight: 700;
  --text-heading-h3-font-size: 24px;
  --text-heading-h3-letter-spacing: 0px;
  --text-heading-h3-line-height: 150%;
  --text-heading-h3-font-style: normal;
  --1-secondary-01: rgba(70, 149, 212, 1);
  --1-txt-02: rgba(85, 85, 85, 1);
  --1-gray-04: rgba(255, 255, 255, 1);
  --1-primary-01: rgba(15, 88, 164, 1);
  --1-primary-02: rgba(33, 42, 103, 1);
  --1-txt-01: rgba(51, 51, 51, 1);
  --1-txt-03: rgba(112, 112, 112, 1);
  --1-gray-02: rgba(170, 170, 170, 1);
  --1-red-01: rgba(229, 57, 53, 1);
  --1-primary-03: rgba(10, 50, 94, 1);
  --1-OR-1: rgba(242, 140, 40, 1);
  --1-gray-01: rgba(55, 55, 55, 1);
  --1-green-01: rgba(76, 175, 80, 1);
  --1-secondary-02: rgba(190, 226, 255, 1);
  --1-gray-03: rgba(217, 217, 217, 1);
  --1-OR-3: rgba(239, 126, 14, 1);
  --1-back-blue-01: rgba(237, 244, 250, 1);
  --1-back-blue-02: rgba(223, 240, 252, 1);
}

html {
  scroll-behavior: smooth;
}

.openSeminarDetailScreen a {
  text-decoration: none;
}

.sideBar {
  flex-direction: column;
  height: auto;
}

.sideBarNoSticky {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sideBarSticky {
  display: none;
  position: sticky;
  width: 100%;
  margin-top: 20px;
}

.openSeminarDetailScreen {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  gap: 54px;
  position: relative;
  background-color: #ffffff;
}

.mainFrame {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  padding-top: 54px;
  position: relative;
  flex: 0 0 auto;
}

.mainContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  width: 100%;
}

.bottomFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 80px;
}

.upcomingCoursesListFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.courseTitleMenuListFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.commonFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.mainContentCourseApplicationFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 24px 64px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-OR-1);
  border-radius: 8px;
}

.supervisorIntroductionFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.relatedCoursesFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.courseTitleAndImage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.courseTitleMenuList {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.courseImage {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.76;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.smallTagRow {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.courseTitleEventPeriodFrame {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.courseTitle {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-heading-h2-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-primary-02);
  font-size: var(--text-heading-h2-font-size);
  letter-spacing: var(--text-heading-h2-letter-spacing);
  line-height: var(--text-heading-h2-line-height);
  font-style: var(--text-heading-h2-font-style);
}

.titleEventPeriodFrame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--1-primary-02);
  border-radius: 4px;
}

.titleEventPeriod {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--1-gray-04);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.courseMenuList {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
}

.courseMenuFrame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--1-gray-04);
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--1-gray-02);
}

.courseMenuTitle {
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-primary-02);
  font-size: var(--text-main-default-bold-font-size);
  text-align: center;
  line-height: var(--text-main-default-bold-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  font-style: var(--text-main-default-bold-font-style);
}

.scrollIconFrame {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 6.25px;
  padding: 1.25px 3.75px 1.25px 5.62px;
  position: relative;
  background-color: var(--1-primary-01);
  border-radius: 61.88px;
  transform: rotate(90.00deg);
  aspect-ratio: 1;
}

.scrollIcon {
  position: relative;
  width: 12.5px;
  height: 7.36px;
  margin-left: -0.94px;
  margin-right: -0.94px;
  transform: rotate(-90.00deg);
  aspect-ratio: 0.59;
}

.sideBarCourseApplicationFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.spCourseApplicationFrame {
  display: none;
}

.advertisingImage {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 257px;
  background-size: cover;
  background-position: 50% 50%;
}

.sectionTitle {
  position: relative;
  align-self: stretch;
  margin-top: 0px;
  font-family: var(--text-heading-h2-font-family);
  font-weight: var(--text-heading-h2-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h2-font-size);
  letter-spacing: var(--text-heading-h2-letter-spacing);
  line-height: var(--text-heading-h2-line-height);
  font-style: var(--text-heading-h2-font-style);
}

.sentenceFrame {
  align-self: stretch;
  font-family: var(--text-main-default-font-family);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-main-default-line-height);
  position: relative;
  font-weight: var(--text-main-default-font-weight);
  letter-spacing: var(--text-main-default-letter-spacing);
  font-style: var(--text-main-default-font-style);
}

.summaryText {
  font-family: var(--text-main-default-font-family);
  font-weight: var(--text-main-default-font-weight);
  color: #333333;
  font-size: var(--text-main-default-font-size);
  letter-spacing: var(--text-main-default-letter-spacing);
  line-height: var(--text-main-default-line-height);
  font-style: var(--text-main-default-font-style);
}

#pointsOfAttention .sentenceFrame {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

#pointsOfAttention .summaryText {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
}


.solutionIssueAimFrame {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-back-blue-01);
  border-radius: 8px;
}

.solutionIssueAimIcon {
  position: relative;
  width: 130px;
  height: 132px;
}

.solutionIssueAimTextFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.solutionIssueAim {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-heading-h4-font-family);
  font-weight: var(--text-heading-h4-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h4-font-size);
  letter-spacing: var(--text-heading-h4-letter-spacing);
  line-height: var(--text-heading-h4-line-height);
  white-space: nowrap;
  font-style: var(--text-heading-h4-font-style);
}

.solutionIssueAimItemFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.solutionIssueAimItem {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.checkMarkIcon {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.solutionIssueAimItemText {
  position: relative;
  flex: 1;
  margin-top: 0px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-bold-font-size);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  font-style: var(--text-main-default-bold-font-style);
}

.eventStatusFrame {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.heldFinishFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-gray-02);
  border-radius: 4px;
}

.heldFinishTextFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 868px;
  justify-content: space-around;
  position: relative;
  flex: 0 0 auto;
}

.heldFinishText {
  display: flex;
  width: 628px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.heldFinishLabel {
  display: flex;
  width: 72px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: relative;
  background-color: var(--1-txt-03);
  border-radius: 4px;
}

.labelWhiteText {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-main-default-bold-font-size);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-default-bold-font-style);
}

.heldFinishEventScheduleFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.EventScheduleFrame {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.eventSchedule {
  position: relative;
  width: fit-content;
  font-family: var(--text-main-defaultbig-font-family);
  font-weight: var(--text-main-defaultbig-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-main-defaultbig-font-size);
  letter-spacing: var(--text-main-defaultbig-letter-spacing);
  line-height: var(--text-main-defaultbig-line-height);
  white-space: nowrap;
  font-style: var(--text-main-defaultbig-font-style);
}

.dateTimeTextFrame {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.yearTime {
  color: var(--1-gray-04);
  font-size: var(--text-number-default-font-size);
  line-height: var(--text-number-default-line-height);
  position: relative;
  width: fit-content;
  font-family: var(--text-number-default-font-family);
  font-weight: var(--text-number-default-font-weight);
  letter-spacing: var(--text-number-default-letter-spacing);
  white-space: nowrap;
  font-style: var(--text-number-default-font-style);
}

.eventScheduleBreakpoints {
  position: relative;
  width: 4px;
  height: 4px;
  background-color: var(--1-gray-04);
  border-radius: 99px;
  aspect-ratio: 1;
}

.dateText {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-number-big-font-family);
  font-weight: var(--text-number-big-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-number-big-font-size);
  letter-spacing: var(--text-number-big-letter-spacing);
  line-height: var(--text-number-big-line-height);
  white-space: nowrap;
  font-style: var(--text-number-big-font-style);
}

.dateFrame {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.whiteWeekMark {
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: var(--1-gray-04);
  border-radius: 99px;
}

.heldFinishWeekText {
  position: relative;
  align-self: stretch;
  margin-top: 2px;
  font-family: var(--text-main-small-bold-font-family);
  font-weight: var(--text-main-small-bold-font-weight);
  color: var(--1-gray-02);
  font-size: var(--text-main-small-bold-font-size);
  text-align: center;
  letter-spacing: var(--text-main-small-bold-letter-spacing);
  line-height: var(--text-main-small-bold-line-height);
  font-style: var(--text-main-small-bold-font-style);
}

.heldUnfinishFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-secondary-01);
  border-radius: 4px;
}

.heldUnfinishFrame .accept-close {
  background-color: #fce7e7;
}

.receptionFrame {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.receptionFrameFlex {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}

.registrationClosedSmallFrame {
  flex: 0 0 auto;
  background-color: #fce7e7;
  display: flex;
  width: 72px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: relative;
  border-radius: 4px;
}

.registrationClosedText {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-red-01);
  font-size: var(--text-main-default-bold-font-size);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-default-bold-font-style);
}

.relatedCourseStatusText {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-main-default-bold-font-size);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-default-bold-font-style);
}

.event-end .relatedCourseStatusText {
  color: #555555;
}

.accept-close .relatedCourseStatusText {
  color: var(--1-red-01);
}

.heldUnfinishEventDateTimeFrame {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4px;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
}

.eventDays {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--1-primary-02);
  border-radius: 4px;
  width: 54px;
}

.blueWeekMark {
  background-color: var(--1-primary-02);
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 99px;
}

.heldUnfinishWeekText {
  position: relative;
  align-self: stretch;
  font-family: var(--text-main-small-bold-font-family);
  font-weight: 600;
  color: var(--1-gray-04);
  font-size: var(--text-main-small-bold-font-size);
  text-align: center;
  letter-spacing: var(--text-main-small-bold-letter-spacing);
  line-height: 1;
  font-style: var(--text-main-small-bold-font-style);
}

.tagFrame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--1-secondary-02);
  border-radius: 99px;
  border-color: var(--1-primary-03);
}

.tagBlackText {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-default-font-family);
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-primary-02);
  font-size: var(--text-main-default-font-size);
  letter-spacing: var(--text-main-default-letter-spacing);
  line-height: var(--text-main-default-line-height);
  white-space: nowrap;
  font-style: var(--text-main-default-font-style);
}

.registrationClosedFrame {
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 0px;
  position: relative;
  background-color: var(--1-gray-03);
  border-radius: 8px;
}

.registrationClosedMessageText {
  position: relative;
  width: 200px;
  margin-top: 0px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-txt-03);
  font-size: var(--text-main-defaultbig-bold-font-size);
  text-align: center;
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.deadlineFeesFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
}

.deadlineFeesItem {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.deadlineFeesItemText {
  position: relative;
  width: 120px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-bold-font-size);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  font-style: var(--text-main-default-bold-font-style);
}

.deadlineFeesItemSentence {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.deadlineTextFrame {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.deadlineFeesText {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-bold-font-size);
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.deadlineEndText {
  position: relative;
  width: fit-content;
  font-family: var(--text-main-default-font-family);
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  letter-spacing: var(--text-main-default-letter-spacing);
  line-height: var(--text-main-default-line-height);
  white-space: nowrap;
  font-style: var(--text-main-default-font-style);
}

.remarkText {
  position: relative;
  align-self: stretch;
  font-family: var(--text-main-small-font-family);
  font-weight: var(--text-main-small-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-small-font-size);
  letter-spacing: var(--text-main-small-letter-spacing);
  line-height: var(--text-main-small-line-height);
  font-style: var(--text-main-small-font-style);
}

.line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.nowAcceptingFrame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--1-green-01);
  border-radius: 4px;
}

.nowAcceptingText {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: #ffffff;
  font-size: var(--text-main-default-bold-font-size);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-default-bold-font-style);
}

.applyHereFrame {
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 0px;
  position: relative;
  background-color: var(--1-OR-3);
  border-radius: 8px;
}

.applyHereText {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-main-defaultbig-bold-font-size);
  text-align: center;
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.paymentMethodReceiptOtherFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--1-gray-03);
}

.paymentMethodReceiptOtherItemFrame {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.paymentMethodReceiptOtherItemText {
  width: 120px;
  font-family: var(--text-main-small-bold-font-family);
  color: var(--1-txt-01);
  font-size: var(--text-main-small-bold-font-size);
  line-height: var(--text-main-small-bold-line-height);
  position: relative;
  font-weight: var(--text-main-small-bold-font-weight);
  letter-spacing: var(--text-main-small-bold-letter-spacing);
  font-style: var(--text-main-small-bold-font-style);
}

.paymentMethodReceiptOtherSentenceFlex1 {
  position: relative;
  flex: 1;
  margin-top: 0px;
  font-family: var(--text-main-default-font-family);
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  letter-spacing: var(--text-main-default-letter-spacing);
  line-height: var(--text-main-default-line-height);
  font-style: var(--text-main-default-font-style);
}

.paymentMethodReceiptOtherSentence {
  position: relative;
  align-self: stretch;
  margin-top: 0px;
  font-family: var(--text-main-default-font-family);
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-font-size);
  letter-spacing: var(--text-main-default-letter-spacing);
  line-height: var(--text-main-default-line-height);
  font-style: var(--text-main-default-font-style);
}

.curriculumFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.flexRowFrame {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.upcomingCoursesflexRowFrame {
  display: flex;
  align-items: stretch;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.dateLineFrame {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.dateArrowFrame {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.dateCircle {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 160px;
  border: 2px solid;
  border-color: var(--1-primary-02);
}

.dateCircleText {
  position: absolute;
  top: 43px;
  left: 33px;
  font-family: var(--text-heading-h4-font-family);
  font-weight: var(--text-heading-h4-font-weight);
  color: var(--1-primary-02);
  font-size: var(--text-heading-h4-font-size);
  letter-spacing: var(--text-heading-h4-letter-spacing);
  line-height: var(--text-heading-h4-line-height);
  white-space: nowrap;
  font-style: var(--text-heading-h4-font-style);
}

.curriculumDescriptionFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.curriculumItem {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-heading-h4-font-family);
  font-weight: var(--text-heading-h4-font-weight);
  color: var(--1-primary-02);
  font-size: var(--text-heading-h4-font-size);
  letter-spacing: var(--text-heading-h4-letter-spacing);
  line-height: var(--text-heading-h4-line-height);
  white-space: nowrap;
  font-style: var(--text-heading-h4-font-style);
}

.curriculumTextFrame {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-back-blue-01);
  border-radius: 8px;
}

.curriculumTextFrameFlex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.curriculumTextPart {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-primary-02);
  font-size: var(--text-main-defaultbig-bold-font-size);
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.curriculumPartSentence{
  position: relative;
  align-self: stretch;
  font-family: var(--text-main-default-font-family);
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-txt-02);
  font-size: var(--text-main-default-font-size);
  letter-spacing: var(--text-main-default-letter-spacing);
  line-height: var(--text-main-default-line-height);
  font-style: var(--text-main-default-font-style);
}

.applyCourseHere {
  align-self: stretch;
  font-family: var(--text-heading-h4-font-family);
  font-weight: var(--text-heading-h4-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-heading-h4-font-size);
  text-align: center;
  line-height: var(--text-heading-h4-line-height);
  position: relative;
  letter-spacing: var(--text-heading-h4-letter-spacing);
  font-style: var(--text-heading-h4-font-style);
}

.mainContentCourseApplicationFrameFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.applyCourseHereItemFrame {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--1-gray-04);
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--1-gray-04);
}

.ReceptionEndText {
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-heading-h4-font-family);
  font-weight: var(--text-heading-h4-font-weight);
  color: var(--1-gray-02);
  font-size: var(--text-heading-h4-font-size);
  text-align: center;
  line-height: var(--text-heading-h4-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-heading-h4-letter-spacing);
  font-style: var(--text-heading-h4-font-style);
}

.applyCourseHereText {
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-heading-h4-font-family);
  font-weight: var(--text-heading-h4-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-heading-h4-font-size);
  text-align: center;
  line-height: var(--text-heading-h4-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-heading-h4-letter-spacing);
  font-style: var(--text-heading-h4-font-style);
}

.participantCommentsFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.participantCommentsItemFrame {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--1-gray-03);
}

.participantImage {
  position: relative;
  width: 90px;
  height: 90px;
  aspect-ratio: 1;
}

.participantCommentsTextFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.yearIndustry {
  position: relative;
  align-self: stretch;
  margin-top: 0px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-bold-font-size);
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.supervisorIntroductionFlex {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.supervisorIcon {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 216px;
  aspect-ratio: 1;
  background-size: cover;
  background-position: 50% 50%;
}

.supervisorThoughtsIntroductionFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.verticalFlexGap8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.verticalFlex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.courseIdea {
  position: relative;
  align-self: stretch;
  margin-top: 0px;
  font-family: var(--text-heading-h4-font-family);
  font-weight: var(--text-heading-h4-font-weight);
  color: var(--1-primary-02);
  font-size: var(--text-heading-h4-font-size);
  letter-spacing: var(--text-heading-h4-letter-spacing);
  line-height: var(--text-heading-h4-line-height);
  font-style: var(--text-heading-h4-font-style);
}

.supervisorPostFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.affiliation {
  position: relative;
  align-self: stretch;
  margin-top: 0px;
  font-family: var(--text-main-small-font-family);
  font-weight: var(--text-main-small-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-small-font-size);
  letter-spacing: var(--text-main-small-letter-spacing);
  line-height: var(--text-main-small-line-height);
  font-style: var(--text-main-small-font-style);
}

.supervisorName {
  position: relative;
  align-self: stretch;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-txt-02);
  font-size: var(--text-main-defaultbig-bold-font-size);
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.supervisorCareer {
  position: relative;
  align-self: stretch;
  margin-left: -1.00px;
  -webkit-text-stroke: 0px #000000;
  font-family: var(--text-main-small-font-family);
  font-weight: var(--text-main-small-font-weight);
  color: var(--1-txt-03);
  font-size: var(--text-main-small-font-size);
  letter-spacing: var(--text-main-small-letter-spacing);
  line-height: var(--text-main-small-line-height);
  font-style: var(--text-main-small-font-style);
}

.supervisorListBtn {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 40px;
  align-items: center;
  gap: 16px;
  padding: 8px 24px;
  position: relative;
  background-color: var(--1-primary-01);
  border-radius: 100px;
  border-color: var(--1-gray-04);
}

.supervisorList {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: 400;
  color: var(--1-gray-04);
  font-size: var(--text-main-default-bold-font-size);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-default-bold-font-style);
}

.rightArrowIcon {
  width: 16px;
  height: 16px;
  position: relative;
  aspect-ratio: 1;
}

.relatedCoursesList {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -18.00px;
}

.relatedCoursesListItem {
  display: flex;
  width: 950px;
  align-items: flex-start;
  gap: 40px;
  padding: 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--1-gray-04);
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--1-gray-03);
}

.coursesImage {
  width: 320px;
  height: 182.22px;
  position: relative;
  border-radius: 8px;
  aspect-ratio: 1.76;
  background-size: cover;
  background-position: 50% 50%;
}

.relatedCoursesDetail {
  display: flex;
  flex-direction: column;
  width: 550px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  margin-right: -8.00px;
}

.tagCourseName {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.courseDateTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--1-primary-02);
  border-radius: 4px;
}

.tagWhiteText {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-small-bold-font-family);
  font-weight: var(--text-main-small-bold-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-main-small-bold-font-size);
  letter-spacing: var(--text-main-small-bold-letter-spacing);
  line-height: var(--text-main-small-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-small-bold-font-style);
}

.verticalFlexGap4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.recommendationFrame {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.relatedCoursesRecommendationText {
  width: 100%;
  margin-top: 0px;
  font-family: var(--text-main-small-bold-font-family);
  font-weight: 600;
  color: var(--1-secondary-01);
  font-size: var(--text-main-small-bold-font-size);
  line-height: var(--text-main-small-bold-line-height);
  position: relative;
  letter-spacing: var(--text-main-small-bold-letter-spacing);
  font-style: var(--text-main-small-bold-font-style);
}

.relatedCourseNameText {
  position: relative;
  align-self: stretch;
  font-family: var(--text-heading-h4-font-family);
  font-weight: var(--text-heading-h4-font-weight);
  color: var(--1-primary-02);
  font-size: var(--text-heading-h4-font-size);
  letter-spacing: var(--text-heading-h4-letter-spacing);
  line-height: var(--text-heading-h4-line-height);
  font-style: var(--text-heading-h4-font-style);
}

.relatedCourseDateTimeRegistrationStatusFrame {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.relatedCourseDateTimeFrame {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  position: relative;
}

.relatedCourseDateText {
  margin-top: 0px;
  font-family: var(--text-number-big-font-family);
  font-weight: var(--text-number-big-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-number-big-font-size);
  line-height: var(--text-number-big-line-height);
  position: relative;
  letter-spacing: var(--text-number-big-letter-spacing);
  font-style: var(--text-number-big-font-style);
}

.dateBuleBreakpoints {
  position: relative;
  width: 4px;
  height: 4px;
  background-color: var(--1-txt-01);
  border-radius: 99px;
  aspect-ratio: 1;
}

.relatedCourseRegistrationClosedFrame {
  background-color: #e539351f;
  display: flex;
  width: 72px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: relative;
  border-radius: 4px;
}

.relatedCourseReceptionFrame {
  background-color: var(--1-green-01);
  display: flex;
  width: 72px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: relative;
  border-radius: 4px;
}

.relatedCourseDateTimeRegistrationStatusFrame .accept-close {
  background-color: #e539351f;
}

.relatedCourseDateTimeRegistrationStatusFrame .event-end {
  background-color: #D9D9D9;
}

.courseApplicationTextFrame {
  display: flex;
  height: 35px;
  align-items: center;
  padding: 0px 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: var(--1-primary-03);
}

.sideBarItemText {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-primary-03);
  font-size: var(--text-main-defaultbig-bold-font-size);
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.courseApplicationListFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.sideBarRegistrationClosedFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-gray-02);
  border-radius: 8px;
}

.courseDateTimeFrame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
}

.sideBarRegistrationTextFrame {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  z-index: 1;
}

.registrationCloseText {
  position: relative;
  flex: 1;
  margin-top: 0px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: #bfbfbf;
  font-size: var(--text-main-defaultbig-bold-font-size);
  text-align: center;
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.sideBarRegistrationUnclosedFrame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-OR-1);
  border-radius: 8px;
  
}

.sideBarTopHeldUnfinishWeekText {
  position: relative;
  align-self: stretch;
  margin-top: 2px;
  font-family: var(--text-main-small-bold-font-family);
  color: var(--1-OR-1);
  font-size: var(--text-main-small-bold-font-size);
  text-align: center;
  letter-spacing: var(--text-main-small-bold-letter-spacing);
  line-height: var(--text-main-small-bold-line-height);
  font-style: var(--text-main-small-bold-font-style);
}

.sideBarTopApplyHereText {
  position: relative;
  flex: 1;
  margin-top: 0px;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-defaultbig-bold-font-size);
  text-align: center;
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  line-height: var(--text-main-defaultbig-bold-line-height);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.sideBarItemArrowFrame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: var(--1-primary-03);
}

.goList {
  width: fit-content;
  margin-top: 2px;
  font-family: var(--text-main-default-font-family);
  font-weight: var(--text-main-default-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-main-default-font-size);
  line-height: var(--text-main-default-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-main-default-letter-spacing);
  font-style: var(--text-main-default-font-style);
}

.relatedOngoingCourseFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--1-gray-03);
}

.relatedOngoingCourseImage1 {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.76;
  background-size: cover;
  background-position: 50% 50%;
}

.relatedOngoingCourseImage2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.76;
  background-size: cover;
  background-position: 50% 50%;
}

.relatedOngoingCourseImage3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.76;
  background-size: cover;
  background-position: 50% 50%;
}

.relatedOngoingCourseImage {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.76;
  background-size: cover;
  background-position: 50% 50%;
}

.relatedOngoingCourseDateText {
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-number-big-font-family);
  font-weight: var(--text-number-big-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-number-big-font-size);
  line-height: var(--text-number-big-line-height);
  white-space: nowrap;
  position: relative;
  letter-spacing: var(--text-number-big-letter-spacing);
  font-style: var(--text-number-big-font-style);
}

.relatedOngoingCourseDateBlueWeekMark {
  background-color: var(--1-primary-03);
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 99px;
}

.relatedOngoingCourseDetail {
  align-self: stretch;
  font-family: var(--text-main-small-font-family);
  font-weight: var(--text-main-small-font-weight);
  color: var(--1-gray-01);
  font-size: var(--text-main-small-font-size);
  line-height: var(--text-main-small-line-height);
  position: relative;
  letter-spacing: var(--text-main-small-letter-spacing);
  font-style: var(--text-main-small-font-style);
}

.eLearningImage {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.76;
  background-size: cover;
  background-position: 50% 50%;
}

.eLearningName {
  position: relative;
  align-self: stretch;
  margin-top: 0px;
  font-family: var(--text-main-default-bold-font-family);
  font-weight: var(--text-main-default-bold-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-main-default-bold-font-size);
  letter-spacing: var(--text-main-default-bold-letter-spacing);
  line-height: var(--text-main-default-bold-line-height);
  font-style: var(--text-main-default-bold-font-style);
}

.eLearningTagList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;

  .commontag__secondary {
    font-size: 11px;
  }
}

.corporateCoursesFrame {
  display: flex;
  align-items: center;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--1-back-blue-01);
  border-radius: 4px;
}

.corporateCoursesTextFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.corporateCourseSupplementarySentence {
  margin-top: 0px;
  font-family: var(--text-main-small-font-family);
  color: var(--1-primary-01);
  font-size: var(--text-main-small-font-size);
  line-height: var(--text-main-small-line-height);
  position: relative;
  align-self: stretch;
  font-weight: var(--text-main-small-font-weight);
  letter-spacing: var(--text-main-small-letter-spacing);
  font-style: var(--text-main-small-font-style);
}

.corporateCourseName {
  font-family: var(--text-main-defaultbig-bold-font-family);
  color: var(--1-primary-03);
  font-size: var(--text-main-defaultbig-bold-font-size);
  line-height: var(--text-main-defaultbig-bold-line-height);
  position: relative;
  align-self: stretch;
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.showMoreFrame {
  display: flex;
  width: 160px;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  position: relative;
  border-radius: 100px;
  border: 1px solid;
  border-color: var(--1-primary-01);
}

.showMoreFrameText {
  position: relative;
  width: fit-content;
  font-family: var(--text-main-small-bold-font-family);
  font-weight: var(--text-main-small-bold-font-weight);
  color: var(--1-primary-01);
  font-size: var(--text-main-small-bold-font-size);
  letter-spacing: var(--text-main-small-bold-letter-spacing);
  line-height: var(--text-main-small-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-small-bold-font-style);
}

.upcomingCourseFrame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--1-gray-04);
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--1-gray-03);
}

.upcomingCourseImage {
  align-self: stretch;
  width: 100%;
  position: relative;
  border-radius: 8px;
  aspect-ratio: 1.76;
  background-size: cover;
  background-position: 50% 50%;
}

.upcomingCourseName {
  align-self: stretch;
  font-family: var(--text-main-defaultbig-bold-font-family);
  font-weight: var(--text-main-defaultbig-bold-font-weight);
  color: var(--1-primary-02);
  font-size: var(--text-main-defaultbig-bold-font-size);
  line-height: var(--text-main-defaultbig-bold-line-height);
  position: relative;
  letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
  font-style: var(--text-main-defaultbig-bold-font-style);
}

.upcomingCourseRecommendationText {
  width: 100%;
  margin-top: 0px;
  font-family: "Hiragino Sans-W6", Helvetica;
  font-weight: 600;
  color: var(--1-secondary-01);
  font-size: 10px;
  line-height: 18.0px;
  position: relative;
  letter-spacing: 0;
}

.upcomingCourseDateFrame {
  flex-direction: column;
  width: 310px;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  position: relative;
}

.relatedCourseYear {
  font-weight: 600;
  color: rgba(112, 112, 112, 1);
  font-size: 18px;
  line-height: 150%;
  position: relative;
  width: fit-content;
  white-space: nowrap;
  font-style: normal;
  font-family: var(--text-number-small-font-family);
}

.upcomingCourseYear {
  color: var(--1-txt-03);
  font-size: var(--text-number-small-font-size);
  line-height: var(--text-number-small-line-height);
  position: relative;
  width: fit-content;
  font-family: var(--text-number-small-font-family);
  font-weight: var(--text-number-small-font-weight);
  letter-spacing: var(--text-number-small-letter-spacing);
  white-space: nowrap;
  font-style: var(--text-number-small-font-style);
}

.upcomingCourseDate {
  margin-top: 0px;
  font-family: var(--text-number-default-font-family);
  font-weight: var(--text-number-default-font-weight);
  color: var(--1-txt-01);
  font-size: var(--text-number-default-font-size);
  line-height: var(--text-number-default-line-height);
  position: relative;
  letter-spacing: var(--text-number-default-letter-spacing);
  font-style: var(--text-number-default-font-style);
}

.acceptingTag {
  display: flex;
  width: 64px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  background-color: var(--1-green-01);
  border-radius: 4px;
}

.upcomingCourseTag {
  display: flex;
  width: 64px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  border-radius: 4px;
  background-color: var(--1-green-01);
}

.upcomingCourseDateFrame .accept-close {
  background-color: #e539351f;
}

.upcomingCourseDateFrame .event-end {
  background-color: #D9D9D9;
}

.upcomingCourseTagText {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: var(--text-main-small-bold-font-family);
  font-weight: var(--text-main-small-bold-font-weight);
  color: var(--1-gray-04);
  font-size: var(--text-main-small-bold-font-size);
  letter-spacing: var(--text-main-small-bold-letter-spacing);
  line-height: var(--text-main-small-bold-line-height);
  white-space: nowrap;
  font-style: var(--text-main-small-bold-font-style);
}

.accept-close .upcomingCourseTagText {
  color: var(--1-red-01);
}

.event-end .upcomingCourseTagText {
  color: #555555;
}

.flexSpaceBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.timeText {
  width: 103px;
  margin-right: -2.00px;
  color: var(--1-txt-01);
  font-size: var(--text-number-default-font-size);
  line-height: var(--text-number-default-line-height);
  position: relative;
  font-family: var(--text-number-default-font-family);
  font-weight: var(--text-number-default-font-weight);
  letter-spacing: var(--text-number-default-letter-spacing);
  font-style: var(--text-number-default-font-style);
}

.timeText2 {
  width: 103px;
  color: var(--1-txt-01);
  font-size: var(--text-number-default-font-size);
  line-height: var(--text-number-default-line-height);
  position: relative;
  font-family: var(--text-number-default-font-family);
  font-weight: var(--text-number-default-font-weight);
  letter-spacing: var(--text-number-default-letter-spacing);
  font-style: var(--text-number-default-font-style);
}

.timeText3 {
  width: 103px;
  margin-right: -1.00px;
  color: var(--1-txt-01);
  font-size: var(--text-number-default-font-size);
  line-height: var(--text-number-default-line-height);
  position: relative;
  font-family: var(--text-number-default-font-family);
  font-weight: var(--text-number-default-font-weight);
  letter-spacing: var(--text-number-default-letter-spacing);
  font-style: var(--text-number-default-font-style);
}

.timeText4 {
  width: fit-content;
  margin-top: 0px;
  color: var(--1-gray-04);
  font-size: var(--text-number-default-font-size);
  line-height: var(--text-number-default-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--text-number-default-font-family);
  font-weight: var(--text-number-default-font-weight);
  letter-spacing: var(--text-number-default-letter-spacing);
  font-style: var(--text-number-default-font-style);
}

.timeText5 {
  width: fit-content;
  color: var(--1-txt-01);
  font-size: var(--text-number-small-font-size);
  line-height: var(--text-number-small-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--text-number-small-font-family);
  font-weight: var(--text-number-small-font-weight);
  letter-spacing: var(--text-number-small-letter-spacing);
  font-style: var(--text-number-small-font-style);
}

.mainContentPatternVector {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  right: 0px;
  height: 100%;
  border-radius: 4px;
}

.scheduleVector {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  right: 0px;
  height: 100%;
  border-radius: 4px;
}

.courseApplicationVector {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  right: 0px;
  height: 100%;
  border-radius: 4px;
}

.sideBarVector {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  border-radius: 8px;
}

.spParticipantImageFrame {
  display: none;
}

.spSolutionIssueAimFrame {
  display: none;
}

.spBottomFrame {
  display: none;
  flex-direction: column;
  width: 100%;
  gap: 54px;
  padding: 54px 0px 48px;
}

.dateLine {
  position: relative;
  display: inline-block;
  width: 2px;
  background-color: var(--1-primary-02);
  flex-grow: 1;
  margin-bottom: -20px;
}

.dateArrow {
  position: relative;
  display: inline-block;
  width: 2px;
  background-color: var(--1-primary-02);
  flex-grow: 1;
  margin-bottom: -1px;
}

.dateArrow::before,
.dateArrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 12px;
  border-radius: 9999px;
  background-color: var(--1-primary-02);
  transform-origin: 50% calc(100% - 1px);
}

.dateArrow::before {
  transform: rotate(45deg);
}

.dateArrow::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {

  .mainWrapper {
    max-width: 342px;
  }

  .mainContent {
    gap: 54px;
  }

  .mainFrame {
    padding-top: 16px;
  }

  .bottomFrame {
    margin-bottom: 48px;
  }

  .courseTitleEventPeriodFrame {
    gap: 8px;
  }

  .courseTitle {
    font-size: var(--text-heading-h4-font-size);
    order: 2;
  }

  .titleEventPeriodFrame {
    gap: 10px;
    padding: 0px 8px;
  }

  .titleEventPeriod {
    font-size: var(--text-main-small-bold-font-size);
  }

  .courseMenuList {
    flex-wrap: wrap;
    gap: 8px 8px;
    width: 358px;
    margin-left: -8px;
  }

  .courseMenuFrame {
    width: 174.5px;
    flex: inherit;
  }

  .sectionTitle {
    font-size: var(--text-heading-h3-font-size);
  }

  .solutionIssueAimFrame {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 16px;
  }

  .spSolutionIssueAimFrame {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .solutionIssueAimIcon {
    width: 64px;
    height: 52px;
  }

  .solutionIssueAim {
    font-size: var(--text-main-defaultbig-bold-font-size);
    padding-left: 5px;
  }

  .solutionIssueAimItemText {
    font-weight: var(--text-main-small-font-weight);
    font-size: var(--text-main-small-font-size);
  }

  .spItem {
    width: 358px;
    margin-left: -8px;
  }

  .labelWhiteText {
    font-size: var(--text-main-small-bold-font-size);
  }

  .heldFinishFrame {
    padding: 16px;
  }

  .heldFinishText { 
    flex-direction: column;
    gap: 8px;
  }

  .EventScheduleFrame {
    gap: 8px;
  }

  .eventSchedule{
    font-size: var(--text-main-default-font-size);
  }

  .yearTime {
    font-size: var(--text-number-small-font-size);
  }

  .dateText {
    width: 54px;
    font-size: var(--text-number-default-font-size);
    font-weight: var(--text-number-default-font-weight);
  }

  .spPatternVector {
    position: absolute;
    z-index: 0;
    bottom: 0px;
    right: 0px;
    height: 100%;
    border-radius: 4px;
  }

  .heldUnfinishFrame {
    padding: 16px;
  }

  .eventDays {
    display: none;
  }

  .registrationClosedFrame {
    display: none;
  }

  .heldUnfinishEventDateTimeFrame {
    gap: 0px;
  }

  .registrationClosedSmallFrame {
    display: inline-flex;
    padding: 0px 8px;
  }

  .registrationClosedText {
    font-size: var(--text-main-small-bold-font-size);
  }

  .spEventDays {
    display: block;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 8px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--1-primary-02);
    border-radius: 4px;
  }

  .tagFrame {
    padding: 0px 8px;
    border-radius: 4px;
  }

  .tagBlackText {
    font-size: var(--text-main-small-font-size);
  }

  .deadlineFeesFrame {
    gap: 12px;
    padding: 16px;
  }

  .deadlineFeesItem {
    flex-direction: column;
    gap: 4px;
  }

  .deadlineFeesItemText {
    width: 100%;
    font-weight: var(--text-main-default-bold-font-weight);
    font-size: var(--text-main-small-bold-font-size);
  }

  .deadlineFeesItemSentence {
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  .deadlineFeesText {
    font-size: var(--text-main-default-bold-font-size);
  }

  .deadlineEndText {
    font-size: var(--text-main-small-font-size);
  }

  .spRegistrationClosedFrame {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--1-gray-03);
    border-radius: 8px;
  }

  .spRegistrationClosedMessageText {
    position: relative;
    flex: 1;
    margin-top: -1.00px;
    font-family: var(--text-main-default-bold-font-family);
    font-weight: var(--text-main-default-bold-font-weight);
    color: var(--1-txt-03);
    font-size: var(--text-main-default-bold-font-size);
    text-align: center;
    letter-spacing: var(--text-main-default-bold-letter-spacing);
    line-height: var(--text-main-default-bold-line-height);
    font-style: var(--text-main-default-bold-font-style);
  }
  
  .applyHereFrame {
    display: none;
  }
  
  .applyHereFrame {
    display: none;
  }

  .spApplyHereFrame {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--1-OR-3);
    border-radius: 8px;
  }

  .spApplyHereText {
    position: relative;
    flex: 1;
    font-family: var(--text-main-default-bold-font-family);
    font-weight: var(--text-main-default-bold-font-weight);
    color: var(--1-gray-04);
    font-size: var(--text-main-default-bold-font-size);
    text-align: center;
    letter-spacing: var(--text-main-default-bold-letter-spacing);
    line-height: var(--text-main-default-bold-line-height);
    font-style: var(--text-main-default-bold-font-style);
  }

  .paymentMethodReceiptOtherFrame {
    gap: 16px;
    padding: 20px 16px;
  }

  .paymentMethodReceiptOtherItemFrame {    
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0px;
  }

  .paymentMethodReceiptOtherItemText {
    width: 100%;
    align-self: stretch;
  }

  .paymentMethodReceiptOtherSentenceFlex1 {
    font-size: var(--text-main-small-font-size);
  }

  .paymentMethodReceiptOtherSentence {
    font-size: var(--text-main-small-font-size);
  }

  .remarkText {
    font-size: var(--text-main-small-font-size);
  }

  .flexRowFrame {
    gap: 12px;
  }

  .curriculumDescriptionFrame {
    gap: 8px;
  }

  .dateLineFrame {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
  }

  .dateCircle {
      width: 64px;
      height: 64px;
      border: 1px solid;
  }

  .dateCircleText {
    top: 19px;
    left: 13px;
    font-family: var(--text-main-default-bold-font-family);
    font-weight: var(--text-main-default-bold-font-weight);
    font-size: var(--text-main-default-bold-font-size);
    letter-spacing: var(--text-main-default-bold-letter-spacing);
    line-height: var(--text-main-default-bold-line-height);
    font-style: var(--text-main-default-bold-font-style);
  }

  .curriculumItem {
    width: fit-content;
    font-family: var(--text-main-defaultbig-bold-font-family);
    font-weight: var(--text-main-defaultbig-bold-font-weight);
    font-size: var(--text-main-defaultbig-bold-font-size);
    letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
    line-height: var(--text-main-defaultbig-bold-line-height);
    font-style: var(--text-main-defaultbig-bold-font-style);
  }

  .curriculumTextFrame {
    padding: 12px;
  }

  .curriculumTextPart {
    font-size: var(--text-main-default-bold-font-size);
    font-family: var(--text-main-default-bold-font-family);
    font-weight: var(--text-main-default-bold-font-weight);
    letter-spacing: var(--text-main-default-bold-letter-spacing);
    line-height: var(--text-main-default-bold-line-height);
    font-style: var(--text-main-default-bold-font-style);
  }

  .curriculumPartSentence {
    font-family: var(--text-main-small-font-family);
    font-weight: var(--text-main-small-font-weight);
    font-size: var(--text-main-small-font-size);
    letter-spacing: var(--text-main-small-letter-spacing);
    line-height: var(--text-main-small-line-height);
    font-style: var(--text-main-small-font-style);
  }

  .spDateLine {
      position: absolute;
      margin-top: 90px;
      width: 2px;
  }

  .mainContentCourseApplicationFrame {
    padding: 24px;
  }

  .mainContentCourseApplicationFrameFlex {
    flex-direction: column;
  }

  .applyCourseHere {
    font-weight: 500;
  }

  .applyCourseHereItemFrame {
    width: 100%;
    padding: 12px 0px;
    border-radius: 8px;
  }

  .ReceptionEndText {
    font-family: var(--text-main-defaultbig-bold-font-family);
    font-weight: 500;
    font-size: var(--text-main-defaultbig-bold-font-size);
    line-height: var(--text-main-defaultbig-bold-line-height);
    letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
    font-style: var(--text-main-defaultbig-bold-font-style);
  }

  .applyCourseHereText {
    font-family: var(--text-main-defaultbig-bold-font-family);
    font-weight: 500;
    font-size: var(--text-main-defaultbig-bold-font-size);
    line-height: var(--text-main-defaultbig-bold-line-height);
    letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
    font-style: var(--text-main-defaultbig-bold-font-style);
  }

  .participantCommentsItemFrame {
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }

  .participantImage {
    width: 56px;
    height: 56px;
    aspect-ratio: 1;
  }

  .spParticipantImageFrame {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex-direction: row;
  }

  .supervisorPostFrame {
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }

  .supervisorIcon {  
    width: 116px;
    height: 116px;
  }

  .supervisorListBtn {
    width: 100%;
    justify-content: space-between;
    padding: 13px 24px;
  }
  
  .spArrowIcon {
    width: 16px;
    height: 16px;
  }

  .relatedCoursesFrame {
    gap: 24px;
  }

  .relatedCoursesList {
    display: flex;
    gap: 24px;
    align-self: stretch;
    width: 100%;
  }

  .relatedCoursesListItem {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    align-self: stretch;
    width: 100%;
  }

  .coursesImage {
    width: 100%;
  }

  .relatedCoursesRecommendationText {
    font-size: 10px;
  }

  .relatedCoursesDetail {
    width: 100%;
    gap: 4px;
  }

  .relatedCourseYear {
    font-size: 14px;
  }

  .relatedCourseDateTimeRegistrationStatusFrame {
    gap: 0px;
    justify-content: space-between;
  }

  .relatedCourseNameText {
    font-family: var(--text-main-defaultbig-bold-font-family);
    font-weight: var(--text-main-defaultbig-bold-font-weight);
    font-size: var(--text-main-defaultbig-bold-font-size);
    line-height: var(--text-main-defaultbig-bold-line-height);
    letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
    font-style: var(--text-main-defaultbig-bold-font-style);
  }

  .relatedCourseDateText {
    font-family: var(--text-number-default-font-family);
    font-weight: var(--text-number-default-font-weight);
    font-size: var(--text-number-default-font-size);
    line-height: var(--text-number-default-line-height);
    letter-spacing: var(--text-number-default-letter-spacing);
    font-style: var(--text-number-default-font-style);
  }

  .blueWeekMark {
    background-color: var(--1-primary-02);
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    border-radius: 99px;
  }

  .timeText {
    margin-top: -8px;
    width: fit-content;
    font-family: var(--text-number-small-font-family);
    font-weight: var(--text-number-small-font-weight);
    font-size: var(--text-number-small-font-size);
    letter-spacing: var(--text-number-small-letter-spacing);
    line-height: var(--text-number-small-line-height);
    font-style: var(--text-number-small-font-style);
  }

  .upcomingCoursesListFrame {
    padding-top: 0px;
  }

  .upcomingCoursesflexRowFrame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 100%;
    position: relative;
    flex: 0 0 auto;
  }

  .showMoreFrame {
    width: 342px;
    padding: 13px 24px;
  }

  .spBottomFrame {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 54px;
    padding: 54px 0px 48px;
  }

  .spCourseApplicationFrame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    width: 100%;
    position: relative;
    flex: 0 0 auto;
  }

  .sideBarRegistrationClosedFrame {
    padding: 16px 24px;
  }

  .sideBarRegistrationUnclosedFrame {
    padding: 16px 24px;
  }

  .spCourseApplicationFrame .yearTime {
    font-size: var(--text-number-default-font-size);
  }

  .spCourseApplicationFrame .dateText {
    font-size: var(--text-number-big-font-size);
  }

  .registrationCloseText, .sideBarTopApplyHereText {
    font-weight: 500;
    font-size: var(--text-main-default-bold-font-size);
  }

  .spSupervisorFrame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .spSupervisorImgFrame {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .spSupervisorImgNameFrame {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .spSupervisorName {
    position: relative;
    align-self: stretch;
    font-family: var(--text-main-defaultbig-bold-font-family);
    font-weight: var(--text-main-defaultbig-bold-font-weight);
    color: var(--1-txt-02);
    font-size: 20px;
    letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
    line-height: var(--text-main-defaultbig-bold-line-height);
    font-style: var(--text-main-defaultbig-bold-font-style);
  }

  .spSupervisorNameEN {
    position: relative;
    align-self: stretch;
    font-family: var(--text-main-defaultbig-bold-font-family);
    font-weight: var(--text-main-defaultbig-bold-font-weight);
    color: var(--1-txt-02);
    font-size: 12px;
    letter-spacing: var(--text-main-defaultbig-bold-letter-spacing);
    line-height: var(--text-main-defaultbig-bold-line-height);
    font-style: var(--text-main-defaultbig-bold-font-style);
  }

  .dateLine {
    width: 1px;
  }

  .dateArrow {
    width: 1px;
  }

  .dateArrow::before,
  .dateArrow::after {
    width: 1px;
    height: 7px;
    left: calc(50% - 0px);
  }

  #pointsOfAttention .sentenceFrame {
    font-size: 12px;
  }

}