.totalBodyContainer {
    background-color: #F8F8F8;
}

.detailSection1 {
    margin-top: 120px;
    margin-bottom: 99px;
    width: 100%;
}

.detailSection1Wrapper {
    height: 160px;
    position: relative;
    border-bottom: 1px solid rgba(18, 34, 45, 0.2)
}

.detailSection1NewsText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: -0.96px;
    color: #12222D;
    text-align: left;
}

.detailSection1NewsText > span {
    font-family: SCDream, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -1.2px;
    color: #12222D;
}

.detailSection1PressText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: -0.96px;
    color: #12222D;
    text-align: center;
}

.detailSection1PressText > span {
    font-family: SCDream, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -1.2px;
    color: #12222D;
}


.detailSection1CertiText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-300%, -50%);
    font-family: SCDream, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -1.2px;
    color: #12222D;
}

.detailSection1ManualText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-310%, -50%);
    font-family: SCDream, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -1.2px;
    color: #12222D;
}

.detailBoardTitle {
    font-family: SCDream, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -1.2px;
    color: #12222D;
    padding-bottom: 20px;
}


/* 상세페이지 본문 제목 */
.detailBodyTotalWrapper {
    width: 100%;
    max-width: 1150px;
}

.detailTitleWrapper {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.detailTitleWrapper > p {
    height: 40px;
    flex: 1;
    margin: 0;
    border: 1px solid #12212c;
    border-left: none;
    border-right: none;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
    padding-left: 10px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    background-color: #EAEBEC;
    box-sizing: border-box;
}

.detailTitleDateWrapper {
    flex: 9;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 12px;
    border: 1px solid #12212c;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
}

.detailTitleDateWrapper > p {
    margin: 0;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
}

.detailFileWrapper {
    display: flex;
    align-items: stretch;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #12212c;
}

.detailFileWrapper > p {
    flex: 1;
    margin: 0;
    border-left: none;
    border-top: none;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
    padding-left: 10px;
    padding-right: 20px;
    background-color: #D7E0E9;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.detailFile {
    flex: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    box-sizing: border-box;

}

.detailTitleDateWrapper > div {
    margin: 0 0 0 0;
    font-size: 13px;
    box-sizing: border-box;
}

#postFiles {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

#postFiles > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

#postFiles > div > a {
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
}


#postFiles > div > a:hover{
    color: #338CFF;
}



.detailContentWrapper {
    border-bottom: 1px solid #12212c;
}

#postContent img,
#postContent p,
#postContent span,
#postContent strong {
    max-width: 100%;
    height: auto;
    display: block;
    font-family: SCDream, sans-serif;
    font-weight: 500;
}

#postContent {
    width: 100%;
    box-sizing: border-box;
    padding: 13px;
    word-break: break-all;
    overflow-wrap: break-word;
}


#postContent > p {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
}


.btnWrapper {
    width: 100%;
    max-width: 1150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 200px;
    margin-top: 20px;
    gap: 20px;
}

/*수정버튼 */
.updateBtn,
.deleteBtn{
    text-decoration: none;
    padding: 3px 17px;
    border: 1px solid #949AA0;
    border-radius: 2px;
    background-color: #EAEBEC;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
    cursor: pointer;
}

.updateBtn:hover,
.deleteBtn:hover{
    background-color: #D7E0E9;
}

/* 목록으로 돌아가기*/
.goMenu{
    display: flex;
    align-items: center;
    justify-content: center;
}

.goMenu > a {
    text-decoration: none;
    padding: 3px 17px;
    border: 1px solid #949AA0;
    border-radius: 2px;
    background-color: #EAEBEC;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6875rem;
    letter-spacing: -0.84px;
    color: #12222D;
    cursor: pointer;
}

.goMenu > a:hover {
    background-color: #D7E0E9;
}

@media (max-width: 1399px) {
    .detailBodyTotalWrapper,.btnWrapper{
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    .detailSection1NewsText{
        transform: translate(-170%, -50%);
    }


    .detailSection1ManualText,
    .detailSection1CertiText{
        transform: translate(-200%, -50%);
    }
}

@media (max-width: 575px) {

    .detailSection1NewsText{
        transform: translate(-130%, -50%);
    }
    .detailSection1ManualText,
    .detailSection1CertiText{
        transform: translate(-170%, -50%);
    }
    #postCreatedDate{
        display: none;
    }
}