@charset "UTF-8";

/* main */
.main {
    position: relative;
}

/* community */
/* comm-container */
.comm-list-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 48px 40px 136px 40px;
    font-size: 0;
    line-height: 0;
    min-height: calc(100% - 85px);
}

.comm-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 48px 40px 136px 40px;
    font-size: 0;
    line-height: 0;
    min-height: calc(100% - 85px);
}

/* comm - side */
.side {
    display: inline-block;
    z-index: 20;
    width: 240px;
    vertical-align: top;
}
.side .side-btn {
    display: none;
}
.side .side-list .side-link {
    display: block;
    position: relative;
    word-break: keep-all;
}
.side .side-list .side-link:hover {
    text-decoration: underline;
}
.side .side-list > .side-item + .side-item {
    /* margin-top: 8px; */
    margin-top: 15px;
}
.side .side-list > .side-item > .side-link {
    color: #3b3b40;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.side .side-list > .side-item.active > .side-link {
    color: #2ca449;
}
.side .side-list .side-heading {
    margin-top: -8px;
    padding-top: 19px;
    border-top: 1px solid #e5e8ec;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.side .side-list .side-depth2 {
    margin-top: 20px;
    padding: 19px 0;
    border-top: 1px solid #e5e8ec;
}
.side .side-list .side-depth2 .side-item + .side-item {
    margin-top: 8px;
}
.side .side-list .side-depth2 .side-item .side-link {
    padding-left: 28px;
    color: #383b40;
    font-size: 14px;
    line-height: 22px;
}
.side .side-list .side-heading + .side-depth2 .side-item .side-link {
    padding-left: 40px;
}
.side .side-list .side-depth2 .side-item.active .side-link {
    font-weight: 600;
}
.side .side-list .side-depth2 .side-item .side-link:before,
.side .side-list .side-depth2 .side-item .side-link:after {
    position: absolute;
    background-repeat: no-repeat;
}
.side .side-list .side-depth2 .side-item .side-link:before {
    top: 7px;
    left: 1px;
    width: 6px;
    height: 7px;
    background-image: url(../images/sub/side_arrow.png);
    background-size: 6px auto;
}
.side .side-list .side-depth2 .side-item .side-link:after {
    display: block;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/sub/side_icon.png);
    background-size: 20px auto;
}
.side .side-list .side-heading + .side-depth2 .side-item .side-link:after {
    left: 13px;
}
.side .side-list .side-heading + .side-depth2 .side-item .side-link:before {
    display: block;
}
.side .side-list .side-depth2 .side-item .side-link.image:after {
    background-image: url(../images/sub/side_icon_image.png);
}
.side .side-list .side-depth2 .side-item .side-link.movie:after {
    background-image: url(../images/sub/side_icon_movie.png);
}
.side .side-list .side-heading + .side-depth2 {
    margin-top: 0;
    padding-top: 12px;
    border-top: 0;
}
.comm-list-container:not(.auth) .side + .main {
    display: inline-block;
    width: calc(100% - 240px);
    padding: 0 144px;
    vertical-align: top;
    transition: padding 0.25s ease-in-out;
}
.comm-container:not(.auth) .side + .main {
    display: inline-block;
    max-width: 860px;
    width: 860px;
    margin-left: 40px;
    padding: 30px;
    vertical-align: top;
    transition: padding 0.25s ease-in-out;
    border: 1px solid #ebecef;
}
.side .side-footer {
    display: none;
}
@media all and (max-width: 1800px) {
    .comm-list-container:not(.auth) .side + .main {
        padding: 0 0 0 40px;
    }
}
@media all and (max-width: 1400px) {
    .side {
        width: 210px;
    }
    .comm-list-container:not(.auth) .side + .main {
        width: calc(100% - 210px);
    }
    
    .comm-container:not(.auth) .side + .main {
        width: calc(100% - 280px);
    }
}
@media all and (min-width: 769px) {
    .comm-list-container.auth .side {
        display: none;
    }
}
@media all and (max-width: 768px) {
    .comm-list-container {
        min-height: calc(100dvh - 216px);
        padding: 86px 20px 80px 20px;
    }
    .comm-container {
        min-height: calc(100dvh - 216px);
        padding: 86px 20px 80px 20px;
    }
    .side {
        position: fixed;
        top: 57px;
        right: -230px;
        bottom: 0;
        z-index: 29;
        width: 230px;
        padding-bottom: 57px;
        background-color: rgba(255, 255, 255, 0.97);
        transition: all 0.25s ease-in-out;
    }
    .side.active {
        opacity: 1;
        visibility: inherit;
        right: 0;
    }
    .side:before {
        display: block;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(100vw + 300px);
        background-color: rgba(0, 0, 0, 0.1);
        transition: all 0.5s ease-in-out;
    }
    .side.active:before {
        opacity: 1;
        visibility: inherit;
    }
    .side .side-btn {
        display: none;
        position: absolute;
        top: 15px;
        left: -26px;
        z-index: 1;
        width: 26px;
        height: 60px;
        border: 0;
        border-radius: 4px 0 0 4px;
        background-color: #383b40;
        color: #fff;
        font-size: 0;
        line-height: 0;
    }
    .side .side-btn:before,
    .side .side-btn:after {
        display: block;
        position: absolute;
        top: 0;
        left: 1px;
        right: 0;
        bottom: 0;
        width: 8px;
        height: 2px;
        margin: auto;
        background-color: #fff;
    }
    .side .side-btn:before {
        top: 5px;
        transform: rotate(45deg);
    }
    .side .side-btn:after {
        top: -5px;
        transform: rotate(-45deg);
    }
    .side.active .side-btn:before {
        top: -5px;
    }
    .side.active .side-btn:after {
        top: 5px;
    }
    .side .side-list {
        opacity: 0;
        visibility: hidden;
        position: relative;
        z-index: 1;
        height: 100%;
        padding: 20px;
        background-color: #fff;
        transition: all 0.25s ease-in-out;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .side.active .side-list {
        opacity: 1;
        visibility: inherit;
    }
    .side + .main {
        display: block !important;
        width: 100% !important;
        padding: 5px !important;
        margin-left: 0 !important;
        border: none !important;
    }
    .side-open .side + .main {
        filter: blur(1px);
    }
    .side .side-footer {
        display: block;
    }
    .side .side-footer-link {
        display: block;
        padding: 4px 8px;
        border: 1px solid #e5e8ec;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        line-height: 22px;
        text-align: center;
    }
}
@media all and (max-width: 640px) {
    .comm-list-container {
        padding-top: 76px;
        padding-bottom: 107px;
    }
    .comm-container {
        padding: 76px 0px 107px;
    }
}

/* comm - sub */
.sub-head {
    overflow: hidden;
    margin-bottom: 32px;
}
.sub-title {
    display: inline-block;
    color: #383b40;
    font-size: 36px;
    font-weight: 600;
    line-height: 56px;
    vertical-align: top;
}
.sub-head .sub-search {
    float: right;
    width: 480px;
    margin: 4px 0;
    border: 1px solid #d8dadd;
    border-radius: 4px;
    background-color: #fff;
}
.sub-head .sub-search .search-inp {
    width: calc(100% - 60px);
    height: 46px;
    padding: 0 20px;
    border: 0;
    background-color: transparent;
    font-size: 14px;
}
.sub-head .sub-search .search-inp::placeholder {
    color: #adb2bb;
}
.sub-head .sub-search .search-btn {
    width: 60px;
    height: 46px;
    background: url(../images/sub/search_icon.png) no-repeat center / 24px auto;
}
.upload-title-container {
    display: flex;
    align-items: center;
    margin: 24px 0;
    gap: 1rem;
    line-height: 40px;
}
.upload-title {
    font-size: 1.5rem;
    font-weight: 600;
}
.upload-title-btn {
    padding: 0 12px;
    border: 0;
    border-radius: 4px;
    background-color: #383b40;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.15s ease-in-out;
    word-break: keep-all;
}
.receive-message-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.receive-message-container input {
    width: 20px;
    height: 20px;
}
.receive-message-container label {
    font-size: 16px;
    line-height: 22px;
}
@media all and (max-width: 1000px) {
    .sub-head .sub-search {
        float: none;
        width: 100%;
    }
}
@media all and (max-width: 768px) {
    .sub-head {
        margin-bottom: 12px;
    }
    .sub-title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 32px;
    }
}

