.agree .section__policies {
    overflow: visible;
    padding-top: var(--header-h);
}
.agree .max__container {
    padding-top: 100px !important;
    padding-bottom: 130px !important;
    gap: 0;
}
.agree .tab {
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
}
.agree .tab nav {
    border: 1px solid #C9C9C9;
    display: flex;
    justify-content: center;
}
.agree .tab nav a {
    width: 400px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.24px;
    color: #8C8C8C;
}
.agree .tab nav a.active {
    background: #000;
    color: #fff;
}
.agree .title {
    text-align: left;
    color: #222;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 50px;
    border-bottom: 2px solid #222;
}
.agree .content {
    padding: 50px 0 70px 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    color: #666;
}
.agree .record {
    text-align: left;
    width: 330px;
    position: relative;
}
.agree .record .togger {
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.6px;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    position: relative;
    cursor: pointer;
}
.agree .record .togger::after {
    width: 24px;
    height: 24px;
    display: block;
    content: "";
    background: #fff url("../../public/icons/agree_togger.svg") center center no-repeat;
    position: absolute;
    top: 7px;
    right: 12px;
}
.agree .record .togger.active {
    border-color: #222;
}
.agree .record .togger.active::after {
    transform: rotate(180deg);
}
.agree .record .togger.changing {
    color: #222;
}
.agree .record .selector {
    z-index: 2;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    display: none;
    border-radius: 4px;
    padding: 5px 0;
    border: 1px solid #DFDFDF;
    background: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.14);
}
.agree .record .selector.show {
    display: block;
}
.agree .record .selector li {
    font-size: 16px;
    letter-spacing: -0.6px;
    padding-left: 12px;
    height: 36px;
    line-height: 36px;
    color: #222;
    cursor: pointer;
}
.agree .record .selector li:hover {
    background: #F5F5F5;
}

@media (max-width: 1365px) {
    .safetysolution .content-safety-health {
        flex-direction: column;
    }
    .safetysolution .content-safety-health .area-text {
        order: 2;
        margin-top: 40px;
        width: 100%;
        max-width: 375px;
        margin-inline: auto;
        padding-left: 25px;
    }
    .safetysolution .content-safety-health .area-img {
        order: 1;
    }
    .safetysolution .section-safety .area-img {
        justify-content: center;
    }
    .safetysolution .section-insurance .content .insurances {
        width: 100%;
        justify-content: center;
    }
    .safetysolution .section-insurance .area-img {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .agree .inner {
        padding-top: 50px !important;
        padding-bottom: 100px !important;
        padding-inline: 24px;
    }
    .agree .tab {
        padding-bottom: 50px;
    }
    .agree .tab nav {
        width: 100%;
    }
    .agree .tab nav a {
        width: 50%;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
    .agree .title {
        font-weight: 600;
        padding-bottom: 40px;
        font-size: 22px;
    }
    .agree .content {
        padding: 40px 0 70px 0;
        font-size: 15px;
    }
    .agree .record {
        width: 100%;
    }
}