/*************** 로그인 후 수강과목 ********************/
@import url('https://webarchive.lib.cuhk.edu.hk/20250213125318cs_/https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding:700&display=swap&subset=korean');
.course_heading {
  margin-bottom: 75px
}
.main_link {
  transition: color 1s;
}
.main_link:hover {
  color: #fecd4c;
}
.main_background_size {
  width: 100%;
  height: 46.875vw;
  max-width: 640px;
  max-height: 300px;
  background-size: 200% 100%; 
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .main_background_size {
    width: 160vw;
    height: 30vw;
    max-width: 1920px;
    max-height: 360px;
    background-size: cover;  
    background-position: -30vw center;
  }
}
@media screen and (min-width: 1200px) {
  .main_background_size {
    position: relative;
    left: -30%;
    background-position: center center;
  }
}
@media screen and (min-width: 1920px) {
  .main_background_size {
    left: 0px;
    max-width: 100%;
    max-height: 18.75vw;
  }
}
.course_img {
  position: relative;
  width: 200px;
  height: 145px;
  z-index: 8;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.course_img2 {
  position: relative;
  float: left;
  width: 250px;
  height: 160px;
  margin-right: 20px;
  z-index: 8;
  overflow: hidden;  
}
.course_img>a>.img,
.course_img2>a>.img {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
}
.course_img:hover>a>.img,
.course_img2:hover>a>.img {
  transform: translateZ(0) scale(1.05);
}
.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('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/clock.png');
  background-repeat: no-repeat;
  background-position: center;
}
.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('/20250213125318oe_/https://cuscs.khcu.ac.kr/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;
}
.course_contents {
  position: relative;
  display: inline-block;
  width: calc(100% - 220px);
  margin-left: 20px;
  vertical-align: middle;
}
.course_list {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  font-size: 0;
}
.course_list:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.course_list:first-of-type {
  padding-top: 0;
}
.course_list_top {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 1;
}
.course_list_title {
  position: relative;
  display: flex;
  align-items: center;
  /* height: 20px; */
  font-family: "Noto Sans Korean";
  font-size: 20px;
  font-weight: 500;
}

.course_list_title > a {
  /* 
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  max-width: calc(100% - 160px);
  top: -1px;
  line-height: normal;
   */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  max-height: 2.4em;
}

