.repoterArea {
    display: flex;
    margin: 0 auto 20px;
    padding: 60px 30px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 60px 0 0;
    border-bottom: 0;
}

.repoterArea .repoterArea-inner {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.repoterArea .repoterImage {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 114px;
    border-radius: 80px;
    overflow: hidden;
}

.repoterArea .repoterImage img {
    width: 100%;
    height: auto;
}

.repoterArea .contentSide {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.repoterArea .contentSide .topSide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.repoterArea .repoterName {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
    letter-spacing: -0.24px;
}

.repoterArea .emailArea {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
    border: 1px solid #ddd;
    padding: 0 24px;
    border-radius: 40px;
    height: 32px;
    text-align: center;
}

.repoterArea .emailArea .emailIcon {
    width: 20px;
    height: 16px;
    background: url("https://img.seoul.co.kr/img/n24/reporter/repoter-icon.png") no-repeat;
    background-position: -478px -12px;
    background-size: 800px;
}

.repoterArea .descArea {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
    color: #444;
}

.repoterArea .contentSide .bottomSide {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.repoterArea .snsList {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.repoterArea .snsList li {
    cursor: pointer;
    width: 42px;
    height: 42px;
}

.repoterArea .snsList li.faceBook-button {
    background: url("https://img.seoul.co.kr/img/n24/reporter/repoter-icon.png") no-repeat;
    background-position: -59px 1px;
    background-size: 800px;
}

.repoterArea .snsList li.x-button {
    background: url("https://img.seoul.co.kr/img/n24/reporter/repoter-icon.png") no-repeat;
    background-position: -179px 1px;
    background-size: 800px;
}

.repoterArea .snsList li.branch-button {
    background: url("https://img.seoul.co.kr/img/n24/reporter/repoter-icon.png") no-repeat;
    background-position: -359px 1px;
    background-size: 800px;
}

.repoterArea .snsList li.threads-button {
    background: url("https://img.seoul.co.kr/img/n24/reporter/repoter-icon.png") no-repeat;
    background-position: -239px 1px;
    background-size: 800px;
}

.repoterArea .snsList li.naverBlog-button {
    background: url("https://img.seoul.co.kr/img/n24/reporter/repoter-icon.png") no-repeat;
    background-position: 1px 1px;
    background-size: 800px;
}

.repoterArea .snsList li.insta-button {
    background: url("https://img.seoul.co.kr/img/n24/reporter/repoter-icon.png") no-repeat;
    background-position: -119px 1px;
    background-size: 800px;
}

.repoterArea .snsList li.tstory-button {
    background: url("https://img.seoul.co.kr/img/n24/reporter/repoter-icon.png") no-repeat;
    background-position: -299px 1px;
    background-size: 800px;
}

.repoterArea .snsList li.homepage-button {
    background: url("https://img.seoul.co.kr/img/n24/reporter/repoter-icon.png") no-repeat;
    background-position: -419px 1px;
    background-size: 800px;
}

.repoterArea .naverSubmit-button {
    width: 100%;
}

.repoterArea .submitButton {
    height: 50px;
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serialListBanner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.serialList {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.serialListBanner .serialList li {
    width: 100%;
    max-width: 100%;
}

.serialListBanner .serialList li .bannerImage {
    width: 100%;
    background: #eee;
}

.repoterArticleSection .newsBoxList .newsBox_row_1 {
    padding: 0 0 30px;
}

.repoterArticleSection .newsBoxList a:last-child .newsBox_row_1 {
    padding-bottom: 0;
}


.repoterArticleSection .newsBoxList .newsBox_row_1 .newsInfo span {
    color: var(--text-gray-500);
}

.repoterArticleSection .newsInfo span:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
    width: 1px;
    height: 11px;
    background: var(--text-gray-500);
}

.repoterArticleSection .newsBox_row_1 .articleImage {
    width: 106px;
    height: 106px;
}

.weeklyTopArticle .pageTopNews .newsBox .articleImage {
    width: 60px;
    height: 60px;
}


.reporter-showMoreBtn {
    padding: 0 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
    color: #666;
}

.reporter-showMoreBtn span {
    display: block;
}

.reporter-showMoreBtn .icon {
    width: 14px;
    height: 24px;
    background: url("https://img.seoul.co.kr/img/n24/reporter/repoter-icon.png") no-repeat;
    background-position: -546px -7px;
    background-size: 800px;
}

.listCategory .reporterArticleTitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: -0.16px;
}