@media screen and (min-width:481px){
    .new-slider .title{
        color: #fff;
    }
    .new-slider .category{
        margin-top: 0;
    }
    .new-slider>div{
        position: absolute;
        background: #2d93b2;
        padding: 20px;
    }
}

.contents-link-area .contents-link.magazine img,
.contents-link-area .contents-link.wiki img{
    width: 270px;
    height: 200px;
}
@media screen and (max-width:850px){
    .contents-link-area .contents-link.magazine{
        margin-bottom: 45px;
    }
    .contents-link-area .contents-link.wiki{
        margin-bottom: 74px;
    }
    .contents-link-area .contents-link.magazine img,
    .contents-link-area .contents-link.wiki img{
        width: 230px;
        height: 160px;
    }
}
.contents-link-area .contents-link.support img{
    width: auto;
    height: 235px;
}

.category-swiper-wrap{
    width: calc(330 / 430 * 100dvw);
}
@media screen and (max-width:850px){
    .category-swiper-wrap{
        width: 100%;
    }
}
@media screen and (max-width:850px){
    .category-swiper .swiper-wrapper{
        display: block;
    }
}
.category-swiper .swiper-slide img{
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    aspect-ratio: 350/200;
    object-fit: cover;
}
@media screen and (min-width: 851px) {
    .category-swiper-wrap{
        max-width: 1200px;
        width: 100%;
    }
    .category-swiper-wrap .swiper-wrapper{
        gap: 0 3%;
    }
    .category-swiper .swiper-slide{
        max-width: 31%;
        flex: 1 1 auto;
    }
    .category-swiper .swiper-slide img{
        width: 100%;
        height: auto;
    }
    .recommend-swiper{
        height: auto;
    }
    .recommend-swiper .swiper-slide img{
        max-width: 320px;
        width: 100%;
        height: auto;
        aspect-ratio: 320/240;
    }
}
.contents-link-area .contents-link{
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width:480px){
    .contents-link-area .contents-link{
        max-width: 330px;
    }
}
@media screen and (max-width: 849px){
    .want{
        box-shadow: unset;
    }
}
:is(.new-swiper, .recommend-swiper) + .swiper-pagination{
    display: none;
}
@media screen and (max-width: 767px){
    :is(.new-swiper, .recommend-swiper) .swiper-slide{
        justify-content: flex-start;
    }
}
.link-tag{
    font-size: 14px;
    box-shadow: 0 1px 3px #00000029;
    padding: 13px;
    background-color: #f5f5f5;
    color: #2D93B2;
    border-radius: 8px;
    transition: .1s;
    width: calc(33.33% - 1rem);
    cursor: pointer;
    font-weight: bold;
}

.link-tag.large{
    font-size: 16px;
    padding: 20px 15px;
    width: calc(50% - 0.75rem);
}

@media screen and (max-width: 480px){
    .link-tag.large{
        font-size: 14px;
        padding: 15px 10px;
        width: calc(50% - 0.5rem);
    }

    .link-tag{
        font-size: 13px;
        padding: 8px;
        width: calc(33.33% - 0.67rem);
    }
}

.top_eyecatch_wrapper{
    height: 300px;
    position: relative;
}

@media screen and (max-width: 850px){
    .top_eyecatch_wrapper{
        height: 460px;
    }
}
.eyecatch-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: url(/img/eyecatch_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
@media screen and (max-width: 850px){
    .eyecatch-background{
        height: 250px;
    }
    .eyecatch-main{
        width: 100%;
        max-width: 550px;
        max-height: 250px;
    }
}

.eyecatch-human{
    height: 100%;
    max-height: 300px;
    flex-shrink: 0;
}

.eyecatch-text{
    width: 350px;
}
@media screen and (min-width: 851px){
    .eyecatch-text{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 65%;
    }
}

@media screen and (max-width: 960px){
    .eyecatch-text{
        width: calc(36vw - 55px);
        max-width: 350px;
    }
}
@media screen and (max-width: 850px){
    .eyecatch-text{
        width: 50%;
        max-width: 300px;
        margin-left: -85px;
    }
}

.eyecatch-text img,
.eyecatch-human img{
    object-fit: contain;
    max-height: 100%;
    width: auto;
}

@media screen and (max-width: 850px){
    .eyecatch-human,
    .eyecatch-text{
        max-height: 250px;
    }
    .eyecatch-text img,
    .eyecatch-human img{
        max-height: 250px;
    }
}

#areaWrapper{
    transition: 0.5s;
}
#childPrefWrapper{
    width: 100%;
    transition: .5s;
}
.child-pref{
    display: none;
    transition: .5s;
}
.region-back-button{
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