/* comm - empty */
.content-container .empty {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    font-size: 1.25rem;
    color: #878787;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

/* comm - comment */

.comment-container {
    margin: 20px 0;
}
.comment-container .comment-write-container .comment-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.comment-container .comment-write-container .comment-head .comment-title {
    font-size: 24px;
    font-weight: 600;
}

.comment-container .comment-write-container .comment-body {
    display: none;
    margin-bottom: 20px;
}

.comment-container .comment-write-container .comment-body .comment-regist-btn-container {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.comment-container .comment-write-container .comment-body .comment-input {
    width: 100%;
    padding: 10px;
    color: #000;
    border: 1px solid #d8dadd;
    min-height: 100px;
    font-size: 16px;
    line-height: 22px;
    resize: none;
}

.comment-container .comment-write-container .comment-btn {
    padding: 0 24px;
    border: 0;
    border-radius: 4px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    transition: background-color 0.15s ease-in-out;
    word-break: keep-all;
}

/* comm - comment list */
.comment-list-container .comment-list {
    padding: 40px 0;
}

.comment-list-container .comment-list .comment-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid #b7b7b7;
}

.comment-list-container .comment-list .comment-item .comment-head {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #d8dadd;
}

.comment-list-container .comment-list .comment-item .comment-head .info-layer {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    /* align-items: center; */
    justify-content: center;
}

.comment-list-container .comment-list .comment-item .comment-head .info-layer .comment-nickname {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.comment-list-container .comment-list .comment-item .comment-head .info-layer .comment-date {
    font-size: 14px;
    line-height: 20px;
    color: #878787;
}

.comment-list-container .comment-list .comment-item .comment-head .edit-layer {
    display: flex;
    gap: 0.5rem;
}

.comment-list-container .comment-list .comment-item .comment-head .edit-layer .comment-btn {
    font-size: 16px;
    line-height: 22px;
    color: #111;
    background-color: transparent;
    border: 1px solid #adadad;
    padding: 7px 15px;
}

.comment-list-container .comment-list .comment-item .comment-head .edit-layer .comment-btn:hover {
    background-color: #a0a0a0;
    color: #fff;
}

.comment-list-container .comment-list .comment-item .comment-body {
    padding: 15px 5px;
}

.comment-list-container .comment-list .comment-item .comment-body .comment-content {
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px;
}

.comment-list-container .comment-list .comment-item .comment-foot {
    display: flex;
    gap: 1rem;
}

.comment-list-container .comment-list .comment-item .comment-foot .comment-delete {
    color: #878787;
    cursor: pointer;
}

/* comm - post btn */
.post-btn-container {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-btn-container .btn-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-btn-container .btn-wrapper.list {
    justify-content: flex-end;
}

.post-btn-container .btn-wrapper .post-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #adadad;
    color: #111;
}

.post-btn-container .btn-wrapper .post-btn.write {
    background-color: #2ca449;
    color: #fff;
}

.post-btn-container .post-btn:hover {
    background-color: #a0a0a0;
    color: #fff;
}

/* comm - pagination */
.pagination-wrap {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.pagination-wrap .pagination {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.pagination-wrap .btn-write + .pagination {
    margin-right: -70px;
}
.pagination-wrap .pagination .page-item {
    display: inline-block;
    vertical-align: top;
}
.pagination-wrap .pagination .page-item + .page-item {
    margin-left: 8px;
}
.pagination-wrap .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    padding: 0;
    border-color: #d8dadd;
    border-radius: 2px;
    transition: background-color 0.15s ease-in-out;
}
.pagination-wrap .pagination .page-item.page-control .page-link {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
}
.pagination-wrap .pagination .page-item.page-control.first .page-link {
    background-image: url(../images/sub/paging_first.png);
}
.pagination-wrap .pagination .page-item.page-control.prev .page-link {
    background-image: url(../images/sub/paging_prev.png);
}
.pagination-wrap .pagination .page-item.page-control.next .page-link {
    background-image: url(../images/sub/paging_next.png);
}
.pagination-wrap .pagination .page-item.page-control.last .page-link {
    background-image: url(../images/sub/paging_last.png);
}
.pagination-wrap .pagination .page-item:not(.page-control) .page-link {
    padding: 0;
    color: #383b40;
    font-size: 14px;
    line-height: 38px;
}
.pagination-wrap .pagination .page-item:not(.page-control).active .page-link {
    border-color: #2ca449;
    background-color: #2ca449;
    color: #fff;
}
.pagination-wrap .pagination .page-item:not(.page-control).active .page-link:hover {
    background-color: #259740;
}

form.form-write {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-write .pagination-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.pagination-wrap .page-btn {
    float: right;
    padding: 0 48px;
    border: 0;
    border-radius: 4px;
    background-color: #259740;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    transition: background-color 0.15s ease-in-out;
    word-break: keep-all;
}

.pagination-wrap .btn-del {
    background-color: #ff4949;
}

.pagination-wrap .btn-del:hover {
    background-color: #ff2c2c;
}

.pagination-wrap .page-btn:hover {
    background-color: #1d8034;
}
.pagination-wrap.text-right .page-btn {
    float: none;
}
.pagination-wrap .page-btn + .page-btn {
    margin-left: 8px;
}
.pagination-wrap .page-btn.btn-modify,
.pagination-wrap .page-btn.btn-list {
    background-color: #007bff;
}
.pagination-wrap .page-btn.btn-modify:hover,
.pagination-wrap .page-btn.btn-list:hover {
    background-color: #1586ff;
}
.pagination-wrap .page-btn.btn-del {
    float: left;
}
@media all and (max-width: 1000px) {
    .pagination-wrap .pagination {
        display: block;
        margin-right: 0 !important;
        margin-bottom: 12px;
    }
}
@media all and (max-width: 768px) {
    .pagination-wrap .pagination .page-item + .page-item {
        margin-left: 4px;
    }
    .pagination-wrap .pagination .page-item .page-link {
        width: 30px;
        height: 30px;
    }
    .pagination-wrap .pagination .page-item:not(.page-control) .page-link {
        font-size: 12px;
        line-height: 28px;
    }
    .pagination-wrap .page-btn {
        padding: 0 24px;
        font-size: 14px;
        line-height: 46px;
    }
}

/* comm - gallery */
.gallery .gallery-list {
    margin: 0 -16px;
}
.gallery .gallery-list .gallery-item {
    display: inline-block;
    width: calc(25% - 32px);
    margin: 0 16px 48px 16px;
    vertical-align: top;
}
.gallery .gallery-list .gallery-item a {
    display: block;
}
.gallery .gallery-list .gallery-item a > span {
    display: block;
}
.gallery .gallery-list .gallery-item a .gallery-img {
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}
.gallery .gallery-list .gallery-item a .gallery-img img {
    /* width: 100%; */
    width: auto;
    height: 200px;
    object-fit: cover;
    transition: transform 0.25s ease-in-out;
}
.gallery .gallery-list .gallery-item a:hover .gallery-img img,
.gallery .gallery-list .gallery-item a:hover .gallery-img video {
    transform: scale(1.05);
}
.gallery .gallery-list .gallery-item a .gallery-img video {
    /* width: 100%; */
    width: auto;
    height: 200px;
    object-fit: cover;
    aspect-ratio: 1/1;
    transition: transform 0.25s ease-in-out;
}
.gallery .gallery-list .gallery-item a .gallery-text {
    margin-top: 32px;
}
.gallery .gallery-list .gallery-item a .gallery-text > span {
    display: block;
}
.gallery .gallery-list .gallery-item a .gallery-text .gallery-title {
    overflow: hidden;
    color: #383b40;
    font-size: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    line-height: 28px;
    white-space: nowrap;
}
.gallery .gallery-list .gallery-item a .gallery-text .gallery-writer {
    color: #383b40;
    font-size: 13px;
    line-height: 20px;
}
.gallery .gallery-list .gallery-item a .gallery-text .gallery-info {
    margin-top: 8px;
}
.gallery .gallery-list .gallery-item a .gallery-text .gallery-info span {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
}
.gallery .gallery-list .gallery-item a .gallery-text .gallery-info span + span {
    margin-left: 11px;
}
.gallery .gallery-list .gallery-item a .gallery-text .gallery-info span + span:before {
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    bottom: 0;
    width: 3px;
    height: 3px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #adb2bb;
}

.map-select-preview {
    display: none;
    margin: 15px 0;
    width: 100%;
    height: auto;
}

.map-select-preview .preview-map {
    width: 100%;
    height: 350px;
}

@media all and (max-width: 1000px) {
    .gallery .gallery-list {
        margin: 0 -8px;
    }
    .gallery .gallery-list .gallery-item {
        width: calc(50% - 16px);
        margin: 0 8px 24px 8px;
    }
}
@media all and (max-width: 640px) {
    .gallery .gallery-list {
        margin: 0 -4px;
    }
    .gallery .gallery-list .gallery-item {
        width: calc(50% - 8px);
        margin: 0 4px 24px 4px;
    }
    .gallery .gallery-list .gallery-item a .gallery-text {
        margin-top: 12px;
    }
    .gallery .gallery-list .gallery-item a .gallery-text .gallery-title {
        font-size: 16px;
        line-height: 24px;
    }
    .gallery .gallery-list .gallery-item a .gallery-img video {
        height: 200px;
    }
}

/* comm - board */
.board .board-list .board-item {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e8ec;
}
.board .board-list .board-item a {
    display: block;
    min-height: 136px;
    padding: 10px 0 10px 172px;
}
.board .board-list .board-item a .board-img {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 136px;
    height: 136px;
    border-radius: 4px;
}
.board .board-list .board-item a .board-img img {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translateX(-50%);
    transition: transform 0.25s ease-in-out;
}
.board .board-list .board-item a:hover .board-img img {
    transform: translateX(-50%) scale(1.05);
}
.board .board-list .board-item a .board-text {
    display: block;
}
.board .board-list .board-item a .board-text > span {
    display: block;
}
.board .board-list .board-item a .board-text .board-title {
    overflow: hidden;
    color: #383b40;
    font-size: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    line-height: 28px;
    white-space: nowrap;
}
.board .board-list .board-item a .board-text .board-cont {
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    margin-top: 8px;
    color: #383b40;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.board .board-list .board-item a .board-text .board-info {
    margin-top: 8px;
}
.board .board-list .board-item a .board-text .board-info span {
    position: relative;
    color: #747983;
    font-size: 13px;
    line-height: 20px;
}
.board .board-list .board-item a .board-text .board-info span + span {
    margin-left: 11px;
}
.board .board-list .board-item a .board-text .board-info span + span:before {
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    bottom: 0;
    width: 3px;
    height: 3px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #adb2bb;
}
.board .board-list .board-item a .board-text .board-info span.writer {
    color: #383b40;
}
@media all and (max-width: 768px) {
    .board .board-list .board-item {
        margin-bottom: 12px;
        padding-bottom: 13px;
    }
    .board .board-list .board-item a {
        padding-left: 155px;
    }
    .board .board-list .board-item a .board-text .board-title {
        font-size: 16px;
        line-height: 24px;
    }
}
@media all and (max-width: 640px) {
    .board .board-list .board-item {
        padding-bottom: 8px;
    }
    .board .board-list .board-item a {
        min-height: 80px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 95px;
    }
    .board .board-list .board-item a .board-img {
        width: 80px;
        height: 80px;
    }
    .board .board-list .board-item a .board-text .board-cont {
        margin-top: 4px;
    }
}

/* notice */
.notice .notice-list .notice-item {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e8ec;
}
.notice .notice-list .notice-item a {
    display: block;
    min-height: 136px;
    padding: 10px 0;
}

.notice .notice-list .notice-item a .notice-text {
    display: block;
}
.notice .notice-list .notice-item a .notice-text > span {
    display: block;
}
.notice .notice-list .notice-item a .notice-text .notice-title {
    overflow: hidden;
    color: #383b40;
    font-size: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    line-height: 28px;
    white-space: nowrap;
}
.notice .notice-list .notice-item a .notice-text .notice-cont {
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    margin-top: 8px;
    color: #383b40;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notice .notice-list .notice-item a .notice-text .notice-info {
    margin-top: 8px;
}
.notice .notice-list .notice-item a .notice-text .notice-info span {
    position: relative;
    color: #747983;
    font-size: 13px;
    line-height: 20px;
}
.notice .notice-list .notice-item a .notice-text .notice-info span + span {
    margin-left: 11px;
}
.notice .notice-list .notice-item a .notice-text .notice-info span + span:before {
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    bottom: 0;
    width: 3px;
    height: 3px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #adb2bb;
}
.notice .notice-list .notice-item a .notice-text .notice-info span.writer {
    color: #383b40;
}

@media all and (max-width: 768px) {
    .notice .notice-list .notice-item {
        margin-bottom: 12px;
        padding-bottom: 13px;
    }
    .notice .notice-list .notice-item a {
        padding-left: 155px;
    }
    .notice .notice-list .notice-item a .notice-text .notice-title {
        font-size: 16px;
        line-height: 24px;
    }
}
@media all and (max-width: 640px) {
    .notice .notice-list .notice-item {
        padding-bottom: 8px;
    }
    .notice .notice-list .notice-item a {
        min-height: 80px;
        padding: 0;
    }
    .notice .notice-list .notice-item a .notice-text .notice-cont {
        margin-top: 4px;
    }
}

/* map */
.map-container {
    overflow: hidden;
    position: relative;
    height: calc(100dvh - 90px);
    /* font-size: 0; */
    /* line-height: 0; */
}
.map-container + footer {
    display: none;
}

.map .map-control-btn-group {
    width: 90px;
    height: auto;
    box-sizing: content-box;
    background-color: rgb(255, 255, 255);
    padding: 2px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px;
    position: absolute;
    right: 117px;
    top: 3px;
    z-index: 2;
}

.map .map-control-btn-group .map-control-btn {
    font-family: "Pretendard";
    cursor: pointer;
    width: 100%;
    height: 32px;
    user-select: none;
    -webkit-user-drag: none;
    border: none;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

.map .map-control-btn-group .map-control-btn.use_district {
    background: url("https://t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_search.png") -354px -154px no-repeat;
}

.map .map-control-btn-group .map-control-btn.terrain {
    background: url("https://t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_search.png") -304px -154px no-repeat;
}

.map .map-control-btn-group .map-control-btn.roadview {
    background: url("https://t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_search.png") -6px -403px no-repeat;
    /* -6 353 */
}

/* map - side */
.map-side {
    /* display: none; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 400px;
    background-color: #fff;
}
/* .map-side.active {
    display: block;
} */
.map-side .side-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.25s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.map-side .side-wrap::-webkit-scrollbar {
    display: none;
}
.map-side.map-side-open .side-wrap {
    box-shadow: none;
}
.map-side .side-info {
    position: relative;
    padding: 24px 20px;
}
.map-side .side-info .close-btn {
    display: none;
}
.map-side .side-info .info-address {
    color: #383b40;
    font-size: 12px;
    line-height: 18px;
}
.map-side .side-info .info-address span:first-child {
    display: block;
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.map-side .side-info .info-text {
    margin-top: 12px;
    color: #383b40;
    font-size: 13px;
    line-height: 20px;
}
.map-side .side-info .info-text p + p {
    margin-top: 2px;
}
.map-side .side-system {
    padding: 10px 20px;
    border-top: 8px solid #f4f6f8;
    color: #383b40;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    line-height: 24px;
}
.map-side .side-system img {
    height: 24px;
    margin-right: 8px;
    vertical-align: top;
}
.map-side .side-tab {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    border-top: 1px solid #e5e8ec;
}
.map-side .side-tab .tab-list .tab-item {
    display: inline-block;
    vertical-align: top;
}
.map-side .side-tab .tab-list .tab-item + .tab-item {
    margin-left: 20px;
}
.map-side .side-tab .tab-list .tab-item button {
    position: relative;
    height: 48px;
    border: 0;
    color: #747983;
    font-size: 13px;
    line-height: 22px;
    transition: color 0.15s ease-in-out;
}
.map-side .side-tab .tab-list .tab-item.active button {
    color: #4db860;
    font-weight: 600;
}
.map-side .side-tab .tab-list .tab-item button:before {
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -3px;
    height: 3px;
    background-color: #4db860;
    transition: bottom 0.25s ease-in-out;
}
.map-side .side-tab .tab-list .tab-item.active button:before {
    bottom: 0;
}
.map-side .side-tab .tab-refresh {
    /* position: absolute; */
    top: 15px;
    right: 20px;
    color: #747983;
    font-size: 12px;
    line-height: 18px;
}
.map-side .side-tab .tab-refresh .refresh-btn {
    padding-left: 16px;
    border: 0;
    background: url(../images/sub/tab_refresh.png) no-repeat left center / auto 12px;
    vertical-align: top;
}
.map-side .side-tab .tab-refresh span {
    vertical-align: top;
}
.map-side .side-panel {
    border-top: 1px solid #e5e8ec;
}
.map-side .side-panel .panel {
    display: none;
    /* padding: 20px 15px; */
    /* padding: 0 15px; */
    /* padding-top: 20px; */
    padding-bottom: 5px;
    /* padding: 20px 0px; */
}
.map-side .side-panel .panel.tab-building .item-name {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.map-side .side-panel .panel .panel-list {
    /* padding: 0 15px; */
}
.map-side .side-panel .panel.active {
    display: block;
}
.map-side .side-panel .panel .panel-item:hover {
    background-color: #f4f6f8;
    cursor: pointer;
}
.map-side .side-panel .panel .panel-item {
    /* margin-top: 26px; */
    padding: 20px;
}
.map-side .side-panel .panel .panel-item.active {
    background-color: beige;
}
.map-side .side-panel .panel .panel-item a {
    display: block;
    position: relative;
    min-height: 80px;
    padding: 0 0 0 96px;
}
.map-side .side-panel .panel .panel-item a > span {
    display: flex;
}
.map-side .side-panel .panel .panel-item a .panel-img {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 4px;
}
.map-side .side-panel .panel .panel-item a .panel-img img {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto 0;
    transform: translateX(-50%);
    transition: transform 0.25s ease-in-out;
}
.map-side .side-panel .panel .panel-item a:hover .panel-img img {
    transform: translateX(-50%) scale(1.05);
}

.map-side .side-panel .panel .panel-more {
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: 50px;
    /* position: absolute;
    bottom: -20px; */
}

.map-side .side-panel .panel .panel-more .loading-image {
    display: none;
}

.map-container .panel-info .info-sns {
    position: relative;
    /* padding-left: 20px; */
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left top;
    /* background-size: auto 16px; */
    background-size: auto 21px;
    color: #383b40;
    /* font-size: 12px; */
    font-size: 13px;
    /* line-height: 18px; */
    line-height: 24px;
    vertical-align: top;
    background-position-y: center;
}
.map-container .panel-info .info-sns.naver {
    background-image: url(../images/sub/sns_naver.png);
}
.map-container .panel-info .info-sns.blog {
    background-image: url(../images/sub/sns_blog.png);
}
.map-container .panel-info .info-sns.youtube {
    background-image: url(../images/sub/sns_youtube.png);
}
.map-container .panel-info .info-sns.jeonbang {
    background-image: url(../images/sub/jeonbang-icon.png);
}
.map-container .panel-info .info-date {
    position: relative;
    margin-left: 11px;
    color: #383b40;
    /* font-size: 12px; */
    font-size: 13px;
    /* line-height: 18px; */
    line-height: 24px;
}
.map-container .panel-info .info-date:before {
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    bottom: 0;
    width: 3px;
    height: 3px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #adb2bb;
}
.map-side .side-panel .panel .panel-item a .panel-title {
    overflow: hidden;
    margin-top: 4px;
    color: #383b40;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    line-height: 22px;
    white-space: nowrap;
}
.map-side .side-panel .panel .panel-item a .panel-text {
    display: -webkit-box;
    overflow: hidden;
    max-height: 36px;
    margin-top: 2px;
    color: #747983;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.map-side .side-detail {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 401px;
    border-right: 1px solid #d8dadd;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.25s ease-in-out;
}
.map-side.map-side-open .side-detail {
    opacity: 1;
    visibility: inherit;
    right: 400px;
}
.map-side .side-detail .side-detail-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 35px 0 50px 0;
}
.map-side .side-detail .side-detail-wrap::-webkit-scrollbar {
    display: none;
}
.map-side .side-detail .detail-img {
    overflow: hidden;
}
.map-side .side-detail .detail-img img,
.map-side .side-detail .detail-img video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.map-side .side-detail .detail-head {
    position: relative;
    padding: 24px 20px 10px 20px;
    border-bottom: 1px solid #ddd;
}
.map-side .side-detail .detail-head .detail-title {
    padding-right: 30px;
    color: #383b40;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    word-break: keep-all;
}
.map-side .side-detail .detail-head .detail-address {
    padding-right: 30px;
    color: #5a5f67;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    word-break: keep-all;
}
.map-side .side-detail .detail-head .panel-info {
    margin-top: 8px;
    display: flex;
}
.map-side .side-detail .detail-head .detail-share {
    position: absolute;
    top: 26px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 0;
    background: url(../images/sub/share_btn.png) no-repeat center / 24px auto;
}
.map-side .side-detail .detail-head .share-list {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 50px;
    right: 20px;
    width: 160px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.25s ease-in-out;
}
.map-side .side-detail .detail-head .share-list.active {
    opacity: 1;
    visibility: inherit;
    top: 60px;
    z-index: 1;
}
.map-side .side-detail .detail-head .share-list .share-item a {
    display: block;
    padding: 14px 14px 14px 48px;
    background-repeat: no-repeat;
    background-position: 16px 12px;
    background-size: auto 24px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
.map-side .side-detail .detail-head .share-list .share-item.kakao a {
    background-image: url(../images/sub/share_icon1.png);
}
.map-side .side-detail .detail-head .share-list .share-item.facebook a {
    background-image: url(../images/sub/share_icon2.png);
}
.map-side .side-detail .detail-head .share-list .share-item.copy a {
    background-image: url(../images/sub/share_icon3.png);
}
.map-side .side-detail .detail-head .share-list .share-item.down a {
    background-image: url(../images/sub/share_icon4.png);
}
.map-side .side-detail .detail-head .share-list .share-item.band a {
    background-image: url(../images/sub/share_icon5.png);
}
.map-side .side-detail .detail-body {
    margin-top: 16px;
    padding: 0 20px 24px 20px;
    font-size: 13px;
    line-height: 20px;
}
.map-side .side-detail .detail-foot {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    gap: 10px;
}
.map-side .side-detail .detail-foot button, .map-side .side-detail .detail-foot .button {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 12px;
    background-color: transparent;
    border: 1px solid #adadad;
    color: #111;
}
.map-side .side-detail .detail-foot button:hover, .map-side .side-detail .detail-foot .button:hover {
    background-color: #a0a0a0;
    color: #fff;
}
.map-side .side-detail .detail-close {
    position: absolute;
    /* top: 24px; */
    top: 5px;
    /* left: -30px; */
    left: 5px;
    width: 30px;
    height: 30px;
    /* border: solid 1px #d8dadd;
    border-radius: 4px 0 0 4px; */
    border: none;
    background: #fff url(../images/sub/detail_close.png) no-repeat center / 15px auto;
    background-color: transparent;
    /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12); */
    box-shadow: none;
    z-index: 2;
}
.map-container .main {
    display: inline-block;
    z-index: 10;
    width: calc(100% - 400px);
    /* width: 100%; */
    height: 100%;
    vertical-align: top;
    transition: all 0.2s ease-in;
}

.map-side.active ~ .main.main {
    /* width: calc(100% - 400px); */
}

.map-wrapper {
    width: 100%;
    height: 100%;
    float: left;
}

.map-wrapper.fold {
    width: 50%;
}

@media all and (max-width: 1168px) {
    .map-wrapper.fold {
        width: 0%;
    }
}

.roadview-wrapper {
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}

.roadview-wrapper .close-btn {
    position: absolute;
    /* top: 24px; */
    top: 5px;
    /* left: -30px; */
    left: 5px;
    width: 30px;
    height: 30px;
    border: none;
    background: #fff url(../images/sub/detail_close.png) no-repeat center / 15px auto;
    background-color: transparent;
    /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12); */
    box-shadow: none;
    z-index: 2;
}

@media all and (max-width: 1168px) {
    .roadview-wrapper {
        width: 100%;
    }
}

.map {
    height: 100%;
    background-color: #f7f7f7;
}
.map-search {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    /* left: 40px; */
    width: -webkit-fill-available;
    max-width: 400px;
    border: 1px solid #d8dadd;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}
.map-wrapper.fold ~ .map-search {
    display: none;
}
.map-search .search-panel fieldset .search-query {
    /* width: calc(100% - 60px); */
    width: 100%;
    height: 46px;
    padding: 0 20px 0 20px;
    border: 0;
    background-color: #fff;
    font-size: 14px;
}
.map-search .search-panel fieldset .search-query::placeholder {
    color: #adb2bb;
}
.map-search .search-panel fieldset .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 46px;
    border: 0;
    background: url(../images/sub/search_icon.png) no-repeat center / 24px auto;
}
.map-search .search-auto {
    display: none;
    max-height: 325px;
    padding: 16px 20px;
    border-top: 1px solid #d8dadd;
    overflow-x: hidden;
    overflow-y: auto;
}
.map-search .search-auto .auto-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
    border-bottom: 1px inset;
    padding-bottom: 5px;
}
.map-search .search-auto .auto-item:hover {
    background-color: #ededed;
}
.map-search .search-auto .auto-item .item-address strong {
    color: #2ca449;
    font-weight: 600;
}
.map-search .search-auto.active {
    display: block;
}
.map-search .search-auto .auto-list .auto-item + .auto-item {
    margin-top: 8px;
}
.map-search .search-auto .auto-list .auto-item .auto-keyword {
    color: #383b40;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer; /* display:block;*/
}
.map-search .search-auto .auto-list .auto-item .auto-keyword strong {
    color: #2ca449;
    font-weight: 600;
}
.map-regist-btn {
    display: none;
}
.map-wrapper.fold ~ .map-regist-btn {
    display: none;
}
@media all and (min-width: 769px) {
    .map-container .side {
        display: none;
    }
}
@media all and (max-width: 768px) {
    .map-container {
        height: calc(100dvh - 56px);
        padding-bottom: 57px;
        transform: translateY(56px);
    }
    .map-container .side {
        top: 0;
    }
    .map-side {
        /* right: -320px; */
        /* max-width: 320px; */
        /* right: -100%; */
        top: 100%;
        width: 100%;
        padding-bottom: 57px;
        transition: all 0.25s ease-in-out;
    }
    .map-side.active {
        /* right: 0; */
        top: calc(100% - 184px - 55px);
    }
    .map-side.active.show {
        top: 0;
    }
    .map-side .side-btn {
        display: block;
        position: absolute;
        top: 150px;
        left: -30px;
        z-index: 1;
        width: 30px;
        height: 30px;
        border: 0;
        border-radius: 4px 0 0 4px;
        background-color: #383b40;
        color: #fff;
        font-size: 0;
        line-height: 0;
    }
    .map-side.active .side-btn {
        /* background-color: transparent; */
        /* top: 150px; */
        /* left: 0; */
        /* background-color: #eaeaea; */
        top: 0;
        left: 50%;
        background-color: transparent;
        transform: translateX(-50%) rotate(-90deg);
        z-index: 3;
    }
    .map-side.active.show .side-btn {
        transform: translateX(-50%) rotate(90deg);
    }
    .map-side .side-btn:before,
    .map-side .side-btn:after {
        display: block;
        position: absolute;
        top: 0;
        left: 1px;
        right: 0;
        bottom: 0;
        width: 8px;
        height: 2px;
        margin: auto;
        background-color: #fff;
    }
    .map-side.active .side-btn:before,
    .map-side.active .side-btn:after {
        background-color: #000;
    }
    .map-side .side-btn:before {
        top: 5px;
        transform: rotate(45deg);
    }
    .map-side .side-btn:after {
        top: -5px;
        transform: rotate(-45deg);
    }
    .map-side.active .side-btn:before {
        top: -5px;
    }
    .map-side.active .side-btn:after {
        top: 5px;
    }
    .map-side .side-info {
        padding: 40px 20px;
    }
    .map-side .side-info .close-btn {
        display: block;
        position: absolute;
        top: 5px;
        right: 10px;
        width: 30px;
        height: 30px;
        border: none;
        background: #fff url(../images/sub/detail_close.png) no-repeat center / 15px auto;
        background-color: transparent;
        box-shadow: none;
        z-index: 2;
    }
    .map-side .side-info .info-address span:first-child {
        font-size: 16px;
    }
    .map-side .side-detail {
        /* right: -360px; */
        /* width: 320px; */
        right: -100%;
        width: 100%;
        z-index: 3;
    }
    .map-side.map-side-open .side-detail {
        right: 0;
    }
    .map-side .side-detail .detail-body {
        padding: 0 20px 80px 20px;
    }
    .map-side .side-detail .ck.ck-editor {
        padding: 0 8px;
    }
    .map-side .side-detail .detail-head .detail-title {
        font-size: 16px;
        line-height: 24px;
    }
    .map-side .side-detail .detail-head .detail-address {
        font-size: 14px;
        line-height: 22px;
    }
    .map-side .side-detail .detail-head .detail-share {
        top: 23px;
    }
    .map-side .side-detail .detail-close {
        /* top: 140px; */
        top: 0px;
        /* left: -30px; */
        left: 0px;
        z-index: 4;
        border-right: 0;
        background-color: white;
        /* background-color: #000; */
        box-shadow: none;
        border: none;
    }
    .map-container .main {
        display: block;
        width: 100%;
    }
    .map-search {
        top: 41px;
        margin-left: 20px;
        margin-right: 20px;
        /* left: 20px; */
        /* width: 280px; */
    }
    .map-regist-btn {
        display: block;
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 40;
        width: 56px;
        height: 56px;
        padding: 12px 0 0 0;
        border-radius: 50%;
        background-color: #2ca449;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
        color: #fff !important;
        font-size: 13px;
        text-align: center;
        line-height: 16px;
        transition: background-color 0.15s ease-in-out;
    }
    .map-regist-btn:hover {
        background-color: #259740;
    }
}

/* 로그인 */
.form-custom .sub-title {
    margin-bottom: 24px;
    font-weight: 600;
}
.form-custom .form-label {
    display: block;
    margin-bottom: 4px;
    color: #777;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}
.form-custom .required-text {
    color: red;
}
.form-custom .form-control {
    position: relative;
    height: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
}
.form-custom .form-control:focus {
    z-index: 2;
}
.form-custom .form-control[type="file"] {
    padding-top: 7px;
    padding-bottom: 7px;
}
.form-custom .form-label + .form-control {
    margin-bottom: 16px;
    border-radius: 4px;
}
.form-custom .input-group {
    margin-bottom: 16px;
}
.form-custom .input-group.type-address {
    margin-top: 16px;
    margin-bottom: 8px;
}
.form-custom .input-group.alert-group-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 10px 0;
}
.form-custom .input-group .form-control {
    border-radius: 4px;
}
.form-custom .input-group select.form-control {
    height: auto;
    padding-left: 6px;
}
.form-custom .input-group .form-control + select.form-control {
    margin-left: 8px;
}
.form-custom input[type="text"] {
    margin-bottom: -1px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.form-custom input[type="password"] {
    margin-bottom: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.form-custom .form-check-label {
    font-size: 16px;
    line-height: 22px;
}
.form-custom .input-type-add {
    height: 36px;
    margin-left: auto;
    padding: 0 17px;
    border: 0;
    border-radius: 4px;
    background-color: #2ca449;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.15s ease-in-out;
}
.form-custom .input-type-add:hover {
    background-color: #259740;
}
.form-custom .input-address-list {
    margin-top: 16px;
    margin-bottom: 16px;
}
.form-custom .input-address-list .input-address-item {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 4px;
    text-align: left;
}
.form-custom .input-address-list .input-address-item + .input-address-item {
    margin-top: 8px;
}
.form-custom .input-address-list .input-address-title {
    padding: 8px 28px 8px 8px;
    border-bottom: 1px solid #ced4da;
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
}
.form-custom .input-address-list .input-address-title span {
    font-weight: 600;
}
.form-custom .input-address-list .input-address-text {
    padding: 8px;
}
.form-custom .input-address-list .input-address-text div {
    font-size: 14px;
    line-height: 22px;
}
.form-custom .input-address-list .input-address-text .text-address {
    position: relative;
    padding-left: 14px;
}
.form-custom .input-address-list .input-address-text .text-address:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
    width: 5px;
    height: 1px;
    background-color: #383b40;
}
.form-custom .input-address-list .input-address-text .text-type {
    margin-top: 4px;
    padding: 4px 15px;
    border-radius: 15px;
    background-color: #f7f7f7;
}
.form-custom .input-address-list .input-address-del {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background: url(../images/sub/detail_close.png) no-repeat center / 10px auto;
}
.form-custom .input-agree {
    margin: 24px 0;
}
.form-custom .form-control:disabled,
.form-custom .form-control[readonly] {
    background-color: #f7f7f7;
}
.form-custom .input-box {
    display: flex;
}
.form-custom .input-box .form-control + .clear-btn {
    display: none;
    width: 60px;
    height: auto;
    background-image: url(../images/sub/detail_close.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center;
    background-color: #eaeaea;
    cursor: pointer;
    border: 1px solid #ced4da;
}
.form-custom .input-box .form-control + .clear-btn:hover {
    background-color: #d8dadd;
}
.form-custom .input-box .form-control[readonly] + .clear-btn {
    display: block;
}
.form-custom .input-group-text {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.form-custom .inputText {
    color: #777;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    word-break: keep-all;
    padding: 7px 0;
}
.form-custom .inputText strong {
    color: red;
    font-weight: 600;
}
.form-custom .login-btn {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 8px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    transition: background-color 0.15s ease-in-out;
}

.form-custom .mypage-btn-wrapper {
    display: flex;
    gap: 20px;
}

.form-custom .mypage-btn-wrapper button {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 8px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    transition: background-color 0.15s ease-in-out;
}

.form-custom .mypage-btn-wrapper .btn-modify {
    background-color: #259740;
}

.form-custom .mypage-btn-wrapper .btn-withdrawal {
    background-color: #383b40;
}
.form-custom .btn-login {
    background-color: #383b40;
    color: #fff;
}
.form-custom .btn-logout {
    border: 1px solid #383b40;
    background-color: #fff;
    color: #383b40;
}
.form-custom .btn-login:hover {
    background-color: #2b2e33;
}
.form-custom .btn-kakao {
    background-color: #ffdf00;
    color: #383b40;
}
.form-custom .btn-kakao:hover {
    background-color: #efd102;
}
.form-custom .btn-naver {
    background-color: #01c73c;
}
.form-custom .btn-find {
    background-color: #2ca449;
    color: #fff;
}
.form-custom .btn-find:hover {
    background-color: #259740;
}
.form-custom .btn-naver:hover {
    background-color: #00c139;
}
.form-custom .login-btn.btn-kakao:before,
.form-custom .login-btn.btn-naver:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: 24px auto;
    vertical-align: middle;
}
.form-custom .btn-kakao:before {
    background-image: url(../images/sub/login_kakao.png);
}
.form-custom .btn-naver:before {
    background-image: url(../images/sub/login_naver.png);
}
.form-custom .login-btn span {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}
.form-custom .btn-bottom {
    margin-top: 12px;
    text-align: left;
}
.form-custom .btn-bottom a {
    font-size: 14px;
    line-height: 22px;
}
.form-custom .btn-bottom a + a {
    float: right;
}
.form-custom .btn-bottom a:hover {
    text-decoration: underline;
}
.form-custom.form-sign {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 66px 0;
    text-align: center;
}
.form-custom.form-sign .inputText {
    margin-top: -8px;
}
.form-custom.form-write .inputText {
    margin-top: 16px;
    margin-bottom: 4px;
}
.form-custom.form-write .form-control {
    border-bottom-left-radius: 4px;
}
.form-custom.form-write .form-control {
    border-bottom-right-radius: 4px;
}
.form-custom.form-write .form-control + .form-control {
    margin-top: 8px;
}
.form-custom.form-write .pagination-wrap {
    margin-top: 48px;
}
.form-custom.form-write .place-container {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 22px;
    gap: 8px;
    max-height: 500px;
    overflow-y: auto;
}
.form-custom.form-write .place-container .place-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #adadad;
    margin-bottom: 16px;
    padding: 10px 15px;
    cursor: pointer;
}

.form-custom.form-write .place-container .place-item strong.highlighted {
    color: #2ca449;
    font-weight: 600;
}

.form-custom.form-write .place-container .place-item:hover {
    background-color: #a1a1a1;
    color: #fff;
}
.form-custom.form-write .place-container .place-item .place-item-title {
    font-weight: 600;
}

.form-custom a.find-pw {
    display: block;
    margin-bottom: 4px;
    color: #777;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    text-align: right;
    margin-top: 20px;
}

.form-custom a.find-pw:hover {
    font-weight: 600;
}

.board-write .form-custom.form-write .input-group.type-file {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
}
.board-write .form-custom.form-write .file-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: calc(100% - 88px);
    padding: 0 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    color: #6c757d;
    font-size: 14px;
    font-size: 16px;
    line-height: 44px;
    transition: all 0.15s ease-in-out;
}
.board-write .form-custom.form-write .file-text.hidden {
    opacity: 0;
    visibility: hidden;
}
.board-write .form-custom.form-write .btn-upload {
    width: 80px;
    margin-left: 8px;
    border-radius: 4px;
    background-color: #2ca449;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 46px;
    transition: background-color 0.15s ease-in-out;
}
.board-write .form-custom.form-write .btn-upload:hover {
    background-color: #259740;
}
/* .upload {
    margin-top: 24px;
} */
.upload-list {
    margin: 0 -4px;
}
.upload-item {
    display: inline-block;
    overflow: hidden;
    position: relative;
    /* width: calc(16.66% - 8px); */
    height: 200px;
    margin: 0 4px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    aspect-ratio: 1 / 1;
}
.upload-item input {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
}
.upload-item label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.image-preview {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/sub/noImg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media all and (max-width: 1400px) {
    .upload-list {
        margin: -4px;
    }
    .upload-item {
        /* width: calc(33.33% - 8px); */
        height: 160px;
        margin: 4px;
    }
}
@media all and (max-width: 768px) {
    .form-custom .input-group-text {
        padding: 0 4px;
    }
    .form-custom .form-control {
        font-size: 14px;
    }
    .form-custom.form-sign {
        padding: 24px 0;
    }
    .form-custom.form-write .pagination-wrap {
        margin-top: 24px;
    }
    .board-write .form-custom.form-write .btn-upload {
        font-size: 14px;
    }
    .form-custom .form-check-label {
        font-size: 14px;
    }
    .board-write .form-custom.form-write .file-text {
        font-size: 14px;
    }
}
@media all and (max-width: 640px) {
    .upload-item {
        height: 100px;
    }
    .form-custom .input-address-list .input-address-title span {
        display: block;
    }
}

/* 공통 상세페이지 */
.common-view .view-head {
    position: relative;
    /* 20250513 고객사 요청으로 인한 속성 변경 */
    /* padding-right: 56px; */
    padding-right: 26px;
    padding-bottom: 16px;
    border-bottom: 2px solid #383b40;
}
.common-view .view-head .view-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    word-break: keep-all;
}
.common-view .view-head .view-share {
    position: absolute;
    top: 0;
    right: 0;
}
.common-view .view-head .view-share .share-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 0;
    background: url(../images/sub/share_btn.png) no-repeat center / 24px auto;
    vertical-align: top;
}
.common-view .view-head .view-share .share-list {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 1;
    width: 160px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.25s ease-in-out;
}
.common-view .view-head .view-share .share-list.active {
    opacity: 1;
    visibility: inherit;
    right: 60px;
}
/* .common-view .view-head .view-share .share-item a, */
.common-view .view-head .view-share .share-item button {
    display: block;
    padding: 14px 14px 14px 48px;
    background-repeat: no-repeat;
    background-position: 16px 12px;
    background-size: auto 24px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
.common-view .view-head .view-share .share-item.kakao button {
    background-image: url(../images/sub/share_icon1.png);
}
.common-view .view-head .view-share .share-item.band button {
    background-image: url(../images/sub/share_icon5.png);
}
.common-view .view-head .view-share .share-pdf {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    border: 0;
    background: url(../images/sub/share_pdf.png) no-repeat center / 24px auto;
    vertical-align: top;
}
.common-view .view-body {
    margin-bottom: 48px;
    border-bottom: 1px solid #ddd;
}
.common-view .view-body .view-info {
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    text-align: right;
}
.common-view .view-body .view-info li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
    word-break: keep-all;
}
.common-view .view-body .view-info li + li {
    margin-left: 21px;
}
.common-view .view-body .view-info li + li:before {
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    bottom: 0;
    width: 1px;
    height: 12px;
    margin: auto 0;
    background-color: #ddd;
}
.common-view .view-body .view-info .info-type:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/sub/view_icon1.png) no-repeat center / 15px auto;
    vertical-align: top;
}
.common-view .view-body .view-info .info-address a:hover {
    text-decoration: underline;
}
.common-view .view-body .view-info .info-address a:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/sub/view_icon2.png) no-repeat center / 15px auto;
    vertical-align: top;
}
.common-view .view-body .view-cont {
    padding: 48px 8px;
    text-align: center;
}

