.notice {
    margin-top: 120px;
}

.notice h3 {
    padding-bottom: 70px;
    font-family: 'Noto Sans CJK KR';
    padding-left: 20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.inner_660 {
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    border-top: 2px solid black;
}

.top h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Noto Sans CJK KR';
    padding: 38px 0px 38px 18px;
}

.info {
    width: 86px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    display: flex;
    width: 100%;

}


.info span {
    padding: 30px 0px 30px 18px;
    color: #454545;
    font-size: 28px;
    font-family: 'Noto Sans CJK KR';
}
.info1 .name {
    display: inline-block;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 400px;
}
.info .date {
    position: relative;
    padding-right: 66px;
}

.info .date::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    border: 1px solid #454545;
    width: 0px;
    height: 23px;
}

.file_img {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 30px;
    gap: 15px;
    display: flex;
    align-items: center;
}

.file_img p {
    font-size: 28px;
}


.content {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dbdbdb;
}

.content br {
    display: none;
}

.content .cont {
    padding: 40px 83px 40px 18px;
}

.content p {
    font-size: 28px;
    font-family: 'Noto Sans CJK KR';
    line-height: 39px;
    color: #454545;
}

.info .prev {
    position: relative;
    padding-right: 123px;
}

.info .prev::after {
    position: absolute;
    content: "";
    border: 1px solid #dbdbdb;
    width: 0px;
    height: 23px;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.info1 span {
    color: #757575;
}

.info .prev i {
    background: url('../img/ico/content_up.png') no-repeat center;
    width: 22px;
    height: 14px;
    background-size: 22px 14px;
    display: block;
    position: absolute;
    top: 50%;
    right: 72px;
    transform: translateY(-50%);

}


.info .next {
    position: relative;
    padding-right: 123px;
}

.info .next::after {
    position: absolute;
    content: "";
    border: 1px solid #dbdbdb;
    width: 0px;
    height: 23px;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.info .next i {
    background: url('../img/ico/content_down.png') no-repeat center;
    width: 22px;
    height: 14px;
    background-size: 22px 14px;
    display: block;
    position: absolute;
    top: 50%;
    right: 72px;
    transform: translateY(-50%);

}

.list {
    width: 320px;
    height: 80px;
    background-color: #fe3a40;
    border-radius: 10px;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Noto Sans CJK KR';
    color: white;
    margin: 85px 170px 200px 170px;
}

.enable {
    color: gray;
    pointer-events: none;
}