main > section > article {
	padding-top: 0;
}

main section article {
    width: 100%;
    margin: 0 auto 2% auto;
    padding: 2% 1%;    
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #fff;
}
main section article table {
    width: 96.6%;
    margin-left: 20px;
    margin-top: 1px;
}

main section article table td {
    font-family: 'Pretendard-Regular';
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4em;
    padding: 5px;
  	word-break:keep-all
}

/*.S, .S0:nth-child(odd), .S1:nth-child(odd), .S2:nth-child(odd), .S3:nth-child(even), .S4:nth-child(even), .S5:nth-child(even), .S6:nth-child(odd) {
    background-color: #e6e7e9;
}*/

main section article table tr.B {
    height: 40px;
    font-size: 1.04em;
    background-color: #fff101;
    font-weight: 500;
    color: #000;
    cursor: pointer
}

main section article table tr.B:hover {
    background-color: #e3dc68
}

main section article table tr.CB {
    height: 40px;
    font-size: 1.04em;
    background-color: #005aab;
    font-weight: 500;
    color: #fff;
}

main section article table tr {
    border-bottom: 1px dotted silver
}

main section article table tr td {
    vertical-align: middle
}

main section article table tr td:nth-child(1) {
    width: 15%;
    text-align: center;
    border-right: 1px dotted silver
}

main section article table tr td:nth-child(2) {
    width: 610px;
    padding-left: 8px
}

main section article table tr td:nth-child(1).AL {
    text-align: left;
    border-right: none
}

span.AR {
    float: right;
    font-size: 0.95em;
    text-align: right
}

span.AL {
    float: left;
    font-size: 0.95em;
    text-align: left
}

span.RB {
    font-weight: 500;
    font-size: 1.1rem;
    color: #d1262d
}

span.FW600 {	
    font-weight: 600;
    font-size: 1.2em;
}

span.foldingIcon {
    padding: 0 1%;
}
@media (max-width:940px){	
   main section article table tr td:nth-child(1) {
    width: 20%;
  }
  main section article table tr td {
    font-size: 0.95em;
  }
}
@media (max-width:700px){	
   main section article table tr td:nth-child(1) {
    width: 24%;
  }
  main section article table tr td {
    font-size: 0.95em;
  }
}
@media (max-width:645px){	
	main section article table {
      width: 96%;
      margin-left: 10px;
      margin-top: 20px;
      font-size: 1em;
	}	
  main section article table tr td {
    font-size: 0.89em;
  }
  
  main section article table tr td:nth-child(1) {
    width: 28%;
  }
}
  
   .program_down {
        margin-right : 1rem;
        padding: 0;  
        text-align : right;
    }

    .program_down > a > button {
        padding: 0.5rem 1.5rem;
        text-align: center;
        vertical-align: middle;
        border: 2px solid #2d446e;
        display: inline-block;
        border-radius: 6px;
        background-color: rgb(243, 243, 243);
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        color: #2d446e;
        font-weight: 600;
        cursor: pointer;
        transition: all .3s;        
    }

    .program_down > a > button:hover {
        border-radius: .5rem;
        border: 2px solid rgb(223, 124, 132);
        color: #fff;
        background-color: rgb(206, 49, 62);      
    }
    
    .program_down > a > button > i {
        color: #2d446e;
    }
    
    .program_down > a > button:hover i {
        color: #fff;
    }