/* s: common */
/* fonts */
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

body {
    font-family: 'Pretendard';
    position: relative;
    background-color: #000;
}

/* s: header */
.container_header {
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    position: fixed;
    top: 0;
    left: 0;
}

.banner-mini {
    width: 100%;
    color: #ff5130;
    background-color: #111;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.4rem;
    animation: blink-bg .5s infinite alternate;
}

/* e: header */

/* s: wrapper */
#wrapper {
    width: 100%;
    max-width: 960px;
    padding: 60px 0px 0px;
    margin: 0 auto;
    text-align: center;
}

#container {
    display: flex;
    flex-direction: column;
}

.youtube-wrap {
    position: relative;
    width: 100%;
    z-index: -1;
}


#ft {
    padding: 32px 16px 160px;
    line-height: 1.5rem;
    background-color: #222;
    color: #e2e2e2;
    font-size: 15px;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

/* e: wrapper */