/*¹Ú½º»çÀÌÁî padding»ó°ü¾øÀÌ */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.page-content  { font-size:20px; word-break:keep-all; line-height: 160%; }

.page-content td ,.page-content span,.page-content p, .page-content h1, .page-content h2, .page-content h3, .page-content h4,.page-content h5, .page-content li { word-break:keep-all;}
.page-content ul.jum {list-style-type: square; padding-left: 30px; line-height:200%;}

.table_s1{border-top: 3px solid #ddd;}

.devide-column {
  padding: 1em;
  -moz-column-count: 3;
  -moz-column-gap: 1em;
  -webkit-column-count: 3;
  -webkit-column-gap: 1em;
  column-count: 3;
  column-gap: 1em;
}
.newbg{background-color: #f9f9f9;}/*¿¬È¸»ö*/
.newbg1{background-color: #ebf4f5;}
.newbg2{background-color: #0871b1} /*ÆÄ¶û*/
.newbg3{background-color: #bd2790;}
.newbg4{background-color: #f7ffec;}

.title_big{font-size:40px;  text-align: center;  line-height:160%; word-break:keep-all;}
.title_bigMy{font-size:40px;  text-align: center;  line-height:160%; word-break:keep-all;}
.title_bb{font-size:32px; font-weight: 600; }
.title_mm{font-size:28px; font-weight: 600; }
.title_ss{font-size:24px; font-weight: 600; line-height: 180%; }
.title_xs{font-size:22px; font-weight: 600; }
.font_xx{font-size: 18px;}
.font_xxs{font-size: 16px; padding-left: 1.0em; text-indent: -1.0em; color: #666;}
p.year_year{ 
	border-right: 3px solid #0770b1;
    text-align: center;
    padding-bottom: 48px;
	font-size: 28px;
	font-weight: 600;

	}

.board-theme { font-size:16px; word-break:keep-all;}


@media (max-width:767px) { 
	.page-content  { font-size:15px; word-break:keep-all; }
	.page-content td ,.page-content span,.page-content p, .page-content h1, .page-content h2, .page-content h3, .page-content h4,.page-content h5, .page-content li { word-break:keep-all;}
	.page-content ul.jum {list-style-type: square; padding-left: 5px; }

.title_big{font-size:30px;  text-align: center;  line-height:160%; word-break:keep-all;}
.title_bigMy{font-size:35px;  text-align: center;  line-height:160%; word-break:keep-all;}
.title_bb{font-size:25px ; font-weight: 600; }
.title_mm{font-size:28px; font-weight: 600; }
.title_ss{font-size:19px; font-weight: 600; line-height: 180%; }
.title_xs{font-size:22px; font-weight: 600; }
.font_xx{font-size: 18px;}
.font_xxs{}
p.year_year{ 
	border-right: 0px solid #0770b1;
	border-bottom: 3px solid #0770b1;
    text-align: center;
    padding-bottom: 20px;
	font-size: 20px;
	font-weight: 600;

	}

table.year td:nth-child(2) {
    font-size: 14px !important;
}

	}
	.devide-column {
		padding: .5em;
	-moz-column-count: 1;
   -moz-column-gap: .5em;
   -webkit-column-count: 1;
   -webkit-column-gap: .5em;
   column-count: 1;
   column-gap: .5em;

	.board-theme { font-size:14px; word-break:keep-all;}

}