@import url("http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css");


.guide img {
    display:block;
    width: 100%;
    max-width: 672px;
    margin:10px auto;
}
.guide h3 {
    font-family:'Jeju Myeongjo';
    font-size:22px;
    font-weight:400;
    line-height:1.5;
    letter-spacing: -2px;
}
.guide h3:before {
	display:inline-block;
    content:'';
    width:16px;
    height:16px;
    border:4px solid #28710c;
    border-radius:50%;
    margin-right:10px;
}
.guide p {
    font-size:15px;
    font-weight:400;
    line-height:1.8;
    letter-spacing: -0.5;
    color: #595959;
    word-break:keep-all;
}
.guide p span {
    display: block;
    color: #be3232;
}
.guide p strong { font-size:20px; color:#d62e2e; }
.guide p.sign { margin-top:30px; text-align:right; }
.guide p.sign strong { font-family:'Nanum Brush Script'; font-size:33px; margin-left:10px; letter-spacing:3px; }

.guide table {
	width: 100%;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    text-align: center;
}
.guide table tr {
    border: 1px solid #e1e1e1;
}
.guide table tr th {
	font-size: 16px;
    font-weight:500;
    letter-spacing: -1px;
    background-color: #f2f2f2;
    color: #3d3d3d;
    border: 1px solid #e1e1e1;
    padding: 5px;
}
.guide table tr td {
	font-size: 14px;
    line-height: 1.5;
    border: 1px solid #e1e1e1;
    padding: 5px;
}

.guide ul { margin:25px 0; }
.guide ul li p { margin-left:9px; }
.guide ul li p:before { display:inline-block; content:''; width:4px; heighT:4px; background:#315d02; border-radius:50%; margin-right:5px; vertical-align:middle; margin-left:-9px; }

.guide h4 { background:#315d02; padding:15px; color:#fff; font-size:23px; font-weight:normal;  }
.guide h4 strong { color:#eecc12; }

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

/* mobile */
@media screen and (max-width:768px){
    .guide h2 { font-size:16px; }
    .guide h2 span { font-size:16px; }
    .guide p { font-size:13.5px; }
    .guide table tr th { font-size:14px; }
    .guide table tr td { font-size:13.5px; }
    .guide h4 { font-size:20px; }
    .guide h4 strong { display:block; }
}
