/* --------------------
 IoT Case study
-------------------- */
@media (max-width: 767px) {
    html {
        overscroll-behavior: none;
    }
}

.com-line__item--l, .com-line__item--r {
    bottom: 0;
    left: 0;
    right: auto;
    top: 0;
}

.com-line__item--t, .com-line__item--b {
    bottom: auto;
    left: 0;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .com-contact {
        height: 100lvh;
    }
}

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

.iot__main {
    padding: 150px 0 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .iot__main {
        padding: 180px 0 0;
    }
}

.iot__main-container {
    margin: 0 auto;
    max-width: 902px;
    padding: 0 38px;
    width: 100%;
}

@media (min-width: 768px) {
    .iot__main-container {
        padding: 0 30px;
    }
}

.iot__main__head {
    display: flex;
    flex-flow: column-reverse nowrap;
    gap: 12px 0;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .iot__main__head {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 60px;
    }
}

.iot__main__head__title {
    font-size: var(--fs38);
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .iot__main__head__title {
        font-size: var(--fs45);
    }
}

.iot__main__head__subtitle {
    font-size: var(--fs180);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .iot__main__head__subtitle {
        font-size: var(--fs20);
    }
}

.iot__main__content {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .iot__main__content {
        margin: 0 0 50px;
    }
}

.iot__main__content p {
    font-size: var(--fs13);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2.1;
    margin: 0;
}

@media (min-width: 768px) {
    .iot__main__content p {
        font-size: var(--fs20);
        line-height: 1.9;
    }
}

.iot__main__fig {
    text-align: center;
}

.iot__overview {
    margin: 0 0 80px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .iot__overview {
        margin: 0 0 150px;
    }
}

.iot__overview-container {
    margin: 0 auto;
    max-width: 902px;
    padding: 0 38px;
    width: 100%;
}

@media (min-width: 768px) {
    .iot__overview-container {
        padding: 0 30px;
    }
}

.iot__overview__flx {
    display: flex;
    flex-flow: column nowrap;
    gap: 45px 0;
    padding: 45px 0 0;
}

