@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	border: 0;
  justify-content: center;
  text-decoration: none;
  font: inherit;
  color: black;
}

body {
  margin: 0 auto;
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.7;
  word-break: keep-all;
}

.nav {
    display: inline;
    position: fixed;
    right: 5px;
    top: 0px;
    word-spacing: 13px;
  }
  
  .nav a {
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  
  .nav a:hover {
    color: rgb(101, 101, 101);
  }

  .my a:hover {
    color: gray;
  }

  .first {
    position: fixed;
    left: 5px;
    top:0px;
  }

  .year {
    display: block;
    position: relative;
    top: 5px;
    left: 310px;
    line-height: 34px;
    cursor: pointer;
  }


  h6 {
    position: fixed;
    left: 5px;
    top:23px;
    font-size: 14px;
  }


  .my_img {
    display: none;
    position: absolute;
    left: 300px;
    width: 900px;
    height: 100px;
} 


  .my:hover+.my_img{
    display: block;
}

.word {
    display:block;
    position: absolute; 
    top:630px;
    left: -300px;
    font-size: 12px;
    width: 500px;
    line-height: 24px;

}

.word2 {
  display:block;
  position: absolute; 
  top:630px;
  left: 490px;
  font-size: 12px;
  width: 500px;
  line-height: 24px;

}

.copy {
  display: inline;
  position: fixed;
  left: 5px;
  bottom: 0px;
  font-size: 10px;
}
