/* 블로그 운영 style start */
.community-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    gap: 100px;
    padding: 50px 0 100px;
}
.community-wrapper .menu-box {
    width: 200px;
    height: auto;
    display: flex;
    flex-direction: column;
}
.community-wrapper .menu-box .menu-header {
    width: 100%;
    height: 90px;
    padding: 20px 0;
    display: flex;
    align-items: flex-end;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    border-bottom: 1px solid #313131;
}
.community-wrapper .menu-box .menus {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.community-wrapper .menu-box .menus .menu-item {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 600;
    color: #797979;
    border-bottom: 1px solid #ddd;
}
.community-wrapper .menu-box .menus .menu-item.active {
    font-size: 17px;
    font-weight: 700;
    color: #111;
}
.community-wrapper .menu-box .menus .sub-menus {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px 25px;
}
.community-wrapper .menu-box .menus .sub-menus .sub-menu-item {
    width: 100%;
    height: auto;
}
.community-wrapper .menu-box .menus .sub-menus .sub-menu-item.active a {
    color: #111;
}
.community-wrapper .menu-box .menus .sub-menus .sub-menu-item a {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #797979;
}
.community-wrapper .holding-point-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.community-wrapper .holding-point-box .icon {
    width: 20px;
    height: 20px;
}
.community-wrapper .holding-point-box .holding-point {
    font-size: 15px;
    font-weight: 700;
    color: #111;
}
.community-wrapper .community-contents {
    width: calc(100% - 300px);
    height: auto;
    display: flex;
    flex-direction: column;
}
.community-wrapper .community-contents.partnership {
    margin:0 auto;

}
.community-wrapper .community-contents .community-contents-description {
    width: 100%;
    /* height: 150px; */
    padding: 30px;
    background-color: #f9f9f9;
}
.community-wrapper .community-contents .community-contents-description p {
    font-size: 15px;
    line-height: 24px;
    color: #111;
}
.community-wrapper .community-contents .community-contents-description p.notice-text{
    white-space:pre-line;;
}
.community-wrapper .community-contents .community-contents-header {
    width: 100%;
    height: 90px;
    padding: 20px 0;
    flex-direction: column;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    border-bottom: 1px solid #313131;
}
.community-wrapper .community-contents.partnership .community-contents-header{
    height:unset;
}
.community-wrapper .community-contents .community-contents-header .community-header-contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.community-wrapper .community-contents .community-contents-button-wrap {
    display: flex;
    justify-content: space-between;
    /*height: 40px;*/
    margin: 20px 0;
}
.community-wrapper .community-contents .community-contents-button-wrap div {
    display: flex;
    gap: 10px;
}
.community-wrapper .community-contents .community-contents-button-wrap a {
    display: inline-block;
    /*width: 140px;*/
    padding: 12px;
    font-size: 14px;
    color: #111;
    border: 1px solid #afafaf;
    border-radius: 5px;
}

.community-wrapper .community-contents .community-contents-body {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.community-wrapper .community-contents .community-contents-body .info-edit-form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 30px 30px;
    /*border-bottom: 1px solid #ddd;*/
}
.community-contents.blog .community-contents-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.community-contents.blog.write .community-contents-header {
    align-items: flex-start;
    padding-bottom: 20px;
}
.community-contents.blog .community-contents-header .blog-write-btn {
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 5px;
    background-color: #30a254;
    font-size: 15px;
    color: #fff;
}
.community-contents.blog .blog-list-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #111;
}
.community-contents.blog .blog-list-wrapper .qna-no-item-box {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.community-contents.blog .blog-list-wrapper .qna-no-item-box img {
    width: 130px;
}
.community-contents.blog .blog-list-wrapper .qna-no-item-box .text {
    font-size: 15px;
    color: #8e8e8e;
}
.community-contents.blog .blog-list-wrapper .blog-item-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 10px;
    gap: 35px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.community-contents.blog .blog-list-wrapper .blog-item-wrapper .info-box {
    width: 137px;
    /*height: 60px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 16px;
    border-radius: 50%;
    font-size: 13px;
    color: #8e8e8e;
}

.community-contents.blog .blog-list-wrapper .blog-item-wrapper.increase_reivew_list .info-box{
    gap:5px;

}

.community-contents.blog .blog-list-wrapper .blog-item-wrapper .info-box .nickname {
    height: auto;
    font-size: 13px;
    color: #8e8e8e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 두 줄 */
    -webkit-box-orient: vertical;
}

/*.community-contents.blog .blog-list-wrapper .blog-item-wrapper .item-body {
    !*width: calc(100% - 95px);*!
    height: 100%;
    display: flex;
}*/

.blog-list-wrapper .item-body {
    width: calc(100% - 95px);
    height: 100%;
    display: flex;
    gap: 20px;
}
.blog-list-wrapper .item-body .item-info {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 13px;
}

.blog-list-wrapper .item-body .item-info ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.blog-list-wrapper .item-body .item-status {
    width: 70px;
    height: 20px;
    background-color: #dbdbdb;
    text-align: center;
    line-height: 20px;
    color: #616161;
}
.blog-list-wrapper .item-body .item-status.success {
    background-color: #cee9d6;
    color: #111111;
}
.blog-list-wrapper .item-body .item-status.my-write {
    background-color: #fee574;
    color: #111111;
}
.blog-list-wrapper .item-body .item-status.reject {
    background-color: #ffe3bb;
    color: #111111;
}


.blog-list-wrapper .item-body .item-contents {
    width: 100%;
}
.blog-list-wrapper .item-body .title-box-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.blog-list-wrapper .item-body .title-box-wrap .title-box {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 700;
}
.blog-list-wrapper .item-body .title-box-wrap .title-box .category {
    color: #30a254;
}
.blog-list-wrapper .item-body .title-box-wrap .title-box .title {
    color: #111;
}
.blog-list-wrapper .item-body .title-box-wrap .title-box .comment-count{
    color:#2FA254;
}
.blog-list-wrapper .item-body .title-box-wrap .write-date {
    font-family: Roboto;
    font-size: 15px;
    color: #8e8e8e;
}
.blog-list-wrapper .item-body .contents {
    width: 100%;
    height: auto;
    line-height: 1.6;
    font-size: 15px;
    color: #8e8e8e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 두 줄 */
    -webkit-box-orient: vertical;
}


.blog-list-wrapper .mark {
    display: inline-block;
    /*font-size: 16px;*/
    font-weight: 700;
    color: #fff;
    /*min-width: 26px;*/
    /*height: 20px;*/
    text-align: center;
    /*vertical-align: middle;*/
    /*padding: 0 3px;*/
    margin-right:3px;
}

.blog-list-wrapper .mark-wrap{
    width:200px;
    white-space:nowrap;
    font-weight:500;
    background: #cee9d6a3;
    padding: 10px;
    color: #111;
    border-radius: 8px;
    font-size: 14px;
    text-align:center;
}
.blog-list-wrapper .mark.mark-red{
    color: #ef3d19;
}
.blog-list-wrapper .mark.mark-blue{
    color: #223ee5;
}
.blog-list-wrapper .mark.mark-dark{
    color: #363636;
}

.community-contents.blog .blog-list-pagination {
    width: 100%;
    height: auto;
    padding: 40px 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.community-contents.blog .community-contents-body .inquiry-contents {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.community-contents.blog .community-contents-body .inquiry-contents .title-box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.community-contents.blog .community-contents-body .inquiry-contents .title-box-wrap .title-box {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
}
.community-contents.blog .community-contents-body .inquiry-contents .title-box-wrap .title-box .category {
    color: #30a254;
}
.community-contents.blog .community-contents-body .inquiry-contents .title-box-wrap .title-box .title {
    color: #111;
}
.community-contents.blog .community-contents-body .inquiry-contents .title-box-wrap .write-date {
    font-family: Roboto;
    font-size: 15px;
    color: #8e8e8e;
}
.community-contents.blog .community-contents-body .inquiry-contents .contents {
    font-size: 15px;
    line-height: 1.73;
    color: #111;
}
.community-contents.blog .community-contents-body .answer-contents {
    width: 100%;
    height: auto;
    padding: 40px;
    background-color: #f6f6f6;
    font-size: 15px;
    line-height: 1.73;
    color: #111;
}
.community-contents.blog .community-contents-footer {
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.community-contents.blog.write .community-contents-footer {
    justify-content: space-between;
}
.community-contents.blog.partnership.write .community-contents-footer{
    justify-content: center;
}

.community-contents.blog.write .community-contents-footer .community-temp-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.community-contents.blog.write .community-contents-footer .community-temp-buttons .button {
    width: auto;
    height: 40px;
    padding: 0 27px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #484848;
}
.community-contents.blog.write .community-contents-footer .community-temp-buttons .button.submit {
    border: solid 1px #fdd000;
    background-color: #fdd000;
}
.community-contents.blog.write .community-contents-footer .community-temp-buttons .button.cancel {
    border: solid 1px #ddd;
    background-color: #fff;
}

.community-contents.blog .community-contents-footer .buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.community-contents.blog .community-contents-footer .buttons.right .button {
    background-color: #111;
    color: #fff;
}
.community-contents.blog .community-contents-footer .buttons .button {
    width: 80px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    color: #484848;
}
.community-contents.blog.write .community-contents-body {
    padding: 20px 20px 40px;
    border-bottom: 1px solid #ddd;
}
.community-contents.blog.write .community-contents-body .categories {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.community-contents.blog.write .community-contents-body .categories .category-item.active {
    border: solid 1px #30a254;
    background-color: #30a254;
    color: #fff;
    font-weight: 700;
}
.community-contents.blog.write .community-contents-body .categories .category-item {
    width: auto;
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 15px;
    line-height: 40px;
    color: #111;
    text-align: center;
    cursor: pointer;
}
.community-contents.blog.write .community-contents-body .categories input[type="radio"] {
    display: none;
}
.community-contents.blog.write .community-contents-body .input-wrap {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}
.community-contents.blog.partnership.write .community-contents-body .input-wrap{
    margin-bottom:20px;
}
.community-contents.blog.partnership.write .input-wrap .input-label {
    width: 130px;
    height: 100%;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}
.community-contents.blog.write .community-contents-body .input-wrap input {
    width: 100%;
    height: 100%;
}
.community-contents.blog.write .community-contents-body .input-wrap input:last-child {
    width: 200px;
}

/*.community-contents.blog.write .community-contents-footer {
    justify-content: center;
}*/

.community-contents.blog.write .community-contents-footer .community-write-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.community-contents.blog.write .community-contents-footer .community-write-buttons .button {
    width: auto;
    height: 40px;
    padding: 0 27px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #484848;
}
.community-contents.blog.write .community-contents-footer .community-write-buttons .button.submit {
    border: solid 1px #fdd000;
    background-color: #fdd000;
}
.community-contents.blog.write .community-contents-footer .community-write-buttons .button.cancel {
    border: solid 1px #ddd;
    background-color: #fff;
}
.community-footer-wrap {
    background-color: #ececec;
    padding: 13.5px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #111;
}
.blog-title-wrapper {
    width: 100%;
    height: 40px;
    display: flex;
    padding: 10px 26px;
    background-color: #f9f9f9;
}

.blog-title-wrapper .blog-title {
    width: 170px;
    font-size: 13px;
    text-align: center;
    color: #7a7a7a;
    border-left: 1px solid #dddddd;
}
.blog-title-wrapper .blog-title:first-child {
    border-left: none;
}
.blog-title-wrapper .blog-title a {
    color: #7a7a7a;
    font-weight: 600;
    vertical-align: text-bottom;
    font-size: inherit;
}
.blog-title-wrapper .blog-title .title.active {
    color: #30a254;
}
.blog-title-wrapper .blog-title.nick {
    width: 137px;
}
/* 블로그 운영 style end */

/* 이웃 소통 style start */
.community-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    gap: 100px;
    padding: 50px 0 100px;
}
.community-wrapper .menu-box {
    width: 200px;
    height: auto;
    display: flex;
    flex-direction: column;
}
.community-wrapper .menu-box .menu-header {
    width: 100%;
    height: 90px;
    padding: 20px 0;
    display: flex;
    align-items: flex-end;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    border-bottom: 1px solid #313131;
}
.community-wrapper .menu-box .menus {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.community-wrapper .menu-box .menus .menu-item {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 600;
    color: #797979;
    border-bottom: 1px solid #ddd;
}
.community-wrapper .menu-box .menus .menu-item.active {
    font-size: 17px;
    font-weight: 700;
    color: #111;
}
.community-wrapper .menu-box .menus .sub-menus {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px 25px;
}
.community-wrapper .menu-box .menus .sub-menus .sub-menu-item {
    width: 100%;
    height: auto;
}
.community-wrapper .menu-box .menus .sub-menus .sub-menu-item.active a {
    color: #111;
}
.community-wrapper .menu-box .menus .sub-menus .sub-menu-item a {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #797979;
}
.community-wrapper .community-contents .community-contents-body {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.community-wrapper .community-contents .community-contents-body .info-edit-form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 30px 30px;
    /*border-bottom: 1px solid #ddd;*/
}
.community-contents.neighbor .community-contents-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.community-contents.neighbor .community-contents-header .blog-write-btn {
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 5px;
    background-color: #30a254;
    font-size: 15px;
    color: #fff;
}
.community-contents.neighbor .blog-list-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #111;
}
.community-contents.neighbor .blog-list-wrapper .qna-no-item-box {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.community-contents.neighbor .blog-list-wrapper .qna-no-item-box img {
    width: 130px;
}
.community-contents.neighbor .blog-list-wrapper .qna-no-item-box .text {
    font-size: 15px;
    color: #8e8e8e;
}
.community-contents.neighbor .blog-list-wrapper .blog-item-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 70px 10px 35px;
    gap: 35px;
    border-bottom: 1px solid #ddd;
    /* cursor: pointer; */
}
.community-contents.neighbor .blog-list-wrapper .blog-item-wrapper:hover{
    background-color:#d5ecdd;
}
.community-contents.neighbor .blog-list-wrapper .blog-item-wrapper .mission-btn{
    min-width: 120px;
    height: 40px;
    background-color: #f4f4f4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    position: relative;
}
.community-contents.neighbor .blog-list-wrapper .blog-item-wrapper .mission-btn:hover{
    background-color: #f7eaab;
}
.community-contents.neighbor .blog-list-wrapper .blog-item-wrapper.tag .mission-btn::after{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(100% - 17px);
    width: 69px;
    height: 20px;
    font-family: Nanum Gothic;
    font-size: 12px;
    font-weight: bold;
    color: white;

}
.tag.my-content .mission-btn::after{
    content:'나의 신청건';
    background-color: #30a254;
}
.tag.my-content .mission-btn::before{
    content:'';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #30a254;
    left: calc(100% - 20px);
    transform: rotate(45deg);
}
.tag.attend-content .mission-btn::after{
    content:'참여완료';
    background-color: #1687d6;
}
.tag.attend-content .mission-btn::before{
    content:'';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #1687d6;
    left: calc(100% - 20px);
    transform: rotate(45deg);
}
.community-contents.neighbor .blog-list-wrapper .blog-item-wrapper .info-box {
    width: 137px;
    /*height: 60px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 16px;
    border-radius: 50%;
    font-size: 13px;
    color: #8e8e8e;
}
.community-contents.neighbor .blog-list-wrapper .blog-item-wrapper .info-box .nickname {
    height: auto;
    font-size: 13px;
    color: #8e8e8e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 두 줄 */
    -webkit-box-orient: vertical;
}

/*.community-contents.blog .blog-list-wrapper .blog-item-wrapper .item-body {
    !*width: calc(100% - 95px);*!
    height: 100%;
    display: flex;
}*/

.blog-list-wrapper .item-body {
    width: calc(100% - 95px);
    height: 100%;
    display: flex;
    gap: 20px;
    align-items:center;
}
.blog-list-wrapper .item-body .item-info {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 13px;
}

.blog-list-wrapper .item-body .item-info ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.blog-list-wrapper .item-body .item-status {
    width: 70px;
    height: 20px;
    background-color: #dbdbdb;
    text-align: center;
    line-height: 20px;
    color: #616161;
}
.blog-list-wrapper .item-body .item-status.success {
    background-color: #cee9d6;
    color: #111111;
}

.blog-list-wrapper .item-body .item-contents {
    width: 100%;
}
.blog-list-wrapper .item-body .title-box-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.blog-list-wrapper .item-body .title-box-wrap .title-box {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 700;
}
.blog-list-wrapper .item-body .title-box-wrap .title-box .category {
    color: #30a254;
}
.blog-list-wrapper .item-body .title-box-wrap .title-box .title {
    color: #111;
}
.blog-list-wrapper .item-body .title-box-wrap .write-date {
    font-family: Roboto;
    font-size: 15px;
    color: #8e8e8e;
}
.blog-list-wrapper .item-body .contents {
    width: 100%;
    height: auto;
    line-height: 1.6;
    font-size: 14px;
    font-weight:400;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 두 줄 */
    -webkit-box-orient: vertical;
}

.community-contents.neighbor .blog-list-pagination {
    width: 100%;
    height: auto;
    padding: 40px 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.community-contents.neighbor.view .community-contents-body {
    padding: 40px 30px;
    /* border-bottom: 1px solid #ddd; */
    gap: 40px;
}
.community-contents.neighbor .community-contents-body .inquiry-contents {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.community-contents.neighbor .community-contents-body .inquiry-contents .title-box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.community-contents.neighbor .community-contents-body .inquiry-contents .title-box-wrap .title-box {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
}
.community-contents.neighbor .community-contents-body .inquiry-contents .title-box-wrap .title-box .category {
    color: #30a254;
}
.community-contents.neighbor .community-contents-body .inquiry-contents .title-box-wrap .title-box .title {
    color: #111;
}
.community-contents.neighbor .community-contents-body .inquiry-contents .title-box-wrap .write-date {
    font-family: Roboto;
    font-size: 15px;
    color: #8e8e8e;
}
.community-contents.neighbor .community-contents-body .inquiry-contents .contents {
    font-size: 15px;
    line-height: 1.73;
    color: #111;
}
.community-contents.neighbor .community-contents-body .answer-contents {
    width: 100%;
    height: auto;
    padding: 40px;
    background-color: #f6f6f6;
    font-size: 15px;
    line-height: 1.73;
    color: #111;
}
.community-contents.neighbor .community-contents-footer {
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.community-contents.neighbor .community-contents-footer .buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.community-contents.neighbor .community-contents-footer .buttons.right .button {
    background-color: #111;
    color: #fff;
}
.community-contents.neighbor .community-contents-footer .buttons .button {
    width: 80px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    color: #484848;
}
.community-footer-wrap {
    background-color: #ececec;
    padding: 13.5px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #111;
}
.blog-title-wrapper {
    width: 100%;
    height: 40px;
    display: flex;
    padding: 10px 26px;
    background-color: #f9f9f9;
}

.blog-title-wrapper .blog-title {
    width: 170px;
    font-size: 13px;
    text-align: center;
    color: #7a7a7a;
    border-left: 1px solid #dddddd;
}
.blog-title-wrapper .blog-title:first-child {
    border-left: none;
}
.blog-title-wrapper .blog-title a {
    color: #7a7a7a;
    font-weight: 600;
    vertical-align: text-bottom;
}
.blog-title-wrapper .blog-title .title.active {
    color: #30a254;
}
.blog-title-wrapper .blog-title.nick {
    width: 137px;
}
/* 이웃 소통 style end */


/* 체험단 style start */
.community-wrapper .community-contents .community-contents-body {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.community-wrapper .community-contents .community-contents-body .info-edit-form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 30px 30px;
    /*border-bottom: 1px solid #ddd;*/
}
.community-contents.experience .community-contents-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.community-contents.experience .community-contents-header .blog-write-btn {
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 5px;
    background-color: #30a254;
    font-size: 15px;
    color: #fff;
}
.community-contents.experience .blog-list-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #111;
}
.community-contents.experience .blog-list-wrapper .qna-no-item-box {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.community-contents.experience .blog-list-wrapper .qna-no-item-box img {
    width: 130px;
}
.community-contents.experience .blog-list-wrapper .qna-no-item-box .text {
    font-size: 15px;
    color: #8e8e8e;
}
.community-contents.experience .blog-list-wrapper .blog-item-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 10px;
    gap: 35px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.community-contents.experience .blog-list-wrapper .blog-item-wrapper .info-box {
    width: 137px;
    /*height: 60px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 16px;
    border-radius: 50%;
    font-size: 13px;
    color: #8e8e8e;
}
.community-contents.experience .blog-list-wrapper .blog-item-wrapper .info-box .nickname {
    height: auto;
    font-size: 13px;
    color: #8e8e8e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 두 줄 */
    -webkit-box-orient: vertical;
}

/*.community-contents.blog .blog-list-wrapper .blog-item-wrapper .item-body {
    !*width: calc(100% - 95px);*!
    height: 100%;
    display: flex;
}*/

.blog-list-wrapper .item-body {
    width: calc(100% - 95px);
    height: 100%;
    display: flex;
    gap: 20px;
}
.blog-list-wrapper .item-body .item-info {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 13px;
}

.blog-list-wrapper .item-body .item-info ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.blog-list-wrapper .item-body .item-status {
    width: 70px;
    height: 20px;
    background-color: #dbdbdb;
    text-align: center;
    line-height: 20px;
    color: #616161;
}
.blog-list-wrapper .item-body .item-status.success {
    background-color: #cee9d6;
    color: #111111;
}

.blog-list-wrapper .item-body .item-contents {
    width: 100%;
}
.blog-list-wrapper .item-body .title-box-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.blog-list-wrapper .item-body .title-box-wrap .title-box {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
}
.blog-list-wrapper .item-body .title-box-wrap .title-box .category {
    color: #30a254;
}
.blog-list-wrapper .item-body .title-box-wrap .title-box .title {
    color: #111;
}
.blog-list-wrapper .item-body .title-box-wrap .write-date {
    font-family: Roboto;
    font-size: 15px;
    color: #8e8e8e;
}
.blog-list-wrapper .item-body .contents {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight:400;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 두 줄 */
    -webkit-box-orient: vertical;
}

.community-contents.experience .blog-list-pagination {
    width: 100%;
    height: auto;
    padding: 40px 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.community-contents.experience.view .community-contents-body {
    padding: 30px 20px;
    border-bottom: 1px solid #ddd;
    gap: 40px;
}
.community-contents.experience .community-contents-body .inquiry-contents {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.community-contents.experience .community-contents-body .inquiry-contents .title-box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.community-contents.experience .community-contents-body .inquiry-contents .title-box-wrap .title-box {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
}
.community-contents.experience .community-contents-body .inquiry-contents .title-box-wrap .title-box .category {
    color: #30a254;
}
.community-contents.experience .community-contents-body .inquiry-contents .title-box-wrap .title-box .title {
    color: #111;
}
.community-contents.experience .community-contents-body .inquiry-contents .title-box-wrap .write-date {
    font-family: Roboto;
    font-size: 15px;
    color: #8e8e8e;
}
.community-contents.experience .community-contents-body .inquiry-contents .contents {
    font-size: 15px;
    line-height: 1.73;
    color: #111;
}
.community-contents.experience .community-contents-body .answer-contents {
    width: 100%;
    height: auto;
    padding: 40px;
    background-color: #f6f6f6;
    font-size: 15px;
    line-height: 1.73;
    color: #111;
}
.community-contents.experience .community-contents-footer {
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.community-contents.experience .community-contents-footer .buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.community-contents.experience .community-contents-footer .buttons.right .button {
    background-color: #111;
    color: #fff;
}
.community-contents.experience .community-contents-footer .buttons .button {
    width: 80px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    color: #484848;
}
.community-contents.experience.write .community-contents-body {
    padding: 20px 20px 40px;
    border-bottom: 1px solid #ddd;
}
.community-contents.experience.write .community-contents-body .categories {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.community-contents.experience.write .community-contents-body .categories .category-item.active {
    border: solid 1px #30a254;
    background-color: #30a254;
    color: #fff;
    font-weight: 700;
}
.community-contents.experience.write .community-contents-body .categories .category-item {
    width: auto;
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 15px;
    line-height: 40px;
    color: #111;
    text-align: center;
    cursor: pointer;
}
.community-contents.experience.write .community-contents-body .categories input[type="radio"] {
    display: none;
}

.community-contents.experience.write .community-contents-body .input-wrap {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}
.community-contents.experience.write .community-contents-body .input-wrap input {
    width: 100%;
    height: 100%;
}

.community-contents.experience.write .community-contents-footer {
    justify-content: center;
}
.community-contents.experience.write .community-contents-footer .mypage-write-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.community-contents.experience.write .community-contents-footer .mypage-write-buttons .button {
    width: auto;
    height: 40px;
    padding: 0 27px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #484848;
}
.community-contents.experience.write .community-contents-footer .mypage-write-buttons .button.submit {
    border: solid 1px #fdd000;
    background-color: #fdd000;
}
.community-contents.experience.write .community-contents-footer .mypage-write-buttons .button.cancel {
    border: solid 1px #ddd;
    background-color: #fff;
}
.community-footer-wrap {
    background-color: #ececec;
    padding: 13.5px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #111;
}
.blog-title-wrapper {
    width: 100%;
    height: 40px;
    display: flex;
    padding: 10px 26px;
    background-color: #f9f9f9;
}

.blog-title-wrapper .blog-title {
    width: 170px;
    font-size: 13px;
    text-align: center;
    color: #7a7a7a;
    border-left: 1px solid #dddddd;
}
.blog-title-wrapper .blog-title:first-child {
    border-left: none;
}
.blog-title-wrapper .blog-title a {
    color: #7a7a7a;
    font-weight: 600;
    vertical-align: text-bottom;
}
.blog-title-wrapper .blog-title .title.active {
    color: #30a254;
}
.blog-title-wrapper .blog-title.nick {
    width: 137px;
}
/* 체험단 style end */

.check-mark{
    margin: 0 auto;
    width: 20px;
    height: 15px;
    cursor:pointer;
    background:url('/images/table-check.png') no-repeat center center/cover;
}
.check-mark.active{
    background:url('/images/table-check-sel.png') no-repeat center center/cover;
}

.community-wrapper .community-contents .community-contents-button-wrap a.dark-gray {
    background: #9a9a9a;
    border: none;
    color: #fff;
}

p.notify:before {
    content: "!";
    display: inline-block;
    color: #ec1010;
    font-weight: bold;
}
p.notify {
    display: flex;
    gap: 5px;
    font-size: 12px;
    color: #7b7b7b;
    align-items: flex-start;
    margin: auto 0;
    flex: 1;
    line-height: 1.33;
}




.community-contents.blog.partnership.write .community-contents-body .input-wrap input{
    width:100% !important;
    margin-right:unset !important;
}

@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap"); .community-wrapper {
                                                                                                        padding-bottom: 154px
                                                                                                    }

.check-blog-wrapper.support.title .keyword-input-form-wrapper {
    margin-bottom: 20px;
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.community-contents .community-contents-header .community-header-contents h2 {
    line-height: 40px
}

.community-contents.blog .blog-list-wrapper .blog-item-wrapper {
    color: #111
}
.community-contents.blog .blog-list-wrapper .blog-item-wrapper:hover{
    background-color:#d5ecdd;
}
.community-contents.blog .blog-list-wrapper .blog-item-wrapper:hover .mark-wrap{
    background-color:#fff;
}

.community-contents.blog.write .community-contents-body .input-wrap {
    gap: 0px
}

.community-contents.blog.write .community-contents-body .input-wrap input[name=title] {
    width: calc(100% - 200px);
    margin-right: 20px
}

.community-contents.blog.write .community-contents-body .input-wrap input[name=price] {
    width: 200px;
    margin-right: 10px
}

.community-contents.blog.write .community-contents-body .input-wrap .point-tag {
    font-size: 18px;
    font-weight: normal
}

.community-contents.blog.write .caption-wrap {
    margin-top: 35px
}

.community-contents.blog.write .caption-wrap .caption {
    height: 40px;
    background-color: #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-family: NanumGothic;
    font-size: 13px
}

.community-contents.blog.view .community-contents-body .title_box {
    padding: 26px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd
}

.community-contents.blog.view .community-contents-body .title_box .title {
    line-height: 20px;
    max-width: 765px;
    font-size: 16px;
    font-weight: 500;
    color: #111
}

.community-contents.blog.view .community-contents-body .title_box .sale_point {
    height: 30px;
    font-size: 15px;
    padding: 7px 14px;
    background-color: #fee77f;
    border-radius: 15px
}

.community-contents.blog.view .community-contents-body .view_content {
    padding: 26px 18px;
    position: relative;
    border-bottom: 1px solid #111111;
    margin-bottom: 61px
}

.community-contents.blog.view .community-contents-body .view_content.fog_on .content_fog_wrapper {
    display: block
}

.community-contents.blog.view .community-contents-body .view_content.fog_on .content_fog {
    width: 100%;
    padding-top: 20vh;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
    background: linear-gradient(to top, white, transparent)
}

.community-contents.blog.view .community-contents-body .view_content .content_fog_wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1
}

.community-contents.blog.view .community-contents-body .view_content .content_fog_wrapper .buy_notice_area {
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0
}

.community-contents.blog.view .community-contents-body .view_content .content_fog_wrapper .buy_notice_area .caption {
    font-size: 15px;
    margin-bottom: 20px
}

.community-contents.blog.view .community-contents-body .view_content .content_fog_wrapper .buy_notice_area .buy_button_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.community-contents .community-contents-body .reply_area {
    border: 1px solid #ebebeb
}

.community-contents .community-contents-body .reply_area .write_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 24px 18px;
    gap: 10px
}

.community-contents .community-contents-body .reply_area .write_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.community-contents .community-contents-body .reply_area .write_box textarea {
    resize: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 50px;
    border: 0;
    padding: 9px
}

.community-contents .community-contents-body .reply_area .write_box .reply-submit {
    height: auto
}

.community-contents .community-contents-body .reply_area .user_info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 9px
}

.community-contents .community-contents-body .reply_area .user_info_box .nick_name {
    font-size: 14px;
    font-weight: bold
}

.community-contents .community-contents-body .reply_area .user_info_box .write_date {
    font-family: NanumGothic;
    font-size: 13px;
    font-weight: normal;
    color: #8b8b8b
}

.community-contents .community-contents-body .reply_area .user_info_box .is_modify {
    font-size: 10px;
    color: #8b8b8b
}

.community-contents .community-contents-body .reply_area .list_area {
    padding: 11px 18px 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.community-contents .community-contents-body .reply_area .list_area .reply-box {
    padding: 21px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ebebeb
}

.community-contents .community-contents-body .reply_area .list_area .reply-box.is_big {
    padding-left: 50px
}

.community-contents .community-contents-body .reply_area .list_area .reply-box .reply-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    gap: 20px
}

.community-contents .community-contents-body .reply_area .list_area .reply-box .reply-top .reply-function-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: NanumGothic;
    font-size: 13px;
    color: #8b8b8b;
    gap: 15px
}

.community-contents .community-contents-body .reply_area .list_area .reply-box .reply-top .reply-function-btn-wrap .reply-write {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    cursor: pointer
}

.community-contents .community-contents-body .reply_area .list_area .reply-box .reply-top .reply-function-btn-wrap .reply-write img {
    width: 15px;
    height: 15px
}

.community-contents .community-contents-body .reply_area .list_area .reply-box .reply-top .reply-function-btn-wrap .my-reply-function-btn-wrap {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.community-contents .community-contents-body .reply_area .list_area .reply-box .reply-top .reply-function-btn-wrap .my-reply-function-btn-wrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    cursor: pointer
}

.community-contents .community-contents-body .reply_area .list_area .reply-box .reply-top .reply-function-btn-wrap .my-reply-function-btn-wrap > div ::after {
    content: '';
    display: inline-block;
    margin: 0 10px;
    height: 10px;
    border-left: 1px solid #8b8b8b
}

.community-contents .community-contents-body .reply_area .list_area .reply-box .reply-top .reply-function-btn-wrap .my-reply-function-btn-wrap > div:last-child ::after {
    content: '';
    display: none
}

.community-contents .community-contents-body .reply_area .list_area .reply-box .reply-content {
    line-height: 1.71;
    color: #393939;
    font-size: 14px
}

.community-contents .community-contents-body .reply_area .list_area .answer-box, .community-contents .community-contents-body .reply_area .list_area .modify-box {
    padding: 20px;
    background-color: #f9f9f9
}

.community-contents .community-contents-body .reply_area .list_area .answer-box .answer-top, .community-contents .community-contents-body .reply_area .list_area .modify-box .answer-top {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.community-contents .community-contents-body .reply_area .list_area .answer-box .answer-top .answer-function-btn-wrap, .community-contents .community-contents-body .reply_area .list_area .modify-box .answer-top .answer-function-btn-wrap {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8b8b8b
}

.community-contents .community-contents-body .reply_area .list_area .answer-box .answer-top .answer-function-btn-wrap > div, .community-contents .community-contents-body .reply_area .list_area .modify-box .answer-top .answer-function-btn-wrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.community-contents .community-contents-body .reply_area .list_area .answer-box .answer-top .answer-function-btn-wrap > div ::after, .community-contents .community-contents-body .reply_area .list_area .modify-box .answer-top .answer-function-btn-wrap > div ::after {
    content: '';
    display: inline-block;
    margin: 0 10px;
    height: 10px;
    border-left: 1px solid #8b8b8b
}

.community-contents .community-contents-body .reply_area .list_area .answer-box .answer-top .answer-function-btn-wrap > div:last-child ::after, .community-contents .community-contents-body .reply_area .list_area .modify-box .answer-top .answer-function-btn-wrap > div:last-child ::after {
    content: '';
    display: none
}

.community-contents .community-contents-body .reply_area .list_area .answer-box .write_box textarea, .community-contents .community-contents-body .reply_area .list_area .modify-box .write_box textarea {
    border: 1px solid #ebebeb
}

.community-contents .community-contents-body .reply_area .paging{
    margin-bottom:31px;

}

.community-contents.neighbor.write .req-count {
    width: 80px;
    margin-right: 10px
}

.community-contents.neighbor.write .split-text {
    margin-right: 27px
}

.community-contents.neighbor.write .link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.community-contents.neighbor.write .link-list-wrapper {
    padding: 30px 40px;
    margin-bottom: 70px
}

.community-contents.neighbor.write .link-list-wrap-caption {
    border-bottom: 1px solid #d9e2dc;
    margin-top: 9px;
    padding-bottom: 31px
}

.community-contents.neighbor.write .btn {
    border-radius: 5px;
    height: 100%
}

.community-contents.neighbor.write .community-contents-description.pc-margin-bottom {
    margin-bottom: 10px
}

.community-contents.neighbor.write .apply-submit-form {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.community-contents.neighbor.write .apply-submit-form .summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px
}

.community-contents.neighbor.write .apply-submit-form .summary .part {
    margin-right: 18px
}

.community-contents.neighbor.write .apply-submit-form .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.community-contents.neighbor.write .stop-btn {
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.community-contents.neighbor.write .stop-btn:hover {
    background-color: #fdd829
}

.community-contents.neighbor.write .stop-btn .next-img {
    width: 7px;
    height: 11px;
    margin-left: 14px
}

.community-contents.neighbor.write .participant-list .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e3e3e3;
    border-top: 1px solid;
    margin-bottom: 30px
}

.community-contents.neighbor.write .participant-list .list-wrapper .list-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.community-contents.neighbor.write .participant-list .list-wrapper .list-part:last-child .list-body, .community-contents.neighbor.write .participant-list .list-wrapper .list-part:last-child .list-top {
    border-right: 0
}

.community-contents.neighbor.write .participant-list .list-wrapper .list-part .list-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    background-color: #f9f9f9;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3
}

.community-contents.neighbor.write .participant-list .list-wrapper .list-part .list-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 457px;
    border-right: 1px solid #e3e3e3;
    padding: 8px 12px;
    overflow-x: hidden;
    overflow-y: auto
}

.community-contents.neighbor.write .participant-list .list-wrapper .list-part .list-body::-webkit-scrollbar {
    width: 8px
}

.community-contents.neighbor.write .participant-list .list-wrapper .list-part .list-body::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 4px
}

.community-contents.neighbor.write .participant-list .list-wrapper .list-part .list-body::-webkit-scrollbar-track {
    background-color: transparent
}

.community-contents.neighbor.write .participant-list .list-wrapper .list-part .list-body .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: normal;
    font-family: NanumGothic;
    padding: 12px 0
}

.community-contents.neighbor.write .participant-list .list-wrapper .list-part .list-body .item-box .report-btn {
    font-size: 12px;
    background-color: #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: fit-content;
    min-width: 30px;
    padding: 0 3px;
    height: 18px;
    cursor: pointer
}

.community-contents.neighbor .link-list-wrapper {
    white-space: nowrap;
    padding: 50px 40px;
    background-color: #f1f8f3;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.community-contents.neighbor .link-list-wrapper .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px
}

.community-contents.neighbor .link-list-wrapper .link-box.close .link {
    background-color: #ececec
}

.community-contents.neighbor .link-list-wrapper .link-box.close .apply-btn {
    background-color: #ececec;
    border: 0;
    color: #777777
}

.community-contents.neighbor .link-list-wrapper .link-box.close .apply-btn span {
    color: red
}

.community-contents.neighbor .link-list-wrapper .link-box.close .cancel-btn {
    display: none
}

.community-contents.neighbor .link-list-wrapper .link-box.open .cancel-btn {
    display: none
}

.community-contents.neighbor .link-list-wrapper .link-box.complete .link {
    background-color: #ececec
}

.community-contents.neighbor .link-list-wrapper .link-box.complete .apply-btn {
    background-color: #1687d6;
    border: 0
}

.community-contents.neighbor .link-list-wrapper .link-box.complete .cancel-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.community-contents.neighbor .link-list-wrapper .link-box .part {
    font-size: 16px;
    margin-right: 20px
}

.community-contents.neighbor .link-list-wrapper .link-box .link {
    font-size: 13px;
    margin-right: 10px;
    width: 440px
}

.community-contents.neighbor .link-list-wrapper .link-box .btn {
    border-radius: 5px;
    height: 100%;
    padding: 0
}

.community-contents.neighbor .link-list-wrapper .link-box .apply-btn {
    margin-right: 13px;
    font-size: 15px;
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: normal
}

.community-contents.neighbor .link-list-wrapper .link-box .cancel-btn {
    font-size: 15px;
    font-weight: normal;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.community-contents.experience.write .community-contents-body .body-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.community-contents.experience.write .community-contents-body .body-caption .link-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.community-contents.experience.write .community-contents-footer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.community-contents.experience .community-contents-description {
    text-align: end;
    padding: 27px 30px
}

.community-contents.experience .community-contents-body .info-box {
    height: 100%;
    max-height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    line-height: 1.7;
    text-align: center
}

.community-contents.experience .community-contents-body .info-box .rate {
    color: #111111
}

.community-contents.experience .community-contents-body .item-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.community-contents.experience .community-contents-body .item-info .view-btn {
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    max-width: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.community-contents.experience .community-contents-body .item-info .item-status {
    width: 100%;
    max-width: 120px
}

.community-contents.experience .community-contents-body .item-info-ul-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 62px
}

.community-contents.experience .community-contents-body .item-info-ul-list li {
    padding-left: 10px;
    position: relative;
    line-height: 1.71
}

.community-contents.experience .community-contents-body .item-info-ul-list li::after {
    content: '\2022';
    position: absolute;
    left: 0;
    top: 0;
    color: #afafaf;
    font-size: 2px;
    line-height: calc(14px * 1.71)
}

.community-contents.experience .content-filter-table {
    margin-bottom: 31px
}

.community-contents.experience .community-contents-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 18px;
    border-bottom: 1px solid #dddddd
}

.community-contents.experience .community-contents-title-box .title {
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #111
}

.community-contents.experience .community-contents-title-box .title-caption {
    margin-bottom: 29px
}

.community-contents.experience .community-contents-body {
    border-bottom: 1px solid #f9f9f9
}

.community-contents.experience .community-contents-body .content {
    padding: 30px 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.73
}

.community-contents.experience .community-contents-footer {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.community-contents.experience .community-contents-footer .footer-bottom-wrapper {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.community-contents .agency-apply-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 280px;
    height: 260px;
    border: 1px solid #d7d7d7;
    padding: 28px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 1002
}

.community-contents .agency-apply-popup .btn {
    width: 100px;
    height: 30px;
    font-family: NanumGothic;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 15px;
    color: #111;
    border: 1px solid #afafaf
}

.community-contents .agency-apply-popup .close {
    width: 50px;
    height: 50px;
    right: -25px;
    top: -25px;
    background-color: #111;
    border-radius: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.community-contents .agency-apply-popup .close img {
    width: 16px;
    height: 16px
}

.community-contents .agency-apply-popup h4 {
    font-size: 20px;
    font-weight: 500
}

.community-contents .agency-apply-popup ul {
    margin-top: 12px
}

.community-contents .agency-apply-popup ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    position: relative;
    line-height: 2.67;
    font-size: 15px;
    gap: 28px
}

.community-contents .agency-apply-popup ul li::after {
    content: '\2022';
    font-size: 2px;
    line-height: calc(15px * 2.67);
    position: absolute;
    left: 0;
    top: 0
}

.community-contents .agency-apply-popup ul li .rate-title {
    width: 65px;
}

.community-contents.agency.view .content-filter-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    margin-bottom: 10px
}

.community-contents.agency.view .content-filter-table input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.community-contents.agency.view .content-filter-table .date-mark {
    width: 262px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto;
    line-height: 1.25
}

.community-contents.agency.view .content-filter-table .date-mark div:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
    font-family: Noto Sans KR
}

.community-contents.agency.view .community-contents-body {
    border-top: 1px solid #111
}

.community-contents.agency.view .community-contents-body table {
    margin-bottom: 45px
}

.community-contents.agency.view .community-contents-body table * {
    font-family: NanumGothic;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43
}

.community-contents.agency.view .community-contents-body table th {
    background-color: #f9f9f9;
    height: 60px;
    vertical-align: middle;
    border: 1px solid #e3e3e3;
    border-top: 0;
    font-weight: bold
}

.community-contents.agency.view .community-contents-body table tbody.tableform-01 td:nth-child(1) {
    vertical-align: middle;
    text-align: center
}

.community-contents.agency.view .community-contents-body table tbody.tableform-01 td:nth-child(1) img {
    width: 12px;
    height: 9px
}

.community-contents.agency.view .community-contents-body table tbody.tableform-01 td:nth-child(2) {
    vertical-align: middle;
    text-align: center
}

.community-contents.agency.view .community-contents-body table tbody.tableform-02 td:nth-child(1) {
    vertical-align: middle;
    text-align: center
}

.community-contents.agency.view .community-contents-body table tbody.tableform-02 td:nth-child(1) img {
    width: 12px;
    height: 9px
}

.community-contents.agency.view .community-contents-body table tbody tr.active {
    background-color: #ebf4e6
}

.community-contents.agency.view .community-contents-body table tbody tr.hold {
    background-color: #ff9c9c29
}

.community-contents.agency.view .community-contents-body table tbody td {
    padding: 20px 10px;
    border: 1px solid #e3e3e3
}

.community-contents.agency.view .community-contents-body table tbody td ul li {
    position: relative;
    padding: 0 10px
}

.community-contents.agency.view .community-contents-body table tbody td ul li a {
    color: #111;
    border-bottom: 1px solid #111
}

.community-contents.agency.view .community-contents-body table tbody td ul li::after {
    content: '\2022';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1px;
    line-height: 14px
}

.community-contents.agency.view .community-contents-body table tbody td ul li .btn {
    padding: 0;
    width: 80px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px
}

.community-contents.agency.view .community-contents-body table tbody td ul li .btn.inactive {
    cursor: unset;
    border: 1px solid #afafaf;
    background-color: #dbdbdb
}

.community-contents.agency .community-contents-description {
    padding: 30px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.community-contents.agency .date-setting-wrapper {
    margin-top: 9px;
    padding-top: 20px;
    border-top: 1px solid #d9e2dc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 62px;
    column-gap: 62px;
    margin-bottom: 15px
}

.community-contents.agency .date-setting-wrapper .date-input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
}

.community-contents.agency .date-setting-wrapper .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px
}

.community-contents.agency .content-filter-table {
    margin-bottom: 30px
}

.community-contents.agency .community-contents-body .write-top-input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    height: 50px;
    margin-bottom: 30px
}

.community-contents.agency .community-contents-body .write-top-input-box input {
    height: 100%
}

.community-contents.agency .community-contents-body .write-top-input-box .title-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.community-contents.agency .community-contents-body .write-top-input-box .benefits {
    width: 260px
}

.community-contents.agency .community-contents-body .body-caption {
    margin-top: 30px
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    row-gap: 10px;
    -webkit-column-gap: 48px;
    column-gap: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .full-width {
    width: 100%
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .full-width .keyword-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 39px
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .full-width .keyword-input-wrapper .input-tip {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.54;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .full-width .keyword-input-wrapper .input-tip b {
    font-size: 16px
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .full-width .keyword-input-wrapper .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .full-width .keyword-input-wrapper .input-box input {
    max-width: 170px
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .agency-write-form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .agency-write-form-box > div:nth-child(1) {
    font-size: 16px;
    font-weight: 500
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .agency-write-form-box.people input {
    width: 60px
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .agency-write-form-box.amount input {
    width: 110px
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .agency-write-form-box.fee input {
    width: 110px
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .agency-write-form-box.sum {
    color: #30a254
}

.community-contents.agency .community-contents-body .body-caption.agency-write-form .agency-write-form-box.sum input {
    width: 150px;
    background-color: #f2f2f2
}

.community-contents.agency .community-contents-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #f4f4f4;
    padding-top: 40px
}

.community-contents.agency .community-contents-footer .community-temp-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.community-contents.agency .community-contents-footer .community-write-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.body-caption {
    padding: 30px;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    font-size: 15px;
    margin-bottom: 20px
}

.body-caption .input-check-wrap {
    gap: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.body-caption .input-check-wrap span {
    line-height: 20px
}

.calendar-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 40px
}

.calendar-box .calendar-icon {
    width: 40px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #30a254;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    background-image: url(/images/icon-calendar.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.calendar-box input {
    font-family: NanumGothic;
    font-weight: normal;
    font-size: 13px;
    /*max-width:140px*/
}

input::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #8e8e8e
}

input:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #8e8e8e
}

input::-ms-input-placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #8e8e8e
}

input::placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #8e8e8e
}

input.input {
    height: 100% !important;;
}

input.input.greenline {
    border: 1px solid #30a254;
    outline: none;
}

.padding-none {
    padding: 0 !important
}

.tip-notice-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.tip-notice-form .icon_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tip-notice-form .icon_box img {
    width: 40px;
    height: 40px
}

.tip-notice-form .rule-box h2 {
    color: #086721;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    font-style: italic
}

.tip-notice-form .rule-box ul li {
    padding-left: 15px;
    position: relative;
    line-height: 2
}

.tip-notice-form .rule-box ul li::after {
    content: "\2022";
    position: absolute;
    color: #39a154;
    left: 0;
    top: 0
}

.tip-notice-form .tip-notice-text {
    line-height: 2;
    padding-bottom: 10px;
    white-space: pre-line;
}

input, textarea {
    outline: none
}

textarea::-webkit-input-placeholder {
    color: #c3c3c3
}

textarea:-ms-input-placeholder {
    color: #c3c3c3
}

textarea::-ms-input-placeholder {
    color: #c3c3c3
}

textarea::placeholder {
    color: #c3c3c3
}

.contents-editor > .editor {
    min-height: 562px
}

.contents-editor > .editor img {
    max-width: 100%
}

.content-filter-table {
    margin-bottom: 10px;
    padding: 20px 39px;
    background-color: #f1f8f3
}

.content-filter-table table * {
    text-align: start;
    vertical-align: middle
}

.content-filter-table table tr {
    height: 40px
}

.content-filter-table table tr th {
    width: 88px
}

.content-filter-table table tr td label.input-check-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding-right: 25px;
    color: #777;
    cursor: pointer
}

.content-filter-table table tr td label.input-check-wrap .filter-item:checked ~ span {
    font-weight: 500;
    color: #111
}

.content-filter-table .filter-submit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid #d9e2dc;
    margin-top: 19px
}

.content-filter-table .filter-submit-wrapper .filter-submit-btn {
    padding: 0 34px;
    width: auto;
    border-radius: 5px
}

.content-filter-table .view-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    border-top: 1px solid #d9e2dc;
    margin-top: 19px
}

.content-filter-table .view-summary .summary-ul-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.content-filter-table .view-summary .summary-ul-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-filter-table .view-summary .summary-ul-wrapper ul.view-state-info-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 59px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-filter-table .view-summary .summary-ul-wrapper ul.view-state-info-ul li {
    padding-left: 15px;
    position: relative;
    line-height: 2;
    color: #30a254
}

.content-filter-table .view-summary .summary-ul-wrapper ul.view-state-info-ul li::after {
    content: "\2022";
    position: absolute;
    color: #30a254;
    left: 0;
    top: 0
}

.content-filter-table .view-summary .summary-ul-wrapper ul.view-state-info-ul li div:nth-child(1) {
    width: 128px
}

.content-filter-table .view-summary .summary-ul-wrapper ul.view-date-info-ul li {
    line-height: 1.88;
    gap: 20px
}

.content-filter-table .view-summary .summary-ul-wrapper ul.view-date-info-ul li div:nth-child(2) {
    font-size: 16px;
    font-weight: 300;
    color: #777;
    font-family: Roboto
}

.btn {
    width: auto;
    height: 40px;
    padding: 0 21px;
    font-size: 15px;
    color: #484848;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    border: 1px solid #dddddd;
    background-color: white;
    cursor: pointer
}

.btn.gray {
    background-color: #f4f4f4
}

.btn.green {
    background-color: #30a254;
    border: 1px solid #30a254;
    color: white
}

.btn.greenline {
    background-color: white;
    border: 1px solid #30a254;
    color: #111
}

.btn.yellow {
    background-color: #fee77f;
    border: 1px solid #fee77f;
    color: #484848
}

.btn.pure-yellow {
    background-color: #fdd000;
    border: 1px solid #fdd000;
    color: #484848
}

.btn.inactive {
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6
}

.btn.afternoon-horizon-blue {
    border: solid 1px #4197e0;
    background-color: #4197e0;
    color: white
}

.btn.sun-set-orange {
    background-color: #fb9d0a;
    border: 1px solid #fb9d0a;
    color: white
}

.community-wrapper .community-contents .community-contents-button-wrap a.sun-set-orange {
    background-color: #fb9d0a;
    border: 1px solid #fb9d0a;
    color: white
}

.community-wrapper .community-contents .community-contents-button-wrap a.gray {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4
}

.community-wrapper .community-contents .community-contents-button-wrap a.afternoon-horizon-blue {
    border: solid 1px #4197e0;
    background-color: #4197e0;
    color: white
}

.chameleon-b.green {
    color: #30a254
}

.chameleon-b.red {
    color: #e62a2a
}

.chameleon-b.gray {
    color: #8e8e8e
}

.star-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px
}

.star-rate img {
    width: 12px;
    height: 12px
}

/*모달*/

.modal-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8000;
}
.modal-wrap .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    transform: translate(-50%, -50%);
    /*padding: 30px 30px 60px;*/
    padding: 30px;
    height: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.11);
    border: solid 1px #e3e3e3;
    background-color: #fff;
    border-radius: 10px;
}
.modal-wrap#terms_modal .modal{
    max-height:800px;
    overflow:auto;
}
.modal .modal-section {
    width: 100%;
    height: auto;
}

