/* 유튜브 출력 */
.stream {
    display: flex;
    gap: 7.5px;
    /* align-items: center; */
    justify-content: start;  /* 왼쪽 정렬 */
    width:1050px;
    height: 249px;
    padding-bottom:16px;
    margin: 0 auto;
}

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

.stream h2.title {
    top: 0;
    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;
}

.stream .youtube {
  width: 345px;                 /* 기존 폭 */
}

.stream .youtube .title {
  /* line-height: 1.2; */
}

.youtube-iframe {
  display: block;               /* inline 여백 제거 */
  width: 345px;
  height: 196px;                /* 자리 선점(16:9) */
  border: 0;
}

.youtube-iframe {
  overflow-anchor: none;
}

body {
    font-display: swap;
}