@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


::-webkit-scrollbar{display:none;}
*{
    margin:0; 
    padding:0;
    border:0;
    
    
}

a{text-decoration: none;
mix-blend-mode: difference;}

.body{
    width:100%;
    height:100%;
    font-family: "Noto Sans", sans-serif;
    overflow-x: scroll;  

}



.title{
    position:fixed;
    z-index:999;
    white-space:nowrap;
    top:0.5rem;
    text-align: center;
    left:50%;
    transform: translate3d(-50%, 0px, 0px);
    display: block;
}


.name {
    background: none;
}

h1{

    font-family: "Noto Sans", sans-serif;
    color:rgb(255, 157, 0);
    font-weight:500;
    font-size:20px;
}

h2{

    color:rgb(255, 157, 0);
    font-family: "Noto Sans", sans-serif;
    font-weight:200;
    font-size:20px;
}

.start{

    color: rgb(0, 51, 255);
    background: none;
    height:2rem;
    width:100%;
    text-align: center;
    border-radius: 2rem;
    outline:none;
    margin:3px auto 0 auto;
    font-weight:400;
    font-size:20px;
    border: 2px solid rgb(0, 51, 255);
    cursor:pointer;
    margin-top:7px;

}

.title > div { 

    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.start:hover{
    background-color: rgb(0, 51, 255);
    color:rgb(255, 157, 0);
    border: 2px solid  rgb(0, 51, 255);
    cursor:pointer;
}





.nav-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background:transparent;/* 투명한 배경 */
    align-items: center;
    padding: 1rem 0;
    z-index: 10;
    mix-blend-mode:difference;
}

.nav-item {
    font-family: "Noto Sans", sans-serif;
    font-size:20px;
    font-weight:400;
    text-align: center;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    mix-blend-mode:difference;
    
}



.content {
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column; /* 세로 정렬 */
    overflow: scroll;
   
}


.image-container {

    margin:0px 50px 0px 50px;
    display: flex; /* 가로 정렬 */
    gap: 30px; 
    overflow: scroll;
    margin-top:10px;
    cursor:ew-resize;
    
}

img{height:500px;}


.image-container2 {

    margin:0px 50px 0px 50px;
    display: flex; /* 가로 정렬 */
    gap: 30px; 
    overflow: hidden;
    margin-top:20px;
    cursor:ew-resize;
    
}

.image-container3 {

    margin:0px 50px 0px 50px;
    display: flex; /* 가로 정렬 */
    gap: 30px; 
    overflow: scroll;
    margin-top:20px;
    cursor:ew-resize;
    
}

.image-container4 {

    margin:0px 50px 0px 50px;
    display: flex; /* 가로 정렬 */
    gap: 50px; 
    overflow: scroll;
    margin-top:60px;
    cursor:ew-resize;
    
}


.main{ 
    display: flex;
    flex-direction: column; /* 세로 정렬 */
    align-items: center; /* 가로 중앙 정렬 */
    text-align: center; /* 텍스트 중앙 정렬 */
    padding:30px;
    margin-bottom: 300px;
   }
   

p{
    color:rgb(25, 0, 255);
    font-family: "Noto Sans KR", sans-serif;
    font-weight:400;
    font-size:18px;
    position: absolute;
    left:50%;
    transform: translate(-50%,-50%);
}

.comment {
    display: flex;
    text-align: left;
    margin-top:100px;
    margin-left:50px;
    font-family: "Noto Sans", sans-serif;
    font-size:20px;
    font-weight:400;
}

.maincomment {
    margin-top:200px;
    display: flex;
    flex-direction: column; /* 세로 정렬 */
    align-items: center; /* 가로 중앙 정렬 */
    text-align: center; /* 텍스트 중앙 정렬 */
    font-family: "Noto Sans", sans-serif;
    font-size:60px;
    font-weight:300;
}