@font-face {
    font-display: swap;
    font-family: "codec";
    font-style: normal;
    src: url('/assets/fonts/codec.woff2') format('woff2'),
        url('/assets/fonts/codec.woff') format('woff');
}

body {
    display: grid;
    gap: 10vh;
    line-height: 1.5;
    font-family: 'codec', 'Pretendard', sans-serif;
    background-color: #f3f3f1;
}

.Junghyeon {
    margin: 0 auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-bottom: 3rem;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 94px;
}

.title {
    flex: 0 0 30%;
}

.news {
    flex: 0 0 70%;
    padding: 0 !important;
}

h1 {
    text-align: center;
    position: relative;
    display: table;
    margin-left: 80px;
}

.news-list li {
    list-style: none;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
}

.news-list li .contents .date span {
    display: inline-block;
    font-family: 'Pretendard';
    font-size: 14px;
    color: #999;
    letter-spacing: 0px;
    word-spacing: 0;
    text-align: center;
    font-weight: bold;
    vertical-align: text-top;
}

.news-list li .contents h3 {
    color: #262625;
    font-size: 48px;
    font-family: 'Pretendard';
    font-weight: 900;
    text-align: center;
    margin: 0;
    display: inline;
    vertical-align: text-top;

}

.contents {
    display: flex;
    padding-bottom: 48px;
}

.content-area {
    margin-left: 50px;
    font-family: 'pretendard';
}

.title h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0px;
    color: #212529;
}

.content-area h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #262625;
    font-family: 'Pretendard';
}

.content-area p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 8px;
    width: 100%;
    word-break: break-word;
    font-family: 'Pretendard';
}

.second {
    position: relative;
}

.about {
    display: inline-block;
    background-color: rgb(31 171 68 / 90%);
    border: 2px solid #09bf41;
    border-radius: 2000em;
    box-shadow: .1em .1em .2em rgba(0, 0, 0, .2);
    color: #fff;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    font-size: 32px;
    padding: 4px 16px 0;
    top: -24px;
    right: -32px;
    z-index: 1;
}

.news .news-list li .contents .content-area a {
    text-transform: uppercase;
    font-weight: 900;
    color: #475c90;
    font-size: 14px;
    margin-top: 24px;
    display: block;
    width: 100%;
    text-decoration: none;
    font-family: 'Pretendard';
}