.main > .main-banner {
  width: 100%;
  position: relative;
}
.main > .main-banner > .main-swiper-nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.main > .main-banner > .main-swiper-nav.main-swiper-prev-button {
  left: 10px;
}
.main > .main-banner > .main-swiper-nav.main-swiper-next-button {
  right: 10px;
}
.main > .main-banner > .main-swiper-nav > img {
  width: 100%;
  max-width: 30px;
}
.main > .main-banner > .main-banner-pagination-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.main > .line {
  padding: 24px 12px;
}
.main > .line > .title-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.main > .line > .title-header > .main-title {
  color: #222;
  font-size: 20px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
}
.main > .line > .title-header > .main-title > .sub {
  font-size: 16px;
  color: #2958ff;
}
.main > .line > .title-header > .more {
  font-size: 24px;
  color: #2958ff;
}
.main > .line > .latest-notice {
  display: flex;
  gap: 24px;
}
.main > .line > .latest-notice > * {
  width: 50%;
}
.main > .line > .latest-notice > .latest {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main > .line > .latest-notice > .latest > .title {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 1.5em;
  -webkit-box-orient: vertical;
}
.main > .line > .latest-notice > .latest > .desc {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 4.5em;
  -webkit-box-orient: vertical;
}
.main > .line > .latest-notice > .latest > .date {
  text-align: right;
  color: #666;
}
.main > .line > .latest-notice > .list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.main > .line > .latest-notice > .list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.main > .line > .latest-notice > .list > li > a > p {
  font-size: 14px;
  line-height: 1.5;
}
.main > .line > .latest-notice > .list > li > a > p.date {
  color: #666;
}
.main > .line > .latest-notice > .list > li > a > p.title {
  color: #333;
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 1.5em;
  -webkit-box-orient: vertical;
}
.main > .line > .latest-suggest {
  position: relative;
}
.main > .line > .latest-suggest > .swiper-wrapper > .swiper-slide > img {
  width: 100%;
  border-radius: 10px;
}
.main > .line > .latest-suggest > .swiper-wrapper > .swiper-slide > .title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}
.main > .line > .latest-suggest > .main-swiper-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 48px;
  color: white;
  z-index: 10;
}
.main > .line > .latest-suggest > .main-swiper-nav.suggest-swiper-button-prev {
  left: 6px;
}
.main > .line > .latest-suggest > .main-swiper-nav.suggest-swiper-button-right {
  right: 6px;
}
.main > .line > .PR {
  display: flex;
  gap: 12px;
}
.main > .line > .PR > img {
  width: calc(60% - 12px);
  -o-object-fit: cover;
     object-fit: cover;
}
.main > .line > .PR > .pr-container {
  position: relative;
  width: 40%;
  overflow: hidden;
}
.main > .line > .PR > .pr-container > .pr-banner > .pr-pagination {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.main > .line > .PR > .pr-container img {
  width: 100%;
}
.main > .line > .customer {
  display: flex;
  gap: 12px;
}
.main > .line > .customer > .tel-info {
  background-image: url("../images/main/customer_background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 10px;
  padding: 12px;
  width: calc(50% - 6px);
  min-height: 150px;
}
.main > .line > .customer > .tel-info > strong {
  color: white;
  font-size: 18px;
  font-weight: 400;
  padding: 4px 0;
}
.main > .line > .customer > .tel-info > p {
  color: white;
}
.main > .line > .customer > .tel-info > p > span {
  display: block;
  margin-top: 12px;
}
.main > .line > .customer > .map {
  width: calc(50% - 6px);
}
.main > .line > .customer > .map > .root_daum_roughmap {
  width: 100%;
}
.main > .line > .education {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main > .line > .education > .tel-info {
  width: calc(40% - 6px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main > .line > .education > .tel-info > i {
  font-size: 48px;
  color: #333;
}
.main > .line > .education > .tel-info > p {
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.main > .line > .education > .tel-info > p > span {
  color: #555;
  display: block;
  font-size: 12px;
  margin-top: 12px;
}
.main > .line > .education > .list {
  width: calc(60% - 6px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.main > .line > .education > .list > li {
  width: 25%;
}
.main > .line > .education > .list > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px;
  gap: 8px;
}
.main > .line > .education > .list > li > a > .icon {
  width: 30px;
}
.main > .line > .education > .list > li > a > .icon > img {
  width: 100%;
}
.main > .line > .education > .list > li > a > p {
  color: #333;
  white-space: nowrap;
}
.main > .line > .partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main > .line > .partners > li {
  width: 24%;
}
.main > .line > .partners > li > img {
  width: 100%;
}

.login {
  min-height: calc(100vh - 447px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.login > .wrapper {
  width: 100%;
  max-width: 320px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.login > .wrapper > img {
  width: 140px;
}
.login > .wrapper > .desc {
  font-size: 16px;
  color: #222;
  text-align: center;
  line-height: 1.6;
  padding: 12px 0;
}
.login > .wrapper > form {
  width: 100%;
}
.login > .wrapper > form > .field {
  margin-bottom: 16px;
}
.login > .wrapper > .list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.login > .wrapper > .list > li {
  font-size: 14px;
  color: #666;
}

.find-id {
  min-height: calc(100vh - 447px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.find-id > .wrapper {
  width: 100%;
  max-width: 320px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.find-id > .wrapper > img {
  width: 140px;
}
.find-id > .wrapper > .desc {
  font-size: 16px;
  color: #222;
  text-align: center;
  line-height: 1.6;
  padding: 12px 0;
}
.find-id > .wrapper > form {
  width: 100%;
}
.find-id > .wrapper > form > .field {
  margin-bottom: 16px;
}
.find-id > .wrapper > .list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.find-id > .wrapper > .list > li {
  font-size: 14px;
  color: #666;
}

.find-pw {
  min-height: calc(100vh - 447px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.find-pw > .wrapper {
  width: 100%;
  max-width: 320px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.find-pw > .wrapper > img {
  width: 140px;
}
.find-pw > .wrapper > .desc {
  font-size: 16px;
  color: #222;
  text-align: center;
  line-height: 1.6;
  padding: 12px 0;
}
.find-pw > .wrapper > form {
  width: 100%;
}
.find-pw > .wrapper > form > .field {
  margin-bottom: 16px;
}
.find-pw > .wrapper > .list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.find-pw > .wrapper > .list > li {
  font-size: 14px;
  color: #666;
}

.terms > .line {
  margin-bottom: 24px;
}
.terms > .line > p {
  font-size: 22px;
  color: #333;
  line-height: 2;
}
.terms > .line > p.right {
  text-align: right;
}
.terms > .line > .content {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 8px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  border: 1px solid #ddd;
}
.terms > .line > .ag-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 16px;
  cursor: pointer;
}
.terms > .line > .ag-label > p {
  font-size: 16px;
  color: #333;
}
.terms > .line > .ag-label > p > span.req {
  color: #3557f5;
}
.terms > .line > form {
  width: 100%;
  margin-top: 24px;
}
.terms > .line > form > .label {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.terms > .line > .check-signup {
  margin-top: 24px;
  max-width: 640px;
}
.terms > .line > .check-signup > .flex {
  display: flex;
  align-items: center;
  gap: 32px;
}
.terms > .line > .check-signup > p {
  font-size: 16px;
  color: #444;
  margin-top: 16px;
}
.terms .submit {
  margin-bottom: 60px;
  margin-left: auto;
}

.signup {
  padding-bottom: 60px;
}
.signup > form > .flex > div > .label {
  margin-bottom: 40px;
}
.signup > form > .flex > div > .label > .button {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 0 12px;
}
.signup > form > .bottom {
  margin: 32px 0;
}
.signup > form > .bottom > .label {
  margin-bottom: 16px;
}

.curriculum {
  padding-bottom: 60px;
}
.curriculum > .container > .search {
  margin-left: auto;
  margin-bottom: 32px;
}
.curriculum > .container > .notice {
  background-color: #fff2e1;
  padding: 12px;
  font-size: 12px;
  color: #333;
  margin-bottom: 24px;
  line-height: 1.6;
  word-break: keep-all;
}
.curriculum > .container > .content > .item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.curriculum > .container > .content > .item > .box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.curriculum > .container > .content > .item > .box > img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.curriculum > .container > .content > .item > .box > .info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.curriculum > .container > .content > .item > .box > .info > .type {
  display: flex;
  align-items: center;
  gap: 8px;
}
.curriculum > .container > .content > .item > .box > .info > .type > .category {
  font-size: 12px;
  color: #333;
}
.curriculum > .container > .content > .item > .box > .info > .title {
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 3em;
  -webkit-box-orient: vertical;
  color: #222;
  font-size: 18px;
  height: 2em;
}
.curriculum > .container > .content > .item > .box > .info > .no {
  font-size: 14px;
  color: #333;
}
.curriculum > .container > .content > .item > .box > .info > .lecturer {
  font-size: 14px;
  color: #333;
}
.curriculum > .container > .content > .item > .links {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.curriculum-detail > .top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.curriculum-detail > .top > img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.curriculum-detail > .top > .info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
.curriculum-detail > .top > .info > .desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.curriculum-detail > .top > .info > .desc > .category {
  color: #333;
  font-size: 14px;
}
.curriculum-detail > .top > .info > .desc > .title {
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 3em;
  -webkit-box-orient: vertical;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  color: #222;
}
.curriculum-detail > .top > .info > .desc > .no,
.curriculum-detail > .top > .info > .desc .lecturer {
  font-size: 16px;
  color: #333;
}
.curriculum-detail > .top > .info > .flex {
  display: flex;
  gap: 12px;
}
.curriculum-detail > .center {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  margin-top: 24px;
  padding-bottom: 40px;
  border-top: 1px solid #ddd;
  gap: 24px;
}
.curriculum-detail > .center > div > .item {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.curriculum-detail > .center > div > .item > .title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.curriculum-detail > .center > div > .item > .desc {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.curriculum-detail > .center > div > .item > .list {
  list-style: circle;
  padding-left: 30px;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
.curriculum-detail > .center > div > .item > .sns {
  display: flex;
  align-items: center;
  gap: 4px;
}
.curriculum-detail > .center > div > .item > .sns img {
  width: 100%;
  max-width: 30px;
}
.curriculum-detail > .bottom > p {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 16px;
}
.curriculum-detail > .bottom > .content {
  border: 1px solid #ddd;
  padding: 14px;
  line-height: 1.8;
  min-height: 300px;
  margin-bottom: 60px;
}

.curriculum-req > .top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.curriculum-req > .top > img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.curriculum-req > .top > .info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
.curriculum-req > .top > .info > .desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.curriculum-req > .top > .info > .desc > .category {
  color: #333;
  font-size: 14px;
}
.curriculum-req > .top > .info > .desc > .title {
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 3em;
  -webkit-box-orient: vertical;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  color: #222;
}
.curriculum-req > .top > .info > .desc > .no,
.curriculum-req > .top > .info > .desc .lecturer {
  font-size: 16px;
  color: #333;
}
.curriculum-req > .top > .info > .flex {
  display: flex;
  gap: 12px;
}
.curriculum-req > .bottom {
  margin: 40px auto;
}
.curriculum-req > .bottom > .item {
  display: flex;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
.curriculum-req > .bottom > .item > p {
  font-size: 14px;
  color: #222;
  padding: 8px 12px;
}
.curriculum-req > .bottom > .item > p.title {
  border-right: 1px solid #ddd;
  width: 120px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.curriculum-req > .bottom > .item > p.desc {
  line-height: 1.5;
}

.notice-list {
  margin-bottom: 60px;
}
.notice-list > .container > .searchBox {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 24px;
}

.notice-detail > .wrapper > .notice-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.notice-detail > .wrapper > .notice-header > .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  gap: 6px;
  margin-bottom: 12px;
  line-height: 1.6;
}
.notice-detail > .wrapper > .notice-header > .title > .noti {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  background-color: #f0f0f0;
  border-radius: 10px;
  font-size: 12px;
}
.notice-detail > .wrapper > .notice-header > .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice-detail > .wrapper > .notice-header > .info > p {
  display: flex;
  align-items: center;
  gap: 6px;
}
.notice-detail > .wrapper > .notice-header > .info > p > span {
  font-size: 12px;
  color: #333;
}
.notice-detail > .wrapper > .notice-header > .info > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  gap: 6px;
  color: #333;
}
.notice-detail > .wrapper > .notice-header > .info > a > img {
  width: 20px;
}
.notice-detail > .wrapper > .content {
  padding: 24px 0;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
  min-height: 150px;
}
.notice-detail > .wrapper > .buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}

.notice-write > .wrapper {
  margin-bottom: 60px;
}
.notice-write > .wrapper > form > .label {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.notice-write > .wrapper > form > .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.rules .rule {
  width: 100%;
  min-height: calc(100vh - 447px);
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.gree_sub {
  margin-bottom: 60px;
  min-height: calc(100vh - 447px);
}
.gree_sub > .root_daum_roughmap {
  width: 100%;
}
.gree_sub > .title {
  font-size: 20px;
  padding-bottom: 20px;
  color: #333;
}
.gree_sub > .sub_desc {
  line-height: 1.6;
  color: #666;
  padding: 12px 0;
}
.gree_sub > .flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gree_sub > .flex.half {
  flex-direction: row;
  flex-wrap: wrap;
}
.gree_sub > .flex.half > * {
  width: calc(50% - 12px);
}
.gree_sub > .flex > .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gree_sub > .flex > .item > .sub_title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
}
.gree_sub > .flex > .item > img {
  width: 100%;
  max-width: 320px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gree_sub > .flex > .item > .sub_desc {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}
.gree_sub > .text {
  font-size: 14px;
  line-height: 1.6;
  word-break: keep-all;
  color: #333;
}
.gree_sub > .text > span {
  display: block;
  margin-top: 24px;
  font-style: italic;
}
.gree_sub > .box {
  margin-bottom: 24px;
}
.gree_sub > .box > img {
  width: 100%;
}
.gree_sub > .box > .line {
  margin-bottom: 12px;
}
.gree_sub > .box > .line > .title {
  font-size: 18px;
  display: block;
  font-weight: 400;
  color: #333;
  line-height: 2;
}
.gree_sub > .box > .line > .text {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}
.gree_sub > .tutors {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gree_sub > .tutors > li {
  border: 1px solid #f0f0f0;
  padding: 6px 12px;
  width: 100%;
}
.gree_sub > .tutors > li > .title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.gree_sub > .tutors > li > .title > svg {
  width: 18px;
  fill: #2958ff;
}
.gree_sub > .tutors > li > .title > strong {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #2958ff;
}
.gree_sub > .tutors > li > .list > p {
  line-height: 1.8;
  font-size: 12px;
  color: #333;
  display: list-item;
  list-style: circle;
  margin-left: 25px;
}
.gree_sub > .organizational {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.gree_sub > .organizational > .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gree_sub > .organizational > .top > p {
  min-width: 120px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 20px;
  height: 40px;
  background-color: #3557f5;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gree_sub > .organizational > .bottom {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.gree_sub > .organizational > .bottom > .box {
  background-color: #f0f0f0;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.gree_sub > .organizational > .bottom > .box > p {
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding-bottom: 10px;
  background-color: #3557f5;
  color: white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.gree_sub > .organizational > .bottom > .box > .list {
  text-align: center;
}
.gree_sub > .organizational > .bottom > .box > .list > li {
  margin: 12px auto;
  height: 20px;
  padding: 0 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  white-space: nowrap;
}
.gree_sub > .organizational > .bottom > .box > .list > li:last-of-type {
  border-bottom: 0;
}
.gree_sub > .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gree_sub > .list > li {
  border-bottom: 1px solid rgba(41, 88, 255, 0.25);
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gree_sub > .list > li > .no {
  font-size: 20px;
  font-weight: 600;
  color: #3557f5;
}
.gree_sub > .list > li > div > strong {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 2;
}
.gree_sub > .list > li > div > p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}
.gree_sub > .gree_line {
  margin-bottom: 36px;
}
.gree_sub > .gree_line > .gree_title {
  font-size: 20px;
  color: #2958ff;
  display: block;
  margin-bottom: 12px;
}
.gree_sub > .gree_line > .normal {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 24px;
}
.gree_sub > .gree_line > img {
  width: 100%;
  max-width: 840px;
}
.gree_sub > .gree_line > .sub_text {
  font-size: 14px;
  color: #3557f5;
  line-height: 1.6;
  margin-bottom: 24px;
}
.gree_sub > .gree_line > .gree_sub_title {
  color: #333;
  font-size: 18px;
  line-height: 2;
}
.gree_sub > .gree_line > .gree_list > li {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  padding: 2px 0;
}
.gree_sub > .gree_line > .gree_list > li > span {
  display: block;
  margin-top: 4px;
  padding-left: 16px;
}
.gree_sub > .gree_line > table {
  width: 100%;
  max-width: 480px;
  text-align: center;
  margin: 12px 0;
}
.gree_sub > .gree_line > table > caption {
  text-align: center;
  color: #333;
  padding: 12px;
  background-color: #f0f0f0;
}
.gree_sub > .gree_line > table tr {
  border: 1px solid #ddd;
}
.gree_sub > .gree_line > table tr > td {
  border-right: 1px solid #ddd;
  padding: 4px;
  color: #333;
}
.gree_sub > .gree_line > .bl_img {
  width: 100%;
  max-width: 640px;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 12px;
}
.gree_sub > .gree_line > .bl_img > .bl_box {
  border: 2px solid rgba(41, 88, 255, 0.2);
  background-color: white;
  padding: 8px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.gree_sub > .gree_line > .bl_img > .bl_box > strong {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.3;
}
.gree_sub > .gree_line > .bl_img > .bl_box > p {
  font-size: 12px;
  color: #333;
  line-height: 1.4;
}
.gree_sub > .gree_line > .bl_img > .bl_center {
  font-size: 24px;
  text-align: center;
  color: #2958ff;
  height: 40px;
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  justify-content: center;
}

.waiting {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  min-height: 200px;
  color: #666;
}

.pageContainer {
  margin-bottom: 80px;
  min-height: 60vh;
}
.pageContainer > .remote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.pageContainer > .remote > img {
  width: 100%;
  max-width: 200px;
}
.pageContainer > .remote > .desc {
  padding: 20px 0;
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
.pageContainer > .remote > .desc > span {
  display: block;
  color: #666;
  font-size: 18px;
  font-weight: 400;
}
.pageContainer > .remote > .remote_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #2958ff;
  color: white;
  cursor: pointer;
  padding: 0 12px;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
}
.pageContainer > .edu > .nav {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.pageContainer > .edu > .nav > button {
  cursor: pointer;
  width: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  background-color: #f0f0f0;
  color: #333;
}
.pageContainer > .edu > .nav > button.active {
  font-weight: 600;
  background-color: #2958ff;
  color: white;
}
.pageContainer > .edu > .section {
  display: none;
}
.pageContainer > .edu > .section.active {
  display: block;
}
.pageContainer > .edu > .section > .title {
  font-size: 18px;
  color: black;
  padding-bottom: 20px;
  font-weight: 600;
}
.pageContainer > .edu > .section > .title > span {
  display: block;
  font-size: 12px;
  padding-top: 12px;
}
.pageContainer > .edu > .section > .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.pageContainer > .edu > .section > .list > li {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.pageContainer > .edu > .section > .list > li > .title {
  color: #2958ff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 12px;
}
.pageContainer > .edu > .section > .list > li > .title > .count {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #2958ff;
  color: white;
  font-size: 12px;
}
.pageContainer > .edu > .section > .list > li > .title > .sub {
  font-size: 12px;
}
.pageContainer > .edu > .section > .list > li > .desc {
  color: #333;
  line-height: 1.6;
  font-size: 14px;
}
.pageContainer > .edu > .section > .list > li > .kind {
  background-color: #f0f0f0;
  padding: 12px;
  align-items: center;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  margin: 8px 0;
}
.pageContainer > .edu > .section > .list > li > .kind > p {
  width: calc(50% - 12px);
  font-size: 14px;
  color: #333;
}
.pageContainer > .edu > .section > .box {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.pageContainer > .edu > .section > .box.bg {
  background-color: #f7f7f7;
  padding: 24px;
  border-radius: 6px;
}
.pageContainer > .edu > .section > .box > .title_sub {
  font-size: 18px;
  color: #007fbc;
  padding-bottom: 12px;
  font-weight: 600;
}
.pageContainer > .edu > .section > .box > img {
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
}
.pageContainer > .edu > .section > .box > img.center {
  margin: auto;
}
.pageContainer > .edu > .section > .box > .desc {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  padding: 12px 0;
}
.pageContainer > .edu > .section > .box > .desc > .warning {
  color: rgb(255, 69, 69);
  font-size: 14px;
  display: block;
  padding-top: 8px;
}
.pageContainer > .edu > .section > .box > .note {
  color: rgb(97, 130, 250);
  font-size: 14px;
  display: block;
  padding-bottom: 12px;
  line-height: 1.6;
}
.pageContainer > .edu > .section > .box > .warning {
  color: rgb(255, 69, 69);
  font-size: 14px;
  display: block;
  padding-bottom: 12px;
  line-height: 1.6;
}
.pageContainer > .edu > .section > .box > table {
  width: 100%;
  margin: 20px 0;
}
.pageContainer > .edu > .section > .box > table > thead > tr {
  background-color: #f7f7f7;
  text-align: center;
  border: 1px solid #ddd;
}
.pageContainer > .edu > .section > .box > table > thead > tr > td {
  padding: 20px 0;
  border-right: 1px solid #ddd;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.pageContainer > .edu > .section > .box > table > thead > tr > td:last-of-type {
  border-right: 0;
}
.pageContainer > .edu > .section > .box > table > tbody > tr {
  border: 1px solid #ddd;
}
.pageContainer > .edu > .section > .box > table > tbody > tr > td {
  padding: 12px;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
  line-height: 1.8;
  border-right: 1px solid #ddd;
}
.pageContainer > .edu > .section > .box > table > tbody > tr > td:last-of-type {
  border-right: 0;
}
.pageContainer > .edu > .section > .box > table > tbody > tr > td.bg {
  background-color: #f7f7f7;
}

.course_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.course_list > .item {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.course_list > .item > .top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border: 1px solid #f7f7f7;
}
.course_list > .item > .top > img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.course_list > .item > .top > .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.course_list > .item > .top > .info > p {
  color: #666;
  font-size: 14px;
}
.course_list > .item > .top > .info > p.title {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}
.course_list > .item > .top > .info > p > .warning {
  color: #ff3c00;
}
.course_list > .item > .top > .info > .flex {
  display: flex;
  align-items: center;
  gap: 12px;
}
.course_list > .item > .top > .detailButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2958ff;
  color: white;
  border-radius: 8px;
  height: 40px;
  padding: 0 12px;
}
.course_list > .item > .top > .course {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  gap: 12px;
}
.course_list > .item > .top > .course > * {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
}
.course_list > .item > .top > .course > * > .title {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.course_list > .item > .top > .course > * > .result {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 24px;
}
.course_list > .item > .top > .course > * > .result > .value {
  color: #2958ff;
}
.course_list > .item > .top > .course > * > button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #ddd;
  color: #2958ff;
  cursor: pointer;
  font-size: 16px;
  padding: 0 12px;
}
.course_list > .item .more {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background-color: #2958ff;
  color: white;
  font-size: 18px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.course_list > .item .bottom {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.course_list > .item .bottom.active {
  display: flex;
}
.course_list > .item .bottom .item {
  padding: 12px;
}
.course_list > .item .bottom .item > .title {
  font-size: 20px;
  color: #333;
  padding-left: 12px;
  border-left: 2px solid #2958ff;
  font-weight: 600;
  margin-bottom: 20px;
}
.course_list > .item .bottom .item > table {
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.course_list > .item .bottom .item > table > thead > tr {
  border: 1px solid #ddd;
}
.course_list > .item .bottom .item > table > thead > tr > th {
  text-align: center;
  background-color: #f0f0f0;
  padding: 6px;
  font-size: 12px;
  vertical-align: middle;
  color: #333;
  white-space: nowrap;
  border-right: 1px solid #ddd;
}
.course_list > .item .bottom .item > table > thead > tr > th:last-of-type {
  border-right: 0;
}
.course_list > .item .bottom .item > table > tbody > tr {
  border: 1px solid #ddd;
}
.course_list > .item .bottom .item > table > tbody > tr > td {
  border-right: 1px solid #ddd;
  color: #333;
  background-color: white;
  vertical-align: middle;
  font-size: 12px;
  padding: 6px;
}
.course_list > .item .bottom .item > table > tbody > tr > td:last-of-type {
  border-right: 0;
}
.course_list > .item .bottom .item > .buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
}
.course_list > .item .bottom .item > .buttons > * {
  flex: 1;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #007fbc;
  font-size: 16px;
  color: white;
  cursor: pointer;
  transition: all 0.2s;
}
.course_list > .item .bottom .item > .buttons > *:hover {
  background-color: #2958ff;
}
.course_list > .item .bottom .item > .course {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.course_list > .item .bottom .item > .course > li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 30%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #ddd;
  color: #333;
  font-size: 14px;
}
.course_list > .item .bottom .item > .course > li > .count {
  color: #007fbc;
  text-align: center;
  line-height: 1;
  font-size: 20px;
}
.course_list > .item .bottom .item > .course > li > .point {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
.course_list > .item .bottom .item > .step {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.course_list > .item .bottom .item > .step > li {
  border-bottom: 1px dashed #ddd;
  background-color: white;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.course_list > .item .bottom .item > .step > li > .no {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 12px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.course_list > .item .bottom .item > .step > li > .info {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.course_list > .item .bottom .item > .step > li > .info > .title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 12px;
}
.course_list > .item .bottom .item > .step > li > .info > .date,
.course_list > .item .bottom .item > .step > li > .info .ip {
  color: #666;
  font-size: 14px;
}
.course_list > .item .bottom .item > .step > li > .progress {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
}
.course_list > .item .bottom .item > .step > li > .links {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 12px;
}
.course_list > .item .bottom .item > .step > li > .links > p {
  color: #333;
  padding: 12px;
  font-size: 18px;
}
.course_list > .item .bottom .item > .step > li > .links > a {
  color: #333;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 18px;
}

.modal_review {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999;
}
.modal_review.active {
  display: block;
}
.modal_review > .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  max-width: 90vw;
  z-index: 999;
}
.modal_review > .container .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal_review > .container .top > .title {
  font-size: 18px;
  color: #333;
}
.modal_review > .container .top > button {
  font-size: 24px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_review > .container .name {
  padding: 12px 0;
  color: #333;
  font-size: 16px;
  margin-bottom: 12px;
}
.modal_review > .container select {
  width: 180px;
  height: 40px;
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 6px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.modal_review > .container textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 20px;
}
.modal_review > .container .review_send {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #2958ff;
  color: white;
  border-radius: 6px;
  height: 40px;
  text-align: center;
  width: 100%;
}/*# sourceMappingURL=style.css.map */