@media (min-width: 1200px) {

    /*============================
#site-content
============================*/
    #site-content {
        width: 100%;

        .site-content-right {
            width: 100%;

            main {

                /*============================
#first-view
============================*/
                section#first-view {

                    .first-view-text-1 {
                        font-size: 44.8px;
                    }

                    .first-view-text-2 {
                        /* bottom: 15%; */
                        right: 23%;
                        font-size: 2.1rem;

                        &::before {
                            height: 390px;
                        }
                    }

                    .first-view-img {
                        .slideshow {
                            .slideshow-img {
                                &:nth-child(1) {
                                    background-image: url(../assets/images/slide-show/slide-0.webp);
                                }

                                &:nth-child(2) {
                                    background-image: url(../assets/images/slide-show/slide-1.webp);
                                }

                                &:nth-child(3) {
                                    background-image: url(../assets/images/slide-show/slide-2.webp);
                                }

                                &:nth-child(4) {
                                    background-image: url(../assets/images/slide-show/slide-3.webp);
                                }

                                &:nth-child(5) {
                                    background-image: url(../assets/images/slide-show/slide-4.webp);
                                }

                                &:nth-child(6) {
                                    background-image: url(../assets/images/slide-show/slide-5.webp);
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}