.course_duty_icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  line-height: 0;
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/duty.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.course_autonomy_icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  line-height: 0;
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/autonomy.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.course_qualification_icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  line-height: 0;
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/qualification.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.course_list_sub_title {
  margin-top: 10px;
  width: 100%;
  max-width: calc(100% - 60px);
}
.course_list_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.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: 0;
  right: 0;
  font-size: 18px;
  line-height: 22px;
}
.course_ing_percent > span {
  font-size: 22px;
  line-height: 1;
}
.course_prof_icon {
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  line-height: 20px;
}
.course_prof_icon > div {
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 10px;
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/credit_navy.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.course_normal_bar {
  overflow: hidden;
  margin: 12px 0 13px 0;
  border-top: 1px solid #d1d6df;
}
.course_ing_bar {
  overflow: hidden;
  margin: 10px 0 11px 0;
  height: 5px;
  background-color: #d1d6df;
}
.course_ing_bar .graph {
  height: 100%
}
.course_list_bottom {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 1;
}
.course_list_info {
  position: relative;
  display: inline-block;
  width: calc(100% - 80px);
}
.course_list_info > div {
  font-size: 0;
  display: flex;
  align-items: center;
}
.course_list_info span {
  font-size: 14px;
  line-height: 25px;
}
.course_list_info .title {
  font-weight: bold;
  margin-right: 10px;
}
.course_list_info .new_img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.course_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 80px;
  height: 70px;
  padding: 13.5px 5px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.course_btn2 {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 70px;
  height: 70px;
  padding: 12px;
  border: 2px solid #aaaaaa;
  background-color: #aaaaaa;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
}
.course_btn_prof {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  height: 70px;
  padding: 13.5px 9px;
  border: 2px solid #00b090;
  background-color: #00b090;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.course_btn > .arrow_img,
.course_btn_prof > .arrow_img {
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/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_btn2:hover {
  background-color: #ffffff;
  color: #777777;
}
.course_btn_prof:hover {
  background-color: #ffffff;
  color: #00b090;
}
.course_btn:hover > .arrow_img {
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/arrow_navy.png');
}
.course_btn_prof:hover > .arrow_img {
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/arrow_green.png');
}
.course_list_register {
  padding-top: 10px;
  height: 50px;
  overflow: hidden;  
  line-height: 1.4;
}
.course_list_lecture {
  margin-top: 10px;
  padding: 10px 5px;
  overflow: hidden;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  height: 40px;
}
.course_list_lecture > ul {
  padding: 0px;
  margin: 0px;
}
.lecture_col {
  float: left;
}
.lecture_col > span {
  display: inline-block;
}
.lecture_col > img {
  vertical-align: text-top;
}
.lecture_col > .course_list_lecture_text {  
  margin-right: 20px;
}
.my_course_top {
  width: 100%;
  max-width: 940px;
  position: relative;
  margin-bottom: 80px;
  background-color: #F7F7F7;
}
.my_course_list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.my_course_list_item {
  display: inline-block;
  width: calc((100% - 4px) / 4);
  padding: 25px 0;
  line-height: 0;
  vertical-align: middle;
}
.my_course_list_icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.my_course_progress_on {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/progress_on.png');}
.my_course_progress_off {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/progress_off.png');}
.my_course_wait_on {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/wait_on.png');}
.my_course_wait_off {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/wait_off.png');}
.my_course_end_on {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/end_on.png');}
.my_course_end_off {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/end_off.png');}
.my_course_deposit_on {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/deposit_on.png');}
.my_course_deposit_off {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/course/deposit_off.png');}

.my_course_list_text {
  font-size: 16px;
  font-family: "Noto Sans Korean";
  padding-top: 16px;
  line-height: 1;
}
.my_course_list_border {
  display: inline-block;
  height: 60px;
  border-left: 1px solid #d1d6df;
  vertical-align: middle;
}
.course_mycoures_btn_wrap {
  margin-top: 30px;
  font-family: "Noto Sans Korean";
  font-size: 18px;
  text-align: right;
  line-height: 1;
}
.course_mycoures_btn_wrap > a {
  color: #777;
  display: inline-block;
}
.course_mycoures_btn_wrap > a > .course_mycoures_btn_img {
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/class/next.png');
  background-size: 100% 100%;
  width: 10.8px;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
}
.course_title_icon {
  display: none;
}
@media screen and (max-width: 800px) {
  .course_list_info {
    letter-spacing: -0.8px;
  }
}
@media screen and (max-width: 640px) {
  .course_heading {
    margin-bottom: 9.375vw;
  }
  .course_img {
    float: none;
    width: 100%;
    height: 39.0625vw;
    margin-right: 0px;  
  }
  .course_img2 {
    float: none;
    width: 100%;
    height: 39.0625vw;
    margin-right: 0px;   
  }
  .course_list,
  .course_list2 {
    padding: 1.5625vw 0px;
  }
  .course_list_top {
    margin-top: 3.125vw;
  }
  .course_list_top, .course_list_bottom {
    font-size: 3.125vw;
  }
  .course_list_title {
    font-size: 4.375vw;
  }
  .course_list_title > a {
    /* max-width: calc(100% - 7.8125vw); */
  }
  .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: 3.125vw auto 2.8125vw auto;
    height: 6px
  }
  .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: 3.125vw auto 2.8125vw auto;
  }
  .course_list_bottom {
    max-width: none;
  }
  .my_course_top {
    border: 0px;
    margin-bottom: 9.375vw;
  }
  .my_course_progress_on {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/new/progress_on.png');}
  .my_course_progress_off {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/new/progress_off.png');}
  .my_course_wait_on {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/new/wait_on.png');}
  .my_course_wait_off {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/new/wait_off.png');}
  .my_course_end_on {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/new/end_on.png');}
  .my_course_end_off {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/new/end_off.png');}
  .my_course_deposit_on {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/new/deposit_on.png');}
  .my_course_deposit_off {background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/new/deposit_off.png');}
  .my_course_list_icon {
    width: 9.375vw;
    height: 9.375vw;
  }
  .my_course_list_text {
    padding-top: 3.125vw;
    font-size: 3.125vw;
  }
  .course_img>a>.overlay_end {
    background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/new/end_msg.png');
    background-size: cover;
    background-color: unset;
  }
  .course_title_icon {
    position: absolute;
    left: 15px;
    right: 15px;
    background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/new/course_icon.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .course_list {
    padding: 25px 0;
  }
  .course_list2 {
    padding: 30px 0;
  }
  .course_list_title {
    font-size: 18px;
  }
  .course_list_title > a {
    /* max-width: calc(100% - 35px); */
  }
  .course_duty_icon {
    width: 26px;
    height: 26px;
  }
  .course_autonomy_icon {
    width: 26px;
    height: 26px;
  }
  .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;
  }
  .my_course_list_item {
    font-size: 14px;
    padding: 0 5px;
    letter-spacing: -0.5px;
  }
  .course_mycoures_btn_wrap {
    font-size: 15px;
  }
  .course_mycoures_btn_wrap > a > .course_mycoures_btn_img {
    width: 9px;
    height: 15px;
    margin-left: 7px;
  }
  .course_img {
    float: none;
    width: 100%;
    height: 190px;
    margin-right: 0px;  
  }
  .course_img2 {
    float: none;
    width: 100%;
    height: 190px;
    margin-right: 0px;   
  }
  .my_course_list_item {
    padding: 10px 3.5px;
  }
  .my_course_list_icon {
    width: 45px;
    height: 45px;
  }
  .my_course_list_text {
    padding-top: 15px;
    font-size: 13px;
  }
}
/**************** 개설과목 배열 *********************/
/* 메인 페이지 부분 */
.course_grid {
  position: relative;
  clear: both;
  margin: 0px auto;
  padding: 0px;
  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_grid_col {
  width: 24%;
  margin: 6px;
  background-color: #fff;
  border: 1px solid #d1d6df;
}

.course_grid_col:hover > .course  > .course_top > .img {
  transform: translateZ(0) scale(1.05);
}
.course_grid_col:nth-child(4n) {
  margin-right: 0px;
}
.course_grid_col:nth-child(4n+1) {
  margin-left: 0px;
}
.course {
  position: relative
}
.course .course_top {
  position: relative;
  margin: 6px;
  float: none;
  line-height: 0;
  width: calc(100% - 12px);
  height: 155px;
  overflow: hidden;
}
.course_top > .img {
  width: 100%;
  height: 155px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
}
.course_top > .gradient {
  position: absolute;
  width: 100%;
  height: 155px;
  display: inline-block;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.course_top > .course_book {
  position: absolute;
  bottom: 18px;
  right: 18px;
}
.course_main {
  text-align: left;
  padding: 10px 20px;
}
.course_display {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1
}
.course_display > div {
  width: 80px;
  height: 30px;
  padding: 4px 0;
  text-align: center;
  line-height: normal;
  font-size: 15px;
  font-family: 'Noto Sans Korean';
}
.course_main .course_main_title {
  height: 56px;
  margin: 0;
  /* text-overflow: ellipsis; */
  overflow: hidden; 
  font-family: "Noto Sans Korean";
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
  line-height: 28px;
}
.course_sub_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: "Noto Sans Korean";
  line-height: 1;
}
.course_sub {
  font-size: 14px;
  color: #777777;
}
.course_sub:nth-child(n+2) {
  padding-left: 5px;
}
.course_sub_text2 {
  font-family: "Noto Sans Korean";
  line-height: 1;
}
.course_credit {
  height: 40px;
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
}
.course_price {
  position: absolute;
  top: 53px;
  right: 5px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
}
.course_target,
.course_category {
  height: 24px;
  display: inline-flex;
  align-items: center;
}
.course_credit > img {
  margin-right: 10px;
}
.course_sub_border {
  margin: 10px 0 20px 0;
  border-top: 1px solid #d1d6df;
}
.course_target > img:nth-child(n+2) {
  margin-left: 5px;
}
.course_target > div {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 13px;
  font-size: 14px;
  font-family: "Noto Sans Korean";
  color: #fff;
  line-height: 1;
}
.course_target > div:nth-child(n+2) {
  margin-left: 5px;
}
.course_new {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}
/* 마감된 과목일 경우 */
.course_end .course_main_title, .course_end .course_sub, .course_end
  { /* !important는 최우선으로 적용이란 표현 */
  color: #999999 !important
}
/* 마감된 과목일 경우 */
.course_end .course_sub:nth-child(2) {
  border-left: 1px solid #999999 !important
}
.course_time {
  margin-top: -5px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #777;
}
@media screen and (max-width: 1022px) {
  .course_grid_col {
    width: 31%;
    margin: 9px;
  }
  .course_grid_col:nth-child(4n),
  .course_grid_col:nth-child(4n+1) {
    margin-left: 9px;
    margin-right: 9px;
  }
  .course_grid_col:nth-child(3n) {
    margin-right: 0px;
  }
  .course_grid_col:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 700px) {
  .course_grid_col {
    width: 46.5%
  }
  .course_grid_col:nth-child(3n),
  .course_grid_col:nth-child(3n+1) {
    margin-left: 9px;
    margin-right: 9px;
  }
  .course_grid_col:nth-child(2n) {
    margin-right: 0px;
  }
  .course_grid_col:nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  .course .course_top {
    padding: 0;
  }
  .course_main {
    padding: 3.125vw;
  }
  .course_grid_col {
    margin: 1.4vw 0px;
    width: 100%;
  }
  .course_grid_col:nth-child(2n),
  .course_grid_col:nth-child(2n+1) {
    margin-left: 1.4vw;
    margin-right: 1.4vw;
  }
  .course_top>.img {
    height: 39.0625vw;
  }
  .course_top > .gradient {
    top: 0;
    left: 0;
    width: 100%;
    height: 39.0625vw;
  }
  .course_display {
    display: none
  }
  .course_main .course_main_title {
    text-overflow: clip;
    overflow: hidden;     
    height: 10vw;
    margin-bottom: 10px;
    font-size: 4.0625vw;
    line-height: 5vw;
  }
  .course_sub_text {
    display: block;
    width: calc(100% - 37.5vw - 12px);
  }
  .course_sub {
    font-size: 3.125vw;
    display: inline-block;
  }
  .course_credit  {
    font-size: 3.125vw;
  }
  .course_credit > img {
    width: 4.0625vw;
    height: 4.0625vw;
  }
  .course_category {
    position: absolute;
    top: 4.6875vw;
    right: 0;
    font-size: 3.125vw;
  }
  .price_m {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 3.75vw;
    font-weight: bold;
    color: #fff;
    height: auto;
    top: auto;
  }
  .course_sub_border {
    margin: 1.875vw auto 3.75vw auto;
  }
  .course_target {
    margin: 0.78125vw auto 0px auto;
    height: 4.6875vw;
  }
  .course_target > .img_1 {
    width: 11.5625vw;
    height: 4.8675vw;
  }
  .course_target > .img_2 {
    width: 8.75vw;
    height: 4.8675vw;
  }
  .course_target > div {
    padding: 0.9375vw 1.875vw;
    border-radius: 2.34375vw;
    font-size: 2.8125vw;
  }
  .course_target > div:nth-child(n+2) {
    margin-left: 1.5625vw;
  }
  .course_contents {
    width: 100%;
    margin-left: 0px;
    padding: 0px 3.125vw 3.125vw 3.125vw;
    border: 1px solid #d1d6df;
  }
  .course_btn,
  .course_btn_prof {
    display: none;
  }
  .course_btn2 {
    position: relative;
    margin-top: 2.8125vw;
    padding: 2.34375vw;
    width: 100%;
    height: auto;
    font-size: 3.75vw;
    color: #777;
    background-color: #fff;
    border: 1px solid #aaa;
  }
  .course_ing_percent {
    font-size: 3.75vw;
    line-height: 1;
  }
  .course_ing_percent > span {
    font-size: 3.75vw;
  }
  .course_list_info {
    width: 100%;
  }
  .course_list_info span {
    font-size: 3.125vw;
    line-height: 1.5;
  }
  .course_img>a>.d-day {
    bottom: 3.125vw;
    right: 3.125vw;
    font-size: 4.6875vw;
  }
  .course_img>a>.overlay_wait {
    background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/new/clock.png');
  }
  .course_time {
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  .course_main .course_main_title {
    height: 44px;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 22px;
  }
  .course_top>.img {
    height: 190px;
  }
  .course_top > .gradient {
    height: 190px;
  }
  .course_sub_text {
    width: 100%;
  }
  .course_sub {
    font-size: 13px;
  }
  .course_grid_col:nth-child(2n),
  .course_grid_col:nth-child(2n+1) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .price_m {
    font-size: 15px;
  }
  .course_sub_border {
    margin: 7px auto;
  }
  .course_credit  {
    font-size: 13px;
    height: auto;
  }
  .course_credit > img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .course_category {
    top: 22px;
    right: 0;
    font-size: 14px;
  }
  .course_target {
    margin: 5px auto 0px auto;
    height: 24px;
  }
  .course_target > .img_1 {
    width: 44px;
    height: 18px;
  }
  .course_target > .img_2 {
    width: 34px;
    height: 18px;
  }
  .course_target > div {
    padding: 5px 10px;
    border-radius: 13px;
    font-size: 14px;
  }
  .course_target > div:nth-child(n+2) {
    margin-left: 5px;
  }
  .course_new {
    width: 40px;
    height: 24px;
  }
  .course_ing_percent {
    font-size: 16px;
  }
  .course_ing_percent > span {
    font-size: 16px;
  }
  .course_list_info span {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .course_list_info .title {
    margin-right: 5px;
  }
  .course_img>a>.d-day {
    bottom: 15px;
    right: 15px;
    font-size: 18px;
  }
  .course_btn2 {
    margin-top: 13px;
    padding: 12px;
    font-size: 16px;
  }
  .course_time {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .course_list_info span {
    letter-spacing: -1.5px;
  }
}
/**************************** 연수 과정 ************************************/
.training_grid {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.training_grid_col {
  display: inline-block;
  padding: 20px;
  border: 1px solid #d1d6df;
  width: calc(50% - 10px);
  max-width: 548px;
  line-height: 0;
}
.training_grid_col:hover {
  border: 2px solid #083e84;
  padding: 19px; 
  /* background-color: #ededee; */
}
.training_grid_col:nth-child(2) {
  margin-left: 20px;
}
.training_img {
  margin-bottom: 20px;
}
.training_name {
  font-family: "Noto Sans Korean";
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
}
.training_text1 {
  display: inline-block;
  font-family: "Noto Sans Korean";
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  overflow: hidden;
  word-break: keep-all;
  width: 60%;
  height: 48px;
}
.training_text2 {
  display: inline-block;
  font-family: "Noto Sans Korean";
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  overflow: hidden;
  word-break: keep-all;
  width: 95%;
  height: 48px;
}
@media screen and (max-width: 1300px) {
  .training_text1 {
    width: 70%;
    height: 72px;
  }
  .training_text2 {
    height: 72px;
  }
}
@media screen and (max-width: 900px) {
  .training_text1 {
    width: 85%;
    height: 96px;
  }
  .training_text2 {
    height: 96px;
  }
}
@media screen and (max-width: 640px) {
  .training_grid_col {
    width: 100%;
    max-width: 592px;
    margin-bottom: 20px;
    padding: 30px;
  }
  .training_grid_col:nth-child(2) {
    margin-left: 0px;
    margin-bottom: 10.9375vw;
  }
  .training_img {
    width: 120px;
  }
  .training_text1,
  .training_text2 {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .training_grid_col {
    padding: 20px;
  }
}
/********** 인기 카테고리 *********/
.category_grid {
  margin: 0;
  padding: 0;
  list-style: none;
/*  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap */
}
.category_grid_col {
  display: inline-block;
  position: relative;
  width: 18.58%;
  margin: 10px;
}
.category_grid_col:nth-child(5n) {
  margin-right: 0px;
}
.category_grid_col:nth-child(5n+1) {
  margin-left: 0px;
}
.category_img {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.category_img>img {
  width: 100%;
  height: 100%;
}
.category_opy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.category_name {
  position: absolute;
  width: 100%;
  padding: 0px;
  top: 20px;
  left: 0;
}
.category_name>img {
  margin-right: 0px;
}
.category_name_text {
  display: block;
  padding-top: 18px;
  font-family: "Noto Sans Korean";
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #333;
}
/* 카테고리로 찾은 과목 종류 */
.category_course_list {
  padding: 5px 0px 20px 9px;
  text-align: left;
  font-family: "Noto Sans Korean";
  font-size: 18px;
  font-weight: 500;
  color: #333333
}
/****************** 카테고리 상세페이지 *****************/
.category_info {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
}
.category_header_title {
  display: inline-block;
  position: relative;
  margin-top: 57px;
  font-family: "Noto Sans Korean";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}
.category_header_text {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 97px;
}
.category_header_text > span {
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  word-break: keep-all;
}
.category_header_btn {
  margin: 0 auto 45px;
}
.category_header_btn:hover {
  color: #555555;
  background-color: #fecd4c;
}
@media screen and (max-width: 1300px) {
  .category_grid_col {
    width: 30.96%
  }
  .category_grid_col:nth-child(5n),
  .category_grid_col:nth-child(5n+1) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .category_grid_col:nth-child(3n) {
    margin-right: 0px;
  }
  .category_grid_col:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 900px) {
  .category_grid_col {
    width: 45%;
  }
  .category_grid_col:nth-child(3n),
  .category_grid_col:nth-child(3n+1) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .category_grid_col:nth-child(2n) {
    margin-right: 0px;
  }
  .category_grid_col:nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  .category_img {
    height: 240px;
  }
  .category_name {
    top:40px;
  }
  .category_img>img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: translate(0%, -25%);
    transform: translate(0%, -25%);
  }
  .category_course_list {
    padding: 0px 0px 3.125vw 0px;
    font-size: 4vw;
  }
  .category_top {
    height: 50vw;
    max-height: 320px;
    margin-top: 0px;
  }
  .category_top>div {
    top: 0px;
    height: 50vw;
    max-height: 320px;
    width: 100%;
  }
  .category_title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .category_info {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
  .category_header_title {
    margin-top: 8.125vw;
    font-size: 7.8125vw;
    padding: 0.625vw;
  }
  .category_header_text {
    padding: 3.125vw 0;
    font-size: 3.4375vw;
    height: 15.3125vw;
    padding: 2.34375vw 0;
  }
  .category_header_text > span {
    padding: 0.625vw;
  }
  .category_header_btn {
    margin: 0 auto 6.25vw;
    border-radius: 0.46vw;
  }
}
@media screen and (max-width: 480px) {
  .category_img {
    height: 200px;
  }
  .category_name {
    top: 20px;
  }
  .category_grid_col {
    margin: 5px;
  }
  .category_grid_col:nth-child(2n),
  .category_grid_col:nth-child(2n+1) {
    margin-left: 5px;
    margin-right: 5px;
  }
  .category_name_text {
    font-size: 16px;
    letter-spacing: 0.46px;
  }
  .category_top {
    height: 212.5px;
  }
  .category_top>div {
    top: 0px;
    height: 212.5px;
  }
  .category_header_title {
    margin-top: 34px;
    font-size: 33px;
    padding: 3px;
  }
  .category_header_text {
    padding: 10px 0;
    font-size: 15px;
    height: 63.8px;
  }
  .category_header_text > span {
    padding: 3px;
  }
  .category_header_btn {
    margin: 0 auto 30px;
    border-radius: 3px;
  }
  .category_course_list {
    padding: 0px 0px 13px 0px;
    font-size: 17px;
  }
}
/**************************** 소개 ************************************/
.intro:before, .intro:after {
  content: " ";
  display: table
}
.intro:after {
  clear: both /* flex 대신 float로 나눔 그러기 위해 clear를 사용하여 미리 기본값 지정 */
}
.intro_block {
  float: left;
  margin-top: 60px;
  width: 33.33333%;
  color: #fff;
  text-align: center
}
.intro_title_img {
  margin: auto;
  width: 325px;
  height: 32px;
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/intro/title.png');
  background-size: 100% 100%
}
.intro_link {
  margin: 40px auto 0px auto;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: color 1s, background-color 1s;
  transition: color 1s, background-color 1s
}
.intro_link:hover {
  color: #555555;
  background-color: #ffffff;
}
.intro_subject {
  margin: auto;
  width: 156px;
  height: 284px;
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/intro/subject_1366.png');
  background-size: 100% 100%
}
.intro_interplay {
  margin: auto;
  width: 196px;
  height: 284px;
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/intro/interplay_1366.png');
  background-size: 100% 100%
}
.intro_experts {
  margin: auto;
  width: 173px;
  height: 284px;
  background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/intro/experts_1366.png');
  background-size: 100% 100%
}
@media screen and (max-width: 640px) {
  .intro_block {
    float: none;
    margin: 15.625vw auto 0px auto;
    padding: 10px 0;
    width: 100%;
    text-align: center
  }
  .intro_subject {
    width: 79.6875vw;
    height: 47.8125vw;
    background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/main/intro/subject.png');
  }
  .intro_interplay {
    width: 79.6875vw;
    height: 47.8125vw;
    background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/main/intro/interplay.png');
  }
  .intro_experts {
    width: 79.6875vw;
    height: 47.8125vw;
    background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/m/main/intro/experts.png');
  }
  .intro_title_img {
    width: 65.625vw;
    height: 6.25vw;
  }
  .intro_link {
    margin: 9.375vw auto 0px auto;
  }
}
@media screen and (min-width: 1920px) {
  .intro_block {
    margin-top: 143px
  }
  .intro_subject {
    width: 184px;
    height: 322px;
    background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/intro/subject_1920.png')
  }
  .intro_experts {
    width: 184px;
    height: 322px;
    background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/intro/experts_1920.png')
  }
  .intro_interplay {
    width: 210px;
    height: 322px;
    background-image: url('/20250213125318oe_/https://cuscs.khcu.ac.kr/el/images/main/intro/interplay_1920.png')
  }
  .intro_link {
    margin: 60px auto 0px auto;
  }
  .intro_title_img {
    width: 460px;
    height: 38px
  }
}
/*************** 소개 2번째 디바이스  *********************/
.devices_img {
  margin-bottom: -6px;
  width: 100%;
  max-width: 1167px;
}
/******************* 파트너 **************************/
.partner_grid {
  margin: auto;
  max-width: 720px;
  padding: 0;
  list-style: none;
  text-align: center /* 이미지 값 고정으로 인해 content의 사이즈를 통한 배치*/
}
.partner_grid:before, .partner_grid:after {
  content: " ";
  display: table
}
.partner_grid:after {
  clear: both
}
.partner_grid_col {
  width: 220px;
  display: inline-block;
  margin: 7px 10px;
  float: left;
}
.partner_grid_col a>img {
  /* partner_grid_col_main 메인 페이지에서 쓰는 파트너 리스트 */
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}
.partner_grid_col:nth-child(n+7) {
  display: none
}
@media screen and (max-width: 900px) {
  .partner_grid {
    margin: auto;
    max-width: 480px;
  }
}
@media screen and (max-width: 640px) {
  .partner_grid {
    margin: auto;
    max-width: 560px;
  }
  .partner_grid_col {
    display: inline-block;
    width: 46.75vw;
    max-width: 260px;
    margin: 1.1vw 1.5625vw;
    float: left;
  }
}
@media screen and (min-width: 1920px) {
  .partner_grid_col:nth-child(n+7) {
    display: inline-block;
  }
}
/****************** 조인 ******************/
.join_img {
  position: absolute;
  width: 26.72vw;
  max-width: 365px;
  bottom: 0px;
  left: 0px
}
.join_img_m {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-right: 55%
}
.join_img_right {
  position: absolute;
  width: 29.28vw;
  max-width: 400px;
  bottom: 0px;
  right: 0px;
}
.join_cta {
  position: absolute;
  bottom: 1.537vw;
  right: 18.081vw;
  z-index: 1;
  width: 10.98vw;
  max-width: 150px;
  height: 3.3vw;
  max-height: 45px;
}
.join_cta>img {
  width: 100%
}
.join_cta_btn {
  position: absolute;
  left: 0px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.join_cta_btn_over {
  position: absolute;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.join_cta_btn:hover {
  opacity: 0;
}
.join_cta_btn_over:hover {
  opacity: 10;
}
.join_title {
  margin: auto;
  padding: 2.56vw;
  width: 35.51vw;
  max-width: 485px;
  line-height: 1vw
}
.join_title_m {
  text-align: right;
  padding: 4.6878vw 7.8125vw 30px 43%
}
.join_img_m>img, .join_title_m>img, .join_title>img {
  width: 100%
}
@media screen and (min-width: 1366px) {
  .join_title {
    padding: 36.5px 0px
  }
  .join_cta {
    bottom: 21px;
    right: 247px
  }
}
/**************** 과목 페이지 ******************/
.search_bar_content {
  padding-top: 30px;
  font-size: 18px;
  line-height: calc(1.25em + 2px);
  width: 95%;
  max-width: 450px;
  height: 70px;
  margin: 0 auto
}
.search_bar_content2 {
  font-size: 18px;
  line-height: calc(1.25em + 2px);
  width: 95%;
  max-width: 450px;
  height: 80px;
  margin: 0 auto
}
.course_list_search {
  display: inline-block;
  position: relative;
  float: right;
  margin: auto;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  background-color: #fff
}
.course_list_search>input {
  position: absolute;
  top: 23%;
  left: 13px;
  border: 0;
  padding: 0px;
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 90%
}
.course_list_search>img {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 40px
}
.course_list_edge {
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .course_list_edge {
    padding-bottom: 0px;
  } 
}
@media screen and (max-width: 480px) {
    .course_list_search {
    margin: auto;
    width: 100%;
    height: 30px;
    border-radius: 1.5px;
  }
  .course_list_search>img {
    width: 30px;
  }
  .course_list_search>input {
    left: 6.6px;
    font-size: 14px;
    width: 85%;
  }
}
/***************** 안내 페이지 ***********************/
.info_tap {
  display: inline-block;
  width: 100%;
  margin:0px;
  padding: 0px;
  list-style: none;
}
.info_tap_list {
  padding: 16px 0px;
  width: 20%;
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  color: #333;
  border: 1px solid #ccc;
  border-left: 0px;
}
.info_tap_list:nth-child(5n + 1){
  border-left: 1px solid #ccc;
}
.info_tap_list:nth-child(n + 6){
  border-top: 0px;
}
.info_content1 {
  margin-top: 50px;
  margin-bottom: 80px;
}
.info_content1 > .info_text_title {
  margin-bottom: 30px;
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.info_content1 > .text,
.info_content1 > .text_content > .text {
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  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-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  font-weight: bold;
  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;
}
.info_td {
  display: table-cell;
  margin: 0;
  padding: 0;
}
.info_title {
  padding: 12px 0 12px 0; 
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333; 
  line-height: 1;
  border-top: 2px solid #ccc;
  background-color: #f0f2f7;
}
.info_text {
  padding: 14.5px 0; 
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  text-align: center;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  line-height: 1;
  border-bottom: 1px solid #ddd;
}
.info_faq_text {
  position: relative;
  padding: 20px 0; 
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
  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;
}
.qna_n {
  display: inline-block;
  padding: 6px 16px;
  font-family: 'Dotum';
  font-size: 12px;
  border: 1px solid #1fa2df;
  color: #1fa2df;
}
.qna_y {
  display: inline-block;
  padding: 6px 10px;
  font-family: 'Dotum';
  font-size: 12px;
  border: 1px solid #1fa2df;
  background-color: #1fa2df;  
  color: #fff;
}
.info_search {
  position: relative;
  float: right;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 300px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  background-color: #fff;
}
.info_search_text {
  position: absolute;
  top: 10px;
  left: 13px;
  border: 0;
  padding: 0px;
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 83%;
}
.info_search_img {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
.info_pc_img {
  display:block;
  position: relative;
}
.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;
}
@media screen and (max-width: 640px) {
  .info_pc_img,
  .info_pc {
    display:none;
  }
  .info_m_img {
    display:block;
  }
  .info_tap_list {
    padding: 3.5vw 0px;
    width: 50% !important;
    font-size: 4vw;
    color: #333;
    border: 2px solid #ccc;
  }
  .info_tap_list:nth-child(5n + 1){
    border-left: 2px solid #ccc;
  }
  .info_tap_list:nth-child(n + 6){
    border-top: 2px;
  }
  .info_tap_list:nth-child(2n) {
    border-left: 0px;
  }
  .info_tap_list:nth-child(n+3),
  .info_tap_list:last-child {
    border-top: 0px !important;
    border-right: 2px solid #ccc;
  }
  .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: 9.3vw;
    margin-bottom: 6.7vw;
    width: 100%;
    height: 9.3vw;
  }
  .info_search_text {
    top: 25%;
    left: 3%;
    font-size: 3.5vw;
    width: 83%;
  }
  .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;
  }
  .info_text {
    padding: 3.52vw 0; 
    font-size: 2.94vw;
    letter-spacing: -1px;
  }
  .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;
  }
}
@media screen and (max-width: 480px) {
  .info_tap_list {
    padding: 16.5px 0px;
    width: 50% !important;
    font-size: 18px;
  }
  .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: 45px;
    margin-bottom: 30px;
    width: 100%;
    height: 40px;
  }
  .info_search_text {
    top: 25%;
    left: 3%;
    font-size: 16px;
    width: 83%;
  }
  .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%;
  }
}
.info_insert_title {
  padding: 12px 15px; 
  width: 150px;
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  font-weight: bold;
  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: 2px solid #ccc;
}
.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 {
  margin: -8px auto;
  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: bold;
  letter-spacing: -1px;
  border: 1px solid #ccc;
  background-color: #f0f2f7;
}
.info_table_bottom {
  margin-top: 30px;
  text-align: right;
}
.info_button {
  display: inline-block;
  margin-left: 5px;
  padding: 11px 44px;
  font-family: "Noto Sans Korean";
  font-size: 16px;
  line-height: 1;
  border-radius: 3px;
}
.info_table_content {
  padding: 15px;
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
}
.table_file {
  margin-top: 50px;
  padding: 15px;
  width: 100%;
  max-width: 870px;
  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: bold;
}
.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: #999;
  line-height: 1;
}
.info_reply_content {
  margin-top: 30px;
}
.reply_title {
  margin-bottom: 15px;
  font-family: '맑은고딕', 'Malgun Gothic', verdana, AppleGothic;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  line-height: 1;
}
.reply_title > img {
  margin-right: 10px;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .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;
  }
  .reply_title {
    font-size: 2.94vw;  
  }
  .reply_title > img {
    margin-right: 10px;
    vertical-align: 0px;
  }
  .info_insert_text > .info_input {
    width: 55%;
  }
  .info_insert_text > .info_select {
    margin: 15px auto 0px auto;
  }
  .pc_only {
    display: none;
  }
}  
@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_button {
    padding: 9px 18px;
    font-size: 15px;
  }
  .info_table_content {
    font-size: 14px;
  }
  .reply_title {
    font-size: 14px;  
  }
  .reply_title > img {
    margin-right: 8px;
    vertical-align: bottom;
  }
  .table_file .file_text {
    width: 70%;
  }
}


/**************************** 이전과정 팝업 ************************************/
#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;
  font-family: "Noto Sans Korean";
  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;
/*   display: flex; */
  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;
}
@media screen and (max-width: 640px) {
  .pc_hide_td {
    display: table-cell;
  }
  .m_hide_td {
    display: none;
  }
}

/********** 프로그램 메뉴 *********/
.program_grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
.program_grid_col {
  display: inline-block;
  position: relative;
  width: calc(50% - 20px);
  margin: 10px;
}
.program_grid_col:nth-child(2n) {
  margin-right: 0px;
}
.program_grid_col:nth-child(2n+1) {
  margin-left: 0px;
}
.program_img {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.program_img>img {
  width: 100%;
  height: 100%;
}
.program_opy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 9;
}
.program_name {
  position: absolute;
  width: 100%;
  padding: 0px;
  top: 20px;
  left: 0;
  color: #fff;
  z-index: 99;
}
.program_name>img {
  margin-right: 0px;
}
.program_name_title {
  display: block;
  padding-top: 22px;
  font-family: "Noto Sans Korean";
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.program_name_text {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  max-height: 60px;
  font-family: "Noto Sans Korean";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}
.program_name_cnt {
  display: block;
  padding-top: 15px;
  font-family: "Noto Sans Korean";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}
/* 카테고리로 찾은 과목 종류 */
.program_course_list {
  padding: 5px 0px 20px 9px;
  text-align: left;
  font-family: "Noto Sans Korean";
  font-size: 18px;
  font-weight: 500;
  color: #333333
}
/****************** 카테고리 상세페이지 *****************/
.program_info {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
}
.program_header_title {
  display: inline-block;
  position: relative;
  margin-top: 57px;
  font-family: "Noto Sans Korean";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}
.program_header_text {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 97px;
}
.program_header_text > span {
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  word-break: keep-all;
}
.program_header_btn {
  margin: 0 auto 45px;
}
.program_header_btn:hover {
  color: #555555;
  background-color: #fecd4c;
}
@media screen and (max-width: 1300px) {
/*   .program_grid_col {
    width: 30.96%
  } */
  .program_grid_col:nth-child(5n),
  .program_grid_col:nth-child(5n+1) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .program_grid_col:nth-child(3n) {
    margin-right: 0px;
  }
  .program_grid_col:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 900px) {
  .program_grid_col {
    width: 45%;
  }
  .program_grid_col:nth-child(3n),
  .program_grid_col:nth-child(3n+1) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .program_grid_col:nth-child(2n) {
    margin-right: 0px;
  }
  .program_grid_col:nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  .program_img {
    height: 240px;
  }
  .program_name {
    top:40px;
  }
  .program_img>img {
    width: 100%;
    height: 100%;
    position: relative;
/*     -webkit-transform: translate(0%, -25%);
    transform: translate(0%, -25%); */
  }
  .program_course_list {
    padding: 0px 0px 3.125vw 0px;
    font-size: 4vw;
  }
  .program_top {
    height: 50vw;
    max-height: 320px;
    margin-top: 0px;
  }
  .program_top>div {
    top: 0px;
    height: 50vw;
    max-height: 320px;
    width: 100%;
  }
  .program_title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .program_info {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
  .program_header_title {
    margin-top: 8.125vw;
    font-size: 7.8125vw;
    padding: 0.625vw;
  }
  .program_header_text {
    padding: 3.125vw 0;
    font-size: 3.4375vw;
    height: 15.3125vw;
    padding: 2.34375vw 0;
  }
  .program_header_text > span {
    padding: 0.625vw;
  }
  .program_header_btn {
    margin: 0 auto 6.25vw;
    border-radius: 0.46vw;
  }
}
@media screen and (max-width: 480px) {
  .program_img {
    height: 200px;
  }
  .program_name {
    top: 20px;
  }
  .program_grid_col {
    margin: 5px;
  }
  .program_grid_col:nth-child(2n),
  .program_grid_col:nth-child(2n+1) {
    margin-left: 5px;
    margin-right: 5px;
  }
  .program_name_text {
    font-size: 16px;
    letter-spacing: 0.46px;
  }
  .program_top {
    height: 212.5px;
  }
  .program_top>div {
    top: 0px;
    height: 212.5px;
  }
  .program_header_title {
    margin-top: 34px;
    font-size: 33px;
    padding: 3px;
  }
  .program_header_text {
    padding: 10px 0;
    font-size: 15px;
    height: 63.8px;
  }
  .program_header_text > span {
    padding: 3px;
  }
  .program_header_btn {
    margin: 0 auto 30px;
    border-radius: 3px;
  }
  .program_course_list {
    padding: 0px 0px 13px 0px;
    font-size: 17px;
  }
}
/* 경희사이버 전용 메인 문구 */
.main_header_site_title {
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 225px);
  padding: 10px;
  min-width: 500px;
  height: 140px;
  font-size: 30px;
  z-index: 1;
}
.main_header_site_title2 {
  position: absolute;
  /* padding: 20px 10px; */
  min-width: 700px;
  height: 120px;
  font-size: 30px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_header_site_title2 > div > div{
  font-size: 23px;
}
.main_header_site_title3 {
  position: absolute;
  top: 0;
  left: calc(50% - 270px);
  padding-top: 10px;
  min-width: 600px;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -1.7px;
  z-index: 1;
}
.main_header_site_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddddddc9;
  opacity: 0.8;
  z-index: -1 !important;
}
.main_header_site_title > div > span,
.main_header_site_title2 > div > span {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .main_header_site_title {
    top: calc(50% - 10.9375vw);
    left: calc(50% - 35.15625vw);
    padding: 3.125vw 10px;
    min-width: 70.3125vw;
    height: 21.875vw;
    font-size: 3.90625vw;
  }
  .main_header_site_title2 {
    /* top: calc(50% - 8.59375vw); */
    /* left: calc(50% - 46.875vw); */
    padding: 3.125vw 10px;
    min-width: 93.75vw;
    height: 17.1875vw;
    font-size: 3.90625vw;
  }
  .main_header_site_title2 > div > div{
    font-size: 3vw;
  }
  .main_header_site_title3 {
    top: 0;
    left: calc(50% - 39.0625vw);
    min-width: 78.125vw;
    font-size: 5.46875vw;
  }  
}
@media screen and (max-width: 480px) {
  .main_header_site_title {
    top: calc(50% - 50px);
    left: 0;
    padding: 20px 10px;
    min-width: 100%;
    height: 100px;
    font-size: 15px;
  }
  .main_header_site_title2 {
    /* top: calc(50% - 43px); */
    /* left: 0; */
    padding: 20px 10px;
    min-width: 100%;
    height: 86px;
    font-size: 15px;
  }
  .main_header_site_title2 > div > div{
    font-size: 14px;
  }
  .main_header_site_title3 {
    top: 0;
    left: 0;
    min-width: 100%;
    height: 60px;
    font-size: 23px;
  }
}
/***** 경희사이버용 ****/
.font_khcu {
  font-family: 'Nanum Gothic Coding';
  font-wight: bold;
}