

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
}


.main{
    max-width: 100vw;
    padding: 0;
    margin: 0;
}

    .section{
        max-width: 1500px;
        margin: 150px auto;
    }

    .sec-title{
        font-size: 4rem;
        text-align: center;
        color: var(--main-color);
        margin: 100px auto;
    }

    .section-top{
        max-width: 100vw;
        margin: 0 auto;
    }

        .top-view{
            width: 100%;
        }
            .top-view img{
                width: 100%;
                height: 100vh;
                object-fit: cover;
            }

    .section-member{
        max-width: 1500px;
        height: auto;
    }

        .member-page{
            width: 100%;
        }

            .profile-box{
                display: flex;
                gap: 50px;
                justify-content: center;
                width: 100%;
            }

                .profile-img-box{
                    width: 250px;
                    height: 350px;
                }

                    .profile-img-box img{
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                .profile-text-box{
                    width: 600px;
                    height: auto;
                    text-align: left;
                }

                    .profile-text-box h4{ 
                        margin: 0;
                        font-size: 3rem;
                        color: var(--sub-color);
                    }

                    .profile-text-box p{ 
                        font-size: 1.5rem;
                        color: var(--sub-color);
                    }

                    .profile-other{
                        width: auto;
                        display: flex;
                        gap: 20px;
                        align-items: center;
                    }

                        .joined-icon{
                            display: flex;
                            gap: 20px;
                        }

                        .joined-icon ion-icon{
                            display: block;
                            margin: 5px 0;
                            padding: 5px;
                            background-color: var(--accent-color);
                            color: var(--main-color);
                            font-size: 2.5rem;
                            border-radius: 5px;
                            cursor: pointer;
                        }

                        .joined-icon a{
                            display: block;
                        }

                        .image-list-box{
                            margin: 150px auto 0 auto;
                            padding: 0 100px;
                        }
            
                            .image-list{
                                column-count: 3;
                                width: 100%;
                                height: auto;
                            }
            
                                .img-box{
                                    width: 400px;
                                    height: auto;
                                    break-inside: avoid;
                                    margin: 0  auto 10px auto;
                                    color: #FFF;
                                    padding: 0.5em 1em;
                                    transition: opacity 0.3s;
                                }
            
                                    .img-box img{
                                        width: 100%;
                                    }

                .controls{
                }
    
                    .controls .pagination {
                        display: flex;
                        justify-content: center;
                        list-style: none;
                        gap: 10px;
                    }
                    
                    .controls .pagination a {
                        text-decoration: none;
                        color: var(--sub-color);
                        transition: 0.5s;
                    }

                    .controls .pagination a:hover{
                        color: var(--main-color);
                        transition: 0.5s;
                    }
                    
                    .controls .pagination a.active {
                        color: var(--main-color);
                    }



            .member-links{
                display: flex;
                justify-content: center;
                list-style: none;
                gap: 10px;
                padding: 0;
                font-size: 3rem;
            }

                .active-links{
                    color: var(--main-color);
                }

                .member-links a{
                    text-decoration: none;
                    color: var(--sub-color);
                    transition: 0.5s;
                    font-size: 3rem;
                }

                .member-links a:hover{
                    color: var(--main-color);
                    transition: 0.5s;
                }


    .pop-up{

    }

        .pop-up-card{
            background-color: var(--background-color);
            position: fixed;
            display: none;

            width: 80vw;
            height: 80vh;

            top: 10vh;
            left: 10vw;

            overflow: scroll;

            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }

        .active-pop-up{
            display: block;
        }

            .pop-up-top{
                width: 90%;
                padding-bottom: 5%;
                margin: 5%;

                border-bottom: solid black 1px;

                display: flex;
                justify-content: center;
                gap: 10%;
                margin-bottom: 5%;
            }

                .pop-up-img-box{
                    width: 50%;
                }

                    .pop-up-top img{
                        width: 100%;
                        height: auto;
                    }

                .pop-up-title{
                    width: 30%;
                    height: 100%;

                    margin: 50px 0 0 0;
                }
                    .pop-up-title h5{
                        font-size: 3rem;
                        margin: 0 0 20px 0;
                    }

                    .pop-up-title p{
                        font-size: 1.5rem;
                        font-weight: bold;
                    }

            .pop-up-list{
                max-width: 100%;
                width: 100%;
                height: auto;
                margin-bottom: 10%;
            }
                .pop-up-img-list{
                    width: 90%;
                    padding: 0 5%;
                    display: flex;
                    justify-content: center;

                    gap: 30px 30px;

                    flex-wrap: wrap;
                }
                    .pop-up-img-list img{
                        width: 30%;
                        aspect-ratio: 16 / 9;
                        height: auto;

                        object-fit: cover;
                    }

            .pop-close-btn-top{
                position: fixed;
                right: 10vw;
                font-size: 4rem;
                display: block;
                text-decoration: none;

                color: var(--main-color);

                margin: 20px;
            }

            .pop-close-btn{
                font-size: 2rem;
                display: block;
                text-align: center;
                text-decoration: none;

                color: var(--main-color);

                margin: 20px;
            }

            .pop-close-btn-top:hover{
                color: var(--sub-color);
            }
            .pop-close-btn:hover{
                color: var(--sub-color);
            }





            .member-box.blur {
                filter: blur(5px);
              }





            /* .works-box-btn{
                margin-top: 100px;
                width: 100%;
                justify-content: center;
                text-align: center;
            }

                .works-box-btn a.btn-flat::before{
                    -webkit-transform: translateX(-86%) translateY(-70%) rotate(135deg);
                    transform: translateX(-86%) translateY(-70%) rotate(135deg);
                }

                .works-box-btn a.btn-flat:hover:before {
                    -webkit-transform: translateX(-11%) translateY(-25%) rotate(135deg);
                    transform: translateX(-11%) translateY(-25%) rotate(135deg);
                } */

    /* .bottom{
        width: 100vw;
        background-color: var(--main-color);
        color: var(--background-color);
        text-align: center;
    }
        .bottom-info{
            padding: 30px 400px;
        }

        .bottom a{
            text-decoration: none;
            color: var(--background-color);
        }

            .bottom-info p{
                width: auto;
                text-align: center;
                margin-bottom: 30px;
            }

            .contact-btn{
                display: block;
                width: 100%;
                padding: 30px 0;
                height: auto;
                border: solid var(--background-color);
            }

                .contact-btn span{
                    font-size: 3.2rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 30px;
                }

            .bottom-info-text-flex{
                margin: 30px 0;
                display: flex;
                justify-content: space-between;
            }

                .bottom-info-text-flex p{
                    margin: 0;
                }

                .sns-list{
                    display: flex;
                    padding: 0;
                    width: 100%;
                    justify-content: center;
                    gap: 30px;
                }

                    .sns-list li{
                        font-size: 30px;
                        list-style: none;
                    }

                .othor-link{
                    display: flex;
                    gap: 15px;
                    width: 100%;
                    justify-content: center;
                }

                    .othor-link a{
                        display: block;
                    }

                    .othor-link p{
                        margin: 0;
                        padding: 0;
                    }

                    .under-space{
                        height: 30px;
                    } */

                
                    










@media screen and (max-width: 1500px) {

    .image-list{
        column-count: 2;
    }

        .img-box{
            width: 90%;
            height: auto;
            break-inside: avoid;
            margin: 0  auto 10px auto;
            color: #FFF;
            padding: 2.5%;
            transition: opacity 0.3s;
        }


}





@media screen and (max-width: 800px) {
    .hamburger{
        display: block;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu{
        position: fixed;
        left: 100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item{
        margin: 16px 0;
    }





    .image-list-box{
        margin: 150px auto;
        padding: 0 5vw;
    }

    .image-list{
        column-count: 2;
    }

    .img-box{
        width: 40vw;
        padding: 2.5vw;
    }

    .img-box img{
        width: 100%;
        height: auto;
    }





    .pop-up-top{
        display: block;
    }

    .pop-up-img-box{
        width: 100%;
    }

    .pop-up-title{
        width: 100%;
    }
        .pop-up-title h5{
            text-align: center;
            font-size: 2.5rem;
            margin: 0 0 20px 0;
        }

        .pop-up-title p{
            text-align: center;
            font-size: 1rem;
            font-weight: bold;
        }


        
    .pop-up-list{
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 10%;
    }
        .pop-up-img-list{
            width: 96%;
            padding: 0 2%;
            display: flex;
            justify-content: center;

            gap: 20px 20px;

            flex-wrap: wrap;
        }

        .pop-up-img-list img{
            width: 100%;
        }


}


@media screen and (max-width: 600px) {
    .member-links a{
        font-size: 2rem;
    }
}