.btnBlack{
  background: #333;
  color: #FFF;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid #333;
}
.btnBlack:focus{
  background-color: #E1E4E8;
  color: #333333;
  transition: color 0.5s, background-color 0.5s;
}
.btnGray{
  background: #F3F5F7;
  color: #333;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid #E1E4E8;
}
.btnWhite{
  background: #FFF;
  color: #666D73;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid #E1E4E8;
}
.btnBlue{
  background: #0088FF;
  color: #FFF;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid #0088FF;
}
.delete_btn_pc{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.blue{color: #006aff !important;}
.red{color: #FF444E !important;}
.separator{
  margin-right: 10px;
  color: #E1E4E8 !important;
}
.interest_top{
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  position: relative;
}
button > img{
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
}
.cart_img{
  margin-right: 5px;
}
.btn_wrap > button{width: 100%; display: flex; align-items: center; justify-content: center;}
.btn_wrap > button:not(:first-of-type){margin-top: 5px;}
.all_btn_wrap{
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 15px;
  display: flex;
}
.all_btn_wrap > button{padding: 10px 20px;}
.all_btn_wrap > button:not(:first-of-type){margin-left: 5px;}
.popup { display: none; }
.pc-hide {
  display: none;
}
.m-hide {
  display: block;
}
.course_list{
  grid-template-columns: 45px 133px calc(100% - 308px) 90px 40px;
  padding: 20px 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #E7E9ED !important;
}
.course_list_title{
  width: calc(100% - 5px);
}
.course_list_title > a{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 100px);
}
.course_list_title > a > span{color: #666D73;}
.course_list_title > a:hover{color: #006aff !important;}
.course_list_title > a:hover > span{color: #006aff !important;}
.gisoo_tag{
  font-size: 12px;
  color: #006aff !important;
  border: 1px solid #0088FF;
  border-radius: 2px;
  padding: 0 4px;
  position: relative;
  height: 22px;
  margin-left: 5px;
}
.course_contents{margin-left: 20px;}
.course_contents > div:not(:first-of-type){margin-top: 5px;}
.course_img{
  width: 133px;
  height: 100px;
  border-radius: 5px;
}
.lecture_img_div {
  background-color: #9A9EA8;
}
.course_list_title{
  font-size: 16px;
}
.course_list_title > a:hover{text-decoration: underline;}
.course_prof_text{margin-left: 0 !important;}
.course_list_bottom{margin-top: 0;}
.course_bottom_info {
  margin-bottom: 15px;
}
.course_list_info > div{
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
}
.course_list_info span{
  color: #666D73;
  font-size: 13px;
}
.course_list_info img{
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.course_list .img{
    transform: scale(1);
    transition: .5s;
}
.course_list:hover .img{
    transform: scale(1.05);
    transition: .5s;
}
.course_prof_text > a{color: #666D73;}
.section_title{
  font-size: 20px;
  color: #333;
  padding-bottom: 15px;
}
.table_wrap{border-top: 1px solid #333;}
table.main_viewType1{
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  border-collapse: collapse;
}
table.main_viewType1 th{
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  background: #F8F9FB;
  border-bottom: 1px solid #EBEDF3;
  padding: 15px 0;
}
table.main_viewType1 td{
  border-bottom: 1px solid #EBEDF3;
  color: #666D73;
  font-weight: 400;
  font-size: 1rem;
  padding: 15px 20px;
}
.msg_box_type1{
  background: #F3F5F7;
  border: 1px solid #EBEDF3;
  border-radius: 6px;
  padding: 20px 30px;
  color: #666D73;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 15px;
}
.msg_box_type2{
  background: #FFECED;
  border: 1px solid #FFDADC;
  border-radius: 6px;
  padding: 20px 30px;
  color: #666D73;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 15px;
}
.msg_box_type1 > div:not(:first-of-type),
.msg_box_type2 > div:not(:first-of-type){
  margin-top: 5px;
}
.bottom_btn_wrap{
  text-align: center;
  margin: 30px auto;
}
.mid_btn{
  border-radius: 4px;
  padding: 14px 48px;
  font-weight: 500;
  font-size: 15px !important;
}
.delete_btn_m{
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E1E4E8;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  margin-top: 10px;
}
.delete_btn_m > img{
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 3px;
}

.course_plan {
  width: 100%;
  line-height: 24px;
  border-collapse:collapse;
  border-bottom: 1px solid #d4d4d4;
  table-layout: fixed;
}
.course_plan th {
  overflow: hidden;
  background-color: #F8F9FB;
  border-right:1px solid #EBEDF3;
  text-align: center;
  font-weight: 500;
}
.course_plan th:LAST-CHILD {
  overflow: hidden;
  background-color: #F8F9FB;
  border-right:none;
  padding-left: 20px;
}
.course_plan td {
  overflow: hidden;
  border-right:1px solid #EBEDF3;
  border-bottom:1px solid #EBEDF3;
  text-align: center;
  padding: 16px 10px;
}
.course_plan td:LAST-CHILD {
  border-right:none;
  text-align: left;
}
.course_plan button {
  line-height: 1.6;
}
.plan_weeks {
  font-size: 1rem;
}
.plan_lessns {
  text-align: left;
  padding: 20px 0px;
  line-height: 1.6;
  font-size: 1rem;
  white-space: normal;
}
.m_table_cell {
  width: 0;
}
.prog_btn {
  width: 100%;
  max-width: 80px;
  padding: 6px 0px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.ing_btn,
.ing_btn2 {
  border: 2px solid #fecd4c;
  background-color: #fecd4c;
  color: #fff;
}
.ing_btn:hover {
  
  background-color: #fff;
  color: #fecd4c;
}
.end_btn,
.end_btn2 {
  border: 2px solid #aaa;
  background-color: #aaa;
  color: #fff;
}
.end_btn:hover {
  background-color: #fff;
  color: #aaa;
}
.intro_btn {
  display: inline-block;
  padding: 6px 8px;
  font-size: 16px;
  text-align: center;
}
.year_seq_back {
  position: relative;
  top: 2px;
  padding: 7px 4px;
  font-size: 13px;
  background-color: #3498db;
  border-radius: 2px;
  color: #fff;
  margin-left: 5px;  
}
.year_seq_back2 {
  position: relative;
  top: 2px;
  padding: 8px 4px;
  margin-left: 3px;
  font-size: 11px;
  background-color: #f8b62d;
  border-radius: 2px;
  color: #fff;
  margin-left: 5px;
}
.lecture_dv {
  padding-left: 60px;
}
.non_site_background2,
.non_site_background2:hover {
  background-color: #6e6e6e !important;
  color: #fff !important;
  cursor: not-allowed;
}
.non_site_background3,
.non_site_background3:hover {
  background-color: #aaa !important;
  color: #fff !important;
}
.non_site_background4,
.non_site_background4:hover {
  opacity: 0.2;
  background-color: red !important;
  color: #fff !important;
  border-color: red !important;
  cursor: not-allowed;
}
.enrol_content table {
  width: 100% !important;
  table-layout: auto !important;
}
.svg_img_div {
  float: right;
  margin-left: 5px;
  padding: 5px;
  width: 40px;
  height: 40px;
  background-color: #ddd;
  border-radius: 3px;
}
.svg_img {
  margin: auto;
  width: 30px;
  height: 30px;
}
.pc_table_cell {
  width: 35%;
}
.message_pop_alert {
  display: none;
  position: fixed;
  top: 10px;
  left: calc(50% - 100px);
  padding: 10px;
  width: 200px;
  background: rgba(0,0,0, 0.6);
  color: #fff;
  z-index: 9999;
  text-align: center;
}

.package_li{
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.package_li:last-of-type{margin-bottom: 0;}
.package_li > div{margin-bottom: 10px;}
.package_course_nm{
  width: calc(100% - 100px);
  font-size: 20px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.package_course_btn_wrap{
  float: right;
  margin-top: 3px;
}
.package_course_btn_wrap > button{
  width: 90px;
  font-size: 15px;
  padding: 6px;
  text-align: center;
}
.package_lec_term{
  font-size: 16px;
  padding-left: 20px;
}
.package_lec_prof{
  display: flex;
  width: 100%;
  padding-left: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.prof_profile{
  width: 120px;
  text-align: center;
  padding: 0 10px;
}
.prof_profile > .photo{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.prof_profile > .name{
  font-size: 16px;
}


.enrol_content3 > p {
  margin: auto;
}
.enrol_content3 > p > span {
  line-height: 1.5;
}
span.eval_rate{margin-right: 10px;}
span.eval_rate:last-of-type{margin-right: 0;}

.course_info_right_item_wrap{
  border-radius: 12px;
  padding: 40px 26px 28px 26px;
  margin-bottom: 20px;
  background-color: #F3F5F7;
  min-width: 310px;
  position: sticky;
  top: 10px;
}
.class_item_wrap_grid {
  width: calc(100% - 96px);
  max-width: 1132px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 60px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 310px;
  grid-template-rows: auto 1fr;
  gap: 32px;
}
.course_info_right_wrap{
  margin-top: 25px;
}
table.lecture_info{
  overflow: hidden;
  width: 100%;
  margin: 18px 0px 28px;
  table-layout: fixed;
}
.lecture_info > tbody > tr{
  height: 34px;
}
.lecture_info th{
  color: #6a7074;
  font-weight: 500;
  min-width: 100px;
  font-size: 1.1rem;
  flex-basis: 120px;
  flex-grow: 0;
}
.lecture_info td{
  color: #333333;
  font-weight: 400;
  min-width: 150px;
  font-size: 1.1rem;
  flex-basis: 0;
  flex-grow: 1;
  word-break: break-word;
}
.interest_btn{
  width: 100%;
  height: 56px;
  border-radius: 6px;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1.286rem;
}
.interest_btn > img,
.cart_btn > img{
  width: 20px;
  height: 20px;
}
.cart_btn{
  width: 100%;
  height: 56px;
  border: 1px #E1E4E8 solid;
  border-radius: 6px;
  max-width: none;
  padding: 14px;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.cart_btn:hover {
  border: 1px solid #083e84;
}
.m_bottom_btn{
  width:48px;
  height:48px;
  flex-basis: 62px;
  padding: 0;
}
.m_bottom_btn:not(:first-of-type){margin-left: 5px;}
#m_heart_btn{
  width: 48px;
  height:48px;
  border: 1px #E1E4E8 solid;
  border-radius: 6px;
  margin:0;
  position: relative;
}
#btn_area2 > .course_apply_btn2{
  max-width: inherit;
  width: 100%;
  border-radius: 6px;
}
#button_bar > div{
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: stretch;
}
#button_bar > div > .course_apply_btn2{
  max-width: inherit;
  width: 100%;
  border-radius: 6px;
  padding: 14px 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: inherit;
  text-align: center;
  margin-left: 5px;
}
.course_master_nm{
  color: #FFF;
}
.class_name_wrap {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}
.class_prof_wrap {
  text-align: left;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  width: 100%;
/*   max-width: calc(100% - 60px); */
  display: flex;
  align-items: center;
  gap: 10px;
}
.class_name_wrap > a {
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  line-height: 38px;
}
.enrol_profile{
  width:60px;
}
.enrol_profile>div.photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}

.enrol_prof_name{
  display: flex;
  align-items: center;
  gap: 16px;
}
.enrol_prof_name > span{
  font-weight:500;
  font-size:18px;
}
.enrol_prof_name > button{
  font-weight:500;
  font-size:18px;
}
.enrol_sub_grid_col {
  width: 100%;
  /* border-bottom: 1px solid #E1E4E8; */
  border-bottom: none;
  padding: 10px 0px;
}
.enrol_sub_grid_col:last-child {
  border-bottom: 0px;
}
.main_prof{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  background-color: #6e6e6e;
  color: #FFFFFF;
  border-radius: 3px;
}
.sub_prof{
  text-align: center;
  width: 60px;
  height: 23px;
  background-color: #E1E4E8;
  margin:auto 10px;
  font-size: 13px;
  color: #6C747A;
  border-radius: 3px;
  line-height: 23px;
}
.contents_information_table{
  width : 100%;
  font-size: 1rem;
  border-collapse: collapse;
}
.contents_information_table col:first-child{
  width : 152px;
}
.contents_information_table th{
  text-align : center;
  font-weight : 500;
  padding: 19px 0 19px 0;
  vertical-align : middle;
  background-color: #F8F9FB;
  border-bottom: 1px solid #EBEDF3;
}
.contents_information_table td{
  border-bottom: 1px solid #EBEDF3;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.contents_information_table td.group_text span{
  display : inline-block;
  width : 80px;  
}
.eval_rate td{
  text-align: center;
  border-right: 1px solid #EBEDF3;
  height:50px;
}
.eval_rate td:last-child{
  border-right: none;
}
.eval_item > span{
  text-align:center;
  font-weight: 500;
  color: #333333;
}
#etc_info_zone img{
  max-width: 100%;
  height: auto;
}
#button_bar{
  padding: 12px;
  width: 100%;
  height: 72px;
  background-color: #F3F5F7;
  border-top:1px solid #E1E4E8;
  position: sticky;
  bottom:0px;
}
.prof_info{
  color: #6C747A;
}
.prof_info > pre {
  color: #6C747A;
  margin: 0;
}
.header_prof_img{
  width:42px;
  height:42px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.header_prof_img:FIRST-CHILD{
  margin-left:0px;
}
.addEtcBtn{
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 1rem;
}
.class_prof_wrap > a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
  line-height: 23px;
  color: #ffffff;
}
.prof_introduce_update_btn{
  padding: 5px 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.prof_introduce_update_form > textarea{
  border: 1px solid #EBEDF3;
  border-radius: 3px;
  margin-top: 10px;
  width:100%;
  resize: none;    
  min-height: 100px;
  padding:0 5px;
}

.content_section { /* 사이즈 구분용  */ /*원래 4.6875vw  */
  overflow: hidden;
  padding-left: 5.6vw;
  padding-right: 5.6vw;
}
.content_section>div {
  max-width: 1132px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
.course_video {
  overflow: hidden;
  clear: both;
  position: relative;
}
.course_video>iframe {
  width: 100%;
  height: 529px;
}
.enrol_grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
.enrol_grid_col {
  margin-bottom: 55px;
}
.enrol_subject {
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: top;
  color: #333;
}
.enrol_content {
  /* border-top: 1px solid #b2b2b2; */
/*  border-bottom: 1px solid #d4d4d4; */
  padding: 0;
  word-break: break-word;
}
.enrol_content2 {
  border-top: 1px solid #b2b2b2;
  padding: 30px 0px;  
  height: 87px;
}
.enrol_completed {
  width: 180px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
  padding: 45px 0px;
  background-color: #d4d4d4;
}
.enrol_sub_grid {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.enrol_sub_grid ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.enrol_sub_grid_col {
  width: 100%;
/*  border-bottom: 1px solid #d4d4d4; */
  padding: 20px 0px;
}
.enrol_sub_grid_col:last-child {
  border-bottom: 0px
}
.enrol_profile {
  width: 100px;
  text-align: center;
}
.enrol_profile>div.photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.enrol_professor{
  text-align: left;
  color: #333;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  align-items: flex-start;
}
.enrol_prof_dept {
  margin-top: 10px;
}
.enrol_prof_history_name {
  margin-top: 30px;
  font-weight: 500;
}
.enrol_prof_history {
  margin-top: 20px;
  line-height: 1.4;
}
.offer_univ {
  width: 190px;
  height: 70px;
}
.offer_univ>img {
  width: 100%;
  border: 1px solid #ddd;
}

/* iPad Pro : 1024px */
@media screen and (max-width: 1024px) {
  .course_contents{
    margin-left: 15px;
  }
  
  .class_item_wrap_grid{
    grid-template-columns: 100%;
    grid-template-rows: auto;
    margin: 20px;
    width: auto;
  }
  .class_item_wrap_grid > div:nth-child(1){
    order: 1;
  }
  .class_item_wrap_grid > div:nth-child(2){
    
  }
  .class_item_wrap_grid > div:nth-child(3){
    order: 2;
    grid-column: auto;
    grid-row: auto;
  }
  .course_info_right_wrap{
    margin-top: 0;
    margin-left: 0 ;
  }
  .course_info_right_item_wrap{
    min-width: auto;
  }
  .m_hide{
    display: none !important;
  }
  .m_share{
    margin:0;
  }
  .pc_hide{
    display: block !important;
  }
  table.lecture_info{
    margin: 28px 0px 0px;
  }
}

/* iPad Air : 820px */
@media screen and (max-width: 820px){
  
}

@media screen and (max-width: 800px) {
  .course_list {
    grid-template-columns: 31px 110px calc(100% - 251px) 70px 40px;
  }
  .course_img {
    width: 110px;
    height: 80px;
  }
  .course_contents > div:not(:first-of-type) {
    margin-top: 3px;
  }
  .interest_top{
    margin-top: 40px;
  }
  .filter_label > span {
    font-size: 1rem;
  }
  .course_list_info > div,
  .separator{
    margin-right: 6px;
  }
  .btn_wrap > button{font-size: 12px;}
}
/* iPad Mini : 768px */
@media screen and (max-width: 768px) {
  .course_info_right_item_wrap{
    margin: 0;
    padding: 30px 26px 28px 26px;
  }
  table.lecture_info {
    margin: 15px 0px 0px;
  }
  #btn_area2{
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .course_list {
    grid-template-columns: 30px 90px calc(100% - 210px) 60px 30px;
  }
  .course_img{
    width: 90px;
    height: 66px;
  }
  .course_contents{
    border: none;
    padding: 0;
    width: auto;
    margin-left: 12px;
  }
  .course_list_top {
    margin-top: 0;
  }
  .course_list_title {
    font-size: 16px;
  }
  .btn_wrap > button {
    padding: 5px 0;
  }
  .course_prof_photo > div{
    width: 28px;
    padding: 0;
  }
  .gisoo_tag{
    line-height: 22px;
  }
  .all_btn_wrap > button {
    padding: 5px 12px;
  }
  
  .pc_table_cell {
    width: 0;
  }
  .m_table_cell {
    width: auto;
  }
  .year_seq_back {
    top: 0px;
    padding: 1.25vw 0.625vw;
    font-size: 2.5vw;
  }
  .year_seq_back2 {
    top: 0px;
    padding: 1.25vw 0.3125vw;
    font-size: 2.5vw;
  }
  .lecture_dv {
    padding-left: 20px;
  }
  .svg_img_div {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    padding: 2.34375vw;
    width: 10.94vw;
    height: 10.94vw;
  }
  .svg_img {
    width: 6.25vw;
    height: 6.25vw;
  }
  .contents_information_table th.class_time{
    font-size: 13px;
    padding: 13px 0;
  }
  
  #plan_form .course_plan{font-size: 13px;}
  #plan_form .course_plan > colgroup > col:nth-child(1){
    width: 15% !important;
  }
  #plan_form .course_plan > colgroup > col:nth-child(2){
    min-width: 88px !important;
    width: 20% !important;
  }
  #plan_form .course_plan > colgroup > col:nth-child(3){
    width: 65% !important;
  }
}
@media screen and (max-width: 480px) {
  .pc-hide {
    display: block;
  }
  .m-hide {
    display: none;
  }
  .course_list {
    grid-template-columns: 100%;
    margin: 20px 0px;
  }
  .m_wide_btn{
    width: 100%;
  }
  .bottom_btn_wrap{
    margin: 12px auto;
    position: relative;
  }
  .msg_box_type1{
    padding: 15px 20px;
  }
  .course_list_info > div.apply_result_msg{
    margin-top: 10px;
  }
  .apply_section{
    margin-bottom: 40px;
  }
  .mid_btn{
    padding: 10px 24px;
    font-size: 13px !important;
  }
  .course_img{
    width: 100%;
    height: 36.5vw;
    border-radius: 5px;
  }
  .course_contents{
    margin-left: 0;
  }
  .course_list_top{
    margin-top: 10px;
  }
  .course_list_title{
    margin-top: 0;
    width: 100%;
  }
  .course_list_title > a{
    max-width: 100%;
  }
  .course_contents > div:not(:first-of-type){
    margin-top: 5px;
  }
  .course_list_info img{
    margin-right: 2px;
  }
  .course_list .btn_wrap{
    display: flex;
    margin-top: 15px;
  }
  .course_list .btn_wrap > button{
    width: 100%;
    padding: 10px 0;
  }
  .course_list .btn_wrap > button:not(:first-of-type){
    margin-top: 0;
  }
  .course_list .btn_wrap > button:first-of-type{
    margin-right: 10px;
  }
  .all_btn_wrap{
    position: fixed;
    margin-bottom: 0;
    left: 0;
    padding: 15px;
    display: flex;
    z-index: 100;
    background: #F3F5F7;
    border-top: 1px solid #E1E4E8;
  }
  .all_btn_wrap > button{
    width: 100%;
    height: 48px;
    padding: 0;
    border-radius: 4px;
  }
  .all_btn_wrap > button:not(:first-of-type){
    margin-left: 0;
  }
  .all_btn_wrap > .m_all_cart_btn,
  .all_btn_wrap > .m_all_delete_btn{
    background: #FFFFFF;
    border: 1px solid #E1E4E8;
  }
  .all_btn_wrap > .m_all_apply_btn{
  
  }
  .gisoo_tag{
    position: absolute;
    right: 8px;
    top: -40px;
    z-index: 10;
    background: #FFF;
  }
  
  .plan_weeks,
  .plan_lessns{
    font-size: 12px;  
  }  
  .year_seq_back {
    top: 0px;
    padding: 7px 4px;
    font-size: 1rem;
  }
  .year_seq_back2 {
    top: 0px;
    padding: 7px 2px;
    font-size: 1rem;
  }
  .lecture_dv {
    padding-left: 0px;
    font-size: 12px;
  }
  .svg_img_div {
    padding: 12px;
    width: 52px;
    height: 52px;
  }
  .svg_img {
    width: 30px;
    height: 30px;
  }
  .contents_information_table th.title_row{
    padding: 15px 0;
  }
  .contents_information_table th.class_time{
    font-size: 12px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 420px) {
  .interest_top{
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 400px) {
  .course_info_right_item_wrap{
    padding: 30px 20px 20px 20px;
    margin-bottom: 0px;
  }
  .enrol_sub_grid_col:first-of-type{
    padding-top: 20px;
  }
  .contents_information_table th.title_row{
    padding: 10px 0;
  }
  .contents_information_table th.class_time{
    font-size: 12px;
    padding: 7px 0;
  }
}

@media screen and (max-width: 375px) {
  .class_item_wrap_grid{
    grid-template-columns: 100%;
    grid-template-rows: auto;
    /* margin: 10px; */
    width: auto;
  }
  .course_plan th {
    padding : 0px 5px;
  }
  .course_plan th:LAST-CHILD{
    padding : 0 5px;
  }
  .course_plan td {
    padding : 16px 5px;
  }
  .course_plan > colgroup > col:nth-child(1){
    width: 60px;
  }
  .course_plan > colgroup > col:nth-child(2){
    width: 120px;
  }
}

@media screen and (max-width: 360px) {
}
.fixed{
  position: fixed !important;
}