.p_top .img_top_cover {
    height: 600px;
}

@media screen and (min-width: 768px) {
    .p_top .img_top_cover {
        height: 1142.82px;
    }
}

@media screen and (min-width: 768px) {
    .p_top .main_padding {
        padding-top: 0;
    }
}

.p_top .mv {
    position: relative;
    z-index: 2;
}

.p_top .mv_wrap {
    position: relative;
    padding-bottom: 63px;
}

.p_top .mv_slider_wrap {
    width: calc(100% - 20px);

    margin-left: auto;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p_top .mv_slider_wrap {
        width: calc(100% - 100px);
    }
}

.p_top .mv_slider_buttons {
    width: 100%;

    display: flex;
    justify-content: space-between;

    margin-top: -20px;
}

@media screen and (min-width: 768px) {
    .p_top .mv_slider_buttons {
        margin-top: 0;
    }
}

.mv_slider_buttons .slick-dots {
    position: static;

    display: flex;
    gap: 10px;

    padding-block: 10px;
}

.mv_slider_buttons .slick-dots li {
    width: 30px;
    height: 30px;

    margin: 0;

    opacity: 0.5;
}

.mv_slider_buttons .slick-dots svg {
    width: 100%;
    aspect-ratio: 1;
    outline: none;
    border: 0;
    display: block;
}

@media screen and (min-width: 768px) {
    .mv_slider_buttons .slick-dots li {
        width: 40px;
        height: 40px;

        transition: opacity 300ms ease;
    }

    .mv_slider_buttons .slick-dots li:hover {
        opacity: 1;
    }
}

.mv_slider_buttons .slick-dots li.slick-active {
    opacity: 1;
}

.mv_slider_buttons .slick-dots li.slick-active .slick-dots__circle {
    animation: slick-dots-circle 3s linear 0s 1 both;
}

.mv_slider_buttons .slick-dots li::after {
    content: '';

    width: 10px;
    aspect-ratio: 1;

    border-radius: 99px;
    background-color: #222222;

    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

@media screen and (min-width: 768px) {
    .mv_slider_buttons .slick-dots li::after {
        width: 14px;
    }
}

.p_top .mv_slider__link {
    display: block;
    position: relative;

    /* transition: none !important; */
}


@media screen and (min-width: 768px) {
    .p_top .mv_slider__link:hover .mv_slider__title {
        color: var(--secondary_color);
    }
}

.p_top .mv_slider__thumb {
    width: calc(100% - 30px);
    height: 400px;
    margin-left: auto;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .p_top .mv_slider__thumb {
        width: 1120px;
        width: calc(1120 / 1600 * 100vw);
        height: 630px;
        max-width: calc(100% - 100px);
    }
}

.p_top .mv_slider__thumb img {
    width: 100%;
    height: 80%;
    object-fit: cover;

    transition: scale 450ms ease;
}

.p_top .mv_slider__inner {
    width: calc(100% - 40px);
    /* position: absolute; */
    position: relative;
    /* top: 150px; */
    margin-top: -200px;
    left: 0;
    /* bottom: 0; */
}

@media screen and (min-width: 768px) {
    .p_top .mv_slider__inner {
        /* width: 660px; */
        width: 710px;
        max-width: 80%;
        margin-top: -340px;
        /* top: 230px; */
        /* bottom: 48px; */
    }

    .p_top .mv_slider__thumb img {
        height: 100%;
        transition: scale 450ms ease;
    }

}

.p_top .mv_slider__content {
    background-color: #fff;

    margin-bottom: 10px;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .p_top .mv_slider__content {
        width: 100%;

        margin-bottom: 20px;
        padding: 50px 60px;
    }
}

.p_top .mv_slider__title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: calc(52/36);

    background-color: #fff;
    transition: color 300ms ease;

    margin-bottom: 10px;

    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2; */
}

@media screen and (min-width: 768px) {
    .p_top .mv_slider__title {
        /* font-size: 2.25rem; */
        font-size: 2rem;
        margin-bottom: 20px;
    }
}

.p_top .mv_slider__info {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: calc(24 / 16);
    opacity: 0.5;

    display: flex;
    gap: 16px;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .p_top .mv_slider__info {
        font-size: 1rem;
    }
}

.p_top .mv_slider__info-cate {
    font-weight: 500;
}

.p_top .mv_slider__info-cate::after {
    content: '';
    width: 1px;
    height: 14px;
    background-color: currentColor;
    ;

    display: inline-block;
    margin-left: 16px;
}

.p_top .mv_slider__tags {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .p_top .mv_slider__tags {
        gap: 6px;
        padding-left: 60px;
    }
}

.p_top .mv_slider__tags span {
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;

    background-color: var(--primary_color);
    border-radius: 99px;
    padding: 4px 8px;
}

@media screen and (min-width: 768px) {
    .p_top .mv_slider__tags span {
        font-size: 0.75rem;
        padding: 4px 10px;
    }
}

.p_top .mv_slider .slick-track,
.p_top .mv_slider .slick-list {
    display: flex;
}

.p_top .mv_slider .slick-list {
    overflow: visible;
}

.p_top .mv_slider .slick-dots button {
    display: none;
}

.p_top .mv_slider .slick-dots li {
    width: 16px;
    height: 16px;
    opacity: 0.7;
    border-radius: 99px;
    background-color: var(--primary_color);
    transition: 300ms ease-out;
}


.p_top .mv .slick-dots__pie {
    transform: rotate(-90deg);
}

.p_top .mv .slick-dots__circle {
    fill: transparent;
    stroke: var(--secondary_color);
    stroke-width: 2;
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
}

@keyframes slick-dots-circle {
    from {
        stroke-dashoffset: 120;
    }

    to {
        stroke-dashoffset: 0;
    }
}