@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
}

*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a{
    color: white;
    
}

a:active{
    color: rgb(138, 138, 138);
}

#booking{
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 0 10px 0;
    background: rgb(37, 37, 37);
    font-size: 30px;
}

strong{
    font-family: 'Pretendard';
    font-weight: 1000;
    font-size: 30px;
}

#main_image{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vmax;
    height: 100vmax;
    z-index: -1;
}

#title_section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40vh 0 50vh 0;
    background: white;
    mix-blend-mode: exclusion;
    transition: opacity 2s ease; /* 2초 동안 서서히 변화 */
    opacity: 1; /* 시작은 보임 */
}

#title_container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#main_title{
    font-family: 'Pretendard';
    font-weight: 1000;
    font-size: 30px;
    color: white;
    text-align: center;
    mix-blend-mode:difference;
}

#explanation_section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    mix-blend-mode: exclusion;
    background: rgb(58, 58, 58);
    color: white;
}

#explanation_container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
}

#whatYouGuysDoing{
    font-weight: 1000;
    font-family: 'Pretendard';
    font-size: 20px;
    margin-bottom: 5px;
}

#main_explanation{
    margin: 50px 10px 0 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: 'Pretendard';
    font-size: 15px;
    font-weight: 200;
    border: 1px solid white;
}
strong{
    font-size: 17px;
}

#sub_explanation{
    margin: 50px 10px 0 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: 'Pretendard';
    font-size: 15px;
    font-weight: 200;
    border: 1px solid white;
}

#explainMore{
    font-weight: 1000;
    font-family: 'Pretendard';
    font-size: 20px;
    margin-bottom: 5px;
}

.content_section{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#content_title_container{
    /* background: linear-gradient(rgb(255, 255, 255), rgb(0, 0, 0), white); */
    background: white;
    padding: 10px;
    width: 20vw;
    max-width: 600px;
    min-width: 100px;
    font-family: 'Pretendard';
    text-align: center;
    mix-blend-mode: exclusion;
}

.content_order{
    font-weight: 100; 
    font-size: 15px; 
    color: rgb(0, 0, 0)
}

#arrow{
    color: rgb(255, 255, 255);
    padding: 10px;
    font-weight: 1000;
    font-size: 60px;
}

#superContentContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
}

.content_img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px 0 30px 0;
}

#content_main_img{
    width: 70%;
    left: 15%;
    max-width: 1000px;
}

.content_title{
    font-weight: 1000;
    padding: 10px;
    font-size: 40px;
    color: rgb(0, 0, 0);
}

.content_container{
    margin-bottom: 30px;
    padding: 10px;
    margin: 20px;
    max-width: 1000px;
    display: flex;
    width: 70vw;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: 'Pretendard';
    font-size: 15px;
    font-weight: 200;
    border: 1px solid black;

}

#past_works_archive_section{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#past_works_archive_container{
    background: white;
    color: rgb(255, 255, 255);
    padding: 10px;
    font-weight: 1000;
    width: 100vw;
    padding: 60px 0 60px 0;
    font-family: 'Pretendard';
    font-size: 20px;
    text-align: center;
    mix-blend-mode: exclusion;
}

#cv_section{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content_explanation{
    font-size: 15px;
    font-weight: 400;
}

#bottom_void{
    margin-top: 300px;
}

#bottom_void_short{
    margin-top: 100px;
}

#bottom_void_moreshort{
    margin-top: 50px;
}

.divLine{
    width: 100%;
    mix-blend-mode: exclusion;
    border-bottom: 3px solid rgb(164, 87, 87);
}

.contact{
    font-family: 'Pretendard';
    font-size: 15px;
    font-weight: 200;
    text-align: center;
}