@charset "UTF-8";
@media screen and (max-width: 1143px) {
  #main-content {
    padding-bottom: 79px;
  }
}
div.modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.modal_wrap.check_modal_wrap {
  width: 938px;
  height: 407px;
  position: relative;
}
div.modal_wrap.off {
  display: none;
}
div.modal_wrap div.modal {
  z-index: 100;
  position: relative;
}
div.modal_wrap div.modal div.modal_header h3 {
  display: block;
  color: #252525;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 10px;
}
div.modal_wrap div.modal button.close_modal {
  position: absolute;
  top: 60px;
  right: 53px;
  width: 24px;
  height: 24px;
  background: url("/img/scss/icon/icon_close_24_94.svg") no-repeat 0 0;
  z-index: 102;
  background-size: 100%;
}
div.modal_wrap div.modal_back {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(38, 43, 49);
  opacity: 0.7;
  z-index: 99;
}

div.modal button.close_modal {
  top: 60px;
  right: 53px;
}
div.modal.want {
  width: 801px;
  height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #F3FAFF -21.89%, #FFFFFF 106.78%);
  align-items: center;
  box-shadow: 10px 12px 20px rgba(30, 30, 30, 0.3);
}
div.modal.want div.msg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.modal.want div.msg:after {
  content: url("/img/icon_ring.png");
  width: 132px;
  height: 132px;
  display: inline-block;
}
div.modal.want div.msg h4 {
  color: #0C1227;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
div.modal.want div.msg div.desc {
  color: #6F6F6F;
  font-weight: 700;
  font-size: 18px;
  margin: 11px 0 20px 0;
}
div.modal.want button.main_button {
  width: 222px;
  height: 64px;
  background: #008DE0;
  box-shadow: 4px 6px 8px rgba(190, 190, 190, 0.2);
  border-radius: 12px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  margin-top: 42px;
}
div.modal.not_login {
  width: 611px;
  height: 515px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03), 0 8.4px 13.8px 0 rgba(0, 0, 0, 0.05), 0 15.2px 23.2px 0 rgba(0, 0, 0, 0.02), 0 40px 70px 0 rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  background-color: #FFF;
  padding: 60px 53px 0;
}
div.modal.not_login div.msg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.modal.not_login div.msg h4 {
  color: #1f1f1f;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}
div.modal.not_login div.msg div.desc {
  color: #949494;
  font-weight: 400;
  font-size: 16px;
  margin: 4px 0 32px 0;
}
div.modal.not_login div.start_btn_wrap {
  width: 100%;
  text-align: center;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
div.modal.not_login div.start_btn_wrap button.btn_full_login {
  height: 70px;
  border-radius: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
div.modal.not_login div.join_btn_wrap {
  color: #949494;
  font-weight: 500;
  font-size: 16px;
  line-height: 37px;
  align-items: center;
  flex-flow: column;
  margin-top: 24px;
}
div.modal.not_login div.join_btn_wrap a {
  color: #008DE0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

@media screen and (max-width: 1143px) {
  div.modal_wrap.check_modal_wrap {
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
  }
  div.modal_wrap.not_login {
    align-items: flex-end;
    padding: 0;
  }
  div.modal_wrap.not_login.check_modal_wrap {
    width: 100%;
    height: auto;
    padding: 20px 0;
    position: relative;
  }
  div.modal_wrap.not_login div.modal.not_login {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: auto;
    padding: 32px 24px 0;
  }
  div.modal_wrap.not_login div.modal.not_login div.msg {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  div.modal_wrap.not_login div.modal.not_login div.msg h4 {
    font-size: 16px;
    font-weight: 600;
  }
  div.modal_wrap.not_login div.modal.not_login div.msg div.desc {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 13px 0;
  }
  div.modal_wrap.not_login div.modal.not_login div.start_btn_wrap {
    gap: 12px;
    width: 100%;
  }
  div.modal_wrap.not_login div.modal.not_login div.start_btn_wrap button.btn_full_login {
    height: 40px;
    border-radius: 3px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
  }
  div.modal_wrap.not_login div.modal.not_login div.start_btn_wrap button.login_button {
    width: 128px;
    height: 46px;
    font-size: 16px;
  }
  div.modal_wrap.not_login div.modal.not_login button.close_modal {
    top: 32px;
    right: 24px;
    background-size: 100%;
    width: 16px;
    height: 16px;
    background: url("/img/scss/icon/icon_close_modal_16_555.svg") no-repeat 0 0;
  }
  div.modal_wrap.not_login div.modal.not_login div.join_btn_wrap {
    margin-top: 12px;
  }
  div.modal_wrap {
    padding: 0 24px;
  }
}
ul.job {
  padding: 0;
}
ul.job.edit {
  gap: 24px;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
ul.job.edit > li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 11px 31px 0 rgba(0, 0, 0, 0.08), 0 1.4px 3.9px 0 rgba(0, 0, 0, 0.04);
  padding: 32px 22px;
  height: 173px;
  align-items: flex-start;
  border: 1px solid #EFEFEF;
  gap: 0;
}
ul.job.edit > li .graduate_label {
  width: 68px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #008DE0;
  font-weight: 500;
  background: #F3FAFF;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 4px;
}
ul.job.edit > li .job_title {
  font-size: 20px;
  font-weight: 500;
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
}
ul.job.edit > li button.del_button {
  display: none;
  right: 24px;
  top: 34px;
}
ul.job.edit > li button.del_button.on {
  display: inline-block;
}
ul.job.edit > li h4 {
  font-size: 20px;
  color: #1F1F1F;
  font-weight: 500;
  margin: 7px 0 12px;
}
ul.job.edit > li div.update {
  text-align: right;
  align-self: flex-end;
  margin-top: 16px;
  color: #787878;
  text-overflow: ellipsis;
  font-size: 16px;
}
ul.job.edit > li div.update::before {
  content: "업데이트 ";
}

div.question_bottom div.jobs.others ul.jobs_list {
  display: flex;
  gap: 16px;
  margin: 16px 0 0 0;
  overflow: auto;
  padding: 0;
}
div.question_bottom div.jobs.others ul.jobs_list::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
div.question_bottom div.jobs.others ul.jobs_list li {
  width: 144px;
  height: 165px;
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(68, 68, 68, 0.08);
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  flex-shrink: 0;
  position: relative;
  text-align: left;
}
div.question_bottom div.jobs.others ul.jobs_list li div.graduate_label {
  height: 26px;
  background-color: #F3FAFF;
  color: #008DE0;
  padding: 4px 8px;
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
}
div.question_bottom div.jobs.others ul.jobs_list li div.job_title {
  width: 100%;
  height: auto;
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
div.question_bottom div.jobs.others ul.jobs_list li div.info div.num_info {
  position: absolute;
  bottom: 16px;
  right: auto;
  left: 16px;
}

div.jobs h3 span.top_class {
  color: #616161;
}
div.jobs h3 span.main_text {
  color: #1F1F1F;
}
div.jobs ul.jobs_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin: 16px 0 0 0;
}
div.jobs ul.jobs_list li {
  width: 100%;
  border-radius: 20px;
  flex-grow: 1;
  border: 1px solid #EFEFEF;
  box-shadow: 0 11px 31px 0 rgba(0, 0, 0, 0.08), 0 1.4px 3.9px 0 rgba(0, 0, 0, 0.04);
  padding: 24px;
  height: 184px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
div.jobs ul.jobs_list li div.job_title {
  width: 100%;
  font-size: 18px;
  color: #1F1F1F;
  font-weight: 700;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
div.jobs ul.jobs_list li div.info > span {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
div.jobs ul.jobs_list li div.info > div {
  display: flex;
  gap: 8px;
  align-items: center;
}
div.jobs ul.jobs_list li div.graduate_label {
  color: #008DE0;
  border-radius: 4px;
  background: #F3FAFF;
  display: inline-block;
  padding: 8px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
}
div.jobs ul.jobs_list li div.job_question {
  display: grid;
  grid-template-columns: 18px 1fr;
  margin-top: 24px;
  gap: 8px;
}
div.jobs ul.jobs_list li div.job_question span.character {
  color: #0080F6;
  font-size: 18px;
  font-weight: 700;
}
div.jobs ul.jobs_list li div.job_question span.character::after {
  content: ".";
}
div.jobs ul.jobs_list li div.job_question span.question_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #555;
}
div.question_bottom div.jobs h4 {
  color: #1F1F1F;
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
}
div.question_bottom div.jobs ul.jobs_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
}

/*
div.jobs ul.jobs_list li div.info div.num_info > span{display: flex; align-items: center; gap:8px; color:#949494; font-size: 12px;
    font-style: normal;
    font-weight: 400;}
div.jobs ul.jobs_list li div.info div.num_info span.recommend_count{}
div.jobs ul.jobs_list li div.info div.num_info span.recommend_count::before{content:url('/img/ambassador/icon_list_thumbsup_2.svg'); width:12px; height:17px;}
div.jobs ul.jobs_list li div.info div.num_info span.recommend_count::before{content:url('/img/ambassador/icon_list_thumbsup_2.svg'); width:12px; }
div.jobs ul.jobs_list li div.info div.num_info span.view_count{}
div.jobs ul.jobs_list li div.info div.num_info span.view_count::before{content:url('/img/ambassador/icon_list_eye_2.svg'); width:12px; height:17px;}
div.jobs ul.jobs_list li div.info div.num_info span.view_count::before{content:url('/img/ambassador/icon_list_eye_2.svg'); width:12px; }
div.jobs ul.jobs_list li div.info div.num_info{ position: absolute; bottom:24px; right:24px;}

*/
@media screen and (max-width: 1143px) {
  #AmbassadorDetail > div h3 span.top_class {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
  }
  #AmbassadorDetail > div h3 span.main_text {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
  }
  div.jobs {
    background: #FFF;
  }
  div.jobs h3 span.top_class, div.jobs h3 span.main_text {
    color: #FFF;
  }
  div.jobs ul.jobs_list {
    display: flex;
    gap: 16px;
    margin: 16px 0 0 0;
    overflow: auto;
  }
  div.jobs ul.jobs_list li {
    width: 144px;
    max-width: 144px;
    height: 165px;
    background-color: #FFF;
    box-shadow: 0 2px 6px 0 rgba(68, 68, 68, 0.08);
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    flex-shrink: 0;
  }
  div.jobs ul.jobs_list li div.job_title {
    width: 100%;
    height: auto;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
  }
  div.jobs ul.jobs_list li div.info div.num_info {
    position: absolute;
    bottom: 16px;
    right: auto;
    left: 16px;
  }
  div.jobs ul.jobs_list li div.graduate_label {
    height: 26px;
    background-color: #F3FAFF;
    color: #008DE0;
    padding: 4px 8px;
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
  }
  div.question_bottom div.jobs {
    padding: 24px 24px;
  }
  div.interview_wrap div.question_bottom div.jobs h4 {
    color: #FFFFFF;
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
  }
  div.question_bottom div.jobs ul.jobs_list {
    display: flex;
  }
  div.interview_wrap div.question_bottom div.jobs h4 {
    color: #1F1F1F;
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
  }
}
div.movie h3 {
  margin-bottom: 33px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1143px) {
  div.movie h3 {
    color: #1F1F1F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
}
div.movie ul.movies {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin: 0;
  padding: 0 0 0 0;
  overflow-x: auto;
  width: 100%;
}
div.movie ul.movies li {
  position: relative;
  width: 47%;
  flex-shrink: 0;
  max-width: 208px;
}
div.movie ul.movies li div.label {
  margin-bottom: 16px;
}
div.movie ul.movies li div.title {
  color: #1F1F1F;
  margin: 16px 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  height: 46px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
div.movie ul.movies li div.img_wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
div.movie ul.movies li div.img_wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
div.movie ul.movies li div.info div.num_info {
  position: static;
}
div.movie ul.movies.edit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  overflow-x: auto;
  gap: 16px;
  margin: 0;
  padding: 0;
  height: 395px;
}
div.movie ul.movies.edit li {
  position: relative;
}
div.movie ul.movies.edit li button.del_button {
  right: 0px;
  top: 10px;
}
div.movie ul.movies.edit li button.del_button.on {
  display: inline-block;
}
div.movie ul.movies.edit li div.label {
  margin-bottom: 16px;
  background-color: #1F1F1F;
  height: 33px;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border-radius: 5px;
  width: fit-content;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
div.movie ul.movies.edit li div.title {
  color: #3F3F3F;
  margin: 16px 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
div.movie ul.movies.edit li div.img_wrap {
  width: 240px;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
}
div.movie ul.movies.edit li div.img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
div.movie ul.movies.edit li div.info div.num_info {
  position: static;
}

@media screen and (max-width: 1143px) {
  div.movie ul.movies li div.title {
    color: #1F1F1F;
    margin: 8px 0 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
}
div.news h3 {
  margin-bottom: 33px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
div.news ul.news_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 16px;
  margin: 0;
  padding: 0;
}
div.news ul.news_list li {
  position: relative;
}
div.news ul.news_list li div.label {
  margin-bottom: 16px;
}
div.news ul.news_list li div.title {
  color: #3F3F3F;
  margin: 16px 0 16px;
  font-size: 16px;
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
div.news ul.news_list li div.img_wrap {
  width: 240px;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
}
div.news ul.news_list li div.img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
div.news ul.news_list li div.info div.num_info {
  position: static;
}

@media screen and (max-width: 1143px) {
  div.news {
    padding: 0 24px 24px;
  }
  div.news h3 {
    margin-bottom: 16px;
    margin-top: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
  }
  div.news ul.news_list {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    margin: 0;
    height: 265px;
    padding: 0;
    font-weight: 500;
  }
  div.news ul.news_list li {
    width: 144px;
  }
  div.news ul.news_list li div.label {
    font-size: 12px;
    margin-bottom: 14px;
  }
  div.news ul.news_list li div.title {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 4px;
  }
  div.news ul.news_list li div.img_wrap {
    width: 144px;
    height: 144px;
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 10px;
  }
  .list_ab_cardnews_headtext {
    background-color: #000;
    height: 26px;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 5px;
    width: fit-content;
  }
}
ul.news.edit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  overflow-x: auto;
  gap: 16px;
  margin: 0;
  padding: 0;
}
ul.news.edit li {
  cursor: pointer;
  position: relative;
}
ul.news.edit li button.del_button {
  right: 0;
  top: 10px;
}
ul.news.edit li button.del_button.on {
  display: inline-block;
}
ul.news.edit li div.label {
  margin-bottom: 16px;
  background-color: #1F1F1F;
  height: 33px;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border-radius: 5px;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
ul.news.edit li div.title {
  color: #1F1F1F;
  margin: 16px 0 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
}
ul.news.edit li div.update {
  color: #B7B7B7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
ul.news.edit li div.update::before {
  content: "업데이트 ";
}
ul.news.edit li div.img_wrap {
  width: 240px;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
}
ul.news.edit li div.img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
ul.news.edit li div.info div.num_info {
  position: static;
}

ul.student.edit {
  gap: 24px;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}
ul.student.edit > li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 11px 31px 0 rgba(0, 0, 0, 0.08), 0 1.4px 3.9px 0 rgba(0, 0, 0, 0.04);
  padding: 32px 24px;
  height: 160px;
  align-items: flex-start;
  border: 1px solid #EFEFEF;
  gap: 0;
  position: relative;
}
ul.student.edit > li button.del_button {
  right: 24px;
  top: 25px;
}
ul.student.edit > li button.del_button.on {
  display: inline-block;
}
ul.student.edit > li div.text_info {
  color: #787878;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
ul.student.edit > li div.students_title {
  font-size: 20px;
  color: #1F1F1F;
  font-weight: 500;
  flex-grow: 1;
}
ul.student.edit > li div.update {
  width: 100%;
  color: #949494;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 16px;
}
ul.student.edit > li div.update::before {
  content: "업데이트 ";
}

div.question_bottom div.student_category.others div.category_main h4 {
  font-size: 18px;
  margin: 0;
  text-align: left;
  margin-bottom: 16px;
}
div.question_bottom div.student_category.others div.category_main ul.students_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}
div.question_bottom div.student_category.others div.category_main ul.students_list li.student_li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 0 16px 0;
  border-width: 0;
  border-bottom: 1px solid #EFEFEF;
  border-radius: 0;
  box-shadow: none;
  height: auto;
}
div.question_bottom div.student_category.others div.category_main ul.students_list li.student_li div.students_title {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
div.question_bottom div.student_category.others div.category_main ul.students_list li.student_li div.info {
  color: #9D9D9D;
  justify-content: space-between;
  display: flex;
}
div.question_bottom div.student_category.others div.category_main ul.students_list li.student_li div.info div.text_info {
  position: static;
}
div.question_bottom div.student_category.others div.category_main ul.students_list li.student_li div.info div.num_info {
  position: static;
  width: auto;
}

div.student_category div.category_main h4 {
  font-size: 18px;
  margin: 0;
}
div.student_category div.category_main ul.students_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
}
div.student_category div.category_main ul.students_list li.student_li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 50px 24px 24px;
  box-shadow: 0 11px 31px 0 rgba(0, 0, 0, 0.08), 0 1.4px 3.9px 0 rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  border: 1px solid #EFEFEF;
  height: 210px;
  position: relative;
  cursor: pointer;
}
div.student_category div.category_main ul.students_list li.student_li div.students_title {
  color: #1F1F1F;
  font-size: 18px;
  font-weight: 700;
}
div.student_category div.category_main ul.students_list li.student_li div span.head_info {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
div.student_category div.category_main ul.students_list li.student_li div.student_question {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 8px;
}
div.student_category div.category_main ul.students_list li.student_li div.student_question span.character {
  color: #0080F6;
  font-size: 18px;
  font-weight: 700;
}
div.student_category div.category_main ul.students_list li.student_li div.student_question span.character::after {
  content: ".";
}
div.student_category div.category_main ul.students_list li.student_li div.student_question span.question_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #949494;
}
div.interview_wrap div.student_category div.category_main ul.students_list {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1143px) {
  div.student_category div.category_main h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }
  div.student_category div.category_main ul.students_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
  }
  div.student_category div.category_main ul.students_list li.student_li {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 0 16px 0;
    border-width: 0;
    border-bottom: 1px solid #EFEFEF;
    border-radius: 0;
    box-shadow: none;
    height: auto;
  }
  div.student_category div.category_main ul.students_list li.student_li div.students_title {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 500;
  }
  div.interview_wrap div.student_category div.category_main ul.students_list li.student_li {
    border-width: 0;
    border-bottom: 1px solid #E8E8E8;
  }
  div.interview_wrap div.question_bottom div.student_category div.category_main h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1F1F1F;
    margin: 24px 0 16px;
  }
}
textarea {
  font-family: "Pretendard";
}

.submain .top_class {
  font-size: 18px;
  font-weight: 500;
  color: #949494;
}
.submain .main_text {
  font-size: 22px;
  font-weight: 700;
  color: #1F1F1F;
}

div.interview_wrap div.question_bottom {
  display: flex;
  flex-wrap: wrap;
}
div.interview_wrap div.question_bottom div.curriculum:first-child {
  padding-right: 58px;
}
div.interview_wrap div.question_bottom div.curriculum:nth-child(2) {
  padding-left: 58px;
}
div.interview_wrap div.question_bottom div.curriculum.one_curriculum {
  padding-right: 0;
  padding-left: 0;
}

div.curriculum {
  padding-bottom: 24px;
  flex-grow: 1;
  width: 50%;
}
div.curriculum h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 24px 0 0;
}
div.curriculum ul.curriculum {
  padding: 0;
  margin: 0;
}
div.curriculum ul.curriculum li {
  position: relative;
  cursor: pointer;
}
div.curriculum ul.curriculum li div.cur_title {
  width: 100%;
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 0 12px;
  align-items: baseline;
}
div.curriculum ul.curriculum li div.cur_title div.week {
  font-size: 16px;
  font-weight: 400;
  background: #F3FAFF;
  color: #008De0;
  padding: 2px 6px;
  border-radius: 5px;
  flex-shrink: 0;
}
div.curriculum ul.curriculum li div.cur_title div.tit {
  font-size: 16px;
  font-weight: 500;
  color: #1F1F1F;
  padding-right: 20px;
}
div.curriculum ul.curriculum li div.cur_contents {
  display: none;
}
div.curriculum ul.curriculum li::after {
  content: url("/img/ambassador/web/icon_curriculum_arrow_down_web.svg");
  position: absolute;
  right: 0;
  top: 20px;
}
div.curriculum ul.curriculum li.on::after {
  transform: rotate(180deg);
}
div.curriculum ul.curriculum li.on div.cur_contents {
  display: block;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0 20px;
}

@media screen and (max-width: 1143px) {
  div.interview_wrap div.question_bottom div.curriculum {
    width: 100%;
    border-bottom: none;
    padding-bottom: 24px;
  }
  div.interview_wrap div.question_bottom div.curriculum:first-child {
    padding-right: 24px;
    padding-left: 24px;
  }
  div.interview_wrap div.question_bottom div.curriculum:nth-child(2) {
    padding-left: 24px;
    padding-right: 24px;
  }
  div.curriculum h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1F1F1F;
    margin: 0;
  }
  div.curriculum.padding_mobile {
    padding: 24px;
  }
  div.curriculum ul.curriculum li div.cur_title div.week {
    font-size: 12px;
    font-weight: 500;
  }
  div.curriculum ul.curriculum li::after {
    content: url("/img/ambassador/icon_curriculum_arrow_down.svg");
    position: absolute;
    right: 0;
    top: 20px;
  }
  div.curriculum ul.curriculum li div.cur_title div.week {
    font-size: 12px;
    font-weight: 500;
  }
}
div.subjects.padding_mobile {
  padding: 0;
}
div.subjects h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1F1F1F;
  margin: 0 0 16px;
}
div.subjects ul.subjects_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0;
  padding: 0;
}
div.subjects ul.subjects_list > li {
  border: 1px solid #DFDFDF;
  padding: 20px;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  position: relative;
}
div.subjects ul.subjects_list > li h4 {
  font-size: 14px;
  color: #3F3F3F;
  margin: 0;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
}
div.subjects ul.subjects_list > li button.del_button {
  right: 18px;
  top: 25px;
}
div.subjects ul.subjects_list > li button.del_button.on {
  display: inline-block;
}
div.subjects ul.subjects_list > li ul.method_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  padding: 0;
}
div.subjects ul.subjects_list > li ul.method_list li {
  padding: 4px 10px;
  border-radius: 5px;
  background: #F3FAFF;
  color: #008DE0;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 16px;
}
div.subjects ul.subjects_list > li ul.method_list li::before {
  content: "#";
}
div.subjects ul.subjects_list > li div.info {
  color: #949494;
  font-weight: 400;
  font-size: 12px;
  justify-content: flex-start;
}
div.subjects ul.subjects_list > li div.info span {
  font-size: 16px;
}
div.subjects ul.subjects_list > li div.info span.div_line {
  margin: 0 4px;
  font-size: 16px;
}
div.subjects ul.subjects_list.edit {
  gap: 24px;
  overflow: visible;
}
div.subjects ul.subjects_list.edit > li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  box-shadow: 0 11px 31px 0 rgba(0, 0, 0, 0.08), 0 1.4px 3.9px 0 rgba(0, 0, 0, 0.04);
  padding: 24px 22px;
  width: 302px;
  height: 180px;
  align-items: flex-start;
  border: 1px solid #EFEFEF;
  gap: 0;
  border-radius: 20px;
}
div.subjects ul.subjects_list.edit > li span.grade {
  font-size: 14px;
  color: #949494;
  font-weight: 500;
}
div.subjects ul.subjects_list.edit > li h4 {
  font-size: 20px;
  color: #1F1F1F;
  font-weight: 500;
  margin: 7px 0 12px;
}
div.subjects ul.subjects_list.edit > li div.curriculum_count {
  color: #0080F6;
  font-size: 16px;
  font-weight: 500;
}
div.subjects ul.subjects_list.edit > li span.update {
  color: #949494;
  text-align: right;
  align-self: flex-end;
  margin-top: 16px;
}
div.subjects ul.subjects_list.edit > li span.update::before {
  content: "업데이트 ";
}

