@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 300;
    font-style: normal;
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-aLt.eot');
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-aLt.eot?#iefix') format('embedded-opentype'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-aLt.woff2') format('woff2'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-aLt.woff') format('woff'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-aLt.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 400;
    font-style: normal;
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.eot');
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.eot?#iefix') format('embedded-opentype'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.woff2') format('woff2'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.woff') format('woff'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 700;
    font-style: normal;
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.eot');
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.eot?#iefix') format('embedded-opentype'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.woff2') format('woff2'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.woff') format('woff'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 800;
    font-style: normal;
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.eot');
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.eot?#iefix') format('embedded-opentype'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.woff2') format('woff2'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.woff') format('woff'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 900;
    font-style: normal;
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.eot');
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.eot?#iefix') format('embedded-opentype'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.woff2') format('woff2'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.woff') format('woff'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.ttf') format("truetype");
    font-display: swap;
} 
body {
    min-height: 100vh;
    position: relative;
}
#wrap {
    min-height: 100vh; 
}
#wrap *{
    font-family: 'NanumSquareNeo';
}
#wrap main {
    padding-bottom: 8rem;
}
#wrap .header_box{
    display: flex;
    justify-content: space-between;
    padding: 2rem;
}
#wrap .header_box a {
    padding: 0;
    margin-right: -1.5rem;
}
#wrap .header_box a .logo{
    width: 60%;
    height: 90%;
}
#wrap .header_box a .menu{
    width:60%;
 
}
nav {
    position: fixed;
    top: 0; right: -71%;
    width: 70%; min-height: 100vh;
    background: #fff;
    z-index: 999;
    transition: .3s;
}
.back {
    background: #00000038; 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    z-index: 998; 
}

nav.open + .back {
    display: block;
}

nav.open {
    right: 0;
}
.nav_logo {
    width: 100%; height: 6rem;
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 0 1.5rem;
}

.close{
    display: block;
    background: url(../img/close.png) no-repeat center/contain;
    width: 3rem; height: 3rem;

}
.nav_menu {
  
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.nav_menu li {
    border-bottom: 1px solid #f6f6f6;
    padding: 1.5rem;
    background-color: #fff;
    margin: 2.5rem 1.5rem;
    
}
.nav_menu li:last-child  {
    border-bottom: none;
    
}
.nav_menu li.on a {
    background: #EAECEF;
   
}
.nav_menu li h3 {
    font-size: 2.2rem;
    color: #777;
    font-weight: 800;
    margin-bottom: 2rem;
}
/* .nav_menu li:nth-child(2) a,
.nav_menu li:nth-child(3) a {
    border-bottom: none;
    padding: 0;
    border-bottom: 1px solid black;
    padding-bottom: 1rem;
} */


.nav_menu li a {
    display: block;
    margin-bottom: 1rem;
}
.nav_menu li a span {
    font-size: 1.8rem;
    display: inline-block;
    color: #2c2f2d;
    width: 17rem;
    font-weight: 600;
}

.nav_menu li .n {
    padding: 0;
}
#wrap .content {
    padding: 2rem;
}
#wrap .content .category {
    font-size: 1.6rem;
    font-weight: 700;
    color: #848484;
}
#wrap .content .box {
    margin-top: 2rem;
}
#wrap .content .box .title {
    font-size: 2rem;
    font-weight: 700;
    color: #286c44;
}

#wrap .content .box2:nth-child(1) .title {
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 1.5rem;
}


#wrap .content .box .con:nth-child(1) {
    border-bottom: 1px solid #f8f8f8;
}
#wrap .content .box2 {
    
   
}
.btn {
    display: block;
    text-align: center;
    align-items: center;
    padding: 2.2rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, #16a38c, #35e97e);
}