/* #Apply_list */

#Apply_list .main {
    width: 1200px;
    margin: 0 auto;
    height: 200px;
    background: gray;
    background: url(/home/images/schedule/main2.jpg) no-repeat center / cover;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  #Apply_list .main_bg {
    height: 200px;
  }
  
  #Apply_list .contents{
    width: 1200px;
    margin: 0 auto;
  }
  
  #Apply_list .contents .title{
    text-align: center;
    font-size: 33px;
    font-family: 'NotosansB';
    padding-bottom: 10px;
  }
  
  #Apply_list .contents hr{
    border: 0;
    height: 2px;
    background: #666;
  }
  
  #Apply_list .contents .title2{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    font-size: 18px;
    letter-spacing: -0.8px;
  }
  
  #Apply_list .contents .search{
    margin: 0 auto;
    width: 100%;
    border: 2px solid #666;
    padding: 25px 20px;
  }
  
  #Apply_list .contents select{
    padding: 10px;
    width: 37%;
    margin: 0 auto;
    border: 1px solid #b4b2b3;
    background: #fff;
    font-size: 18px;
  
  }

  #Apply_list .contents select.select1{
    padding: 10px;
    width: 14%;
    margin: 0 auto;
    border: 1px solid #b4b2b3;
    background: #fff;
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    background: url(/home/images/schedule/slt_arw.png) no-repeat right;  
  }

  #Apply_list .contents select.select2{
    padding: 10px;
    width: 20%;
    margin: 0 auto;
    border: 1px solid #b4b2b3;
    background: #fff;
    font-size: 18px;  appearance: none;
    -webkit-appearance: none;
    background: url(/home/images/schedule/slt_arw.png) no-repeat right;  
  }

  #Apply_list .contents select.select3{
    padding: 10px;
    width: 12%;
    margin: 0 auto;
    border: 1px solid #b4b2b3;
    background: #fff;
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    background: url(/home/images/schedule/slt_arw.png) no-repeat right;  
  }
  
  #Apply_list>.contents .search button{
    width: 15%;
    padding: 11.5px;
    background: #d8012f;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  #Apply_list .contents .crse_name{
    margin: 0 2px;
    appearance: none;
    -webkit-appearance: none;
    background: url(/home/images/schedule/slt_arw.png) no-repeat right;
  }
  
  #Apply_list .search .month{
    margin-left: 33px;
  }
  
  #Apply_list .course{
    width: 1200px;
    margin: 0 auto;  
  }
  
  #Apply_list .c_list{
    width: 1200px;
  }
  

  #Apply_list .c_list>li:hover {outline: #FF8868 solid 2px;}

  #Apply_list>.contents>.course>.c_list>li{
    width: 1200px;
    background: #f6f4f4;
    margin: 0 auto;
    padding: 25px 40px;
    margin: 20px 0;
    
  }
  
  #Apply_list>.contents>.course>.c_list>li>ul{
    /*
    display:table-cell;
    height:60px;
    */
    display:flex;
    align-items: center; /*세로정렬*/
  }
  
  #Apply_list>.contents>.course>.c_list>li>.c_detail{
    /*
    display: flex;
    align-items: center;
    justify-content: space-between;
    */
  }
  
  #Apply_list>.contents>.course>.c_list>li>.c_detail>div{
    width:540px;
    height:100%;
    float:left;
  }
  

  #Apply_list .contents .c_detail a{
    font-size: 22px;
    /*line-height: 40px;*/
    line-height:28px;
  }
  
  #Apply_list .contents .c_detail p{
    font-size: 13px;
    color: #666666;
    line-height: 16px;
  }
  
  /*
  #Apply_list .contents .c_list .tag{
    display: flex;
    justify-content: right;
    width: 50%;
    height: 100%;
  }
  */
  #Apply_list .contents .c_list .tag{
    width: 360px;
    height: 100%;
    float:left;
  }

  /*
  #Apply_list .contents .tag li{
    margin: 0 10px;
    background: #fff;
    border-radius: 20px;
    font-size: 14px;  
    text-align: center;
    padding: 5px 30px;
    color: #666;
  }
  */

  #Apply_list .contents .tag li{
    float:left;
    width:100px;
    margin: 15px 10px;
    background: #fff;
    border-radius: 25px;
    font-size: 14px;  
    text-align: center;
    padding: 5px 10px;
    color: #666;
  }
  
  
  #Apply_list .c_list button{
    width:130px;
    background: #333;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    border: none;
    cursor: pointer;
    margin-left:85px;

  }
  
  
  /*
  #Apply_list .c_list li:nth-child(2n) button{
    background: #999;
  }
  */
  
  #Apply_list .c_list .close{
    background: #999;
  }


  #Apply_list .page{
    text-align: center;
    width: 100%;
    margin: 40px 0;
  }
  
  #Apply_list .page .pagination{
    display: inline-block;  
  }
  
  #Apply_list .page .pagination li{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    padding: 0 5px;
    color: #666;
  }



  /*교육일정 신청하기 세부 페이지*/
  /* #Apply_detail */

