#broadcast-top-banner-wr {
    position: relative;
    margin-top: 30px;
}
#broadcast-top-banner-wr .owl-stage-outer:before,
#broadcast-top-banner-wr .owl-stage-outer:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    background: rgb(255,255,255);
    z-index: 1;
}
#broadcast-top-banner-wr .owl-stage-outer:before {
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
#broadcast-top-banner-wr .owl-stage-outer:after {
    right: 0;
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.latest_image .owl-nav {
    position: absolute;
    width: 100%;
    height: 0px;
    top: 43% !important;
    z-index: 999;
    display: block !important;
    transform: translateY(0);
}
.latest_image .owl-nav > * {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    font-family: "Nanum Gothic", "나눔고딕", "Noto Sans KR", "Lato","Apple SD Gothic Neo", "Malgun Gothic", dotum, sans-serif !important;
    width: 50px;
    height: 100px;
    color: #546ACE !important;
    font-weight: 100 !important;
    overflow: hidden;
    text-indent: 9999px;
}
.latest_image .owl-nav > *:hover {
    color: #334492 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.latest_image .owl-nav .owl-prev {
    left: 59px !important;
}
.latest_image .owl-nav .owl-prev:before {
    content: '<';
    transform: translate(-50%, -50%);
    letter-spacing: 5px;
}
.latest_image .owl-nav .owl-next {
    right: 59px !important;
}
.latest_image .owl-nav .owl-next:before {
    content: '>';
    transform: translate(-50%, -50%);
    letter-spacing: -5px;
}

.latest_image .owl-nav .owl-prev:before,
.latest_image .owl-nav .owl-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size:	1.5rem !important;
    color: #000;
    text-indent: 0px;
    font-weight: 400;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.latest_image .owl-nav .owl-prev:hover:before,
.latest_image .owl-nav .owl-next:hover:before {
    background-color: rgba(255, 255, 255, 1);
}
.latest_image .owl-dots {
    margin-top: 15px !important;
}
.latest_image button.owl-dot {
    width: 13px !important;
    height: 13px !important;
    margin: 0 3px !important;
    border-color: #B2B2B2 !important;
    background-color: #B2B2B2 !important;
}
.latest_image button.owl-dot.active {
    border-color: #FE2E2A !important;
    background-color: #FE2E2A !important;
}

#broadcast-list-wr {
    margin-top: 30px;
}
#broadcast-list-wr h2 {
    line-height: 45px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E1E2E4;
    font-size: 12pt;
    font-weight: 600;
}
#broadcast-list-wr h2 small:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 1px;
    background-color: #8c8c8c;
    margin: 0 4px 0 0;
}
#broadcast-list-wr h2 small {
    font-size: 9pt;
    color: #8c8c8c;
}
#broadcast-list-wr .grid-3 {
    column-gap: 20px;
    row-gap: 30px;
}
#broadcast-list-wr .grid-3 .wrap {
    position: relative;
}

#broadcast-view-list {
    padding: 60px 0 20px;
    overflow-y: auto;
}
#broadcast-view-list.no-padding {
    padding-top: 30px;
}
#broadcast-view-list ul.grid-2 {
    grid-template-columns: 850px 320px;
    column-gap: 30px;
}
#broadcast-view-list ul.grid-2 > * {
    position: relative;
}
#broadcast-view-list ul.grid-2 .video .empty {
    position: relative;
    width: 100%;
    min-height: 478px;
    background-color: #F7F7F7;
}
#broadcast-view-list ul.grid-2 .video .empty h1 {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    font-weight: 600;
    color: #404040;
}
#broadcast-view-list .list {
    border: 1px solid #E2E2E4;
}
#broadcast-view-list .list h2 {
    background-color: #2E3384;
    color: #FFF;
    padding: 13px 15px;
    font-size: 1.2em;
    font-weight: 500;
}
#broadcast-view-list #video-list {
    position: relative;
    height: 428px;
    padding: 2px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-3dLight-Color: #D2D2D2;
    scrollbar-arrow-color: #FFF;
    scrollbar-base-color: #D2D2D2;
    scrollbar-Face-Color: #D2D2D2;
    scrollbar-Track-Color: #FFF;
    scrollbar-DarkShadow-Color: #FFF;
    scrollbar-Highlight-Color: #FFF;
    scrollbar-Shadow-Color: #FFF;
}
#broadcast-view-list.main #video-list {
    padding: 3px 20px;
}
#video-list::-webkit-scrollbar {
    width: 8px;
    border: 1px solid #FFF;
    -webkit-border-radius: 10px;
    border-radius:10px;
}
#video-list::-webkit-scrollbar-button:start:decrement,
#video-list::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
    background: rgba(0, 0, 0, 0);
}
#video-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0,0 ,0 );
}
#video-list::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: #D2D2D2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
}
#broadcast-view-list #video-list > li {
    position: relative;
    padding: 10px 35px 10px 5px;
    border-bottom: 1px solid #E2E2E4;
    cursor: pointer;
}
#broadcast-view-list.main #video-list > li {
    padding: 16px 35px 16px 5px;
}
#broadcast-view-list #video-list > li.empty,
#broadcast-view-list.list #video-list > li.empty {
    padding: 20px 0;
    text-align: center;
}
#broadcast-view-list #video-list > li:last-child {
    border-bottom-width: 0;
}
#broadcast-view-list #video-list > li i {
    position: absolute;
    right: 0;
    top: 14px;
    width: 30px;
    text-align: center;
    color: #CDC39F;
    font-size: 1.7em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#broadcast-view-list.main #video-list > li i {
    top: 19px;
}
#broadcast-view-list #video-list > li:hover i {
    color: #2E3384;
}
#broadcast-view-list #video-list .video-title {
    font-size: 1.15em;
    line-height: 23px;
    height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
