@media screen and (max-width: 1200px) {
    #popUp {
        width: 30rem;
    }
    #popUp .top {
        padding: 3rem 0;
    }
    #popUp .top span {
        font-size: 1.6rem;
    }
    #popUp .bottom {
        padding: 3rem;
    }
    #popUp .bottom span {
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.4;
    }
    #popUp .bottom a {
        padding: 0.8rem 4rem;
        font-size: 1.6rem;
    }

    header {
        height: 6rem;
        padding: 0 1.5rem;
        flex-flow: row nowrap;
    }
    header h1 {
        width: 10rem;
    }
    header nav {
        display: none;
    }
    header button {
        display: block;
    }
    footer {
        padding: 4rem 1.5rem;
    }
    footer .detail p {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    footer h1 {
        font-size: 1.6rem;
    }
    footer h1 img {
        width: 10rem;
    }
    footer .detail p span {
        font-size: 1.8rem;
    }

    main {
        padding-bottom: 10rem;
    }
    main .logo {
        width: 100%;
        padding: 4rem 1.5rem;
    }
    main > h2 {
        font-size: 2rem;
        line-height: 1.4;
        padding: 0 1.5rem;
        margin: 2rem 0;
    }
    main > p {
        font-size: 1.6rem;
        padding: 0 1.5rem;
        margin-bottom: 4rem;
    }
    main > p:nth-of-type(2) {
        margin-bottom: 6rem;
    }
    main > p span {
        font-size: 2rem;
    }
    main .intro {
        padding: 0 1.5rem;
        margin: 0 auto;
    }
    main .intro .introBox {
        height: 18rem;
    }
    main .intro .introBox .left {
        width: 50%;
        font-size: 2.2rem;
    }
    main .intro .introBox .right {
        width: 50%;
        padding: 0 1.5rem;
    }
    main .intro .introBox .right p {
        font-size: 1.6rem;
    }
    main .intro .introBox .right p span {
        font-size: 2rem;
    }
    main .bnr {
        height: 25rem;
    }
    main .bnr img {
        object-fit: cover;
        height: 100%;
    }
    main .contents {
        flex-flow: column nowrap;
        padding: 0 1.5rem;
        gap: 1.5rem;
    }
    main .contents .contentsBox {
        width: 100%;
        height: auto;
    }
    main .contents .contentsBox .title {
        padding: 3rem 0;
        height: 40%;
        justify-content: center;
    }
    main .contents .contentsBox .title img {
        height: 10rem;
    }
    main .contents .contentsBox .title span {
        display: none;
    }
    main .contents .contentsBox .download a {
        padding: 2rem 1.5rem;
    }
    main .contents .contentsBox .download a p {
        font-size: 1.6rem;
    }
    main .contents .contentsBox .download a p img {
        width: 2.5rem;
    }
    main .contents .contentsBox .download a > img {
        width: 2rem;
    }
    main .partner {
        padding: 0 1.5rem;
        margin: 0 auto;
    }
    main .partner img {
        width: calc(100% / 3 - 1rem);
        margin: 0 0.5rem 1rem 0.5rem;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    }
    main .bnrSwiper {
        height: max-content;
        overflow: unset;
    }
    main .bnrSwiper .swiper-wrapper {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
    }
    main .bnrSwiper .swiper-wrapper .swiper-slide {
        height: 24rem;
        display: flex;
        align-items: center;
        padding-left: 1.5rem;
    }
    main .bnrSwiper .swiper-wrapper .swiper-slide:nth-of-type(2) {
        height: 22rem;
        padding: 0 1.5rem;
        justify-content: center;
        text-align: center;
        display: flex;
        flex-flow: column nowrap;
    }
    main .bnrSwiper .swiper-wrapper .swiper-slide:nth-of-type(3) {
        margin-bottom: 10rem;
    }
    main .bnrSwiper .swiper-wrapper .swiper-slide:nth-of-type(2) h2 {
        font-size: 2.4rem;
        color: #0f2149;
        font-weight: 900;
        margin-bottom: 2rem;
        line-height: 1.4;
    }
    main .bnrSwiper .swiper-wrapper .swiper-slide:nth-of-type(2) p {
        font-size: 2rem;
        line-height: 1.4;
    }
    main .bnrSwiper .swiper-wrapper .swiper-slide .text {
        position: unset;
        width: 100%;
        transform: unset;
    }
    main .bnrSwiper .swiper-wrapper .swiper-slide h2 {
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
    }
    main .bnrSwiper .swiper-wrapper .swiper-slide h3 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    main .bnrSwiper .swiper-wrapper .swiper-slide h4 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
    main .bnrSwiper .swiper-wrapper .swiper-slide a {
        font-size: 1.6rem;
        padding: 1rem 2rem;
    }
    main .bnrSwiper .swiper-button-prev {
        display: none;
    }
    main .bnrSwiper .swiper-button-next {
        display: none;
    }
}