@font-face {
    font-family : '이쁜폰트';
    src : url(./font/NanumSquareR);
}




body {
    background-color: #808080; /* 회색 배경 */
    color: white; /* 하얀 글자 */
    font-family: 'Arial', sans-serif;
    text-align: center;
    padding: 20px;
    margin: 0; /* 기본 마진 제거 */
    height: 100vh; /* 전체 높이 사용 */
    overflow: auto; /* 스크롤 가능 */
    font-family: 이쁜폰트;
}
.header {
    margin-bottom: 20px;
    position: fixed; /* 고정 위치 */
    top: 0;
    left: 0;
    right: 0;
    background-color: #808080; /* 배경색 */
    z-index: 1000; /* 버튼이 다른 요소 위에 오도록 설정 */
    padding: 10px 0;
}
.buttons {
    position: absolute;
    top: 10px;
    right: 10px;
}
.buttons button {
    background-color: #444; /* 버튼 배경색 */
    padding: 10px;
    margin-left: 5px;
 
    padding: 20px;
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    font-size: 30px;
}

.content {
    padding: 20px;
    display: inline-block;
}

.header-link {
    text-decoration: none; /* 밑줄 노*/
    position: absolute;
    top: 10px;
    left: 10px;
    color: white; /* 버튼 글자색 */
    padding: 10px 15px;
    cursor: pointer;
    font-size: 40px;
}
.content-title{
    position: relative;
    top: 200px;
    font-size: 30px;
}


.header-buttons-1:hover {
    background-color: red;
}

.header-button-2:hover {
    background-color: red;
}

.header-button-3:hover {
    background-color: red;
}

.header-button-4:hover {
    background-color: red;
}

.content-main {
    background-color: #808080;
    position: relative;
    width: 80%;
    height: 2000px;
    margin-left: auto;
    margin-right: auto;
    top: 1000px;
}

.content-main-1 {
    border-radius: 10px;
    background-color: black;
    width: 100%;
    height: 20%;
}

.content-main-1-img {
    float: left;
    background-color: aliceblue;
    width: 30%;
    height: 100%;
    border-radius: 10px;
}

.content-main-1-imgfile-1 {
    height: 400px;
    border-radius: 10px;
}

.content-main-1-text{
    height: 100%;
    width: 70;
    position: relative;
    top: 100px;
    font-size: 30px;
}

.content-main-2 {
    position: relative;
    top: 300px;
    border-radius: 10px;
    background-color: black;
    width: 100%;
    height: 20%;
}


.content-main-2-img {
    float: left;
    background-color: aliceblue;
    width: 30%;
    height: 100%;
    border-radius: 10px;
}

.content-main-2-imgfile-1 {
    height: 400px;
    border-radius: 10px;
}

.content-main-2-text{
    height: 100%;
    width: 70;
    position: relative;
    top: 100px;
    font-size: 30px;
}


.content-main-3 {
    position: relative;
    top: 600px;
    border-radius: 10px;
    background-color: black;
    width: 100%;
    height: 20%;
}

