/* 임시처리 */
body:not(.sitempapWrapper) {
    font-size: inherit;
}

/* 임시처리 */


.repoterArea {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    padding: 60px 30px;
    border-bottom: 1px solid #ddd;
	justify-content: flex-start;
}

.repoterArea .repoterArea-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.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 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.repoterArea .contentSide .topSide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.repoterArea .repoterName {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
    letter-spacing: -0.32px;
}

.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;
}

.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: left;
    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;
    gap: 12px;
    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 .submitButton{
    max-width: 163px;
    width: 100%;
    height: 40px;
}

.reporter-showMoreBtn {
    margin-top: 38px;
    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;
}

@media screen and (max-width:780px) {
    .repoterArea {
    width: calc(100% - 40px);
    padding: 60px 0 0;
    border-bottom: 0;
	justify-content: flex-start;
    }

    .repoterArea .contentSide {
    gap: 30px;
    }

    .repoterArea .repoterArea-inner {
    flex-direction: column;
    gap: 12px;
    }

    .repoterArea .contentSide .topSide {
    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 .descArea {
    text-align: center;
    }

    .repoterArea .contentSide .bottomSide {
    justify-content: center;
    gap: 30px;
    }

    .repoterArea .naverSubmit-button {
    width: 100%;
    }

    .repoterArea .submitButton{
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
    height: 50px;
    }

    .repoterArea .submitButton picture img{
    width: 100%;
    }

    .res-secTitle {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        /* 162.5% */
        letter-spacing: -0.16px;
    }
}