/* 히어로 배너 시작 */
.community_wrap .hero_banner {
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 12px;
    padding: 0;
    margin-top: 40px;
}

.community_wrap .hero_banner .text_case:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url('../images/main/hero_banner_mask.png') no-repeat 0 0 / 100% 100%;
}

.community_wrap .hero_banner .text_case div {
    position: absolute;
    left: 60px;
    bottom: 60px;
    color: #ffffff;
    z-index: 2;
}

.community_wrap .hero_banner .text_case div p {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
}

.community_wrap .hero_banner .text_case div h3 {
    font-size: 28px;
    max-width: 300px;
    font-weight: bold;
    line-height: 42px;
}

.community_wrap .hero_banner img {
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: auto;
}

.community_wrap .hero_banner .swiper-button-prev {
    left: 10px;
}

.community_wrap .hero_banner .swiper-button-next {
    right: 10px;
}


@media (max-width: 768px) {

    .community_wrap .hero_banner {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    }

    .community_wrap .hero_banner img {
        border-radius: 0;
    }
    
    .community_wrap .hero_banner .text_case {
        height: auto;
    }

    .community_wrap .hero_banner .text_case img {
        height: 100%;
    }
    .community_wrap .hero_banner .text_case div {
        left: 5%;
        bottom: 5%;
        padding-right: 5%;
    }

    .community_wrap .hero_banner .text_case div p {
    margin-bottom: 1vh;
    font-size: 1rem;
    line-height: 1.3;
    }

    .community_wrap .hero_banner .text_case div h3 {
    font-size: 1.8rem;
    max-width: 100%;
    line-height: 1.4;
    }
}

@media (max-width: 535px) {
    .community_wrap .hero_banner .text_case div {
        left: 8%;
        bottom: 8%;
    } 
    .community_wrap .hero_banner .text_case div p {
        margin-bottom: 0.5vh;
        font-size: 0.9rem;
        }
    
    .community_wrap .hero_banner .text_case div h3 {
        font-size: 1.3rem;
        line-height: 1.2;
        }
}

/* 히어로 배너 끝 */

/* 중단배너, 하단배너 공통 css 시작 */

.community_top_banner,
.community_middle_banner {
    height: auto;
    width: 100%;
    margin: 30px auto;
}
.community_top_banner .swiper,
.community_middle_banner .swiper {
    border-radius: 12px;
}

.community_top_banner .swiper-slide img,
.community_middle_banner .swiper-slide img {
    border-radius: 12px;
    width: 100%;
}

.community_wrap .tab .community_top_banner .swiper-slide, 
.community_wrap .tab .community_middle_banner .swiper-slide {
    width: 100%;
    height: auto;
}

.community_wrap .tab .community_top_banner .swiper-slide:not(:first-of-type),
.community_wrap .tab .community_middle_banner .swiper-slide:not(:first-of-type) {
    margin-left: 0;
}
/* 중단배너, 하단배너 공통 css 끝 */

/* 필터리스트 전체 시작 */
.filter_wrap {
    padding: 32px 0 36px;
    border-bottom: 1px solid #F3F3F5;
    background-color: #fff;
}

.filter_wrap .contents {
    padding-top: 0;
    padding-bottom: 0;
}

.filter {
    display: flex;
    gap: 12px;
}

.filter>li {
    position: relative;
}

.filter>li:last-of-type {
    padding-right: 16px;
}

.filter>li .btn_filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 73px;
    height: 36px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 8px;
    color: #A6A6B3;
    background-color: #f3f3f3;
}

.filter>li .btn_filter:after {
    content: '';
    width: 12px;
    height: 7px;
    background: url('../images/common_sub/ico_filter_arrow.svg') no-repeat 0 0 / 100% 100%;
}

.filter>li .btn_filter.active,
.filter>li.chk .btn_filter {
    background-color: #EDEBFF;
}

.pop_menu .filter_menu li button:hover,
.pop_menu .filter_menu li.active>button {
    font-weight: 700;
    color: #7064FE;
}

.overflow-x .filter_chklist {
    flex-wrap: nowrap;
}

.filter_chklist {
    margin-top: 16px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.filter_chklist .filter_chk_item {
    padding: 0 12px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 1000px;
    background-color: #7064fe;
    color: #fff;
}

.filter_chklist .filter_chk_item .btn_filter_delete {
    width: 14px;
    height: 14px;
    background: url('../images/common_sub/ico_filter_chk_delete.svg') no-repeat 0 0 / 100% 100%;
}

.filter .pop_menu .filter_menu.filter_menu_depth2>li {
    background: url('../images/common_sub/ico_filter_depth2_arrow.svg') no-repeat center right 8px / 16px 16px;
}

.filter .pop_menu .filter_menu.filter_menu_depth2>li>ul {
    display: none;
    overflow-y: auto;
}

.filter .pop_menu .btn_pop_menu_back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 36px;
    height: 36px;
    background: url('../images/common_sub/btn_menu_back.svg') no-repeat center center / 24px 24px;
}

