/* Course_list */
#Course_list .main {
    width: 1200px;
    margin: 0 auto;
    height: 200px;
    background: gray;
    background: url(/home/images/curriculum/main4.jpg) no-repeat center / cover;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  #Course_list .main_bg {
    height: 200px;
  }
  
  #Course_list .contents{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  #Course_list .contents .title{
    text-align: center;
    font-size: 33px;
    font-family: 'NotosansB';
    padding-bottom: 10px;

  }

  #Course_list .contents .title_main{
    text-align: center;
    font-size: 33px;
    font-family: 'NotosansB';
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #666;
    
  }
  
  #Course_list .contents hr{
    border: 0;
    height: 2px;
    background: #666;
  }
  
  #Course_list .contents .title2{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: -0.8px;
  }
  
  #Course_list .contents .fin{
    font-size: 37px;
    font-family: 'NotosansB';
  }
  
  #Course_list .contents .fin_accent{
    font-family: 'NotosansB';
    color: #ff0000;
  }
  
  #Course_list .contents table{
    width: 1200px;
    margin: 0 auto;
    border-collapse: collapse;
    border-top: 2px solid #af0328;
    border-bottom: 2px solid #999;
    margin-top: 30px;
  }
  
  #Course_list .contents .col{
    background: #f6f4f4;
    width: 400px;
  }
  
  #Course_list .contents .row{
    border-bottom: 2px solid #d0d0d0;
  }
  
  #Course_list .contents td{
    padding: 15px;
  }
  
  #Course_list .contents .col2{
    text-align: left;
    width: 350px;
    padding-left: 50px;
  }
  
  #Course_list .contents .col3{
    text-align: left;
    width: 350px;
  }
  
  #Course_list .contents .btn{
    width: 100%;
    text-align: right;
  }
  
  #Course_list .contents button{
    width: 250px;
    color: #fff;
    background: #333;
    padding: 15px;
    font-size: 17px;
    margin: 20px 0 50px 0;
    cursor: pointer;
    border: none;
  }
  
  #Course_list .contents .btn img{
    display: inline-block;
    margin-top: 13px;
    margin-left: 8px;
    font-size: 14px;
  }
  
  #Course_list .contents .list{
    display: flex;
    flex-wrap: wrap;
  }
  
  #Course_list>.contents>.list>li{
    width: 360px;
    margin-right: 60px;
    margin-bottom: 50px;
  }
  
  #Course_list>.contents>.list>li:nth-child(3n){
    margin-right: 0;
  }
  
  #Course_list .contents .list .title{
    font-size: 22px;
    text-align: left;
    margin-top: 10px;  
    font-family: 'NotosansR';
    font-weight: bolder;
    cursor: pointer;
  }
  
  #Course_list .contents .list .detail{
    text-align: justify;
    font-size: 14px;
    color: #666 ;
    /*height: 80px;*/
  }
  
  #Course_list .contents .list .icon{
    display: flex;
    font-size: 14px;
  }
  #Course_list .contents .list .icon img{
    padding-right: 10px;
  }
  
  #Course_list .contents .list .icon .icon1{
    margin-left: 30px;
  }
  
  #Course_list .contents .list hr{
    margin: 20px 0;
    border: none;
    height: 1px;
    background: #e2e2e2;
  }
  
  #Course_list .ani li {
    opacity: 0;
    transform: translateY(50%);
    transition: 0.8s;
  }
  
  #Course_list .show li {
    opacity: 1;
    transform: translateY(0);
  }
  
  #Course_list .show li:nth-child(1){
    transition-delay: 0.1s;
  }
  #Course_list .show li:nth-child(2){
    transition-delay: 0.2s;
  }
  #Course_list .show li:nth-child(3){
    transition-delay: 0.3s;
  }
  #Course_list .show li:nth-child(4){
    transition-delay: 0.4s;
  }
  
  

  #Course_list .clist{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  #Course_list .clist li{
    width:360px;
    height: 364px;
    position: relative;
    height: 360px;
    height: 364px;
    box-shadow: 0px 3px 5px 3px #f0f0f0;
    border-radius: 30px;    
  }

  #Course_list .clist li:hover{
    outline: 5px solid #c7e9f8;
  }

  #Course_list .clist li:hover .title{
    /* font-size: 26px;
    transition: 3s; */
    
    
    transform: scale(0.9);
    transition-duration: 0.5s;
   
  }

  #Course_list .clist li:hover .detail{
    /* font-size: 16px;
    transition: 3s; */

    
    transform: scale(0.9);
    transition-duration: 0.5s;
   
    
  }


  #Course_list .clist li:nth-child(3) .icon{
    margin: 0 122px 0 132px;
  }

  /*
  #Course_list .clist li:nth-child(4) .icon {
    padding: 30px 0 40px 0;
    }
    
    #Course_list .clist li:nth-child(7) .icon {
    padding: 50px 0 20px 0;
    }
*/
  /*
  #Course_list .clist li:nth-child(4) .box{
    padding-top: 40px;
  }
  
  #Course_list .clist li:nth-child(4) .shadow{
    height: 150px;
  }

  #Course_list .clist li:nth-child(7) .icon{
    padding-top: 10px;
  }
  */

  #Course_list .clist li .box{
    height: 360px;
    height: 364px;
    box-shadow: none;
    border-radius: 30px;
  }
  
  #Course_list .clist li .shadow{
    box-shadow: none;
    /*height: 140px;*/
    width: 360px;
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
    background: url(/home/images/curriculum/shadow.jpg) no-repeat bottom;
  }     

  #Course_list .clist li:nth-child(3n+2){
    margin: 0px 60px 60px 60px;
  }

  #Course_list .clist li.icon{
    margin: 0 auto;
  }

  #Course_list .clist li:hover .icon{
    animation-name: bounce;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
  }
  
  #Course_list .clist li .title{
    font-size: 24px;
    letter-spacing: -1px;
    font-family: NotosansM;
    padding-bottom: 5px;
  }

  #Course_list .clist li .detail{
    font-size: 14px;
    color: #666666;
    padding: 0 20px;
  }

  /*
  #Course_list .clist li .more{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateY(-50%);
    padding-bottom: 0px;
    margin: 0 auto;
  }
  */

  #Course_list .clist li .more{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 25px;
    }

  @keyframes bounce {
    0% { transform: translateY(0);}
    100% { transform: translateY(-10px);}         
  }

  #Course_list .clist li img{
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  /*
  #Course_list .clist li{
    width:360px;
    height: 364px;
  }

  #Course_list .clist li div{
    width:360px;
    height: 364px;
    box-shadow: 0px 3px 5px 3px #f0f0f0;
    border-radius: 30px;
    margin-bottom: 60px;
    padding-top: 50px;
    position: relative;
  }

  #Course_list .clist li:nth-child(3n+2){
    margin: 0px 60px 60px 60px;
  }
  
  #Course_list .clist li img{
    margin: 0 auto;
    padding-bottom: 30px;
  }

  #Course_list .clist li .title{
    font-size: 24px;
    letter-spacing: -1px;
    font-family: NotosansM;
  }

  #Course_list .clist li .detail{
    font-size: 14px;
    color: #666666;
  }

  #Course_list .clist li .more{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateY(-50%);
    padding-bottom: 0px;
  }
*/



 /*과정상세페이지*/
  #Course_view .main {
    width: 1200px;
    margin: 0 auto;
    height: 200px;
    background: gray;
    background: url(/home/images/curriculum/main3.jpg) no-repeat center / cover;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  #Course_view .main_bg {
    height: 200px;
  }
  
  #Course_view .contents{
    /*width: 1200px;*/
    width:100%;
    margin: 0 auto;
    text-align: center;
    padding:0 0 50px 0;
  }

  #Course_view .btn{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  #Course_view .btn button{
    width: 250px;
    color: #fff;
    background: #333;
    padding: 15px;
    font-size: 17px;
    margin: 0 0 50px 0;
    cursor: pointer;
    border: none;
  }
  
  #Course_view .btn img{
    display: inline-block;
    margin-top: 13px;
    margin-left: 8px;
    font-size: 14px;
  }

  #Course_view .btn button.app{
    width: 180px;
    color: #fff;
    background: #333;
    padding: 15px;
    font-size: 17px;
    margin: 0 0 50px 0;
    cursor: pointer;
    border: none;
  }
  
  #Course_view .btn button.app img{
    display: inline-block;
    margin-top: 13px;
    margin-left: 8px;
    font-size: 14px;
  }