.text{
    white-space: break-spaces;
    word-break: break-all;
}

nav.category-menu{
    width: 100%;
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    height: 55px;
    display: flex;
    flex-direction: row;

}
nav.category-menu .menu-list{
    box-sizing: content-box;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; 
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
}
nav.category-menu .menu-list::-webkit-scrollbar{
    display: none;
}
nav.category-menu .menu-list.center{
    justify-content: center;
}
nav.category-menu .menu-list.left{
    justify-content: flex-start;
}
nav.category-menu .menu-list .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0 30px;
    min-width: fit-content;
    height: 100%;
    font-weight: 700;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    flex: 1;
}

nav.category-menu .menu-list .menu-item.active{
    background: #1a1a1a;
    color: #fafafa;
}



.container.post-list.type-tab{
    width: 100%;
    min-height: fit-content;
    height: auto;
    padding: 25px 50px;
    position: relative;
}



ul.latest-post-list{
    width: 100%;
    min-height: 50svh;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;

}
ul.latest-post-list.type-grid{
    
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 45px;
}
ul.latest-post-list.type-grid li{
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    
}
ul.latest-post-list.type-grid li .img-thumbnail{
    width: 100%;
    object-fit: cover;
    margin-bottom: 1em;
    aspect-ratio: 2 / 1.39;
}
ul.latest-post-list.type-grid li .title{
    font-weight: 600;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    text-align: center;
    margin-bottom: 0.4em;
}
ul.latest-post-list.type-grid li .sub-title{
    font-weight: 400;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: center;
    margin-bottom: 0.4em;
}
ul.latest-post-list.type-grid li .regdate{
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #aaa;
}
.latest-post-item-loading {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    margin-top: 40px;
}
.latest-post-item-loading.active{
    display: flex;
}
.latest-post-item-loading .img-loading {
    width: 30px;
    height: 30px;
    animation: rotate360 1s linear infinite;
    transform-origin: center center;
}
.empty-post-list{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #999;
}
.empty-post-list.active{
    display: flex;
}
.last-post-list{
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: fit-content;
    padding: 0 30px;
    border-radius: 30px;
    background: #fafafa;
    font-weight: 600;
    color: #999;
}
.last-post-list.active{
    display: flex;
    
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.container.category-title{
    margin-bottom: 120px;
}
.container.category-title .box .title{
    font-weight: 700;
    text-align: center;

}


#page_post_view_business .container.post-info{
    width: 100%;
    max-width: 1200px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    margin-top: 140px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
#page_post_view_business .container.post-info .wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2em;
}
#page_post_view_business .container.post-info .wrapper > .col{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
    position: relative;
}
#page_post_view_business .container.post-info .wrapper > .col.c1{
    width: 100%;
    max-width: 500px;
}
#page_post_view_business .container.post-info .wrapper > .col.c1 .img-thumbnail{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 1.39;
}

#page_post_view_business .container.post-info .wrapper > .col.c2{
    width: 100%;
    gap: 0.8em;
}

#page_post_view_business .container.post-info .wrapper > .col .box{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: start;
    width: 100%;
    margin-left:0;
    margin-right: auto;
}

#page_post_view_business .container.post-info .wrapper > .col.c2 .box.b1{
    width: calc(100% - 140px);
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box.regdate .text{
    color: #aaa;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box.b3{
    display: flex;
    flex-direction: row;
    margin: 1em 0;
    gap: 1em;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box.b3 .text{
    line-height: 1.5;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box.b4 .text{
    line-height: 1.5;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box.b3 > .col{
    display: flex;
    flex-direction: column;
    width: 100%;
}

#page_post_view_business .container.post-info .wrapper > .col.c2 .box.b3 > .col .label{
    letter-spacing: -0.14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #333;
    padding: 4px 6px;
    width: fit-content;
    height: fit-content;
    margin-bottom: 4px;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box.b3 > .col.c1{
    min-width: 33%;
    max-width: 33%;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box.b3 > .col.c2{
    width: 100%;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box.b5{
    position: absolute;
    width: 130px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 1.4em;
    top: 4px;
    right: 0;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box.b5 .social-link{
    width: 30px;
    height: 30px;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box.b5 .social-link .img-icon{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#page_post_view_business .container.post-info .text{
    text-align: start;
    width: 100%;
    white-space: break-spaces;
    word-break: break-all;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box .post-title{
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .box .post-sub-title{
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .post-works,
#page_post_view_business .container.post-info .wrapper > .col.c2 .post-overviews{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
    column-gap: 1em;
}
#page_post_view_business .container.post-info .wrapper > .col.c2 .post-works .work-item,
#page_post_view_business .container.post-info .wrapper > .col.c2 .post-overviews .overview-item{
    line-height: 1.5;
    width: fit-content;
}

#page_post_view_business .container.post-content-img{
    width: 100%;
    max-width: 1200px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
}
#page_post_view_business .container.post-content-img .content-img-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}
#page_post_view_business .container.post-content-img .content-img-list .img-item{
    width: 100%;
}
#page_post_view_business .container.post-content-img .content-img-list .img-item .img-content{
    width: 100%;
    object-fit: contain;
}
#page_post_view_business .container.post-content-img .tag-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}
#page_post_view_business .container.post-content-img .tag-list .tag-item{
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fefefe;
    color: #333;
    height: 30px;
    line-height: 30px;
    width: fit-content;
    text-align: center;
    padding: 0 10px;
}




#page_post_view_news .container.post-info{
    width: 100%;
    max-width: 1000px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
    margin-bottom: 60px;
}
#page_post_view_news .container.post-info *{
    max-width: 100%;
}
#page_post_view_news .container.post-info .text{
    line-height: 1.4;
}
#page_post_view_news .container.post-info .post-title{
    width: 80%;
    display: block;
    
    white-space: normal;
    word-break: break-all;
    font-weight: 800;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0.5em;
}