.modal .modal-close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #111;
    border-radius: 50%;
}
#terms_modal .modal .modal-close-btn {
    top: 10px;
    right: 10px;
}
.modal .modal-close-btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.modal .modal-section {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal .modal-section table {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #111;
}
.modal .modal-section table tr {
    border-bottom: 1px solid #e3e3e3;
}
.modal .modal-section table thead tr {
    height: 60px;
    background-color: #f9f9f9;
}
.modal .modal-section table tbody tr {
    height: 30px;
}
.modal .modal-section table th {
    border: 1px solid #e3e3e3;
    border-top: 1px solid #111;
    vertical-align: middle;
    font-weight: bold;
    line-height:1.25;
}
.modal .modal-section table td {
    border: 1px solid #e3e3e3;
    vertical-align: middle;
}

.modal.diagnosis {
    max-width: 700px;
}
.modal.diagnosis .modal-header {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}
.modal.diagnosis .modal-body .recommended-title {
    width: 100%;
    padding:10px;
    /*height: 40px;*/
    line-height: 1.3;
    margin-bottom: 20px;
    padding-left: 19px;
    border-radius: 5px;
    background-color: #30a254;
    font-size: 16px;
    color: #fff;
}
.modal.diagnosis .diagnosis-table td:first-child {
    text-align: left;
    padding-left: 13px;
}
.modal.diagnosis td .analysis-box {
    width: 100%;
    position: relative;
    /*height: 30px;
    line-height: 30px;*/
    padding:5px 0;
}
.modal.diagnosis td .analysis-box.inadequate {
    background-color: #ffe4bc;
}
.modal.diagnosis td .analysis-box.suitable {
    background-color: #d1e3ef;
}
.modal.diagnosis td .analysis-box.good {
    background-color: #d1e3ef;
}
.modal.diagnosis td .analysis-box.normal {
    background-color: #d4be00;
}

.modal.diagnosis td .analysis-box.explanation {
    border:1px solid #afafaf;
    cursor: pointer;
    border-radius:5px;
}
.modal.diagnosis td .analysis-box.explain_view {
    background-color: #fff5a4;
}

.modal.diagnosis td .analysis-box.explanation.active .explanation-box {
    display: block;
    cursor: initial;
    overflow:auto;
}
.modal.diagnosis td .analysis-box.explanation .explanation-box {
    display: none;
    position: absolute;
    /*bottom: 0;*/
    bottom: 50%;
    transform: translateY(50%);
    /*right: -320px;*/
    left:90px;
    width: 310px;
    height: auto;
    max-height: 300px;
    z-index:100;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.11);
    border: solid 1px #e3e3e3;
    border-radius: 5px;
    padding: 10px;
    line-height: 1.23;
    font-size: 13px;
    color: #111;
    text-align: center;
}
.modal.diagnosis td .analysis-box.explanation .explanation-box .box{
    white-space: pre-line;
    word-break: keep-all;
    text-align: left;
    height:100%;

}
.modal.diagnosis tr td:last-of-type{
    padding:5px 10px;
}
/*
.analysis-box.explanation .explanation-box .triangle {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #fff;
}
*/

