@charset "utf-8";

html, body {
    margin: 0;
    font-family: 'NanumBarunGothic', '돋움', 'dotum', 'Helvetica', sans-serif;
    font-size: 12px;
    color: #5e5e5e;
}

body {
    background: #efefef;
}

a:link, a:visited, a:hover, a:active {
    color: #5e5e5e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img, a {
    border: none;
    vertical-align: middle;
}

.wrap {
    position: relative;
    margin: 10px auto 30px auto;
    width: 1000px;
    border: 1px solid #999;
}

.main_title {
    background: #1c0a34;
    height: 36px;
    margin: 1px 0 0 0;
}

.main_title span {
    margin: 10px 0 0 15px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.content {
    background: #fff;
    position: relative;
}

.content .left {
    display: inline-block;
    float: left;
    position: relative;
}

.content .left_menu {
    width: 164px;
    border: 8px solid #d4cece;
    margin: 10px 10px 15px 10px;
    padding: 20px;
    display: block;
}

.content .list {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 10px;
}

.content .list .tit {
    background: url(../images/common/p_tit.gif) 0 0 no-repeat;
    padding-left: 25px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
}

.content .list .month {
    margin: 10px 0 10px 25px;
}

.content .list .month [role="tablist"] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.content .list .month [role="tab"] {
    background-color: #e9e9e9;
    border: 1px solid #ccc;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #5e5e5e;
    font-size: 14px;
    font-family: inherit;
    padding-left: 15px;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
}

.content .list .month [role="tab"]:hover {
    text-decoration: underline;
}

.content .list .month [role="tab"][aria-selected="true"] {
    background-color: #8d4f76;
    color: #fff;
}

.content .info {
    width: 750px;
    position: absolute;
    top: 30px;
    right: 10px;
    margin: 10px 0 0 0;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    float: right;
}

.content .info .sub_title {
    font-size: 14px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    background: url(../images/common/bg_sub_title.jpg) 0 0 no-repeat;
    line-height: 30px;
    text-indent: 15px;
}

.content .info .accordion {
    display: inline-block;
}

.content .info .accordion .small_title {
    position: relative;
    background: #f0f0f0;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    padding: 7px 0;
    margin: 0 -4px 0 0;
    width: 60px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.content .info .accordion .small_title.on {
    color: #fff;
    font-weight: bold;
    background: #333;
}

.content .info p {
    margin: 5px 0 0 0;
    padding: 10px 30px;
    display: block;
    width: 690px;
}

.content .info p .cate {
    margin: 0 0 15px 0;
    display: block;
    border: 1px solid #ccc;
    padding: 5px 10px 5px 20px;
    font-size: 13px;
}

.content .info p .cate:hover {
    background-color: #f0f0f0;
}

.content .info p b {
    color: #272795;
    display: block;
    text-indent: -12px;
    margin: 0 0 5px 0;
}

.content .info p .btn {
    display: block;
    margin: 10px 0 0 0;
}

.go_top {
    background: url(../images/common/top_btn.jpg) 0 0 no-repeat;
    border: none;
    position: absolute;
    top: 800px;
    left: 1000px;
    z-index: 9999;
    width: 44px;
    height: 46px;
    cursor: pointer;
}

.top_down {
    text-align: right;
    margin: 0 10px 0 0;
}

.top_down li {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 8px 32px 8px 5px;
    border: 1px solid #ccc;
    background: url(../images/common/down.png) 98px center no-repeat;
    margin-right: 5px;
}

.top_down li:hover {
    background-color: #f1f1f1;
}

.top_down li:hover a {
    color: #272795;
}

.top_down li a {
    font-size: 14px;
}

[hidden] {
    display: none !important;
}

.btn-pdf {
    display: inline-block;
    width: 66px;
    height: 22px;
    background: url(../images/common/btn_pdf.jpg) no-repeat 0 0;
    vertical-align: middle;
}