div.question_bottom div.subjects {
  width: 100%;
  background: none;
  padding: 0;
  margin-top: 60px;
}
div.question_bottom div.subjects.others ul.subjects_list {
  margin-top: 16px;
}
div.question_bottom div.subjects.others ul.subjects_list::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
div.question_bottom div.subjects.others ul.subjects_list > li {
  width: 190px;
  height: 110px;
  align-items: flex-start;
  padding: 16px 13px;
  gap: 6px;
}
div.question_bottom div.subjects.others ul.subjects_list > li h4 {
  color: #3F3F3F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 0;
}
div.question_bottom div.subjects.others ul.subjects_list > li ul.method_list::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
div.question_bottom div.subjects.others ul.subjects_list > li div.info span {
  color: #949494;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1143px) {
  div.question_bottom div.subjects {
    padding: 24px;
    margin-top: 0;
    background-color: #FCFCFC;
  }
  div.subjects h3 {
    font-size: 18px;
    font-weight: 700;
  }
  div.subjects ul.subjects_list {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0;
    padding: 0;
  }
  div.subjects ul.subjects_list > li {
    min-width: 190px;
    max-width: 210px;
    box-shadow: 0 2px 6px 0 rgba(68, 68, 68, 0.08);
    padding: 16px 13px;
    border-radius: 10px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
  }
  div.subjects ul.subjects_list > li h4 {
    font-size: 14px !important;
    color: #3F3F3F !important;
    margin: 0;
    font-weight: 500 !important;
    width: 100%;
    text-overflow: ellipsis;
    max-width: 210px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: break-spaces;
  }
  div.subjects ul.subjects_list > li ul.method_list li {
    font-size: 12px;
  }
  div.subjects ul.subjects_list > li div.info {
    color: #949494;
    font-weight: 400;
    font-size: 12px;
  }
  div.subjects ul.subjects_list > li div.info span.div_line {
    font-weight: 400;
    font-size: 12px;
  }
  div.subjects ul.subjects_list > li div.info span {
    font-size: 12px;
  }
}
div.major_obj {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  align-items: center;
}
div.major_obj div.univ_img {
  width: 70px;
  height: 70px;
  padding: 2px;
  background-color: #FFF;
  overflow: hidden;
}
div.major_obj div.univ_img img {
  width: 100%;
  height: 100%;
}
div.major_obj div.title_area {
  display: flex;
  flex-direction: column;
}
div.major_obj div.title_area div.univ_text {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}
div.major_obj div.title_area div.major_text {
  color: #3F3F3F;
  font-size: 18px;
  font-weight: 700;
}