.analysis-box.explanation .triangle {
    display:none;
    position: absolute;
    top: 50%;
    right: -18px;
    z-index:1000;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #fff;
}
.analysis-box.explanation.active .triangle {
    display:block;
}

.modal.blog-history {
    width: 1000px;
    height: calc(100% - 20px);
}
.modal.blog-history .cal-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}
.modal.blog-history .cal-title .cal_current{
    font-size: 24px;
    font-weight: 500;
}

.modal.blog-history .cal-title .cal_btn{
    width:40px;
    height:40px;
}
.modal.blog-history .cal-title .cal_btn img{
    width:100%;
}

.modal.blog-history .modal-section table tr{
    height: calc(608px / 15);
}
.modal.blog-history .modal-section table tbody tr:nth-of-type(7) td,
.modal.blog-history .modal-section table tbody tr:nth-of-type(14) td
{
    padding:5px 0;
}
.modal.blog-history .modal-section table tbody tr:nth-of-type(14) td,
.modal.blog-history .modal-section table tbody tr:nth-of-type(28) td {
    border-bottom:1px solid;

}
.modal.blog-history .modal-section.modal-body .table-wrap{
    width:100%;
    height:100%;
    max-height:608px;
    overflow-y:auto;
}

.modal-wrap#history_view{
    position:unset;
}
.modal-wrap#history_view .modal.blog-history .modal-section.modal-body .table-wrap{
    overflow:unset;
}
.modal-wrap#history_view .blog-history{
    width:100%;
    max-width:unset;
}
.modal-wrap#history_view .modal{
    position:unset;
    top:unset;
    left:unset;
    transform:unset;
    max-width: unset;
    border-radius: unset;
    box-shadow:unset;
    border:unset;
    padding:9px;
}


