@charset "UTF-8";

.main_container {
    padding-bottom: 50px;
}

.club_search-container {
    width: 100%;
    background-color: #E0E0E0;
}

.search_club-status {
    display: flex;
    margin: 0 auto;
    column-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
}

.search_select-container {
    display: flex;
    max-width: 615px;
    width: 100%;
}

.search_words-container {
    position: relative;
    width: 100%;
}

.select_design {
    display: flex;
    position: relative;
    width: 100%;
}

.select_design::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #ff9a36;
    font-family: "icomoon" !important;
    font-size: 13px;
    content: "\e902";
}

.select_design select {
    width: 100%;
    height: 45px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    border-radius: 23px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: clamp(0.938rem, 0.907rem + 0.13vw, 1.063rem);
    transition: all 0.3s;
    cursor: pointer;
}

.select_design select:hover {
    opacity: 0.7;
}

body.font-large .select_design select {
    font-size: calc(clamp(0.938rem, 0.907rem + 0.13vw, 1.063rem) + 2px);
}

#input_word {
    position: relative;
    height: 40px;
    padding: 0 45px 0 15px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    outline: 0;
    transition: all 0.3s;
}

.search_word-btn {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    border: 2px solid #ff9a36;
    border-radius: 100%;
    background-color: #ff9a36;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}

.search_word-btn:hover {
    opacity: 0.7;
}

.search_word-btn i {
    font-size: 21px;
}

.icon-search:before {
    content: "\e903";
}

.club-post_list {
    display: flex;
    row-gap: 26px;
    max-width: 1000px;
    width: 90%;
    margin: auto;
    column-gap: 23px;
    flex-wrap: wrap;
}

.club-post-item {
    border: 1px solid #707070;
    padding: 18px;
    border-radius: 6px;
    width: calc(100% / 3 - 15.33px);
}

.img_wrap {
    max-width: 280px;
    margin: auto;
    position: relative;
}

.club-thumbnail-img {
    width: 100%;
    margin: auto;
    aspect-ratio: 280/170;
    object-fit: cover;
}

.category-box-desgin {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 4px 10px;
    /* background-color: #22B700; */
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.date-wrap {
    display: flex;
    align-items: center;
    column-gap: 7px;
    margin-top: 13px;
}

.date-text-design {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 12px;
    border-radius: 10px;
    background-color: #696969;
    color: #FFFFFF;
}

.date-time {
    font-size: 12px;
    font-weight: 400;
    color: #6F6F6F;
}

.post-title {
    font-size: 22px;
    margin-top: 8px;
}

body.font-large .post-title {
    font-size: calc(22px + 2px);
}

body.font-extra-large .post-title {
    font-size: calc(22px + 6px);
}

.post-content-list {
    margin-top: 10px;
}

.content-item {
    margin-bottom: 13px;
}

.content-title {
    font-size: 14px;
}

.content-text {
    font-size: 14px;
    margin-left: 7px;
}

body.font-large .content-title {
    font-size: calc(14px + 2px);
}

body.font-extra-large .content-title {
    font-size: calc(14px + 6px);
}

.button_wrap {
    text-align: center;
}

.page-link-button {
    display: inline-block;
    width: 280px;
    max-width: 100%;
    margin: auto;
    background-color: #DEDEDE;
    border: 1px solid #6F6F6F;
    border-radius: 7px;
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    color: #6F6F6F;
    background-image: url(../images/arrow_right_club.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    transition: all 0.5s;
}

body.font-large .page-link-button {
    font-size: calc(15px + 2px);
}

body.font-extra-large .page-link-button {
    font-size: calc(15px + 6px);
}

.page-link-button:hover {
    transform: scale(1.1);
}

.archive_pagination {
	font-weight: bold;
	font-size: 14px;
}
body.font-large .archive_pagination {
	font-size: calc(14px + 2px);
}
body.font-extra-large .archive_pagination {
	font-size: calc(14px + 6px);
}

.archive_pagination ul {
	display: flex;
	column-gap: 10px;
	justify-content: center;
	align-items: center;
}


.page-numbers.current , .archive_pagination li a {
	display: flex;
	min-width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
}

.archive_pagination li.pages-of {
	display: none;
}

.archive_pagination li a {
	background-color: #f0f3f5;
	color: #3b4043;
	transition: all 0.5s;
}

.archive_pagination li a:hover {
	background-color: #ff9a36;
	color: #ffffff;
}

.page-numbers.current {
	background-color: #ff9a36;
	color: #ffffff;
}

.first-number , .last-number {
	font-size: 14px;
	letter-spacing: -1px;
}

.search_result {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    line-height: 2;
}

.search_result-text {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 1111px) {
    .club-post_list {
        justify-content: space-around;
    }
}

@media screen and (max-width: 1000px) {
    .club-post-item {
        width: calc(100% / 2 - 11.5px);
    }
}

@media screen and (min-width: 951px) {
    .search_words-container {
        max-width: 265px;
    }
}

@media screen and (min-width: 768px) {
    @media screen and (min-width: 951px) {
        .search_club-status {
            max-width: 1000px;
        }
    }
}

@media screen and (min-width: 768px) {
    .club_search-container {
        margin: 30px 0 40px;
        padding: 22.5px 0;
    }
    .search_club-status {
        width: 95%;
        margin: 0 auto;
    }
    .archive_pagination {
		margin-top: 85px;
	}
}

@media screen and (min-width: 646px) {
    .select_design {
        max-width: 300px;
        min-width: 285px;
    }
    .select_design:nth-of-type(1) {
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    @media screen and (max-width: 645px) {
        .select_design:first-of-type {
            width: 56%;
        }
    }
}

@media screen and (max-width: 950px) {
    .search_news-status {
        flex-direction: column;
    }
}

@media screen and (max-width: 950px) {
    .search_news-status {
        max-width: 615px;
    }
}

@media screen and (max-width: 767px) {
    .club_search-container {
        margin: 20px 0 25px;
        padding: 20px 30px;
    }
    .search_news-status {
        width: 100%;
    }
    .club-post_list {
        flex-direction: column;
        align-items: center;
    }
    .club-post-item {
        width: 100%;
        max-width: 400px;
    }
    .archive_pagination {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
    @media screen and (max-width: 645px) {
        .search_select-container {
            column-gap: 12px;
        }
        body.font-large .select_design select {
            font-size: calc(14px + 2px);
        }
        .select_design:nth-child(2) {
            width: 44%;
        }
        .select_design select {
            font-size: 14px;
        }
    }
}