.common-view .view-body .view-cont .post-content p {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}
.common-view .view-body .view-cont .post-content th,
.common-view .view-body .view-cont .post-content td {
    font-size: 16px;
    line-height: 22px;
}
.common-view .view-body .view-cont .post-content h1 {
    font-size: 2.5rem;
}
.common-view .view-body .view-cont .post-content h2 {
    font-size: 2rem;
}
.common-view .view-body .view-cont .post-content h3 {
    font-size: 1.75rem;
}
.common-view .view-body .view-cont .post-content i {
    font-style: italic;
}
.common-view .view-body .view-cont .post-image-content {
    display: flex;
    padding: 25px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.common-view .view-body .view-cont .thumbnail-image-content {
    display: flex;
    padding: 25px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.common-view .view-body .view-cont .thumbnail-image-content > strong {
    line-height: 30px;
}


.common-view .view-body .view-cont .thumbnail-image-content .thumbnail-preview {
    height: 160px;
    overflow: hidden;
    position: relative;
    margin: 0 4px;
    border: 1px solid #ced4da;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    aspect-ratio: 1 / 1;
}


.common-view .view-body .view-cont .post-image-content img, .common-view .view-body .view-cont .thumbnail-image-content img {
    min-width: 50%;
    max-width: 100%;
    /* object-fit: cover; */
}
.common-view .view-body .view-cont .thumbnail-image-content strong {
    font-size: 20px;
}

.common-view .view-body .view-cont p {
    font-size: 16px;
    line-height: 24px;
}
.common-view .view-body .view-cont p + img,
.common-view .view-body .view-cont img + img {
    margin-top: 20px;
}
@media all and (max-width: 768px) {
    .common-view .view-head {
        padding-bottom: 8px;
    }
    .common-view .view-head .view-title {
        font-size: 18px;
        line-height: 26px;
    }
    .common-view .view-body {
        margin-bottom: 24px;
    }
    .common-view .view-body .view-info {
        padding: 8px 0;
    }
    .common-view .view-body .view-info li {
        display: block;
        font-size: 14px;
        line-height: 22px;
    }
    .common-view .view-body .view-info li + li {
        margin-left: 0;
    }
    .common-view .view-body .view-info li + li:before {
        display: none;
    }
    .common-view .view-body .view-cont {
        /* 고객 요청으로 인한 padding 속성 변경 (24px 0px -> 24px 8px)_20241029 */
        padding: 24px 8px;
        /* 고객 요청으로 인한 font-weight 속성 추가_20241029 */
        font-weight: 500;
    }
    .common-view .view-body .view-cont p {
        font-size: 16px;
        line-height: 22px;
    }
    .common-view .post-btn-container {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 15px;
    }
    .common-view .post-btn-container .btn-wrapper {
        justify-content: flex-end;
    }
}

/* 이용약관 & 개인정보 보호방침 */
.privacy {
    overflow: hidden;
}
.privacy h3 {
    margin-top: 48px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.privacy h3:first-child {
    margin-top: 0;
}
.privacy h4 {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.privacy h5 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.privacy p {
    margin-top: 12px;
    color: #444;
    font-size: 16px;
    line-height: 26px;
}
.privacy ol, .privacy ul {
    overflow: visible;
    margin-left: 20px;
    list-style: decimal;
}
.privacy ol li, .privacy ul li {
    margin-top: 8px;
    color: #444;
    font-size: 16px;
    line-height: 22px;
}
.privacy ol li a.link, .privacy ul li a.link {
    text-decoration: underline;
}
.privacy ol li a.link:hover, .privacy ul li a.link:hover {
    font-weight: 600;
}
@media all and (max-width: 768px) {
    .privacy h3 {
        margin-top: 32px;
        font-size: 20px;
        line-height: 24px;
    }
    .privacy h4 {
        margin-top: 12px;
        font-size: 16px;
        line-height: 24px;
    }
    .privacy p {
        margin-top: 4px;
        font-size: 14px;
        line-height: 22px;
    }
    .privacy ol li {
        margin-top: 4px;
        font-size: 14px;
    }
    /* .ck.ck-editor__editable_inline {
        padding: 0 !important;
    } */
}