.modal.blog-history .modal-section.modal-body{
    margin-top:26px;
}
.modal-wrap#history_view .modal.blog-history .modal-section.modal-body{
    margin:0;
}
.blog-history .point{
    font-weight:bold;
}

.blog-history .point.plus{
    color:#eb1b1b;
}
.blog-history .point.minus{
    color:#258ce4;
}

.modal.blog-history .success:before{
    content:'V';
    color:#30a254;
}
.modal.blog-history .fail:before{
    content:'X';
    color:#eb1b1b;
}
.modal.blog-history .info-text{
    margin-top:5px;
    font-size:13px;
    color:#858585;
}
.blog-history .modal-footer .total{
    width:calc( 100% - 200px - 19px);
    height:100%;
    margin:0;
    background-color: #cbe9d4;
    padding:20px 13px;
    font-size:13px;
    text-align:center;
    font-weight: bold;
}


.modal.blog-history .modal-footer .total > div{
    /*margin-bottom:13px;*/
}

.modal.blog-history .modal-footer .total > div:last-of-type {
    margin-bottom: unset;
}

.modal.blog-history .share-area{
    width:100%;
    /*height:80px;*/
    display:flex;
    gap:19px;
    margin:19px 0 14px;
}
.modal.blog-history .share-area .share-button{
    width:200px;
    height:auto;
    padding: 23px 29px 24px;
    border-radius: 5px;
    background-color: #39a154;
    color:#fff;
    border:0;
    outline:0;
    cursor:pointer;
}



