@import url("http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css");
#sub_contents {font-size:15px;line-height:1.7;color:#595959;}

.sub h2 {margin-bottom:20px;
	text-align:center;font-family:'jeju myeongjo';font-size:40px;font-weight:400;}
.sub h2 strong {color:#6aa10b;}

.sub table {width:100%;border-collapse:collapse;}
.sub table caption {font-size:18px;font-weight:600;letter-spacing:-2px;color:#6aa10b;text-align:left;}
.sub table caption:before {content:'';display:inline-block;width:15px;height:2px;margin-right:10px;
    vertical-align:middle;
    background-color:#6aa10b;}
.sub table td, .sub table th {border:1px solid #ccc;
    font-size:15px;text-align:center;line-height:1.5;
    padding:7px;
    background-color:#fff;}
.sub table th {background-color:#f7f7f7;
    -ms-word-break:keep-all;
    word-break:keep-all;}
.sub table thead th {background-color:#6aa10b;color:#fff;}
.sub table td ul {margin: 20px;}
.sub table td span {display:block;
	font-size:14px;color:#999;}
.sub table td strong {color:#e71414;}


/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    #sub_contents {font-size:13px;}
    .sub table td, .sub table th {font-size:13px;}
    .sub table td span {font-size:12px;}
    
    .sub h2  {font-size:28px;}
}
