/* font-face */
/* 영어, 프랑스어, 독일어, 인도네시아어, 러시아어, 스페인어, 베트남어 */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: url(/font/NotoSans-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/font/NotoSans-Bold.woff) format('woff');
}

/* //영어, 프랑스어, 독일어, 인도네시아어, 러시아어, 스페인어, 베트남어 */

/* Korean */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(/font/NotoSansKR-Light.woff2) format('woff2'),
    url(/font/NotoSansKR-Light.woff) format('woff'),
    url(/font/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(/font/NotoSansKR-Bold.woff2) format('woff2'),
    url(/font/NotoSansKR-Bold.woff) format('woff'),
    url(/font/NotoSansKR-Bold.otf) format('opentype');
}

.container {padding: 0; margin: 0; width: 100%;}

select {
    appearance : none ;
    -webkit-appearance : none ;
}
select::-ms-expand {
    display : none ;
}
.select-arrow {
    pointer-events : none ;
    border-width : 8px 5px 0 5px ;
    border-style : solid ;
    border-color : #999 transparent transparent tramsparent ;
}

/* //Korean */
body {
    font-family: 'Noto Sans', 'Noto Sans KR', 'Lato', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    letter-spacing: -0.02em;
    word-break: keep-all;
    direction: ltr;
}


/* 리뉴얼 2020-02 */
header {
    position: relative;
    background: #fff;
    z-index: 10;
}
.onlyWeb {
    display: none !important;
}
input {-webkit-appearance: none;}

.loading {
    visibility: hidden !important;
}
.loading:before {
    content: '' !important;
    visibility: visible !important;
    border: 8px solid #fff !important; /* Light grey */
    border-top: 8px solid #0088CF !important; /* Blue */
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    animation: spin 2s linear infinite !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    -webkit-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.site-world24 .onlyworldtv {
    display: none !important;
}
.site-worldtv .onlyworld24 {
    display: none !important;
}


.blind {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    line-height: 0 !important;
    overflow: hidden;
}

.sec_top {
    width: 100%;
}

.sec_top .topmenu_area {
    position: relative;
    height: 120px;
}
.img_wrap, .img_hrap {
    overflow: hidden;
    position: relative;
}
.img_hrap img {
    width: auto;
    height: 100%;
}

@media (max-width:767px) {
    .img_hrap img {
        width: auto;
        height: 18px;
    }
}

.img_wrap img {
    width: 100%;
    height: auto;
}

.inner-box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.sec_top .topmenu_area .logo-box {
    position: absolute;
    top: 40px;
    left: 2px;
    margin: 0;
    font-size: 0;
}

.sec_top .topmenu_area .logo {
    display: inline-block;
    z-index: 1000;
}

.sec_top .topmenu_area .logo a {
    display: block;
    height: 50px;
}
.site-worldtv .sec_top .topmenu_area .logo a {
    height: 43px;
}

.sec_top .topmenu_area .logo-box .logo-radio-btn {
    display: inline-block;
    width: 100px;
    height: 43px;
    position: relative;
    left: -1px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/logo/logo_world_radio_off.jpg) no-repeat;
}

.sec_top .topmenu_area .logo-box .logo-radio-btn:hover {
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/logo/logo_world_radio.jpg) no-repeat;
}

.sec_top .topmenu_area .topmenu_etc {
    position: absolute;
    top: 9px;
    right: 0;
}

.sec_top .topmenu_area .topmenu_etc a {
    margin: 0 0 0 25px;
    font-size: 13px;
    line-height: 120%;
    color: #555;
    font-weight: 300;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.sec_top .topmenu_area .topmenu_etc a:hover {
    color: #000;
    text-decoration: underline;
}

.sec_top .topmenu_area .search_area {
    position: absolute;
    top: 55px;
    right: 0;
}

.sec_top .topmenu_area .search_area .default {
    display: block;
    width: 25px;
    height: 25px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/btn_search-pc.png) no-repeat center;
    background-size: 24px auto;
    cursor: pointer;
    text-indent: -99999px;
}

.sec_top .topmenu_area .search_area #search_open {
    display: none;
    position: fixed;
    top: 110px;
    right: 0;
    left: 0;
    background: #282d5c;
    animation: a_search .3s;
    z-index: 1010;
    transition: all .1s;
}

.sec_top .topmenu_area .search_area #search_open {
    display: none;
    position: fixed;
    top: 110px;
    right: 0;
    left: 0;
    background: #282d5c;
    animation: a_search .3s;
    z-index: 1010;
    transition: all .1s;
}

.sec_top .topmenu_area .search_area #search_open div {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 0 auto;
    padding: 50px 0;
}

.sec_top .topmenu_area .search_area #search_open .i_input {
    display: inline-block;
    position: relative;
    max-width: 860px;
    width: 72%;
}

.sec_top .topmenu_area .search_area #search_open .i_input a {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/btn_search_w.png) no-repeat center;
    background-size: 44px auto;
    border: 0;
    text-indent: -99999px;
    z-index: 1;
}

.sec_menu {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.sec_top .topmenu_area .search_area #search_open .i_input input {
    height: 56px;
    padding: 0px 8px 2px 20px;
    background: #282d5c;
    border: 1px solid #696391;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.sec_top .topmenu_area .search_area #search_open .search_area_close {
    display: block;
    width: 40px;
    height: 40px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/icon_close_w.png) no-repeat center;
    background-size: 20px auto;
    text-indent: -99999px;
}

.sec_top .topmenu_area .search_area #search_open.sticky {
    display: none !important;
}

.sec_menu .menu_area {
    position: relative;
    height: auto;
    margin: 0 auto;
}

.sec_menu .menu_area .menu_btn {
    display: none;
}

.sec_menu .menu_area .gnb_menu {
    clear: both;
    width: 100%;
}

.sec_menu .menu_area .gnb_menu .menu_1depth {
    text-align: center;
    height: 48px;
    display: inline-block;
    margin-left: 1px;
}

.sec_menu .menu_area .gnb_menu .menu_1depth li {
    display: inline-block;
    height: 100%;
    position: relative;
}

.sec_menu .menu_area .gnb_menu .menu_1depth > li:last-child {margin-right: 0;}

.sec_menu .menu_area .gnb_menu .menu_1depth > li > a {
    display: block;
    margin-right: 50px;
    min-width: 90px;
    text-align: left;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.04em;
    color: #333;
    text-decoration: none;
    height: 100%;
}

.sec_menu .menu_area .gnb_menu .menu_1depth > li:last-child > a {
    margin-right: 0;
}

.sec_menu .menu_area .gnb_menu .menu_right {
    position: absolute;
    right: 0;
}

.sec_menu .menu_area .gnb_menu .menu_1depth > li .img_hrap {
    height: 35px;
}

.sec_menu .menu_area .gnb_menu .menu_right > li > .changfe-logo i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 6px 0 0;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/icon_changfe.png) no-repeat;
    background-size: 18px auto;
    vertical-align: middle;
}

.sec_menu .menu_area .gnb_menu .menu_1depth > li > .world24-logo{
    width: 197px;
}
.sec_menu .menu_area .gnb_menu .menu_1depth > li > .world24-logo .img_hrap {
    position: absolute;
    left: 0;
    /*top: calc(50% - 3.5px);*/
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.sec_menu .menu_area .gnb_menu .menu_1depth > li > .worldtv-logo{
    width: 158px;
}
.sec_menu .menu_area .gnb_menu .menu_1depth > li > .worldtv-logo .img_hrap {
    height: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 46px;
    left: -20px;
    z-index: 10000;
}

.sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth .menu_2depth_list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    min-width: 200px;
    padding: 20px 20px;
    background: #fff;
    border: 1px solid #999;
}
.sec_menu .menu_area .gnb_menu .menu_1depth > li:hover > a {color: #0088CF;}
.sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth li a:hover {color: #0088CF;}
.sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth li a {
    display: block;
    padding: 5px 0;
    background: none;
    font-size: 15px;
    line-height: 120%;
    text-decoration: none;
    color: #000;
    text-align: left;
}
/* 스와이프 슬라이드 */
.swiper-topvisual {
    width: 100%;
    height: 465px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container .swiper-wrapper {
    height: auto;
}

.swiper-container .swiper-slide {
    height: auto;
    /*background: #fff;*/
    font-size: 0px;
    overflow: hidden;
    /* Center slide text vertically */
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.popup {
    display: none;
}
.popup.on {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.popup .popup-selectbox {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 0 25px;
    background: #fff;
    z-index: 11;
}
.popup-selectbox .popup-header {
    position: relative;
    left: 0;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    z-index: 2;
}
.popup-selectbox .popup-title {
    font-size: 11px;
    letter-spacing: -0.03em;
    line-height: 120%;
    font-weight: 700;
    color: #888;
}
.popup .popup-selectbox .swiper-container {
    width: 100%; height: 100%;
}
.popup-selectbox .popup-selection {
    font-size: 15px; line-height: 120%; color:#000; font-weight: 300; letter-spacing: -0.03em;text-align: center; padding: 10px 0;
}
.popup-selectbox .popup-selection.on {
    color: #0088cf; font-weight: 700;
}
.popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: -8px 0 0;
    vertical-align: top;
    font-size: 0;
    z-index: 5;
}
.popup-close .ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/ico-group50.png) no-repeat -30px -530px;
    background-size: 50px;
    line-height: 16px;
}
.popup-blind {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .75;
    z-index: 10;
}

.swiper-topvisual .swiper-wrapper {
    height: auto;
}

.swiper-topvisual .swiper-slide {
    height: 90%;
    background: #31315d url(https://kbsworldimage.kbs.co.kr/images/layout/background/bg-main.png) 50% 50% no-repeat;
}

.swiper-topvisual .swiper-slide img {
    width: initial;
    position: absolute;
    margin: auto;
    top: 0;
    right: -100%;
    left: -100%;
    height: 100%;
}

.swiper-topvisual .swiper-button-prev, .swiper-container .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 62px;
    margin: -52px 0 0;
    cursor: pointer;
    font-size: 0;
    z-index: 10;
    opacity: .6;
}

.swiper-topvisual .swiper-button-prev:hover, .swiper-topvisual .swiper-button-next:hover {
    opacity: 1;
}

.swiper-topvisual .swiper-button-prev {
    left: auto;
    right: 50%;
    margin-right: 632px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/sp-kbs.png) no-repeat -400px -275px;
}

.swiper-topvisual .swiper-button-next {
    left: 50%;
    right: auto;
    margin-left: 632px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/sp-kbs.png) no-repeat -450px -275px;
}

.swiper-topvisual:before {
    display: block;
    position: absolute;
    margin: 0 600px 0 0;
    left: 0;
    right: 50%;
    bottom: 0;
    height: 40px;
    content: '';
    background: #fff;
    z-index: 2;
}

.swiper-topvisual:after {
    display: block;
    position: absolute;
    margin: 0 0 0 600px;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 40px;
    content: '';
    background: #fff;
    z-index: 2;
}

.swiper-container div.swiper-pagination {
    position: absolute;
    bottom: 60px;
    z-index: 2;
    width: auto;
}

.swiper-topvisual div.swiper-pagination {
    left: auto;
    right: 50%;
    margin: 0 -560px 0 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1px;
}

.swiper-container .swiper-pagination-bullet {
    position: relative;
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin: 0 0 0 6px;
    background: transparent;
    opacity: 1;
    text-indent: -9999px;
    color: transparent;
}

.swiper-container .swiper-pagination-bullet-active {
    width: 37px;
}

.swiper-container .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -5px 0 0 -5px;
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container .swiper-pagination-bullet-active:after {
    content: '';
    width: 26px;
    margin: -5px 0 0 -15px;
    border: 2px solid #fff;
    background-color: #fff;
    -webkit-box-sizing: unset;
    box-sizing: unset;
}

.swiper-container .autoplay {
    position: absolute;
    bottom: 60px;
    width: 20px;
    height: 20px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/sp-kbs.png) no-repeat -178px -253px;
    z-index: 10;
    text-indent: -1000em;
    overflow: hidden;
}

.swiper-topvisual .autoplay {
    left: 50%;
    margin-left: 570px;
}

.swiper-container .autoplay.play {
    background-position: -178px -303px;
}

.moreBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    opacity: 0.5;
    font-weight: 300;
    letter-spacing: -0.03em;
}

.main-tab-1 .main-tab-title {
    display: inline-block;
    font-size: 32px;
    line-height: 120%;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 40px 0 15px;
}
.main-tab-1 .moreBtn {background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/btn_more.png) no-repeat right;
    background-size: 11px auto;
    padding-right: 16px;
    bottom: initial;}
