/** ------------------------ */
/** ------------------------ */
/** ------------------------ */
html {
    height: 100%;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #555555;
    font-size: 18px !important;
    line-height: 1.2;
    word-break: break-word;
    padding: 0;
    margin: 0;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
}


/** ------------------------ */
/** ------------------------ */
/** ------------------------ */

.ss0 {
    padding: 0;
    margin: 0;
    display: flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: sticky;
    z-index: 100;
    top: 0;
    width: 100%;
}

.ss1 {
    width: 100%;
    max-width: 840px;
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 20px;
    margin: 0 auto 0 auto;
    position: relative;
}

.ss2 {
    font-size: 20px !important;
    font-weight: bold;
    color: #2a9d8f;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.ss2::before {
    content: "";
    width: 28px;
    max-width: 28px;
    height: 28px;
    background: url(./images/i4b0-1-1.svg) no-repeat center center;
}

.ss3 {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    cursor: pointer;
}

.ss3::before {
    content: "";
    width: 28px;
    max-width: 28px;
    height: 28px;
    background: url(./images/i4b0-1-2.svg) no-repeat center center;
}

/** ------------------------------------------------ */
.ss4 {
    margin: 0 auto 0 auto;
    width: calc(100% - 40px);
    max-width: 840px;
    min-height: 300px;
    padding: 30px 20px 30px 20px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

@media (max-width: 768px) {
    .ss4 {
        display: flex;
        flex-direction: column;
    }
}

.ss5 {
    width: 100%;
}

.ss6 {
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .ss6 {
        max-width: 100%;
    }
}

.ss7 {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    min-height: 100px;
    padding: 20px 0 5px 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.ss7 hr {
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 20px;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
}

.ss8 {
    position: absolute;
    left: 20px;
    top: 23px;
    border-radius: 30px;
}

.ss9 {
    font-size: 22px !important;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    margin: 0 20px 15px 55px;
}

.ssa {
    margin: 0 20px 15px 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.ssa::before {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 30px;
    background: url(./images/i4b0-3-1.svg) no-repeat center center;
}

.ssb {
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    padding: 20px 0 0 0;
    margin: 0 0 5px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.ssc {
    margin: 0 20px 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.ssc::before {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 30px;
    background: url(./images/i4b0-3-2.svg) no-repeat center center;
}

.ssd {
    margin: 0 20px 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ssd::before {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 30px;
    background: url(./images/i4b0-3-4.svg) no-repeat center center;
}

.sse {
    margin: 0 20px 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sse::before {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 30px;
    background: url(./images/i4b0-3-3.svg) no-repeat center center;
}



.ssf {
    margin: 0 20px 15px 20px;
}

.ssg {
    margin: 0 20px 15px 20px;
}

.ssh {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    min-height: 100px;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.ssh img {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 30px;
}

.ssi {
    font-weight: bold;
    color: #777777;
    text-decoration: none;
    margin: 20px 20px 15px 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ssj {
    margin: 0 20px 15px 20px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}



.ssk {
    width: calc(100% - 40px);
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto 30px auto;
}

.ssk::before {
    content: "";
    display: block;
    background: rgb(0 0 0 / 10%);
    border-radius: 20px;
    width: 100%;
    max-width: 200px;
    height: 10px;
    animation: ssl 1.5s ease-in-out infinite;
}

@keyframes ssl {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

.ssm {
    width: calc(100% - 40px);
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto 30px auto;
    color: #999999;
    font-size: 13px !important;
}