@media all and (min-width: 765px) {

    .filter,
    .filter_chklist {
        flex-wrap: wrap;
    }

    .filter .pop_menu {
        padding: 8px 0;
    }

    .pop_menu .filter_menu li {
        padding: 0 12px;
        height: 48px;
    }

    .pop_menu .filter_menu li button {
        display: inline-flex;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: left;
        font-size: 16px;
        white-space: nowrap;
    }

    .filter .pop_menu .filter_menu.filter_menu_multiple {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 4px;
        padding: 0 4px;
        margin-top: 8px;
    }

    .filter .pop_menu .filter_menu.filter_menu_multiple li {
        padding: 0;
        height: auto;
    }

    .filter .pop_menu .filter_menu.filter_menu_multiple li button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: auto;
        height: auto;
        padding: 10px 14px;
        background-color: #F3F3F5;
        border-radius: 8px;
        font-size: 14px;
        line-height: 16px;
        color: #A6A6B3;
    }

    .filter .pop_menu .filter_menu.filter_menu_multiple li button:before {
        content: '';
        width: 12px;
        height: 8px;
        background: url('../images/common_sub/ico_filter_btn_chk.png') no-repeat 0 0 / 100% 100%;
    }

    .filter .pop_menu .filter_menu.filter_menu_multiple li button:hover,
    .filter .pop_menu .filter_menu.filter_menu_multiple li.active button {
        font-weight: 400;
        background-color: #0A0A0C;
        color: #fff;
    }

    .filter .pop_menu .filter_menu.filter_menu_multiple li button:hover:before,
    .filter .pop_menu .filter_menu.filter_menu_multiple li.active button:before {
        background-image: url('../images/common_sub/ico_filter_btn_chk_active.png');
    }

    .filter .pop_menu .filter_menu.filter_menu_depth2 {
        position: relative;
        width: 150px;
    }

    .filter .pop_menu .filter_menu.filter_menu_depth2>li>ul {
        display: none;
        right: -145px;
        margin-top: -48px;
    }

    .filter .pop_menu .btn_pop_menu_back {
        display: none;
    }
}

@media all and (max-width: 764px) {
    .scroll-x {
        overflow-x: auto;
        white-space: nowrap;
    }

    .pop_menu .filter_menu {
        max-height: 286px;
        overflow-y: auto;
    }

    .pop_menu .filter_menu li:not(:first-of-type) {
        margin-top: 4px;
        border-top: 1px solid #EFEFF2;
    }

    .pop_menu .filter_menu li button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 12px;
        text-align: center;
        font-size: 16px;
    }

    .filter .pop_menu .filter_menu.filter_menu_depth2 {
        position: relative;
    }

    .filter .pop_menu .filter_menu.filter_menu_depth2>li button {
        justify-content: left;
    }

    .filter .pop_menu .filter_menu.filter_menu_depth2>li>ul {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        max-height: 286px;
    }

    .filter .pop_menu .btn_pop_menu_back {
        display: none;
    }
}