.blog-history .share-area .share-button{
    width:200px;
    height:100%;
    padding: 23px 29px 24px;
    border-radius: 5px;
    background-color: #39a154;
    color:#fff;
    border:0;
    outline:0;
    cursor:pointer;
}

.blog-history .share-area .posting-support-btn {
    width:220px;
    height: 50px;
    border-radius: 5px;
    background-color: #39a154;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.blog-history .share-area .diagnosis {
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width:220px;
    height:50px;
    background: #fdd000;

    font-size: 13px;
    border: 0;
    border-radius: 5px;
}

.blog-history .share-area .posting-support-btn img {
    width: 7px;
    height: 11px;
}


.blog-history .share-area .grade-increase-info .item{
    display:flex;
    width:100%;
    align-items:center;
    gap: 5px;
    margin-bottom: 5px;
}

.community-contents .share_contents_wrap .title_box{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #111;
    padding: 30px 20px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}


.community-contents .share_contents_wrap .content_box{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.77;
    color: #111;
    padding: 30px 20px;
}


.blog-history .share-area .total > div{
    margin:unset;
}
.blog-history .share-area .grade-info div{
    margin-bottom:10px;

}

.blog-history .share-area .total{
    background-color: #cbe9d4;
    padding:20px 13px;
    font-size:16px;
    font-weight:500;
}
.blog-history .share-area .total p{
    line-height:1.6;
}
.blog-history .share-area .total p.increase-info{
    font-weight:600;
    font-size:18px;
}


