@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Light.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Light.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Light.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Light.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Light.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Regular.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Regular.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Regular.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Regular.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Regular.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Bold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Bold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Bold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Bold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-Bold.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'NanumSquare';
    font-weight: 800;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-ExtraBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-ExtraBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-ExtraBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/NanumSquare/NanumSquare-ExtraBold.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
}

body {
    background: #F1F3F6;
    margin: 0;
    padding: 0;
}
#wrap {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    min-height: 100%;
}
#wrap *{
    font-family: 'NanumSquare';
}
header {
    padding: 20px 0;
    background-color: #f4dc24;
    display: flex;
    align-items: center;
}

header a {
    display: inline-flex;
    align-items: center;
    text-decoration: none; 
}

header img {
    margin-right: 10px; 
    width: 24px; 
    height: auto;
}
header .wrapper {
    width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
header p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.content_E .header_mo {
    display: none;
}
@media screen and (max-width: 900px) {
    .content_E header {
        display: none;
    }
    .content_E .header_mo .wrapper {
        width: 90%;
    }
    .content_E .header_mo {
        padding: 20px 0;
        display: block;
        background-color: #f4dc24;
        display: flex;
        align-items: center;
    }
    
    .content_E .header_mo a {
        display: inline-flex;
        align-items: center;
        text-decoration: none; 
    }
    
    .content_E .header_mo img {
        margin-right: 10px; 
        width: 24px; 
        height: auto;
    }
    .content_E .header_mo .wrapper, .content_A header .wrapper, .content_B header .wrapper, .content_C header .wrapper, .content_D1 header .wrapper, .content_D2 header .wrapper, .content_E header .wrapper, .content_F header .wrapper, .content_G header .wrapper, .content_qna header .wrapper {
        width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .content_E .header_mo p {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }
    
  }