.pop_menu_wrap .pop_menu .pop_menu_tit {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.pop_menu_wrap .pop_menu .sns_list {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pop_menu_wrap .pop_menu .sns_list li {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    overflow: hidden;
}

.pop_menu_wrap .pop_menu .sns_list li a {
    display: block;
}

.pop_menu_wrap .pop_menu .sns_list li img {
    object-fit: cover;
}

@media all and (min-width: 765px) {
    .detail_util_menu .pop_menu_wrap .pop_menu {
        padding: 24px;
    }
}

@media all and (max-width: 764px) {

    /*.detail_util_menu .btn {display: none;}*/
    .pop_menu_wrap .pop_menu .sns_list {
        display: flex;
        justify-content: center;
        gap: 24px;
        padding-bottom: 32px;
    }
}



/***
    메뉴
***/
.pop_menu_wrap .pop_menu {
    display: none;
}

.pop_menu_wrap .pop_menu.menu--open {
    display: block;
}

.pop_menu_wrap {
    position: relative;
}

.pop_menu_wrap .pop_menu_header {
    position: relative;
}

.pop_menu_wrap .pop_menu_header .tit {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #0A0A0C;
}

.pop_menu_wrap .pop_menu_header .btn_pop_menu_close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url('../images/common_sub/btn_pop_menu_close.svg') no-repeat center center / 14px 14px;
}

.pop_menu_wrap .pop_menu {
    display: none;
}

@media all and (min-width: 765px) {

    .pop_menu_wrap .pop_menu,
    .pop_menu_boxshadow {
        position: absolute;
        margin-top: 8px;
        min-width: 150px;
        max-height: 346px;
        padding: 8px 16px;
        background-color: #fff;
        background: #FFFFFF;
        border: 1px solid #EFEFF2;
        box-shadow: 0px 0px 40px rgba(52, 52, 65, 0.08);
        border-radius: 12px;
        z-index: 10;
    }

    .pop_menu_wrap .pop_menu.pos-r {
        right: 0;
    }

    .pop_menu_wrap .pop_menu.pos-l {
        left: 0;
    }

    .pop_menu_wrap .pop_menu_header .btn_pop_menu_close {
        display: none;
    }

    .pop_menu_wrap .pop_menu_header .tit {
        display: none;
    }
}

@media all and (max-width: 764px) {
    .pop_menu_wrap .pop_menu {
        position: fixed;
        top: 0;
        left: inherit;
        right: inherit;
        left: 0;
        width: 100% !important;
        height: 100%;
        background: rgba(10, 10, 12, 0.64);
        z-index: 9991;
    }

    .pop_menu_wrap .pop_menu_inner {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #FFFFFF;
        border-radius: 20px 20px 0px 0px;
        padding: 0 16px 24px 16px;
    }

    .pop_menu_wrap .pop_menu_header {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 64px;
        text-align: center;
    }
}

/* 필터리스트 전체 끝 */


/* 전체보기 시작 */
.list_info {
    font-size: 16px;
    line-height: 24px;
}

.list_info dt {
    display: inline-block;
    color: #8b8b8b;
}

.list_info dt:not(:first-of-type) {
    margin-left: 12px;
}

.list_info dd {
    display: inline-block;
    margin-left: 4px;
}

@media (max-width: 767px) {
    .list_info {
        font-size: 1rem;
    }
}
/* 전체보기 끝 */


/* 리스트 카드 형식 공통 시작 */
.list_card.type3 li {
    width: 33.33%;
}

.list_card.type3 li .img_box {
    padding-top: 68.47%;
}

.list_card.type3 li .list_info {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    margin-top: 8px;
}

.list_card.type3 li .list_info dt {
    color: #68687A;
    margin-left: 0
}

.list_card.type3 li .list_info dd {
    color: #7064FE;
    margin-left: 0;
}

.list_card li .txt_box .txt.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    .list_card.type3 li {
        width: 49%;
    }
    .list_card li .txt_box .txt.ellipsis {
        font-size: 1rem;
    }
    .list_card li .txt_box .profile {
        font-size: 0.9rem;
    }

    .list_card li .txt_box .profile .profile_img {
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }

    .list_card.type3 li .list_info {
        font-size: 0.8rem;
    }
}

@media (max-width: 575px) {
    .list_card.type3 li {
        width: 100%;
    }
    .list_card li .txt_box .txt.ellipsis {
        font-size: 1.2rem;
    }
    .list_card li .txt_box .profile {
        font-size: 1rem;
        margin-top: 5px;
    }

    .list_card li .txt_box .profile .profile_img {
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }

    .list_card.type3 li .list_info {
        margin-top: 5px;
        font-size: 1rem;
        gap: 7px;
    }
}

@media (max-width: 375px) {
    .list_card li .txt_box .txt.ellipsis {
        font-size: 1rem;
    }
    .list_card li .txt_box .profile {
        font-size: 0.9rem;
    }
    .list_card.type3 li .list_info {
        font-size: 0.8rem;
    }
}
/* 리스트 카드 형식 공통 끝 */

/* 하단 결과 없음 컨텐츠 시작 */
.result_none {
    padding: 64px 32px;
}

.result_none .txt {
    font-size: 16px;
    line-height: 24px;
    color: #68687A;
    text-align: center;
}

@media (max-width: 767x) {
    .result_none .txt {
        font-size: 1rem;
        line-height: 1.4;
    }
}
/* 하단 결과 없음 컨텐츠 끝 */


/* 노하우 페이지 디자인 시작*/
.list_card_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.knowhow_wrap .contents {
    padding-left: 0;
    padding-right: 0;
    padding-top: 32px;
}

/* 노하우 페이지 디자인 끝 */

/* 디테일 페이지 시작 */

/* 게시판 공통 메인 배너 레이아웃 시작 */

.community_wrap .community_banner {
    position: relative;
    height: 576px;
}

.community_wrap .community_banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url('../images/main/hero_banner_mask.png') no-repeat 0 0 / 100% 100%;
}

.community_wrap .community_banner>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.community_wrap .community_banner .contents {
    height: 100%;
    position: relative;
}

