.xm-text {
    display: block;
    white-space: break-spaces
}

.f-bold {
    font-weight: 700;
}

.specs-con {
    background-color: #fff;
    box-sizing: border-box;
    padding-bottom: 200px;
    width: 100%
}

.specs-con .section {
    border-bottom: 1px solid #c9c9c9;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    padding-bottom: 72px;
    padding-left: 0;
    padding-top: 72px;
    width: 1226px;
}

.specs-con .section .right-box {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.specs-con .tab {
    display: block;
    padding-left: 360px;
    padding-top: 0;
}

.specs-con .section-01 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 991px;
    padding-top: 861px
}

.specs-con .section-01 .color-list {
    display: flex;
    justify-content: center;
    padding-left: 100px
}

.specs-con .section-01 .color-item {
    align-items: center;
    display: flex
}

.specs-con .section-01 .image {
    height: 30px;
    margin-right: 17px;
    width: 30px
}

.specs-con .section-01 .f-light {
    color: #141414;
    font-size: 20px;
    line-height: 1;
    width: 178px
}

.specs-con .section-01 .item2 {
    margin-left: 38px;
    margin-right: 50px
}

.specs-con .section .k-title {
    color: #2e2e2e;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 0;
    width: 360px;
    font-weight: 700;
}

.specs-con .section .title {
    color: #2e2e2e;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
}

.specs-con .section .subtitle {
    word-wrap: normal;
    color: #2e2e2e;
    font-size: 22px;
    line-height: 1.6;
}

.specs-con .section .f-thin {
    color: #2e2e2e;
    font-size: 18px;
    line-height: 1.1;
    margin-top: 45px;
}

.specs-con .section .fr-text {
    color: #000;
    display: none;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 30px;
}

.specs-con .section .m_title {
    margin-bottom: 0;
}

.specs-con .section .mt-40 {
    margin-top: 40px;
}

.specs-con .section_98 {
    border-bottom: none;
    padding-bottom: 20px;
}

.specs-con .section-20 {
    border-bottom: unset;
}

@media screen and (max-width: 768px) {
    .specs-con {
        padding-bottom: 100px;
    }

    .specs-con .section {
        display: block;
        width: auto;
        padding: 40px 15px;
    }

    .specs-con .section-01 .color-list {
        padding-left: 0;
    }

    .specs-con .section-01 .f-light {
        width: auto;
        font-size: 14px;
    }

    .specs-con .section-01 .image {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .specs-con .section .k-title {
        font-size: 28px;
        width: 100%;
    }

    .specs-con .section .title {
        font-size: 22px;
    }

    .specs-con .section .subtitle {
        font-size: 18px;
    }

    .specs-con .section .f-thin {
        font-size: 14px;
    }

    .specs-con .section .right-box {
        padding-top: 20px;
    }

    .specs-con .section .mt-40 {
        margin-top: 25px;
    }
}