@font-face {
    font-family: 'PLight';
    src: url('/Font/Pretendard-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PRegular';
    src: url('/Font/Pretendard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PMedium';
    src: url('/Font/Pretendard-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PSemiBold';
    src: url('/Font/Pretendard-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PBold';
    src: url('/Font/Pretendard-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
    font-family: 'PSemiBold', 'PRegular', 'PLight', 'PMedium', sans-serif;
    background-color: #171A1C;
}

.information_1_section {
    width: 100%;
    max-width: 900px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 150px;
}

.title {
    width: 100%;
    font-size: 36px;
    font-family: "PSemiBold";
    text-align: center;
    color: #e9ebee;
    letter-spacing: 2px;
}

.tag_flex {
    display: flex;
    margin-top: 35px;
    gap: 10px;
}


.tag_flex button  {
    padding: 10px 15px;
    outline: none;
    border: none;
    background-color:#171A1C;
    border-radius: 10px;
    font-family: 'PRegular';
    font-size: 15px;
    color: #787c81;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: -6px;
    transition: background-color 0.3s ease,
    color 0.3s ease;
}


.tag_flex button:hover {
    background-color:#222429;
}





.sub_title {
    margin-top: 100px;
    width: 100%;
    font-size: 30px;
    font-family: "PMedium";
    text-align: left;
    color: #dbdee0;
    letter-spacing: -1px;
}

.image{
    width: 100%;
    border-radius: 15px;
    display: block;
}

.flex {
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 35px;
}

.image_loading {
    height: 160px;
    width: 100%;
}

.image_loading, .text_loading {
    border-radius: 8px;
    width: 100%;
    background-color: #525252;
}

.shimmer {
    position: relative;
    overflow: hidden;
}

.shimmer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(230, 230, 230, 0.6) 50%, transparent 100%);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.box {
    border: none;
    padding: 0;
    cursor: pointer;
    gap: 25px;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    background-color: transparent;

    transition: 0.5s padding,
    0.5s background-color;
}

.box:hover {
    padding: 15px;
    background-color: rgb(21, 23, 26)
}


.main_date {
    margin-left: 5px;
    font-size: 15px;
    margin: 0;
    font-family: "PRegular";
    text-align: left;
    color: #8e9194;
    line-height: 0;
}

.main_title {
    margin-left: 5px;
    margin-top:-10px;
    font-size: 23px;
    line-height: 31px;
    font-family: "PMedium";
    text-align: left;
    color: #aeb1b6;
    transition: 
    color 0.2s ease
}


.sub_title.two {
    margin-top: 80px;
}

.post-date {
    font-size: 15px;
    color: #898c91;
    margin-bottom: 5px;
    font-family: "PRegular";
    letter-spacing: 0.5px;
    transition: 
    color 0.2s ease;
}

.post-title {
    margin-top: 10px;
    font-size: 22px;
    color: #aeb0b3;
    font-family: "PMedium";
    transition: 
    color 0.2s ease
}

hr {
    border: 1px solid #f7f7f7;
    width: 100%;
    margin: 20px auto;
}


.post-button-container {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 200px;
}


.post-button-container button {
    margin-bottom: 60px;
    padding: 0;
    cursor: pointer;
    border: none;
    text-align: left;
    border: none;
    font-family: 'PMedium';
    font-size: 23px;
    color: #61646d;
    border-radius: 15px;
    background-color: transparent;
    transition: 
    border 0.5s ease,
    background-color 0.5s ease;
}

.post-button-container button:hover .post-title {
    color: #4264ec;
}





@media screen and (max-width: 1000px) {
    .information_1_section {
        width: 85%;
        word-break: keep-all;
    }

    .box {
        border: none;
        padding: 0;
        cursor: pointer;
        gap: 10px;
        display: flex;
        border-radius: 20px;
        flex-direction: column;
        background-color: transparent;

        transition: 0.5s padding,
        0.5s background-color;
    }

    .flex {
        margin-top: 30px;
        align-items: center;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .sub_title {
        width: 100%;
        font-size: 24px;
        font-family: "PMedium";
        text-align: left;
        color: #dbdee0;
        letter-spacing: -1px;
    }

    .main_title{
        font-size: 18px;
        line-height: 23px;
        font-family: "PSemibold";
        margin: 0;
    }

    .main_date{
        margin: 0;
        margin-top: 10px;
        word-break: keep-all;
        line-height: 20px;
        font-size: 14px;
    }

    .tag_flex {
        margin-top: 25px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .tag_flex button {
        margin-bottom: 5px;
        margin-top: -6px;
        font-size: 14px;
        background-color:#222429;
    }

    .tag_flex button:hover {
        background-color:#141518;
    }


    .tag-button {
        white-space: nowrap;
    }

    .post-button-container {
        gap: 10px;
        margin-top: 40px;
        margin-bottom: 100px;
    }

    .post-date {
        font-size: 14px;
        color: #898c91;
        margin-bottom: 5px;
        font-family: "PRegular";
        letter-spacing: 0.5px;
        transition: 
        color 0.2s ease;
    }

    .post-title {
        margin-top: 10px;
        font-size: 18px;
        color: #aeb0b3;
        font-family: "PMedium";
        transition: 
        color 0.2s ease
    }
}