.community_wrap .community_banner .txt_box {
    position: absolute;
    bottom: 24px;
    left: 0;
    padding: 0 16px;
    z-index: 1;
}

.community_wrap .community_banner .txt_box .txt {
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
    color: #fff;
}

.community_wrap .community_banner .txt_box .date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #DDDDE2
}

.community_wrap .community_banner .txt_box .date:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    background: url('../images/community/ico_calendar.svg') no-repeat 0 0 / 100% 100%;
}

@media (max-width: 767px) {
    .community_wrap .community_banner {
        padding-top: 0;
    }

    .community_wrap .community_banner .txt_box {
        bottom: 30px;
        left: 30px;
        padding: 0 3.5vw;
    }
    

    .community_wrap .community_banner .txt_box .txt {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    .community_wrap .community_banner .txt_box .date {
        gap: 7px;
        margin-top: 12px;
        font-size: 1rem;
        line-height: 1;
    }

}

/* 게시판 공통 메인 배너 레이아웃 끝 */

/* 게시판 회사 소개 레이아웃 시작 */
.community_wrap .brand_profile {
    display: flex;
    align-items: center;
    gap: 16px;
}

.community_wrap .brand_profile .profile_img {
    width: 75px;
    height: 75px;
    background: #000;
    border-radius: 100%;
    border: 1px solid #f3f3f5;
}

.community_wrap .brand_profile .profile_img img {
    width: 100%;
    height: 100%;
}

.community_wrap .brand_profile .profile_box {
    width: calc(100% - 84px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.community_wrap .brand_profile .profile_box > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.community_wrap .brand_profile .profile_box .tit {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.community_wrap .brand_profile .profile_box .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #68687A;
}

.community_wrap .brand_profile .btn {
    padding: 0 14px;
    height: 36px;
}

.community_wrap .info_ico {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
}

.community_wrap .info_ico li {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    width: calc(24% - 8px);
    padding: 12px;
    border: 1px solid #f3f3f5;
    border-radius: 12px;
}

.community_wrap .info_ico li:before {
    content: '';
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.community_wrap .info_ico li:nth-child(1):before {
    background-image: url('../images/community/ico_info1.svg');
}

.community_wrap .info_ico li:nth-child(2):before {
    background-image: url('../images/community/ico_info2.svg');
}

.community_wrap .info_ico li:nth-child(3):before {
    background-image: url('../images/community/ico_info3.svg');
}

.community_wrap .info_ico li:nth-child(4):before {
    background-image: url('../images/community/ico_info4.svg');
}

.community_wrap .info_ico li .txt_box {
    width: 100%;
    text-align: center;
}

.community_wrap .info_ico li .tit {
    font-size: 14px;
    line-height: 20px;
    color: #68687A;
}

.community_wrap .info_ico li .txt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #0a0a0c;
}

.community_wrap .info_detail {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    background-color: #fcfcff;
    border-radius: 12px;
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
}

.community_wrap .info_detail dt {
    width: 72px;
    color: #68687A;
}

.community_wrap .info_detail dd {
    width: calc(100% - 88px);
}

.community_wrap .info_detail+.btn_slideUp {
    margin-top: 16px;
}

@media (max-width : 767px) {
    .community_wrap .info_ico li {
        width: calc(50% - 8px);
    }
    .community_wrap .detail_util_menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        border-radius: 10px 10px 0 0;
        background: #ffffff;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        align-items: flex-start;
        gap: 8px;
        justify-content: space-between;
        z-index: 99;
    }

    .community_wrap .detail_util_menu button {
        background: none;
        border: none;
    }

    .community_wrap .detail_util_menu button::before {
        width: 25px;
        height: 25px;
    }

    .community_wrap .detail_util_menu .btn_like span {
        display: none;
    }
}

@media (max-width : 575px) {
    .community_wrap .brand_profile .profile_box > div {
        flex-direction: column;
    }

    .detail_util_menu {
        margin-top: 10px;
    }
}


/* 스크랩, 팔로우, 북마크 버튼 디자인 시작 */
.detail_util_menu {
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: 8px;
}
    
.pop_menu_wrap .pop_menu .pop_menu_tit {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
    
.pop_menu_wrap .pop_menu .sns_list {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
    
.pop_menu_wrap .pop_menu .sns_list li {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    overflow: hidden;
}
    
.pop_menu_wrap .pop_menu .sns_list li a {
    display: block;
}
    
.pop_menu_wrap .pop_menu .sns_list li img {
    object-fit: cover;
}


/* 공유하기 팝업 */
.pop_menu_wrap .pop_menu {
    display: none;
}

.pop_menu_wrap .pop_menu.menu--open {
    display: block;
}

.pop_menu_wrap {
    position: relative;
}

.pop_menu_wrap .pop_menu_header {
    position: relative;
}

.pop_menu_wrap .pop_menu_header .tit {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #0A0A0C;
}

.pop_menu_wrap .pop_menu_header .btn_pop_menu_close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url('../images/common_sub/btn_pop_menu_close.svg') no-repeat center center / 14px 14px;
}

.pop_menu_wrap .pop_menu {
    display: none;
}

@media all and (min-width: 765px) {

    .pop_menu_wrap .pop_menu,
    .pop_menu_boxshadow {
        position: absolute;
        margin-top: 8px;
        min-width: 150px;
        max-height: 346px;
        padding: 8px 16px;
        background-color: #fff;
        background: #FFFFFF;
        border: 1px solid #EFEFF2;
        box-shadow: 0px 0px 40px rgba(52, 52, 65, 0.08);
        border-radius: 12px;
        z-index: 10;
    }

    .pop_menu_wrap .pop_menu.pos-r {
        right: 0;
    }

    .pop_menu_wrap .pop_menu.pos-l {
        left: 0;
    }

    .pop_menu_wrap .pop_menu_header .btn_pop_menu_close {
        display: none;
    }

    .pop_menu_wrap .pop_menu_header .tit {
        display: none;
    }
}

@media all and (max-width: 764px) {
    .pop_menu_wrap .pop_menu {
        position: fixed;
        top: 0;
        left: inherit;
        right: inherit;
        left: 0;
        width: 100% !important;
        height: 100%;
        background: rgba(10, 10, 12, 0.64);
        z-index: 9991;
    }

    .pop_menu_wrap .pop_menu_inner {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #FFFFFF;
        border-radius: 20px 20px 0px 0px;
        padding: 0 16px 24px 16px;
    }

    .pop_menu_wrap .pop_menu_header {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 64px;
        text-align: center;
    }
}


/* 스크랩, 팔로우, 북마크 버튼 디자인 끝 */

@media (max-width: 767px) {
    .community_wrap .brand_profile .profile_box .tit {
        font-size: 1.2rem;
        line-height: 1.2;
        flex-direction: column;
    }
    
    .community_wrap .brand_profile .profile_box .txt {
        margin-top: 5px;
        font-size: 0.9rem;
        line-height: 1.5;
    }
    .community_wrap .info_ico li .tit {
        font-size: 0.9rem;
        line-height: 1.3;
    }
    
    .community_wrap .info_ico li .txt {
        font-size: 1rem;
        line-height: 1.2;
    }
    
    .community_wrap .info_detail {
        margin-top: 3vh;
        padding: 4vh;
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .community_wrap .info_detail dd {
        width: calc(100% - 88px);
    }
    
    /* 접기버튼 디자인 시작 */

    .community_wrap .info_detail+.btn_slideUp {
        margin-top: 16px;
        width: 100%;
    }

    .btn_slideUp {
        height: 46px;
        background-color: #fff;
        border: 1px solid #CBCBD2;
        border-radius: 8px;
        color: #A6A6B3;
        font-size: 16px;
    }
    
    .btn_slideUp span {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    
    .btn_slideUp span:before {
        content: '';
        width: 12px;
        height: 7px;
        background: url('../images/common_sub/ico_slideUp_arrow.svg') no-repeat 0 0 / 100% 100%;
    }
    
    .btn_slideUp.active span:before {
        transform: rotate(180deg);
    }
    /* 접기버튼 디자인 끝 */    
}

/* 이미지 및 내용 들어가는 공간 시작 */

.detail_view .view {
    height: auto;
    padding: 20px;
}


.detail_view .btn_wrap {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .detail_view .btn_wrap button {
        width: 100%;
        font-size: 1rem;
    }
}

/* 이미지 및 내용 들어가는 공간 끝 */

/* 스크랩, 팔로우, 좋아요, 북마크 버튼 시작 */

.btn_prod_scrap {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 24px;
    height: 24px;
    background: url('../images/common_sub/ico_scrap.svg') no-repeat center center / 16px 20px;
    z-index: 2;
}

.btn_prod_scrap.active {
    background-image: url('../images/common_sub/ico_scrap_active.svg');
}

.btn_follow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #A6A6B3;
    border: none;
    background-color: #F3F3F5;
    border-radius: 8px;
}

.btn_follow:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url('../images/common_sub/ico_plus.svg') no-repeat 0 0 / 100% 100%;
}

.btn_follow.btn_follow-s {
    font-size: 12px;
    padding: 6px 8px;
    line-height: 14px;
}

.btn_follow.btn_follow-s:before {
    width: 8px;
    height: 8px;
}

.btn_like {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.btn_like:before {
    content: '';
    display: block;
    width: 12px;
    height: 11px;
    background: url('../images/common_sub/ico_like.svg') no-repeat 0 0 / 100% 100%;
}

.btn_like.active:before {
    background-image: url('../images/common_sub/ico_like_active.svg');
}

.btn_bookmark:before {
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    background: url('../images/common_sub/ico_bookmark.svg') no-repeat 0 0 / 100% 100%;
}

.btn_bookmark.active:before {
    background-image: url('../images/common_sub/ico_bookmark_active.svg');
}

.btn_comment:before {
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    background: url('../images/common_sub/ico_bottom_comment.png') no-repeat 0 0 / 100% 100%;
}

.btn_shared:before {
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    background: url('../images/common_sub/ico_shared.svg') no-repeat 0 0 / 100% 100%;
}

.btn_shared.active:before {
    background-image: url('../images/common_sub/ico_shared_active.svg');
}

.btn_filter_refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 16px;
    color: #41414C;
}

.btn_filter_refresh:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url('../images/common_sub/ico_filter_refresh.png') no-repeat 0 0 / 100% 100%;
}

/* 스크랩, 팔로우, 좋아요, 북마크 버튼 끝 */

/* 게시물 누적 리스트 시작 */

.comment_brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.list_info {
    font-size: 16px;
        line-height: 24px;
}

.list_info dt {
    display: inline-block;
    color: #8b8b8b;
}

.list_info dt:not(:first-of-type) {
    margin-left: 12px;
}

.list_info dd {
    display: inline-block;
    margin-left: 4px;
}

/* 게시판 댓글 디자인 시작 */

.comment .comment_total {
    margin-bottom: 24px;
}

.comment .comment_input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.comment .comment_input .ipt_style {
    width: calc(100% - 60px - 34px - 24px);
    background-color: #fff;
}

.comment .comment_input .btn {
    width: 60px;
    padding: 0;
}

.comment .comment_profile {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    border: 1px solid #E6E6EA;
}

.comment .comment_profile img {
    width: 100%;
    height: 100%;
}

.comment .comment_area {
    margin-top: 32px;
}

.comment .comment-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 32px;
}

.comment .comment-item .comment_box {
    width: calc(100% - 44px);
}

.comment .comment-item .comment_box .comment_sub_input {
    display: none;
    margin-top: 16px;
}

.comment .comment-item .comment_box .comment_sub_input.open {
    display: flex;
}

.comment .comment-item .name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #41414c;
}

