.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: #0088FF !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{ 
  font-size: 13px; 
  cursor: pointer; 
  border: none;
  padding: 3px 0;
}
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: #0088FF !important;}
.course_list_title > a:hover > span{color: #0088FF !important;}
.gisoo_tag{
  font-size: 12px;
  color: #0088FF !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: 14px;
  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: 14px;
  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: 14px;
  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: 14px;
  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;
}

@media screen and (max-width: 1024px) {
  .course_contents{
    margin-left: 15px;
  }
}
@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: 14px;
  }
  .course_list_info > div,
  .separator{
    margin-right: 6px;
  }
  .btn_wrap > button{font-size: 12px;}
}
@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;
  }
}
@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;
  }
}
@media screen and (max-width: 420px) {
  .interest_top{
    margin-bottom: 10px;
  }
  /* 
  .course_img {
    width: 80px;
    height: 60px;
  }
  .course_list {
    grid-template-columns: 30px 80px calc(100% - 164px) 54px;
    margin: 12px 0px;
  }
  .course_contents{
    margin-left: 10px;
  }
  .course_list_info > div{
    margin-top: 0;
  }
  .btn_wrap > button:not(:first-of-type) {
    margin-top: 2px;
  }
  .btn_wrap > button {
    font-size: 11px;
  }
  .course_prof_photo{display: none !important;}
  .course_prof_text{margin-left: 0 !important;}
   */
}
@media screen and (max-width: 360px) {
  /* 
  .all_btn_wrap{
    float: none;
    text-align: right;
    top: auto;
    margin-top: 10px;
  }
   */
}

#alert_message_box{
  display:none;
  background-color: #000;
  color: #fff;
  opacity: 0.7;
  border: 2px solid #fff;
  position: fixed;
  top: 50px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  z-index: 10000;
  border-radius: 5px;
}
.fixed{
  position: fixed !important;
}