@media (max-width: 1100px) {


    .top-image {
        height: 530px;
        background-color: var(--redPorpose);
        text-align: center;
        position: relative;
    }

    .top-image-slide {
        position: absolute;
        bottom: 0px;
        left: 0px;
        -moz-transform: translateY(40%) translateX(0px);
        -ms-transform: translateY(40%)translateX(0px);
        -o-transform: translateY(40%)translateX(0px);
        -webkit-transform: translateY(40%)translateX(0px);
        transform: translateY(40%) translateX(0px);
        overflow-x: auto;
        width: 100%;
    }

        .top-image-slide img {
            width: 296px;
            height: 341px;
        }

        .top-image-slide div {
            width: 190px;
        }

    .top-image .logo-image {
        width: 95px;
    }



    .purpose-detail-container {
        max-width: 630px;
        margin: 0 auto;
    }

    .magazine-photo {
        width: 281px;
        min-width: 281px;
        height: 281px;
        margin-bottom: 10px;
    }

    .com-input-search {
        width: 100%;
        height: 39px;
    }

    .com-btn-type {
        padding-left: 26px;
        padding-right: 26px;
        height: 39px;
        line-height: 39px;
        text-align: center;
        margin-left: 20px;
        cursor: pointer;
        margin-bottom: 7px;
    }

        .com-btn-type:last-of-type {
            margin-right: 7px;
        }

        .com-btn-type:first-of-type {
            margin-left: 0px;
        }

    .com-btn-type-first {
        margin-left: 0px;
    }

    .magazine-left {
        padding-right: 0px;
        padding-left: 0px;
    }

    .magazine-right {
        padding-left: 0px;
        padding-right: 0px;
    }

    .magazine-text-container {
        margin-left: 0px;
    }

    .max-h-70 {
        max-height: 52px;
        overflow-y: hidden;
    }

    .max-h-40 {
        max-height: 40px;
        overflow-y: hidden;
    }

    .magazine-text-content {
        height: 226px;
        overflow: hidden;
    }

    .com-btn-type {
        border: solid 1px var(--mainBlack);
        -moz-border-radius: 24px;
        -webkit-border-radius: 24px;
        border-radius: 24px;
        padding-left: 25px;
        padding-right: 25px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        margin-left: 18px;
        cursor: pointer;
    }

        .com-btn-type[data-sel='1'] {
            background-color: var(--mainBlack);
            color: white;
        }

    .com-btn-type-first {
        margin-left: 0px;
    }

    .purpose-box {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        height: 0;
        margin-bottom: 0px;
    }

    .purpose-box-content {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        background-color: #161515;
        background-position: bottom;
        background-size: cover;
        -moz-border-radius: 35px;
        -webkit-border-radius: 35px;
        border-radius: 35px;
    }

    .purpose-btn {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

        .purpose-btn div {
            padding: 6px 27px 6px 27px;
            background-color: white;
            -moz-border-radius: 35px;
            -webkit-border-radius: 35px;
            border-radius: 35px;
        }

    .purpose-text {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 80px;
    }

        .purpose-text div {
            padding: 6px 27px 6px 27px;
            background-color: white;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
        }

    .hide-first > div:first-child {
        display: none !important;
    }

    .hide-first
    {
        margin:0 !important;
    }

        .hide-last > div:last-child {
            display: none !important;
        }

    .hide-last {
        margin: 0 !important;
    }

    .purpose-back-title {
        background-size: cover;
    }

        .purpose-back-title div {
            height: initial;
            padding:30px 40px 30px 40px;
        }

}