.blog-history .mark{
    display:inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    min-width: 26px;
    height: 20px;
    line-height:20px;
    text-align: center;
    vertical-align: middle;
    padding: 0 3px;
}
.blog-history .mark.mark-red{
    background-color: #ef3d19;
}
.blog-history .mark.mark-blue{
    background-color: #223ee5;
}
.blog-history .mark.mark-dark{
    background-color: #363636;
}
.blog-history .grade-text-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

}
.blog-history .grade-text{
    display: flex;
    align-items: center;
    gap: 2px;
}
.blog-history .graph{
    display:inline-block;;
    position:relative;
    width: 15px;
    height:30px;
    border: 1px solid #d3d3d3;
    background-color: #ececec;

}
.blog-history .graph .percent{
    position:absolute;
    bottom:0px;
    left:-1px;
    width:15px;
    max-height: 30px;
    background-image: linear-gradient(to top, #13973d, #3ce370);
}


.community-contents .history-container{
    width: 100%;
    height: auto;
    max-height:420px;
    margin: 31px 0 0 0;
    padding: 19px 16px ;
    border-radius: 5px;
    border: solid 1px #e3e3e3;
    background-color: #fff;
}
.community-contents .history-container .history-wrapper{
    width:100%;
    overflow-y:auto;
    max-height: 382px;
}


.community-contents .history-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

.community-contents .history-wrap::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    height: 43.9473%;
    border-radius: 8px;
}
.community-contents .history-wrap::-webkit-scrollbar-track {
    background-color: #f3f3f3;
    border-radius: 8px;
}


