@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 
#wrap * {
    font-family: 'ONE-Mobile-Regular';
}
main {
    padding: 1.5rem 1.5rem 3rem;
}
header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    border-bottom: 1px solid #ececec;
}
header h1 {
   text-align: center;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 50%;
}
header #menuBtn {
    width: 2rem;
    position: absolute;
    right: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}

.navBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}
nav {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    width: 55%;
    position: fixed;
    right: 0;
    top: 6rem;
    z-index: 9999;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
nav button {
    position: absolute;
    right: 1.5rem;
    top: 2rem;
    width: 2rem;
}
nav button img {
    width: 100%;
}
nav a {
    font-size: 1.7rem;
    padding: 2.5rem;
    display: flex;
    line-height: 1.2;
    align-items: center;
    margin: 0 1.5rem; 
    border-bottom: 1px solid #ddd;
    justify-content: center;
    text-align: center;
    font-family: 'ONE-Mobile-Title' !important;
}
nav a:nth-last-of-type(1) {
    border-bottom:none;
}
nav a img {
    width: 2.5rem;
    margin-right: 1rem;
}
footer {
    background-color: #e4e8ef;
    padding: 1.5rem;
    text-align: center;
}
footer p{
    line-height: 1.3;
    font-size: 1.5rem;
    color: #999ea5;
    font-family: "Freesentation-5Medium";
}
footer  span{
    line-height: 1.3;
    font-size: 1.5rem;
    color: #575f68;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Freesentation-5Medium";
}
