.header {
  width: 100%;
  height: 100%;
}
.header div.wrap {
  
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.header div.wrap:before{
  content: "";
  background-image: url(../img/title2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 342px;
  height: 500px;
  position: absolute;
}
.header div.wrap h1 {
  
  font-size: 81px;
  width: 800px;
  text-align: end;
  font-family: 'Arita-dotum-Medium';
}
.header div.wrap ul {
  
  width: 792px;
  z-index: 1;
}
.header div.wrap ul li {
  
  margin-bottom: 10px;
  text-align: right;
}

header{
  height: 100%;
  width: 180px;
  position: fixed;
  z-index: 1;
  display: flex;
  align-items: center;
}
header .wrap {
  width: 100%;
}
header .wrap nav{
}
header .wrap nav div.list1{
  z-index: 1;
}

header .wrap nav div.list1 ul{
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
header .wrap nav div.list1 ul li{
  margin-bottom: 30px;
}
header .wrap nav div.list1 ul li a{

  padding: 10px;
}
header .wrap nav div.list1 ul li a:hover{
  border: 1px solid;
}
.border{
  border: 1px solid !important;;
}
