/* notice */
#notice_box {margin:20px 0 0 0;width:570px;float:left;}
#notice_box .front {margin:10px 0 0 0;height:100px;padding:10px 10px 14px 10px;border:#cccccc solid 1px;width:550px;float:left;}
/* notice */


/* link */
#link_box {margin:20px 0 20px 0;float:right;width:547px;height:171px;}
#link_box .left {float:left;width:186px;}
#link_box .center {float:left;width:186px;}
#link_box .right {float:right;width:175px;}
/* link */


/* system */
.system_box {
    padding-top: 100px;
    font-family: NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, Raleway, '나눔바른고딕', '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif
}
.content + .system_box {
    padding-top: 0;
}
.system_box section {
    width: 1200px;
    margin: 0 auto
}
.system_box .tit {
    padding-bottom: 32px;
    font-size: 40px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 50px
}
.system_box .noti {
    display: block;
    padding: 12px 0 0;
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: bold;
    color: #cda25a;
    letter-spacing: 1px;
    line-height: 20px
}


/* section.guide */
.system_box .guide {
    height: 540px;
/*    padding-top: 80px*/
}
.system_box .guide ul {
    padding-top: 27px
}
.system_box .guide li {
    position: relative;
    float: left;
    width: 314px;
    min-height: 140px;
    padding: 0 15px 0 70px;
    margin: 0 0 50px 0
}
.system_box .guide h2 {
    padding: 7px 24px 13px 0;
    font-size: 17px;
    font-weight: normal;
    line-height: 23px;
    color: #333
}
.system_box .guide p {
    padding: 0 24px 0 0;
    font-size: 14px;
    line-height: 26px;
    color: #888
}
.system_box .guide .ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #555;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    color: #efefef
}
.system_box .guide .ico:hover,
.system_box .guide .ico:active,
.system_box .guide .ico:focus {
    background-color: #cda25a
}
.system_box .guide p a {
    color: #444
}
.system_box .guide p a:hover,
.system_box .guide p a:active,
.system_box .guide p a:focus {
    color: #cda25a;
    border-bottom: 1px solid #cda25a
}
/* system */