#broadcast-view-list.main #video-list .video-title {
    font-size: 1.25em;
    line-height: 25px;
    height: 50px;
}
#broadcast-view-list #video-list .video-date {
    color: #959595;
    font-size: 1.05em;
}
#broadcast-view-list #video-list .video-date .divide-line-vertical {
    background-color: #959595;
}
#broadcast-view-list .pg_wrap {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #E2E2E4;
    height: 61px;
}

#broadcast-list-form,
#broadcast-view-form {
    grid-template-columns: 130px auto;
    border: 1px solid #E2E2E4;
    align-items: center;
    height: 70px;
}
#broadcast-view-form {
    margin-bottom: 30px;
}
#broadcast-list-form h1,
#broadcast-view-form h1 {
    padding: 0 20px;
    font-size: 15pt;
    font-weight: 600;
    color: #3F4893;
    line-height: 100%;
}
#broadcast-list-form span,
#broadcast-view-form span {
    display: block;
}
#broadcast-list-form input,
#broadcast-view-form input {
    width: 40%;
    border: 1px solid #E2E2E4;
    background-color: #F5F5F5;
    height: 39px;
    line-height: 37px;
    padding: 0 15px;
}
#broadcast-list-form input:focus,
#broadcast-view-form input:focus {
    border-color: #E2E2E4 !important;
    background-color: #FFF;
    outline: none !important;
    box-shadow: none !important;
}
#broadcast-list-form button,
#broadcast-view-form button {
    border-width: 0;
    background-color: rgba(255, 255, 255, 0);
}
#broadcast-list-form i,
#broadcast-view-form i {
    position: relative;
    height: 39px;
    width: 39px;
    background-color: #2E3384;
    vertical-align: middle;
    margin-left: 5px;
    color: #FFF;
    font-size: 1.7em;
    cursor: pointer;
}
#broadcast-list-form i:before,
#broadcast-view-form i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#broadcast-list-top-banner-wr {
    position: relative;
    margin-top: 20px;
}

#boradcast-info-wr {
    background-color: #F5F5F5;
    padding: 20px 40px;
}
#boradcast-info-wr h2 {
    font-size: 15pt;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
}
#boradcast-info-wr .info dt {
    position: relative;
    font-size: 12pt;
    color: #B39C68;
    font-weight: 500;
    padding: 15px 10px 10px;
}
#boradcast-info-wr .info dt:before {
    content: '.';
    position: absolute;
    left: 0;
    top: 22px;
    line-height: 0;
}
#boradcast-info-wr .info dd {
    font-size: 11pt;
    color: #888888;
    padding: 0 10px 15px;
}

#broadcast-list-middle-banner {
    position: relative;
    margin-top: 15px;
}
#broadcast-list-middle-banner .grid-2 {
    border: 5px solid #F5F5F5;
    background-color: #F5F5F5;
    column-gap: 5px;
}
#broadcast-list-middle-banner .grid-2 img {
    width: 100%;
}

#broadcast-list-latest-wr {
    margin-top: 40px;
    border: 1px solid #E2E2E4;
}
#broadcast-list-latest-wr .grid-2 > * {
    overflow: hidden;
}
#broadcast-list-latest-wr .grid-2 > *:first-child {
    border-right: 1px solid #E2E2E4;
}
#broadcast-list-latest-wr .grid-2 .wrap {
    width: 600px;
    overflow: hidden;
    position: relative;
    padding: 20px 30px;
}
#broadcast-list-latest-wr h2 {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #E2E2E4;
    font-size: 1.2em;
    font-weight: 600;
}
#broadcast-list-latest-wr h2 .more {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 9pt;
    color: #9E9E9E;
}
#broadcast-list-latest-wr h2 .more:after {
    content: '+';
    position: relative;
    display: inline-block;
    padding-left: 3px;
}
#broadcast-list-latest-wr h2 small:before {
    content: '';
    position: relative;
    top: 1px;
    display: inline-block;
    height: 10px;
    width: 1px;
    background-color: #b0b0b0;
    margin: 0 9px 0 5px;
}
#broadcast-list-latest-wr h2 small {
    font-size: 9pt;
    color: #b0b0b0;
}
#broadcast-list-latest-wr .latest_image div.thumb-wrap {
    padding: 0;
}
#broadcast-list-latest-wr .latest_image .owl-nav .owl-prev:before,
#broadcast-list-latest-wr .latest_image .owl-nav .owl-next:before {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: unset;
    font-size: 12pt !important;
    font-weight: 600;
}
#broadcast-list-latest-wr .latest_image .owl-nav .owl-prev:hover:before,
#broadcast-list-latest-wr .latest_image .owl-nav .owl-next:hover:before {
    color: #2E3384;
}
#broadcast-list-latest-wr .latest_image .owl-nav .owl-prev {
    left: -39px !important;
}
#broadcast-list-latest-wr .latest_image .owl-nav .owl-next {
    right: -39px !important;
}
#broadcast-list-latest-wr .latest_image > div .info .subject {
    height: 27px;
    -webkit-line-clamp: 1;
    font-size: 11pt;
    margin-bottom: 0;
}
.latest_image .info .board-name:before,
.latest_image .info .board-name:after {
    content: '' !important;
    margin: 0 !important;
}