/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Juli 28, 2025
    Author     : Anas Maulana
*/


/*school list*/
.school-list {
    margin-top: 30px;
}

.sub-title-school {
    color: #121212;
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    text-align: center;
    margin: 50px 0 60px;
}

.sub-title-school span {
    display: block;
}

.wrapper-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.container-school {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-left: -3px
}

.container-school .list-school {
    display: flex;
    width: 100%;
    padding: 16px 18px;
    justify-content: flex-start;
    align-items: center;
    gap: 22px;
    border-radius: 8px;
    background: rgba(184, 205, 203, 0.30);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.list-school {
    cursor: pointer;
}

.container-school .list-school p {
    max-width: 1038px;
    width: 100%;
    color: #3F4446;
    font-family: "Shippori Mincho";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}

.container-school .list-school .icon-arrow {
    min-width: 22px;
}

.icon-rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.wrapper-item-group {
    display: none;
    width: 100%;
}

.wrapper-item {
    width: 100%;
    margin-bottom: 15px;
}

.wrapper-item:last-of-type {
    margin-bottom: 23px;
}

.title-list {
    width: 100%;
    padding: 10px 20px;
    border-bottom: 4px solid #7C9060;
}

.title-list .title {
    color: #292D33;
    font-family: "Shippori Mincho";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    margin: 0;
}

.item-wrap-school {
    width: 100%;
}

.wrap-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 20px 36px;
    border-bottom: 1px solid rgba(55, 157, 147, 0.20);
}

.wrap-item .item-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    max-width: 340px;
    width: 100%;
}

.wrap-item .item-title-wrap p {
    color: #121212;
    font-family: "Shippori Mincho";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin: 0;
}

.wrap-item .item-title-wrap button {
    display: flex;
    width: 110px;
    height: 36px;
    padding: 3px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #545353;
    background: #FFF;
    color: #121212;
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.wrap-item .item-title-wrap button:hover {
    background: #545353;
    color: #FFF;
    border: none;
}

.item-desc-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 36px;
    max-width: 720px;
    width: 100%;
}

.item-desc-wrap .item-img {
    width: 100%;
    height: 141px;
    border-radius: 6px;
    overflow: hidden;
    max-width: 159px;
}

.item-desc-wrap .item-img img {
    max-width: 158px;
    width: 158px;
    height: 141px;
    object-fit: cover;
}

.item-desc-wrap .desc-item-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
}

.desc-item {
    display: flex;
    gap: 0px;
}

.desc-item .list-title {
    color: #121212;
    font-family: "Shippori Mincho";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin: 0;
    min-width: 65px;
}

.desc-item .text {
    color: #121212;
    font-family: "Shippori Mincho";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin: 0;
    white-space: pre-wrap;
}

.desc-item .colon {
    margin: 5px 0 0;
}

.wrap-footer-img {
    width: 100%;
    height: 205px;
    margin: 90px 0 30px;
}

.wrap-footer-img .footer-img {
    width: 100%;
    margin: 0;
}
/*school list*/

/*school detail*/
.school-detail-page {
    margin-top: 30px;
}

.school-detail-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

.title-detail {
    max-width: 325px;
    width: 100%;
}

.category-product.school {
    margin: 0;
    padding-top: 20px;
}

.school-detail-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    margin-top: 50px;
    margin-bottom: 70px;
}

.school-detail-content .wrap-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 627px;
    width: 100%;
}

.school-detail-content .wrap-image .wrap-image-main {
    width: 100%;
    height: 100%;
    max-width: 627px;
    border-radius: 6px;
    overflow: hidden;
    max-height: 559px;
}

.school-detail-content .wrap-image .wrap-image-main .img-main {
    object-fit: cover;
    width: 627px;
    height: 559px;
}

.img-main.no-image-pict {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}

.wrap-sub-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.wrap-sub-image .sub-image {
    max-width: 72px;
    max-height: 72px;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 1 / 1;
}

