
@font-face {
  font-family: "Pretendard-SemiBold";
  src: url("../fonts/Pretendard-SemiBold.otf") format("truetype");
  font-weight: normal;
} 
@font-face {
  font-family: "Pretendard-ExtraBold";
  src: url("../fonts/Pretendard-ExtraBold.otf") format("truetype");
  font-weight: normal;
} 
@font-face {
  font-family: "Pretendard-Bold";
  src: url("../fonts/Pretendard-Bold.otf") format("truetype");
  font-weight: normal;
} 
@font-face {
  font-family: "Pretendard-Regular";
  src: url("../fonts/Pretendard-Regular.otf") format("truetype");
  font-weight: normal;
} 
@font-face {
  font-family: "Pretendard-Medium";
  src: url("../fonts/Pretendard-Medium.otf") format("truetype");
  font-weight: normal;
} 
#wrap  * {
  font-family: "Pretendard-Regular";
}
#wrap {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;

}
header{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f7f7f7;
}
header a{
    width:60%;
    display: flex;
    padding: 15px;
}
header a img{ 
    width: 100%;
}