@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: 80%;
    max-width: 1400px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 150px;
    margin-bottom: 100px;
}

.title {
    font-size: 36px;
    font-family: "PMedium";
    color: rgb(229, 230, 231);
    margin-bottom: 12px;
}


.title_box {
    font-size: 30px;
    font-family: "PMedium";
    color: rgb(229, 230, 231);
    margin-bottom: 12px;
    text-align: left;
}


.recommended-container {
    position: sticky;
    top: 90px;
    width: 28%;
}

.recommended-item {
    margin-top: 20px;
    width: 100%;
}

.table {
    margin-top: 10px;
    border-collapse: collapse;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    border-collapse: collapse;
}

.table td {
    border: 2px solid #2f3133;
    padding: 15px;
    background-color: transparent;
    vertical-align: top;
    word-wrap: break-word;
}

.bold {
    font-size: 18px;
    font-family: "PMedium";
    color: #acafb3;
    word-break: keep-all;
}

.light {
    font-size: 18px;
    font-family: "PRegular";
    color: #7b7d80;
    word-break: keep-all;
}

.light.md {
    vertical-align: middle !important;
}

.light.ct {
    text-align: center;
}




.side_post {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: left;
    background-color: transparent;
    border-radius: 12px;
    word-break: keep-all;

    transition: 
    border 0.3s,
    background-color 0.3s
}

.side_post:hover {
    background-color: #1b1e20;
}

.side_post:hover .date {
    opacity: 1;
}


.post-title {
    margin: 0;
    font-size: 22px;
    font-family: "PMedium";
    color: #ced1d4;
}


.date {
    margin: 0;
    font-family: "PRegular";
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(127, 132, 136);
}


ol {
    line-height: 30px;
    margin-bottom: 40px;
}

ul {
    line-height: 23px;
    margin-top: 10px;
}

.content img {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    height: auto;
    width: 100%;
}

li {
    margin-bottom: 13px;
}


.content span {
    font-size: 27.75px;
    font-family: "PMedium";
    color: #c6c8cc;
    margin-bottom: 7px;
    margin-top: 30px;
    display: inline-block;
    line-height: 38px;
}

.content p {
    font-size: 22.5px;
    font-family: "PMedium";
    color: #c6c8cc;
    margin-top: 20px;
    margin-bottom: 7px;
}

.image{
    width: 33px;
    height: 34px;
    transform: translateY(21px);
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.date_title{
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "PRegular";
    color: rgb(139, 139, 141);
}

hr {
    border: 1px solid #272b2e;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.content{
    border-color: #222427;
    border-width: 2px;
    border-style: solid;
    padding: 30px;
    border-radius: 15px;
    font-size: 18px;
    font-family: "PRegular";
    -webkit-font-smoothing: antialiased;
    color: #9a9da0;
    line-height: 26px;
    word-break: keep-all;
}

a {
    text-decoration: none;
    color: rgb(101, 128, 218);
}

a:hover {
    text-decoration:underline;
}

.box {
    width: 70%;
}

.information_1_flex{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


@media screen and (max-width: 1000px) {
    .information_1_section {
        margin-top: 90px;
        width: 90%;
    }


    .flex {
        display: block;
    }

    .date_title {
        font-size: 16px;
    }

    .title {
        word-break: keep-all;
        font-size: 24px;
    }

    .content p {
        font-size: 18px;
        line-height: 30px;
    }

    .content span {
        font-size: 18px;
        line-height: 30px;
        word-break: keep-all;
    }

    .content{
        line-height: 24px;
        word-break: keep-all;
        font-size: 14px;
    }

    .information_1_flex{
        display: inline-block;
    }

    .box {
        width: 100%;
        margin-bottom: 100px;
    }

    .recommended-container {
        width: 100%;
    }

    .side_post {
        background-color: transparent;
    }

    .title_box {
        font-size: 24px;
    }

    .date {
        margin: 0;
    }

    .post-title {
        font-size: 18px;
        font-family: "PMedium";
    }
}