/* 모바일 사이즈 */
@media ( max-width :767px) {
	.mobile-wrapper {
		padding: 0;
	}
	.rightnews {
		display: none;
	}
	#page-wrapper {
		padding: 10px;
	}
	.rightBoxNewsContent {
		padding-left: 5px;
		padding-right: 5px;
	}
	.banner-img {
		display: none;
	}
	.contentmenu {
		display: none;
	}
	/* contentBody */
	.contentTitle {
		font-size: 30px;
		font-weight: 900;
		text-align: left;
		padding: 15px;
	}
	.menu-hover {
		background: #fff;
		color: #000000;
		border-bottom: 0px;
	}
	.background {
		width: 100%;
		height: 530px;
		position: relative;
		height: 530px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.newsHeaderMenu {
		background-color: rgba(48, 55, 95, 0.37);
	}
	.newsMainImgTitle {
		width: 100%;
		background-color: black;
		font-size: 11pt;
		padding: 10px;
	}
	.newsMainHeadLine {
		padding: 18px;
	}
	.newsMainSmallImgTitle {
		color: #424a7d;
		font-size: 14pt;
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsMainSmallImgContent {
		color: black;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5; /* 라인수 */
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		line-height: 1.5em;
		height: 7em;
	}
	.newsMainSmallImgReply {
		color: #929292;
	}
	.newsMainSmallImgReporter {
		margin-top: 5px;
		color: #929292;
	}
	.newsMainSmallImgDiv {
		padding-left: 3%;
		line-height: 25px;
		margin-top: 20px;
		padding-right: 3%;
	}
	.rightBoxNewsDiv {
		color: black;
		border: 1px solid #d9d9d9;
		padding: 15px;
	}
	.rightBoxNewsContent ul {
		padding-left: 0px;
		margin-top: 40px;
	}
	.newsBanner {
		text-align: right;
	}
	.news-replay-player {
		width: 100%;
		height: 200px;
	}
	.news-replay-player-div {
		background-color: #1b214c;
		color: white;
		font-size: 10pt;
		padding: 5px;
	}
	.newsMobileMenuBtn {
		border-radius: 0;
		width: 100%;
		background-color: #000000;
		color: white;
	}
	.newsMobileMenuSubBtn {
		border-radius: 0;
		width: 100%;
	}
	.newsMobileMenuBtn:hover, .newsMobileMenuBtn:focus {
		border-radius: 0;
		width: 100%;
		background-color: #000000;
		color: white;
	}
	.ibox-content {
		padding: 0px;
		border: 0;
	}
	.newsMainHeadLineText {
		font-size: 20px;
	}
	.newsMainHeadLine hr {
		width: 50px;
		border-top: 2px solid;
	}
	.newsMainHeadLineTitle {
		font-size: 14pt;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1; /* 라인수 */
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		line-height: 1.2em;
		height: 1.1em;
		font-size: 20px;
	}
	/* .news-slide {
		display: none;
	} */
	.col-sm-12 {
		min-height: 0;
	}
	hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.btn {
		font-size: 12px;
	}
	.btn-social-icon>:first-child {
		line-height: 29px;
	}
	.btn-social-icon {
		height: 30px;
		width: 30px;
	}
	.news-articles {
		display: none !important;
	}
	.date-location {
		position: absolute;
		top: 10px;
		font-size: 50px;
		color: #676B6D;
	}
	.left-angle {
		left: 5%;
	}
	.right-angle {
		right: 5%;
	}
	.news_replay_title {
		margin-top: 17px;
		font-size: 17px;
	}
	.news_image_icon {
		display: none;
	}
	.newsMainImageTitleDot {
    display: -webkit-box;
  }
}

/* 모바일 외 */
@media ( min-width : 768px) {
	.news_replay_title {
		margin-top: 14px;
	}
	.left-angle {
		left: 35%;
	}
	.right-angle {
		right: 35%;
	}
	.date-location {
		position: absolute;
		top: 10px;
		font-size: 50px;
		color: #676B6D;
	}
	.newsarticle-div {
		padding: 0px 15px 0px 15px !important;
	}
	.board-button {
		margin-left: 5px;
	}
	#page-wrapper {
		padding: 10px;
	}
	.content-line {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.background {
		width: 100%;
		height: 530px;
		position: relative;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center top;
	}
	.rightBoxNewsDiv {
		color: black;
		border: 1px solid #d9d9d9;
		padding: 15px;
		float: right;
	}
	.rightBoxNewsContent ul {
		list-style: circle;
		padding-left: 0px;
	}
	.newsBanner {
		text-align: right;
	}
	.newsMobileMenuBtn {
		display: none;
	}
	.newsMainSmallImgReporter {
		color: #929292;
		margin-top: 5px;
	}
	.newsMainSmallImgDiv {
		padding-right: 40px;
	}
	/* contentBody */
	.contentTitle {
		font-size: 30px;
		font-weight: 900;
		text-align: left;
	}
	.contentmenu {
		float: left;
		padding-top: 20px;
		font-size: 16px;
		font-family: NanumSquare;
		border-bottom: 1px solid #929292;
		padding-bottom: 9px;
	}
	.contentmenu a {
		margin-right: 15px;
		color: #858585;
	}
	.contentmenu a:hover {
		color: #000000;
		border-bottom: 2px solid #929292;
		padding-bottom: 10px;
	}
	.contentmenu-active {
		color: #000000;
		border-bottom: 2px solid #929292;
		padding-bottom: 10px;
		font-weight: 700;
	}
	.newsMainImgTitle {
		width: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		font-size: 15px;
		padding: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsMainHeadLine {
		padding: 20px 0px;
	}
	.newsMainHeadLineText {
		font-size: 17px;
	}
	.newsMainHeadLine hr {
		width: 50px;
		border-top: 2px solid;
	}
	.newsMainHeadLine .news-top-slide-nav{
    list-style: none;
    padding: 0;
    margin-top: 30px;
  }
  .newsMainHeadLine .news-top-slide-nav .nav-item{
    padding: 5px 20px;
    
  }
  .newsMainHeadLine .news-top-slide-nav .nav-item:not(:last-child){
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
	
	.newsMainHeadLineTitle {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 13px;
	}
	.newsMainSmallImgTitle {
		color: #424a7d;
		font-size: 17px;
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsMainSmallImgContent {
		color: black;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3; /* 라인수 */
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		line-height: 1.5em;
		height: 4.1em;
	}
	.newsMainSmallImgReply {
		color: #929292;
		margin-left: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1; /* 라인수 */
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		line-height: 1.5em;
		height: 1.5em;
	}
	.newsMainSmallImgDiv {
		line-height: 20px;
	}
	.rightBoxNewsDiv {
		color: black;
		border: 1px solid #d9d9d9;
		padding: 15px;
	}
	.news-replay-player {
		width: 100%;
		height: 350px;
	}
	.news-replay-player-div {
		background-color: #1b214c;
		color: white;
		font-size: 15pt;
		padding: 1% 1% 0 1%;
	}
	.contentmenu-right {
		float: right;
	}
	.newsMainHeadLineText {
		font-size: 20px;
	}
	.newsMainHeadLine hr {
		width: 50px;
		border-top: 2px solid;
	}
	.newsMainHeadLineTitle {
		font-size: 12pt;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news-replay-player {
		width: 100%;
		height: 550px;
	}
	.news-replay-player-div {
		background-color: #1b214c;
		color: white;
		font-size: 15pt;
		padding: 10px 10px 10px 10px;
	}
}

/* 큰 해상도 */
@media ( min-width :1200px) {
}

.replayVideo-wrap {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.26%;
}

.replayVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.item {
	width: 25%;
}

.thumbnail {
	position: relative;
	padding-top: 400px;
	overflow: hidden;
	background-color: black !important;
	margin-bottom: 0px;
	border: 0;
	border-radius: 0px;
}

.thumbnail .centered {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.thumbnail .centered img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ibox-submenu {
	padding: 30px 15px 60px;
}

.useriboxcontent {
	line-height: 25px;
}

.useriboxborder {
	border-bottom: 1px solid #d8d8d8;
}

.rowTitle {
	font-size: 20px;
	font-weight: 600;
}

.rowContentTitle {
	font-size: 16px;
	font-weight: 600;
}

.footable-last-column {
	font-size: 12px;
}

.newsBackImg {
	background-image: url("/resources/common/img/news/news_background.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.background-jibs {
	background-color: #272a45;
}

.newsMainHeadLineContent {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.7em;
	height: 95px;
	color: #ccc;
}

.newsMainSmallImgText {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 17px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rightBoxNewsLine {
	border-bottom: 1px solid #424a7d;
}

.rightBoxNewsTitle {
	float: left;
	font-size: 15pt;
	color: #424a7d;
	border-bottom: 1px solid #424a7d;
	width: 100px;
}

.rightBoxNewsPlus {
	float: right;
	font-size: 13px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 5px;
	color: #929292;
}

.rightBoxNewsContent ul li {
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rightBoxNewsContent ul a li {
	color: #929292;
}

.newsMainHeadLine, .newsMainImgTitle, .newsMainSmallImgText {
	color: #ffffff;
}

.articles-detail ul {
	list-style:none;
	padding-left: 10px;
}

.articles-detail ul li a {
	color: #929292;
}

.articles-detail-title {
	font-family: 'AppleSDGothicNeo-Regular', 'open sans';
	color: #222;
	font-size: 2.5em;
	font-weight: 700;
}

.articles-detail-attach-left {
	color: #929292;
	padding-right: 10px;
}

.articles-detail-attach-right {
	color: #929292;
	margin-left: 10px;
	padding-right: 10px;
}

.articles-detail-content {
	font-family: 'AppleSDGothicNeo-Regular', 'open sans';
	line-height: 25px;
}

.articles-detail-related {
	font-size: 18px;
}

.articles-detail-related-list ul {
	list-style: none;
	padding: 0;
}

.articles-detail-related-list ul li {
	padding: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-box {
	background-color: #ffffff;
	border: 1px solid #e7eaec;
	margin-bottom: 20px;
}

.news-box>a img {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}

.news-box-content {
	margin: 15px;
}

.news-box-title {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-box-hr {
	margin-right: 240px;
	border-top: 1px solid #1D4675;
	margin-top: 3px;
	margin-bottom: 10px;
}

.news-box-info {
	line-height: 22px;
	color: black;
}

.news-box-content2 {
	color: #929292;
}

.newsReportContent ul {
	list-style:none;
}

.nav-list+.nav-list {
	border-left: 1px solid #69c
}

.nav-list:hover, .nav-list:focus {
	background: transparent;
}

.time-active {
	border-bottom: 3px solid red !important;
	background-color: #434343 !important;
	color: white;
}

.list-button a {
	color: #929292;
}

.datelist {
	width: 100%;
	display: table;
	border-collapse: collapse;
	border: none;
	table-layout: fixed;
}

.datelist ul {
	display: table-row;
}

.datelist li {
	display: table-cell;
	text-align: center;
	padding: 5px 0;
	height: 50px;
	vertical-align: middle;
	border: 0px solid #d9d9d9;
	background-color: transparent;
}

.datelist li:FIRST-CHILD {
	display: table-cell;
	text-align: center;
	padding: 5px 0;
	height: 50px;
	vertical-align: middle;
	border: 1px solid #d9d9d9;
	background-color: white;
}

.datelist li:LAST-CHILD {
	display: table-cell;
	text-align: center;
	padding: 5px 0;
	height: 50px;
	vertical-align: middle;
	border: 1px solid #d9d9d9;
	background-color: white;
}

.nav-list+.nav-list {
	border-left: 1px solid #69c
}

.nav-list:hover, .nav-list:focus {
	background: transparent;
}

.time-active {
	border-bottom: 3px solid red !important;
	background-color: #434343 !important;
	color: white;
}

.dateselect .btn {
	border-radius: 0;
}

.dateselect .input-group {
	position: relative;
	display: block;
	border-collapse: separate;
	margin: auto;
}

.dateselect .input-group-addon {
	font-size: 35px;
	border: 0 !important;
	background-color: transparent;
	padding: 6px 5px !important;
}

.dateselect {
	font-size: 30px;
}

.datelist li:FIRST-CHILD {
	border: 0px;
}

.datelist li:LAST-CHILD {
	border: 0px;
}

.datelist .input-group-addon, .input-group-btn {
/* 	width: 0; */
}

.replayContent {
	line-height: 25px;
}

.background-grey {
	background-color: #F6F5F5;
}

.newsboxtitle {
	font-size: 18px;
	color: #1D4675;
}

.title-jibs {
	font-size: 17px;
	color: #1D4675;
}

.news-btn {
	cursor: pointer;
	background-color: #c7c7c7;
}

.news-btn:hover {
	background-color: #1c224d;
}

.news-btn-active {
	cursor: pointer;
	background-color: #1c224d;
}

.news-vod-box-title {
    font-size: 20px;
    border-top: 5px solid #284672;
    border-bottom: 1px solid #284672;
}

.video {
    cursor: pointer;
}

.btn-jibs-culture-active {
    background-color: #1D4675;
    border-color: #1D4675;
    color: #FFFFFF;
}

.news-vod-box-vod {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* height: 572px; */
}
.contact-box.center-version>a {
    padding: 0px;
}
.contact-box.center-version>a img {
    margin-top: 0px;
}
.replayThumbnail-wrap {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.26%;
}
.program-list-info {
    padding: 10px;
    height: 136px;
}
.replayTitle {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 700;
    color: black;
}
.replayDate {
    margin-top: 15px;
}
.replay {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.tv-detail-title, .tv-detail-info {
    color: black;
    font-weight: 600;
}
.tvboxcontent {
    color: #929292;
}
.tvbox-content {
    margin: 15px;
    height: 186px;
}
@media screen and (min-width: 768px) {
    .news-replay-content-layout {
      padding-left: 0px;
      padding-right: 20px;
      width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .news-replay-content-layout {
        padding-left: 0px;
        padding-right: 0px;
    }
    .articles-detail-title {
        color: #222;
        font-size: 1.9em;
        font-weight: 700;
    }
    .articles-detail-content{
        color: #393939;
    }
    .thumbnail {
      padding: 0px;
      padding-top: 56.25%;
      border-radius: 0px;
    }
}
strong.news-article-subtitle{
    display: block;
    overflow: hidden;
    position: relative;
    margin: 26px 10px 27px 4px;
    padding-left: 14px;
    font-weight: bold;
}
strong.news-article-subtitle::before{
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 5px;
    width: 3px;
    background: #333;
    content: '';
}
.articles-detail-content {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}
.articles-detail-content .news-image {
    padding: 1.7em 0 0 0;
}
.news-image-description{
	font-size: 14px;
	color: #919191;
	margin-top: 12px;
}
.newsMainImageTitleDot {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.8em;
    height: 2.2em;
    padding-top: 6px;
    font-size: 1.7em;
}