.guide {
    padding-bottom: 70px;
    @media(max-width: 700px){
        padding-bottom: 50px;
    }
}
.guideWrapper{
    background: #f0f4f8;
    padding-top: 75px;
    @media (max-width: 700px) {
        padding-top: 50px;
    }
}
.guideContent,
.guideTextContent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.guideContent {
    margin-bottom: 60px;
}
.guideTextContent {
    padding-left: 50px;
}
.guideCourse {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 830px;
}

.guideCourseText {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.guideCourseTextTitle {
    font-size: 500;
    font-size: clamp(16px, 3vw, 20px);
    color: var(--green);
}
.guideCourseTextDescription {
    font-size: clamp(16px, 3vw, 20px);
    line-height: 150%;
}
.guideInput {
    width: 100%;
    margin-bottom: 30px;
}
.guideTags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.guideTag {
    cursor: pointer;
    padding: 4px 24px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #b9bdc4;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.guideTag:hover {
    border-color: var(--green);
    color: var(--green);
}
.guideArticlesList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}
.guideListItemTop {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fff;
    padding: 20px 40px;
}
.guideList {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.guideListCategory {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.guideLine {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1100px;
}
.guideListUl {
    display: flex;
    flex-direction: column;
}
.guideListUl li {
    cursor: pointer;
    font-size: clamp(14px, 3vw, 16px);
    transition: all 0.3s ease;
}

.guideListUl li:hover {
    color: var(--green);
}
.guideListItem {
    display: flex;
    gap: 20px;
    padding: 10px 40px;
}
.guideListItemContent {
    display: flex;
    flex-direction: column;
    width: 240px;
    cursor: pointer;
}
.itemWhite {
    background-color: #fff;
}
.itemGreen {
    background: #f7fff3;
}
.guideListItemText {
    font-size: clamp(10px, 3vw, 12px);
    font-weight: 400;
    transition: all 0.3s ease;
}

.guideListItemText:hover {
    color: blue;
}
.guideBanner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 30px 70px 0 70px;
    background-color: #fff;
    border-radius: 25px 25px 0 0;
}
.guideBannerContent {
    display: flex;
    align-items: center;
    gap: 10px;
}
.guideBannerTitle {
    font-size: clamp(18px, 3vw, 20px);
    font-weight: 500;
}
.guideBannerIcon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.guideBannerIconText {
    font-size: clamp(16px, 3vw, 20px);
    white-space: nowrap;
}
.hidden {
    display: none;
}
.guideToggleBtn {
    color: var(--green);
    font-size: 14px;
    margin-right: auto;
}
.guideToggleBtnSmall {
    color: var(--green);
    font-size: 10px;
    margin-right: auto;
}
/* experts */
.expertsBase {
    margin-bottom: 60px;
}
.expertsValueBase {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.expertsCards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px 40px;
    margin-bottom: 60px;
}
.expertsCards:has(> :only-child) {
    justify-content: start;
}

.expertsCards > :only-child {
    max-width: 500px;
    width: 100%;
}
.expert-map--slim {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
    border-radius: 25px;
    background: #ebf0f6;
}
.expertsMapLocation {
    width: 124px;
    height: 124px;
}
.expertsMapContent {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
.expertsMapText {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
}
.expertsMapBanner {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    border-radius: 38px;
    padding: 6px;
}
.expertsMapBannerImages {
    display: flex;
    align-items: center;
}
.expertsMapBannerText {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 500;
}
.expertsMapBannerImage {
    margin-left: -15px;
}
.expertsMapHeader {
    display: flex;
    align-items: center;
    gap: 20px;
}
.regionSelect {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
}
.calculate {
    margin-bottom: 40px;
}
.opinionCards {
    display: grid;
    gap: 40px;
    margin-bottom: 35px;
}

.opinionCards:has(> :nth-child(4)) {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.opinionCards:not(:has(> :nth-child(4))) {
    grid-template-columns: repeat(auto-fit, 250px);
    justify-content: start;
}
.guideTagActive {
    border: 1px solid #52c41a;
}
@media (max-width: 1024px) {
    .guideArticlesList {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 920px) {
    .guideBanner {
        padding: 18px 50px;
    }
    .expert-map--slim {
        flex-direction: column;
        gap: 16px;
        background: none;
        padding: 0;
    }
    .expertsMapBanner {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .guideListItemTop {
        padding: 20px 10px;
    }
    .guideListItem {
        flex-direction: column;
        padding: 10px;
        gap: 0;
    }
    .itemGreen {
        padding: 10px 40px;
    }
    .guideLine {
        flex-direction: column;
        gap: 0;
    }
    .guideListUl {
        display: flex;
        flex-direction: column;
    }
    .guideTextContent {
        padding: 0;
    }
    .guideCourse {
        gap: 10px;
        flex-direction: column;
    }
    .guideCourseText {
        gap: 15px;
    }
    .guideBanner {
        display: flex;
        grid-template-columns: auto;
        grid-template-rows: auto;
        gap: 16px;
        padding: 20px;
        margin-bottom: 25px;
    }
    .guideBannerContent {
        flex-direction: column;
    }
    .guideBanner > *:nth-child(1) {
        grid-row: 1;
    }
    .guideBanner > *:nth-child(2) {
        grid-row: 1;
    }
    .guideBanner > *:nth-child(3) {
        grid-row: 2;
    }
    .guideBanner > *:nth-child(4) {
        grid-row: 2;
    }
    .expertsBase {
        margin-bottom: 40px;
    }
}
