@charset "UTF-8";


/* sub페이지 제목 */
article .sub_title      { width:100%; color:#000; font-size:50px; font-weight:600; letter-spacing:-1px; text-align:center; margin-bottom:35px; }
article .sub_title .eng { letter-spacing:-1px;}
article .sub_title img  { height:50px; }
article .sub_summary    { letter-spacing:-.8px; margin-bottom:50px; text-align:center; color:#999; line-height:22px; word-wrap:break-word }
@media screen and (max-width: 500px) {
	article .sub_title      { font-size:35px; }
	article .sub_title  img { height:35px; }
}



/* article 소 제목 */
article > label.title       { display:block; font-size:19px; color:#000; font-weight:600; }
article > label.description { display:block; margin-top:8px; color:#666; }
article > label.warring     { display:block; margin-top:8px; color:#ff0000; }