.comment .comment-item .txt {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #0a0a0a;
}

.comment .comment-item .btn_wrap {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.comment .comment-item .btn_wrap .date {
    font-size: 12px;
    line-height: 16px;
    color: #8b8b8b;
}

.comment .comment-item .btn_wrap .btn {
    padding: 6px 8px;
    height: auto;
    font-size: 12px;
}

.comment .comment-item .btn_wrap .btn.btn_remove {
    background: transparent;
    color: #41414C;
    border-color: transparent;
}

.comment .comment_sub {
    margin-top: 16px;
    padding: 12px;
    background-color: #fcfcff;
}

.comment .comment_sub .comment-item {
    margin-top: 12px;
}

@media (max-width: 767px) {

    .comment .comment_total {
        margin-bottom: 32px;
    }

    .comment .comment_profile {
        width: 44px;
        height: 44px;
        border-radius: 44px;
    }

    .comment .comment_input {
        gap: 16px;
    }

    .comment .comment_input .ipt_style {
        width: calc(100% - 60px - 44px - 32px);
    }

    .comment .comment_area {
        margin-top: 5vh;
    }

    .comment .comment-item {
        gap: 16px;
    }

    .comment .comment-item .comment_box {
        width: calc(100% - 60px);
    }

    .comment .comment-item .comment_box .comment_sub_input {
        margin-top: 2.5vh;
    }

    .comment .comment_sub {
        padding: 20px 24px;
    }

    .comment .comment_sub .comment-item {
        margin-top: 2vh;
    }
}

/* 게시판 댓글 디자인 끝 */
/* 디테일 페이지 끝 */

/* 고객센터 페이지 디자인 시작 */
.customer_center {
    padding: 32px 0px 64px !important;
}

.customer_center .tit {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.customer_center .tab {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer_center .tab .swiper_tab {
    margin-left: 16px;
    margin: 0 auto;
}

.customer_center .tab_cnt {
    padding: 0 16px;
    margin-top: 32px !important;
    width: 100%;
}

.customer_center_box {
    border: 1px solid #efeff2;
    border-radius: 12px;
}

.toggle_btn {
    padding: 20px 16px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toggle_btn:after {
    content: '';
    width: 32px;
    height: 32px;
    background: url('../images/common/ico_arrow_down_dark.svg') no-repeat 0 0/100% 100%;
}

.customer_center_toggle_btn em {
    font-size: 20px;
    font-weight: 700;
    color: #7064fe;
}

.customer_center_toggle_btn span {
    margin-left: 8px;
    font-size: 16px;
}

.toggle_item+.toggle_item {
    margin-top: 24px;
}

.toggle_item.active .toggle_btn:after {
    transform: rotate(180deg);
}

.toggle_item.active .toggle_btn span {
    font-weight: 700;
}

.toggle_item.active .toggle_box {
    display: block;
}

.toggle_box {
    display: none;
}

.customer_center_toggle_box {
    margin: 0 16px 20px 16px;
    padding: 16px;
    background-color: #fcfcff;
    border-radius: 12px;
}

.customer_center_toggle_box p {
    font-size: 16px;
    color: #41414c;
}

@media (max-width:767px) {
    
    .customer_center .tit {
        font-size: 1.8rem;
    }
    
    .customer_center .tab {
        margin-top: 3vh;
    }
    .customer_center .swiper {
        padding: 0 16px;
        width: 100%;
    }
    
    .customer_center .tab_cnt {
        margin-top: 3.5vh !important;
    }
    
    .customer_center_toggle_btn em {
        font-size: 1.2rem;
    }
    
    .customer_center_toggle_btn span {
        margin-left: 1vw;
        font-size: 1rem;
    }
    
    .toggle_item+.toggle_item {
        margin-top: 3vh;
    }
    .customer_center_toggle_box p {
        font-size: 1rem;
        line-height: 1.4;
        color: #41414c;
    }
}

@media (max-width:575px) {
    
    .customer_center .tit {
        font-size: 1.5rem;
    }
    
    .customer_center_toggle_btn em {
        font-size: 1.2rem;
    }
    
    .customer_center_toggle_btn span {
        font-size: 1rem;
    }
    
    .toggle_item+.toggle_item {
        margin-top: 2vh;
    }    
}
/* 고객센터 페이지 디자인 끝 */


/* 집들이 글쓰기 시작 */
.header_writing {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header_writing .header_writing_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    height: 76px;
    padding: 0 32px
}

.header_writing .header_writing_inner .logo {
    z-index: 2;
}

.header_writing .header_writing_inner .gnb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_writing .btn_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.list_sort_menu .btn_sort_menu {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 8px;
    font-size: 12px;
    color: #41414C;
}

.list_sort_menu .btn_sort_menu:after {
    content: '';
    width: 9px;
    height: 5px;
    background: url('../images/common_sub/ico_sort_menu_arrow.png') no-repeat 0 0 / 100% 100%;
    transform: rotate(180deg);
}

.list_sort_menu .btn_sort_menu.active:after {
    transform: rotate(0);
}

.list_sort_menu .filter_menu li {
    padding: 0;
}

.list_sort_menu.type2 .btn_sort_menu {
    font-size: 16px;
    gap: 7px;
    font-weight: 700;
}

.list_sort_menu.type2 .btn_sort_menu:after {
    width: 10px;
    background-image: url('../images/writing/ico_sort_menu_arrow2.svg');
}


@media (max-width: 767px) {
    .header_writing {
        border-bottom: 1px solid #F3F3F5;
    }

    .header_writing .header_writing_inner {
        position: relative;
        height: 64px;
        display: block;
        padding: 0 16px;
    }

    .header_writing .btn_wrap {
        display: block;
    }

    .header_writing .btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        height: 100%;
        border: none;
        font-size: 0.9rem;
        background: #fff;
    }

    .header_writing .btn.btn_type1 {
        left: 16px;
        color: #68687A;
    }

    .header_writing .btn.btn_type3 {
        right: 16px;
    }
}

.form_wrap {
    background-color: #F5F5F5;
}

.form_wrap .contents {
    max-width: 704px;
    margin: auto;
    padding-top: 140px;
}

.form_wrap .form_area {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px 32px;
}

.form_wrap .form_area_tit {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}

.form_wrap .guide_box {
    margin-top: 32px;
    background-color: #FCFCFF;
    border-radius: 12px;
    padding: 24px;
    font-size: 14px;
    line-height: 20px;
}

.form_wrap .guide_box dl dt {
    font-weight: 700;
    color: #7064FE;
}

.form_wrap .guide_box dl dd {
    position: relative;
    margin-top: 4px;
    color: #41414C;
}

.form_wrap .guide_box.bullet dl dd {
    padding-left: 24px;
}

.form_wrap .guide_box.bullet dl dd:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 3px;
    height: 3px;
    background-color: #41414C;
    border-radius: 3px;
}


.writing_wrap .form_box {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid #EFEFF2;
    border-radius: 12px;
}

.writing_wrap .form_header {
    width: 100%;
    height: 36px;
}

.writing_wrap .form_header.toggleSlide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.writing_wrap .form_header.toggleSlide:after {
    content: '';
    width: 14px;
    height: 7px;
    background: url('../images/writing/ico_writing_toggle_arrow.svg') no-repeat 0 0 / 100% auto;
    transform: rotate(180deg);
}

.writing_wrap .form_header.toggleSlide.active:after {
    transform: rotate(0);
}

.writing_wrap .writing_sec_tit {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.form_wrap .form_cnt {
    margin-top: 24px;
}

.writing_wrap .btn_upload_pic {
    width: 100%;
    height: 324px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    color: #8B8B9B;
    background-color: #F3F3F5;
    font-size: 14px;
    line-height: 20px;
    border-radius: 12px;
}

.writing_wrap .btn_upload_pic:before {
    content: '';
    width: 19.2px;
    height: 16.8px;
    background: url('../images/writing/ico_pic.png') no-repeat 0 0 / 100% 100%;
}

.writing_wrap .upload_pic_view {
    position: relative;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.writing_wrap .upload_pic_view .view.pc {
    height: 324px;
}

.writing_wrap .upload_pic_view .view.mobile {
    height: 576px;
}

.writing_wrap .upload_pic_view .view .img {
    position: relative;
    height: 100%;
    width: 100%;
}

.writing_wrap .upload_pic_view .view .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.writing_wrap .upload_pic_view .view.pc:before,
.writing_wrap .upload_pic_view .view.pc:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background-color: rgba(10, 10, 12, 0.46);
    z-index: 2;
}

.writing_wrap .upload_pic_view .view.pc:after {
    top: inherit;
    bottom: 0;
}

.writing_wrap .upload_pic_view .view.pc .img:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 8px);
    transform: translateY(-50%);
    height: 173px;
    border: 4px solid #7064FE;
    z-index: 3;
}

.writing_wrap .upload_pic_view .view.pc:before,
.writing_wrap .upload_pic_view .view.pc:after {
    height: 23%;
}

.writing_wrap .editor {
    background-color: #F3F3F5;
}

.writing_step.step2 {
    margin-top: 32px;
}

.writing_wrap .upload_pic_view .view.mobile .img {
    height: 0;
    padding-top: 100%;
}

.writing_wrap .btn_writing_next {
    margin-top: 60px;
}

.writing_step.step2 .btn_wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 8px 16px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 40px;
    border-top: 1px solid #EFEFF2;
    z-index: 9;
}

