main section article {
    display: block;
    background-color: transparent;
    display: none
}
main section article table {
    width: 96.6%;
    margin-left: 20px;
    margin-top: 20px
}

main section article table td {
    font-family: NanumGothic;
    font-size: 1em;
    line-height: 1.4em;
    padding: 5px;
  	word-break:keep-all
}

main section article table tr.B {
    height: 40px;
    font-size: 1.04em;
    background-color: #3766a9;
    font-weight: 600;
    color: #fff;
    cursor: pointer
}

main section article table tr.BT {
    height: 40px;
    font-size: 1.04em;
    background-color: #3766a9;
    font-weight: 600;
    color: #fff
}

main section article table tr.B:hover {
    background-color: #c0deee
}
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;
    text-align: right
}

span.RB {
    font-weight: 600;
    color: #e81c42
}

span.FW600 {
    font-weight: 600;
    font-size: 1.1em;
}
@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%;
  }
    main section h2 {
      font-size: 1.8em;
	}
}