#Apply_detail  .main {
    width: 1200px;
    margin: 0 auto;
    height: 200px;
    background: gray;
    background: url(/home/images/schedule/main2.jpg) no-repeat center / cover;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  #Apply_detail  .main_bg {
    height: 200px;
  }
  
  
  #Apply_detail  .contents{
    width: 1200px;
    margin: 0 auto;
  }
  
  #Apply_detail  .contents .title{
    text-align: center;
    font-size: 33px;
    font-family: 'NotosansB';
    padding-bottom: 10px;
  }
  
  #Apply_detail  .contents hr{
    border: 0;
    height: 2px;
    background: #666;
  }
  
  #Apply_detail  .contents .title2{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: -0.8px;
  }
  
  #Apply_detail  .contents table{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    border-top: 2px solid #af0328;
    border-bottom: 2px solid #999;
    font-size: 18px;
  }
  
  #Apply_detail  .contents table td{
    padding: 15px 0;  
  }
  
  #Apply_detail  .contents table .tb_top{
    background-color: #f6f4f4;
    padding: 10px 0;
  }
  
  #Apply_detail  .contents table .tb_sec{
    border-bottom: 2px solid #f6f4f4;
    padding: 30px 0;
  }
  
  #Apply_detail  .contents table .tb_third{
    border-bottom: 2px solid #f6f4f4;
  }
  
  #Apply_detail  .contents table .tb_last{
    background: #f6f4f4;
  }
  
  #Apply_detail  .contents table span{
    color: #fe0101; 
  }
  
  #Apply_detail  .contents table .tb_last{
    width: 400px;
  }
  
  #Apply_detail  .contents table .account{
    margin-left: 145px;
  }
  
  #Apply_detail  .contents table .tb_last2{
    width: 410px;
  }
  
  #Apply_detail  .contents .warn{
    width: 1100px;
    background: #fdf1f1;
    margin: 20px 50px;
  }
  
  #Apply_detail  .contents .warn .ask{
    width: 1040px;
    display: inline-block;
    font-size: 14.5px;
    margin: 25px 35px 15px 35px;
    color: #ff0000;
    letter-spacing: -1px;
  }
  
  #Apply_detail  .contents .warn img{
    display: inline-block;
    margin-left: 35px;
    margin-right: 8px;
    margin-top: 3px;
  }
  
  #Apply_detail  .contents .warn .refund{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
  }
  
  #Apply_detail  .contents .warn input{
    margin-left: 40px;
  }
  
  #Apply_detail  .contents .warn span{
    color: #ff0000;
    font-size: 14px;
  }
  
  #Apply_detail  .contents .btn{
    display: flex;
    justify-content: flex-end;
  }
  
  #Apply_detail  .contents button{
    width: 160px;
    color: #fff;
    background: #333;
    padding: 10px;
    font-size: 17px;
    margin: 30px 50px 50px 0;
    cursor: pointer;
  }
  
  
  #Apply_detail  .contents input#chk{
    display: none;
  }
  
  
  #Apply_detail  .contents input#chk + label{
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #333;
    background: #fff;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
  }
  
  #Apply_detail  .contents input#chk:checked + label::after{
    content: '✔';
    font-size: 17px;
    width: 19px;
    height: 19px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
  }
  
  #Apply_detail  .contents input#chk2{
    display: none;
  }
  
  #Apply_detail  .contents input#chk2 + label{
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #333;
    background: #fff;
    position: relative;
    vertical-align: middle;
    margin-left: 140px;
    margin-right: 10px;
  }
  
  #Apply_detail  .contents input#chk2:checked + label::after{
    content: '✔';
    font-size: 17px;
    width: 19px;
    height: 19px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
  }
  
  #Apply_detail  .contents input#chk3{
    display: none;
  }
  
  
  #Apply_detail  .contents input#chk3 + label{
    cursor: pointer;
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #333;
    background: #fff;
    position: relative;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 10px;
  }
  
  #Apply_detail  .contents input#chk3:checked + label::after{
    content: '✔';
    font-size: 17px;
    width: 19px;
    height: 19px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
  }


  /*결제페이지 완료*/

  /* Apply_fin */