.community-contents .share_contents_wrap{
    margin-top:40px;
}
.community-contents .share_contents_wrap input[type=text]{
    width:100%;
    margin-bottom: 15px;
}
.community-contents .share_contents{
    width: 100%;
    height: 350px;
    padding: 30px 30px 28px 31px;
    border-radius: 5px;
    border: solid 1px #e3e3e3;
    background-color: #fafafa;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}


.community-contents .share_contents::placeholder{
    color:#8e8e8e;
}

.community-contents.share.write .community-contents-body {
    padding: 20px 0 40px;
    border-bottom: 1px solid #ddd;
}
.community-contents.share .community-contents-footer{
    padding:30px 0;
}

.community-contents.share .community-contents-footer .community-write-buttons{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;


}
.community-contents.share .community-contents-footer .share-submit-btn{
    width: auto;
    height: 40px;
    text-align:center;
    border: solid 1px #30a254;
    background-color: #30a254;
    color:#fff;
    line-height:2.93;
    font-size:15px;
}

.community-contents.share .review-container{
    width: 100%;
    height: 380px;
    margin: 40px 0;
    padding: 30px;
    background-color: #f1f8f3;
}
.community-contents.share .review-container p,
.community-contents.share .review-container ul li
{
    font-family: NanumGothic;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #111;
}
.community-contents.share .review-container ul{
    margin:30px 0;
}
.community-contents.share .review-container .input-wrap {
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
}
.community-contents.share .review-container .input-wrap input[type=text]{
    width: calc(100% - 280px);
}
.community-contents.share .review-container .input-wrap .review-submit-btn{
    width: 260px;
    height: 40px;
    background-color: #30a254;
    color:#fff;
    text-align: center;
    border:none;
    outline: none;
}
.community-contents.share .review-container .input-wrap .review-submit-btn:disabled{
    opacity:0.7;
}
.community-contents.share .review-container .complete-message{
    margin-top:24px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
}
.community-contents.share .review-container .complete-message .point{
    color:#ff0000;
}

.community-contents.share .text-count-wrap{
    text-align:right;
    font-size:16px;
    font-weight:500;
    margin-top:10px;
}
.community-contents.share .font-red{
    color:red;
}
.community-contents.share .font-green{
    color:#30a254;
}


