/*
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%;
}

.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 {
    display: none;
    width: 100%;
}

.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;
    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: 40px;
    max-width: 720px;
    width: 100%;
}

.item-desc-wrap .item-img {
    width: 158px;
    height: 141px;
    border-radius: 6px;
    overflow: hidden;
}

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

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

.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
}

.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;
}

.school-detail-content .wrap-image .wrap-image-main .img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap-sub-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.wrap-sub-image .sub-image {
    width: 81px;
    height: 72px;
    overflow: hidden;
}

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

.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;
}

.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;
}

/*school detail*/

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 40.063em) {
}