@media (min-width: 768px) {
    .iot__overview__flx {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .iot__overview__flx__info {
        width: 45.8432304038%;
    }
}

.iot__overview__flx__info__company {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .iot__overview__flx__info__company {
        font-size: var(--fs20);
    }
}

.iot__overview__flx__info__name {
    font-size: var(--fs13);
    font-weight: 500;
    letter-spacing: 0.13em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .iot__overview__flx__info__name {
        font-size: var(--fs14);
    }
}

.iot__overview__flx__info__logo {
    margin: 30px 0 0;
}

.iot__overview__flx__info__logo a {
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.iot__overview__flx__info__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .iot__overview__flx__info__logo a:hover {
        opacity: 0.65;
    }
}

@media (min-width: 768px) {
    .iot__overview__flx__content {
        width: 54.1567695962%;
    }
}

.iot__overview__flx__content p {
    font-size: var(--fs12);
    letter-spacing: 0.13em;
    line-height: 2.2;
    margin: 0;
}

@media (min-width: 768px) {
    .iot__overview__flx__content p {
        line-height: 1.8;
    }
}

.iot__project {
    margin: 0 0 80px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .iot__project {
        margin: 0 0 150px;
    }
}

.iot__project-container {
    margin: 0 auto;
    max-width: 902px;
    padding: 0 38px;
    width: 100%;
}

@media (min-width: 768px) {
    .iot__project-container {
        padding: 0 30px;
    }
}

.iot__project__main {
    margin: 0 auto;
    max-width: 526px;
    width: 100%;
}

.iot__project__main__title {
    background-color: #E3E4E4;
    border-top-left-radius: 6px;
    display: block;
    font-size: var(--fs18);
    font-weight: 700;
    height: 30px;
    letter-spacing: 0.16em;
    line-height: 1.1;
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
    width: 140px;
    z-index: 1;
}

@media (min-width: 768px) {
    .iot__project__main__title {
        font-size: var(--fs24);
        height: 36px;
        width: 170px;
    }
}

.iot__project__main__title:after {
    background-image: url(../../images/pages/casestudy/iot/iot-project-title-deco.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    position: absolute;
    right: -20px;
    top: 0;
    width: 25px;
}

@media (min-width: 768px) {
    .iot__project__main__title:after {
        right: -24px;
    }
}

.iot__project__main__title span {
    left: 22px;
    position: absolute;
    top: 18px;
}

@media (min-width: 768px) {
    .iot__project__main__title span {
        left: 25px;
        top: 12px;
    }
}

.iot__project__main__content {
    background-color: #E3E4E4;
    border-radius: 0 6px 6px;
    padding: 40px 22px;
}

@media (min-width: 768px) {
    .iot__project__main__content {
        padding: 76px 70px 64px;
    }
}

.iot__project__main__content p {
    font-size: var(--fs13);
    font-weight: 500;
    letter-spacing: 0.115em;
    line-height: 2.1;
    margin: 0;
}

@media (min-width: 768px) {
    .iot__project__main__content p {
        font-size: var(--fs14);
        line-height: 2.1;
    }
}

.iot__review {
    padding: 0 0 60px;
    position: relative;
    z-index: 1;
}

.iot__review-container {
    margin: 0 auto;
    max-width: 902px;
    padding: 0 38px;
    width: 100%;
}

@media (min-width: 768px) {
    .iot__review-container {
        padding: 0 30px;
    }
}

.iot__review__item-wrapper {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .iot__review__item-wrapper {
        margin: 0 0 250px;
    }
}

.iot__review__item {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 50px 0;
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .iot__review__item {
        flex-direction: row;
        margin: 0 0 100px;
    }
}

.iot__review__item:last-child {
    margin-bottom: 0;
}

.iot__review__item__title {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) {
    .iot__review__item__title {
        border-right: 1px solid #000;
        flex-grow: 0;
        flex-shrink: 0;
        font-size: var(--fs20);
        letter-spacing: 0.1em;
        line-height: 1.9;
        padding: 0 15px 0 0;
        width: 193px;
    }
}

.iot__review__item__list {
    border-left: 1px solid #000;
    padding: 0 0 0 25px;
}

@media (min-width: 768px) {
    .iot__review__item__list {
        border-left: none;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 0 0 0 35px;
        width: auto;
    }
}

.iot__review__item__list__item {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .iot__review__item__list__item {
        margin: 0 0 60px;
    }
}

.iot__review__item__list__item:last-child {
    margin-bottom: 0;
}

.iot__review__item__list__item__title {
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 2.1;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .iot__review__item__list__item__title {
        margin: 0 0 40px;
    }
}

.iot__review__item__list__item__content p {
    font-size: var(--fs12);
    letter-spacing: 0.13em;
    line-height: 2.3;
    margin: 0;
}

.iot__review__nav {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px 0;
    position: relative;
}

@media (min-width: 768px) {
    .iot__review__nav {
        align-items: flex-start;
        flex-direction: row;
    }
}

.iot__review__nav__prev {
    margin: 0;
    min-width: 1px;
    order: 1;
}

@media (min-width: 768px) {
    .iot__review__nav__prev {
        padding: 10px 30px 0 0;
        width: calc(50% - 50px);
    }
}

.iot__review__nav__prev a {
    align-items: center;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 38px;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.iot__review__nav__prev a span {
    display: block;
}

.iot__review__nav__prev a .-arrow {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 28px;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 28px;
}

.iot__review__nav__prev a .-arrow:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../../images/icons/icon-white-arrow-left.svg);
    mask-image: url(../../images/icons/icon-white-arrow-left.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 18px 14px;
    mask-size: 18px 14px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 18px;
}

.iot__review__nav__prev a:focus .-arrow {
    background-color: #fff;
}

.iot__review__nav__prev a:focus .-arrow:after {
    background-color: #000;
    transform: translateX(-5px);
}

@media (hover: hover) and (pointer: fine) {
    .iot__review__nav__prev a:hover .-arrow {
        background-color: #fff;
    }

    .iot__review__nav__prev a:hover .-arrow:after {
        background-color: #000;
        transform: translateX(-5px);
    }
}

.iot__review__nav__action {
    margin: 40px 0 0;
    order: 3;
}

@media (min-width: 768px) {
    .iot__review__nav__action {
        margin: 0;
        order: 2;
        width: 100px;
    }
}

.iot__review__nav__action .com-button {
    margin-left: auto;
    margin-right: auto;
}

.iot__review__nav__next {
    margin: 0;
    min-width: 1px;
    order: 2;
}

@media (min-width: 768px) {
    .iot__review__nav__next {
        order: 3;
        padding: 10px 0 0 30px;
        width: calc(50% - 50px);
    }
}

.iot__review__nav__next a {
    align-items: center;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 0 auto;
    padding: 0 38px 0 0;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.iot__review__nav__next a span {
    display: block;
}

.iot__review__nav__next a .-arrow {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 28px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 28px;
}

.iot__review__nav__next a .-arrow:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../../images/icons/icon-white-arrow-right.svg);
    mask-image: url(../../images/icons/icon-white-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 18px 14px;
    mask-size: 18px 14px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 18px;
}

.iot__review__nav__next a:focus .-arrow {
    background-color: #fff;
}

.iot__review__nav__next a:focus .-arrow:after {
    background-color: #000;
    transform: translateX(5px);
}

@media (hover: hover) and (pointer: fine) {
    .iot__review__nav__next a:hover .-arrow {
        background-color: #fff;
    }

    .iot__review__nav__next a:hover .-arrow:after {
        background-color: #000;
        transform: translateX(5px);
    }
}