@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');

body { font-family: dotum; line-height: 22px; font-size: 14px; color: rgb(51, 51, 51);  }

body, button, input, select, td, textarea, th {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Noto Sans',AppleSDGothicNeo,'Malgun Gothic','맑은 고딕',sans-serif !important;
    color: #000;
}
body.is-pc .ko { font-size:12px; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: crimson; text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { font-family: 'Noto Sans',AppleSDGothicNeo,'Malgun Gothic','맑은 고딕',sans-serif !important; /*font-family: "Roboto", sans-serif; }
.ko, .ko small { font-family:dotum, sans-serif; */}
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
/*.wrapper { margin:0 auto; background:#f2f4f7;  }*/
.wrapper { margin:0 auto; background:#FFFFFF;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; /*background-color: #FFFFFF;*/}/*background-color 추가 hanna 180306*/
.at-body .at-container { padding:0px 15px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:20px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; }
@media all and (max-width:991px) {
	.responsive .at-body .at-container { padding:0px 10px !important; }
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }

}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; padding:10px 0px 5px; }
.at-lnb ul > li { float: left; padding: 0px 15px; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { color: #333; float:left; }
@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:10px 0px 0px; text-align:center; }
/*.pc-header .at-container { padding:0px 20px 15px; background: url('./header.jpg') no-repeat right top; }*/
.pc-header .at-container { padding:0px 20px 15px; text-align: left;margin-top: 30px   }
.pc-header .header-logo { display:inline-block; margin-left: 50px} /*padding:0px 15px;vertical-align:middle;  감춤 hanna 180219*/
.pc-header .header-logo a { font-size:44px; line-height:44px; font-family:'Georgia', sans-serif; font-weight:bold; color:#000; }
.pc-header .header-logo a:hover { color:#000; }
.pc-header .header-logo img { display:block; max-width:100%; max-height:60px; }
.pc-header .header-desc { display:block; font-size:12px; letter-spacing:-1px; color:#888; margin-top:2px; }
.pc-header .header-search { display:inline-block; width:260px; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:4px; border:4px solid #223d9b; background: #223d9b; }
.pc-header .header-search input { background: #fff; border:1px solid #223d9b; }
.pc-header .header-search .btn { color:#fff !important; background: #223d9b !important; }
.pc-header .header-keyword { padding-top:4px; }
.en .pc-header .header-keyword { font-size:12px; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:none; background: rgb(50, 60, 70); }
.m-header a { color:#fff }
.m-header .at-container { padding:0px; }
.m-header .header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; min-width:300px; border-collapse: collapse; }
.m-header .header-icon, 
.m-header .header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .header-icon { width:44px; }
.m-header .header-icon a { display:block; }
@media all and (max-width:991px) {
	.responsive .m-header { display:block; background:#0089cf;}
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #0089cf; border:0px; z-index:3; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 15px; font-family: "Roboto", sans-serif; }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { font-size:16px; } 
@media all and (max-width:991px) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#fff; background:#0089cf; font-weight:bold; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#0066b3; }
.pc-menu .nav-top .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: orangered transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#0089cf; position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; width:42px; }
.pc-menu .nav-right > ul > li > a { color:#fff; display:block; text-align:center;background:#0089cf }/*background 색 추가 hanna 180202*/
.pc-menu .nav-right > ul > li > a:hover { background: #0066b3; }
.pc-menu .nav-right .label { position: absolute; top: 15%; right: 7px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }
.pc-menu .nav-rw { width:170px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
/*.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }*/

/* 전체메뉴 absolute로 처리 jwshin */
.pc-menu-all { position:absolute; background:#fff; z-index:2; width: 100%;border-top: 1px solid #DFDFDF;border-bottom: 1px solid #DFDFDF; }

.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}

/*.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }*/

/* 전체메뉴 간결하게 jwshin */
.pc-menu-all .table td { width:1%; background:#fff; border-left:1px solid #F2F2F2;border-right:1px solid #F2F2F2; padding:0px; line-height:20px; border-top: 1px solid #fff;}
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; font-weight:bold; }

.pc-menu-all .table td.on .menu-a { color:#000; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:2px 12px; color:#0066b3; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:crimson; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:bold; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { /*display:none;*/  overflow:hidden; background:#fff; position:relative; z-index:20; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); border-top: 1px solid #DFDFDF;}
.m-menu .m-wrap { }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon, 
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; border:1px solid #eee; border-top:0px; border-bottom:0px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0px 10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: orangered; font-weight:bold; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: orangered; font-weight:bold; }
@media all and (max-width:991px) {
	.responsive .m-menu { display:block;} 
	.pc-header .header-logo {display: none}

}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; border-top:1px solid #dfdfdf;}
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:12px; }
.at-footer .at-links { background:#fafafa; padding:8px 0px; border:1px solid #ddd; border-left:0px; border-right:0px;  }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 15px; }
.at-footer .at-links ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #888; }
@media all and (max-width:991px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; text-align:center; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}

/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos .media { padding:15px 20px 20px; }
.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .copyright { float:left; margin-left:10px; }
.at-footer .at-infos .copyright span { color:#888; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#888; }
.at-footer .at-about > li > a { color: #888; }
.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::after { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { padding:15px 0px 20px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#888; }
.at-footer .at-copyright strong { color:#333; }

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 25px; z-index: 2; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display:none; }
@media (max-width: 768px) {
	.at-go .go-btn { bottom:0px; right:5px; }
}

/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family: "Roboto", sans-serif; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family:dotum, sans-serif; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; }
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "Roboto", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a{color:#fff !important;}
/*.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }*/ /*감춤 hanna 180212*/

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "Roboto", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "Roboto", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }



/*jwshin 추가*/
.hidden-elem{ display:none; }


/*hanna 추가*/

.pc-header .at-container{margin-top: 20px}
.pc-header .header-search {margin-left: 300px;width:350px;margin-bottom: 35px;max-height:30px }
.pc-header .at-container{padding: 5px 70px 0px !important; }




.row_cont{margin-top: 20px}

.cont-row-1{width:100%;padding:30px 0 ; overflow: visible;} /*background-color: #fff;*/
.main_icon{text-align: center}
.icon_title{font-weight: bold; font-size: 13px;margin-top:10px;color: #3a3a3a}
.content_main{margin:30px 0;}
.cont_img{position: relative}
.cont_title{position:absolute; top:68px;left:30px;font-size: 14px;}
.cont_img img{padding:15px;background:#fff;}
.cont_all{margin-top: -30px}


.login_bg{background-color: #fff; margin-top:20px; padding:10px 20px 7px 20px;}
.login_widget{padding-top: 10px}
.banner_bottom{margin-bottom: 125px ! important}

@media all and (max-width:991px) {
		.at-body{background-position-y:25% }

}

@media all and (max-width:768px) {
		.at-body{background-image: url('../../assets/img/background2.png')! important;background-position-y:-15% }

}

/*live 방송보기*/
/*.livechannel,.vodchannel{max-width: 1200px;float: none;margin:0px auto ;padding-bottom: 50px}*/
/*.livechannel,.vodchannel{width:100%;float: none;margin:0px auto ;padding-bottom: 50px}*/
.livechannel, .vodchannel {
    max-width: 1280px;
    float: none;
    margin: 0px auto;
    padding-bottom: 50px;
    padding-right: 0px;
	padding-left: 0px;
}

.main_title{text-align: center;margin-top: 60px}
.main_slider{height:100%; margin: 50px 0px;text-align: center;}
.main_slider img{margin:auto;}
.main_slider2{margin: 80px 0 30px 0}


.channel_info{margin:auto;box-shadow: 0 1px 2px rgba(56,58,61,.23),0 0 0 1px rgba(56,58,61,.08);background: #fff;}
.channel_info2 {margin:auto;}
.channel_title{margin: 20px 0px ! important; padding-bottom:10px; border-bottom:solid 1px #e6e6e9;z-index: 1}
.video1,.video2{margin-bottom: 20px}
.click1,.click2{margin-top: 10px}

.samsung_bg{background-image: url('../../assets/img/samsung_character.png')! important;background-repeat: no-repeat; 
			background-size: 17%;z-index: 20;background-position-y:55%;background-position-x:2%;}
.mB{margin-bottom: 25px}



@media all and (max-width:991px) {
	.mB{margin-bottom: 25px}
	.video1_left,.video1_right,.video2_left,.video2_right,.video3_left,.video3_right,.video1_1,.video1_2,.video1_3,.video1_4{text-align: center}
	.video1_1,.video1_2,.video1_3,.video1_4{margin-top: 20px}
	.main_board,.main_board li{padding-right: 0px  ;padding-left: 0px}

}

@media all and (max-width:768px) {
	.samsung_bg{background-image: none}
	.main_board,.main_board li{padding-right: 0px;padding-left: 0px}

}



/*메인화면 추가 디자인*/

.bg_1,.bg_2{height:300px ! important;}

.content_main,.bg_2{padding-left: 0px; padding-right: 0px}
.pc-menu .nav-rw{margin-right: 8px}
.pc-menu .nav-top{left:12px;}
.content_1{background-color:#646570;height:300px;}
.content_notice{padding: 20px;}
.mB{margin-bottom: 25px}


/*vodplayer hanna 180410*/
.vodplayer{padding-top:50px;}
.new_video,.hit_video{margin: 10px 0}



/*테스트*/
@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1384 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  /*float: left;
  overflow: hidden;
  margin: 35px 15px;
  min-width: 230px;
  max-width: 315px;*/
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: #000000;
}
figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1384 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.snip1384:after,
figure.snip1384 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1384:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
figure.snip1384 figcaption {
  z-index: 1;
  padding: 40px;
}
figure.snip1384 h3,
figure.snip1384 .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
figure.snip1384 h3 {
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  opacity: 0;
}
figure.snip1384 p {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
figure.snip1384 i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
figure.snip1384 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.snip1384:hover img,
figure.snip1384.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1384:hover:after,
figure.snip1384.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
figure.snip1384:hover h3,
figure.snip1384.hover h3,
figure.snip1384:hover p,
figure.snip1384.hover p,
figure.snip1384:hover i,
figure.snip1384.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}
/* Demo purposes only */
/*body {
  background-color: #212121;
}*/

figure.snip1384 img{height: 300px; width:auto;}

/*지금 방송중 hanna 180424*/
.onairnow{position: relative;}
.onairnow_btn{position: absolute;top:5px ; left: 20px; border-radius: 10px;}




/* 라이브채널 메인 영역 S jwshin 180503*/
.main-top-wrap {
 max-width: 1280px;
float: none;
margin: 0px auto;
padding-top : 0px;

}

.lch_info {
    position: relative;
    height: 421px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.03),0 1px 2px 0 rgba(0,0,0,.19);
    margin-bottom: 10px;
}
.lch_info .bg_smr {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 290px;
}

.ico_kakaotv_new, .img_brand {
    font-size: 1px;
    line-height: 0;
    vertical-align: top;
    overflow: hidden;
    text-indent: -9999px;
}

.img_brand {
    display: block;
    width: 72px;
    height: 44px;
    background: url(../../assets/img/logo_ch.png) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 50%;
        background-position-y: 45%;
         background-size: 130px;
}


.img_brand_samsunglife {
	display: block;
    width: 72px;
    height: 44px;
   background: url(../../assets/img/logo_ch_samsunglife.png) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 50%;
        background-position-y: 45%;
         background-size: 130px;
}

.img_brand_pingpongtime {
	display: block;
    width: 82px;
   background: url(../../assets/img/pingpongtime_logo.jpg) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 50%;
        background-position-y: 45%;
         /*background-size: 130px;*/
}

.img_brand_fishing {
	display: block;
    width: 72px;
    height: 44px;
   background: url(../../assets/img/logo_fishing.png) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 50%;
        background-position-y: 45%;
         background-size: 130px;
}

.img_brand_cocomii {
	display: block;
    width: 72px;
    height: 44px;
   background: url(../../assets/img/logo_cocomii.jpg) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 50%;
        background-position-y: 45%;
         background-size: 130px;
}


.img_brand_kmhtt {
	display: block;
    width: 72px;
    height: 44px;
   background: url(../../assets/img/logo_kmhtt.png) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 50%;
        background-position-y: 45%;
         /*background-size: 130px;*/
}

.img_brand_kyttf {
	display: block;
    width: 72px;
    height: 44px;
   background: url(../../assets/img/logo_kyttf.png) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 50%;
        background-position-y: 45%;
         /*background-size: 130px;*/
}

.img_brand_kwater {
	display: block;
    width: 72px;
    height: 44px;
   background: url(../../assets/img/logo_kwater.png) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 50%;
        background-position-y: 45%;
         /*background-size: 130px;*/
}

.img_brand_boram {
	display: block;
    width: 72px;
    height: 44px;
   background: url(../../assets/img/logo_boram.png) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 50%;
        background-position-y: 45%;
         /*background-size: 130px;*/
}

.img_brand_sktg {
	display: block;
    width: 72px;
    height: 44px;
   background: url(../../assets/img/logo_sktg.png) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 50%;
        background-position-y: 45%;
         /*background-size: 130px;*/
}

.img_brand_ktta{
	display: block;
    width: 72px;
    height: 44px;
    background: url(../../assets/img/logo_ktta2.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 50%;
   background-position-y: 45%;
}

.img_brand_kettf{
	display: block;
    width: 72px;
    height: 44px;
    background: url(../../assets/img/logo_kettf.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 50%;
   background-position-y: 45%;
}

.img_brand_kyttf{
	display: block;
    width: 72px;
    height: 44px;
    background: url(../../assets/img/logo_kyttf.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 50%;
   background-position-y: 45%;
}

.lch_info .lch_brand .img_brand {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 168px;
    height: 168px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,20,61,.08),0 16px 24px 0 rgba(0,20,61,.12);
    -webkit-animation: slide-down 0s forwards;
    animation: slide-down 0s forwards;
    vertical-align: top;
}


.lch_info .lch_brand {
    position: absolute;
    bottom: 63px;
    left: 42px;
    padding: 96px 0 0 196px;
}


.lch_info .lch_brand .logo_mbc {
    background-position: -300px -180px;
}

.lch_info .lch_link {
    position: absolute;
    bottom: 71px;
    right: 30px;
}

.lch_title {padding-top:20px;font-weight: bold}

.lch_link img {width:40px;}

/* 추가 세부메뉴 hanna 181120*/

.lch_info .menu_detail {
	position: absolute;
    bottom: 63px;
    right: 30px;
	
}


.lch_info .menu_detail .btn-group .btn{

	border-radius:3px!important;
}












/* 추가 세부메뉴 끝 */



/* 중간 기기들 (데스크탑, 1530px 이하) */
@media (max-width: 1530px) {
  .entry_watch_box { max-width: 20% }
}


/* 중간 기기들 (데스크탑, 1200px 이하) */
@media (max-width:1280px) {
 .lch_info {height: 200px;}
 .lch_info .lch_brand {
    bottom: 10px;
    left: 42px;
    padding: 96px 0 0 196px;
    color:#fff;
    text-shadow: 0.1em 0.1em 0.5em #333;
	}
  .lch_info .lch_link {
    position: absolute;
    bottom: 10px;
    right: 30px;
	}


  .lch_info .menu_detail{
		position: absolute;
	    bottom: 10px;
	    right: 30px;
	}

 

}


}


/* 중간 기기들 (데스크탑, 992px 이하) */
@media (max-width:991px) {
  
}


/* 작은 기기들 (태블릿, 768px 이하) */
/* 862 부터 깨져서 862로*/
@media (max-width:862px) {
 
	.lch_info .lch_brand .img_brand {
	    display: none;
	}
	.lch_info .lch_brand {
		padding-left:20px;
	}
	.lch_info {height: 100px;}
	/*메인 이미지 짤림 현상 수정 hanna 181120*/
	.lch_info .bg_smr .img_smrlogo{max-width:150%! important;}
}


/* 라이브채널 메인 영역 E */




/* 영상 리스트 */

.area_favorlive, .area_highlight, .area_live, .area_pdvod, .area_smrlist, .area_vod, .slot_item, .slot_theme {
    box-shadow: 0 1px 2px rgba(56,58,61,.23),0 0 0 1px rgba(56,58,61,.08);
    background: #fff;
}

    .area_favorlive, .area_highlight {
    padding-bottom: 16px;
}


.h_head .list_mtab li .link_tab:hover, .h_head .list_mtab li.on .link_tab, .tit_newhome {
    color: #32353B;
}
.tit_newhome {
    padding: 24px 0 0 30px;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    font-family: "Noto Sans Medium",AppleSDGothicNeo,"Malgun Gothic","맑은 고딕",sans-serif;
}

/**/


.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

 .list_favoritem .link_itembox .assist_info {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 6px 0 2px;
    color: #848c9c;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}
.wrap_slider .list_favoritem .link_itembox, .wrap_slider .list_pdvod .link_itembox {
    white-space: normal;
}
a {
    color: #000;
}
.wrap_slider .list_favoritem .inner_favoritem, .wrap_slider .list_pdvod .inner_pdvod {
    font-size: 13px;
}

.wrap_slider .live_rank .rank_1 {
    background-position: 0 0;
}
.wrap_slider .live_rank .img_rank {
    position: absolute;
    top: 13px;
    left: 0;
    width: 40px;
    height: 28px;
}

.thumb_box .mark_closed, .thumb_box .mark_live, .thumb_box .mark_next, .thumb_box .mark_replay {
    top: 5px;
    left: 20px;
    height: 20px;
    position: absolute;
}

.mark_live2 {
    top: 5px;
    right: 5px;
    height: 20px;
    position: absolute;
}

.ico_biz, .ico_visiontvpc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    text-indent: -9999px;
}

.wrap_slider .tit_item {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    padding-top: 8px;
    margin-bottom: 2px;
    font-weight: 800;
    color: #32353B;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
	text-overflow: ellipsis;
	white-space: normal;
	letter-spacing: -1.5px;
}


.live-list-first {margin-top:0px;}
.thumb_img {width:100%; border-radius: 5px;}

/* 중간 기기들 (데스크탑, 1200px 이하) */
@media (max-width:1280px) {
	
}
 
 .append_info { color: #848c9c;}

 .main_banner {width:100%;}

.area_banner {
    box-shadow: 0 1px 2px rgba(56,58,61,.23),0 0 0 1px rgba(56,58,61,.08);
    background: #fff;
}

.area_banner {
	padding-top: 13px;
    padding-bottom: 16px;
}



/* pc 사이즈 가로화면 조정*/
@media (min-width: 1263px)  {
	.livechannel, .vodchannel {
	    max-width: 1100px;
	}

}

@media (min-width: 1563px)  {
	.livechannel, .vodchannel {
	    max-width: 1280px;
	}
}


/* 5개 리스트 만들기*/
/*@media(min-width:1200px){
	.col-lg-custom {
	    width: 20%;
	}
}*/


/* 5개 리스트 만들기*/
@media(min-width:968px){

	.col-lg-custom {
	    width: 235px;
	}

	.slick-track {	    
		width:24500px;
	}

	
}



/********** 슬라이드 S **********/

.wrap_slider {
    position: relative;
    overflow: hidden;
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}


.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.wrap_slider .list_favoritem, .wrap_slider .list_pdvod {
    overflow: hidden;
    position: static;
    padding: 13px 24px 10px 24px;
    font-size: 0;
    white-space: nowrap;
}

/*
.wrap_slider .list_favoritem, .wrap_slider .list_pdvod {
    padding-right: 121px;
}
*/

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.wrap_slider .slick-list {
    overflow: visible;
}


.entry_watch_box {
    /*width: 220px;
    height: 380px;*/
    overflow: hidden;
    float: left;
    padding: 12px 0px 10px 22px;
}
.entryvideo_bnr { width:100% }




/* 슬라이드 버튼 S*/
button.btn_arrow {
    overflow: visible;
    vertical-align: middle;
    border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
    outline:none;
    border:0;
    margin: 0;
    padding: 0;
    text-transform: none;
    background: none
}

.wrap_slider .btn_arrow {
	visibility: hidden;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 60px;
    height: 100%;
}

.wrap_slider .btn_arrow.btn_prev {
    left: -30px;
}


.wrap_slider .btn_arrow.btn_next {
    right: -30px;
}

.wrap_slider .btn_arrow .circle_g, .wrap_slider .btn_arrow.btn_next .circle_g {
    margin-left: 10px;
}

.ico_list_arro {
	 display: inline-block;
	 box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/* 슬라이드 버튼 E*/


/********** 슬라이드 E **********/

/* 각 게시판 title 영역에 로고 추가  */
.title-logo{
	background-image:url('../../assets/img/vision_logo.png') ;
	background-repeat: no-repeat;
	background-position: 99% 60%;
	background-size: 13%;
}

@media all and (max-width:991px) {
	.title-logo{
		background-image:url('../../assets/img/vision_logo.png') ;
		background-repeat: no-repeat;
		background-position: 99% 60%;
		background-size: 20%;
	}
}