@media screen and (min-width: 1110px) {
    .title {
        position: relative;
        width: 100%;
        height: 600px;
        background-color: #490e6f;
    }

    .bg {
        width: 100%;
        position: absolute;
        bottom: -4px;
        left: 0;
        overflow: hidden;
    }

    .bg img {
        width: 110%;
        margin-left: -5%;
    }

    .title-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 200px;
    }

    .title-h1 {
        max-width: 80%;
        color: #fff;
        font-size: 4vw;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -.01em;
    }

    .title-h1 span {
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

    }

    .content {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news-item {
        width: 30%;
        margin-bottom: 3vw;
    }

    .new-img-div:hover .new-img {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out;
    }

    .new-img-div {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .new-img {
        width: 100%;
        height: 16vw;
    }

    .new-titles {
        font-size: .97vw;
        font-weight: 600;
        line-height: 1.42;
        margin: 1vw 0px;
        color: #490e6f;
    }

    .new-date {
        font-size: .9027777778vw;
        font-weight: 400;
        color: rgba(73, 14, 111, .4);
        line-height: 1.52;
    }

    .new-date span {
        padding: 0 .3472222222vw
    }

    .page-container {
        width: 80%;
        margin: 0 auto 70px;
        display: flex !important;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .page-left {
        width: 2.6vw;
        height: 2.6vw;
        margin-right: 10px;
    }

    .page-left:hover {
        cursor: pointer;
    }

    .page-right:hover {
        cursor: pointer;
    }

    .page-number>span:hover {
        cursor: pointer;
    }

    .page-right {
        width: 2.6vw;
        height: 2.6vw;
        margin-left: 10px;
    }

    .page-number {
        height: 2.6vw;
        display: flex;
        flex-wrap: wrap;
    }

    .page-number span {
        flex: 0 0 2.6vw;
        display: block;
        width: 2.6vw;
        height: 2.6vw;
        border: 1px solid #490e6f;
        border-radius: .5vw;
        line-height: 2.6vw;
        text-align: center;
        margin: 0 10px;
        font-weight: bold;
        font-size: 1vw;
        color: #490e6f;
        margin-bottom: 10px;
    }

    .page-number span:hover {
        background: #490e6f;
        color: #fff !important;
    }

    .active {
        background: #490e6f;
        color: #fff !important;
    }

    .page-container img {
        width: 100%;
    }
}

@media screen and (max-width: 1110px) and (min-width: 768px) {
    .title {
        position: relative;
        width: 100%;
        height: 600px;
        background-color: #490e6f;
    }

    .bg {
        width: 100%;
        position: absolute;
        bottom: -4px;
        left: 0;
        overflow: hidden;
    }

    .bg img {
        width: 110%;
        margin-left: -5%;
    }

    .title-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 200px;
    }

    .title-h1 {
        max-width: 80%;
        color: #fff;
        font-size: 4vw;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -.01em;
    }

    .title-h1 span {
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

    }

    .content {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news-item {
        width: 30%;
        margin-bottom: 3vw;
    }

    .new-img-div:hover .new-img {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out;
    }

    .new-img-div {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .new-img {
        width: 100%;
        height: 16vw;
    }

    .new-titles {
        font-size: .97vw;
        font-weight: 600;
        line-height: 1.42;
        margin: 1vw 0px;
        color: #490e6f;
    }

    .new-date {
        font-size: .9027777778vw;
        font-weight: 400;
        color: rgba(73, 14, 111, .4);
        line-height: 1.52;
    }

    .new-date span {
        padding: 0 .3472222222vw
    }

    .page-container {
        width: 80%;
        margin: 0 auto 70px;
        display: flex !important;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .page-left {
        width: 2.6vw;
        height: 2.6vw;
        margin-right: 10px;
    }

    .page-left:hover {
        cursor: pointer;
    }

    .page-right:hover {
        cursor: pointer;
    }

    .page-number>span:hover {
        cursor: pointer;
    }

    .page-right {
        width: 2.6vw;
        height: 2.6vw;
        margin-left: 10px;
    }

    .page-number {
        height: 2.6vw;
        display: flex;
        flex-wrap: wrap;
    }

    .page-number span {
        flex: 0 0 2.6vw;
        display: block;
        width: 2.6vw;
        height: 2.6vw;
        border: 1px solid #490e6f;
        border-radius: .5vw;
        line-height: 2.6vw;
        text-align: center;
        margin: 0 10px;
        font-weight: bold;
        font-size: 1vw;
        color: #490e6f;
        margin-bottom: 10px;
    }

    .page-number span:hover {
        background: #490e6f;
        color: #fff !important;
    }

    .active {
        background: #490e6f;
        color: #fff !important;
    }

    .page-container img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .title {
        position: relative;
        width: 100%;
        height: 400px;
        background-color: #490e6f;
    }

    .bg {
        width: 100%;
        position: absolute;
        bottom: -4px;
        left: 0;
        overflow: hidden;
    }

    .bg img {
        width: 110%;
        margin-left: -5%;
    }

    .title-container {
        width: 90%;
        margin: 0 auto;
        padding-top: 200px;
    }

    .title-h1 {
        max-width: 80%;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -.01em;
    }

    .title-h1 span {
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(.41, .09, .58, 1);
        transition: opacity .3s cubic-bezier(.41, .09, .58, 1);

    }

    .content {
        width: 90%;
        margin: 0 auto;
    }

    .news-item {
        width: 90%;
        margin: 0 auto 30px;
    }

    .new-img-div:hover .new-img {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out;
    }

    .new-img-div {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .new-img {
        width: 100%;
        height: 200px;
    }

    .new-titles {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.42;
        margin: 1vw 0px;
        color: #490e6f;
    }

    .new-date {
        font-size: 16px;
        font-weight: 400;
        color: rgba(73, 14, 111, .4);
        line-height: 1.52;
    }

    .new-date span {
        padding: 0 .3472222222vw
    }

    .page-container {
        width: 80%;
        margin: 0 auto 70px;
        display: flex !important;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .page-left {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .page-left:hover {
        cursor: pointer;
    }

    .page-right:hover {
        cursor: pointer;
    }

    .page-number>span:hover {
        cursor: pointer;
    }

    .page-right {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }

    .page-number {
        height: 40px;
        display: flex;
        flex-wrap: wrap;
    }

    .page-number span {
        flex: 0 0 40px;
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #490e6f;
        border-radius: 5px;
        line-height: 40px;
        text-align: center;
        margin: 0 10px;
        font-weight: bold;
        font-size: 18px;

        color: #490e6f;
        margin-bottom: 10px;
    }

    .page-number span:hover {
        background: #490e6f;
        color: #fff !important;
    }

    .active {
        background: #490e6f;
        color: #fff !important;
    }

    .page-container img {
        width: 100%;
    }
}