/* 유튜브 출력 */ 
.stream {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width:1060px;
    padding-bottom:16px;
    margin: 0 auto;
}

.stream .title span {
    display: flex;
    align-items: center;
    justify-content: start;
}

.stream h2.title {
    padding-bottom:16px;
    font-size: 1.125rem;
    font-weight:700;
}

.stream h2 a {
    color: var(--default-font-color);
    text-decoration: none;
}

.stream .title img {
    width: 24px;
    height:18px;
    margin-right: 4px;
}

@media only screen and (max-width: 1199px) {
    .stream {
        display: none;
    }

    /* 배너 영역을 위한 css */
    .index-top-banner {
        width:100% !important;
        height:100px !important;
    }
}

/* 배너 영역을 위한 css */

.index-top-banner {
    width:728px;
    height:100px;
    margin:0 auto;
    background-color:#efefef;
}