/* ÅëÇÕ°Ë»öÃ¢ */
.store_common .search_keyword {
    margin-bottom: 8.4rem;
}
.store_common .search_keyword .inner {
    margin: 0;
}
.store_common .keyword_search_bg {
    margin: 0;
}
.keyword_info_box .keyword_search, 
.keyword_search {
    width: 57.6rem;
    height: 100%;
    margin: 0 auto;
    align-items: center;
}

.store_common .new_slide {
    background: rgba(249, 249, 255, 0.6);
    margin: 8rem -20% 10.5rem -20%;
    margin-bottom:0
}
.store_common .store_new{
    width: 137rem;
    padding: 8rem 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.store_new .btn.f_b {
    margin-top: 4.6rem;
}
.store_slide {
    margin: 0 auto;
    width: 103rem;
}
.store_slide .sec02_swiper {
    width: 115rem;
    width: calc(115rem / 3);
}

/* section02 */
.store03 .section02{
    /*margin-top: 14.6rem;*/
}
.store_new .txt_box {
    width: 30rem;
    margin-right: 9rem;
}
.store_slide_wrap {
    position: relative;
    max-width: 138rem;
    margin: 0 auto;
}
.store03_swiper {
    width: 103rem;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.store_new .swiper-button-prev,
.store_new .swiper-button-next {
    position: absolute;
}
.store_new .swiper-button-prev {
    left: -5%;
}
.store_new .swiper-button-next {
    right: -5%;
}
.store_new .txt_min_tit {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 0.94;
    display: block;
    color: #1954db;
    margin-bottom: 1.1rem;
}
.store_new .txt_tit {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.28rem;
}
.store_new .txt_desc {
    margin-top: 2rem;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 1.59;
    letter-spacing: -0.13rem;
}
.store_cont.grid4 {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    display: grid;
    gap: 2rem;
}
.store_new .swiper-slide {
    width: auto;
}
.store_new .store_box {
    display: block;
    width: 100%;
}

.function_tab_content {
    max-width: 138rem;
    margin: 0 auto;
}
.function_tab_content .store_box {
    /* width: calc(100% / 4 - 1.5rem); */
    width: 100%;
}
.function_tab_content .btn {
    margin: 0 auto;
    margin-top: 5.6rem;
    /* margin-bottom: 15rem; */
} 
/* .store_cont.grid4 .store_box:nth-child(-n+12) {
    margin-bottom: 1.5rem;
}
.store_cont.grid4 .store_box:nth-child(n+5) {
    margin-top: 1.5rem;
} */

.store03 .tab_content_li{
    padding: 3rem 0 15rem;
}
.store03 .tab_content_li .store_cont{margin-top: 0;}

.store_common .pagination {
    padding: 5rem 0 15rem;
}
/* pagination */
.store_common .pagination button{}
.store_common .pagination button.next{}
.store_common .pagination ul{padding: 0 2rem;}
.store_common .pagination ul li{}
.store_common .pagination ul li + li{padding-left: 1.5rem;}
.store_common .pagination ul li a{font-size: 1.4rem; color: #666; font-weight: normal;}
.store_common .pagination ul li.on a{color: var(--mainColor);}
.store_common .section04 {
    max-width: 138rem;
    margin: 0 auto;
}
.store03 .tab .tab_ul .tab_li {
    width: calc(100% / 7);
}
.store03 .tab .tab_effect {
    width: calc(100% / 7 - 1rem);
}
.store02 .function_tab_content {
    margin-bottom: 15rem;
}
.store02 .function_tab_content .store_box:nth-child(-n+4){
    margin-bottom: 0;
}

/* 230207 test */
.store_cont.grid4 {
    grid-template-columns: repeat(4, 1fr);
}

/*s:230719 add*/
/* ÅÇ */
.category-tab{
    text-align: center;
    margin-bottom: 5rem;
}
.category-tab .tab_container {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: auto;
}
.category-tab .tab_ul {
    display: inline-flex;
    align-items: center;
    text-align: center;
    width: 100%;
	max-width:105rem;
	flex-wrap: wrap;
	margin: 0 auto;
	background: #fff;
	border-radius: 1.5rem;
	justify-content: left;
	padding: 1rem 0;
}

.category-tab .tab_ul .tab_li{
	margin: 0.5rem;
	border-radius: 1rem;
	position: relative;
	box-shadow: 0px 2px 14.7px 0.3px rgba(0, 0, 0, 0.08);
	background: #fff;
	color: rgba(0, 0, 0, 0.5);
	width: calc((100% / 5) - 1rem);
	padding: 0 2rem;
	height: 4rem;
	line-height: 4rem;
    font-size: 1.5rem;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
}
.category-tab .tab_ul .tab_li.on{
    color: #fff;
    position: relative;
	background: var(--mainColor);
}
.category-tab .tab_ul .tab_li.on:after{
	content: '';
	background: url('../../../img/sub/member/icon_tab_cursor.png') no-repeat center/cover;
	width: 2rem;
	height: 2rem;
	position: absolute;
	bottom: -4px;
	right: -4px;
	z-index: 10;
}
.category-tab .tab_ul .tab_li a{
	color: rgba(0, 0, 0, 0.5);
}

.search-result{text-align:center;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: -0.15rem;
	margin: 5rem auto 3rem;
}
.search-result span{
	color: var(--mainColor);
}
/*e:200719 add*/


@media screen and (max-width: 1680px) {
    /* .store_common .tab .tab_ul .tab_li {
        padding: 15px 30px 10px;
    }
    .store_common .tab .tab_effect {
        height: 4rem;
    } */
    .store_new .txt_desc {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 1440px) {
    .store_slide_wrap .inner {
        margin: 0 auto;
    }
    .store03_swiper {
        width: 95rem;
    }
    .store_new .txt_box {
        margin-right: 0;
    }
}
@media screen and (max-width: 1280px) {
    .store_common .store_new {
        width: auto;
        justify-content: center;
    }
    .store_box {
        padding: 2rem 1.7rem 3rem;
    }
    .store03_swiper {
        width: 82rem;
    }
    .store_slide_wrap {
        margin: unset;
    }
}
@media screen and (max-width: 1110px) {
    .store_box_txt span {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 989px) {
    .store_common .store_new {
        flex-direction: column;
        padding: 3rem;
    }
    .store_new .txt_box {
        width: unset;
        text-align: center;
    }
    .store_new .btn.f_b {
        margin: 3.6rem auto;
    }
    .function_tab_content .store_box {
        /* width: calc(100% / 3 - 2rem); */
        width: 100%;
    }
    .store_cont.grid4 {
        justify-content: unset;
        grid-template-columns: repeat(3, 1fr);
    }
    /* .store_cont.grid4 .store_box {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    } */
    /* .store_cont.grid4 .store_box:nth-child(3n) {
        margin-right: 0;
    }
    .store_cont.grid4 .store_box:first-child,
    .store_cont.grid4 .store_box:nth-child(3n+1) {
        margin-left: 0;
    }
    .store_cont.grid4 .store_box:nth-child(-n+15) {
        margin-bottom: 1.2rem;
    }
    .store_cont.grid4 .store_box:nth-child(n+4) {
        margin-top: 1.2rem;
    } */
    
}
@media screen and (max-width: 767px) {
    .store_common .search_keyword {
        margin-bottom: 7rem;
    }
    .store_common .keyword_search {
        width: 50rem;
    }
    .store_cont.grid4 {
        grid-template-columns: repeat(3, 1fr);
    }
    .function_tab_content .store_box {
        width: calc(100% / 2 - 1rem);
        width: 100%;
    }
    .store_new .txt_tit {
        font-size: 3.5rem;
    }
    .store03_swiper {
        width: 72rem;
    }
    .store_box_txt span {
        font-size: 1.3rem;
    }
    .store_cont.grid4 {
        justify-content: space-between;
    }
    /* .store_cont.grid4 .store_box:nth-child(2n-1) {
        margin-left: 0;
        margin-right: 1rem;
    }
    .store_cont.grid4 .store_box:nth-child(2n) {
        margin-left: 1rem;
        margin-right: 0;
    }
    .store_cont.grid4 .store_box:nth-child(-n+14) {
        margin-bottom: 1rem;
    }
    .store_cont.grid4 .store_box:nth-child(n+3) {
        margin-top: 1rem;
    }
    .store_cont.grid4 .store_box:nth-last-child(2),
    .store_cont.grid4 .store_box:last-child {
        margin-bottom: 0;
    } */
    .store03 .tab .tab_ul {
        max-width: 90rem;
        flex-wrap: wrap;
        margin: 0 auto;
        background: #fff;
        border-radius: 1.5rem;
        justify-content: left;
        padding: 1rem 0;
    } 
    .store03 .tab .tab_ul .tab_li {
        width: calc((100% / 3) - 1rem);
        padding: 0 2rem;
        height: 4rem;
        line-height: 4rem;
    }
	/*s:230719 add*/
	.category-tab .tab_ul .tab_li{
		width: calc((100% / 3) - 1rem);
		padding: 0 1.5rem;
		height: 4rem;
		line-height: 4rem;
		font-size: 1.2rem;
	}
	/*e:230719 add*/
	
}
@media screen and (max-width: 700px) {
    .new_slide .store_box_txt span {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 650px) {
    .store_common .store_new {
        flex-direction: row;
    }
    .store_new .txt_box {
        text-align: left;
        margin-right: 3.5rem;
    }
    .function_tab_content .store_box {
        width: auto;
    }
	.store03 .function_tab_content .store_box {
        width: 100%;
    }
    .inner.store03_swiper_mo {
        margin: 0;
    }
    .store_cont.grid4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .store_slide_wrap {
        display: none;
    }
    .store_new .store_slide_mo_wrap , 
    .store_new .swiper-pagination {
        display: block !important;
        position: relative;
    }
    .store_new .swiper-pagination {
        margin-top: 2.5rem;
    }
    .store_new .store03_swiper_mo {
        position: relative;
        overflow: hidden;
    }
    .store03_swiper_mo .store_cont_list {
        width: 30rem;
        /* overflow: hidden; */
    }
    .store_new .btn.f_b {
        margin: 3.6rem 0;
    }
    .store03_swiper_mo .swiper-slide {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {
    .store_common .keyword_search {
        width: 45rem;
    }
}
@media screen and (max-width: 500px) {
    .store_common .keyword_search {
        width: 100%;
        padding: 0 2rem;
        transition: none;
    }
    .store03 .section02 {
        margin-top: 5.5rem;
    }
    .store_common .store_new {
        flex-direction: column;
    }
    .store_new .txt_box {
        text-align: center;
        margin-right: 0;
    }
    .store_new .txt_tit {
        font-size: 2.5rem;
    }
    .store_new .txt_desc {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .store_new .btn.f_b {
        margin: 3.6rem auto;
    }
    .store02 .service_slide_wrap {
        display: none;
    }
    .store02 .service_slide_mo_wrap {
        display: block !important;
        position: relative;
    }
    .service_slide_mo_wrap .swiper-pagination-02 {
        display: block !important;
        position: relative;
        margin-top: 2.5rem;
    }
    .service_slide_mo_wrap .store_box {
        display: block;
        width: 100%;
    }
    .store_cont.grid4 {
        grid-template-columns: repeat(1, 1fr);
    }
    /* .store_cont.grid4 .store_box:nth-child(2n-1) {
        margin-right: 0;
    }
    .store_cont.grid4 .store_box:nth-child(2n) {
        margin-left: 0;
    }
    .store_cont.grid4 .store_box:nth-child(n+2):nth-child(-n+15){
        margin: 1rem 0 1rem;
    }
    .store_cont.grid4 .store_box:first-child {
        margin-bottom: 1rem;
    }
    .store_cont.grid4 .store_box:last-child {
        margin-top: 1rem;
        margin-bottom: 0;
    } */
    .store03 .tab .tab_ul .tab_li {
        width: calc(50% - 1rem);
    }
    .store03 .tab .tab_ul .tab_li {
        height: 3.8rem;
        line-height: 3.8rem;
    }
	/*s:230719 add*/
	.category-tab{
		display:none
	}
	/*e:230719 add*/
}
