@charset "utf-8";
/*
2024-04-04 (주)파이브센스_FIVESENSES.Corp.

본 라이브러리(라이브러리 소스코드)는 (주)파이브센스의 자산입니다.
무단으로 외부로 유출 및 일시 반출을 할 경우 손해배상 책임 및 민사/형사적 책임이 있습니다.
*/

.main_gb3 {
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.main_gb3 .widget-cont {
    width: 100%;
}

.main_gb3 .widget-cont > .container_fix {
	padding:0;
}

/* 타이틀 컨테이너 */
.main_gb3 .title_container {
    margin-bottom: 62px;
}

/* 타이틀 */
.main_gb3 .main_cont_title {
    text-align: center;
    margin-bottom: 23px;
}

.main_gb3 .main_cont_title h2 {
    font-size: 64px;
    font-weight: bold;
    color: #472e18;
    display: inline-block;
    width: auto;
	font-family: "Cormorant Garamond","pretendard", serif;
}

/* 카테고리 */
.main_gb3 .main_cont_category {
    position: relative;
}

.main_gb3 .main_cont_category  .main_con_box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.main_gb3 .main_cont_category .category {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #999999;
    background: #f1f1f1;
    border-radius: 30px;
    padding: 19.5px 0px;
    cursor: pointer;
	width:120px;
	text-align:center;
}

.main_gb3 .main_cont_category .category.active {
    color: #fff;
    background: #472e18;
    box-shadow: 0px 5px 11px rgba(0,0,0,0.11);
	width:90px;
}
.main_gb3 .main_cont_category .more_pc {
    position: absolute;
    bottom: 0;
    right: 0;
}

.main_gb3 .main_cont_category .more_pc a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0 10px;
}

.main_gb3 .main_cont_category .more_pc span {
    font-size: 18px;
    font-weight: 600;
    color:#0c0c0c;
}
.main_gb3 .main_cont_category .more_pc svg {
    width: 17px;
    height: 17px;
    stroke: #0c0c0c;
}

/* 게시판 리스트 */
.main_gb3 .board_list {
    position: relative;
    margin-bottom: 40px;
}

.main_gb3 .move_link {
    height: 100%;
    display: block;
    background: #fff;
    /* border-radius: 25px; */
    overflow: hidden;
    transition: all 0.3s ease;
	cursor:default;
}

.main_gb3 .swiper-slide.on .move_link {
    transform: translateY(-20px);
    box-shadow: 0px 5px 25px rgba(0,0,0,0.26);
}

.main_gb3 .move_link .post_container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 26px 18px 30px;
}

/* 게시판 로드된 게시글과 스켈레톤 UI와 height값 동일하게 맞추기 */
.main_gb3 .move_link.skeleton_ani .post_container {
    padding: 25px 26px 18px 31px;
}

.main_gb3 .move_link.skeleton_ani .post_container > p {
    width: 100%;
    margin-bottom: 20px;
}

/* 게시판 타이틀 */
.main_gb3 .post_container .post_subject {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #0c0c0c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 35px;
	word-break:keep-all;
}

/* 게시판 하단 */
.main_gb3 .post_container .post_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

/* 게시판 카테고리 */
.main_gb3 .post_container .post_category {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #999999;
    background: #f1f1f1;
    border-radius: 6px;
    padding: 8.5px 13px;
}

/* 게시판 날짜 */
.main_gb3 .post_container .post_date {
    
}

.main_gb3 .post_container .post_date span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #c9c5c2;
}

/* 게시판 썸네일 */
.main_gb3 .thumb_container {
    overflow: hidden;
}

.main_gb3 .thumb_container .thumb {
    transition: all 0.5s ease-in-out;
}

.main_gb3 .swiper-slide.on .thumb_container .thumb {transform: scale(1.1);}

/* 게시판 분류스티커 */
.main_gb3 .sticker_container {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b8aa9e;
    border-radius: 50%;
}

