
/**============
wp
==============**/
#page .news_inner {
    margin: auto;
}
#page .wp_main {
    padding-top: 105px;
}
#news .news_list_zone {
    border-top: 1px solid #707070;
}
#news .news_list {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #707070;   
}
#news .news_list a {
    display: block;
    width: 90%;
    margin: auto;
    font-size: 14px;
}
#news .news_list span.date {
    padding-right: 120px;
}
#news .news_list a:hover p {
    color: #427BBF;
}

#single .contents {
    text-align: left;
}
#single .contents h4.title {
    font-size: 20px;
    color: #5C5C5C;
}
#single .contents p.date{
    font-size: 16px;
}
#single .contents .text_zone {
    border-top: 1px solid #707070;
    margin-top: 40px;
    padding-top: 40px;
}
#single .contents .text_zone .sample_img {
    width: 280px;
    height: auto;
}
#single .page_link {
    text-align: left;
}



@media screen and (max-width:540px) {
    #page .wp_main {
        padding-top: 70px;
    }
    #page .wp_main .news_inner p {
        font-size: 10px;
    }
    #news .news_list span.date {
        padding-right: 0px;
        display: block;
    }
}









/**============
pagination
==============**/
.nav-links {
    justify-content: center;
}
.nav-links ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-left: 0;
}
.nav-links li > * {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 45px;
}
.nav-links li > *:not(.dots) {
    width: 45px;
    border-radius: 50%;
    color: #000000;
    background: #fff;
    border:1px solid #393838;
    transition: color 0.3s ease, background 0.3s ease;
}
.nav-links li > .current,
.nav-links li > a:hover {
    color: #ffffff;
    background: #393838;
}

.nav-links .prev {
    margin-right: 150px;
}

.nav-links .next{
    margin-left: 150px;
}

@media screen and (max-width:540px) {
    .nav-links .prev {
        margin-right: 0px;
    }
    .nav-links .next{
        margin-left: 0px;
    }
    
}









.pickup_pagination .wp-pagenavi {
	margin: 40px auto 0 auto;
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
    vertical-align: middle;
}
.pickup_pagination .wp-pagenavi a {
    font-size: 14px;
    color: #333;
    background-color: #F5EEE1;
    border: 1px solid #F5EEE1;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: relative;
    transition: 0.5s;
    margin: 0 40px;
}
.pickup_pagination .wp-pagenavi a:hover {
    font-size: 14px;
    color: #fff;
    background-color: #6E6451;
    border: 1px solid #6E6451;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: relative;
    transition: 0.5s;
    margin: 0 40px;
}

.pickup_pagination .wp-pagenavi a span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:991px) {
    .pickup_pagination .wp-pagenavi a {
        font-size: 12px;
        color: #333;
        background-color: #F5EEE1;
        border: 1px solid #F5EEE1;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        position: relative;
        transition: 0.5s;
        margin: 0 40px;
    }
    .pickup_pagination .wp-pagenavi a:hover {
        font-size: 12px;
        color: #fff;
        background-color: #6E6451;
        border: 1px solid #6E6451;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        position: relative;
        transition: 0.5s;
        margin: 0 40px;
    }
}








/**===================
20250703 Pick Up style
=====================**/
#pickup {
    margin-top: 80px;
}
#pickup .pickup_bg {
    background-image: url("../image/pickup_bg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 140px;
}
#pickup .title_zone {
    color:#6E6451;
    text-align: left;
}
#pickup .pickup_list_zone .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px dashed #707070;
    border-bottom: 1px dashed #707070;
    padding-top: 60px;
    padding-bottom: 60px;
}


#pickup .pickup_list_zone .list + .list {
    border-top: 0;
    border-bottom: 1px dashed #707070;
}

#pickup a.click {
    color: #fff;
    padding: 3px 15px 1px 20px;
    background-color: #6E6451;
    border: 1px solid #6E6451;
    transition: 0.5s;
}

#pickup a.click:hover {
    color: #6E6451;
    padding: 3px 15px 1px 20px;
    background-color: #fff;
    border: 1px solid #6E6451;
    transition: 0.5s;
}


@media screen and (max-width:991px) {
    #pickup {
        margin-top: 0px;
    }
    #pickup .pickup_bg {
        background-image: url("../image/pickup_bg.jpg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 70px;
    }
    #pickup .pickup_list_zone .list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-top: 1px dashed #707070;
        border-bottom: 1px dashed #707070;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #pickup a.click {
        font-size: 12px;
        color: #fff;
        padding: 3px 15px 1px 20px;
        background-color: #6E6451;
        border: 1px solid #6E6451;
        transition: 0.5s;
        margin: auto;
        margin-top: 20px;
        margin-right: 0;
    }
    
    #pickup a.click:hover {
        font-size: 12px;
        color: #6E6451;
        padding: 3px 15px 1px 20px;
        background-color: #fff;
        border: 1px solid #6E6451;
        transition: 0.5s;
        margin: auto;
        margin-top: 10px;
        margin-right: 0;
    }
    
}





/**==========================
20250704 PickUp_single style
============================**/
.color_kk {
    color: #6E6451;
}

#pickup_single .pickup_single_bg {
    background-image: url("../image/pickup_single_bg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 140px;
}

#pickup_single .pickup_title {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding-bottom: 40px;
     padding-top: 40px;
    margin-bottom: 40px;
}

#pickup_single .article_body img {
    margin-top: 40px;
}

#pickup_single .return {
    text-align: left;
}
#pickup_single .return .return_title {
    border-top: 1px solid #6E6451;
    border-bottom: 1px solid #6E6451;
    padding-top: 40px;
    padding-bottom: 40px;
}
#pickup_single .return .return_body img{
    margin-top: 40px;
}

#pickup_single .random h2 {
    border-top: 1px solid #6E6451;
    border-bottom: 1px solid #6E6451;
    padding-top: 40px;
    padding-bottom: 40px;
}
#pickup_single .random .list {
    margin-top: 70px;
    overflow: hidden;
}
#pickup_single .random .list img {
    height: 198px;
    width: -webkit-fill-available;
    object-fit: cover;
    object-position: center center;
}
#pickup_single .random .list p {
    margin-top: 40px;
    color: #6E6451;
}

#pickup_single .random_wrap .link_btn02 a {
    width: 100%;
    border-radius: 0;
}

@media screen and (max-width:991px) {
    #pickup_single .pickup_single_bg {
        background-image: url("../image/pickup_single_bg.jpg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 70px;
        margin-top: 70px;
    }
    #pickup_single .return .return_title {
        border-top: 1px solid #6E6451;
        border-bottom: 1px solid #6E6451;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #pickup_single .random h2 {
        border-top: 1px solid #6E6451;
        border-bottom: 1px solid #6E6451;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #pickup_single .random .list {
        margin-top: 40px;
    }
    #pickup_single .random .list p {
        margin-top: 20px;
        color: #6E6451;
    }
}


