@charset "UTF-8";

.main_container {
    padding-bottom: 50px;
}

.single-post-content {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    border-top: 1px solid #707070;
    /* border-bottom: 1px solid #707070; */
    padding: 26px 0;
}

/* .club-post-content {
    display: flex;
    column-gap: 16px;
} */

.img_wrap {
    /* margin: auto; */
    position: relative;
    margin-top: 13px;
}

.small-image-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
    margin-top: 16px;
    justify-content: space-between;
}

.small-image-item {
    width: calc(100% / 3 - 6px);
}

.small-image-item img {
    max-width: 100%;
}

.content-text_area {
    /* width: 66%; */
}

.club-thumbnail-img {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.main-image_container img {
    display: none;
    width: 100%;
    transition: all 0.3s;
    opacity: 0;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.main-image_container img.is_active {
    display: block;
    animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.category-box-desgin {
    /* position: absolute; */
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 4px 10px;
    /* background-color: #22B700; */
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    z-index: 2;
}

.main-image_container {
    margin-top: 16px;
}

.date-wrap {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.date-text-design {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 12px;
    border-radius: 10px;
    background-color: #696969;
    color: #FFFFFF;
}

.date-time {
    font-size: 12px;
    font-weight: 400;
    color: #6F6F6F;
}

.post-title {
    font-size: 30px;
    margin-top: 8px;
}

body.font-large .post-title {
    font-size: calc(30px + 2px);
}

body.font-extra-large .post-title {
    font-size: calc(30px + 6px);
}

.content-textarea {
    font-size: 15px;
    line-height: 1.7;
    padding-bottom: 36px;
    max-width: 800px;
    width: 90%;
    margin: auto;
    margin-top: 15px;
}

.post-content-list {
    margin-top: 16px;
    border-top: 1px solid #707070;
}

.post-content-list table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #BEBEBE;
    margin-top: 36px;
}

.content-item {
    margin-bottom: 20px;
}

.content-title {
    font-size: 14px;
    text-align: left;
    background-color: #FF9A36;
    color: #FFFFFF;
    width: 22.5%;
    padding: 10px 20px;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #BEBEBE;
}

.content-title.th-head {
    border-top: 2px solid #BEBEBE;
}

.content-title.th-bottom {
    border-bottom: 2px solid #BEBEBE;
}

.content-text {
    font-size: 14px;
    margin-left: 7px;
    padding-left: 23px;
    border-bottom: 2px solid #BEBEBE;
}

body.font-large .content-title {
    font-size: calc(14px + 2px);
}

body.font-extra-large .content-title {
    font-size: calc(14px + 6px);
}

.button_wrap {
    text-align: center;
    margin-top: 16px;
}

.page-link-button {
    display: inline-block;
    width: 280px;
    margin: auto;
    background-color: #DEDEDE;
    border: 1px solid #6F6F6F;
    border-radius: 7px;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    color: #6F6F6F;
    background-image: url(../images/arrow_right_club.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    transition: all .5s;
}

.page-link-button:hover {
    transform: scale(1.1);
}

.archive-link {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    text-align: right;
    margin-top: 20px;
}

.archive-link a {
    color: #1D00FF;
    border-bottom: 1px solid #1D00FF;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s;
}

body.font-large .archive-link a {
    font-size: calc(14px + 2px);
}

body.font-extra-large .archive-link a {
    font-size: calc(14px + 6px);
}

.archive-link a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .single-post-content {
        padding: 16px;
        border: 1px solid #707075;
        border-radius: 6px;
        margin-top: 30px;
    }
    .club-post-content {
        flex-direction: column;
        row-gap: 22px;
        align-items: center;
    }
    .post-top_flex {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
    .content-text_area {
        width: 100%;
    }
    .img_wrap {
        max-width: 340px;
        width: 100%;
        margin: auto;
    }
    .category-box-desgin {
        position: absolute;
    }
    .title_wrap {
        order: 2;
    }
    .content-textarea {
        width: 100%;
    }
    .post-content-list table {
        border: none;
    }
    .content-item th,.content-item td {
        display: block;
        background-color: none;
        border: none;
        width: 100%;
    }

    .main-image_container {
        margin-top: 0;
    }
    .content-title {
        background-color: #ffffff;
        padding: 0;
        color: #434343;
    }
    .content-title.th-head {
        border-top: none;
    }
    .content-title.th-bottom {
        border-bottom: none;
    }
.content-text {
    padding-left: 0;
    padding-bottom: 16px;
}
.button_wrap {
    text-align: center;
}
}

@media screen and (max-width: 767px) {
    .main_container {
        margin-top: 26px;
    }
}

@media screen and (max-width: 500px) {
    .post-title {
        font-size: 22px;
    }
    .content-textarea {
        font-size: 14px;
        line-height: 1.5;
    }
    .content-item {
        margin-bottom: 16px;
    }
    .button_wrap {
        margin-top: 0;
    }
}