.program_down {
        margin-right : 1rem;
        padding: 1rem;  
        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;
    }

main > section > article {
  width: 98%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  border-radius: 1rem;
  margin: 0 auto 1rem auto;
  padding: 1.5rem 1rem;
  text-align: center;
  word-break: keep-all;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

main section article table {
    width: 96.6%;
    margin-left: 1.25rem;
    margin-bottom: 3.125rem;
    border: 1px solid rgb(235, 235, 235);
}

main section article table td {
    font-family: NanumGothic;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 5px;
    font-weight: 600;
  	word-break:keep-all
}

main section article table tr.B {
    height: 40px;
    font-size: 1.04em;
    background-color: #232d50;
    font-weight: 600;
    color: #fff;
    cursor: pointer
}

main section article table tr.B:hover {
    background-color: #6a7599
}

main section article table tr.G {
    height: 40px;
    font-size: 1.04em;
    background-color: #00aeef;
    font-weight: 600;
    color: #fff;
    cursor: pointer
}

main section article table tr.G:hover {
    background-color: #5dc4e9
}

main section article table tr.SS {
    height: 40px;
    font-size: 1.04em;
    background-color: #f79334;
    font-weight: 600;
    color: #fff;
    cursor: pointer
}

main section article table tr.SS:hover {
    background-color: #eea969
}

main section article table tr.BO {
    height: 40px;
    font-size: 1.04em;
    background-color: #9993d6;
    font-weight: 600;
    color: #000
}

main section article table tr {
    border-bottom: 1px dotted silver
}

main section article table tr:first-child {
    border-top: 1px dotted silver
}

main section article table tr.hide {
    border: none;
    height: 1px;
}

main section article table tr td {
    vertical-align: middle;
}

main section article table tr td span.AR {
    float: right;
    text-align: right;
    font-weight: 400;
    font-size: 1em;
}

main section article table tr.frib1 {
    height: 40px;
    font-size: 1.04em;
    background-color: #9faebf;
    font-weight: 600;
    color: #000
}

main section article table tr.frib2 {
    height: 40px;
    font-size: 1.04em;
    background-color: #a4d9e9;
    font-weight: 600;
    color: #000
}

/* main section article table tr.break {
    height: 40px;
    font-size: 1.04em;
    background-color: #f6e4e4;
    font-weight: 600;
}

main section article table tr.break td.titles {
    font-weight: 600;
    color: #b71319 !important
} */

main section article table tr td.break {
    font-family: "gtB";
    font-size: 1.3em;
    font-weight: 800;
    color: #b71319 !important
}

.RB {
    font-weight: 600;
    color: #e81c42
}

td.B {
    font-weight: 600;
    color: #4b4b4b
}

td.SS {
    background-color: #e3f3f1;
    text-align: center;
}

td.SSS {
    background-color: #f1f8e8;
    text-align: center;
}

@media (max-width:940px){	
  main section article table tr td {
    font-size: 0.95em;
  }

    main section article table tr td.break {
        font-size: 1em;
    }
}
@media (max-width:700px){	
  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.break {
    font-size: 0.95em;
}
} 

/* Tabs menu */
/* Text color */
/* Tabs menu */
button, html [type="button"] {
-webkit-appearance: none;
}

main > section > nav {
margin: 1.25rem 0 0 0;
background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
height: 3.125rem;
border-radius: .125rem .125rem 0px 0px;
}

@media screen and (max-width: 512px) {
main > section > nav {
    height: 1.875rem;
}
}

main > section > nav > button {
background: transparent;
background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, transparent), to(rgba(255, 255, 255, 0.2)));
background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
border: none;
outline: none;
cursor: pointer;
width: 50%;
height: 3.125rem;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
font-size: 1.25rem;
overflow: hidden;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
}

@media screen and (max-width: 512px) {
main > section > nav > button {
    height: 1.875rem;
    font-size: 1rem;
}
}