#Apply_fin .main {
  width: 1200px;
  margin: 0 auto;
  height: 200px;
  background: gray;
  background: url(/home/images/schedule/main2.jpg) no-repeat center / cover;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}

#Apply_fin .main_bg {
  height: 200px;
}

#Apply_fin .contents{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#Apply_fin .contents .title{
  text-align: center;
  font-size: 33px;
  font-family: 'NotosansB';
  padding-bottom: 10px;
}

#Apply_fin .contents hr{
  border: 0;
  height: 2px;
  background: #666;
}

#Apply_fin .contents .title2{
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  padding-top: 20px;
  font-size: 18px;
  letter-spacing: -0.8px;
}

#Apply_fin .contents .fin{
  font-size: 37px;
  font-family: 'NotosansB';
}

#Apply_fin .contents .fin_accent{
  font-family: 'NotosansB';
  color: #ff0000;
}

#Apply_fin .contents table{
  width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 2px solid #af0328;
  border-bottom: 2px solid #999;
  margin-top: 30px;
  table-layout : fixed;
}

#Apply_fin .contents .col{
  background: #f6f4f4;
  width: 300px;
}

#Apply_fin .contents .row{
  border-bottom: 2px solid #d0d0d0;
}

#Apply_fin .contents td{
  padding: 15px;
}

#Apply_fin .contents .col2{
  text-align: left;
  width: 300px;
  padding-left: 50px;
}

#Apply_fin .contents .col3{
  text-align: left;
  width: 350px;
}

#Apply_fin table .start{
  background: #4788b1;
  border-radius: 20px;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  margin-left: 7px;
}

#Apply_fin table .end{
  background: #204155;
  border-radius: 20px;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  margin-left: 7px;
}

#Apply_fin table .sbj_name{
  font-weight: bolder;
}


#Apply_fin .contents .btn{
  width: 100%;
  margin: 0 auto;
}

#Apply_fin .contents button{
  width: 160px;
  color: #fff;
  background: #333;
  padding: 10px;
  font-size: 17px;
  margin: 20px 20px 50px 0;
  cursor: pointer;
  border: none;
  width: 200px;
}

#Apply_fin .contents .btn_mypg{
  background: #fff;
  border: 1px solid #333;
  color: #333;
}

#Apply_fin .contents input#chk{
  display: none;
}

#Apply_fin .contents input#chk + label{
  cursor: pointer;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #333;
  background: #fff;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

#Apply_fin .contents input#chk:checked + label::after{
  content: '✔';
  font-size: 17px;
  width: 19px;
  height: 19px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
}

#Apply_fin .contents input#chk2{
  display: none;
}

#Apply_fin .contents input#chk2 + label{
  cursor: pointer;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #333;
  background: #fff;
  position: relative;
  vertical-align: middle;
  margin-left: 140px;
  margin-right: 10px;
}

#Apply_fin .contents input#chk2:checked + label::after{
  content: '✔';
  font-size: 17px;
  width: 19px;
  height: 19px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
}

#Apply_fin .contents input#chk3{
  display: none;
}


#Apply_fin .contents input#chk3 + label{
  cursor: pointer;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #333;
  background: #fff;
  position: relative;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 10px;
}

#Apply_fin .contents input#chk3:checked + label::after{
  content: '✔';
  font-size: 17px;
  width: 19px;
  height: 19px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
}