.ambassador_li div.major_obj {
  grid-template-columns: 50px 1fr;
}
.ambassador_li div.major_obj div.univ_img {
  width: 50px;
  height: 50px;
  border-radius: 30px;
}

@media screen and (max-width: 1143px) {
  div.major_obj {
    grid-template-columns: 50px 1fr;
  }
  div.major_obj div.univ_img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  div.major_obj div.title_area div.univ_text {
    font-size: 14px;
    font-weight: 400;
  }
  div.major_obj div.title_area div.major_text {
    font-size: 16px;
    font-weight: 600;
  }
  .ambassador_li div.major_obj {
    grid-template-columns: 50px 1fr;
  }
  .ambassador_li div.major_obj div.univ_img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}
#main-content {
  background-color: #FFF;
  padding-bottom: 0;
}

div.container.frame_sub div.menu {
  flex-basis: 0;
}

.padding_mobile {
  padding: 0;
}

#AmbassadorDetail {
  padding-top: 0;
}

header.mobile_black div.header__content {
  justify-content: flex-start;
}

#AmbassadorDetail {
  /*

  div.subjects ul.subjects_list > li h4 {
    font-size: 18px;
    color: #1F1F1F;
    margin: 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

   */
}
#AmbassadorDetail ul {
  padding: 0;
}
#AmbassadorDetail span.head_info {
  color: #949494;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
