@font-face {
    font-family: 'KorailRoundGothicBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/KorailRoundGothicBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUITExtraBold';
    src: url(../fonts/SUIT-ExtraBold.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: '7Bold';
    src: url(../fonts/Freesentation-7Bold.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}
body {
    padding: 0 !important;
}


#wrap *{
    font-family: 'SUIT-Regular';
}
#wrap {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
}

header{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

header a{
    width:15rem;
    display: flex;
    padding: 1rem 0;
}
header a img{ 
    width: 100%;
}
main {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.list {
    margin:40px 0;
    border: 1px solid #e1e4ec;
    border-radius: 25px;
}
.list span{
    font-family: 'KorailRoundGothicBold' !important;
    font-size: 20px;
    padding: 20px;
    display: block;
    background-color: #e3e6ed;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.btn_wrap {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.btn_wrap a{
    padding: 5px 0;
    font-size: 18px;
    line-height: 1.3;
    color: #7e7e7f;
}
.btn_wrap2 {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}
.btn_wrap2 a{
    padding: 5px 0;
    font-size: 18px;
    line-height: 1.3;
    color: #7e7e7f;
}
pre {
    font-size: 18px;
    line-height: 1.3;
    color: #7e7e7f;
}
pre.topContent {
    font-size: 20px;
    color: #000;
}

h2 {
    font-size: 19px;
    color: #81b5b2;
    font-weight: 600;
    margin:35px 0 15px;
}
.banner-mo {
    width: 100%;
}
@media screen and (max-width: 767px) {
    header{
        width: 90%;
        justify-content: center;
    }
    header a{
        width:15rem;
        display: flex;
        padding: 1.5rem 0;
    }
    .banner-mo {
        display: block !important;
        width: 100%;
        margin: auto;
    }
    main {
        width: 90%;
        max-width: 100%;
        margin: auto;
    }
    pre {
        font-size: 16px;
    }
    .list {
        margin: 30px 0;
        border-radius: 20px;
    }
    .list span {
        font-size: 18px;
        padding: 15px;
    }
    .btn_wrap {
        padding: 15px;
    }
    .btn_wrap a {
        font-size: 16px;
    }
    h2 {
        font-size: 17px;
        margin: 25px 0 10px;
        line-height: 1.3;
    }
}