.main_gb3 .sticker_container span {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

/* 스와이퍼 */
.main_gb3 .swiper {
    overflow: visible;
}

.main_gb3 .swiper-wrapper {
    align-items: stretch;
}

.main_gb3 .swiper-slide {
    height: auto;
    position: relative;
}

/* 스와이퍼 버튼 그룹 */
.main_gb3 .swiper_btn_group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    padding-right: 9.5%;
}

/* 스와이퍼 화살표 버튼 */
.main_gb3 .swiper_btn_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.main_gb3 .swiper-button {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
}

.main_gb3 .swiper-button::after {display: none;}

/* 스와이퍼 페이지네이션 */
.main_gb3 .swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: static;
    width: 79%;
    height: 2px;
    background: #f1f1f1;
}

.main_gb3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #472e18;
}

@media all and (max-width: 991px) {
    .main_gb3 {
        height: auto;
        display: block;
    }

	.main_gb3 .widget-cont > .container_fix {
		padding:0 15px;
	}
    /* 타이틀 컨테이너 */
    .main_gb3 .title_container {
        margin-bottom: 46px;
    }

    /* 타이틀 */
    .main_gb3 .main_cont_title {
        margin-bottom: 18px;
    }

    .main_gb3 .main_cont_title h2 {
        font-size: 31px;
    }

    /* 카테고리 */
	.main_gb3 .main_cont_category {
		overflow-x:auto;
	}

	.main_gb3 .main_cont_category::-webkit-scrollbar {
		display:none;
	}

	.main_gb3 .main_cont_category .main_con_box {
	    justify-content: flex-start;
		gap:11px;
	}
    .main_gb3 .main_cont_category .category {
        font-size: 17px;
        border-radius: 50px;
        padding: 16px 21px;
		text-wrap:nowrap;
		width:93px;
		flex-shrink:0;
    }

	.main_gb3 .main_cont_category .category.active {
		width:70px;
		box-shadow:none;
	}

    /* 게시판 리스트 */
	.main_gb3 .board_list {
		margin-bottom: 43px;
	}
    .main_gb3 .move_link {
    }

    .main_gb3 .swiper-slide.on .move_link {
        transform: translateY(0);
        box-shadow: none;
    }

    .main_gb3 .move_link .post_container {
        padding: 20px 25px 20px;
    }

    /* 게시판 로드된 게시글과 스켈레톤 UI와 height값 동일하게 맞추기 */
    .main_gb3 .move_link.skeleton_ani .post_container {
        padding: 20px 25px 20px;
    }

    .main_gb3 .move_link.skeleton_ani .post_container > p {
        width: 100%;
        margin-bottom: 10px;
    }

    /* 게시판 타이틀 */
    .main_gb3 .post_container .post_subject {
        font-size: 16px;
		line-height: 24.5px;
        margin-bottom: 22px;
    }

    /* 게시판 카테고리 */
    .main_gb3 .post_container .post_category {
        font-size: 13px;
        border-radius: 5px;
    }

    /* 게시판 날짜 */

    .main_gb3 .post_container .post_date {
		padding-right: 10px;
	}

    .main_gb3 .post_container .post_date span {
        font-size: 14px;
    }

    /* 게시판 분류스티커 */
    .main_gb3 .sticker_container {
        width: 29px;
        height: 29px;
        top: 14px;
        left: 14px;
    }

    .main_gb3 .sticker_container span {
        font-size: 13px;
    }

    /* 스와이퍼 버튼 그룹 */

	.main_gb3 .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width:100%;
	}

    .main_gb3 .swiper_btn_group {
        gap: 0;
        padding-right: 0;
        margin-bottom: 41px;
    }

    /* 전체보기 텍스트 */
    .main_gb3 .more_container {
        margin-bottom: 0px;
    }

    .main_gb3 .more_container .more_link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
    }

    .main_gb3 .more_container .more_link .more_txt {
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
        color: #0c0c0c;
        display: inline-block;
        width: auto;
    }

	    .main_gb3 .more_container .more_link  svg {
			width: 14px;
			height: 14px;
			stroke:#0c0c0c;
		}
}