#AmbassadorDetail > div {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #DFDFDF;
}
#AmbassadorDetail div.top_area {
  width: 100%;
  display: grid;
  grid-template-columns: 640px 640px;
  justify-content: center;
  position: relative;
  left: 0;
}
#AmbassadorDetail div.top_info {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 0;
  position: relative;
  padding-top: 32px;
  gap: 16px;
  box-shadow: none;
}
#AmbassadorDetail div.top_info div.major_obj {
  padding: 0;
}
#AmbassadorDetail div.top_info div.subscription {
  width: 275px;
  position: relative;
  z-index: 5;
  display: flex;
  border-radius: 8px;
  background: #008DE0;
  color: #FFF;
  padding: 10px 12px;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
#AmbassadorDetail div.top_info div.subscription::before {
  width: 16px;
  height: 17px;
  content: url("/img/ambassador/web/icon_check_subscribe_off_2.svg");
  display: block;
  margin-right: 4px;
}
#AmbassadorDetail div.top_info div.subscription.icon_none::before {
  width: 0;
  height: 0;
  content: "";
}
#AmbassadorDetail div.top_info div.subscription span {
  color: #1F1F1F;
  font-size: 20px;
}
#AmbassadorDetail div.top_info div.subscription span.title {
  font-weight: 400;
}
#AmbassadorDetail div.top_info div.subscription::before {
  width: 16px;
  height: 17px;
  content: url("/img/ambassador/icon_check_subscribe_off_2.svg");
  display: block;
  margin-right: 4px;
}
#AmbassadorDetail div.top_info div.subscription span {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
#AmbassadorDetail div.top_info div.subscription.on {
  background: #0080F6;
}
#AmbassadorDetail div.top_info div.subscription.on span {
  color: #FFF;
}
#AmbassadorDetail div.top_info div.subscription.on::before {
  width: 16px;
  height: 17px;
  content: url("/img/ambassador/icon_check_subscribe_2.svg");
  margin-right: 4px;
}
#AmbassadorDetail div.top_info div.major_obj {
  position: relative;
  z-index: 5;
}
#AmbassadorDetail div.top_info div.major_obj div.title_area div.univ_text {
  color: #1F1F1F;
  font-size: 16px;
}
#AmbassadorDetail div.top_info div.major_obj div.title_area div.major_text {
  color: #1F1F1F;
  font-size: 24px;
}
#AmbassadorDetail div.boasts {
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#AmbassadorDetail div.boasts h3 {
  color: #1F1F1F;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