.wrap-sub-image .sub-image .img-list {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.2s;
    aspect-ratio: 1 / 1;
}

.wrap-sub-image .sub-image .img-list:hover  {
    transform: scale(1.1);
}

.wrap-desc-content {
    max-width: 568px;
    width: 100%;
}

.wrap-desc-content .wrap-title {
    padding-bottom: 24px;
    border-bottom: 1px dotted #4F4E4E;
}

.wrap-desc-content .wrap-title .title-detail-content {
    color: #262626;
    font-family: "Shippori Mincho";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0
}

.wrap-content-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px 0;
    border-bottom: 1px dotted #4F4E4E;
}

.wrap-content-detail.last {
    border-bottom: none;
}

.wrap-content-detail .content-detail {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.wrap-content-detail .content-detail .title-list-detail {
    color: #121212;
    font-family: "Shippori Mincho";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    min-width: 150px;
}

.wrap-text-list-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wrap-text-list-detail .text-list-detail {
    color: #121212;
    font-family: "Shippori Mincho";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    white-space: pre-wrap;
}

.wrap-text-list-detail .text-list-detail.green {
    color: #379D93;
}

.wrap-content-detail .title-desc {
    color: #121212;
    font-family: "Shippori Mincho";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.8px;
    margin: 0;
}

.wrap-content-detail .text-desc {
    color: #121212;
    font-family: "Shippori Mincho";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.wrap-content-detail .text-desc span {
    display: block;
}

.wrap-share {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.btn-sns.school {
    width: 29px;
    height: 29px;
}

.btn-sns.school img {
    width: 15px;
}

.wrap-sub-image .slick-track {
    max-width: 549px !important;
    width: 100% !important;
}

.wrap-sub-image .slick-list.draggable {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 549px;
}

.wrap-sub-image .slick-slide {
    width: 100% !important;
    /*min-width: 81px;*/

}

.wrap-sub-image .slick-track {
    display: flex;
    gap: 17px
}

.item-wrap-school .wrap-item:last-child {
    border-bottom: none;
}

.wrap-item .item-title-wrap {
    margin-top: 13px;
    gap: 24px;
}

/*school detail*/

@media screen and (max-width: 1200px) {
    .school-detail-content .wrap-image .wrap-image-main {
        max-width: 450px;
        max-height: 450px;
    }
    
    .school-detail-content .wrap-image .wrap-image-main .img-main {
        width: 450px;
        height: 450px;
    }
}

@media screen and (max-width: 1024px) {
    .no-image-wrapper {
        width: 100%;
        text-align: center;
    }

    .img-main.no-image-pict {
        width: 100%;
    }

    .school-detail-content {
        flex-wrap: wrap;
    }

    .wrap-item .item-title-wrap {
        max-width: 180px;
    }

    .school-detail-title {
        flex-direction: column;
        gap: 10px;
    }

    .category-product.school .section-width {
        margin: 0
    }

    .school-detail-content .wrap-image, .wrap-desc-content {
        max-width: none;
    }

    .school-detail-content .wrap-image .wrap-image-main .img-main {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1
    }
}

@media screen and (max-width: 768px) {
    .wrap-item .item-title-wrap {
        max-width: none;
    }

    .wrap-item {
        flex-direction: column;
        align-items: start;
        gap: 28px;
    }

    .item-desc-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .item-img img {
        max-width: none;
    }

    .wrap-content-detail .content-detail .title-list-detail {
        min-width: 112px;
    }

    .wrap-desc-content .wrap-title .title-detail-content {
        font-size: 22px;
    }

    .wrap-footer-img {
        height: 100%;
        margin: 90px 0 100px;
    }

    .wrap-footer-img .footer-img {
        height: 100%;
    }


}

@media screen and (max-width: 40.063em) {
    .category-product.school .section-width {
        padding: 0;
    }
}