@media (max-width: 767px) {
        
    .form_wrap .contents {
        padding: 60px 0;
    }

    .form_wrap .form_area {
        padding: 24px 20px;
    }
    
    .form_wrap .form_area_tit {
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: 700;
    }
    
    .form_wrap .guide_box {
        margin-top: 32px;
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    .form_wrap .guide_box dl dt {
        font-size: 1.1rem;
    }
    
    .form_wrap .guide_box dl dd {
        margin-top: 10px;
    }
    
    .form_wrap .guide_box.bullet dl dd {
        padding-left: 18px;
    }
    .writing_wrap .upload_pic_view .view.pc {
        height: auto;
    }

    .writing_wrap .upload_pic_view .view.pc .img {
        height: 0;
        padding-top: 54.34%;
    }
    .writing_wrap .upload_pic_view .view.pc .img:after {
        height: 54%;
    }

    .writing_wrap .upload_pic_view .view.mobile .img {
        height: 0;
        padding-top: 100%;
    }
}
/* 집들이, 노하우 글쓰기 끝 */

/* 매거진 디테일 페이지 시작(에디터 들어가기 전 임시) */
.magazine_content .view > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.4;
}

.magazine_content img {
    width: 100%;
    margin-bottom: 30px;
}

.magazine_content h2 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 600;
}

.magazine_content h3 {
    font-size: 20px;
    text-align: center;
    margin: 0 auto 30px;
}

.magazine_content p {
    margin-bottom: 30px;
}

.magazine_content span {
    color: #7064FE;
}

.magazine_content p:last-child {
    margin-bottom: 0;
}

.magazine_content .magazine_half {
    width: calc(45% + 30px);
}

@media (max-width: 767px) {
    .magazine_content .magazine_half {
        width: 100%;
    }

    .magazine_content h2 {
        font-size: 1.2rem;
    }
    
    .magazine_content h3 {
        font-size: 1.1rem;
    }
}

/* 매거진 디테일 페이지 끝(에디터 들어가기 전 임시) */