#AmbassadorDetail div.boasts ul.boats_list {
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 16px;
}
#AmbassadorDetail div.boasts ul.boats_list li {
  color: #555;
  font-size: 16px;
  font-weight: 500;
}
#AmbassadorDetail div.boasts ul.boats_list li::before {
  content: "- ";
}
#AmbassadorDetail div.images {
  position: relative;
}
#AmbassadorDetail div.images a.more {
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #008DE0;
  padding-right: 16px;
  background: url("/img/ambassador/icon_ambassador_arrow_right_blue.svg") no-repeat right center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 32px;
  cursor: pointer;
}
#AmbassadorDetail div.images h3 {
  margin-bottom: 33px;
}
#AmbassadorDetail div.images ul.images_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  overflow-x: auto;
  gap: 16px;
  margin: 0;
}
#AmbassadorDetail div.images ul.images_list li div.img_wrap {
  width: 100%;
  height: 245px;
  overflow: hidden;
  cursor: pointer;
}
#AmbassadorDetail div.images ul.images_list li div.img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
#AmbassadorDetail div.images ul.images_list.ready {
  grid-template-columns: 1fr;
  gap: 60px 40px;
  padding: 0;
  margin-top: 32px;
  overflow: visible;
}
#AmbassadorDetail div.images ul.images_list.ready li.gallery_group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 11px 31px 0 rgba(0, 0, 0, 0.08), 0 1.4px 3.9px 0 rgba(0, 0, 0, 0.04);
  padding: 50px;
  align-items: flex-start;
}
#AmbassadorDetail div.images ul.images_list.ready li.gallery_group .approval {
  background-color: #0080F6;
  color: #FFF;
  width: 92px;
  height: 48px;
  text-align: center;
  border-radius: 8px;
  align-self: flex-end;
}
#AmbassadorDetail div.images ul.images_list.ready li.gallery_group .gallery_title {
  font-size: 20px;
  font-weight: 500;
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
}
#AmbassadorDetail div.images ul.images_list.ready li.gallery_group .gallery_imgs {
  display: flex;
  flex-grow: 1;
  width: 100%;
  flex-direction: column;
}
#AmbassadorDetail div.images ul.images_list.ready li.gallery_group .gallery_imgs div.img_list {
  flex-grow: 1;
  width: 100%;
  display: flex;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid #DFDFDF;
}
#AmbassadorDetail div.images ul.images_list.ready li.gallery_group .gallery_imgs div.img_list:last-child {
  border-bottom: none;
}
#AmbassadorDetail div.images ul.images_list.ready li.gallery_group .gallery_imgs div.img_list div.img_wrap {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
}
#AmbassadorDetail div.images ul.images_list.ready li.gallery_group .gallery_imgs div.img_list div.img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#AmbassadorDetail div.images ul.images_list.ready li.gallery_group .gallery_imgs div.img_list div.text_wrap {
  width: 100%;
  flex-grow: 1;
  color: #1F1F1F;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
