/* BASIC css start */
.bbs-tit{
    margin-bottom: 60px;
}

/* t-msg */

#guide .t-msg {
    margin-top: 20px;
    font-size: 14px;
    color: #7b7b7b
}

#guide .t-msg a {
    font-size: 14px;
    color: #7b7b7b;
    vertical-align: top
}

/* gd-dsc */

#guide .gd-dsc {
    text-align: center;
}

#guide .gd-dsc dt {
    position: relative;
    font-size: 17px;
    color: #000;
}

#guide .gd-dsc dt a {
    font-size: 16px;
    color: #000;
    vertical-align: top
}

#guide .gd-dsc dd {
    padding: 12px 0 30px 0px;
    font-size: 13px;
    color: #717171;
    line-height: 22px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}

#guide .gd-dsc:last-child dd {
    border-bottom: none;
}

#guide .gd-dsc:first-child dd li:first-child{
    margin-bottom: 12px;
}
/* BASIC css end */