#page_post_view_news .container.post-info .post-created-at{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.18px;
}
#page_post_view_news .container.post-info .post-created-at .icon{
    margin-right: 0.2em;
  
}
#page_post_view_news .container.post-info .post-sub-title{
    font-weight: 600;
    margin-bottom: 2em;

}
#page_post_view_news .container.post-info .post-title{
    white-space: normal;
    word-break: keep-all;
}

.container.post-tags{
    width: 100%;
    max-width: 1000px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.container.post-tags .tag-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}
.container.post-tags .tag-list .tag-item{
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fefefe;
    color: #333;
    height: 30px;
    line-height: 30px;
    width: fit-content;
    text-align: center;
    padding: 0 10px;
}

.btn-move{
    padding: 20px;
    border-radius: 34px;
    background: #1a1a1a;
    color: #fafafa;
    font-weight: 700;
    transition: all 0.3s ease;
}
.btn-move.post-list{    
    margin: 100px auto 0 auto;
    min-width: 230px;
}
.btn-move:hover{
    background: #00d4c5;
    color: #333;
    transition: all 0.3s ease;
}







/** S : 해상도 분기 - 1 :: 기기의 가로 기준 해상도 */

/* 모바일 + 태블릿 */
@media (max-width: 1199px){
}

/* 모바일 - 저해상도, 구형 스마트폰 */
@media (max-width: 359px){
}

/* 모바일 - 일반 */
@media (min-width: 360px) and (max-width: 767px){

}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1199px){
}

/* PC - 일반 (기본 베이스) */
@media (min-width: 1200px) {
}

/* PC - 2k (qhd 기준 2560px * 1440px) */
@media (min-width: 2400px) {
}

/* PC - 4k (uhd 기준 3840px * 2160px)*/
@media (min-width: 3000px) {
}

/** E : 해상도 분기 - 1 :: 기기의 가로 기준 해상도 */


/** S : 해상도 분기 - 2 :: 기기의 가로/세로 해상도, 화면 방향 기준 */

/* 모바일 + 태블릿 */
@media (max-width: 1199px), (orientation: portrait), (min-width: 3841px), (min-height: 2161px) { 

    nav.category-menu .menu-list .menu-item {
        padding: 0 20px;
    }
    
    #page_post_view_business .container.post-info .wrapper > .col.c2 .box.b3{
        flex-direction: column;
    }
    #page_post_view_business .container.post-info .wrapper > .col.c2 .box.b3 > .col.c1{
        min-width: 100%;
        max-width: 100%;
    }
    
}

/* 모바일 - 일반 (기본 베이스) */
@media (min-width: 1px) and (max-width: 767px) {

    nav.category-menu{
        max-width: 100%;
        padding: 0;
        height: 45px;
    }

    .container.post-list.type-tab{
        padding: 25px;
    }

    ul.latest-post-list.type-grid{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 45px;
    }

    .container.category-title{
        margin-bottom: 35px;
    }

    #page_post_view_business .container.post-info{
        margin-top: 30px;
        margin-bottom: 90px;
    }
    #page_post_view_business .container.post-info .wrapper{
        flex-direction: column;
    }
    
    #page_post_view_business .container.post-info .wrapper > .col.c1{
        max-width: 100%;
    }
    #page_post_view_business .container.post-info .wrapper > .col.c2{
        gap: 1em;
    }
    #page_post_view_business .container.post-info .wrapper > .col.c2 .box.b1{
        width: 100%;
    }
    #page_post_view_business .container.post-info .wrapper > .col.c2 .box.b5{
        top: unset;
        bottom: -60px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
    }
    #page_post_view_news .container.post-info{
        margin-top: 30px;
    }
    #page_post_view_news .container.post-info .post-created-at{
        margin-bottom: 3em;
    }
    #page_post_view_news .container.post-info .post-sub-title{
        margin-bottom: 2em;
    }
    #page_post_view_news .container.post-info .post-title{
        width: 100%;
    }

}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1199px), (min-width: 768px) and (orientation: portrait), (min-width: 3841px), (min-height: 2161px) { 

    nav.category-menu{
        max-width: 100%;
        height: 45px;
    }

    ul.latest-post-list.type-grid{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
        row-gap: 45px;
    }

    .container.category-title{
        margin-bottom: 65px;
    }
    #page_post_view_business .container.post-info{
        margin-top: 80px;
    }
    #page_post_view_news .container.post-info{
        margin-top: 80px;
    }
  
}

/* PC - 일반 (기본 베이스) */
@media (min-width: 1200px) and (orientation: landscape) and (max-width: 3840px) and (max-height: 2160px) {
}

/* PC - 2k (qhd 기준 2560px * 1440px) */
@media (min-width: 2400px) and (orientation: landscape) and (max-width: 3840px) and (max-height: 2160px) {
}

/* PC - 4k (uhd 기준 3840px * 2160px)*/
@media (min-width: 3000px) and (orientation: landscape) and (max-width: 3840px) and (max-height: 2160px) {
}

.ql-video{
    width: 50%;
    aspect-ratio: 1 / 0.57;
}