.main > .flex_wrapper {
  display: flex;
  gap: 42px;
  margin-bottom: 80px;
}
.main > .flex_wrapper > .menus {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
.main > .flex_wrapper > .menus > a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.main > .flex_wrapper > .menus > a.active {
  color: #2958ff;
}
.main > .flex_wrapper > .contents {
  flex: 1;
  border-left: 1px solid #ddd;
  padding-left: 42px;
}
.main > .main-banner {
  position: relative;
}
.main > .main-banner > .main-swiper-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  cursor: pointer;
}
.main > .main-banner > .main-swiper-nav.main-swiper-prev-button {
  left: 50px;
}
.main > .main-banner > .main-swiper-nav.main-swiper-next-button {
  right: 50px;
}
.main > .main-banner > .main-banner-pagination-container {
  position: relative;
  bottom: 50px;
  z-index: 50;
}
.main > .line {
  padding-top: 32px;
  padding-bottom: 32px;
}
.main > .line > .title-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main > .line > .title-header > .main-title {
  color: #222;
  font-size: 32px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.main > .line > .title-header > .main-title > .sub {
  font-size: 28px;
  color: #2958ff;
}
.main > .line > .title-header > .more {
  font-size: 32px;
  color: #2958ff;
}
.main > .line > .latest-notice {
  display: flex;
  align-items: flex-end;
  margin-top: 32px;
  gap: 32px;
}
.main > .line > .latest-notice > li {
  width: 25%;
}
.main > .line > .latest-notice > li > a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main > .line > .latest-notice > li > a > .title {
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 3em;
  -webkit-box-orient: vertical;
}
.main > .line > .latest-notice > li > a > .desc {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  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 > li > a > .date {
  text-align: right;
  font-size: 16px;
  color: #444;
  margin-top: 8px;
}
.main > .line > .main-suggest {
  position: relative;
}
.main > .line > .main-suggest .suggest-swiper-button-prev {
  display: flex;
  cursor: pointer;
  z-index: 10;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: white;
  position: absolute;
  left: 10px;
  top: 50%;
  opacity: 0.75;
  transform: translateY(-50%);
}
.main > .line > .main-suggest .suggest-swiper-button-next {
  display: flex;
  cursor: pointer;
  z-index: 10;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: white;
  position: absolute;
  right: 10px;
  top: 50%;
  opacity: 0.75;
  transform: translateY(-50%);
}
.main > .line .latest-suggest {
  margin-top: 32px;
}
.main > .line .latest-suggest > .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main > .line .latest-suggest > .swiper-slide > img {
  width: 100%;
  border-radius: 10px;
}
.main > .line .latest-suggest > .swiper-slide > .title {
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 3em;
  -webkit-box-orient: vertical;
}
.main > .line > .PR {
  display: flex;
  gap: 32px;
  margin-top: 32px;
}
.main > .line > .PR > .youtube {
  width: 70%;
  min-height: 400px;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.main > .line > .PR > .pr-container {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.main > .line > .PR > .pr-container > .pr-banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 400px;
  max-height: 400px;
}
.main > .line > .PR > .pr-container .pr-pagination {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 50;
}
.main > .line > .customer {
  display: flex;
  margin-top: 32px;
  gap: 32px;
}
.main > .line > .customer > .tel-info {
  width: 40%;
  background-image: url("/images_new/main/customer_background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 10px;
  padding: 32px;
}
.main > .line > .customer > .tel-info > strong {
  font-size: 28px;
  color: white;
  line-height: 1.4;
  font-weight: 500;
}
.main > .line > .customer > .tel-info > p {
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-top: 32px;
  line-height: 1.6;
}
.main > .line > .customer > .tel-info > p > span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.main > .line > .customer > .map {
  width: 40%;
}
.main > .line > .customer > .map > .root_daum_roughmap {
  width: 100%;
}
.main > .line > .customer > .info {
  width: 20%;
}
.main > .line > .customer > .info > p {
  font-size: 18px;
  color: #222;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 32px;
}
.main > .line > .customer > .info > p > span {
  font-size: 16px;
  display: block;
  color: #444;
  font-weight: 400;
}
.main > .line > .education {
  margin-top: 32px;
  display: flex;
  align-items: flex-end;
  gap: 32px;
}
.main > .line > .education > .tel-info {
  width: 350px;
}
.main > .line > .education > .tel-info > img {
  width: 56px;
}
.main > .line > .education > .tel-info > p {
  color: #222;
  font-size: 28px;
  margin-top: 16px;
}
.main > .line > .education > .tel-info > p > span {
  display: block;
  font-size: 14px;
  color: #444;
  margin-top: 16px;
}
.main > .line > .education > .list {
  width: calc(100% - 350px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.main > .line > .education > .list > li {
  text-align: center;
}
.main > .line > .education > .list > li:hover > a > .icon {
  border: 10px dotted #2958ff;
}
.main > .line > .education > .list > li:hover > a > p {
  color: #2958ff;
}
.main > .line > .education > .list > li > a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.main > .line > .education > .list > li > a > .icon {
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main > .line > .education > .list > li > a > .icon > img {
  width: 100%;
  max-width: 40px;
}
.main > .line > .education > .list > li > a > p {
  margin-top: 8px;
  color: #222;
  font-size: 14px;
}
.main > .partners {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 48px 0 24px 32px;
}

.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: 180px;
}
.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: 180px;
}
.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: 180px;
}
.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: 80px;
}
.terms > .line > p {
  font-size: 28px;
  color: #333;
  line-height: 1.6;
}
.terms > .line > p.right {
  text-align: right;
}
.terms > .line > .content {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 8px;
  font-size: 16px;
  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: 20px;
  color: #333;
}
.terms > .line > .ag-label > p > span.req {
  color: #3557f5;
}
.terms > .line > form {
  width: 100%;
  max-width: 640px;
  margin-top: 32px;
}
.terms > .line > form > .label {
  margin-bottom: 16px;
}
.terms > .line > form > button {
  width: 320px;
}
.terms > .line > .check-signup {
  margin-top: 32px;
  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 {
  width: 200px;
  margin-bottom: 60px;
  margin-left: auto;
}

.signup {
  padding-bottom: 200px;
}
.signup .contentAreaFull {
  width: 100%;
  max-width: 1290px;
  padding: 0 32px;
  margin: 0 auto;
}
.signup .contentAreaFull .h3Area {
  margin-bottom: 20px;
}
.signup .contentAreaFull .h3Area > .here {
  display: flex;
  align-items: center;
  gap: 12px;
}
.signup .contentAreaFull .h3Area > h3 {
  padding-top: 20px;
  font-size: 24px;
  color: #333;
}
.signup .contentAreaFull > form .btnAreaTc04 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 80px;
}
.signup .contentAreaFull > form .btnAreaTc04 .btnBigBlue01 {
  width: 180px;
  cursor: pointer;
  border-radius: 12px;
  background-color: #2958ff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  font-size: 18px;
}
.signup .contentAreaFull > form .btnAreaTc04 .btnBigGray01 {
  width: 180px;
  cursor: pointer;
  border-radius: 12px;
  background-color: #ddd;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  font-size: 18px;
}
.signup .contentAreaFull > form > .coninfoArea > h4 {
  font-size: 18px;
  color: #333;
  margin: 20px 0;
}
.signup .contentAreaFull > form > .coninfoArea > .policyBox {
  padding: 20px;
  border: 1px solid #ddd;
}
.signup .contentAreaFull > form > .coninfoArea > .policyBox .info {
  font-size: 16px;
  color: #333;
  padding: 2px 0;
  line-height: 1.8;
}
.signup .contentAreaFull > form > .coninfoArea > .policyBox .info > table {
  width: 100%;
  margin: 40px 0;
}
.signup .contentAreaFull > form > .coninfoArea > .policyBox .info > table tr {
  border: 1px solid #ddd;
}
.signup .contentAreaFull > form > .coninfoArea > .policyBox .info > table tr > th {
  padding: 8px;
  border-right: 1px solid #ddd;
}
.signup .contentAreaFull > form > .coninfoArea > .policyBox .info > table tr > th:last-of-type {
  border-right: 0;
}
.signup .contentAreaFull > form > .coninfoArea > .policyBox .info > table tr > td {
  padding: 8px;
  border-right: 1px solid #ddd;
}
.signup .contentAreaFull > form > .coninfoArea > .policyBox .txt > ul {
  margin-bottom: 20px;
}
.signup .contentAreaFull > form > .coninfoArea > .policyBox .txt > ul > li {
  line-height: 1.6;
  color: #333;
  font-size: 14px;
}
.signup .contentAreaFull > form > .coninfoArea > .policyBox > .agree {
  margin: 12px 0;
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}
.signup .contentAreaFull > form > .coninfoArea > .policyBox > .agree > span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.signup > form > .flex {
  display: flex;
  gap: 100px;
}
.signup > form > .flex > div {
  width: 50%;
}
.signup > form > .flex > div > .label {
  margin-bottom: 32px;
}
.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;
  max-width: 980px;
}
.signup > form > .submit {
  width: 200px;
  margin: 80px auto 0;
}

.curriculum {
  margin-bottom: 200px;
}
.curriculum > .container > .search {
  margin-left: auto;
  margin-bottom: 32px;
}
.curriculum > .container > .notice {
  background-color: #fff2e1;
  padding: 12px;
  font-size: 16px;
  color: #333;
  margin-bottom: 32px;
}
.curriculum > .container > .content > .item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.curriculum > .container > .content > .item > .box {
  display: flex;
  gap: 32px;
}
.curriculum > .container > .content > .item > .box > img {
  width: 200px;
  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: 12px;
}
.curriculum > .container > .content > .item > .box > .info > .type > .category {
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.curriculum > .container > .content > .item > .box > .info > .title {
  font-size: 24px;
  color: #222;
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 3em;
  -webkit-box-orient: vertical;
}
.curriculum > .container > .content > .item > .box > .info > .no {
  font-size: 16px;
  color: #333;
}
.curriculum > .container > .content > .item > .box > .info > .lecturer {
  font-size: 16px;
  color: #333;
}
.curriculum > .container > .content > .item > .links {
  display: flex;
  gap: 12px;
}

.curriculum-detail > .top {
  display: flex;
  gap: 32px;
}
.curriculum-detail > .top > img {
  width: 40%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
}
.curriculum-detail > .top > .info {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  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: 18px;
}
.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;
  line-height: 1.5;
  font-size: 32px;
  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;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 60px;
  border-top: 1px solid #ddd;
  gap: 32px;
}
.curriculum-detail > .center > div {
  width: 50%;
}
.curriculum-detail > .center > div > .item {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.curriculum-detail > .center > div > .item > .title {
  font-size: 24px;
  color: #222;
}
.curriculum-detail > .center > div > .item > .desc {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.curriculum-detail > .center > div > .item > .list {
  list-style: circle;
  padding-left: 30px;
  line-height: 1.6;
  font-size: 16px;
  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: 24px;
  color: #222;
  margin-bottom: 16px;
}
.curriculum-detail > .bottom > .content {
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 1.8;
  min-height: 500px;
  margin-bottom: 200px;
}

.curriculum-req > .top {
  display: flex;
  gap: 32px;
}
.curriculum-req > .top > img {
  width: 40%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
}
.curriculum-req > .top > .info {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  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: 18px;
}
.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;
  line-height: 1.5;
  font-size: 32px;
  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: 80px auto;
  display: flex;
  gap: 32px;
}
.curriculum-req > .bottom > div {
  width: 50%;
  background-color: #f9f9f9;
}
.curriculum-req > .bottom > div > .item {
  display: flex;
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
.curriculum-req > .bottom > div > .item > p {
  font-size: 16px;
  color: #222;
  padding: 8px 12px;
}
.curriculum-req > .bottom > div > .item > p.title {
  border-right: 1px solid #ddd;
  width: 150px;
  flex-shrink: 0;
  text-align: center;
}
.curriculum-req > .bottom > div > .item > p.desc {
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 1.5em;
  -webkit-box-orient: vertical;
}

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

.notice-detail > .wrapper > .header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.notice-detail > .wrapper > .header > .title {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #222;
  gap: 18px;
  margin-bottom: 18px;
  line-height: 1.6;
}
.notice-detail > .wrapper > .header > .title > .noti {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #f0f0f0;
  border-radius: 10px;
  font-size: 18px;
}
.notice-detail > .wrapper > .header > .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice-detail > .wrapper > .header > .info > p {
  display: flex;
  align-items: center;
  gap: 12px;
}
.notice-detail > .wrapper > .header > .info > p > span {
  font-size: 16px;
  color: #333;
}
.notice-detail > .wrapper > .header > .info > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 8px;
}
.notice-detail > .wrapper > .header > .info > a > img {
  width: 20px;
}
.notice-detail > .wrapper > .content {
  padding: 24px 0;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  min-height: 300px;
}
.notice-detail > .wrapper > .buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 200px;
}

.notice-write > .wrapper {
  margin-bottom: 200px;
}
.notice-write > .wrapper > form > .flex {
  display: flex;
  gap: 64px;
  margin-bottom: 16px;
}
.notice-write > .wrapper > form > .flex > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.notice-write > .wrapper > form > .label {
  margin-bottom: 16px;
}
.notice-write > .wrapper > form > .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.rules .rule {
  width: 100%;
  min-height: 50vh;
  border: 1px solid #ddd;
  padding: 24px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 100px;
}

.gree_sub {
  margin-bottom: 100px;
}
.gree_sub > .title {
  font-size: 24px;
  color: #333;
  padding-bottom: 24px;
}
.gree_sub > .sub_desc {
  line-height: 1.6;
  color: #666;
  padding: 12px 0;
  width: 60%;
}
.gree_sub > .gree_flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.gree_sub > .gree_flex > .main_image img {
  width: 100%;
  max-width: 840px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gree_sub > .gree_flex > .area {
  margin: 20px 0;
}
.gree_sub > .gree_flex > .area > li {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.gree_sub > .flex {
  display: flex;
  gap: 24px;
}
.gree_sub > .flex > .item {
  width: 50%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gree_sub > .flex > .item > .sub_title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.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 > .flex > .text {
  width: 50%;
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
  color: #333;
}
.gree_sub > .flex > .text > .strong {
  color: #2958ff;
  font-weight: 600;
}
.gree_sub > .flex > .text > .sub_text {
  display: block;
  margin-top: 24px;
  font-style: italic;
}
.gree_sub > .flex > .box {
  width: 50%;
}
.gree_sub > .flex > .box > img {
  width: 100%;
}
.gree_sub > .flex > .box > .line {
  margin-bottom: 12px;
}
.gree_sub > .flex > .box > .line > .title {
  font-size: 18px;
  display: block;
  font-weight: 400;
  color: #333;
  line-height: 2;
}
.gree_sub > .flex > .box > .line > .text {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}
.gree_sub > .tutors {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.gree_sub > .tutors > li {
  border: 1px solid #f0f0f0;
  padding: 6px 12px;
  width: 23%;
}
.gree_sub > .tutors > li > .title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.gree_sub > .tutors > li > .title > svg {
  width: 28px;
  fill: #2958ff;
}
.gree_sub > .tutors > li > .title > strong {
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  color: #2958ff;
}
.gree_sub > .tutors > li > .list > p {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
  display: list-item;
  list-style: circle;
  margin-left: 25px;
}
.gree_sub > .organizational {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.gree_sub > .organizational > .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gree_sub > .organizational > .top > svg {
  width: 38px;
  fill: #3557f5;
}
.gree_sub > .organizational > .top > p {
  min-width: 120px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 24px;
  border-radius: 30px;
  font-size: 20px;
  height: 60px;
  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: 300px;
  overflow: hidden;
}
.gree_sub > .organizational > .bottom > .box > p {
  width: 100%;
  height: 60px;
  font-size: 20px;
  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 {
  background-color: #e6e6e6;
  width: 80%;
  margin: 12px auto;
  height: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
}
.gree_sub > .organizational > .bottom > .box > .list > li:last-of-type {
  border-bottom: 0;
}
.gree_sub > .list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.gree_sub > .list > li {
  width: calc(50% - 32px);
  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: 24px;
  font-weight: 600;
  color: #3557f5;
}
.gree_sub > .list > li > div > strong {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  line-height: 2;
}
.gree_sub > .list > li > div > p {
  font-size: 16px;
  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: 840px;
  height: 400px;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.gree_sub > .gree_line > .bl_img > .bl_box {
  border: 2px solid rgba(41, 88, 255, 0.2);
  background-color: white;
  position: absolute;
  padding: 12px;
  width: 300px;
  border-radius: 10px;
}
.gree_sub > .gree_line > .bl_img > .bl_box:nth-of-type(1) {
  left: 40px;
  top: 40px;
}
.gree_sub > .gree_line > .bl_img > .bl_box:nth-of-type(2) {
  right: 40px;
  top: 40px;
}
.gree_sub > .gree_line > .bl_img > .bl_box:nth-of-type(3) {
  left: 40px;
  bottom: 40px;
}
.gree_sub > .gree_line > .bl_img > .bl_box:nth-of-type(4) {
  right: 40px;
  bottom: 40px;
}
.gree_sub > .gree_line > .bl_img > .bl_box > strong {
  font-size: 18px;
  display: block;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.3;
}
.gree_sub > .gree_line > .bl_img > .bl_box > p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}
.gree_sub > .gree_line > .bl_img > .bl_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(41, 88, 255, 0.2);
  border-radius: 50%;
  width: 220px;
  height: 220px;
  font-size: 20px;
  color: white;
  background-image: linear-gradient(to left top, #2958ff, #3557f5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageContainer {
  margin-bottom: 80px;
}
.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: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  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: 20px;
  color: black;
  padding-bottom: 40px;
  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: 18px;
  font-weight: 600;
  display: flex;
  gap: 12px;
}
.pageContainer > .edu > .section > .list > li > .title > .count {
  display: flex;
  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;
  padding-bottom: 12px;
  padding-left: 12px;
}
.pageContainer > .edu > .section > .list > li > .kind {
  background-color: #f0f0f0;
  padding: 12px;
  display: flex;
  gap: 24px 32px;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  margin: 8px 0;
}
.pageContainer > .edu > .section > .list > li > .kind > p {
  width: 25%;
  font-size: 18px;
  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;
}
.pageContainer > .edu > .section > .box > .warning {
  color: rgb(255, 69, 69);
  font-size: 14px;
  display: block;
  padding-bottom: 12px;
}
.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;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid #f7f7f7;
}
.course_list > .item > .top > img {
  width: 160px;
  height: 120px;
  -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: 480px;
  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 .half {
  display: flex;
  gap: 12px;
}
.course_list > .item .bottom .half > * {
  width: 50%;
}
.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%;
}
.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: 12px;
  font-size: 16px;
  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: 16px;
  padding: 12px;
}
.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;
  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: 8px;
  width: 20%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #ddd;
  color: #333;
  font-size: 16px;
}
.course_list > .item .bottom .item > .course > li > .count {
  color: #007fbc;
  text-align: center;
  line-height: 1;
  font-size: 28px;
}
.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;
  gap: 12px;
}
.course_list > .item .bottom .item > .step > li > .no {
  border-right: 1px dashed #ddd;
  padding-right: 12px;
  color: #333;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.course_list > .item .bottom .item > .step > li > .info {
  border-right: 1px dashed #ddd;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.course_list > .item .bottom .item > .step > li > .info > .title {
  color: #333;
  font-size: 18px;
  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 {
  width: -moz-fit-content;
  width: fit-content;
  border-right: 1px dashed #ddd;
  padding-right: 12px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
}
.course_list > .item .bottom .item > .step > li > .links {
  width: 200px;
  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: 640px;
  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%;
}

.live_consultation {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 640px;
  padding: 24px;
  background-color: white;
  z-index: 100;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.live_consultation.active {
  display: block;
}
.live_consultation > form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.live_consultation > form input {
  padding: 8px;
}
.live_consultation > form .row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.live_consultation > form .sel_field {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  color: #666;
  padding: 6px;
  font-size: 14px;
}
.live_consultation > form textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 16px;
}
.live_consultation > form .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.live_consultation > form .buttons > button {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.live_consultation > form .buttons > button[type="button"] {
  background-color: white;
  border: 1px solid #ddd;
  color: #333;
}
.live_consultation > form .buttons > button[type="submit"] {
  background-color: #2958ff;
  color: white;
}

.reviewArea .list > .no_data {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  text-align: center;
  color: #333;
  font-size: 18px;
}
.reviewArea .list > .review_item {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #ddd;
  padding: 12px;
}
.reviewArea .list > .review_item > .score {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  justify-content: center;
}
.reviewArea .list > .review_item > .info {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.reviewArea .list > .review_item > .info > .title {
  font-size: 18px;
  color: #2958ff;
  font-weight: 600;
}
.reviewArea .list > .review_item > .info > .name {
  font-size: 16px;
  color: #333;
}
.reviewArea .list > .review_item > .info > .name > span {
  font-size: 13px;
  color: #666;
}
.reviewArea .list > .review_item > .info > .txt {
  font-size: 16px;
  color: #666;
}

.history_button {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 12px;
  color: #666;
}

.teacher_history_modal {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 12px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 100;
  border: 1px solid #ddd;
  min-width: 640px;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.teacher_history_modal.active {
  visibility: visible;
  opacity: 1;
}
.teacher_history_modal > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
.teacher_history_modal > .top > strong {
  font-size: 20px;
  color: #333;
}
.teacher_history_modal > .top > button {
  font-size: 18px;
  color: #666;
}
.teacher_history_modal > .body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.teacher_history_modal > .body > p {
  font-size: 18px;
  color: #333;
  padding-bottom: 12px;
}
.teacher_history_modal > .body > ul {
  display: flex;
  flex-direction: column;
  list-style: disc;
  gap: 6px;
  padding-left: 20px;
}
.teacher_history_modal > .body > ul > li {
  font-size: 16px;
  color: #333;
} /*# sourceMappingURL=style.css.map */

.btnBigBlue01 a { background:#103a56; text-align:center; color:#fff; font-size:18px; font-weight:bold; width:250px; height:60px; text-decoration:none; display:table-cell; vertical-align:middle; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.btnBigBlue01 a:hover { background:#059be3; color:#fff;}

.btnBigSky01 a { background:#059be3; text-align:center; color:#fff; font-size:18px; font-weight:bold; width:250px; height:60px; text-decoration:none; display:table-cell; vertical-align:middle; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.btnBigSky01 a:hover { background:#111; color:#fff;}

.btnBigGray01 a { background:#949494; text-align:center; color:#fff; font-size:18px; font-weight:bold; width:250px; height:60px; text-decoration:none; display:table-cell; vertical-align:middle; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.btnBigGray01 a:hover { background:#555; color:#fff;}

.btnBaseGray01 a { background:#f6f6f6; border:solid 1px #666; text-align:center; color:#103a56; font-size:16px; font-weight:bold; padding:0 30px; min-width:80px; height:40px; text-decoration:none; display:table-cell; vertical-align:middle; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.btnBaseGray01 a:hover { background:#666; color:#fff;}

.btnBaseGray02 a { background:#949494; border:solid 1px #949494; text-align:center; color:#fff; font-size:16px; font-weight:bold; padding:0 30px; min-width:80px; height:40px; text-decoration:none; display:table-cell; vertical-align:middle; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.btnBaseGray02 a:hover { background:#666; border:solid 1px #666;}


.btnSmGray01 a { background:#949494; text-align:center; color:#fff; font-size:14px; font-weight:bold; padding:0 30px; height:30px; text-decoration:none; display:table-cell; vertical-align:middle; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.btnSmGray01 a:hover { background:#555;}

.btnTxtGray01 a { background:#f4f4f4; border:solid 1px #dbdbdb; text-align:center; color:#666; font-size:14px; padding:0 10px; min-width:80px; height:20px; text-decoration:none; display:table-cell; vertical-align:middle; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.btnTxtGray01 a:hover { border:solid 1px #999; color:#111;}

.btnDown01 a { background:url(../images/common/btnbul_down01.png) no-repeat center right #f6f6f6; border:solid 1px #666; text-align:center; color:#103a56; font-size:16px; font-weight:bold; width:220px; height:40px; text-decoration:none; display:table-cell; vertical-align:middle; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.btnDown01 a:hover { background:url(../images/common/btnbul_down01.png) no-repeat center right #666; color:#fff;}

.btnRemote01 a { background:url(../images/common/btnbul_down01.png) no-repeat center right #e06817; border:solid 1px #e06817; text-align:center; color:#fff; font-size:16px; font-weight:bold; width:270px; height:40px; text-decoration:none; display:table-cell; vertical-align:middle; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.btnRemote01 a:hover { background:url(../images/common/btnbul_down01.png) no-repeat center right #f6f6f6; color:#000;}
