.title {
    margin-bottom: 3%;
}

.detailBox {
    width: 100%;
    margin: auto;
    font-size: 1.1em;
}

.detailDate {
    text-align: right;
    font-size: 1.2em;
    padding-right: 3%;
    margin-bottom: 1em;
    display: flex;
    justify-content: flex-end;
}

.category {
    padding: 0.1em 1em 0.3em 1em;
    font-size: 0.8em;
    color: #ffffff;
    border-radius: 50px;
    margin-right: 1%;
}

.detailContent {
    margin-bottom: 6%;
}

.detailContentPhoto {
    display: flex;
    align-items: flex-start;
    gap: 1%;
}

.detailContentLayout {
    padding: 0 3%;
    margin-bottom: 3%;
}

.detailContentText {
    margin-bottom: 3%;
}

.detailContentPhoto {}

.detailContentPhoto img {
    width: 100%;
    max-width: 280px;
    min-width: 0;
}

.detailContentFile {
    display: flex;
    justify-content: center;
    gap: 3%;
    margin-bottom: 3%;
}

.detailContentFile img {
    width: 80px;
}

.detailContentFile p {}

.detailContentFile a {
    max-width: 25%;
    text-align: center;
    color: #f65751;
    font-weight: 500;
}

.detailContentFile a:hover p {
    text-decoration: underline;
}

.pageMove_btn a {
    color: #fff;
    background: #f65751;
    padding: 0.3em 3em;
    display: block;
    width: fit-content;
    border-radius: 3px;
}

.pageMove_btn {
    display: flex;
    justify-content: center;
    gap: 3%;
}

.pageMove_btn a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1024px) {

    .leftSide,
    .rightSide {
        display: block;
    }

    .leftSide .photoCount1_txt,
    .rightSide .photoCount1_txt {
        width: 100%;
    }

    .leftSide .photoCount2_txt,
    .rightSide .photoCount2_txt {
        width: 100%;
    }

    .leftSide .photoCount3_txt,
    .rightSide .photoCount3_txt {
        width: 100%;
    }

    .photoCount4_img {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .photoCount1_img {
        width: 100%;
    }

    .photoCount2_img {
        width: 100%;
    }

    .photoCount3_img {
        width: 100%;
    }

    .photoCount4_img img {
        width: 49.5%;
    }
}

@media screen and (max-width: 530px) {

    .photoCount2_img {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .photoCount2_img img {
        width: 100%;
    }

    .photoCount3_img {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .photoCount4_img img {
        width: 100%;
    }

    .detailContentFile img {
        width: 65px;
    }
}