

input:focus {outline: none;}

input {
    border:none;
    border-right:0px;
    border-top:0px;
    boder-left:0px;
    boder-bottom:0px;
    background: transparent;
}

textarea {
    resize: none;
    width: 100%;
    border: none;
    height: 90%;
}

textarea:focus {outline:none;}

select {
    border: none;
}
.lp-detail-breadcrumb-title {
    display: flex;
    align-items: center;
}
.breadcrumb-container {
    justify-content: space-between;
}

.title-underline {
    font-size: 30px;
}

.living-wrap {
    display: flex;
    margin-top: 30px;
    margin-bottom: 10px;
    flex-direction: row;
}
.living-left {
    flex: 2 0 400px;
    margin-right: 10px;
}
.slick-list {
    height: 310px;
}


/*검색*/
.living-search {
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.living-search input {
    width: 90%;
    border: none;
    font-size: 0.7rem;
    border-radius: 20px;
}

.living-search-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.living-search-btn {
    background: #eaeaea;
    border-radius: 23px;
    width: 43px;
    height: 43px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.living-search-btn:hover {
    cursor: pointer;
}

.search-btn {
    margin-left: 5px;
}

.arrow_down.on {
    transform: rotate(180deg);
}

.living-detail-search-container {
    position: absolute;
    background: #FFFFFF;
    z-index: 999;
    width: 100%;
    height: 0;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    padding: 9px 13px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 1s ease, visibility 0s 0.5s;
}

.living-detail-search-container.on {
    height: 250px;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 1s ease, visibility 0s;
}


.living-search-container {
    margin-bottom: 6px;
}

.living-detail-search-drop-down {
/*    border: 1px solid #d2d2d2;
    border-radius: 20px;
    padding: 13px;*/
}

.living-detail-search-title {
    font-size: 0.7rem;
}

.living-detail-search-table table {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px
}

.living-detail-search-table table th:nth-child(1) {
    font-size: 15px;
    background: #eaeaea;
}

.living-detail-search-keyword {
    width: 100%;
    border: none;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.sgg-radio-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: left;
}

.living-checkbox {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.living-checkbox input {
    margin-right: 5px;
   /* top: 3px;*/
}

.living-status-list {
    display: flex;
    align-items: center;
}
.living-status-list label {
    margin-right: 13px;
}
.living-detail-search-table table th:nth-child(2) {
    padding: 7px;
}
/*검색 결과*/
.search-list-wrap {
    display: none;
    margin-top: 37px;
}

.search-list-wrap.show {
    display: block;
}

.search-list-zero {
    display: none;
    background: #f4f4f4;
    height: 207px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    width: 100%;
}

.search-list-zero.show {
    display: flex;
}
.search-count {
    color: #787878;
}

.search-list-have{
    display: none;
}
.search-list-have.show{
    display: block;
}

.search-list-have-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
}

.search-result-list >.slick-list {
    height: 800px;
}

.search-result-list >.slick-list > .slick-track>.slick-slide>div {
    margin-right: 46px;
    margin-bottom: 22px;
}

.search-content {
    margin: 12px 23px;
}

.search-list-count {
    color: black;
}
    /*
    .search-result-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.6vw;
    }

    .search-list-header {
        background: #ededed;
        padding: 4px 15px;
        margin-bottom: 10px;
        color: #595959;
    }

    .search-list-header hr {
        opacity: 1;
        color: #5b5b5b;
        margin: 0;
        height: 3px;
    }

    .search-result-list-container {
        margin-bottom: 30px;
    }

    .more-btn {
        display: none;
        border: none;
        background: none;
        color: #4b4b4b;
        font-size: 20px;
    }

    .more-btn.show{
        display: block;
    }

    .more-btn-container {
        display: flex;
        justify-content: center;

    }

    */


/*검색 끝*/

/*슬라이더*/
.living-list {
    margin-top: 37px;
    display: none;
}

.living-list.show {
    display: block;
}

.living-slider-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
}

.lp-slide-container {
    display: flex;
    left: -9px;
}

.slide-btn {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-btn:hover {
    cursor: pointer;
}

.prev-btn {
    margin-right: 6px;
}

.lp-info-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.lp-activity-count-wrap {
    display: flex;
    align-items: center;
}

.lp-join-img img {
    width: 80px;
    border-radius: 16px;
}

.lp-slide {
   width: 850px;
    height: 280px;
   /* width: 54vw;*/
}

.lp-slide-content-img {
    width: 100%;
    height: 200px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    object-fit: cover;
}

.recent-living-wrap {
    margin-bottom: 77px;
}

.lp-slide-content {
    box-shadow: 4px 4px 13px -10px;
    border-radius: 18px;
    margin: 0 23px;
    height: 300px;
}

.lp-slide-content:hover {
    cursor: pointer;
}

.lp-activity-count-wrap img {
    width: 20px;
    height: 20px;
}

.lp-info-wrap {
    padding: 11px 10px;
    font-size: 17px;
}


.lp-join-count {
    margin-right: 7px;
}
/*슬라이더 끝*/


.living-right {
    background: #f4f4f4;
    border-radius: 18px;
    padding: 17px;
    flex: 1 0 305px;
}
/*리빙프로젝터 정의*/
.living-definition-wrap {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 20px 30px;
    border: 1px solid #cccccc;
    margin-bottom: 13px;
}


.living-definition-title {
    font-size: 22px;
    font-weight: bold;
}

.living-definition-content {
    font-size: 15px;
    color: #353535;
    margin: 12px 0;
}

.living-definition-content span{
    color: #2e3d7f;
    font-weight: bold;

}

.lp-btn-container {
    text-align: center;
}
.living-project-btn {
    background: #2e3d7f;
    color: #FFFF;
    width: 100%;
    border-radius: 29px;
    font-size: 19px;
    height: 45px;
}

/*리빙프로젝터 정의 끝*/

/*통계-그래프*/
.right-ratio-wrap {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 20px 25px;
    border: 1px solid #cccccc;
}

.living-ratio-wrap {
    display: none;
}

.living-ratio-wrap.show {
    display: block;
}

.living-ratio-wrap hr {
    margin: 8px 0;
    color: #cccccc;
    height: 2px;
}

.activity-graph {
   /* width: 400px;*/
    width: 100%;
    height: 180px;
    top: 16px;
}

.activity-count-graph {
    height: 200px;
}

.right-title {
    font-weight: bold;
    font-size: 22px;
}


.lp-sub-title {
    font-size: 18px;
}



/*통계-그래프 끝*/

/*리빙프로젝트 생성*/
.living-create-wrap {
    display: none;
}

.living-create-wrap.show {
    display: block;
}

.living-create-table table {
    width: 100%;
    font-size: 15px;
    height: 388px;
    margin: 17px 0;
}

.living-create-table table th {
    padding: 7px;
}

.living-create-table table th:nth-child(1) {
    background-color: #ededed;
    text-align: center;
    font-size: 15px;
    width: 92px;
}

.table-border {
    border: none;
}

.table-line-border {
    border-left: none;
    border-right: none;
}

.living-create-table span {
    color: #ff0202;
}

.living-create-table input {
    border: none;
    width: 100%;
}
.lp-date input {
    width: 100px;
}

.living-text-left {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.area-list {
    height: 100%;
    border: none;
    padding: 0 !important;

}

.sgg-select-list {
    border-bottom: 1px solid #cccccc;
}

.area-list select {
    width: 100%;
    height: 50%;
}

.open-yn {
    width: 100%;
}

.exclude-height {
    height: 165px;
}

.living-create-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.living-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.living-btn {
    border-radius: 8px;
    width: 100%;
    font-size: 0.7rem;
    height: 47px;
}

.living-create-btn {
    background: #2e3d7f;
    color: #FFFFFF;
    margin-right: 10px;
}

.living-cancel-btn {
    background: #cccccc;
    display: flex
;
    align-items: center;
    justify-content: center;
}

/*리빙프로젝트 생성 끝*/

/*리빙상세 시작*/

/*리빙상세 설명*/
.lp-detail-bottom-wrap {
  /*  display: none;*/
    height: 400px;
}
.lp-detail-wrap {
    margin: 30px 0;
}

.lp-detail-top-wrap {
    display: flex;
    flex-direction: row;
   /* width: 84%;*/
}

.lp-detail-left-wrap {
   flex: 1 0 460px;
    margin-right: 8px;
}

.lp-detail-right-wrap {
    flex: 1.5 0 520px;
}

.lp-detail-horizon-wrap {
    border: 1px solid #d2d2d2;
    border-radius: 18px;
    padding: 17px;
    box-shadow: 4px 4px 13px -10px;
}



.lp-detail-wrap hr {
    margin: 5px 0;
    height: 2px;
    color: #d2d2d2;
}

.lp-detail-bottom-wrap hr {
    margin: 5px 0;
    height: 2px;
    color: #d2d2d2;
}


.lp-detail-img-wrap img {
    width: 220px;
    height: 154px;
    object-fit: cover;
}

.lp-detail-text-wrap {
    font-size: 14px;
}

.lp-detail-content-top-wrap {
    display: flex;
    align-items: center;
    margin: 7px 0 2px 0;
}

.lp-detail-img-wrap {
    margin-right: 8px;
}

.lp-detail-content-list {
    line-height: 2.2;
}

.lp-contents-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
}

.lp-detail-content-list {
    font-weight: bold;
    font-size: 16px;
}

.lp-detail-content-list span {
    font-size: 14px;
    font-weight: 500;
}

.lp-index {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}


.lp-join-btn {
    background: #2e3d7f;
    color: #FFFFFF;
    border-radius: 11px;
    width: 125px;
    font-size: 18px;
    height: 41px;
}

.lp-join-btn.wait {
    background: #e9e9e9;
    display: block;
}

.lp-join-btn.wait:hover {
    pointer-events: none;
    cursor: not-allowed !important;
}



.lp-join-success-pop-wrap {
    display: none;
}

.lp-join-success-pop-wrap.show{
    display: block;
}

.lp-join-wait-pop-wrap {
    display: none;
}

.lp-join-wait-pop-wrap.show {
    display: block;
}

.lp-join-pop-wrap {
    position: absolute;
    width: 180px;
    height: 220px;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    background: white;
    z-index: 9999;
    right: 0;
    top: 54px;
}

.lp-join-pop-title-wrap {
    display: flex;
    background: #e7e6e6;
    padding: 3px;
    font-size: 14px;
    color: #5a5a5a;
    align-items: center;
    justify-content: space-between;
}

.lp-join-success-close-btn {
    width: 15px;
    height: 15px;
}

.lp-img-wrap {
    display: flex;
    justify-content: center;
    margin: 6px 0;
}
.join-success-img {
    width: 80px;
    height: 82px;
}

.lp-join-pop-text {
    font-size: 14px;
    text-align: center;
    color: #5a5a5a;
    top: 5px;
}

.lp-detail-text-wrap {
    font-weight: bold;
    font-size: 15px;
    font-size: 20px;
}

.lp-detail-text-wrap span {
    font-weight: 500;
    font-size: 12px;
    font-size: 14px;
}

.lp-detail-text-wrap p {
    font-weight: 500;
    font-size: 16px;
}

.lp-contents-wrap {
    max-height: 100px;
    overflow-y: auto;
}

.lp-contents-wrap::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

.lp-contents-wrap::-webkit-scrollbar-thumb {
    background: rgb(161, 161, 161); /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.lp-contents-wrap::-webkit-scrollbar-track{
    background: rgb(221, 221, 221); /* 스크롤바 색상 */
}

/*리빙상세페이지-리빙프로젝트 수정 */
.lp-edit-btn {
    background: #2e3d7f;
    color: #FFFFFF;
    border-radius: 11px;
    width: 125px;
    font-size: 18px;
    height: 41px;
}

.lp-edit-pop-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-height: 700px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 6px;
}

.edit-file-upload-text {
    font-size: 13px;
    font-weight: 100;
    color: grey;
}

.living-btn:hover {
    cursor: pointer;
}


    /*리빙상세 설명 끝*/

/*프로젝트 통계*/
.lp-detail-ratio-wrap {
    display: flex;
    flex-direction: row;
}
.lp-detail-map-wrap {
    flex: 1 0 218px;
    flex: 1 0 200px;
}

.lp-detail-graph-wrap {
    flex: 1 0 230px;
    flex: 1 0 200px;
}
.active-map {
    width: 100%;
    height: 280px;
}
.activity-sum-graph {
    width: 100%;
    height: 280px;
    top: 38px;
}
.lp-detail-ratio-title {
    text-align: center;
    font-size: 16px;
    top: 9px;
}

.line-bar {
    border-left : 1px solid #d2d2d2;
    margin-left: 16px;
}

.activity-menu-title {
    font-weight: bold;
}

/*프로젝트 통계 끝*/

/*프로젝트 갤러리(슬라이더)*/
.activity-slide-wrap {
    /*background: antiquewhite;*/
}

.slick-track {
    position: absolute;
}

.activity-slide-container {
   /* width: 68vw;*/
   /* width: 1327px;*/
    width: 100%;


}
.lp-activity-slide-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.activity-prev {
    margin-right: 6px;
}

.activity-cover-img {
    width: 100%;
    height: 200px;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    object-fit: cover;
}

.activity-slide-img-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity-slide-img-wrap img{
    width: 20px;
    height: 20px;
}

.active-slide-count-wrap {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #787878;
}

.active-slide-count-container {
    display: flex;
    align-items: center;
}

.active-slide-count {
    margin: 0 6px;
}

.user-grade {
    width: 20px;
    height: 20px;
}

.activity-slide-list {
    box-shadow: 4px 4px 13px -10px;
    border-radius: 18px;
    margin: 0 24px;
    height: 292px;
}

.activity-slide-list:hover {
    cursor: pointer;
}

.activity-slide-author-wrap {
    display: flex;
    align-items: center;
}

.activity-slide-author {
    margin-right: 4px;
}

.activity-none {
    display: none;
}

.activity-slide-bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.activity-slide-text {
    padding: 5px 10px;
}
.activity-slide-title {
    font-size: 16px;
    font-weight: bold;
}

.activity-slide-date {
    color: #787878;
}
/*프로젝트 갤러리(슬라이더)끝*/


/*정화활동 상세*/
.lp-detail-loading-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}


.lp-detail-loading-wrap.hide {
    display: none;
}

.lp-detail-breadcrumb-return {
    background: #565656;
    display: flex;
    color: #FFFFFF;
    border-radius: 17px;
    width: 109px;
    height: 36px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-left: 12px;
    text-decoration-line: none;
}
.lp-detail-breadcrumb-return:hover {
    color: #FFFFFF;
}

.return-btn {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}


.url-pop {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    width: 214px;
    height: 36px;
    position: fixed;
    bottom: 19px;
    left: 50%;
    text-align: center;
    border-radius: 17px;
    transform: translateX(-50%);
    z-index: 99999;
}
.url-text {
    color: #FFFF;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}

.activity-detail-pop-wrap {
    width: 497px;
    height: 620px;
    top: 89px;
    z-index: 99999;
    border: 1px solid #bfbfbf;
    border-radius: 18px;
    box-shadow: 3px 2px 3px -2px #bfbfbf;
    background: #FFFFFF;
    display: none;
    padding: 12px;
   /* font-size: 0.55rem;*/
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.activity-detail-pop-wrap.show {
    display: block;
}

.activity-detail-close-btn {
    position: absolute;
    right: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #cccccc;
    z-index: 99999;
}

.activity-detail-close-btn img {
    width: 15px;
    height: 15px;
}

.activity-detail-close-btn:hover {
    cursor: pointer;
}
.activity-profile {
    margin-right: 9px;
}

.activity-profile img {
    width: 60px;
    height: 60px;
}

.activity-member-grade img {
    width: 20px;
    height: 20px;
}

.activity-board-div1 {
    display: flex;
    align-items: center;
}

.activity-title {
    font-size: 20px;
    font-weight: bold;
}

.activity-date {
    font-size: 13px;
    color: #787878;
}
.activity-board-div3 {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 3px;
}
.activity-content-img {
    margin: 8px 0;
}
.activity-content-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.activity-nick-name {
    margin-right: 4px;
}

.activity-like-img img {
   /* position: absolute;*/
}

.activity-like-img:hover {
    cursor: pointer;
}

.activity-reply-open-btn:hover {
    cursor: pointer;
}

.activity-slide-share:hover {
    cursor: pointer;
}

.like-on.show {
    display: block;
}

.like-on {
    display: none;
}

.like-off.show {
    display: block;
}

.like-off {
    display: none;
}

.activity-like-img {
    margin-right: 11px;
}
.activity-img-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity-img-div img {
    width: 20px;
    height: 20px;
}

.activity-img-div2 {
    display: flex;
    align-items: center;
}

.like-count {
    font-size: 13px;
    color: #787878;
    margin: 5px 0;
}

.activity-pure-content {
    font-size: 14px;
}

.activity-reply-count {
    font-size: 13px;
    color: #787878;
}

/*
.activity-reply-content-wrap {
    display: none;
}
.activity-reply-content-wrap.show {
    display: block;
}
*/

.activity-pure-content-wrap {
    margin-bottom: 6px;
}


.reply-profile img {
    width: 60px;
    height: 60px;
}
.activity-reply-content {
    display: flex;
    align-items: center;
}

.activity-reply-inner-div {
    display: flex;
    align-items: center;
}

.activity-reply-div {
    font-size: 13px;
}

.reply-date {
    font-size: 11px;
    color: #787878;
}

.reply-level-up-btn {
    font-size: 11px;
    color: #787878;
}

.reply-level-up-btn:hover {
    cursor: pointer;
}

.reply-nick-name {
    margin-right: 5px;
}

.activity-content-scroll {
    height: 174px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 8px;
}
.activity-content-scroll::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

.activity-content-scroll::-webkit-scrollbar-thumb {
    background: rgb(161, 161, 161); /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.activity-content-scroll::-webkit-scrollbar-track{
    background: rgb(221, 221, 221); /* 스크롤바 색상 */
}

.activity-reply-input-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f0f0;
    padding: 9px;
    border-radius: 8px;
    flex-direction: row;
}



.activity-reply-input {
    font-size: 15px;
    /*width: 420px;*/
}

.reply-input {
    width: 100%;
}
.reply-form {
    flex: 1 0 200px;
}

.activity-reply-btn-wrap {
    font-size: 15px;
    color: #828282;
    flex: 0.1 0 20px;
    text-align: center;
}

.activity-reply-btn {
    color: #828282;
}
.activity-reply-content {
    margin-right: 9px;
}
.reply-profile {
    margin-right: 9px;
}

.activity-reply-content-level1 {
    left: 30px;
}

.activity-reply-content-level2 {
    left: 50px;
}



/*정화활동 상세 끝*/


/**리빙상세 끝**/











@media only screen and (max-width: 1460px) {
/*    body {
        background: #e3f7fc;
    }*/
    /*리빙*/
    .living-left {
        flex: 1 0 250px;
    }

    .living-right {
        flex: 0.3 0 350px;

    }

    .lp-slide {
        width: 57vw;
    }

    /*리빙 상세*/
}


@media only screen and (max-width: 1000px) {
/*    body {
        background: #dde3e9;
    }*/

    .lp-slide-content {
        margin: 0 15px;
    }

    .search-result-list >.slick-list > .slick-track>.slick-slide>div {
        margin-right: 30px;

    }

    .lp-slide {
        width: 45vw;
    }

    .living-detail-search-table table th:nth-child(1) {
        font-size: 14px;
    }
    .sgg-radio-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .living-detail-search-container.on {
        height: 318px;
    }

    .living-detail-search-table table th:nth-child(2) {
        font-size: 12px;
    }
    /*리빙상세*/
    .lp-detail-top-wrap {
        display: block;
    }

    .lp-detail-left-wrap {
        margin-bottom: 30px;
    }

}



/*모바일*/
@media only screen and (max-width: 657px)  {
/*    body {
        background: #ffebeb;
    }*/

    .living-wrap {
        display: block;
    }

    .living-left {
        margin-bottom: 55px;
        width: 91vw;
    }
    .living-right {
        width: 91vw;
    }

    .lp-slide {
         width: 89vw;
    }

    .lp-slide-content {
        margin: 0 23px;
    }

    .search-result-list >.slick-list > .slick-track>.slick-slide>div {
        margin-right: 46px;

    }

    .living-search input {
        font-size: 12.5px;
    }

    .living-search-btn {
        width: 38px;
        height: 38px;
    }



    .living-definition-title {
        font-size: 1rem;
    }

    .living-definition-content {
        font-size: 0.7rem;
    }



    .right-title {
        font-size: 15px;
    }

    .living-create-table table th:nth-child(1) {
        font-size: 12px;
    }

    .living-create-table table th:nth-child(2) {
        font-size: 12px;
    }

    .living-btn {
        width: 93px;
        font-size: 15px;
        height: 33px;
    }

    .activity-graph {
      /*  width: 450px;*/
    }
    .living-detail-search-table table th:nth-child(1) {
        font-size: 12px;
    }
    .living-detail-search-table table th:nth-child(2) {
        font-size: 10px;

    }

    .search-list-wrap {
        margin-bottom: 88px;
    }

    .search-list-wrap.plus {
        margin-bottom: 370px;
    }


    .living-detail-search-container.on {
        height: 300px;
    }

    .breadcrumb-container {
        justify-content: unset;
    }
    .return-btn {
        width: 12px;
        height: 12px;
    }
    .lp-detail-breadcrumb-return {
        width: 109px;
        height: 27px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px){
    .lp-slide-content {
        margin: 0 4px;
    }

    .search-result-list >.slick-list > .slick-track>.slick-slide>div {
        margin-right: 8px;

    }

    .activity-graph {
     /*   width: 300px;
        left: -10px;*/
    }
    .lp-sub-title {
        font-size: 15px;
    }
}


@media only screen and (max-width: 500px) {
    .lp-detail-content-top-wrap {
        display: block;
    }

    .lp-detail-img-wrap img {
        width: 100%;
        height: 215px;
        object-fit: fill;
    }

    .lp-detail-ratio-wrap {
        display: block;
    }

    .activity-detail-pop-wrap {
        width: 89vw;
    }

    .activity-profile img {
        width: 55px;
        height: 55px;
    }

    .reply-profile img {
        width: 55px;
        height: 55px;
    }

    .lp-detail-horizon-wrap {
        width: 100%;
    }
}