#AmbassadorDetail div.images ul.images_list.ready li.gallery_group div.update {
  text-align: right;
  align-self: flex-end;
  color: #949494;
  text-overflow: ellipsis;
  font-size: 16px;
}
#AmbassadorDetail div.images ul.images_list.ready li.gallery_group div.update::before {
  content: "업데이트 ";
}
#AmbassadorDetail > div h3, #AmbassadorDetail > div h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1F1F1F;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 24px 0;
}
#AmbassadorDetail > div.subjects ul.subjects_list li h4 {
  font-weight: 500;
  margin: 0;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  width: 100%;
}
#AmbassadorDetail > div h3 span.top_class {
  font-size: 18px;
  font-weight: 500;
  color: #949494;
}
#AmbassadorDetail > div h3 span.main_text {
  font-weight: 700;
  color: #1F1F1F;
  font-size: 22px;
}
#AmbassadorDetail > div h3 span.main_text.alone {
  font-weight: 500;
  color: #949494;
  font-size: 18px;
}
#AmbassadorDetail > div.subjects {
  border-bottom: none;
}
#AmbassadorDetail.gallery_wrap > div.images {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#AmbassadorDetail.gallery_wrap > div.images h3 {
  margin: 0;
}
#AmbassadorDetail.gallery_wrap ul {
  margin: 0;
}
#AmbassadorDetail > div.student_category h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
#AmbassadorDetail > div.student_category div.category_main h4 {
  font-size: 22px;
}

