.delete_btn_pc{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.blue{color: #006aff !important;}
.red{color: #FF444E !important;}

.main_image_wrap {
  height: 480px;
  margin-bottom: 150px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.main_image_wrap.not_exists_notice{
  margin-bottom: 43px;
}
.main_image_wrap .main_image_background {
  background: #2A3140;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.main_image_wrap .main_image_text_wrap {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  max-width: 1132px;
  width: calc(100% - 96px);
  margin: auto;
}

.course_heading {
  margin-bottom: 50px
}

#banner_list {
  position: relative;
  height: 480px;
}

.notice_title > img {
  margin-right: 10px;
}

.main_top_banner_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_top_banner_img > ul {
  margin: 0px;
  padding: 0;
  width: 100% !important;
  height: 100%;
  list-style: none;
  font-size: 0px;
  overflow: hidden;
}

.main_top_banner_img > ul > li {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 5;
}

.main_top_banner_img > ul > li > img {
  width: 100%;
  height: 100%;
}

.main_top_banner_roll {
  position: absolute;
  top: 0;
  padding: 8px;
  width: 100%;
  /* background: rgba(255, 255, 255, 0.2); */
  /* text-align: center; */
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
}

.main_top_banner_roll > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.m_hide {
  display: block;
}

.pc_hide {
  display: none !important;
}

/*********  *********/
.course_img {
  position: relative;
  width: 208px;
  height: 156px;
  z-index: 8;
  overflow: hidden;
  border-radius: 10px;
}

.course_img > a > .img {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}

.course_img > a > .overlay_wait {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url('/el/images/main/course/clock.png');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.course_img > a > .overlay_end {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('/el/images/main/course/end_msg.png');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99;
}

.course_img > a > .d-day {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  bottom: 16px;
  right: 16px;
  z-index: 1;
}

.course_contents {
  position: relative;
  margin-left: 32px;
}

.course_list {
  position: relative;
  width: 100%;
  margin: 60px 0px;
  font-size: 0;
  display: grid;
  grid-template-columns: 208px 1fr;
  align-items: center;
  align-items: start;
}

.course_list:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.course_list:first-of-type {
  margin-top: 0;
}

.course_package {
  background-color: #F3F5F7;
  border-radius: 10px;
  padding: 22px 28px;
  margin-bottom: 60px;
}

.course_package:last-of-type{
  margin-bottom: 0;
}

.course_package > .package_parent {
  padding-bottom: 20px;
  border-bottom: 1px solid #CFD4D8;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.course_package > .package_child {
  margin-top: 42px;
  padding: 0 12px;
}

.course_list .course_list {
  padding: 0;
  margin: 0 0 20px 0;
}

.course_list .course_list:last-of-type {
  margin-bottom: 0;
}

.package_parent > .course_img {
  width: 48px;
  height: 36px;
  border-radius: 4px;
}

.package_parent > .course_contents {
  flex-grow: 1;
  margin-left: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
}

.package_parent .course_list_title {
  justify-content: space-between;
}

.package_parent .course_list_title > a:hover {
  cursor: default;
  color: #333 !important;
}

.course_list_top {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 1;
}

.course_list_title {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  justify-content: space-between;
}

.course_list_title > a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.course_list_sub_title {
  margin-top: 5px;
  width: 100%;
  max-width: calc(100% - 60px);
}

.course_list_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.course_prof_list {
  display: flex;
  align-items: center;
}

.course_prof_list .course_prof_photo {
  height: 36px;
  display: flex;
}

.course_prof_photo > div {
  min-width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 2px solid #FFFFFF;
  background-color: #868F97;
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
  margin-left: -8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  color: #FFFFFF;
  padding: 4px 8px 3px 8px;
  text-align: center;
}

.course_prof_photo > div:first-child {
  margin-left: -2px;
}

.course_prof_list .course_prof_text {
  color: #333333;
  margin-left: 10px;
}

.course_prof_text :hover {
  color: #006aff;
}

.course_list_sub {
  color: #777;
  margin-left: 10px;
}

.course_list_sub:first-child {
  margin-left: 0;
}

.course_ing_percent {
  display: inline-block;
  position: absolute;
  bottom: 2px;
  right: 0;
}

.course_status_icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
  background-color: #FFFFFF;
  opacity: 0.9;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 1;
}

.course_status_icon > div {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.course_normal_bar {
  overflow: hidden;
  margin: 16px 0;
  height: 4px;
  background-color: #E1E4E8;
  border-radius: 2px;
}

.course_ing_bar {
  overflow: hidden;
  margin: 16px 0;
  height: 4px;
  background-color: #E1E4E8;
  border-radius: 2px;
}

.course_ing_bar .graph {
  height: 100%;
  border-radius: 2px;
}

.course_list_bottom {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  margin-top: 12px;
}

.course_list_info {
  position: relative;
  display: inline-block;
}

.course_list_info > div {
  display: flex;
  align-items: center;
  margin-top: 4px;
  flex-wrap: wrap;
}

.course_list_info span, .course_list_info > div > div {
  color: #333333;
}

.course_list_info span {
  margin-right: 10px;
}

.course_list_info span:last-of-type {
  margin-right: 0;
}

.course_list_info .title {
  margin-right: 10px;
  color: #6C747A;
}

.course_list_info .vertical_bar {
  width: 1px;
  height: 13px;
  background-color: #E1E4E8;
  margin-left: 4px;
  margin-right: 12px;
}

.course_list_info .new_img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.disabled_text, .disabled_text > a {
  color: #6C747A !important;
}

.course_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 80px;
  height: 70px;
  padding: 13.5px 5px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}

.course_btn > .arrow_img {
  background-image: url('/el/images/main/course/arrow_gray.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 7px;
  margin: 0 auto 16px auto;
}

.course_btn:hover {
  background-color: #ffffff;
  color: #083e84;
}

.course_btn:hover > .arrow_img {
  background-image: url('/el/images/main/course/arrow_navy.png');
}

.my_course_top {
  width: 100%;
  max-width: 1180px;
  position: relative;
  margin-bottom: 50px;
}

.my_course_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.my_course_list_item {
  display: flex;
  align-items: center;
  
  width: 100%;
  padding: 12px 24px;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  border: 1.2px solid var(--Gray-600, #4F5459);
  background: var(--Base-white, #FFF);
}

.my_course_list_item:hover,
.my_course_list_item:focus{
  background: #d7d7d7;
}

.my_course_list_cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.my_course_list_item.my_on > .my_course_list_text {
  color: #fff;
}

.my_course_list_item.my_on{
  background-color: #333333;
}
.my_course_list_item.my_on > .my_course_list_cnt {
  color: #fff;
}

.my_course_list_border {
  height: 16px;
  border-left: 1px solid #DDDDDD;
}

/**************** 개설과목 배열 *********************/
/* 메인 페이지 부분 */
.course_grid {
  position: relative;
  clear: both;
  margin: 0px auto;
  padding: 0;
  padding-bottom: 60px;
  list-style: none;
  font-size: 14px;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.course_list_edge {
  padding-bottom: 100px;
}

/***************** 안내 페이지 ***********************/
.class_tab_wrap {
  position: relative;
  max-width: 1228px;
  margin: 0 auto;
  text-align: left;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.class_tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 60px;
  padding: 0 48px;
  width: 100%;
}

.class_tab_border {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  max-width: 1132px;
}

.class_tab_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  z-index: 0;
  white-space: nowrap;
}
.class_tab_btn:focus{
  outline: 0;
}

.class_tab_btn:first-child {
  margin-left: 0;
}

.class_tab .class_tab_btn:not(.tab_on)>div:first-child {
  padding: 16px 0 17px;
}

.class_tab_btn .new_icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -20px;
}

.info_tap {
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.info_tap_list {
  padding: 16px 0px;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #333;
  border: 1px solid #ccc;
  border-left: 0px;
}

.info_tap_list:first-of-type {
  border-left: 1px solid #ccc;
}
.info_content1 {
  margin-top: 50px;
  margin-bottom: 80px;
}

.info_content1 > .info_text_title {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.info_content1 > .text, .info_content1 > .text_content > .text {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  letter-spacing: -1px;
}

.info_content1>.text_content {
  margin-top: 30px;
  padding: 30px;
  background-color: #f0f2f7;
}

.info_content1 > .text_content > .title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #1fa2df;
  line-height: 1;
}

.info_table {
  width: 100%;
  display: table;
  padding: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}

.info_tr {
  display: table-row;
  margin: 0;
  padding: 0;
  word-break: break-word;
}

.info_td {
  display: table-cell;
  margin: 0;
  padding: 0;
}

.info_title {
  padding: 12px 0 12px 0;
  text-align: center;
  color: #333;
  border-top: 1px solid #222;
  background-color: #f0f2f7;
}

.info_text {
  padding: 14.5px 0;
  text-align: center;
  color: #333;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

.info_faq_text {
  position: relative;
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
  word-wrap: break-word;
}

.info_faq_text > .faq_q {
  padding-left: 30px;
  margin-right: 20px;
  vertical-align: middle;
}

.info_faq_text > .faq_text {
  max-width: calc(100% - 125px);
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

.info_faq_text > .faq_img {
  position: absolute;
  right: 30px;
  top: calc(50% - 4px);
}

.info_text > .info_file_img {
  width: 15px;
  height: 15px;
}

.info_tr:last-child > .info_text, .info_tr:last-child > .info_faq_text {
  border-bottom: 1px solid #ccc;
}

.info_pc_item {
  width: 60%;
  padding-left: 15px;
  padding-right: 0px;
  text-align: left;
}

.info_text_title > img {
  width: 100%;
  height: 50px;
}

.info_search {
  position: relative;
  float: right;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 300px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  background-color: #fff;
}

.info_search_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  border: 0;
  padding: 0px;
  font-size: 14px;
  line-height: 1;
  color: #6C747A;
  width: 83%;
}

.info_search_img {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 40px;
  height: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.info_pc_img {
  display: block;
}

.info_m_img {
  display: none;
}

.faq_a > .info_faq_text {
  padding: 30px 61px;
  font-weight: normal;
  background-color: #f0f2f7;
}

.faq_tab {
  padding-top: 70px;
}

.faq_tab > ul {
  margin: auto;
  padding: 0px;
}

.faq_tab_item {
  float: left;
  margin-bottom: 20px;
  width: 11%;
  text-align: center;
  border-right: 1px solid #555;
}

.faq_tab_item:last-child {
  border-right: 0px;
}

.info_insert_title {
  padding: 12px 15px;
  width: 150px;
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  background-color: #f0f2f7;
  border-bottom: 1px solid #ddd;
}

.info_insert_text {
  padding: 12px 15px;
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  line-height: 1;
  border-bottom: 1px solid #ddd;
}

.info_tr:first-child > .info_insert_title, .info_tr:first-child > .info_insert_text
  {
  border-top: 1px solid #222;
}

.info_insert_text > .info_input {
  margin: -8px auto;
  padding: 5px;
  width: 35%;
  max-width: 650px;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  background-color: #fff;
}

.info_insert_text > .info_textarea {
  padding: 5px;
  width: 100%;
  max-width: 720px;
  height: 260px;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  background-color: #fff;
  resize: none;
}

.info_insert_text > .info_select {
  padding: 5px 0px 5px 5px;
  width: 70%;
  max-width: 130px;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  background-color: #fff;
}

.info_file {
  display: inline-block;
  padding: 6px 13px;
  font-weight: 500;
  letter-spacing: -1px;
  border: 1px solid #ccc;
  background-color: #f0f2f7;
}

.info_table_content {
  padding: 15px;
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  color: #333;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  word-break: break-word;
}

.table_file {
  margin-top: 50px;
  padding: 15px;
  width: 100%;
  border: 2px solid #ddd;
  line-height: 1;
}

.table_file>div {
  margin-bottom: 15px;
}

.table_file>div:last-child {
  margin-bottom: 0;
}

.table_file .file_title {
  margin-bottom: 20px;
  font-weight: 500;
}

.table_file .file_text {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table_file .file_text>a {
  white-space: nowrap;
}

.table_file .file_text img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}

.table_file .file_size {
  position: absolute;
  right: 0;
  top: 0;
  color: #6C747A;
  line-height: 1;
}


/**************************** 소개페이지 ************************************/
.intro_tab_box_wrap {
  display: flex;
  margin-bottom: 80px;
  color: #888;
}

.intro_tab_box {
  flex: 1;
  padding-bottom: 20px;
  border-bottom: 2px solid #DDD;
  margin-left: 4px;
  font-size: 18px;
  text-align: center;
}

.intro_tab_box:first-child {
  margin-left: 0;
}

.intro_tab_box_on {
  border-bottom: 2px solid #032d85;
  color: #032d85
}

.intro_content {
  margin-top: 60px;
  margin-bottom: 80px;
}

.intro_content > .intro_text_title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  color: #032d85;
  letter-spacing: -1px;
}

.intro_content > .text {
  font-size: 15px;
  color: #333;
  line-height: 26px;
  letter-spacing: -1px;
  font-weight: 400;
}

.intro_content>.text > .intro_footer_text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 24px;
  text-align: right;
}

.intro_content > div > .intro_history_year_wrap {
  display: flex;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #DDD;
}

.intro_content > div > .intro_tab_1:last-child,
.intro_content > div > .intro_tab_2:last-child,
.intro_content > div > .intro_tab_3:last-child {
  border-bottom: none;
}

.intro_content > div > .intro_history_year_wrap > .intro_history_year {
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #032d85;
  margin-right: 50px;
  width: 110px;
}

.intro_content > div > .intro_history_year_wrap .intro_history_date_wrap {
  line-height: 40px;
}

.intro_content > div > .intro_history_year_wrap .intro_history_date_wrap:first-child
  {
  line-height: 1.4;
  padding-bottom: 11px;
}

.intro_content > div > .intro_history_year_wrap .intro_history_date_wrap>.intro_history_date
  {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #032d85;
  margin-right: 40px;
  width: 66px;
  display: inline-block;
}

.intro_content > div > .intro_history_year_wrap .intro_history_date_wrap>.intro_history_txt
  {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #333;
}

.intro_rule {
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #222;
  margin-bottom: 20px;
  line-height: 1;
}

.intro_rule_sub {
  font-size: 15px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #888;
}

.intro_rule_title {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #032d85;
  margin-top: 80px;
  margin-bottom: 40px;
}

.intro_rule_title_sub {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #222;
  margin-bottom: 24px;
}

.intro_rule_text {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 26px;
  font-weight: 400;
  color: #555;
  margin-bottom: 48px;
}

.intro_rule_text_sub {
  padding: 10px 0 10px 20px;
}

.intro_facility_title {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #032d85;
  margin-bottom: 28px;
}

.intro_facility_text {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 32px;
  font-weight: 400;
  color: #555;
  margin-bottom: 60px;
}

.intro_map > img {
  width: 100%;
  border: 1px solid #DDD;
  margin-bottom: 60px;
}

.intro_map_title {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #032d85;
  margin-bottom: 40px;
}

.intro_map_title_sub {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #222;
  margin-bottom: 20px;
  display: inline-block;
}

.intro_map_title_sub_sub {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #222;
}

.intro_map_text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #555;
  margin-bottom: 68px;
}

.intro_map_table {
  text-align: center;
  margin-bottom: 80px;
  border-collapse: collapse;
}

.intro_map_table th {
  border-top: 1px solid #222;
  border-right: 1px solid #DDD;
}

.intro_map_table td {
  border: 1px solid #DDD;
}

.intro_map_table tr>td:first-child {
  border-left: none;
}

.intro_map_table tr>th:last-child, .intro_map_table tr>td:last-child {
  border-right: none;
}

.intro_map_table tr>th {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #222;
  background-color: #F8F8F8;
  padding: 20px 0 20px 0;
}

.intro_map_table tr>td {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #555;
  background-color: #FFF;
  padding: 20px 0 20px 0;
}
/**************************** 이전과정 팝업 ************************************/
#poplayer_old_history {
  width: 90%;
  max-width: 942px;
  background-color: #ffffff;
  z-index: 101;
  padding: 30px;
}

.old_history_popup_top {
  height: 50px;
  padding: 15px;
}

.old_history_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.old_history_popup_title {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.old_history_popup_contents {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.old_history_list {
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 2px solid #aaaaaa;
}

.old_history_list_item {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #d1d6df;
  padding: 20px;
}

.old_history_list_item>div {
  line-height: 1.8;
  font-weight: 500;
}

.pc_hide_td {
  display: none;
}

.m_hide_td {
  display: table-cell;
}

/*공결신청 테이블*/
.info_scholarship_table{
  width: 100%;
  padding: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}
.info_abscence_reason{
  text-align: left;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 탭 메뉴 */
.main_tab_wrap{
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.main_tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  gap: 60px;
}
.main_tab_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-family: inherit;
  z-index: 0;
  white-space: nowrap;
}
.main_tab_btn.tab_on {
  color: #006aff !important;
  border-bottom: 3px solid #0088FF;
}
.main_tab_btn.focus_on {
  color: #006aff;
  border-bottom: 3px solid #0088FF;
}
.main_tab_btn:focus{
  outline: 0;
}
.main_tab_btn > div {
  padding: 16px 0 14px;
}
.main_tab_btn.tab_on > div {
  padding: 16px 0 11px;
}

.info_introduce_title {
  font-family: inherit;
  color: #333333;
}
.info_introduce_text {
  font-family: inherit;
  color: #333333;
}
.info_introduce_content {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 20px 0 0 0;
  gap: 20px;
}
.info_introduce_writer {
  padding: 50px 0 0 0;
  width: 100%;
  text-align: right;
  font-family: 'Inter';
  color: #6C747A;
}

.notice_more_btn {
  cursor: pointer;
  display: none;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration-line: underline;
}
.notice_more_btn:hover,
.notice_more_btn:focus{
  border: 1px solid var(--Gray-500, #6C747A);
}
.notice_more_btn:active{
  border: 1px solid var(--Gray-500, #6C747A);
  background: var(--Gray-200, #E1E4E8);
}

.main_content_more_btn {
  background:none;
  padding-right: 28px;
  background-image: url('/el/images/common/arrow_right_blue.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  color: #006aff;
  float: right;
  cursor: pointer;
  border:none;
}

.table_wrap{
  position:relative;
  border-top: 1px solid #333333;
}
table.main_listType01{
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #d4d4d4;
  table-layout: fixed;
}
table.main_listType01 th{
  background-color: #f0f2f7;
  color: #333;
  padding: 12px 3px;
}
table.main_listType01 td{
  border-bottom: 1px solid #EBEDF3;
  padding: 10px 3px;
  text-align: left;
}
table.main_listType01 td.center{
  text-align: center;
}
table.main_listType01 td:last-of-type{
  border-right: none;
}

.photo_list_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.photo_list_grid .photo_list{
  padding: 10px;
}
.photo_list_grid .photo_list:focus .photo_title,
.photo_list_grid .photo_list:hover .photo_title{
  color: #006aff !important;
}

.quote_left{
 position: relative; right:45%;top:30px;
}
.quote_right{
 position: relative; left:45%;bottom:30px;
}

.introduce_form{
  margin:auto;
  margin-top:80px;
  padding:0 100px 0 100px;
  width: calc(100% - 48px); 
  min-width:1132px;
}

.introduce_title{
  text-align:center; 
  font-size: 36px; 
  font-weight: 500; 
  margin-bottom:40px;
}

.introduce_head{
  background: #F1F7FF;
  border-radius: 10px; 
  font-weight: 500;
  font-size: 22px; 
  text-align:center; 
  padding:30px;
  line-height: 170%;
  margin-bottom:40px;
}
.introduce_head > img{
  width:38px;
  height:30px; 

}
.introduce_main{
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  margin-bottom:68px;
}
.introduce_sign{
  text-align:right;
  margin-bottom:160px; 
  font-weight: 500; 
  color:#666D73; 
  font-size: 16px;
}
.introduce_sign > img{
  width:172px;
  height:64px; 
  margin-top:28px;
}


.main_image_text_wrap .main_image_title {
  font-family: "Noto Sans Korean";
  font-weight: 700;
  font-size: 36px;
  line-height: 170%;
  color: #FFFFFF;
}
.main_image_text_wrap .main_image_text {
  margin-top: 20px;
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  color: #FFFFFF;
  opacity: 0.8;
  word-break: keep-all;
}
.main_image_box_slide {
  position: absolute;
  bottom: -138px;
  left: 50%;
  transform: translateX(-50%);
/*   max-width: 1308px; */
  max-width: 1132px;
  width: calc(100% - 96px);
/*   display: grid; */
  gap: 40px;
/*   grid-template-columns: 48px 1fr 48px; */
  align-items: center;
  z-index: 15;
}

.main_image_box_slide .box_left_btn
,.main_image_box_slide .box_right_btn {
  width: 48px;
  height: 48px;
  background-size: 100%; 
  background-repeat: no-repeat;
}

.main_image_box_slide .box_left_btn {
  cursor: pointer;
  background-image: url('/el/images/common/arrow_round_left_white.png');
}

.main_image_box_slide .box_right_btn {
  cursor: pointer;
  background-image: url('/el/images/common/arrow_round_right_white.png');
}

.main_image_box_slide .box_slide_scroll {
/*   overflow: hidden; */
  text-align: center;
}

.main_image_box_wrap {
  display: flex;
  gap: 32px;
  margin: auto;
  padding-bottom: 16px;
}

.main_image_box {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  width: 356px;
  height: 174px;
  padding: 28px;
  text-align: justify;
  border:none;
}
.main_image_box:focus{
  text-decoration: underline;
}

.main_image_box .box_badge {
  border: 1px solid #006aff;
  border-radius: 13.5px;
  padding: 2px 8px;
  color: #006aff;
  font-family: inherit;
  display: inline-block;
}

.main_image_box .box_text {
  margin-top: 14px;
  color: #333333;
  font-family: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_image_box .box_sub_text {
  margin-top: 12px;
  color: #6C747A;
  font-family: inherit;
}

.main_content_slide_wrap {
  max-width: 1308px;
  width: calc(100% - 96px);
  margin: 80px auto;
}

.main_content_wrap {
  max-width: 1132px;
  width: calc(100% - 96px);
  margin: 80px auto 0 auto;
  position: relative;
}

.main_content_body:first-of-type .main_content_wrap:first-of-type {
  margin-top: 60px;
}

.main_content_body:last-of-type {
  margin-bottom: 80px;
}

.main_content_slide_wrap .main_content_title {
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  color: #333333;
  position: relative;
  max-width: 1132px;
  margin: 0 88px 24px 88px;
}

.main_content_wrap .main_content_title {
  font-family: inherit;
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  color: #333333;
  position: relative;
  margin-bottom: 24px;
}


.main_content_box {
  border: 1px solid #E7E9ED;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 52px;
}

.main_content_box .box_thumbnail {
  width: 100%;
  height: 145px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ABB2B8;
  position: relative;
}

.box_thumbnail .box_thumbnail_badge {
  position: absolute;
  right: 16px;
  top: 16px;
  background-color: #FF444E;
  padding: 6px 12px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15.5px;
  font-family: inherit;
  color: #FFFFFF;
  white-space: nowrap;
}

.main_content_box .box_body {
  padding: 16px 24px;
  height: 144px;
}

.main_content_box .box_subtitle {
  font-family: inherit;
  color: #006aff;
  margin-bottom: 8px;
}

.main_content_box .box_title {
  font-family: inherit;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_content_box:hover .box_title {
  color: #006aff;
  text-decoration: underline;
}

.main_content_box .box_sub_text {
  font-family: inherit;
  color: #6C747A;
  margin-top: 12px;
}

.main_content_box .box_bottom {
  border-top: 1px solid #E7E9ED;
  padding: 16px 4px;
  margin: 0 20px;
}

.main_content_box .box_text {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
}

.main_content_box .box_text:first-child {
  margin-top: 0;
}

.box_text .box_text_icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  flex-basis: 18px;
  flex-grow: 0;
}

.box_text_icon.box_icon_flag {
  background-image: url('/el/images/common/flag.png');
}

.box_text_icon.box_icon_calendar {
  background-image: url('/el/images/common/calendar.png');
}

.box_text_icon.box_icon_table {
  background-image: url('/el/images/common/table.png');
}

.box_text_icon.box_icon_view {
  background-image: url('/el/images/common/view.png');
}

.box_text_icon.box_icon_won {
  background-image: url('/el/images/common/won.png');
}

.box_text > span {
  font-family: inherit;
  line-height: 16px;
  color: #333333;
  flex-basis: 0;
  flex-grow: 1;
  font-size: 0.929rem;
}

.main_regular_list_box_time_table_text {
  width: 50px;
  font-family: "Inter", "Noto Sans Korean";
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  flex-basis: 0;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main_content_box .box_bottom_btn {
/*   margin-top: 10px; */
  padding: 16px;
  background-color: #f9f9f9;
  font-family: inherit;
  color: #6C747A;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.box_bottom_btn.btn_on {
  background-color: #F1F7FF;
  color: #333333;
}

.box_bottom_btn.btn_on > span.blue_text {
  color: #006aff;
}

.box_bottom_btn.btn_on > span.red_text {
  color: #FF444E;
}

.main_content_body .main_content_box_wrap {
  display: grid;
  gap: 40px 32px;
  margin: auto;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
}

.main_content_body .main_content_bottom {
  margin-top: 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_sub_content_wrap {
  background-color: #F3F5F7;
  padding: 80px 0 100px 0;
  margin-top: 80px;
}

.main_sub_content_wrap > div {
  max-width: 1132px;
  width: calc(100% - 96px);
  margin: auto;
}

.main_sub_content_wrap .main_sub_content_title {
  font-family: "Noto Sans Korean";
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  color: #333333;
}

.main_sub_content_body .main_sub_content_box_wrap {
  display: grid;
  gap: 24px 32px;
  margin-top: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.main_sub_content_box {
  width: 100%;
  height: 88px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}

.main_sub_content_box.logo_1 { background-image: url('/el/images/logo/mgroup_1.png'); }
.main_sub_content_box.logo_1:hover { background-image: url('/el/images/logo/mgroup_1_on.png'); }
.main_sub_content_box.logo_1:focus { background-image: url('/el/images/logo/mgroup_1_on.png'); }
.main_sub_content_box.logo_2 { background-image: url('/el/images/logo/mgroup_2.png'); }
.main_sub_content_box.logo_2:hover { background-image: url('/el/images/logo/mgroup_2_on.png'); }
.main_sub_content_box.logo_2:focus { background-image: url('/el/images/logo/mgroup_2_on.png'); }
.main_sub_content_box.logo_3 { background-image: url('/el/images/logo/mgroup_3.png'); }
.main_sub_content_box.logo_3:hover { background-image: url('/el/images/logo/mgroup_3_on.png'); }
.main_sub_content_box.logo_3:focus { background-image: url('/el/images/logo/mgroup_3_on.png'); }
.main_sub_content_box.logo_4 { background-image: url('/el/images/logo/mgroup_4.png'); }
.main_sub_content_box.logo_4:hover { background-image: url('/el/images/logo/mgroup_4_on.png'); }
.main_sub_content_box.logo_4:focus { background-image: url('/el/images/logo/mgroup_4_on.png'); }
.main_sub_content_box.logo_5 { background-image: url('/el/images/logo/mgroup_5.png'); }
.main_sub_content_box.logo_5:hover { background-image: url('/el/images/logo/mgroup_5_on.png'); }
.main_sub_content_box.logo_5:focus { background-image: url('/el/images/logo/mgroup_5_on.png'); }

.page_title {
  display: flex;
  align-items: center;
  grid-template-columns: 1fr 418px;
  padding-bottom: 28px;
  justify-content: space-between;
}

.page_title.border_bottom {
  border-bottom: 1px solid #333333;
}

.page_title > span {
  flex-basis: 0;
  flex-grow: 1;
  font-family: inherit;
  color: #333333;
}

.filter_btn {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  flex-grow: 0;
  border: 1px solid #E1E4E8;
  border-radius: 6px;
  background:none;
  background-image: url('/el/images/common/filter.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  cursor: pointer;
}

.filter_btn.filter_on {
  background-image: url('/el/images/common/filter_on.png');
  background-color: #333333;
  border-color: #333333;
}

.search_input_wrap {
  width: 360px;
  flex-basis: 360px;
  flex-grow: 0;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  background-color: #ffffff;
}

.search_input_wrap > input {
  padding: 14px 8px 14px 16px;
  border: none;
  width: 100%;
  background-color: transparent;
}

.search_input_wrap > input::placeholder {
  color: #6C747A;
}

.search_input_wrap > .search_icon {
  width: 16px;
  height: 16px;
  background-image: url('/el/images/common/search_gray_16.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 16px;
  cursor: pointer;
}

.search_input_wrap > button{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_input_wrap > button > .search_icon {
  width: 16px;
  height: 16px;
  background-image: url('/el/images/common/search_gray_16.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 16px;
  cursor: pointer;
}

.search_input_wrap > .search_icon:hover {
  background-image: url('/el/images/common/search_black_16.png');
}

.search_input_wrap2{
  display: flex;
  width: 335px;
  height: 44px;
  align-items: center;
  gap: 12px;
  border: none;
  background: var(--Base-white, #FFF);
}
.search_input_wrap2 > input[type=text]{
  padding: 0px 16px;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--Gray-400, #99A1A8);
  background: transparent;
}
.search_input_wrap2 > input[type=text]:hover,
.search_input_wrap2 > input[type=text]:focus{
  border-color: #333;
}
.search_input_pack > button.button_md{
  height: 44px;
}

.filter_wrap {
  margin-top: 20px;
  background-color: #F8F9FB;
  border-radius: 8px;
  padding: 12px 40px 20px 40px;
}

.filter_wrap .filter_dv_wrap {
  padding: 28px 0;
  border-bottom: 1px solid #E1E4E8;
}

.filter_wrap .filter_dv_title,
.filter_dv_item_title {
  font-family: inherit;
  color: #333333;
}

.filter_wrap .filter_dv_item_wrap {
  margin-top: 20px;
}

.filter_dv_item_wrap .filter_dv_item {
  display: grid;
  grid-template-columns: 200px 1fr;
}

.filter_label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.filter_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.filter_flex > label {
  min-width: calc(20% - 16px);
}

.filter_label > input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  flex-basis: 20px;
  flex-grow: 0;
  cursor: pointer;
}

.filter_label > span {
  font-family: inherit;
  color: #333333;
  flex-basis: 0;
  flex-grow: 1;
}
.filter_label.disabled > span{
  color: #6C747A;
}

.filter_wrap .filter_bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.filter_dv_item_select_wrap {
  display: flex;
  gap: 8px;
}

.filter_dv_item_select_wrap > select {
  padding: 5px;
}

.select_filter_item_wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}

.select_filter_item_wrap .select_filter_item {
  background-color: #E1E4E8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #333333;
}

.select_filter_item .select_filter_item_delete {
  width: 16px;
  height: 16px;
  background-image: url('/el/images/common/del_btn.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}

.filter_bottom .filter_bottom_btn {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 180px;
  height: 44px;
  padding: 14px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  border-radius: 4px;
  cursor: pointer;
}

.filter_bottom_btn.gray_btn {
  color: #333333;
  border:none;
  background-color: #E1E4E8;
}

.filter_bottom_btn.black_btn {
  color: #FFFFFF;
  background-color: #333333;
}

.filter_bottom_btn .init_icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  flex-grow: 0;
  background-image: url('/el/images/common/init.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.select_count_text {
  color: #333333;
  margin-bottom: 20px;
}

.select_count_text > span {
  color: #006aff;
}

.main_info_top {
  padding: 80px 48px;
  background-color: #F3F5F7;
  text-align: center;
  position: relative;
}

.main_info_top .main_info_title {
  text-align: center;
  color: #333333;
  margin-bottom: 28px;
}

.main_info_search_wrap {
  max-width: 420px;
  width: 100%;
  display: inline-flex;
  margin: 0 auto; 
  border-bottom: 1px solid #333333;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.main_info_search_wrap button{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main_info_search_wrap .search_icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  flex-grow: 0;
  background-image: url('/el/images/common/input_big_search.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.main_info_search_wrap > input {
  flex-basis: 0;
  flex-grow: 1;
  padding: 14px 0;
  background-color: #F3F5F7;
  border: none;
  text-indent: 10px;
}

.main_info_search_wrap > input::placeholder {
  color: #6C747A;
}

.main_info_body {
  max-width: 1132px;
  width: calc(100% - 96px);
  margin: 0 auto 160px auto;
}

.info_table2 {
  border-top: 1px solid #333333;
  width: 100%;
}

.info_table2 .info_table2_li {
  width:100%;
  background:none;
  border:none;
  padding: 20px 16px;
  border-bottom: 1px solid #E1E4E8;
  position: relative;
}

.info_table2_li .info_table2_right_text {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.info_table2_li .info_table2_title {
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align:left;
}

.info_table2_title_text{
  width : calc(100% - 104px);
  display: flex;
  align-items: center;
  gap: 5px;
}
.info_table2_title_text .new_icon{
  width : 16px;
} 

.info_table2_title > span {
  color: #006aff;
  margin-right: 8px;
}

.info_table2_li .info_table2_sub_text_wrap {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.info_table2_sub_text_wrap .info_table2_sub_text {
  color: #6C747A;
  display: flex;
  align-items: center;
  gap: 8px;
}

.info_table2_sub_text_wrap .vertical_line {
  width: 1px;
  height: 12px;
  background-color: #CFD4D8;
}

.info_table2_sub_text .info_table2_sub_icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  flex-grow: 0;
  background-image: url('/el/images/common/view.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.info_item_icon_wrap{
  display: inline-flex;
  margin-left: 2px;
}
.info_item_icon_wrap .activity_icon{
  width: 18px;
  height: 18px;
  transform: translateY(2px);
}

.main_top_notice_wrap {
  max-width: 1132px;
  width: calc(100% - 96px);
  margin: 48px auto 0 auto;
  display: none;
}

.main_top_notice_list_wrap{
  border: 1px solid #E1E4E8;
  border-radius: 8px;
  padding: 0 20px;
}
.main_top_notice_list{
  padding: 0;
  margin: 0;
}
.main_top_notice_list > li{
  display: grid;
  gap: 12px;
  grid-template-columns: 22px 1fr 75px;
  align-items: center;
  padding: 20px 4px;
  border-bottom: 1px solid #E1E4E8;
}
.main_top_notice_list > li:hover{
  color: #006aff;
}
.main_top_notice_list > li:last-child{
  border-bottom: none;
}
.main_top_notice_list > li > img{
  width: 22px;
  height: 22px;
}
.main_top_notice_list > li > .main_top_notice_title{
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main_top_notice_list > li > .main_top_notice_title > div{
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main_top_notice_list > li > .main_top_notice_title > div > span{
  margin-right: 5px;
  color: #006aff; 
}
.main_top_notice_list > li > .main_top_notice_title > img{
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.main_top_notice_list > li > .main_top_notice_date{
  text-align: right;
  color: #6C747A;
}

.info_table2_detail_box{
  position : relative;
  display : none;
  padding : 40px;
  background: #F8F9FB;
  border-bottom: 1px solid #E1E4E8;
}

.info_table2_qna_detail_box{
  position : relative;
  padding : 40px 40px 40px 88px;
}

.info_table2_detail_content{
  position : relative;
  padding-bottom : 20px;
  overflow-x: auto;
}
.info_table2_detail_content img{
  max-width: 100%;
  height: auto;
}

.info_table_right_flag{
  display :flex;
  align-items: center;
}

.info_table_list{
  margin-top : 20px;
  border-top : 1px solid #333;
}

.UP_ARM_YN_box{
  display : flex;
  align-items: center;
  justify-content: flex-start;
}

.info_table2_answer_box{
  padding : 40px 0 0 0;
}

.question_mark, .answer_mark{
  position : absolute;
  width: 28px;
  height: 44px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  top: -15px;
  left:-50px;
}

.question_mark{
  color: #333333;
}

.answer_mark{
  color: #0CC48D;
}

.ques_ans_line{
  width : 100%; 
  height : 1px; 
  background : #E1E4E8;
}

.UP_ARM_YN_box label{
  margin-right : 15px;
}
.info_faq_title {
  position: relative;
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
  word-wrap: break-word;
  display : grid;
  grid-template-columns: 50px calc(100% - 64px) 14px;
  align-items: center;
}
.info_faq_question_title{
  display: flex;
  flex-direction: column; 
}
.info_faq_question_icon{
  width : 40px;
  height : 40px;
  border-radius: 50%;
  background-color: #0088FF;
  color : #FFFFFF;
  display :flex;
  justify-content: center;
  align-items: center;
  margin-right : 20px;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 2px;
}
.faq_popular_text{
  color: #006aff;
  padding-bottom : 5px;  
}
.faq_text{
  color: #333333;
}
.contents_submit_txt, .contents_report_update_txt{
  padding-bottom: 15px;
}

.main_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top : 30px;
  margin-bottom: 0;
  gap: 20px;
}

.notice_edt_calendar_icon{
  position: absolute; 
  top: 8px; 
  left: 8px; 
  width: 16px; 
  height: 16px;
}

.hasDatepicker{
  width: 120px; 
  padding: 3.5px 5px 3.5px 30px; 
  font-size: 0.857rem !important; 
  font-family: 'Inter'; 
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  height: 30px;
}

.info_table_submit_top_fixed_td{
  display : grid; 
  align-items: center;
  grid-template-columns : 46px calc(100% - 46px);
}

.UP_EDT_DIV{
  position: relative; 
  margin-left: 10px; 
  display:none;
}

.UP_ED_DT{
  position: relative; 
  display: inline-block;
}

.info_table_top{
  display : flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0 0;
}

.info_table_bottom {
  margin: 30px 0 0 0;
  text-align: right;
  position : relative;
  display : flex;
  align-items: center;
  justify-content: flex-end;
}

.info_table_bottom div:first-of-type{
  margin-right : 10px;
}
  
.reply_text{
  color: #006aff;
}

.right_flag_arrow_up{
  background-image: url('/el/images/common/arrow_up_black.png');
  background-size: 100% 100%;
  width : 16px;
  height : 8px;
}

.right_flag_arrow_down{
  background-image: url('/el/images/common/arrow_down_gray.png');
  background-size: 100% 100%;
  width : 16px;
  height : 8px;
}

.ad_search_filter{
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  width: 136px;
  height: 41px;
  color: #6C747A
} 

.notice_file {
  list-style: none;
  margin: auto;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #E1E4E8;
  border-radius: 6px;
}
.notice_file_list {
  padding: 0 28px 12px 28px;
  display: grid;
  align-items: center;
  grid-template-columns : minmax(100px,7fr) minmax(80px,1fr);
}
.notice_file_list:first-child {
  padding-top: 28px;
}
.notice_file_list:last-child {
  padding-bottom: 28px;
}
.notice_file_name {
  overflow: hidden;
  text-overflow: ellipsis; 
}
.notice_file_name > a {
  white-space: nowrap;  
  vertical-align : middle;
  font-weight: 500;
  font-size: 13px;
  color: #333333;
}
.notice_file_name img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  vertical-align: middle;
}

.notice_dv_input{
  width : 100%;
  background: #FFFFFF;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  height : 45px;
}

.notice_dv_add{
  padding: 20px 20px 30px 20px;
}

.notice_dv_add_bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
  padding: 20px 5px 20px 0;
}

.notice_dv_add_bottom div:first-child{
  margin-right : 5px;
}

.notice_dv_filter{
  background: #FFFFFF;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  width: 160px;
  height: 42px;
  color: #333;
  padding : 10px;
}

.notice_dv_add_button{
  width: 66px;
  height: 41px;
  background: #F3F5F7;
  border: 1px solid #E1E4E8;
  border-radius: 4px;
  margin-left: 10px;
  color : #333333;
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-size: 14px;
  display : flex;
  align-items: center;
  justify-content: center;
  transition: color 0.5s, background-color 0.5s
}

.notice_dv_add_button:hover{
  color : #FFFFFF;
  background: #333333;
  border : 0px;
  border-radius: 4px;
}

.info_curriculumn_button_box{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0 0 0;
}

.info_curriculumn_button_box div:last-of-type{
  margin-left : 10px;
}
.info_curriculumn_button_box button:last-of-type{
  margin-left : 10px;
}

.info_content_view_header{
  width : 100%;
  display: grid;
  grid-template-columns : calc(100% - 48px) 48px;
  align-items : end;
  padding : 20px 0;
  border-bottom: 2px solid #333333;
}
.info_contents_item_back {
  width: 48px;
  height: 48px;
  background-image: url('/el/images/class/title_list.png');
  background-size: 100% 100%;
}
.info_content_menu{
  color: #006aff;
  padding-bottom : 8px;
}
.info_content_title{
  color: #333333;
  padding-bottom : 12px;
}
.info_content_date{
  color: #6C747A;
}

label.check_input_wrap > input[type=checkbox],
label.check_input_wrap > input[type=radio]{
  vertical-align: middle;
  margin-top: -2px;
}

table.main_viewType1{
  position: relative;
  clear: both;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #333;
  border-spacing: 0;
}
.info_section{
  position: relative;
  margin-bottom: 30px;
}
.info_section:first-of-type{
  margin-top: 30px;
}
table.main_viewType1 th,
table.main_viewType1 td{
  padding: 20px;
  border-right: 1px solid #E1E4E8;
  border-bottom: 1px solid #E1E4E8;
  border-collapse: collapse;
  color: #363A3D;
}
table.main_viewType1 th{
  background: #F3F5F7;
  font-weight: 500;
}
table.main_viewType1 th.row{
  background: #FFF;
  font-weight: 400;
}
table.main_viewType1 th:last-child,
table.main_viewType1 td:last-child{
  border-right: none;
}
table.main_viewType1 select{
  border: 1px solid #d1d6df;
  padding: 4px 5px;
}
table.main_viewType1 input[type=text],
table.main_viewType1 input[type=number],
table.main_viewType1 textarea{
  border: 1px solid #d1d6df;
  padding: 3.5px 5px;
}
div.main_tabType1{
  display: flex;
  width: 100%;
}
div.main_tabType1 > div{
  width: 100%;
  text-align: center;
  padding: 16px 10px;
  background: #F3F5F7;
  border-top: 1px solid #E1E4E8;
  border-right: 1px solid #E1E4E8;
  border-bottom: 1px solid #333;
  cursor: pointer;
  color: #666D73;
}
div.main_tabType1 > div:first-of-type{
  border-left: 1px solid #E1E4E8;
}
div.main_tabType1 > div.tab_on{
  background: #FFF;
  color: #333;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid transparent;
}
.main_viewListType1{
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 20px 16px;
  align-items: center;
  border-bottom: 1px solid #E1E4E8;
}
.main_viewListType1 > *{
  position: relative;
}
.main_viewListType1 .title{
  color: #006aff;
}
.main_viewListType1 .content_text{
  color: #333;
  margin-top: 10px;
}
.infomation_box{
  background: #F3F5F7;
  border-radius: 8px;
  background: #F3F5F7;
  padding: 28px 40px;
  margin: 50px 0;
}
.message_table{
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  overflow: hidden;
}
.message_table th{
  padding-bottom: 15px;
  font-size: 1.143rem;
}
.message_table td{
  padding-bottom: 15px;
  font-size: 1.143rem;
  vertical-align: text-top;
}
.message_table tr:last-of-type > th,
.message_table tr:last-of-type > td{
  padding-bottom: 0;
}
.Thumbnail {
  padding-left: 55px;
  height: 200px;
  overflow-x: auto;
}
.thumbnail_add {
  background-color: #fff !important;
  cursor: pointer;
}
.Thumbnail > ul {
  float: left;
  display: inline-block;
  margin: auto;
  padding: 0px;
  width: 240px;
}
.Thumbnail > ul:last-of-type {
  display: flex;
  flex-flow: row nowrap;
  width: calc(100% - 240px);
}
.Thumbnail > ul > li {
  display: inline-block;
  margin-top: 20px;
  margin-right: 16px;
  min-width: 220px;
  height: 150px;
  position: relative;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #000;
  color: #666;
}
.Thumbnail > ul > li:last-of-type {
  margin-right: 0px;
}
.Thumbnail > ul > li > .thumbnail_del_img {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
}
.Thumbnail > ul > li > span {
  position: absolute;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  cursor: default;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.Thumbnail > ul:last-of-type > li {
  min-width: 220px;
  cursor: pointer;
}
.thumbnail_on {
  border: 2px solid #4AA9FE !important;
}

.info_table_list2_wrap{
  border-top: 1px solid #333;
}
.info_table_list2{
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #d4d4d4;
}
.info_table_list2 th{
  background-color: #F8F9FB;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  border-right: 1px solid #EBEDF3;
  border-bottom: 1px solid #EBEDF3;
  padding: 12px 0px;
}
.info_table_list2 td{
  overflow: hidden;
  border-right: 1px solid #EBEDF3;
  border-bottom: 1px solid #EBEDF3;
  text-align: center;
  padding: 12px 10px;
}
.info_table_list2 th:last-of-type,
.info_table_list2 td:last-of-type{
  overflow: hidden;
  border-right: none;
}
.info_table_list2 input[type=text],
.info_table_list2 input[type=number],
.info_table_list2 select{
  width: 100%;
  border: 1px solid #E1E4E8;
  border-radius: 5px;
  height: 30px;
  font-size: 13px;
}
.info_table_list2 input[type=text]{
  padding: 3.5px 10px;
}
.info_table_list2 input[type=number]{
  text-align: right;
}
.info_table_list2 select{
  padding: 3.5px 5px;
}

/**Thumbail**/
.Thumbnail > div {
  float: left;
  display: inline-block;
  margin: auto;
  padding: 0px;
  width: 240px;
}
.Thumbnail > div:last-of-type {
  display: flex;
  flex-flow: row nowrap;
  width: calc(100% - 240px);
}
.Thumbnail > div > button#pop_thumbnail {
  display: inline-block;
  margin-top: 20px;
  margin-right: 16px;
  min-width: 220px;
  height: 150px;
  position: relative;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #000;
  color: #666;
}
.Thumbnail > div > button#pop_thumbnail:last-of-type {
  margin-right: 0px;
}
.Thumbnail > div > button#pop_thumbnail > span {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  cursor: default;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.Thumbnail > div:last-of-type > button#pop_thumbnail {
  min-width: 220px;
  cursor: pointer;
}
.Thumbnail > div > button.thumbnail_del_button {
  position: absolute;
  left: 190px;
  top: 30px;
}
/***Thumbnail**/

.site_info_title{
  text-align: center;
  color: #333333;
  padding-bottom: 40px;
  border-bottom: 1px solid #CFD4D8;
}
.site_info_content {
  width: 100%;
  padding-top: 40px;
}
.site_info_tab_wrap{
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 auto;
}

#content_zone{margin-top: 30px; word-break: break-word;}

/***************************댓글 시작****************************/
.comments_wrap {
  border-top: 1px solid #CFD4D8;
  margin : 40px 0 0 0;
}
.class_comments_head {
  padding: 20px 0 10px 0;
}
.class_comments_btn {
  display: flex;
  align-items: center;
}
.class_comments_icon {
  width: 28px;
  height: 28px;
}
.class_comments_icon_on {
  background-image: url('/el/images/class/comments_02.png');  
  background-size: 100% 100%;  
}
.class_comments_icon_off {
  background-image: url('/el/images/class/comments.png');  
  background-size: 100% 100%;
}
.class_comments_title {
  margin-left: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.contents_comments_input_box{
  background-color: #F3F5F7;
  border-radius : 10px;
  display : flex;
  flex-direction: column;
  width : 100%;
  padding-left : 35px;
  padding-right: 35px;
  align-items: flex-end;
}
.contents_comments_input_header_box{
  display : flex;
  padding : 30px 0 15px 0;
  align-items: center;
  justify-content: flex-start;
  width : 100%;
}
.contents_comments_input_profile_box{
  display :flex;
  max-width: calc(100% - 63px);
  align-items: center;
}
.class_comments_profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.contents_comments_input_name {
  max-width: calc(100% - 40px);
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
  padding-left: 20px;
}
.class_comments_option1 {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.contents_comments_input_text{
  position: relative;
  width: calc(100% - 50px);
  text-align: left;
  display: flex;
  flex-direction: column;
}
.class_comments_textarea_label {
  position: absolute;
  top: 22px;
  left: 20px;
  color : #6C747A;
}
.class_comments_textarea {
  width: 100%;
  resize: none;
  border: 1px solid #E1E4E8;
  padding: 15px 20px 15px 20px;
  color: #777;
  letter-spacing: -0.5px;
  overflow: hidden;
  border-radius : 5px;
}
.class_comments_textarea::placeholder{
  font-family: inherit;
  color : #6C747A;
}
.contents_comments_input_footer_box{
  display : flex;
  padding : 15px 0 15px 0;
  width : calc(100% - 50px);
  justify-content: space-between;
}
.class_comments_len {
  position: relative;
  color: #6C747A;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width : 100%;
  text-align: left;
}
.class_comments_input1 {
  width: 110px;
  font-family: inherit;
  line-height: 40px;
  text-align: center;
  border-radius : 5px;
}
.class_comments_list {
  clear: both;
  padding-top: 20px;
}
.class_comments_list>.class_comments_item {
  border-top: 1px solid #d1d6df;
  padding-bottom: 10px;
  padding-top: 20px;
}
.class_comments_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.contents_comments_profile_img_box{
  display : flex;
  padding-right : 15px;
}
.class_comments_box {
  width: calc(100% - 60px);
  text-align: left;
  display : flex;
  flex-direction: column;
}
.class_comments_info {
  position: relative;
  display: flex;
  align-items: center;
  padding-top:  6px;
}
.contents_comments_qna_profile_img_box{
  display : flex;
}
.contents_comments_name_date_box{
  display : flex;
  justify-content: space-between;
  width : 100%;
}
.class_comments_contents {
  color: #333;
  letter-spacing: -0.5px;
  text-align: left;
  margin-top: 16px;
}
.class_comments_etc {
  position: relative;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1;
  color: #333;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}
.class_comments_etc > .reply_btn{
  margin-left: 5px;
}
.class_comments_etc > div:first-child{
  margin-left: 0;
}
.reply_btn{
  width: 58px;
  height: 36px;
  border : 1px solid #CFD4D8;
  border-radius : 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6C747A;
}
.follow_btn,
.reply_btn,
.class_comments_etc > .etc_right > span {
  color: #6C747A;
}
.etc_right {
  width : 32px;
  height : 32px;
  display: flex;
  flex-direction : column;
  justify-content : center;
  align-items: center;
  margin-left : 5px;
  border-radius: 3px;
  position: relative;
}
.etc_right:hover{
  background-color : #E1E4E8;
}
.contents_comments_like_box{
  width: 66px;
  height: 36px;
  border : 1px solid #CFD4D8;
  border-radius : 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents_comments_like_img{
  margin-right:5px;
  width: 20px;
}
.contents_comments_like_num{
  color: #6C747A;
}
.contents_comments_viewMore_img{
  width : 20px;
  height : 20px;
  background-image: url('/el/images/class/comments_view_more.png');
  background-size: 100% 100%;
}
.class_comments_date {
  font-size: 14px;
  color: #6C747A;
  overflow : hidden; 
  white-space: nowrap;
  text-overflow : ellipsis;
}
.class_comments_date div{
  overflow : hidden; 
  white-space: nowrap;
  text-overflow : ellipsis;
}
.class_comments_date>img, .class_comments_etc>div>img {
  margin-right: 3px;
  width: 16px;
  vertical-align: bottom;
}
.contents_comments_update_delete_box{
  width : 90px;
  height : 90px;
  border: 1px solid #CFD4D8;
  border-radius: 8px;
  position : absolute;
  z-index : 10;
  top : 3px;
  background-color: #FFFFFF;
}
.contents_comments_update_delete_box img{
  width : 16px;
}
.contents_comments_update_button{
  display : flex;
  justify-content : center;
  align-items : center;
  margin-top : 5px;
  width: 88px;
  height: 37px;
}
.contents_comments_update_button:hover{
  background-color : #F3F5F7;
}
.contents_comments_delete_button{
  display : flex;
  justify-content : center;
  align-items : center;
  width: 88px;
  height: 37px;
}
.contents_comments_delete_button:hover{
  background-color : #F3F5F7;
}
.reply_comments {
  padding-left: 50px;
  width: calc(100% - 60px);
  margin: 0 0 15px 55px;
  padding: 0 20px 0 20px;
  border-radius: 8px;
  background-color : #F3F5F7;
}
.reply_comments:last-of-type{
  margin-bottom : 0;
}
.class_comments_list>.reply_comments {
  border-top: 0px;
}
.contents_comments_reply_name_date_box{
  display : flex;
  justify-content: space-between;
  width : calc(100% - 10px);
}
.contents_comments_update_footer_box {
  display: flex;
  padding: 15px 0 15px 0;
}
.update_etc_save, .update_etc_cancel{
  width: 106px;
  text-align : center;
  background-color: #FFFFFF;
  border: 1px solid #0088FF;
  border-radius: 4px;
  color : #0088FF;
}
.update_etc_cancel{
  margin-right: 5px;
}
.update_etc_save:hover, .update_etc_cancel:hover{
  background-color: #0088FF;
  color : #FFFFFF;
}
.contents_comments_question_name_date_box{
  display : flex;
  justify-content: space-between;
  width : calc(100% - 34px);
}
.contents_comments_profile_img_box{
  display : flex;
  padding-right : 15px;
}
.class_comments_profile2 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
.class_comments_question_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-size: 100% 100%;
  background-image: url('/el/images/class/comments_question.png');
}
.class_comments_answer_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-size: 100% 100%;
  background-image: url('/el/images/class/comments_answer.png');
}
.contents_comments_answer_name_date_box{
  display : flex;
  justify-content: space-between;
  width : calc(100% - 34px);
}
.update_form{
  margin-top : 10px;
  padding-right : 10px;
}
.activity_more {
  text-align: center;
  font-size: 14px;
  padding: 30px 0px; 
  border-bottom: 1px solid #ddd;
}


.calendar_input_wrap{
  position: relative;
  display: inline-block;
}
.calendar_input_wrap > img{
  position: absolute;
  top: 8px;
  left: 8px;
  width: 14px;
  height: 14px;
}

.my_cert_comment{
  text-align: initial;
  padding: 14px;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 1px solid var(--Gray-400, #99A1A8);
  color: #333;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .intro_content > div > .intro_history_year_wrap {
    display: flex;
  }
  .intro_history_txt {
    display: flex;
  }
  .intro_content > div > .intro_history_year_wrap .intro_history_date_wrap:first-child>.intro_history_date
    {
    line-height: 1.4;
    padding-bottom: 21px;
  }
}

@media screen and (max-width: 1132px) {
  .introduce_form{
    margin-top:45px;
    width:100%;
    min-width:100px;
    padding:10px;;
  }
  .introduce_title{
    font-size:35px;
  }
  .introduce_head_main{
    font-size:20px;
    padding:0 10%;
  }
  .introduce_head >div> img{
    width:30px;
    height:25px; 
  }
  .introduce_main{
    font-size: 15px;
  }
}

@media screen and (max-width: 1100px) {
  #banner_list {
    position: absolute;
    top: 0;
    width: calc(100vw - 0px);
    height: 0;
  }
  .main_top_banner_img {
    position: absolute;
    top: 0;
    height: 0;
    padding-top: calc(480/ 1100 * 100%);
  }
  .main_top_banner_img>ul>li>img, .main_top_banner_img>ul>li>a>img {
    height: 0;
    padding-top: calc(480/ 1100 * 100%);
  }
  .main_image_wrap {
    height: 0;
    padding-top: calc(480 / 1100 * 100%);
  }
}

@media screen and (max-width: 1000px) {
  .main_content_body .main_content_box_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .main_sub_content_body .main_sub_content_box_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 900px) {
  .intro_content > div > .intro_history_year_wrap {
    display: block;
  }
  .intro_history_year {
    margin-bottom: 8vw;
  }
  .intro_history_txt {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .main_tab_wrap{
    width: calc(100% - 48px);
  }
  .main_tab{
    justify-content: flex-start;
    gap: 40px;
  }
  .course_list_info {
    letter-spacing: -0.8px;
  }
  #headers2 {
    display: none;
    border-bottom: none;
  }
  
  .main_image_more_btn {
    padding-right: 23px;
    background-size: 15px 9px;
  }
  
  .main_content_more_btn {
    padding-right: 23px;
    background-size: 15px 9px;
  }
  
  .main_image_wrap,
  .main_image_wrap.not_exists_notice {
    margin-bottom: 0;
  }
  
  .main_image_wrap .main_image_text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    padding: 0;
  }

  .main_image_text_wrap .main_image_title {
    font-size: 26px;
  }
  
  .main_image_text_wrap .main_image_text {
    font-size: 13px;
  }
  
  .main_image_box_slide {
    display: none;
    bottom: -40px;
    left: 50%;
    width: 100%;
    gap: 12px;
    grid-template-columns: 1fr;
  }
  
  .main_image_box_slide .box_slide_scroll {
    padding: 0 48px;
  }
  
  .box_slide_arrow {
    display: none;
  }
  
  .main_image_box {
    width: 258px;
    height: 125px;
    padding: 20px;
  }
  
  .main_image_box .box_badge {
    font-size: 12px;
    line-height: 17px;
  }
  
  .main_image_box .box_text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 23px;
    -webkit-line-clamp: 1;
  }
  
  .main_image_box .box_sub_text {
    font-size: 12px;
    line-height: 15px;
  }
  
  .main_content_slide_wrap{
    margin-top: 100px;
    margin-bottom: 0;
  }
  
  .main_content_slide_wrap .main_content_title
  ,.main_content_wrap .main_content_title {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 16px 0;
    text-align: center;
  }
  
  .main_content_box_slide {
    grid-template-columns: 1fr;
  }
  
  .main_content_body .main_content_box_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .main_content_box{
    margin-bottom: 24px;
    width: 100%;
    padding: 0 16px 62px 16px;
  }
  
  .main_content_box .box_body {
    padding: 16px 4px 12px 4px;
    height: auto;
    min-height: 80px;
  } 
  
  .main_content_box .box_thumbnail {
    width: calc(100% + 32px);
    transform: translate(-16px);
    height: 128px;
    border-radius: 8px 8px 0 0;
  }
  .main_content_box .box_subtitle {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  .main_content_box .box_sub_text {
    font-size: 12px;
    margin-top: 8px;
  }
  
  .main_content_box .box_bottom {
    border-top: 1px solid #E7E9ED;
    padding: 12px 4px 4px 4px;
    margin: 0;
  }
  
  .main_content_box .box_text {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  
  .box_text .box_text_icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-size: 16px;
    flex-basis: 16px;
  }
  
  .box_text > span {
    font-size: 0.929rem;
    line-height: 15px;
  }
  
  .main_content_box .box_bottom_btn {
    width: 100%;
    transform: translateX(-16px);
    margin-top: 0;
  }
  
  .main_content_body .main_content_bottom {
    margin: 20px 0 0 0;
  }
  
  .main_sub_content_wrap {
    padding: 40px 0 60px 0;
    margin-top: 60px;
  }
  
  .main_sub_content_wrap .main_sub_content_title {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
  }
  
  .main_sub_content_body .main_sub_content_box_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .main_sub_content_box {
    width: 100%;
    height: 88px;
    border-radius: 6px;
    margin-bottom: 16px;
  }
  
  .main_sub_content_box:last-child {
    margin-bottom: 0;
  }
  
  
  
  .main_top_notice_wrap:not(.not_exists_notice) {
    display: block;
  }
  
  .main_top_notice_list_wrap {
    padding: 0 12px;
  }
  
  .main_top_notice_list > li {
    gap: 6px;
    grid-template-columns: 18px 1fr 103px;
    padding: 16px 4px;
  }
  
  .main_top_notice_list > li > img {
    width: 18px;
    height: 18px;
  }
  
  .main_top_notice_list > li > .main_top_notice_title > div {
    font-size: 13px;
    line-height: 19px;
  }
  
  .notice_more_btn{
    margin-top: 10px;
  }
  
  .page_title {
    padding-bottom: 20px;
  }
  
  .page_title > span {
    flex-basis: 100%;
    font-size: 24px;
    line-height: 35px;
    width: 100%;
  }
  
  .title_search_wrap {
    grid-template-columns: 46px 1fr;
    gap: 8px;
    flex-basis: 100%;
    flex-grow: 1;
    margin-top: 16px;
  }
  
  .search_input_wrap {
    width: 0;
    flex-basis: 0;
    flex-grow: 1;
    grid-template-columns: 1fr 36px;
  }
  
  .search_input_wrap > input {
    padding: 11px 4px 12px 12px;
    border: none;
  }
  
  .search_input_wrap > .search_icon {
    width: 16px;
    height: 16px;
    background-image: url('/el/images/common/search_gray_16.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 16px;
    cursor: pointer;
  }
  
  .search_input_wrap > .search_icon:hover {
    background-image: url('/el/images/common/search_black_16.png');
  }
  
  .filter_wrap {
    padding: 0 28px 20px 28px;
  }
  
  .filter_dv_item_wrap .filter_dv_item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .filter_label {
    font-size: 12px;
    line-height: 17px;
    align-items: flex-start;
  }
  
  .filter_label > input {
    width: 18px;
    height: 18px;
  }
  
  .filter_label > span {
    font-size: 12px;
    line-height: 17px;
    word-break: keep-all;
  }
  
  .filter_flex {
    display: grid;
    gap: 16px 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .filter_bottom .filter_bottom_btn {
    width: 43px;
    height: 43px;
    padding: 12px 0;
    font-size: 13px;
    line-height: 19px;
  }
  
  .filter_bottom_btn .init_icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    background-size: 16px 16px;
  }
  
  .filter_bottom_btn > span {
    display: none;
  }
  
  .select_count_text {
    font-size: 14px;
    line-height: 17px;
  }
  .info_table2_detail_box{
    padding: 30px;
  }
  .info_table2_qna_detail_box{
    padding : 40px 20px 40px 20px;
  }
  .info_table2_answer_box{
    padding: 40px 0 0 0;
  }
}

/* iPad Mini : 768px */
@media screen and (max-width: 768px) {
  .main_top_notice_list > li {
    grid-template-columns: 18px 1fr 77px;
  }
  .notice_more_btn{
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 640px) {
  .course_heading {
    margin-bottom: 9.375vw;
  }
  .course_img {
    width: 100%;
    height: 36.946vw;
    border-radius: 8px 8px 0px 0px;
  }
  .package_parent > .course_img {
    width: 40px;
    height: 30px;
  }
  .package_parent > .course_contents {
    width: 100%;
    border: none;
    padding: 0;
  }
  .package_parent > .course_contents > .course_list_top {
    margin-top: 0;
  }
  .monthly_attend_btn {
    display: none;
  }
  .course_list {
    grid-template-columns: 1fr;
  }
  .course_list_top {
    margin-top: 3.125vw;
  }
  .course_list_top, .course_list_bottom {
    font-size: 3.125vw;
  }
  .course_list_title > a {
    max-width: 100%;
  }
  .course_duty_icon {
    width: 5.3125vw;
    height: 5.3125vw;
  }
  .course_autonomy_icon {
    width: 5.3125vw;
    height: 5.3125vw;
  }
  .course_list_register {
    font-size: 2.8125vw;
    padding-top: 0px;
    min-height: 60px;
    height: auto;
  }
  .course_list_lecture {
    font-size: 2.8125vw;
    padding: 0px;
    height: inherit;
  }
  .lecture_col {
    padding: 10px 0px;
  }
  .lecture_col>.course_list_lecture_text {
    margin-right: 35px;
  }
  .course_list_sub_title {
    display: inline-block;
    margin-top: 3.125vw;
  }
  .course_list_text {
    vertical-align: 0;
    margin-left: 0
  }
  .course_ing_bar {
    margin: 12px 0;
  }
  .course_mycoures_btn_wrap {
    font-size: 3.125vw;
  }
  .course_mycoures_btn_wrap>a>.course_mycoures_btn_img {
    width: 1.875vw;
    height: 3.125vw;
    margin-left: 1.5625vw;
  }
  .course_normal_bar {
    margin: 12px 0;
  }
  .course_list_bottom {
    max-width: none;
  }
  .my_course_top {
    border: 0px;
    margin-bottom: 9.375vw;
  }
  .my_course_progress_on {
    background-image: url('/el/images/m/new/progress_on.png');
  }
  .my_course_progress_off {
    background-image: url('/el/images/m/new/progress_off.png');
  }
  .my_course_wait_on {
    background-image: url('/el/images/m/new/wait_on.png');
  }
  .my_course_wait_off {
    background-image: url('/el/images/m/new/wait_off.png');
  }
  .my_course_end_on {
    background-image: url('/el/images/m/new/end_on.png');
  }
  .my_course_end_off {
    background-image: url('/el/images/m/new/end_off.png');
  }
  .my_course_deposit_on {
    background-image: url('/el/images/m/new/deposit_on.png');
  }
  .my_course_deposit_off {
    background-image: url('/el/images/m/new/deposit_off.png');
  }
  .my_course_list_icon {
    width: 9.375vw;
    height: 9.375vw;
  }
  .course_img > a > .overlay_end {
    background-image: url('/el/images/m/new/end_msg.png');
    background-size: cover;
    background-color: unset;
  }
  .my_course_list_text {
    font-size: 14px;
  }
  .my_course_list_cnt {
    font-size: 12px;
    line-height: 13px;
    padding: 4px 7px;
    width: 21px;
    height: 21px;
  }
  .course_prof_list .course_prof_photo {
    height: 28px;
  }
  .course_prof_photo > div {
    background-size: 24px;
    min-width: 28px;
    height: 28px;
  }
  .course_prof_list .course_prof_text {
    margin-left: 6px;
  }
  .course_package {
    padding: 12px 16px;
  }
  .course_package > .package_parent {
    padding-bottom: 12px;
  }
  .course_package > .package_child {
    margin-top: 16px;
    padding: 0;
  }
  .m_hide {
    display: none !important;
  }
  .pc_hide {
    display: block !important;
  }
  .pc_hide_td {
    display: table-cell;
  }
  .m_hide_td {
    display: none;
  }
  .info_tap {
    display: inline-block;
  }
  .info_insert_title {
    padding: 3.13vw 15px;
    font-size: 2.94vw;
    letter-spacing: -1px;
  }
  .info_insert_text {
    padding: 3.13vw 15px;
    font-size: 2.94vw;
    letter-spacing: -1px;
  }
  .info_file {
    padding: 1.6vw 2.7vw;
    margin: -1.7vw auto;
  }
  .info_table_content {
    font-size: 2.94vw;
  }
  .info_insert_text>.info_input {
    width: 55%;
  }
  .info_insert_text>.info_select {
    margin: 0;
  }
  .pc_only {
    display: none;
  }
  /* 안내 */
  .info_pc_img, .info_pc {
    display: none;
  }
  .info_m_img {
    display: block;
  }
  .intro_content > div > .intro_history_year_wrap {
    display: block;
  }
  .intro_history_year {
    margin-bottom: 8vw;
  }
  .intro_history_txt {
    display: block;
  }
  .info_content1 {
    margin: 9.3vw 0px;
  }
  .info_content1 >.info_text_title {
    margin-bottom: 4vw;
    font-size: 4.3vw;
  }
  .info_content1 >.text, .info_content1>.text_content>.text {
    font-size: 3.5vw;
  }
  .info_content1 >.text_content {
    margin-top: 4vw;
    padding: 4vw;
    background-color: #f0f2f7;
  }
  .info_content1 >.text_content>.title {
    margin-bottom: 4vw;
    font-size: 3.5vw;
  }
  .info_text_title > img {
    height: 100%;
  }
  .info_search {
    margin-top: 5.7vw;
    margin-bottom: 6.7vw;
    width: 100%;
    height: 9.3vw;
  }
  .info_search_text {
    left: 3%;
    font-size: 3.5vw;
  }
  .info_search_img {
    position: absolute;
    width: 9.3vw;
    height: 9.3vw;
  }
  .info_title {
    padding: 3.13vw 0 3.13vw 0;
    font-size: 2.94vw;
    letter-spacing: -1px;
    vertical-align: middle;
    line-height: 1.2;
  }
  .info_text {
    padding: 3.52vw 0;
    font-size: 2.94vw;
    letter-spacing: -1px;
    line-height: 1.2;
  }
  .info_faq_text {
    padding: 3.52vw 0;
    font-size: 2.94vw;
    letter-spacing: -1px;
  }
  .info_text > .info_file_img {
    width: 20px;
    height: 20px;
  }
  .faq_a > .info_faq_text {
    padding: 30px 50px;
  }
  .info_pc_item {
    width: 45%;
  }
  .qna_n {
    padding: 1.4vw 3.44vw;
    font-size: 2.4vw;
  }
  .qna_y {
    padding: 1.4vw 2.27vw;
    font-size: 2.4vw;
  }
  .class_tab {
    padding: 0 24px;
  }
  .course_top > .img {
    height: 39.0625vw;
  }
  .course_top > .gradient {
    top: 0;
    left: 0;
    width: 100%;
    height: 39.0625vw;
  }
  .course_contents {
    width: 100%;
    margin-left: 0px;
    padding: 0px 3.125vw 3.125vw 3.125vw;
    border: 1px solid #d1d6df;
  }
  .course_ing_percent {
    font-size: 3.75vw;
    line-height: 1;
  }
  .course_prof_list .course_prof_text {
    font-size: 12px;
    line-height: 170%;
  }
  .course_ing_percent > span {
    font-size: 12px;
    line-height: 170%;
  }
  .course_list_info .title {
    font-size: 12px;
    line-height: 170%;
  }
  .course_list_info {
    width: 100%;
  }
  .course_list_info span {
    font-size: 12px;
    line-height: 170%;
  }
  .course_img > a > .d-day {
    font-size: 16px;
  }
  .course_img > a > .overlay_wait {
    background-image: url('/el/images/m/new/clock.png');
  }
  .course_list_edge {
    padding-bottom: 0px;
  }
  .info_introduce_content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .main_content_body .main_content_box_wrap {
    display: block;
    padding-bottom: 0;
  }
  
  .main_sub_content_body .main_sub_content_box_wrap {
    display: block;
    margin-top: 16px;
  }
  
  .filter_flex {
    grid-template-columns: 1fr 1fr;
  }
  
  .main_image_wrap .main_image_text_wrap {
    width: calc(100% - 48px);
  }
  
  .main_image_box_slide .box_slide_scroll {
    padding: 0 24px;
  }
  
  .main_content_slide_wrap,
  .main_content_wrap {
    width: calc(100% - 48px);
  }
  
  .main_sub_content_wrap > div {
    width: calc(100% - 48px);
  }
  
  
  .main_top_notice_wrap {
    width: calc(100% - 48px);
    margin-top: 24px;
  }
  .main_info_body{
    width: calc(100% - 40px);
  }
  
  .info_table2 .info_table2_li {
    padding: 20px 8px;
  }
  
  .info_table2_detail_box{
    padding : 20px 10px 20px 10px;
  }
  
  .notice_file_list {
    padding: 0 20px 12px 20px;
  }
  .notice_file_list:first-child {
    padding-top: 20px;
  }
  .notice_file_list:last-child {
    padding-bottom: 20px;
  }
  .main_info_top{
    padding: 60px 25px;
  }
  .main_info_search_wrap > input{
    width : calc(100% - 48px);
  }
  
  .main_info_search_wrap{
    padding-right: 0;
    width : 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .qna_popular_list{
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  
  .contents_report_submit_pop{
    padding : 0 5px 40px 5px;
  }
  
  .question_mark, .answer_mark{
    top: -55px;
    left: 0;
  }
  .ques_ans_line{
    display : none;
  }
  
  .reply_text{
    margin-right : 5px;
  }
  
  .info_table_submit_top_fixed_td{
    grid-template-columns : 100%;
  }
  .UP_EDT_DIV{
    margin-left : 0;
    margin-top : 5px;
  }
  .UP_ED_DT{
    margin-left: 110px;
    margin-top: 8px;
  }
  .site_info_tab_wrap{
    position: relative;
    left: -24px;
    width: 100vw;
  }
  .site_info_tab_slide{
    width: auto;
    padding: 0 24px;
  }
  .class_comments_icon {
    width: 26px;
    height: 26px;
  }
  .class_comments_title {
    margin-left: 8px;
    font-size: 16px;
    line-height: 23px;
  }
  .class_comments_date>div {
    line-height: 0.9
  }
  .activity_more {
    font-size: 3.125vw;
    padding: 4.6875vw 0px; 
  }
  .contents_comments_name_date_box,
  .contents_comments_reply_name_date_box{
    flex-direction: column;
    gap: 8px;
  }
  .course_list_title{
    justify-content: center;
    flex-direction: column;
    align-items: normal;
    gap: 10px;
  }
}

@media screen and (max-width: 550px) {
  .introduce_form{
    margin-top:45px;
    padding:0px;
  }
  .introduce_form>.introduce_title{
    font-size: 28px; 
    margin-bottom:28px;
  }
  .introduce_head{
    border-radius: 10px; 
    font-size: 15px; 
    margin-bottom:40px;
    padding :0px;
  }
  .introduce_head >.quote_right{
    width:26px;
    height:21px; 
    left:40%;
  }
  .introduce_head >.quote_left{
     width:26px;
     height:21px; 
     right:40%;
  }
  .introduce_head > .introduce_head_main{
     padding: 0px 70px;
     font-size:16px;
  }
  .introduce_main{
    margin:auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    margin-bottom:40px;
  }
  .introduce_sign{
    margin-bottom:120px; 
    font-size: 12px;
  }
  .introduce_sign > img{
    width:129px;
    height:48px; 
    margin-top:28px;
  }
  .search_input_wrap2{
    width: 60vw;
  }
  .filter_wrap .filter_bottom{
    flex-direction: column;
    align-items: normal;
  }
}

@media screen and (max-width: 480px) {
  .info_insert_title {
    padding: 15px;
    font-size: 12px;
    width: 80px;
  }
  .info_insert_text {
    padding: 15px;
    font-size: 12px;
  }
  .info_file {
    padding: 6px 13px;
  }
  .info_table_bottom {
    margin-top: 20px;
  }
  .info_table_content {
    font-size: 14px;
  }
  .table_file .file_text {
    width: 70%;
  }

  /* 안내 */
  .info_tap_list {
    padding: 16.5px 0px;
    width: 50% !important;
    font-size: 17px;
  }
  .info_content1 {
    margin: 45px 0px;
  }
  .info_content1 > .info_text_title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .info_content1 > .text, .info_content1 > .text_content > .text {
    font-size: 16px;
  }
  .info_content1 > .text_content {
    margin-top: 20px;
    padding: 20px;
    background-color: #f0f2f7;
  }
  .info_content1 > .text_content > .title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .info_text_title > img {
    height: 100%;
  }
  .info_search {
    margin-top: 25px;
    margin-bottom: 30px;
    width: 100%;
    height: 40px;
  }
  .info_search_text {
    font-size: 16px;
  }
  .info_search_img {
    position: absolute;
    width: 40px;
    height: 40px;
  }
  .info_title {
    padding: 12.5px 0 12.5px 0;
    font-size: 14px;
  }
  .info_text {
    padding: 15px 0;
    font-size: 14px;
  }
  .info_faq_text {
    padding: 15px 0;
    font-size: 14px;
  }
  .info_text>.info_file_img {
    width: 15px;
    height: 15px;
  }
  .faq_a>.info_faq_text {
    padding: 20px 35px;
  }
  .qna_n {
    padding: 7.5px 12px;
    font-size: 12px;
  }
  .qna_y {
    padding: 7.5px 6px;
    font-size: 12px;
  }
  .info_pc_item {
    width: 40%;
  }
  .class_tab {
    gap: 24px;
    padding: 0 24px;
  }
  .class_tab_btn {
    font-size: 15px;
    letter-spacing: -1.5px;
  }
  .class_tab .class_tab_btn:not(.tab_on)>div:first-child {
    padding: 14px 0 16px 0;
  }
  .tab_cnt {
    position: relative;
    right: -4px;
    top: -2px;
  }
  .main_tab_wrap {
    width: calc(100% - 24px);
  }
  .main_tab{
    gap: 24px;
  }
  .class_tab_btn .new_icon {
    position: relative;
    right: -4px;
    top: -2px;
  }
  
  .course_list {
    margin: 9.375vw 0;
  }
  .course_package {
    margin-bottom: 9.375vw;
  }
  .course_list_sub_title {
    margin-top: 15px;
  }
  .course_list_top {
    margin-top: 15px;
  }
  .course_list_top, .course_list_bottom {
    font-size: 14px;
  }
  .course_ing_bar {
    margin: 15px auto 13px auto;
    height: 4px;
  }
  .course_normal_bar {
    margin: 15px auto 13px auto;
  }
  .course_list_register, .course_list_lecture {
    font-size: 14px;
  }
  .course_mycoures_btn_wrap {
    font-size: 15px;
  }
  .course_mycoures_btn_wrap>a>.course_mycoures_btn_img {
    width: 9px;
    height: 15px;
    margin-left: 7px;
  }
  .my_course_list_icon {
    width: 45px;
    height: 45px;
  }
  course .course_top {
    height: 190px;
  }
  .course_top > .img {
    height: 190px;
  }
  .course_top > .gradient {
    height: 190px;
  }
  .course_ing_percent {
    font-size: 16px;
  }
  .course_list_info .title {
    margin-right: 5px;
  }
  
  .class_comments_title {
    font-size: 16px;
    margin-left: 10px;
    line-height: 18px;
  }
  .comments_right_area{
    width : calc(100% - 30px);
  }
  .etc_right{
    margin-left : 5px;
  }
  .contents_comments_profile_img_box{
    padding-right : 10px;
  }
  .contents_profile_box{
    justify-content: space-between;
  }
  .contents_comments_input_box{
    padding-right : 20px;
    padding-left : 20px;
  }
  .contents_comments_input_name{
    padding-left : 5px;
    max-width: calc(100% - 28px);
  }
  .contents_comments_input_text, .contents_comments_input_footer_box{
    width : 100%;
  }
  .class_comments_profile,
  .class_comments_question_icon,
  .class_comments_answer_icon,
  .class_comments_secret_icon {
    width: 28px;
    height: 28px;
  }
  .class_comments_box {
    width: calc(100% - 38px);
  }
  .class_comments_name {
    font-size: 16px;
    max-width: calc(100% - 110px);
  }
  .class_comments_option {
    margin-top: 10px;
  }
  .class_comments_textarea {
    height: 40px;
    padding: 10px 13px;
    font-size: 13px;
    margin-top: 10px;
  }
  .class_comments_len {
    margin-top: 5px;
    font-size: 13px;
  }
  .class_comments_list {
    padding-top: 20px;
    margin-bottom: 33px
  }
  .class_comments_date {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .class_comments_date>div {
    line-height: 0.9
  }
  .class_comments_target {
    font-size: 13px;
    padding-top: 8px;
  }
  .class_comments_contents {
    font-size: 14px;
    margin-top: 16px;
  }
  .class_comments_etc {
    margin-top: 20px;
    padding-bottom: 13px;
    font-size: 13px;
  }
  .class_comments_date>img, .class_comments_etc>div>img {
    width: 13px;
    margin-right: 1px;
  }
  .class_comments_paging {
    padding-bottom: 16px;
  }
  .class_comments_list>.class_comments_item {
    padding-top: 20px;
    padding-bottom: 6.6px;
    padding-right : 0px;
  }
  .reply_comments {
    position: relative;
    padding-left: 15px;
    padding-right : 15px;
    margin-left : 0;
    width : 100%;
  }
  .class_comments_update_etc {
    padding-bottom: 13px;
    font-size: 13px;
  }
  .site_info_tab_wrap{
    width: 100vw;
  }
  
  .main_top_notice_wrap {
    width: calc(100% - 48px);
    margin-top: 15px;
  }
  .main_content_slide_wrap, .main_content_wrap {
    width: calc(100% - 48px);
    margin-top: 50px;
  }
  .notice_more_btn{
    margin-top: 10px;
  }
  .notice_file_list{
    flex-direction: column;
    align-items: flex-start;
    position : relative;
  }
  .notice_file_list:first-child{
    padding-top : 0;
    margin-top: 20px;
  }
  .notice_file_list:last-child{
    padding-bottom: 20px;
    margin-bottom: 8px;
  }
  table.main_viewType1 th,
  table.main_viewType1 td{
    padding: 10px;
  }
  .message_table > colgroup > col:first-of-type{
    width: 60px !important;
  }
  .search_input_pack > button.button_md > svg{
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .main_image_text_wrap .main_image_title {
    font-size: 25px;
  }
}

@media screen and (max-width: 360px) {
  .course_list_info span {
    letter-spacing: -1.5px;
  }
}


.main_top_banner_roll_off {
  width: 8px;
  height: 8px;
  background-image: url('/el/images/main/rollring_off.png');
  background-size: 100%;
}

.banner_default {
  width: 100%;
  height: 100%;
  background-image: url('/el/images/main/banner_default.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.banner_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.banner_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 7;
  border: 0;
}

.banner_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 7;
  border: 0;
}

.banner_next > img, .banner_prev > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  left: 0;
}


#poplayer_month_attend {
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
  z-index: 101;
  padding: 30px;
}

.month_attend_popup_top {
  height: 50px;
  padding: 15px;
}

.month_attend_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.month_attend_popup_title {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.month_attend_popup_contents {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

table.class_table {
  clear: both;
  table-layout: fixed;
  border: 1px solid #ddd;
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

table.class_table th {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  padding: 8px 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  border-collapse: collapse;
  color: #536173;
}

table.class_table td {
  position: relative;
  vertical-align: middle;
  padding: 8px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #515151;
}

.mycourse_list_btn_text_color {
  color:#fff
}