@charset "utf-8";




main {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.breadcrumb {
    position: relative;
    z-index: 1;
}

.what-container {
    max-width: 1160px;
    margin-inline: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.whatMv {
    overflow-x: hidden;
    position: relative;
    z-index: 2;
}

.what-breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
}

.whatMv::before {
    content: "";
    position: absolute;
    background: #00a196;
    opacity: 0.8;
    width: 210px;
    height: 100%;
    right: 0px;
    top: 0;
    transform: skew(35deg);
    z-index: 0;
}

.whatMv::after {
    content: "";
    position: absolute;
    background: #EBEBEB;
    width: 350px;
    height: 100%;
    left: -80px;
    top: 0;
    transform: skew(-35deg);
    z-index: 0;
}

.whatMv__heading {
    font-size: clamp(1.875rem, 1.723rem + 0.647vw, 2.5rem);
    padding-bottom: 140px;
    padding-top: 65px;
    position: relative;
    z-index: 1;
}

.whatMv__bg {
    background-color: rgba(255, 255, 255, 0.3);
    padding-top: 46px;
    position: relative;
    z-index: 1;
}

.whatMv__txt {
    padding-bottom: 36px;
}

.whatMv__menu {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 36px;
}

.whatMv__item {
    background-color: #fff;
    transition: 0.2s;
    text-align: center;
    border: 1px solid #00a196;
    border-radius: 10px;
    width: 220px;
    font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
}

.whatMv__link {
    position: relative;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    color: #00a196;
    display: block;
    font-weight: 500;
}

.whatMv__link::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 1px;
    background-color: #00a196;
    transform: rotate(135deg);
}

.whatMv__link::after {
    content: "";
    position: absolute;
    right: 19.5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 1px;
    background-color: #00a196;
    transform: rotate(-135deg);
}


.whatMv__link::after {}

.what-cont {
    padding-top: 60px;
    padding-bottom: 60px;
}

.what-contDifine {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 45px;
}

.what-contDifine dt {
    color: #fff;
    text-align: center;
    max-width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, transparent 15px, #69c2bb 0) top left, linear-gradient(-135deg, transparent 0px, #69c2bb 0) top right, linear-gradient(-45deg, transparent 15px, #69c2bb 0) bottom right, linear-gradient(45deg, transparent 0px, #69c2bb 0) bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    font-weight: 500;
    font-size: 24px;
}

.what-contDifine dd {
    font-weight: 500;
    font-size: 18px;
}

.what-cont:nth-of-type(odd) {
    background-color: #ececeb;
}

.what-multiple__heading {
    font-size: clamp(1rem, 0.894rem + 0.453vw, 1.438rem);
    color: #00a196;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    height:65px;
}

.what-multiple__logo {
    height: 95px;
    display: grid;
    place-content: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #00a196;
}

.what-multiple__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.what-multiple__item {
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}

.what-multiple__column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.what-multiple__txt {
    text-align: left;
    width: 60%;
}

.what-multiple__txt--imgNone {
    width: 100%;
}

.what-multiple__img {
    width: 40%;
}

.what-multiple__link {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: left;
}

.what-single__cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.what-single__txts {
    position: relative;
    width: 75%;
    text-align: center;
}

.what-single__logo--txt {
    font-size: clamp(1.688rem, 1.536rem + 0.647vw, 2.313rem);
    font-weight: 700;
}

.what-single__txt {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 20px;
    border-top: 2px solid #00a196;
}

.what-single__heading {
    font-size: clamp(1rem, 0.894rem + 0.453vw, 1.438rem);
    color: #00a196;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.what-single__img {
    position: relative;
    width: 25%;
}

.what-single__link {
    position: relative;
    text-align: left;
}


@media(min-width:769px) {
    .whatMv__item:hover {
        background-color: #E4EFED;
    }
}

@media(max-width:768px) {
    .whatMv__bg {
        padding-top: 30px;
    }

    .whatMv__txt {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
    }

    .whatMv__menu {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }

    .whatMv__item {
        width: 48%;
        height: 60px;
    }

    .whatMv__link {
        font-size: clamp(0.875rem, 0.04rem + 3.562vw, 1.75rem);
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        font-weight: 500;
        display: grid;
        place-content: center;
    }

    .what-multiple__list {
        grid-template-columns: 1fr;
    }

    .what-multiple__item {
        padding-bottom: 100px;
    }

    .what-multiple__column {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .what-multiple__txt {
        width: 100%;
        order: 2;
        font-size: clamp(0.875rem, 0.04rem + 3.562vw, 1.75rem);
        line-height: calc(46/28);
        letter-spacing: 2px;
    }

    .what-multiple__img {
        width: auto;
    }

    .what-single__txts {
        width: 100%;
    }

    .what-single__txt {
        text-align: center;
    }

    .what-single__txt p {
        text-align: left;
        margin-top: 30px;
        font-size: clamp(0.875rem, 0.04rem + 3.562vw, 1.75rem);
    }

    .what-cont {
        padding-bottom: 80px;
    }

    .whatMv::after {
        width: 220px;
        left: -190px;
    }

    .whatMv::before {
        width: 105px;
        right: -160px;
    }
}

@media(min-width:481px) {}

@media(max-width:480px) {
    .whatMv__heading {
        padding-bottom: 65px;
    }

    .whatMv__menu {
        gap: 15px 5px;
        padding-bottom: 20px;
    }

    .whatMv__item {
        height: 35px;
    }

    .whatMv__link {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .whatMv__link::before {
        right: 9px;
        width: 7px;
    }

    .whatMv__link::after {
        right: 13.5px;
        width: 7px;
    }


    .whatMv__item {
        border-radius: 5px;
        width: 49%;
    }

    .what-cont {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .what-contDifine {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 55px;
    }

    .what-contDifine dt{
        font-size: 18px;
        max-width: 140px;
    }
    .what-contDifine dd{
        font-size: 15px;
    }

    .what-multiple__heading {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .what-multiple__column {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .what-multiple__logo {
        height: auto;
        padding-bottom: 12px;
    }

    .what-multiple__logo img,
    .what-single__logo {
        width: 60%;
        margin-inline: auto;
    }

    .what-multiple__list {
        gap: 50px;
    }

    .what-multiple__item {
        padding-bottom: 45px;
    }

    .what-single__heading {
        margin-bottom: 10px;

    }

    .what-single__txt {
        margin-top: 12px;
        margin-bottom: 20px;
    }

}