/*
#AmbassadorDetail div.top_info{height: 270px; display: flex; flex-direction: column-reverse; align-items:flex-start; justify-content:flex-start; padding-bottom:24px;  margin-bottom:0; position: relative; gap:16px;}
#AmbassadorDetail div.top_info::before{content:''; display: block; width:100%; height: 167px; background: linear-gradient(0deg, #1F1F1F 0%, rgba(0, 0, 0, 0.00) 100%); position: absolute; bottom: 0;}
#AmbassadorDetail div.top_info div.subscription{position: relative; z-index:5; display:flex; border-radius:8px; background:#2B2B2B; padding:8px 12px;  left:24px; gap:4px; align-items: center;}
*/
@media screen and (max-width: 1143px) {
  #AmbassadorDetail > div.padding_mobile {
    padding-left: 24px;
    padding-right: 24px;
  }
  div.container.frame_sub div.menu {
    display: none;
  }
  #main-content {
    background-color: #F0F0F0;
    padding-bottom: 50px;
  }
  #AmbassadorDetail {
    padding-top: 0;
  }
  #AmbassadorDetail div.top_info div.subscription span {
    font-weight: 500;
    font-size: 14px;
  }
  #AmbassadorDetail div.boasts {
    padding-top: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #AmbassadorDetail div.boasts h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  #AmbassadorDetail div.boasts ul.boats_list {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 8px;
  }
  #AmbassadorDetail div.boasts ul.boats_list li {
    font-size: 14px;
    font-weight: 500;
  }
  #AmbassadorDetail div.boasts ul.boats_list li::before {
    content: "-";
  }
  #AmbassadorDetail div.top_area {
    display: flex;
    flex-direction: column;
    position: static;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #AmbassadorDetail > div {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  #AmbassadorDetail > div h3, #AmbassadorDetail > div h4 {
    font-size: 18px;
    gap: 2px;
    margin: 0 0 16px 0;
  }
  #AmbassadorDetail > div h3 span.top_class {
    font-size: 14px;
    font-weight: 400;
    color: #949494;
  }
  #AmbassadorDetail > div h3 span.main_text {
    font-size: 16px;
    font-weight: 600;
  }
  #AmbassadorDetail > div h3 span.main_text.alone {
    font-size: 14px;
    font-weight: 400;
  }
  .padding_mobile {
    padding: 0 24px;
  }
  #AmbassadorDetail div.top_info {
    padding: 24px;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    position: relative;
    gap: 16px;
    box-shadow: none;
  }
  #AmbassadorDetail div.top_info div.subscription {
    width: 100%;
    position: relative;
    z-index: 5;
    display: flex;
    border-radius: 8px;
    background: #0080F6;
    padding: 10px 12px;
    gap: 4px;
    align-items: center;
    justify-content: center;
  }
  #AmbassadorDetail div.top_info div.subscription span {
    color: #FFF;
  }
  #AmbassadorDetail div.top_info div.subscription::before {
    width: 16px;
    height: 17px;
    content: url("/img/ambassador/icon_check_subscribe_off_2.svg");
    display: block;
    margin-right: 4px;
  }
  #AmbassadorDetail div.top_info div.major_obj div.title_area div.univ_text {
    font-size: 14px;
  }
  #AmbassadorDetail div.top_info div.major_obj div.title_area div.major_text {
    font-size: 16px;
  }
  #AmbassadorDetail div.student_category {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #AmbassadorDetail div.images {
    position: relative;
  }
  #AmbassadorDetail div.images h3 {
    margin-bottom: 16px;
  }
  #AmbassadorDetail div.images a.more {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #008DE0;
    padding-right: 16px;
    background: url("/img/ambassador/icon_ambassador_arrow_right_blue.svg") no-repeat right center;
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 45px;
  }
  #AmbassadorDetail div.images ul.images_list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 11px;
    margin: 0;
  }
  #AmbassadorDetail div.images ul.images_list li div.img_wrap {
    width: 144px;
    height: 144px;
    overflow: hidden;
  }
  #AmbassadorDetail > div.student_category div.category_main h4 {
    font-size: 16px;
  }
  #AmbassadorDetail > div {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #FFF;
    margin-bottom: 16px;
    box-shadow: 0px 11px 31px 0px rgba(0, 0, 0, 0.08), 0 1.39px 3.9px 0 rgba(0, 0, 0, 0.04);
  }
}
/*
#AmbassadorDetail div.student_category div.category_main{}
#AmbassadorDetail div.student_category div.category_main h4{font-size: 18px;}
#AmbassadorDetail div.student_category div.category_main ul.students_list{display:flex; flex-direction: column; gap:12px; margin: 0;}
#AmbassadorDetail div.student_category div.category_main ul.students_list li.student_li{display:flex; flex-direction: column; gap:8px; padding-bottom:12px; border-bottom:1px solid #EFEFEF;  }
#AmbassadorDetail div.student_category div.category_main ul.students_list li.student_li div.students_title{color: #2B2B2B; font-size: 14px; font-weight: 500;}
#AmbassadorDetail div.student_category div.category_main ul.students_list li.student_li div.info{color: #9D9D9D; font-size: 12px; font-weight: 500; }

#AmbassadorDetail div.jobs{background: linear-gradient(154deg, #C7DFF3 -80%, #0080F6 100%);}
#AmbassadorDetail div.jobs h3{}

#AmbassadorDetail div.jobs ul.jobs_list{display: flex; gap:16px; margin:24px 0 0 0;}
#AmbassadorDetail div.jobs ul.jobs_list li{width: 90px; height: 90px; background-color: #FFF; box-shadow: 10px 12px 20px 0px rgba(12, 18, 39, 0.16); border-radius: 20px;}
#AmbassadorDetail div.jobs ul.jobs_list li div.job_title{width:100%; height:100%; display: flex; align-items: center; justify-content: center; text-align: center; padding:0 14px; font-size: 14px; color:#3F3F3F; font-weight:500}

#AmbassadorDetail div.subjects{}
#AmbassadorDetail div.subjects ul.subjects_list{display: flex; gap:12px; flex-wrap: nowrap; overflow-x: auto; }
#AmbassadorDetail div.subjects ul.subjects_list > li{flex-basis: 190px; box-shadow: 0px 2px 6px 0px rgba(68, 68, 68, 0.08); border: 1px solid #E8E8E8; padding:16px 13px 18px 11px; border-radius: 10px; flex-shrink:0; display: flex; flex-direction: column; justify-content: space-between; gap:6px;}

#AmbassadorDetail div.subjects ul.subjects_list > li ul.method_list{display: flex; flex-wrap: nowrap; gap:6px; overflow-x: auto;}
#AmbassadorDetail div.subjects ul.subjects_list > li ul.method_list li{padding:4px 10px; border-radius: 5px; background: #F3FAFF; color:#008DE0; flex-shrink:0 ; font-weight: 400; font-size: 12px;}
#AmbassadorDetail div.subjects ul.subjects_list > li ul.method_list li::before{content:'#'}
#AmbassadorDetail div.subjects ul.subjects_list > li div.info{color:#949494; font-weight: 400; font-size: 12px;}
#AmbassadorDetail div.subjects ul.subjects_list > li div.info span.grade{}
#AmbassadorDetail div.subjects ul.subjects_list > li div.info span.type{}

 */

/*# sourceMappingURL=detail.css.map */