.main-tab-1 .swiper-wrapper {
    height: 300px;
}

.main-tab-1 ul li {
    width: calc((70% - 60px) / 3);
    height: 270px;
    display: inline-block;
    padding-top: 31px;
    margin-left: 20px;
    position: relative;
    box-sizing: border-box;
}

.main-tab-1 ul li:first-child {
    width: 30%;
    margin-left: 0;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.main-tab-1 ul li h4 {
    position: absolute;
    top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.main-tab-1 ul li h5 {
    position: absolute;
    top: 2px;
    right: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.main-tab-1 ul li h5 a {color: #000}

.main-tab-1 ul li .text {
    display: block;
    margin-top: 10px;
    min-height: 80px;
    font-size: 18px;
    line-height: 120%;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.main-tab-1 ul li:first-child .now {
    height: auto;
    position: relative;
}

.main-tab-1 ul li .items-sub {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.main-tab-1 ul li .time {
    display: block;
    font-size: 14px;
    line-height: 120%;
    color: #3c3c3c;
    font-weight: 300;
    letter-spacing: -0.03em;
}

.main-tab-1 ul li .inn {
    font-size: 14px;
    line-height: 120%;
    color: #3c3c3c;
    font-weight: 300;
    letter-spacing: -0.03em;
}

.main-tab-1 ul li .cate {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-tab-4 .cate {
    display: inline-block;
}

.main-tab-1 ul li .cate span {
    font-size: 12px;
    display: inline-block;
    width: 26px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    margin-right: 3px;
}
.main-tab-1 ul li .cate span:last-child{
    margin-right: 0;
}

.main-tab-4 .cate span {
    font-size: 13px; font-weight: 300; width: 30px;height: 20px; margin-right: 3px; display: inline-block; line-height: 20px; text-align: center; box-sizing: border-box;
}
.main-tab-4 .cate span:first-child{
    margin-left: 20px;
}
.cate span {
    color: #0274bd;
    border: 1px solid #0274bd;
}

.cate span.en {
    color: #0274bd;
    border: 1px solid #0274bd;
}

.cate span.bm {
    color: #56b02a;
    border: 1px solid #56b02a;
}

.cate span.cn {
    color: #de0000;
    border: 1px solid #de0000;
}

.cate span.id {
    color: #0274bd;
    border: 1px solid #0274bd;
}

.cate span.vn {
    color: #b461c9;
    border: 1px solid #b461c9;
}

.cate span.th {
    color: #0274bd;
    border: 1px solid #0274bd;
}

.main-tab-1 a:hover {
    text-decoration: none;
}

.banner-tab {
    margin: 70px 0 40px;
}

.banner-tab .twice-left-tab {
    margin-right: 12.5px;
    width: calc(50% - 12.5px);
}
.banner-tab .twice-right-tab {
    margin-left: 12.5px;
    width: calc(50% - 12.5px);
}
.banner-tab-1 {margin: 40px 0;}
.banner-tab-1 .img_wrap img {height: 210px;}
.banner-tab-1 .text_wrap {position: absolute;
    left: 70px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);}
.banner-tab-1 .text_wrap div {font-weight: 700; font-size: 32px; line-height: 140%; color: #fff}
.banner-tab-1 .text_wrap div:first-child {font-size: 27px; font-weight: 300; margin-bottom: 20px; line-height: 27px;}

.swiper-banner .swiper-slide a { display: inline-block; width: 100%}
.swiper-banner .swiper-slide a img {width: 100%; height: auto;}

.swiper-banner div.swiper-pagination {
    left: 45px;
}

.swiper-banner .autoplay {
    left: 25px;
}

.twice-tab {font-size: 0;}

.twice-left-tab {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.twice-right-tab {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.main-tab-2 {
    margin: 30px 0 40px;
}

.main-tab-2 .main-tab-title {
    display: block;
    font-size: 32px;
    line-height: 120%;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
}

.main-tab-2 > .inner-box > .twice-left-tab {
    padding-right:12.5px;
    width: calc(50% - 12.5px);
    position: relative;
}

.main-tab-2 > .inner-box > .twice-left-tab > a { display: block; position: relative}
.main-tab-2 > .inner-box > .twice-left-tab > a:after {
    content: "";
    box-shadow: 0 0 200px 100px rgba(0,0,0,.9);
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.main-tab-2 > .inner-box > .twice-left-tab .text_wrap {
    z-index: 1;
    position: absolute;
    bottom: 0;
    padding: 0 64px 18px 18px;
    box-sizing: border-box;
}

.main-tab-2 > .inner-box > .twice-left-tab .text_wrap h5 {font-size: 12px; line-height: 100%; letter-spacing: -0.02em; font-weight: 300; margin-bottom: 7px; color: #0088cf;}
.main-tab-2 > .inner-box > .twice-left-tab .text_wrap .text {font-size: 23px; line-height: 110%; color: #fff; font-weight: 700; letter-spacing: -0.03em;}

.main-tab-2 ul.twice-right-tab {
    padding-left: 25px;
    margin-left: 12.5px;
    border-left: 1px solid #ccc;
}

.main-tab-2 ul.twice-right-tab li .twice-left-tab {
    padding-right: 15px;
}
.main-tab-2 ul.twice-right-tab li .twice-right-tab {
    padding-left: 10px;
}

.main-tab-2 ul li {
    margin-top: 12px
}

.main-tab-2 ul li:first-child {
    margin-top: 0;
}

.main-tab-2 ul li h5 {
    font-size: 12px;
    line-height: 120%;
    color: #0088cf;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 7px;
}

.main-tab-2 ul li .text {
    font-size: 16px;
    line-height: 120%;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.main-tab-3 {
    margin: 30px 0 40px;
    overflow: hidden;
    width: 100%;
    padding: 0;
    background: #34373c;
}

.main-tab-3 .inner-box {
    margin: 0px auto 60px;
    padding-top: 70px;
    font-size: 0;
    position: relative;
}

.main-tab-3 .main-tab-title {
    font-size: 26px;
    line-height: 120%;
    color: #0088cf;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
}

.main-tab-3 .slick-main-tab-3 {
    display: inline-block;
    width: 74.75%;
    margin-left: 1%;
    font-size: 0;
}

.main-tab-3 .inner-box > div:first-child {
    display: inline-block;
    width: 24.25%;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.03em;
}

.main-tab-3 .inner-box > div:first-child div {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.02em;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/btn_more_white.png) no-repeat right;
    background-size: 11px auto;
    padding-right: 16px;
}

.main-tab-3 .slick-main-tab-3 .slick-list {
    margin: 0 -0.3%;
}

.main-tab-3 .slick-main-tab-3 .slick-slide {
    margin: 0 0.3%;
}

.main-tab-3 .slick-main-tab-3 .text-box {
    margin-top: 15px;
}

.main-tab-3 .slick-main-tab-3 .text-box .time {
    font-size: 12px;
    line-height: 120%;
    color: #9f9699;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
}

.main-tab-3 .slick-main-tab-3 .text-box .text {
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.main-tab-3 .slick-main-tab-3-arrow {
    z-index: 1;
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 0;
}

.main-tab-3 .slick-main-tab-3-arrow .slick-main-tab-3-next, .main-tab-3 .slick-main-tab-3-arrow .slick-main-tab-3-prev {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/sp-kbs.png) no-repeat -150px -250px;
    cursor: pointer;
    opacity: 1;
}

.main-tab-3 .slick-main-tab-3-arrow .slick-main-tab-3-next {
    background-position: -175px -250px;
    opacity: 1;
}

.main-tab-3 .slick-main-tab-3-arrow .swiper-button-disabled {
    opacity: .5;
}

.main-tab-3 .slick-main-tab-3 .img_wrap {
    position: relative;
}

.main-tab-3 .slick-main-tab-3 .vod-icon {
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/icon_vod.png) no-repeat;
    background-size: 32px auto;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 13px;
    bottom: 13px;
}

.main-tab-3 a {color: #9f9699}

.toggle-menu {
    display: none;
    position: relative;
}

.main-tab-1, .main-tab-2, .main-tab-3, .banner-tab {
    display: inline-block;
    width: 100%;
}

.main-tab-1 .swiper-container ul.swiper-wrapper, .main-tab-3 .swiper-container .swiper-wrapper {
    height: auto;
}

.main-tab-1 .swiper-container ul.swiper-wrapper li, .main-tab-3 .slick-main-tab-3 .slick-slide {
    height: auto;
}

.libr {
    width: 100%;
    height: 0;
}

/* program */
.calender-box {
    padding-top: 35px;
}

.calender-box h3 {
    font-size: 32px;
    line-height: 120%;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.calender-box .week {
    margin-top: 15px;
    font-size: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    white-space: nowrap;
}

.calender-box .week li {
    display: inline-block;
    width: calc(100% / 7);
    text-align: center;
    font-size: 18px;
    line-height: 54px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.03em;
    height: 54px;
    cursor: pointer;
}

.calender-box .week li.on {
    color: #0088cf;
}

.calender-box .calender-program {
    margin-top: 15px;
    position: relative;
}

.calender-box .calender-program .slick-list {
    margin: 0 -7px;
}

.calender-box .calender-program ul {white-space: nowrap;overflow: hidden;}
.calender-box .calender-program li {display: inline-block; max-width: calc(100% - 42px);margin: 0 7px;}
.calender-box .calender-program li a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.calender-box .calender-program li a:after {
    content: "";
    box-shadow: 0 25px 70px 100px rgba(0, 0, 0, .6);
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.calender-box .calender-program .text_wrap {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 15px 10px;
    box-sizing: border-box;
}

.calender-box .calender-program .text_wrap .title {
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.calender-box .calender-program .text_wrap .text {
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.03em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
}

.calender-program .slick-calender-program-arrow .slick-arrow {
    position: absolute;
    top: 58%;
    width: 34px;
    height: 63px;
    margin: -52px 0 0;
    cursor: pointer;
    font-size: 0;
    z-index: 10;
}

.calender-program .slick-calender-program-arrow .slick-calender-program-prev {
    left: -60px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/arrow-slide1.png) no-repeat 0px 0px;
}

.calender-program .slick-calender-program-arrow .slick-calender-program-next {
    right: -60px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/arrow-slide1.png) no-repeat -35px 0px;
}

.calender-program .slick-calender-program-arrow .slick-calender-program-prev:hover, .calender-program .slick-calender-program-arrow .slick-calender-program-next:hover {
    background-position-y: -63px;
}

.program-list-box {
    margin-top: 40px;
}
.program-list-box .title-box {position: relative;}
.program-list-box h3 {
    font-size: 32px;
    line-height: 120%;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.program-list-box .title-box .genre-box { font-size: 0px; position: absolute; right: 0; bottom: 0;}
.program-list-box .title-box .genre-box li {
    position: relative;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px; line-height: 120%; color: #54585f; font-weight: 300; letter-spacing: -0.03em;
    cursor: pointer;
}
.program-list-box .title-box .genre-box li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-right: 1px solid #54585f;
    height: 11px;
}
.program-list-box .title-box .genre-box li:last-child:after{
    border: none;
}
.program-list-box .title-box .genre-box li.on {
    color: #000; font-weight: 700;
}

.program-list-box ul.program-list{
    font-size: 0px;
    margin:15px -12px 50px;
}

.program-list-box ul.program-list li {
    display: inline-block;
    width: 25%;
    padding: 0 12px 35px;
    box-sizing: border-box;
}
.program-list-box ul.program-list li .text_wrap .title {
    margin-top: 15px;
    font-size: 17px; line-height: 120%; color: #000;
    font-weight: 700; letter-spacing: -0.03em;
}
.program-list-box ul.program-list li .text_wrap .text {
    margin-top: 10px;
    font-size: 13px; line-height: 120%; color: #54585f;
    font-weight: 300; letter-spacing: -0.03em;
}

.program-list-box .title-box .genre-box li .ico {
    display: inline-block;
    margin: 3px 0 0 5px;
    width: 15px;
    height: 15px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/ico-arrow30.png) no-repeat 0 0;
    background-size: 30px;
}

.program-list-box .title-box .genre-box li .ico.on {
    background-position-x: -15px;
}
.event-list-box {padding-top: 20px;}
.event-list-box h3 {font-size: 32px; line-height: 120%; color:#000; font-weight: 700; letter-spacing: -0.03em; margin: 15px 0;}
.event-list-box .program-list li:first-child {border-top: 1px solid #e5e5e5;}
.event-list-box .program-list li {padding: 25px 0; border-bottom: 1px solid #e5e5e5; font-size: 0;}
.event-list-box .program-list li .text_wrap {width: 80%; display: inline-block;}
.event-list-box .program-list li .category {font-size: 13px; line-height: 120%; color:#0088cf;font-weight: 300; letter-spacing: -0.02em; margin: 2px 0 5px;}
.event-list-box .program-list li .title {font-size: 24px; line-height: 110%; color:#000;font-weight: 700; letter-spacing: -0.03em}
.event-list-box .program-list li .title a {color:#000;}
.event-list-box .program-list li .date {font-size: 13px; line-height: 120%; color:#9f9699;font-weight: 300; letter-spacing: -0.02em; margin: 10px 0 30px;}
.event-list-box .program-list li .img_wrap {width: 20%; display: inline-block;}

.page-box {text-align: center; padding: 25px 0; margin-bottom: 70px;}
.page-box .page-prev-btn .ico, .page-box .page-next-btn .ico {
    display: inline-block;
    width: 16px;
    height: 12px;
    opacity: 0.2;
}
.page-box .page-prev-btn .ico {background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/icon_prev.png) no-repeat center;background-size: 100% auto;}
.page-box .page-next-btn .ico {background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/icon_next.png) no-repeat center;background-size: 100% auto;}
.page-box .page-prev-btn .ico:hover, .page-box .page-next-btn .ico:hover {opacity: 1;}
.page-box .page-prev-btn.disabled .ico:hover, .page-box .page-next-btn.disabled .ico:hover {opacity: 0.2; cursor: default;}
.page-box ul li { display: inline-block; padding: 0 12px;}
.page-box ul li a {line-height: 120%; color:#000; font-size: 16px;}
.page-box ul li a.on {font-weight: 700; color: #0088cf;}

.event-view-box { padding: 20px 0 30px;}
.event-view-box .view-header {padding: 25px 0;}
.event-view-box .view-header .category {font-size: 18px; line-height: 120%;color: #0088CF; font-weight: 700; letter-spacing: -0.03em;}
.event-view-box .view-header .title {margin: 15px 0 20px; font-size: 36px; line-height: 110%;color: #000; font-weight: 700; letter-spacing: -0.03em;}
.event-view-box .view-header .date {font-size: 14px; line-height: 120%;color: #9f9699; font-weight: 300; letter-spacing: -0.02em;}
.event-view-box .contents {padding: 70px 0 55px; border-top: 1px solid #e5e5e5;}
.event-view-box .view-footer {padding: 20px 0 35px; border-top: 1px solid #e5e5e5; text-align: right; font-size: 0;}
.event-view-box .view-footer .list-btn { display: inline-block; background-color: #54585e;padding: 12px 30px 13px; min-width: 120px; font-size: 16px;line-height: 100%;color: #fff; font-weight: 700; letter-spacing: -0.04em; text-align: center; box-sizing: border-box;}
.event-view-box .view-footer .list-btn:hover {background-color: #0088cf;}

.main-tab-4 .main-tab-title-box {position: relative; margin: 40px 0 0;}
.main-tab-4 .main-tab-title { font-size: 32px; line-height: 120%; color:#000; font-weight: 700; letter-spacing: -0.03em;}
.main-tab-4 .main-tab-title-box .moreBtn { background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/btn_more.png) no-repeat right;background-size: 11px auto; padding-right: 16px; line-height: 100%; letter-spacing: -0.02em;}

.world24-main-schedule-table {width:100%;text-align: center;margin-top: 15px;}
.world24-main-schedule-table thead tr {height: auto; line-height: normal; border-bottom:2px solid #444;}
.world24-main-schedule-table thead th {height: 40px; font-size: 17px;font-weight: 700;color: #000;}
.world24-main-schedule-table tbody tr {  border-bottom: 1px solid #b6b7b9;}
.world24-main-schedule-table tbody tr.world24-onair {background:rgba(0,136,207,0.3);}
.world24-main-schedule-table tbody tr td {height: 60px;line-height: 60px; font-size: 17px; color: #000; font-weight: 300; letter-spacing: -0.03em}
.world24-main-schedule-table tbody tr td:nth-child(2){text-align: left; font-weight: 700;}
.world24-main-schedule-table .schedule-table-title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.world24-main-schedule-table .onairBtn {height: 20px;padding: 0 8px; font-size: 13px; color: #fff; font-weight: 300; background-color: #0074be; position: relative;top: -2px; margin-left: 5px;}

.world24-info-box {margin-top:25px; margin-bottom: 40px;}
.world24-info-box .world24-info-nb {margin-bottom: 25px;}
.world24-info-box .world24-info-nb li { border: 1px solid #b6b7b9; border-bottom:2px solid #444;display:inline-block;font-size: 18px; line-height: 58px; color: #54585e; font-weight: 700; letter-spacing: -0.03em; max-width: 297px;height: 58px;width: calc(100% / 4); text-align: center; box-sizing: border-box; cursor: pointer;}
/*.world24-info-box .world24-info-nb li:last-child {border-top:0; border-right: 0px; border-left: 0px; cursor: default;}*/
.world24-info-box .world24-info-nb li.border-right {border-left: 0;}
.world24-info-box .world24-info-nb li.border-left {border-right: 0;}
.world24-info-box .world24-info-nb li.on {color:#000; border: 2px solid #444; border-bottom: none;}
.world24-info-box .info-contents { font-size: 15px; line-height: 28px; color: #000; font-weight: 300; letter-spacing: -0.03em; /*white-space: pre-line;*/ display: none; word-break: keep-all; overflow: hidden; text-align: justify;}
.world24-info-box .info-contents ul li{padding: 0px 0 10px 0;}
.world24-info-box .info-contents.on {display: block;}
.world24-info-box .info-contents .info-contents-title { font-size: 22px; font-weight: 700;}
.world24-info-box .info-contents-more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    cursor: pointer;
    line-height: 100%;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: rgba(0,0,0,0.5);
}
.world24-info-box .twice-right-tab.info-contents-vod {padding-left: 30px;box-sizing: border-box;}

.program-view-box {padding: 20px 0 30px;}
.program-view-box .view-header {margin-bottom: 35px;}
.program-view-box .view-header .text_wrap {padding-bottom:25px; border-bottom: 1px solid #e5e5e5;}
.program-view-box .view-header .top-img {    height: 300px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;}
.program-view-box .view-header .top-img img {height: 100%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    position: absolute;
    left: 50%;}
.program-view-box .view-header .title {padding-top: 25px; font-size: 40px; line-height: 110%; color: #000; font-weight: 700; letter-spacing: -0.04em}
.program-view-box .view-header .date {margin-left: 1px; margin-top: 8px; font-size: 14px; line-height: 120%; color: #000; font-weight: 300; letter-spacing: -0.02em;}
.program-view-box h5 { font-size: 28px; line-height: 120%; color: #000; font-weight: 700; letter-spacing: -0.03em }
.program-view-box .program-info h5 {padding: 10px 0 15px; border-bottom: 4px solid #343464;}
.program-view-box .info-contents {margin: 20px 0 40px;}
.program-view-box .info-contents .title {font-size: 14px; line-height: 120%; color: #949699; font-weight: 300; letter-spacing: -0.02em;}
.program-view-box .info-contents .twice-left-tab .title {margin-bottom: 5px;}
.program-view-box .info-contents .text {font-size: 15px; line-height: 140%; color: #000; font-weight: 300; letter-spacing: -0.02em}
.program-view-box .info-contents .twice-right-tab {margin-left: 30px; width: calc(50% - 30px);}
.program-view-box .info-contents .twice-right-tab .tab {margin-bottom: 5px;}
.program-view-box .info-contents .twice-right-tab > div:last-child {margin-bottom: 0;}
.program-view-box .program-charactors {padding: 10px 0 40px;}
.program-view-box .program-charactors h5 {padding-bottom: 15px; border-bottom: 1px solid #e5e5e5;}
.program-view-box .program-charactors .charactors-list li {padding: 25px 0; border-bottom: 1px solid #e5e5e5;}
.program-view-box .program-charactors .charactors-list li .twice-left-tab {width: 240px;}
.program-view-box .program-charactors .charactors-list li .twice-left-tab .img_wrap img {height: 240px;}
.program-view-box .program-charactors .charactors-list li .twice-right-tab {width: calc(100% - 240px); padding-left: 50px; padding-right: 20px;}
.program-view-box .program-charactors .charactors-list li .twice-right-tab .name { font-size: 20px; line-height: 120%; color: #000; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 20px; }
.program-view-box .program-charactors .charactors-list li .twice-right-tab .text { font-size: 15px; line-height: 140%; color: #000; font-weight: 300; letter-spacing: -0.02em;}
.program-view-box .program-vod {padding: 10px 0 40px;}
.program-view-box .program-vod h5 {padding-bottom: 15px; border-bottom: 1px solid #e5e5e5; }
.program-view-box .program-vod .vod-list { margin-top: 25px; font-size: 0;}
.program-view-box .program-vod .vod-list li {display: inline-block; box-sizing: border-box; width: calc((100% - 69px) / 4); margin-right: 23px;}
.program-view-box .program-vod .vod-list li:last-child {margin-right: 0;}
.program-view-box .program-vod .vod-list li .title {margin-top: 10px; font-size: 17px; line-height: 120%; height: 40.8px; color: #000; font-weight: 700; letter-spacing: -0.03em;
    display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical;word-wrap:break-word; }
.program-view-box .program-vod .vod-list li .time {margin-top: 10px; font-size: 13px; line-height: 120%; color: #9f9699; font-weight: 300; letter-spacing: -0.02em}
.program-view-box .etc-contents {margin-top: 60px; padding: 30px 0; border-top: 1px solid #e5e5e5;}
.program-view-box .etc-contents .vod-list {font-size: 0;}
.program-view-box .etc-contents .vod-list li {width: calc((100% - 20px) / 3); display: inline-block; box-sizing: border-box; margin-right: 10px;}
.program-view-box .etc-contents .vod-list li:nth-child(3n) {margin-right: 0;}
.program-view-box .etc-contents .vod-list li iframe {width: 100% !important;}

.search-list-box { padding: 20px 0;}
.search-list-box .title-box {margin: 15px 0;}
.search-list-box .title-box h3 { font-size: 32px; line-height: 120%; color: #000; font-weight: 700; letter-spacing: -0.03em}
.search-list-box .search-bar {height: 80px; background-color: #f6f6f6; border: 1px solid #e5e5e5; padding: 20px 0; box-sizing: border-box;text-align: center; margin-bottom: 35px;}
.search-list-box .search-bar form {font-size: 0;}
.search-list-box .search-bar input[type=text] {width: 380px; height: 40px; padding: 0 10px; font-size: 14px; color: #000; font-weight: 300; box-sizing: border-box; border: 1px solid #cdcdcd;}
.search-list-box .search-bar button { border: none; background: #0088cf; padding: 0 12px; color: #fff; font-size: 13px; font-weight: 300; box-sizing: border-box; height: 40px;}
.search-list-box .search-list-box {padding: 15px 0;}
.search-list-box .search-list-header {border-bottom: 1px solid #e5e5e5; padding-bottom: 15px;}
.search-list-box .search-list-header .count {font-size: 22px; line-height: 120%; color: #0088cf; font-weight: 700; letter-spacing: -0.03em;}
.search-list-box .search-list li {padding: 25px 0; border-bottom: 1px solid #e5e5e5;}
.search-list-box .search-list li .twice-left-tab {width: 70%; padding-right: 30px; max-width: calc(100% - 314px)}
.search-list-box .search-list li .genre {font-size: 13px; line-height: 120%; color: #0088cf; font-weight: 300; letter-spacing: -0.02em;}
.search-list-box .search-list li .title {font-size: 24px; line-height: 110%; color: #000; font-weight: 700; letter-spacing: -0.03em; margin: 10px 0 15px;}
.search-list-box .search-list li .text {font-size: 14px; line-height: 120%; color: #9f9699; font-weight: 300; letter-spacing: -0.02em;}
.search-list-box .search-list li .twice-right-tab {width: 30%; max-width: 314px;}

.policy-box {padding: 40px 0;}
.policy-box .title { font-size: 32px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.04em; padding-bottom: 30px; border-bottom: 4px solid #343464;}
.policy-box .text {font-size: 16px; line-height: 180%; color: #000; font-weight: 300; letter-spacing: -0.02em; white-space: pre-line; padding-bottom: 30px;}
.policy-box .top-text { padding: 30px 0 50px;}
.policy-box .num {font-size: 15px; line-height: 130%; color: #0088cf; font-weight: 700; letter-spacing: -0.03em; padding-bottom: 10px;}
.policy-box .sub-title {font-size: 20px; line-height: 120%; color: #000; font-weight: 700; letter-spacing: -0.03em; padding-bottom: 15px;}

.channelprofile-box {padding: 40px 0;}
.channelprofile-box .title { font-size: 32px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.04em;}
.channelprofile-box .text {font-size: 16px; line-height: 180%; color: #000; font-weight: 300; letter-spacing: -0.02em; white-space: pre-line; padding-bottom: 30px;}
.channelprofile-box .top-text { padding: 30px 0 50px;}
.channelprofile-box .num {font-size: 20px; line-height: 130%; color: #0088cf; font-weight: 700; letter-spacing: -0.03em; padding-bottom: 13px;}
.channelprofile-box .sub-title {font-size: 28px; line-height: 130%; color: #000; font-weight: 700; letter-spacing: -0.03em;}
.channelprofile-box .contents > .twice-tab {margin-bottom: 60px;}
.channelprofile-box .contents > .twice-tab > .twice-left-tab {width: 30%}
.channelprofile-box .contents > .twice-tab > .twice-right-tab {width: 70%}
.channelprofile-box .contents > .twice-tab > .twice-right-tab table tr {border-bottom: 1px solid #e5e5e5;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab table tr:first-child {border-top: 2px solid #343464;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab table th, .channelprofile-box .contents > .twice-tab > .twice-right-tab table td {font-size: 15px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.02em; padding: 20px; vertical-align: middle;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab table th {width: 30%; text-align: left; border-right: 1px solid #e5e5e5;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab table td {font-weight: 300; width: 70%;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab dl dt {font-size: 20px; line-height: 120%; color: #000; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 15px;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab dl dd {font-size: 16px; line-height: 180%; color: #000; font-weight: 300; letter-spacing: -0.02em; margin-bottom: 30px;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab dl dd:last-child {margin-bottom: 0;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list {padding-top: 30px; border-top: 2px solid #343464}
.channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list .year {font-size: 24px; line-height: 120%; color: #0088cf; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 25px;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list .day {font-size: 16px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.03em;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list .text {line-height: 140%; padding-bottom: 0;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list .twice-tab {margin-bottom: 25px;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list .twice-left-tab {width: 25%;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list .twice-right-tab {width: 75%;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab .identity-Dl .img_wrap {margin-bottom: 20px;}
.channelprofile-box .contents > .twice-tab > .twice-right-tab .eps-down a {display:inline-block; text-align:center;width: 180px; height: 40px; font-size: 15px; line-height: 40px; color: #fff; font-weight: 300; letter-spacing: -0.02em; background-color: #343465}
.channelprofile-box .contents > .twice-tab > .twice-right-tab .eps-down a:first-child {margin-right: 10px; margin-top:30px;}

.schedule-box .schedule_search {margin-top: 35px;}
.schedule-box .schedule_search .twice-left-tab {padding-right: 23px; border-right: 1px solid #e5e5e5;}
.schedule-box .schedule_search .twice-right-tab {padding-left: 23px;}
.schedule-box .schedule_search h3 {font-size: 32px; font-weight: 700;letter-spacing: -0.03em; line-height: 120%;color: #000;}
.schedule-box .schedule_search .section { margin-top: 15px;}
.schedule-box .schedule_search .select {height: 40px; display: inline-block; border:1px solid #e5e5e5; box-sizing: border-box;}
.schedule-box .schedule_search .select > a { padding: 0 30px 0 10px;display: block;background: #fff url(https://kbsworldimage.kbs.co.kr/images/layout/icon/bg_select.png) no-repeat 100% 50%;background-size: 30px auto;color: #000; font-size: 15px; font-weight: 300; line-height: 38px;}
.schedule-box .schedule_search .select_lang {width: 30%; margin-bottom: 10px; margin-right: 10px;}
.schedule-box .schedule_search .select_time_add {width: calc(70% - 10px);margin-bottom: 10px}

.world24profile-box {padding:40px 0;}
.world24profile-box .title {font-size: 32px; line-height: 140%; color: #000;font-weight: 700; letter-spacing: -0.04em; margin-bottom: 30px;}
.world24profile-box .top-title {margin-top: 25px;}
.world24profile-box .sub-title {font-size: 28px; line-height: 130%; color: #000; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 25px;}
.world24profile-box .text { white-space: pre-line; font-size: 16px; line-height: 160%; color: #000; font-weight: 300; letter-spacing: -0.02em; margin-bottom: 60px; text-align: justify;}
.world24profile-box .num { font-size: 20px; line-height: 130%; color: #0088cf; font-weight: 700; letter-spacing: -0.03em;}
.world24profile-box .twice-tab .twice-left-tab {padding-right: 10px;}
.world24profile-box .twice-tab .twice-right-tab {padding-left: 10px;}
.world24profile-box .twice-tab iframe {width:100%;}

.satelite-box {padding: 40px 0 200px;}
.satelite-box .title {font-size: 32px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.04em; margin-bottom: 30px;}
.satelite-box .text {font-size: 16px; line-height: 180%; color: #000; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 50px;}
.satelite-box .sub-title {font-size: 18px; line-height: 120%; color: #000; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 10px;}
.satelite-box table {width: 100%;}
.satelite-box table th, .satelite-box table td {text-align: center;padding: 20px 8px; font-size: 15px; line-height: 140%; color: #000; font-weight: 300; letter-spacing: -0.02em; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; vertical-align: middle;}
.satelite-box table th {font-weight: 700; padding: 10px 13px;}
.satelite-box table th:nth-child(2) {border: 1px solid #e5e5e5;}
.satelite-box table td:nth-child(2) {border: 1px solid #e5e5e5;}
.satelite-box table thead {background-color: #f6f6f6;}

.howto-world24-box {padding: 40px 0 200px;}
.howto-world24-box .title { font-size: 32px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.04em; margin-bottom: 30px;}
.howto-world24-box .text {white-space: pre-line; font-size: 16px; line-height: 180%; color: #000; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 50px;}
.howto-world24-box .text a {color: #0088cf}

.localplatform-box {padding: 40px 0 200px;}
.localplatform-box .title { font-size: 32px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.04em; margin-bottom: 30px;}
.localplatform-box .text {white-space: pre-line; font-size: 16px; line-height: 180%; color: #000; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 50px;}
.localplatform-box .nav-menu { border-bottom: 1px solid #e5e5e5; margin-bottom: 50px;}
.localplatform-box .nav-menu li {display: inline-block; margin-right: 30px; font-size: 17px; line-height: 120%; color: #000; font-weight: 700; letter-spacing: -0.03em; padding-bottom: 12px; cursor: pointer;}
.localplatform-box .nav-menu li.on {border-bottom: 3px solid #0088cf; color: #0088cf;}
.localplatform-box .nav-menu li:last-child {margin-right: 0;}
.localplatform-box .sub-title {font-size: 18px; line-height: 120%; color: #000; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 10px;}
.localplatform-box .nav-tab li {display: none;}
.localplatform-box .nav-tab li.on {display: block;}
.localplatform-box table {width: 100%;}
.localplatform-box table th, .localplatform-box table td {text-align: center;padding: 20px 8px; font-size: 15px; line-height: 140%; color: #000; font-weight: 300; letter-spacing: -0.02em;vertical-align: middle;border: 1px solid #e5e5e5;}
.localplatform-box table th {font-weight: 700; padding: 10px 13px;}
.localplatform-box table th:first-child, .localplatform-box table td:first-child {border-left: none;}
.localplatform-box table th:last-child, .localplatform-box table td:last-child {border-right: none;}
.localplatform-box table a {color: #0088cf}
.localplatform-box table thead {background-color: #f6f6f6;}
.localplatform-box .table-wrap {margin-bottom: 35px;}

.licensing-box {padding: 40px 0;}
.licensing-box .title { font-size: 32px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.04em;}
.licensing-box .text {font-size: 16px; line-height: 180%; color: #000; font-weight: 300; letter-spacing: -0.02em; white-space: pre-line; padding-bottom: 30px;}
.licensing-box .top-text { padding: 30px 0 50px;}
.licensing-box .num {font-size: 20px; line-height: 130%; color: #0088cf; font-weight: 700; letter-spacing: -0.03em; padding-bottom: 13px;}
.licensing-box .sub-title {font-size: 28px; line-height: 130%; color: #000; font-weight: 700; letter-spacing: -0.03em;}
.licensing-box .contents > .twice-tab {margin-bottom: 60px;}
.licensing-box .contents > .twice-tab > .twice-left-tab {width: 30%}
.licensing-box .contents > .twice-tab > .twice-right-tab {width: 70%}
.licensing-box .contents > .twice-tab > .twice-right-tab table {width: 100%; text-align: center;}
.licensing-box .contents > .twice-tab > .twice-right-tab table thead {border-top: 2px solid #343464;}
.licensing-box .contents > .twice-tab > .twice-right-tab table th, .licensing-box .contents > .twice-tab > .twice-right-tab table td {font-size: 15px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.02em; padding: 20px; vertical-align: middle; border: 1px solid #e5e5e5;}
.licensing-box .contents > .twice-tab > .twice-right-tab table th:first-child, .licensing-box .contents > .twice-tab > .twice-right-tab table td:first-child {border-left: none;}
.licensing-box .contents > .twice-tab > .twice-right-tab table th:last-child, .licensing-box .contents > .twice-tab > .twice-right-tab table td:last-child {border-right: none;}
.licensing-box .contents > .twice-tab > .twice-right-tab table td {font-weight: 300;}
.licensing-box .contents > .twice-tab > .twice-right-tab dl dt {font-size: 20px; line-height: 120%; color: #000; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 15px;}
.licensing-box .contents > .twice-tab > .twice-right-tab dl dd {font-size: 16px; line-height: 180%; color: #000; font-weight: 300; letter-spacing: -0.02em; margin-bottom: 30px; white-space: pre-line;}
.licensing-box .contents > .twice-tab > .twice-right-tab dl dd a {color:#0088cf;}
.licensing-box .contents > .twice-tab > .twice-right-tab dl dd:last-child {margin-bottom: 0;}
.licensing-box .contents > .twice-tab > .twice-right-tab .history-list {padding-top: 30px; border-top: 2px solid #343464}
.licensing-box .contents > .twice-tab > .twice-right-tab .history-list .year {font-size: 24px; line-height: 120%; color: #0088cf; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 25px;}
.licensing-box .contents > .twice-tab > .twice-right-tab .history-list .day {font-size: 16px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.03em;}
.licensing-box .contents > .twice-tab > .twice-right-tab .history-list .text {line-height: 140%; padding-bottom: 0;}
.licensing-box .contents > .twice-tab > .twice-right-tab .history-list .twice-tab {margin-bottom: 25px;}
.licensing-box .contents > .twice-tab > .twice-right-tab .history-list .twice-left-tab {width: 25%;}
.licensing-box .contents > .twice-tab > .twice-right-tab .history-list .twice-right-tab {width: 75%;}
.licensing-box .contents > .twice-tab > .twice-right-tab .identity-Dl .img_wrap {margin-bottom: 20px;}
.licensing-box .contents > .twice-tab > .twice-right-tab .eps-down a {display:inline-block; text-align:center;width: 180px; height: 40px; font-size: 15px; line-height: 40px; color: #fff; font-weight: 300; letter-spacing: -0.02em; background-color: #343465}
.licensing-box .contents > .twice-tab > .twice-right-tab .eps-down a:first-child {margin-right: 10px; margin-top:30px;}
.licensing-box .contents .sales-contact-table table {margin-bottom: 30px;}

.introduction-box .circle-list li {display: inline-block; border:1px solid #e5e5e5; width: 200px; height: 200px; font-size: 16px; line-height: 200px; color: #000; font-weight: 700; letter-spacing: -0.02em; border-radius: 50%; margin-right: calc((100% - 800px) / 3); text-align: center; box-sizing: border-box;}
.introduction-box .circle-list li:last-child {margin-right: 0;}
.introduction-box .contents > .twice-tab > .twice-right-tab dl dt {margin-bottom: 0;}
.introduction-box .contents > .twice-tab > .twice-right-tab table th {padding: 10px;}
.introduction-box .advertiser-table tbody td {width: 20%;}
.introduction-box .advertiser-table tbody {border-top: 2px solid #343464}

.contactus-box { padding: 40px 0 400px;}
.contactus-box .title { font-size: 32px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.04em; margin-bottom: 30px;}
.contactus-box .sub-title {font-size: 23px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 25px;}
.contactus-box .text {font-size: 16px; line-height: 180%; color: #000; font-weight: 300; letter-spacing: -0.02em; white-space: pre-line; padding-bottom: 30px;}
.border-tb-list li { border-top: 2px solid #343464; border-bottom: 1px solid #e5e5e5; padding:25px 0 30px; margin-bottom: 40px; position: relative;}
.border-tb-list li:last-child {margin-bottom: 0;}
.border-tb-list .list-rb-btn {display: block; width: 180px; height: 40px; position: absolute; right: 0; bottom: 30px; color: #fff; font-size: 15px; line-height: 40px; font-weight: 300; letter-spacing: -0.02em; background-color: #343464; text-align: center;}

.opinions-box form { margin: 10px 0 25px; padding-top:25px; border-top: 2px solid #343464;}
.opinions-box form input {width: 100%; box-sizing: border-box; height: 40px;}
.opinions-box form textarea {width: 100%; min-height: 400px}
.opinions-box label,.opinions-box form input {font-size: 16px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.02em;}
.opinions-box label { position:absolute;top: 50%;-webkit-transform: translate(0,-50%);transform: translate(0,-50%);}
.opinions-box .twice-tab {margin-bottom: 25px; position: relative;}
.opinions-box .twice-tab .twice-left-tab {width: 130px;}
.opinions-box .twice-tab .twice-right-tab {width: calc(100% - 130px);}
.opinions-box .ab-submit {text-align: right; border-top: 1px solid #e5e5e5; padding-top: 25px; margin-top: 25px;}
.opinions-box .ab-submit button { width: 180px; height: 40px; background-color: #343464; color: #fff; font-size: 15px; line-height: 180%; font-weight: 300; letter-spacing: -0.02em;}

.faq-box { padding: 40px 0 400px;}
.faq-box .title { font-size: 32px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.04em; margin-bottom: 30px;}
.faq-box .sub-title {font-size: 16px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 15px;}
.faq-box .sub-title.top-margin {margin-top: 25px;}
.faq-box .text {font-size: 16px; line-height: 180%; color: #000; font-weight: 300; letter-spacing: -0.02em; white-space: pre-line;}
.faq-box .faq-list {border-top: 2px solid #343464;}
.faq-box .faq-list .twice-tab {border-bottom: 1px solid #e5e5e5; position: relative;}
.faq-box .faq-list .twice-tab .twice-left-tab {width: 130px;}
.faq-box .faq-list .twice-tab .twice-right-tab {width: calc(100% - 160px); padding-right: 100px; margin-right: 30px;}
.faq-box .faq-list .faq-question { padding: 30px 0;}
.faq-box .faq-list .faq-question .twice-right-tab {background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/bg-faq-arr.png) no-repeat right; cursor: pointer;}
.faq-box .faq-list .faq-title {font-size: 18px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.03em;}
.faq-box .faq-list .faq-question.on .faq-title {color: #0088cf;}
.faq-box .faq-list .faq-question.on .twice-right-tab {background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/bg-faq-arr-up.png) no-repeat right;}
.faq-box .faq-list .fqa-category {padding:0 38px; font-size: 14px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.03em;position:absolute;top: 50%;-webkit-transform: translate(0,-50%);transform: translate(0,-50%);}
.faq-box .faq-list .faq-answer { padding: 40px 0;}
.faq-box .faq-list .faq-answer-wrap { display: none;}

.schedule-box { padding: 40px 0;}
.schedule-box .schedule-form .twice-left-tab {padding-right: 23px; border-right: 1px solid #e5e5e5;}
.schedule-box .schedule-form .twice-right-tab {padding-left: 23px;}
.schedule-box .schedule-form select {padding-right: 30px; background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/bg_select.png) no-repeat right; background-size: auto 30px;}
.schedule-box .schedule-form select, .schedule-box .schedule-form input, .schedule-box .schedule-form button {font-size: 15px; font-weight: 300; color: #000; height: 40px; box-sizing: border-box;}
.schedule-box .schedule-form select, .schedule-box .schedule-form input {border: 1px solid #e5e5e5; padding-left: 10px;}
.schedule-box .schedule-form .language {margin-right: 10px; width: 156px;}
.schedule-box .schedule-form .datetime {max-width: 156px; width: calc(100% / 3)}
.schedule-box .schedule-form .addtime-form .datetime {width: 156px;}
.schedule-box .schedule-form .add-time {width: calc(100% - 166px);}
.schedule-box .schedule-form button {width: 100%; max-width: 186px; height: 40px; background-color: #8f8f8f; color: #fff; position: absolute; right: 0;}
.schedule-box .schedule-form .addtime-form button {width: 186px; max-width: calc(100% - 166px)}
.schedule-box .schedule-form .select-wrap {margin-bottom: 10px; position: relative;}
.schedule-box .schedule-form .input-wrap {position: relative;}
.schedule-box .schedule-form .gray-minus-wrap {display: inline-block; width: 14px; height: 40px; position: relative;}
.schedule-box .schedule-form .gray-minus {display: block; border-top: 1px solid #e5e5e5; width: 6px;position:absolute; top: 50%; left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.schedule-box .title { font-size: 32px; line-height: 120%; color: #000; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 30px;}
.schedule-box .schedule-calender {border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 25px 0; font-size: 0px; margin-top: 58px;}
.schedule-box .schedule-calender .prev-week-btn, .schedule-box .schedule-calender .after-week-btn { display: inline-block; width: 28px; height: 28px; border: 1px solid #e5e5e5; position: relative;}
.schedule-box .schedule-calender .prev-week-btn .ico, .schedule-box .schedule-calender .after-week-btn .ico {display: inline-block; width: 8px; height: 10px;background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/arrow-table.png) no-repeat; position:absolute; top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);}
.schedule-box .schedule-calender .after-week-btn .ico {background-position-x: -8px;}
.schedule-box .schedule-calender .prev-week-btn .ico.off, .schedule-box .schedule-calender .after-week-btn .ico.off {background-position-y: -10px}
.schedule-box .schedule-calender ul {display: inline-block; width: calc(100% - 60px); white-space: nowrap;}
.schedule-box .schedule-calender ul li {display: inline-block; width: calc(100% / 7); text-align: center;}
.schedule-box .schedule-calender ul li .date-text {font-size: 24px; font-weight: 300; color: #000;}
.schedule-box .schedule-calender ul li .week-text {font-size: 13px; font-weight: 300; color: #000;}
.schedule-box .schedule-calender ul li.on .date-text, .schedule-box .schedule-calender ul li.on .week-text {font-weight: 700;color: #0088CF;}
.schedule-box .schedule-list li {margin: 25px 0; position: relative;}
.schedule-box .schedule-list li .twice-left-tab {width: 40%; padding-left: 120px; position: relative;}
.schedule-box .schedule-list li .twice-right-tab {width: 60%; padding-left: 25px;}
.schedule-box .schedule-list li .time-wrap, .schedule-box .schedule-list li .on-air-wrap {text-align: center; position:absolute; top: 50%; -webkit-transform: translate(0,-50%);transform: translate(0,-50%); display: inline-block; width: 120px; left: 0;}
.schedule-box .schedule-list li .time {font-size: 20px; line-height: 100%; color: #000; font-weight: 300; letter-spacing: -0.03em;}
.schedule-box .schedule-list li .on-air-wrap {top: calc(50% + 27px)}
.schedule-box .schedule-list li .on-air {font-size: 12px; color: #fff; font-weight: 700; background-color: #0066cc; width: 64px; height: 24px; display: inline-block; line-height: 24px;}
.schedule-box .schedule-list li .img_wrap {max-width: 314px;}
.schedule-box .schedule-list li .genre {font-size: 13px; line-height: 120%; color: #0088CF; font-weight: 300; letter-spacing: -0.02em; margin-bottom: 5px;}
.schedule-box .schedule-list li .title {font-size: 22px; line-height: 110%; color: #000; font-weight: 300; letter-spacing: -0.03em; margin-bottom: 15px;}
.schedule-box .schedule-list li .text {font-size: 15px; line-height: 140%; color: #000; font-weight: 300; letter-spacing: -0.02em; height: 42px; overflow: hidden; padding-right: 25px;}
.schedule-box .schedule-list li .cate {position: absolute; bottom: 0;}
.schedule-box .schedule-list li .cate span {font-size: 13px; font-weight: 300; width: 26px; height: 18px; display: inline-block; line-height: 16px; text-align: center; box-sizing: border-box; margin-right: 4px;}

footer .footer-top { box-sizing: border-box; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
footer .footer-nav {display: inline-block;}
footer .footer-nav li { display: inline-block; margin-right: 15px;}
footer .footer-nav li, footer .footer-nav li a {font-size: 12px; line-height: 50px;color: #34363b; font-weight: 700;}
footer .footer-nav .toggle-menu {position: absolute; bottom: 0; background-color: #fff; border: 1px solid #e5e5e5; border-bottom: none; z-index: 1000;}
footer .footer-nav .toggle-menu li {display: block; padding: 0 10px; margin-right: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
footer .footer-nav .toggle-nav , footer .footer-nav .toggle-menu .toggle-btn {position: relative; padding-left:10px; cursor: pointer;}
footer .footer-nav .btn-box {padding-right: 25px; position: relative; display: inline-block;}
footer .footer-nav .toggle-nav .ico, footer .footer-nav .toggle-menu .toggle-btn .ico {
    display: block;
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/sp-kbs.png) no-repeat -300px -200px;
}
footer .footer-nav .toggle-menu .toggle-btn .ico {background-position: -300px -225px;}
footer .footer-bottom {padding: 30px 0;}
footer .footer-bottom .text { font-size: 13px; white-space: pre-line; color: #555;}
footer .align-right {float: right;}
footer .align-right li:last-child { margin-right: 0;}
footer .footer-sns {
    width: 100%;
    text-align: right;
}
footer .footer-sns li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    width: 30px;
    height: 30px;
    background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/ico-sns-s-b.png) no-repeat 0 0;
    background-size: 30px;
}
footer .footer-sns li a {display: block; height: 100%;}
footer .footer-sns li.sns1 {
    background-position: 0 -60px;
}
footer .footer-sns li.sns2 {
    background-position: 0 -30px;
}

footer .footer-sns li.sns3 {
    background-position: 0 1px;
}

footer .footer-sns li.sns4 {
    background-position: 0 -90px;
}
.modal-layer {
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index :2000;
}
.modal-layer.on {display: block;}
.modal-layer-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #000;
    opacity: 0.7;
    display: none;
}
.modal-layer-mask.on {display: block;}
body.layer-on {overflow: hidden;}
.modal-layer .modal-layer-close {float: right; cursor: pointer;}

.onair-dot {padding-right: 12px; position: relative;}
.onair-dot:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 8px;
    height: 8px;
    background: #f33;
    border-radius: 50%;
    animation-name: dots;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}
@keyframes dots {
    from {width: 0px; height: 0px; opacity: 0; margin-top: 4px; margin-right: 4px;}
    to {width: 8px;height: 8px; opacity: 1; margin-top: 0px; margin-right: 0px;}
}
@media screen and (min-width: 1180px){
    .world24-info-box .world24-info-nb li:last-child {max-width: 308px; width: calc(100% - 892px);}
}
@media all and (max-width: 1260px) {
    /* PC 1200 이하 */
    .sec_top .topmenu_area .select_language #language_open {
        padding: 0 30px;
        transition: all .1s;
    }

    .sec_top .topmenu_area .select_language #language_open ul {
        width: 100%;
    }

    .sec_top .topmenu_area .search_area #search_open div {
        padding: 50px 30px;
    }

    .sec_top .topmenu_area .search_area #search_open .i_input {
        width: 85%;
    }

    .inner-box {
        width: 95%
    }

    header.sticky .sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth li a {
        padding: 3px 0;
        font-size: 14px;
        line-height: 120%;
    }
    .introduction-box .circle-list li {margin-right: 20px; margin-bottom: 20px;}
}
@media all and (max-width: 1120px) {
    /* PC 1120 이하 */
    .sec_top .topmenu_area .select_language #language_open ul {
        padding: 25px 100px 25px 0;
    }

    .sec_top .topmenu_area .select_language #language_open ul li {
        width: 25%;
    }
    .schedule-box .schedule-form button {width: calc((100% / 3) - 24px);}
}

@media all and (max-width: 1080px) {
    /* PC 1080 이하 */

    header.sticky .sec_menu .menu_area .gnb_menu .menu_1depth > li a {
        margin: 0 0 0 20px;
        font-size: 15px;
    }

    header.sticky .sec_menu .menu_area .gnb_menu .menu_pro {
        margin: 0;
    }
}

@media all and (max-width: 1035px) {
    .main-tab-3 .inner-box > div:first-child div {
        bottom: -30px;
    }
}

@media all and (min-width: 962px) {

}

@media all and (max-width: 961px) {
    header {
        padding: 0;
    }
    footer .footer-nav li {margin-right: 5px;}
}

@media all and (max-width: 790px) {
    footer .footer-nav li {margin-right: 0px;}
}
@media all and (min-width: 768px) {
    /* PAD 이상 */
    .menu_area .gnb_menu .menu_1depth li:hover .menu_2depth {
        display: block !important;
    }
    .onlymobile {
        display: none !important;
    }
    .swiper-topvisual .swiper-wrapper {
        height: 465px !important;
    }
    header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 56px;
        background: #fff;
    }
    header.sticky .only-static {
        display: none !important;
    }

    header.sticky .shadow {
        display: block;
        position: fixed;
        top: 56px;
        left: 0;
        width: 100%;
        height: 32px;
        background: url(https://kbsworldimage.kbs.co.kr/images/layout/background/bg-header-shadow.png) bottom repeat-x;
    }

    header.sticky .sec_top {
        width: inherit;
        height: 0;
    }

    header.sticky .sec_top .topmenu_area {
        height: 56px;
    }

    header.sticky .sec_top .topmenu_area .logo-box {
        top: 17px;
        z-index: 2;
    }
    .site-world24 header.sticky .sec_top .topmenu_area .logo-box {
        top: 10px;
    }

    header.sticky .sec_top .topmenu_area .logo {
    }

    header.sticky .sec_top .topmenu_area .logo a {
        height: 22px;
    }
    .site-worldtv header.sticky .sec_top .topmenu_area .logo a img {
        max-width: 134px;
    }

    .site-world24 header.sticky .sec_top .topmenu_area .logo a {
        height: 29px;
    }
    .site-world24 header.sticky .sec_top .topmenu_area .logo a img {
        max-width: 164px;
    }

    header.sticky .sec_top .topmenu_area .logo-box .logo-radio-btn {
        height: 22px;
        width: 51px;
        background: url(https://kbsworldimage.kbs.co.kr/images/layout/logo/logo_world_radio_off_s.png) no-repeat;
        background-size: 100% 100%;
    }

    header.sticky .sec_top .topmenu_area .logo-box .logo-radio-btn:hover {
        background: url(https://kbsworldimage.kbs.co.kr/images/layout/logo/logo_world_radio_s.png) no-repeat;
        background-size: 100% 100%
    }

    header.sticky .sec_top .topmenu_area .select_language {
        display: none;
    }

    header.sticky .sec_top .topmenu_area .search_area {
        display: none;
    }

    header.sticky .sec_top .topmenu_area .topmenu_etc {
        display: none;
    }

    header.sticky .sec_menu {
        width: inherit;
        height: 56px;
        border: none;
    }

    header.sticky .sec_menu .menu_area {
        height: 56px;
    }

    header.sticky .sec_menu .menu_area .gnb_menu {
        width: 100%;
        height: 56px;
        margin: 0;
        padding-left: 140px;
        box-sizing: border-box;
    }
    .site-world24 header.sticky .sec_menu .menu_area .gnb_menu {
        padding-left: 165px;
    }

    header.sticky .sec_menu .menu_area .gnb_menu ul {
        display: inline-block;
    }

    header.sticky .sec_menu .menu_area .gnb_menu ul .menu_2depth {
        display: none;
    }

    header.sticky .sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth {
        top: 56px;
        left: 9px;
    }

    header.sticky .sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth .menu_2depth_list {
        padding: 15px 21px;
    }

    header.sticky .sec_menu .menu_area .gnb_menu .menu_1depth > li {
        height: 56px;
    }

    header.sticky .sec_menu .menu_area .gnb_menu .menu_1depth > li > a {
        height: 56px;
        margin: 0 0 0 30px;
        padding: 20px 0;
        font-size: 16px;
        line-height: 100%;
        box-sizing: border-box;
    }
    header.sticky .sec_menu .menu_area .gnb_menu .menu_1depth > li > a.world24-logo {
        position: relative;
        box-sizing: border-box;
    }
    header.sticky .sec_menu .menu_area .gnb_menu .menu_1depth > li > a > img {
        height: 22px;
        top: calc(50% - 2.5px);
    }

    header.sticky .sec_menu .menu_area .gnb_menu .menu_sub {
        display: none;
    }

    header.sticky .sec_menu .menu_area .gnb_menu .menu_pro {
        float: right;
        margin: 0 25px 0 0;
    }

    header.sticky .sec_menu .menu_area .gnb_menu .menu_pro > li > .menu_2depth {
        top: 43px;
        right: -25px;
        left: inherit;
        width: 280px;
        padding: 15px 25px 15px 16px;
    }

    header.sticky .sec_menu .menu_area .gnb_menu .menu_pro > li > .menu_2depth a {
        text-align: right;
    }

    header.sticky .sec_menu .menu_area .gnb_menu .menu_language {
        display: none;
    }
}

@media all and (max-width: 767px) {
    /* Mobile 최대 */
    body {
        overflow-x: hidden;
        min-width: 320px;
    }

    body.no_scroll {
        position: fixed;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .inner-box {
        width: 100%;
        padding: 0 14px;
        box-sizing: border-box;
    }

    .onlypc {
        display: none !important;
    }

    .wrap.active {
        left: 300px;
    }

    .wrap {
        width: 100%;
        min-width: 320px;
        height: 100%;
        left: 0;
        position: relative;
        transition: all .4s;
    }
    .sec_top {
        position: absolute;
    }
    .sec_top .topmenu_area {
        width: 100%;
        height: 48px;
    }

    .sec_top .topmenu_area .logo {
        top: 16px;
        left: 50%;
    }

    .sec_top .topmenu_area .logo a {
        height: 23px;
    }
    .site-worldtv .sec_top .topmenu_area .logo a {
        height: 19px;
    }

    .sec_top .topmenu_area .search_area {
        top: 12px;
        right: 15px;
        z-index: 1010;
    }

    .sec_top .topmenu_area .topmenu_etc {
        display: none;
    }

    .sec_top .topmenu_area .search_area #search_open {
        top: 47px;
    }

    .sec_top .topmenu_area .logo-box {
        top: 16px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: auto;
        z-index: 2
    }
    .site-world24 .sec_top .topmenu_area .logo-box {
        top: 11px;
    }

    .sec_top .topmenu_area .logo-box .logo-radio-btn {
        width: 44px;
        height: 19px;
        background-size: 100% 100%;
    }

    .sec_top .topmenu_area .logo-box .logo-radio-btn:hover {
        background-size: 100% 100%;
    }

    .sec_menu {
        height: 48px;
        border-top: 0;
    }

    .sec_menu .menu_area {
        width: 100%;
        height: 48px;
        margin: 0 auto;
    }

    .sec_menu .menu_area .menu_btn {
        display: block;
        position: absolute;
        top: 14px;
        left: 14px;
        z-index: 10000;
    }

    .sec_menu .menu_area .gnb_menu {
        position: fixed;
        top: 0;
        left: -380px;
        width: 333px;
        height: 100%;
        background: url(https://kbsworldimage.kbs.co.kr/images/layout/background/table-shadow2.png) repeat-y 300px;
        background-size: 33px auto;
        overflow: hidden;
        z-index: 1000;
    }

    .sec_menu .menu_area .gnb_menu.active {
        left: 0;
        transition: all .3s;
    }

    .sec_menu .menu_area .gnb_menu #scroller {
        width: 300px;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth {
        margin: 0;
        text-align: left;
        float: inherit;
        display: block;
        height: auto;
        width: 100%
    }
    .sec_menu .menu_area .gnb_menu .menu_right {
        position: relative;
        right: initial;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth li {
        display: block;
        position: inherit;
        width: 100%;
        margin: inherit;
        height: auto;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth > li .img_hrap {height: 18px; box-sizing: content-box;}

    .sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth { /*display:none;*/
        position: initial;
        width: initial;
        background: #f9f9f9;
        padding: 0;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth .menu_2depth_list {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: inherit;
        margin: inherit;
        padding: inherit;
        background: inherit;
        border: 0;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth li {
        width: 50%;
        border-bottom: 1px solid #e5e5e5;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth li a {
        padding: 10px 5px 10px 18px;
        font-size: 13px;
        color: #000;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth li:nth-child(2n) a {
        padding: 10px 5px;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth li a.mobile {
        display: block;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth li.divide a {
        margin: 0;
        padding: 10px 5px 10px 18px;
        border-top: 0;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth li .menu_2depth li.divide:nth-child(2n) a {
        padding: 10px 5px;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth li:hover .aaa {
        display: none;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth > li > a {
        display: block;
        margin: 0;
        padding: 14px 18px 15px;
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
        color: #000;
        line-height: 18px;
        height: auto;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth > li > a.open {
        color: #fff;
        background: #0088cf;
        border-bottom: 1px solid #006aa1;
    }

    .sec_menu .menu_area .gnb_menu .menu_sub {
        display: block;
    }

    .sec_menu .menu_area .gnb_menu .menu_pro {
        display: inherit !important;
        float: inherit !important;
    }

    .sec_menu .menu_area .gnb_menu .menu_pro > li > .menu_2depth {
        margin: 0;
        border: 0;
    }

    .sec_menu .menu_area .gnb_menu .menu_pro > li > a i {
        display: none;
    }

    .sec_menu .menu_area .gnb_menu .menu_pro .menu_2depth_list {
        width: inherit;
        margin: inherit;
        padding: inherit;
        background: inherit;
        border: 0;
    }

    .sec_menu .menu_area .gnb_menu .menu_language {
        display: block;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth_m {
        position: relative;
    }
    .sec_menu .menu_area .gnb_menu .menu_1depth > li > a > img {
        height: 22px;
        position: relative;
        top: initial;
        transform: initial;
        -webkit-transform: initial;
    }
    .sec_menu .menu_area .gnb_menu .menu_1depth_m em {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        right: 12px;
        width: 0;
        height: 0;
        border-top: 6px solid #999;
        border-bottom: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .sec_menu .menu_area .gnb_menu .menu_1depth_m.open em {
        border-top: 0;
        border-bottom: 6px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .menu-trigger {
        position: relative;
        width: 25px;
        height: 20px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .menu-trigger, .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        border-radius: 3px;
    }

    .menu-trigger.active {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }

    .menu-trigger.active span:nth-of-type(3) {
        opacity: 0;
    }

    .swiper-topvisual {
        height: auto;
        padding-bottom: 16px;
    }
    .swiper-topvisual .swiper-wrapper {height: auto;}
    .swiper-topvisual .swiper-slide { height: auto;}
    .swiper-topvisual .swiper-slide img {
        width: 100%;
        position: relative;
        margin: 0;
        top: unset;
        right: unset;
        left: unset;
        height: auto;
    }

    .swiper-topvisual:after {
        content: "";
        bottom: 0;
        left: unset;
        margin: 0;
        display: inline-block;
        width: 14px;
        height: 0px;
        background: #fff;
    }

    .swiper-topvisual:before {
        content: "";
        bottom: 0;
        right: unset;
        margin: 0;
        display: inline-block;
        width: 14px;
        height: 0px;
        background: #fff;
    }

    .swiper-topvisual div.swiper-pagination {
        left: 25px;
        bottom: 0;
        font-size: 0;
        text-align: left;
        z-index: 1;
        margin: 0;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 4px 0 0;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 16px
    }

    .swiper-container .swiper-pagination-bullet:after {
        border: 1px solid #000;
        box-sizing: border-box;
        border-radius: 6px;
        margin: -3px 0 0 -3px
    }

    .swiper-container .swiper-pagination-bullet-active:after {
        display: block;
        border: 1px solid #000;
        background-color: #000;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        margin: -3px 0 0 -8px;
    }

    .main-tab-1 .swiper-main-tab-1 {
        padding-bottom: 25px;
        padding-right: 0
    }

    .main-tab-1 .main-tab-title-box {
        margin: 20px 0;
        display: block;
        position: relative
    }

    .main-tab-1 .main-tab-title {
        margin: 0;
        font-size: 24px;
    }

    .main-tab-1 .swiper-container ul.swiper-wrapper li:first-child {
        width: 60%;
        border-color: #e5e5e5
    }

    .main-tab-1 .swiper-container ul.swiper-wrapper li:nth-child(n+2) {
        width: 40%
    }

    .main-tab-1 ul li:first-child .now {height: auto;}
    .main-tab-1 ul li h4 {
        font-size: 16px;
    }

    .main-tab-1 ul li .text {
        font-size: 17px;
        font-weight: 300;
    }
    .main-tab-1 ul li .time {
        font-weight: 300;
    }
    .main-tab-1 ul li .inn {
        font-size: 15px;
        font-weight: 300;
    }

    .grayline {
        height: 6px;
        border-top: 1px solid #d5d5d5;
        background-color: #f6f6f6
    }

    .main-tab-2 {
        margin-top: 20px;
    }

    .main-tab-2 .main-tab-title {font-size: 24px;}

    .main-tab-2 > .inner-box > .twice-left-tab {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .main-tab-2 > .inner-box > .twice-left-tab .text_wrap {
        position: absolute;
        bottom: 0;
        padding: 0 18px 18px 18px;
    }

    .main-tab-2 ul.twice-right-tab {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    .main-tab-2 ul li {
        height: 80px;
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 25px;
        padding-top: 25px;
        border-top: 1px solid #e5e5e5;
    }

    .main-tab-2 ul li .twice-left-tab {
        width: calc(100% - 120px);
        margin-right: 0px;
        padding-right: 20px;
    }

    .main-tab-2 ul li h5 {
        font-size: 13px;
    }

    .main-tab-2 ul li .img_wrap {
        width: 120px;
        height: 80px;
    }

    .main-tab-2 ul li .img_wrap img {
        height: 100%
    }

    .main-tab-3 {
        margin: 0
    }

    .main-tab-3 .inner-box {
        padding: 25px 0 0;
        margin-bottom: 30px;
    }

    .main-tab-3 .inner-box > div:first-child {
        display: block;
        width: 100%;
        font-size: 24px;
        padding: 0 14px 20px;
        box-sizing: border-box;
    }

    .main-tab-3 .inner-box > div:first-child .moreBtn {
        background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/btn_more_white.png) no-repeat right;
        background-size: 11px auto;
        padding-right: 16px;
        color: #fff;
        opacity: 1
    }

    .main-tab-3 .main-tab-title {
        font-size: 17px;
        position: relative;
    }

    .main-tab-3 .slick-main-tab-3 {
        width: 100%;
        margin-left: 0;
        display: block;
    }

    .main-tab-3 .slick-main-tab-3 .slick-list {
        margin: 0 -7px;
    }

    .main-tab-3 .slick-main-tab-3 .slick-slide {
        margin: 0 7px;
        opacity: 0.5;
    }

    .main-tab-3 .slick-main-tab-3 .slick-current {
        opacity: 1;
    }

    .main-tab-3 .slick-main-tab-3 .text-box .time {
        font-size: 13px;
        color: #cfcfcf;
        letter-spacing: -0.03em;
    }

    .calender-box {padding: 10px 0; background-color: #f5f5f5}
    .calender-box .inner-box {padding: 0;}
    .calender-box .calender-program {margin-top: 0px;}
    .calender-box .calender-program li {margin-bottom:0px; max-width: initial;}
    .program-list-box ul.program-list li {width: 50%}
    .program-list-box .title-box .genre-box li {display: none;}
    .program-list-box .title-box .genre-box li.on { display:block ;font-size: 14px; line-height: 120%; color:#000; opacity: 0.5; font-weight: 300; letter-spacing: -0.03em;}
    .program-list-box .title-box .genre-box li:after {border: none;}

    .event-list-box h3 {margin-top: 0;}
    .event-list-box .program-list li .category {margin: 1px 0;}
    .event-list-box .program-list li .title {font-size: 18px;}
    .event-list-box .program-list li .date {margin-bottom: 10px;}
    .event-list-box .program-list li .text_wrap {width: 60%}
    .event-list-box .program-list li .img_wrap {width: 40%; text-align: right;}
    .event-list-box .program-list li .img_wrap img {height: 80px; width: 120px;}
    .page-box {margin-bottom: 0;}

    .event-view-box {padding: 0px 0 25px;}
    .event-view-box .view-header .category {font-size: 15px;}
    .event-view-box .view-header .title {font-size: 20px;}
    .event-view-box .view-header .date {font-size: 12px;}
    .event-view-box .contents {padding: 40px 0 55px;}
    .event-view-box .view-footer {padding-bottom: 20px;}
    .event-view-box .view-footer .list-btn {padding: 10px 30px 11px;}

    .main-tab-4 .main-tab-title-box {margin-top: 20px;}
    .main-tab-4 .main-tab-title { font-size: 24px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.04em;}
    .main-tab-4 .main-tab-title-box .moreBtn {line-height: 120%; letter-spacing: -0.03em;}
    .world24-main-schedule-table thead th {height: 35px; line-height: 35px; font: 16px; letter-spacing: -0.03em}
    .world24-main-schedule-table tbody tr {border-bottom: 1px solid #e5e5e5;}
    .world24-main-schedule-table tbody tr td {height: 50px; line-height: 50px; font-size: 16px; padding: 0 5px}
    .world24-main-schedule-table tbody tr td:nth-child(2) {font-size: 17px; font-weight: 700; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}

    .banner-tab-1 {margin: 20px 0;}
    .banner-tab-1 .img_wrap {height: 260px; overflow: hidden;}
    .banner-tab-1 .img_wrap img {height: 100%;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        width: auto;
        position: absolute;
        left: -50%;}
    .banner-tab-1 .text_wrap div {font-size: 24px; font-weight: 700; letter-spacing: -0.03em;}
    .banner-tab-1 .text_wrap div:first-child {font-size: 17px; margin-bottom:15px; line-height: 17px;}

    .info-contents-mobile-box .info-contents-vod {width: 100%; margin-top:15px;}
    .info-contents-mobile-box .info-contents-mobile { margin: 15px 0 20px;font-size: 15px; line-height: 140%; color: #000; font-weight: 300; white-space: pre-line;}
    .info-contents-mobile-box .info-contents-mobile .info-contents-title {font-size: 18px; line-height: 140%; color: #000; font-weight: 700;letter-spacing: -0.03em}
    .info-contents-mobile-box .info-contents-mobile .ico {background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/ico-mission-list-chk.png) no-repeat center;background-size: 12px auto; padding-left: 17px; }
    .info-contents-mobile-box .info-contents-title-box .category { font-size: 13px; line-height: 120%; color: #0088cf; font-weight: 300; margin: 20px 0 10px;}
    .info-contents-mobile-box .info-contents-title-box .title { font-size: 18px; line-height: 140%; color: #000; font-weight: 700; letter-spacing: -0.03em}
    .info-contents-mobile-box .info-contents-title-box .img_wrap {margin-top: 15px;}
    .pc-inner-box {padding: 0;}
    .program-view-box {padding: 0;}
    .program-view-box .view-header {margin-bottom: 0}
    .program-view-box .view-header .text_wrap {padding-bottom: 48px; border-bottom: none;}
    .program-view-box .view-header .top-img {
        height: 130px;
    }
    .program-view-box .view-header .top-img img {}
    .program-view-box .view-header .title {padding-top: 20px; font-size: 24px;}
    .program-view-box .view-header .date {font-size: 13px; margin-top: 10px;}
    .program-view-box .grayline {margin-bottom: 25px;}
    .program-view-box h5 {font-size: 24px;}
    .program-view-box .program-info h5 {padding: 0 0 12px; }
    .program-view-box .info-contents {margin:20px 0 25px;}
    .program-view-box .info-contents .twice-right-tab {width: 100%; margin-bottom: 15px; margin-left: 0;}
    .program-view-box .info-contents .text {font-weight: 700; letter-spacing: -0.03em;}
    .program-view-box .info-contents .onlymobile .text {font-weight: 300;}
    .program-view-box .program-charactors {padding: 0}
    .program-view-box .program-charactors h5 { padding-bottom: 12px;}
    .program-view-box .program-charactors .charactors-list li {padding: 20px 0;}
    .program-view-box .program-charactors .charactors-list li:last-child {border-bottom: none;}
    .program-view-box .program-charactors .charactors-list li .text {font-size: 15px;line-height: 140%; color: #000; font-weight: 300; letter-spacing: -0.02em;}
    .program-view-box .program-charactors .charactors-list li .twice-tab {position: relative; margin-bottom: 15px;}
    .program-view-box .program-charactors .charactors-list li .twice-left-tab {width: 200px;}
    .program-view-box .program-charactors .charactors-list li .twice-left-tab .img_wrap img {height: 200px;}
    .program-view-box .program-charactors .charactors-list li .twice-right-tab {width: calc(100% - 200px); padding-right:0; padding-left: 20px;}
    .program-view-box .program-charactors .charactors-list li .twice-right-tab .name { position: absolute; bottom: 0; margin-bottom: 0;}
    .program-view-box .program-vod {padding: 0;}
    .program-view-box .program-vod h5 {padding-bottom: 12px;}
    .program-view-box .program-vod .vod-list { margin-top: 20px; font-size: 0;}
    .program-view-box .program-vod .vod-list li {display: inline-block; box-sizing: border-box; width: calc((100% - 10px) / 2); margin-right: 10px; margin-bottom: 25px;}
    .program-view-box .program-vod .vod-list li:nth-child(2n) {margin-right: 0;}
    .program-view-box .program-vod .vod-list li .title {font-size: 16px; line-height: 19.2px; height: 38.4px; }
    .program-view-box .program-vod .vod-list li .time {margin-top: 12px; font-size: 13px;}
    .program-view-box .etc-contents {margin: 0; padding: 25px 0; border-top: none;}
    .program-view-box .etc-contents .vod-list li {width: 100%; margin-right: 0; margin-bottom: 10px;}

    .search-list-box .title-box {margin-top: 0;}
    .search-list-box .search-bar {margin-bottom: 20px;}
    .search-list-box .search-bar input[type=text] {max-width: calc(100% - 63px); font-size: 12px; width: 100%}
    .search-list-box .search-bar button {font-size: 11px;}
    .search-list-box .search-list-header .count {font-size: 32px;}
    .search-list-box .search-list .twice-tab {padding-top: 15px;}
    .search-list-box .search-list .twice-tab .twice-left-tab {width: 100%; max-width: none; padding-right: none;}
    .search-list-box .search-list li .title { font-size: 18px; margin-top: 5px;}

    .policy-box {padding: 25px 0;}
    .policy-box .title {border-bottom: none; font-size: 24px; line-height: 120%; letter-spacing: -0.03em; padding-bottom: 0;}
    .policy-box .top-text {padding-top: 15px;}
    .policy-box .text { font-size: 15px; line-height: 150%;}
    .policy-box .num {line-height: 120%;}
    .policy-box .sub-title {font-size: 16px; line-height: 150%; letter-spacing: -0.02em;}

    .about-map { padding: 50px 14px;}
    .about-map li {margin-bottom: 30px;}
    .about-map li .main {color: #0088cf; font-size: 18px; font-weight: 700; line-height: 110%; margin-bottom: 15px;}
    .about-map li .sub {font-size: 15px; font-weight: 300; margin-top: 5px; padding-left:12px; background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/bl_gray.png) no-repeat 1px 6px; background-size: 4px auto; line-height: 120%;}

    .channelprofile-box {padding: 25px 0 0;}
    .channelprofile-box .title {font-size: 24px; line-height: 120%; letter-spacing: -0.03em;}
    .channelprofile-box .text {font-size: 15px; line-height: 150%;}
    .channelprofile-box .top-text {padding-top:15px;}
    .channelprofile-box .contents > .twice-tab > .twice-left-tab {width: 100%; margin-bottom: 15px;}
    .channelprofile-box .num {font-size: 15px; line-height: 120%; padding-bottom: 0;}
    .channelprofile-box .sub-title {font-size: 20px; line-height: 120%;}
    .channelprofile-box .contents > .twice-tab {margin-bottom: 50px;}
    .channelprofile-box .contents > .twice-tab > .twice-right-tab {width: 100%;}
    .channelprofile-box .contents > .twice-tab > .twice-right-tab table th, .channelprofile-box .contents > .twice-tab > .twice-right-tab table td {padding: 12px 5px; font-size: 13px;}
    .channelprofile-box .contents > .twice-tab > .twice-right-tab dl dt {margin-bottom: 10px; font-size: 16px; line-height: 150%; letter-spacing: -0.02em;}
    .channelprofile-box .contents > .twice-tab > .twice-right-tab dl dd {font-size: 15px; line-height: 150%; margin-bottom: 15px;}
    .channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list {border-top: none; padding-top: 0}
    .channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list .year {margin-bottom: 15px; font-size: 16px; padding-top: 5px;}
    .channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list .twice-tab {margin-bottom: 15px;}
    .channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list .twice-left-tab {width: 100%;}
    .channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list .twice-right-tab {width: 100%;}
    .channelprofile-box .contents > .twice-tab > .twice-right-tab .history-list .day {font-size: 15px;}
    .channelprofile-box .contents > .twice-tab > .twice-right-tab .identity-Dl .img_wrap {margin-bottom: 15px;}

    .world24profile-box {padding:25px 0;}
    .world24profile-box .title {font-size: 24px; line-height: 120%;letter-spacing: -0.03em; margin-bottom: 15px;}
    .world24profile-box .grid-img img {height: 210px; width: auto; position: relative; left: -50%;}
    .world24profile-box .sub-title {font-size: 20px; line-height: 150%;letter-spacing: -0.02em; margin-bottom: 15px;}
    .world24profile-box .top-title {margin-top: 20px;font-size: 15px; line-height: 120%; letter-spacing: -0.03em;}
    .world24profile-box .text { font-size: 15px; line-height: 150%;margin-bottom: 50px;}
    .world24profile-box .num { font-size: 15px; line-height: 120%;}
    .world24profile-box .twice-tab .twice-left-tab {padding-right: 0px; width: 100%; margin-bottom: 10px}
    .world24profile-box .twice-tab .twice-right-tab {padding-left: 0px; width: 100%;}
    .world24profile-box .twice-tab iframe {width:100%;}
    .world24profile-box .ico {background: url(https://kbsworldimage.kbs.co.kr/images/layout/icon/bl_gray.png) no-repeat left; background-size: 4px auto; width: 12px; height: 12px; display: inline-block;}

    .satelite-box {padding: 25px 0 50px;}
    .satelite-box .title {font-size: 24px; line-height: 120%; letter-spacing: -0.04em; margin-bottom: 15px;}
    .satelite-box .text {font-size: 15px; line-height: 150%; font-weight: 300;}
    .satelite-box .sub-title {margin-bottom: 15px;}
    .satelite-box table th, .satelite-box table td {padding: 12px 5px; font-size: 13px; line-height: 120%; letter-spacing: -0.03em;}
    .satelite-box table th {padding: 10px 5px;}
    .satelite-box table thead {background-color: #fff; border-top: 2px solid #343464;}

    .howto-world24-box {padding: 25px 0;}
    .howto-world24-box .title {font-size: 24px; line-height: 120%; letter-spacing: -0.03em; margin-bottom: 15px;}
    .howto-world24-box .text {font-size: 15px; line-height: 150%; font-weight: 300; margin-bottom: 30px;}
    .howto-world24-box .text a {color: #000}

    .localplatform-box {padding: 25px 0;}
    .localplatform-box .title {font-size: 24px; line-height: 120%; letter-spacing: -0.03em; margin-bottom: 15px;}
    .localplatform-box .text {font-size: 15px; line-height: 150%; font-weight: 300; margin-bottom: 30px;}
    .localplatform-box .sub-title {margin-bottom: 15px;}
    .localplatform-box .nav-menu { border-top: 1px solid #e5e5e5; padding: 0 14px; margin-bottom: 20px;}
    .localplatform-box .nav-menu li {font-size: 15px; margin-right: 20px; line-height: 45px; padding-bottom: 0;}
    .localplatform-box .table-wrap {overflow-x: scroll;}
    .localplatform-box table th, .localplatform-box table td {padding: 12px 5px; font-size: 13px; line-height: 120%; letter-spacing: -0.03em;}
    .localplatform-box table th {padding: 10px 5px;}

    .licensing-box {padding: 25px 0 0;}
    .licensing-box .title {font-size: 24px; line-height: 120%; letter-spacing: -0.03em;}
    .licensing-box .text {font-size: 15px; line-height: 150%;}
    .licensing-box .top-text {padding-top:15px;}
    .licensing-box .contents > .twice-tab > .twice-left-tab {width: 100%; margin-bottom: 15px;}
    .licensing-box .num {font-size: 15px; line-height: 120%; padding-bottom: 0;}
    .licensing-box .sub-title {font-size: 20px; line-height: 120%;}
    .licensing-box .table-wrap {overflow-x: scroll;}
    .licensing-box .table-wrap table {min-width: 680px;}
    .licensing-box .table-wrap table th {width: 25%;}
    .licensing-box .contents > .twice-tab {margin-bottom: 50px;}
    .licensing-box .contents > .twice-tab > .twice-right-tab {width: 100%;}
    .licensing-box .contents > .twice-tab > .twice-right-tab table th, .licensing-box .contents > .twice-tab > .twice-right-tab table td {padding: 12px 5px; font-size: 13px; line-height: 120%;}
    .licensing-box .contents > .twice-tab > .twice-right-tab dl dt {margin-bottom: 10px; font-size: 16px; line-height: 150%; letter-spacing: -0.02em;}
    .licensing-box .contents > .twice-tab > .twice-right-tab dl dd {font-size: 15px; line-height: 150%; margin-bottom: 15px;}
    .licensing-box .contents > .twice-tab > .twice-right-tab dl dd a {color: #000;}
    .licensing-box .contents .sales-contact-table table {margin-bottom: 25px;}
    .licensing-box .contents .sales-contact-table table th:first-child {width: 55%;}
    .licensing-box .contents .sales-contact-table table th:nth-child(2) {width: 45%;}
    .licensing-box .contents .sales-contact-table table th {padding: 10px 5px;}
    .licensing-box .contents .margin-add { margin-bottom: 25px;}

    .introduction-box .circle-list li {width: auto; height: auto; display: block; line-height: 150%; font-size: 15px; font-weight: 300; border: none; text-align: left; margin: 0;}
    .introduction-box .contents > .twice-tab.advertiser-table > .twice-right-tab table th { padding: 8px 0;}
    .advertising-rates-table tr:first-child {border-top: 2px solid #343464;}
    .introduction-box .contents .sales-contact-table table {margin-bottom: 20px;}
    .introduction-box .contents .sales-contact-table .advertising-rates-table {margin-bottom: 30px;}

    .contactus-box {padding: 25px 0 50px;}
    .contactus-box .title {font-size: 24px; line-height: 120%; letter-spacing: -0.03em; margin-bottom: 15px;}
    .contactus-box .sub-title {font-size: 20px; line-height: 150%; letter-spacing: -0.02em; margin-bottom: 15px;}
    .contactus-box .text {font-size: 15px; line-height: 150%;}
    .contactus-box .text a, .contactus-box .text .mobile-color {color: #0088c8; text-decoration: underline;}
    .border-tb-list li {padding: 20px 0; margin-bottom: 30px;}
    .border-tb-list .list-rb-btn {position: relative; bottom: initial}

    .opinions-box .text {padding-bottom: 25px;}
    .opinions-box form {margin-top: 0;}
    .opinions-box form {padding-top: 20px;}
    .opinions-box label {position: relative; top: initial;}
    .opinions-box form textarea {min-height: 300px;}
    .opinions-box .twice-tab {margin-bottom: 20px;}
    .opinions-box .twice-tab .twice-left-tab, .opinions-box .twice-tab .twice-right-tab {width: 100%;}
    .opinions-box .twice-tab .twice-left-tab {margin-bottom: 10px;}
    .opinions-box .ab-submit {padding-top: 20px; margin-top: 20px;}
    .opinions-box .ab-submit button {font-size: 13px; width: 120px; height: 30px;}

    .faq-box {padding: 25px 0 50px;}
    .faq-box .title {font-size: 24px; line-height: 120%; letter-spacing: -0.03em; margin-bottom: 15px;}
    .faq-box .text {font-size: 15px; line-height: 150%;}
    .faq-box .faq-list .faq-title {font-size: 16px; line-height: 150%;}
    .faq-box .faq-list .faq-question {padding: 20px 0;}
    .faq-box .faq-list .twice-tab .twice-left-tab, .faq-box .faq-list .twice-tab .twice-right-tab {width: 100%;padding: 0; margin: 0;}
    .faq-box .faq-list .fqa-category {position: relative; padding: 0; font-size: 12px; line-height: 120%;}
    .faq-box .faq-list .faq-question .twice-right-tab {background: none;}
    .faq-box .faq-list .faq-question.on .twice-right-tab {background: none;}
    .faq-box .faq-list .faq-answer { padding: 20px 0;}

    .schedule-box {padding: 20px 0 25px;}
    .schedule-box .title {margin-bottom: 20px;}
    .schedule-box .schedule-form .twice-left-tab {width: 100%; padding-right: 0; border: none;}
    .schedule-box .schedule-form .language, .schedule-box .schedule-form .add-time {width: 100%; max-width: initial;}
    .schedule-box .schedule-form .language {margin-right: 0; margin-bottom: 5px;}
    .schedule-box .schedule-form select, .schedule-box .schedule-form input, .schedule-box .schedule-form button {font-size: 14px;}
    .schedule-box .schedule-form .datetime, .schedule-box .schedule-form .addtime-form .datetime {width: 153px; margin-right: 6px;}
    .schedule-box .schedule-form button {max-width: calc(100% - 159px); width: 100%;}
    .schedule-box .schedule-form .addtime-form button {width: 133px; max-width: calc(100% - 159px);}
    .schedule-box .schedule-list-box {margin-top: 20px;}
    .schedule-box .schedule-list-box li {border-top: 1px solid #e5e5e5;}
    .schedule-box .schedule-list-box li:last-child { border-bottom: 1px solid #e5e5e5;}
    .schedule-box .schedule-list li {padding: 15px; margin: 0;}
    .schedule-box .schedule-list li .time {font-size: 13px; letter-spacing: -0.02em;}
    .schedule-box .schedule-list li .title {line-height: 140%; font-weight: 700; font-size: 18px; margin-bottom: 0; display: inline-block;margin-right:4px;}
    .schedule-box .schedule-list li .cate {display: inline-block; position: relative;}
    .schedule-box .schedule-list li .twice-left-tab {padding-left: 0;}
    .schedule-box .schedule-list li .twice-right-tab {width: 100%; padding-left: 13.4%;}
    .schedule-box .schedule-list li .time-wrap {width: 13.4%;}
    .schedule-box .schedule-list li .cate span {margin-right: 2px; height: 18px; line-height: 16px; position: relative; top: 2px;}

    footer .footer-sns {text-align: center; padding: 15px 0;}
    footer .footer-sns li {width: 24px; height: 24px; background-size: 24px;}
    footer .footer-sns li.sns1 {background-position: 0 -48px;}
    footer .footer-sns li.sns2 {background-position: 0 -24px;}
    footer .footer-sns li.sns3 {background-position: 0 0;}
    footer .footer-sns li.sns4 {background-position: 0 -72px;}
    footer .footer-top {border: none; text-align: center;}
    footer .footer-nav li { margin:0 7px;}
    footer .footer-nav .toggle-menu {bottom: 1px; width: 100%;}
    footer .footer-nav .toggle-nav-wrap {display: block; border: 1px solid #e5e5e5; position: relative; margin-top: 25px;}
    footer .footer-nav li, footer .footer-nav li a {font-size:15px;line-height: 160%;color: #555;font-weight: 300; letter-spacing: -0.03em;}
    footer .footer-nav .btn-box, footer .footer-nav .toggle-menu li a {line-height: 36px;}
    footer .footer-bottom { padding: 20px 0;}
    footer .footer-bottom .twice-left-tab {width: 100%; text-align: center;}
    footer .footer-bottom .text {line-height: 140%;}
}

@media all and (max-width: 639px) {
    /* Mobile 최대 */
    .sec_top .topmenu_area .select_language #language_open ul {
        padding: 50px 0 25px;
    }

    .sec_top .topmenu_area .select_language #language_open ul li a {
        font-size: 20px;
    }

    .sec_menu { /*border-bottom:0;*/
    }

    .sec_top .topmenu_area .search_area #search_open div {
        padding: 14px;
    }
}

@media all and (max-width: 414px) {
    /* Mobile 최대 */
    .sec_top .topmenu_area .select_language #language_open {
        min-width: 320px;
        padding: 0 15px;
        transition: all .1s;
    }

    .sec_top .topmenu_area .select_language #language_open ul li a {
        font-size: 16px;
    }

    .sec_top .topmenu_area .select_language #language_open ul li .font_a {
        font-size: 20px;
    }

    .sec_top .topmenu_area .select_language #language_open ul .language_close {
        top: 15px;
        width: 24px;
        height: 24px;
        background-size: 24px auto;
    }
}

@media all and (max-width: 320px) {
    /* Mobile 최소 */
    .sec_menu .menu_area .gnb_menu {
        width: 293px;
    }

    .sec_menu .menu_area .gnb_menu #scroller {
        width: 260px;
    }

    .main-tab-2 ul li {
        height: 60px;
    }

    .main-tab-2 ul li .twice-left-tab {
        width: calc(100% - 90px);
        margin-right: 0px;
        padding-right: 20px;
    }

    .main-tab-2 ul li .img_wrap {
        width: 90px;
        height: 60px;
    }
}