main > section > nav > button:before {
background-image: linear-gradient(135deg, #004c96 0%, #00a79f 100%);
content: "";
width: 100%;
height: 0px;
position: absolute;
top: 0;
left: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
z-index: 2;
}

main > section > nav > button:hover::before {
height: 100%;
z-index: 2;
bottom: 0;
}

main > section > nav > button.active {
background-color: white;
z-index: 3;
border-right: 0px;
border-left: 0px;
height: 3.75rem;
bottom: 0px;
color: #0c1631;
overflow: hidden;
font-weight: 600;
}

@media screen and (max-width: 512px) {
main > section > nav > button.active {
    height: 2.5rem;
}
}

main > section > nav > button.active:before {
content: "";
width: 100%;
height: .3125rem;
top: 0;
left: 0;
z-index: 2;
color: #0c1631;
}

main > section > nav > button.active p {
opacity: 1;
z-index: 3;
background: -webkit-linear-gradient(135deg, #24909f 0%, #5db6ce 100%);
-webkit-background-clip: text;
color: #0c1631;
}

main > section > nav > button.active:hover p {
opacity: 1;
z-index: 3;
background: -webkit-linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
-webkit-background-clip: text;
color: #0c1631;
}

main > section > nav > button p {
opacity: 0.6;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
z-index: 2;
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
padding: 0;
margin: 0;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
font-weight: 600;
color: #0c1631;
}

main > section > nav > button p:before {
content: attr(data-title);
position: absolute;
height: auto;
width: auto;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
opacity: 0.1;
font-size: 40px;
-webkit-transition: 1s ease-out;
transition: 1s ease-out;
z-index: -1;
font-weight: 600;
top: 110%;
color: #0c1631;
}

@media screen and (max-width: 512px) {
main > section > nav > button p:before {
    display: none;
    color: #10495f;
}
}

main > section > nav > button:hover p {
color: white;
opacity: 1;
}

@media screen and (max-width: 512px) {
main > section > nav > button:hover p {
    color: white;
    opacity: 0.6;
}
}

main > section > nav > button:hover p:before {
opacity: 0.1;
font-size: 40px;
top: -80%;
}

main > section > article {
  width: 98%;
  background-color : rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
  margin: 0 auto 1rem auto;
  padding: 1.8rem 1rem;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
  /* text-align: justify; */
  word-break: keep-all;
  box-shadow: 0 2px 3px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
}

main > section > article .tabcontents {
display: none;
min-height: 18.75rem;
width: 96%;
margin: 3% 2% 0 2%;
}

main > section > article .tabcontents.active {
-webkit-transition: all 1s ease;
transition: all 1s ease;
display: block;
}

main > section > article .tabcontents img {
float: left;
width: 160px;
margin: 0 20px 20px 20px;
-webkit-box-shadow: 0 .1875rem .625rem gray;
        box-shadow: 0 .1875rem .625rem gray;
border-radius: 5px;
}

@media screen and (max-width: 645px) {
main > section > article .tabcontents img {
    width: 120px;
    margin: 0 10px 5px 10px;
}
}

main > section > article .tabcontents .contentArea p {
font-family: 'NanumGothic';
font-size: 1rem;
color: #000;
line-height: 1.4rem;
margin: 0;
word-break: keep-all;
-webkit-transition: all 1s ease;
transition: all 1s ease;
-webkit-animation: fadeEffect 0.6s ease;
        animation: fadeEffect 0.6s ease;
width: 100%;
padding: 0;
}

@media screen and (max-width: 645px) {
main > section > article .tabcontents .contentArea p {
    font-size: 0.94em;
}
}

main > section > article .tabcontents .titF1 {
font-size: 1.1rem;
font-weight: 500;
margin-bottom: .625rem;
}

main > section > article .tabcontents .dateF {
font-size: 1rem;
text-align: right;
}

main > section > article .tabcontents .dateF span {
font-size: 1.1rem;
font-weight: 500;
}

main > section > article:after {
content: "";
height: .3125rem;
width: 100%;
z-index: -3;
position: absolute;
background-image: linear-gradient(135deg, #24909f 0%, #5db6ce 100%);
left: 0;
bottom: 0;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}

@-webkit-keyframes tabEffect {
from {
    top: -40px;
}
to {
    top: 0px;
}
}

@keyframes tabEffect {
from {
    top: -40px;
}
to {
    top: 0px;
}
}

@-webkit-keyframes city {
from {
    left: -150px;
}
to {
    left: -90px;
}
}

@keyframes city {
from {
    left: -150px;
}
to {
    left: -90px;
}
}

@-webkit-keyframes fadeEffect {
from {
    opacity: 0;
    margin-left: 30px;
}
to {
    opacity: 1;
    margin-left: 0;
}
}

@keyframes fadeEffect {
from {
    opacity: 0;
    margin-left: 30px;
}
to {
    opacity: 1;
    margin-left: 0;
}
}