@charset "utf-8";

/* 공통 > 썸네일 bg */
.kodes-wrap .thumb.bg {
	position: relative;
}
.kodes-wrap .thumb.bg:before {
	position: absolute; bottom: 0; content: ""; display: block; height: 90%; width: 100%; z-index: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.8) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.8) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.border-top-2 {border-top: 2px solid #333;}
.border-bottom-2 {border-bottom: 2px solid #333;}

/* 공통 > 우측 title */
.kodes-wrap .right .title {
	position: relative;
	width: 100%;
	float: left;
	display: flex;
	margin-bottom: 10px;
}
.kodes-wrap .right .title h3 {
	/* width: 90px; */
	height: 32px;
	display: block;
	color: #004080;
	line-height: 30px;
	border-bottom: 1px solid #004080;
	white-space: nowrap;
}
.kodes-wrap .right .title h3 a {
	display: block;
	white-space: nowrap;
}
.kodes-wrap .right .title .space {
	width: 100%;
	overflow: auto;
	height: 32px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
}
.kodes-wrap .right .go_more {
	position: absolute;
	bottom: 10px;
	right: 0;
	float: right;
	color: #888;
	font-size: 12px;
}

/* 우측 > 포토 */
.kodes-wrap .right_photo {
	width: 100%;
	display: grid;
	overflow: hidden;
	position: relative;
}
.kodes-wrap .right_photo .thumb {
	display: block;
	width: 100%;
	height: 277px;
}
.kodes-wrap .right_photo .thumb img {
	width: 100%;
	height: 100%;
}
.kodes-wrap .right_photo .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	z-index: 10;
	color: #fff;
	text-align: center;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.80) 59%, rgba(0, 0, 0, 0));
	background: -webkit-gradient(linear, left bottom, left top, color-stop(59%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8), 59%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,0.8), 59%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 59%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.8), 59%, rgba(0,0,0,0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.kodes-wrap .right_photo .txt .sbj {
	max-height: 25px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 우측 > 친절한쿡기자 */
.kodes-wrap .right_cook {
    display: inline-block;
	width: 100%;
	background-color: #507192;
	margin-top: 20px;
}
.kodes-wrap .right_cook .title {
    display: inline-block;
	width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.kodes-wrap .right_cook .title img {
	width: 100%;
}
.kodes-wrap .right_cook .row {
    display: inline-block;
	width: 100%;
	height: 120px;
}
.kodes-wrap .right_cook .sbj {
	margin-top: 12px;
	margin-bottom: 10px;
	margin-left: 24px;
	margin-right: 24px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kodes-wrap .right_cook .desc {
	height: 70px;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #a1b2c4;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
}

/* 우측 > 기자수첩 */
.kodes-wrap .right_reporter {
	display: inline-block;
	width: 100%;
	height: 67px;
	margin-top: 20px;
}
.kodes-wrap .right_reporter .box {
	display: inline-block;
}
.kodes-wrap .right_reporter .row {
	display: inline-block;
	width: 100%;
	/* float: left;
	display: flex; */
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #bfbfbf;
}
.kodes-wrap .right_reporter .row:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.kodes-wrap .right_reporter .image {
	float: left;
	min-width: 70px;
	margin-right: 10px;
	text-align: center;
}
.kodes-wrap .right_reporter .image .thumb {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin-left: 10px;
}
.kodes-wrap .right_reporter .image .name {
	font-size: 10px;
	font-style: italic;
	margin-top: 5px;
}
.kodes-wrap .right_reporter .image .name span {
	font-size: 13px;
}
.kodes-wrap .right_reporter .txt {
	width : auto;
	height: 70px;
	display: table;
}
.kodes-wrap .right_reporter .txt a {
	vertical-align: middle;
	display: table-cell;
}
.kodes-wrap .right_reporter .txt .sbj {
    font-size: 15px;
    font-weight: 600;
	max-height: 70px;
	overflow: hidden;
}

/* 메인 > 우측 > 단독/기획 */
.kodes-wrap .main_right_special {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.kodes-wrap .main_right_special .title {
	display: inline-flex;
    height: 28px;
    margin-bottom: 0;
}
.kodes-wrap .main_right_special .title a {
	display: inline-flex;
}
.kodes-wrap .main_right_special .title span {
	padding: 5px;
    background-color: #000235;
    color: #ffffff;
}
.kodes-wrap .main_right_special .row {
    display: inline-block;
	position: relative;
	width: 100%;
	height: 168px;
}
.kodes-wrap .main_right_special .row .thumb {
	width: 100%;
	height: 168px;
}
.kodes-wrap .main_right_special .row .thumb img {
	width: 100%;
	height: 100%;
}
.kodes-wrap .main_right_special .row .txt {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
	height: 100%;
    padding: 20px;
    z-index: 10;
    background: rgba(0,0,0,0.5);
}
.kodes-wrap .main_right_special .row .txt .sbj {
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	height: 111px;
	overflow: hidden;
}

/* 뉴스뷰 > 우측 > 단독/기획 */
.kodes-wrap .right_special {
    margin-top: 20px;
}
.kodes-wrap .right_special .row {
	display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.kodes-wrap .right_special .row:first-child {
	margin-top: 0;
}
.kodes-wrap .right_special .row a {
	display: block;
}
.kodes-wrap .right_special .thumb {
	float: left;
    min-width: 92px;
    width: 92px;
    height: 69px;
    margin-right: 10px;
}
.kodes-wrap .right_special .thumb img {
    width: 100%;
    height: 100%;
}
.kodes-wrap .right_special .txt {
	width: auto;
	height: 69px;
	display: table;
}
.kodes-wrap .right_special .txt .valign {
	display: table-cell;
	vertical-align: middle;
}
.kodes-wrap .right_special .txt .sbj {
	overflow: hidden;
	max-height: 69px;
	/* display: block; */
}

/* 우측 > 특집 */
.kodes-wrap .right_project {
	position: relative;
	display: block;
	width: 100%;
	height: 290px;
	margin-top: 20px;
	border: 2px solid #c2c0c1;
}
.kodes-wrap .right_project .title {
	margin-top: 14px;
    text-align: center;
    float: none;
    display: block;
	font-size: 16px;
}
.kodes-wrap .right_project .title span {
	padding: 4px 8px;
	color: #fff;
}
.kodes-wrap .right_project .sbj {
	margin: 18px;
	font-size: 16px;
	text-align: center;
	width: auto;
}
.kodes-wrap .right_project .thumb {
	position: absolute;
    bottom: 0;
	width: 100%;
	height: 170px;
}
.kodes-wrap .right_project .thumb img {
	width: 100%;
	height: 100%;
}

/* 우측 > 많이 본 기사 */
.kodes-wrap .right_bestnews {
	width: 100%;
}
.kodes-wrap .right_bestnews .title {
	width: 100%;
	float: left;
	display: flex;
}
.kodes-wrap .right_bestnews .title .tab {
	position: absolute;
	right: 0;
	width: 150px;
	height: 32px;
}
.kodes-wrap .right_bestnews .title .tab .item {
	width: 75px;
	height: 32px;
	display: inline-block;
	margin-right: -3px;
	border: 1px solid #e0e0e0;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.kodes-wrap .right_bestnews .title .tab .item.active {
	border-color: #000;
}
.kodes-wrap .right_bestnews ul {
	display: inline-block;
	margin-top: 5px;
	padding-left: 5px;
	width: 100%;
}
.kodes-wrap .right_bestnews li {
	font-size: 15px;
	margin-top: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kodes-wrap .right_bestnews li:first-child {
	margin-top: 0;
}
.kodes-wrap .right_bestnews em {
    margin-right: 8px;
    font-weight: bold;
    font-style: inherit;
	color: #5f88a8;
}

/* 우측 > 방송 */
.kodes-wrap .right_tv {
	margin-top: 20px;
	width: 100%;
	display: block;
}
.kodes-wrap .right_tv .box {
	width: 100%;
	margin-top: 10px;
}
.kodes-wrap .right_tv .box:first-child {
	margin-top: 0;
}
.kodes-wrap .right_tv .box .list {
	display: block;
    margin-top: 0;
    padding-top: 0;
}
.kodes-wrap .right_tv .box .title {
	width: 100%;
	margin-bottom: 5px;
}
.kodes-wrap .right_tv .box .title img {
	width: 100%;
}
.kodes-wrap .right_tv .box .row {
	margin-bottom: 5px;
}
.kodes-wrap .right_tv .box .sbj {
	width: 100%;
	max-height: 48px;
	display: inline-block;
	overflow: hidden;
}

/* 우측 > 지역뉴스 */
.kodes-wrap .right_local {
    margin-top: 20px;
	width: 100%;
	display: block;
}
.kodes-wrap .right_local .local {
    color: #777;
    font-size: 12px;
}
.kodes-wrap .right_local .row {
    margin-bottom: 10px;
}
.kodes-wrap .right_local .row:last-child {
    margin-bottom: 0;
}
.kodes-wrap .right_local .txt {
}
.kodes-wrap .right_local .txt .sbj {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ------------------------------ 전국/지역 ------------------------------ */
/* 전국 > 헤드라인 */
.kodes-wrap .local_headline {
    overflow: hidden;
	width: 100%;
    position: relative;
}
.kodes-wrap .local_headline .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 20px 20px;
    z-index: 10;
    color: #fff;
	text-align: center;
}
.kodes-wrap .local_headline .sbj {
    overflow: hidden;
	max-height: 72px;
	font-weight: 700;
    font-size: 24px;
	line-height: normal;
	letter-spacing: 0px;
}

.kodes-wrap .local_headline .thumb:before {position: absolute; bottom: 0; content: ""; display: block; height: 70%; width: 100%; z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.kodes-wrap .local_headline img {
	width: 100%;
}
.slick-dots li {
    margin: 0;
}
.kodes-wrap .headline_slide .slick-dots li button:before {
	opacity: 1;
	color: #000;
}
.kodes-wrap .headline_slide .slick-dots li.slick-active button:before {
    color: #ffa216;
}

/* 전국 > 헤드라인 fullsize */
.kodes-wrap .localMain-content .local_headline_area {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.kodes-wrap .localMain-content .local_headline_area .left {
    float: left;
	width: 800px;
	margin-right: 10px;
}
.kodes-wrap .localMain-content .local_headline_area .right {
    float: left;
	width: 400px;
}
.kodes-wrap .localMain-content .local_headline_area .left .main_photo {
	display: block;
	position: relative;
	width: 100%;
	height: 360px;
}
.kodes-wrap .localMain-content .local_headline_area .left .main_photo a {
	display: block;
	width: 100%;
	height: 100%;
}
.kodes-wrap .localMain-content .local_headline_area .left .main_photo .thumb {
	width: 100%;
	height: 100%;
}
.kodes-wrap .localMain-content .local_headline_area .left .main_photo .thumb img {
	width: 100%;
    height: 100%;
}
.kodes-wrap .localMain-content .local_headline_area .left .main_photo .txt {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px 10px;
    z-index: 10;
    text-align: left;
}
.kodes-wrap .localMain-content .local_headline_area .left .main_photo .sbj {
	line-height: 36px;
    max-height: 72px;
    font-size: 24px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    margin-top: 5px;
    font-weight: 600;
    color: #fff;
}
.kodes-wrap .localMain-content .local_headline_area .left .main_photo .desc {
	margin-top: 5px;
	max-height: 40px;
	overflow: hidden;
    font-size: 14px;
    color: #bbb;
}
.kodes-wrap .localMain-content .local_headline_area .right .main_photo {
	position: relative;
	width: 100%;
	height: 175px;
	margin-bottom: 10px;
}
.kodes-wrap .localMain-content .local_headline_area .right .main_photo:last-child {
	margin-bottom: 0;
}
.kodes-wrap .localMain-content .local_headline_area .right .main_photo a {
	width: 100%;
	height: 100%;
}
.kodes-wrap .localMain-content .local_headline_area .right .main_photo .thumb {
	width: 100%;
	height: 100%;
}
.kodes-wrap .localMain-content .local_headline_area .right .main_photo .thumb img {
	width: 100%;
    height: 100%;
}
.kodes-wrap .localMain-content .local_headline_area .right .main_photo .txt {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px 10px;
    z-index: 10;
    text-align: left;
}
.kodes-wrap .localMain-content .local_headline_area .right .main_photo .sbj {
	line-height: 36px;
    max-height: 36px;
    font-size: 18px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    margin-top: 5px;
    font-weight: 600;
    color: #fff;
}
.kodes-wrap .localMain-content .local_headline_area .right .main_photo .desc {
	display: none;
}

/* 지역 > 주요뉴스 */
.kodes-wrap .local_box {
	border-top: 2px solid #333;
}
.kodes-wrap .local_box > .left .local_box {
	border-top: none;
}

.kodes-wrap .local_box .local_title {
	display: inline-block;
	font-size: 16px;
	font-weight: 1000;
	letter-spacing: 0;
	line-height: 24px;
	color: #203272;
	border-bottom: 3px solid #3161ff;
	margin: 10px 0 0 10px;
}
.kodes-wrap .local_box .local_body {
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	height: 284px;
    margin-bottom: 20px;
}
.kodes-wrap .local_box .local_body .box {
	float: left;
	margin-right: 30px;
}
.kodes-wrap .local_box .local_body .thumb {
	width: 260px;
	height: 185px;
}
.kodes-wrap .local_box .local_body .thumb img {
	width: 100%;
	height: 100%;
}
.kodes-wrap .local_box .local_body .box .txt {
	display: block;
	width: 260px;
	height: 78px;
	background-color: #102039;
}
.kodes-wrap .local_box .local_body .box .txt .sbj {
	display: inline-block;
	font-size: 16px;
	height: 48px;
	margin: 15px 15px;
	color: #fff;
	overflow: hidden;
}
.kodes-wrap .local_box .local_body .list {
	display: inline-block;
	width: 570px;
}
.kodes-wrap .local_box .local_body .list .row {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.kodes-wrap .local_box .local_body .list .row:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.kodes-wrap .local_box .local_body .list .row .txt {
	display: table;
	height: 42px;
}
.kodes-wrap .local_box .local_body .list .row .txt .valign {
	display: table-cell;
	vertical-align: middle;
}
.kodes-wrap .local_box .local_body .list .row .txt .sbj {
	overflow: hidden;
	line-height: 21px;
	max-height: 42px;
	font-size: 15px;
}
.kodes-wrap .local_box .right {
	display: block;
}
.kodes-wrap .local_box .right .right_title {
	font-size: 14px;
	font-weight: 600;
	margin: 40px 0 0 0;
}
.kodes-wrap .local_box .right .right_list {
}
.kodes-wrap .local_box .right .right_list .row {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.kodes-wrap .local_box .right .right_list .row:last-child {
	border-bottom: none;
}
.kodes-wrap .local_box .right .right_list .thumb {
	float: left;
	width: 122px;
	height: 91px;
	margin-right: 10px;
}
.kodes-wrap .local_box .right .right_list .thumb img {
	width: 100%;
	height: 100%;
}
.kodes-wrap .local_box .right .right_list .txt {
	display: table;
	height: 72px;
	width: auto;
	margin-top: 10px;
}
.kodes-wrap .local_box .right .right_list .txt .valign {
	display: table-cell;
	vertical-align: middle;
}
.kodes-wrap .local_box .right .right_list .txt .sbj {
	max-height: 72px;
	overflow: hidden;
	font-size: 16px;
}
.kodes-wrap .local_box .right .more {
	float: right;
	color: #888;
	font-size: 12px;
}

/* 지역 > 주요뉴스 type2 */
.kodes-wrap .local_box .local_body2 {
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	height: 320px;
    margin-bottom: 20px;
}
.kodes-wrap .local_box .local_body2 .box {
	float: left;
	margin-right: 30px;
}
.kodes-wrap .local_box .local_body2 .thumb {
	width: 288px;
	height: 205px;
}
.kodes-wrap .local_box .local_body2 .thumb img {
	width: 100%;
	height: 100%;
}
.kodes-wrap .local_box .local_body2 .box .txt {
	display: block;
	width: 288px;
	height: 78px;
	background-color: #102039;
}
.kodes-wrap .local_box .local_body2 .box .txt .sbj {
	display: inline-block;
	font-size: 16px;
	height: 48px;
	margin: 15px 15px;
	color: #fff;
	overflow: hidden;
}
.kodes-wrap .local_box .local_body2 .box .txt .desc {
	display: none;
}
.kodes-wrap .local_box .local_body2 .list {
	display: inline-block;
	width: 530px;
}
.kodes-wrap .local_box .local_body2 .list .row {
	display: block;
	margin-bottom: 20px;
	height: 132px;
}
.kodes-wrap .local_box .local_body2 .list .row:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.kodes-wrap .local_box .local_body2 .list .row .thumb {
	float: left;
	width: 180px;
	height: 100%;
	margin-right: 10px;
}
.kodes-wrap .local_box .local_body2 .list .row .thumb img {
	width: 100%;
	height: 100%;
}
.kodes-wrap .local_box .local_body2 .list .row .txt {
	display: flow-root;
}
.kodes-wrap .local_box .local_body2 .list .row .txt .sbj {
	overflow: hidden;
    line-height: 21px;
    height: 42px;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 20px;
}
.kodes-wrap .local_box .local_body2 .list .row .txt .desc {
	overflow: hidden;
    height: 40px;
    color: #79797b;
}

/* 지역 > 주요뉴스 type3 */
.kodes-wrap .local_box .local_body3 {
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 20px;
    /* margin-bottom: 20px; */
}
.kodes-wrap .local_box .local_body3 .list {
	display: inline-block;
}
.kodes-wrap .local_box .local_body3 .list .row {
	float: left;
	width: 269px;
	height: 239px;
	margin-right: 25px;
    margin-bottom: 15px;
}
.kodes-wrap .local_box .local_body3 .list .row:nth-child(3n+0) {
	margin-right: 0;
}
.kodes-wrap .local_box .local_body3 .list .row .thumb {
	width: 269px;
	height: 185px;
}
.kodes-wrap .local_box .local_body3 .list .row .thumb img {
	width: 100%;
	height: 100%;
}
.kodes-wrap .local_box .local_body3 .list .row .txt {
	display: block;
}
.kodes-wrap .local_box .local_body3 .list .row .txt .sbj {
	overflow: hidden;
	line-height: 21px;
	max-height: 42px;
	font-size: 14px;
	margin-top: 5px;
}
.kodes-wrap .local_box .local_body3 .list .row .txt .desc {
	display: none;
}

/* 우측 > 이슈/기획 */
.kodes-wrap .right .right_issue {
	display: block;
	width: 100%;
}
.kodes-wrap .right .right_issue .box {
	display: inline-block;
	width: 100%;
}
.kodes-wrap .right .right_issue .box .thumb {
	width: 300px;
	height: 203px;
}
.kodes-wrap .right .right_issue .box .thumb img {
	width: 100%;
	height: 100%;
}
.kodes-wrap .right .right_issue .box .sbj {
	margin-top: 10px;
	font-size: 17px;
	width: 100%;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kodes-wrap .right .right_issue ul {
	width: 100%;
}
.kodes-wrap .right .right_issue ul li {
	list-style: disc;
    margin-left: 20px;
}
.kodes-wrap .right .right_issue ul li .sbj {
	margin-top: 10px;
	display: block;
	width: 100%;
	max-height: 44px;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #79797b;
	overflow: hidden;
	height: 20px;
	margin-left: -5px;
}

/* 우측 > 오피니언 */
.kodes-wrap .right_opinion {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.kodes-wrap .right_opinion .box {
	display: inline-block;
}
.kodes-wrap .right_opinion .row {
	width: 100%;
	margin-top: 10px;
}
.kodes-wrap .right_opinion .row:first-child {
	margin-top: 0px;
}
.kodes-wrap .right_opinion .thumb {
	float: left;
	width: 68px;
	height: 68px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 10px;
}
.kodes-wrap .right_opinion .thumb img {
	width: 100%;
	height: 100%;
}
.kodes-wrap .right_opinion .txt {
	height: 68px;
	display: table;
	width : auto;
}
.kodes-wrap .right_opinion .txt .valign {
	display: table-cell;
	vertical-align: middle;
}
.kodes-wrap .right_opinion .txt .sbj {
    font-size: 15px;
    font-weight: 600;
	max-height: 68px;
	overflow: hidden;
}

/* 우측 > 사람들 */
.kodes-wrap .right_people {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.kodes-wrap .right_people .box {
	display: inline-block;
}
.kodes-wrap .right_people .row {
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.kodes-wrap .right_people .row:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.kodes-wrap .right_people .thumb {
	float: left;
	width: 70px;
	height: 50px;
	margin-right: 10px;
}
.kodes-wrap .right_people .thumb img {
	width: 100%;
	height: 100%;
}
.kodes-wrap .right_people .txt {
	height: 50px;
	display: table;
	width : auto;
}
.kodes-wrap .right_people .txt .valign {
	display: table-cell;
	vertical-align: middle;
}
.kodes-wrap .right_people .txt .sbj {
	font-size: 14px;
	line-height: 18px;
    font-weight: 600;
	max-height: 38px;
	overflow: hidden;
}

/* 추가 박스용 공용 클래스 =========================================================================================================== */
/* box_title */
.box .box_title {position: relative;display: flex;align-items: center;justify-content: flex-start;}
.box .box_title .name {position: relative;line-height: 1;font-size: 18px;font-weight: bold;}
.box_title.underline {margin-bottom: 15px;border-bottom: 2px solid rgb(114, 89, 0);}
.box_title.underline .name {letter-spacing: -0.9px;font-size: 22px;color: rgb(114, 89, 0);font-weight: bold;font-style: italic;border-bottom: 7px solid rgb(114, 89, 0);padding: 0 15px 5px 5px;bottom: -1px;}
.right .box_title.underline {margin-bottom: 5px;border-bottom: 1px solid rgb(114, 89, 0);}
.right .box_title.underline .name {letter-spacing: -1px;font-size: 18px;color: rgb(114, 89, 0);font-weight: bold;font-style: italic;border-bottom: 5px solid rgb(114, 89, 0);padding: 0 15px 5px 5px;bottom: -1px;}
/* .newsview-content .box_title.underline {margin-bottom: 5px;border-bottom: 1px solid rgb(114, 89, 0);}
.newsview-content .box_title.underline .name {letter-spacing: -1px;font-size: 18px;color: rgb(114, 89, 0);font-weight: bold;font-style: italic;border-bottom: 5px solid rgb(114, 89, 0);padding: 0 15px 5px 5px;bottom: -1px;} */

.box .list {position: relative;width: 100%;}
/* article */
.article {position: relative;width:100%;overflow: hidden;}
.article .thumb {position: relative;width:100%;overflow: hidden;background-position: center;background-repeat: no-repeat;background-size: cover;}
.article .thumb .background {
	opacity: 1;
	height: 100%;
	width:100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
}
/* .article .category {display: none;overflow: hidden;color: #1c50ba;font-size: 14px;line-height: 1.2;margin-bottom: 5px;font-weight: 500;} */
.article .text_box {position: relative;width: 100%;text-align: left;}
.article .text_box .title {float: none;font-weight: normal;line-height: 1.35;font-size: 16px;letter-spacing: -0.3px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;word-break: break-all;}
.article .text_box .sub_title {font-weight: 500;font-size: 16px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;word-break: break-all;}
.article .text_box .desc {font-weight: normal;overflow: hidden;color: #777;font-size: 14px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;word-break: break-all;}
.article .thumb .background img {width:100%;height: 100%;}
.article .thumb figure {width: 100%; height: 100%;display: flex;}
/* =========================================================================================================== 추가 박스용 공용 클래스 */

/* box 추가 ========================================================================================================== */

/* 헤드라인 headline-normal */
.headline-normal {position: relative;width: 100%;margin-bottom: 20px;}
.headline-normal .list {height: 355px;display: flex;flex-direction: column;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;}
.headline-normal .list .article .title {-webkit-line-clamp: 1;line-height: 1.05;}
.headline-normal .list .article:first-child {height: 100%;width: 520px;margin-left: 20px;order: 6;display: flex;flex-direction: column-reverse;justify-content: space-between;}
.headline-normal .list .article:first-child .thumb {width: 100%;height: 300px;}
.headline-normal .list .article:first-child .title {font-weight: bold;font-size: 26px;line-height: 1.1;text-align: center;}
.headline-normal .list .article:first-child .desc {text-align: center;-webkit-line-clamp: 1;margin-top: 5px;line-height: 1;}
.headline-normal .list .article:not(:first-child) .desc {display: none;}

.headline-normal .list .article:nth-child(n+2) {border-bottom: 1px solid #ddd;padding: 15px 0;width: 300px;margin-right: 20px;}
.headline-normal .list .article:nth-child(2) {padding-top: 0;}
.headline-normal .list .article:nth-child(2) .thumb {margin-bottom: 10px;height: 160px;}
.headline-normal .list .article:nth-child(n+3) .thumb {display: none;}

/* 헤드라인 확장형 headline-expansion */
.headline-expansion {position: relative;width: 100%;margin-bottom: 20px;}
.headline-expansion .list {height: 350px;display: flex;flex-direction: column;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;}
.headline-expansion .list .article {}
.headline-expansion .list .article .title {-webkit-line-clamp: 1;line-height: 1.05;}
.headline-expansion .list .article:first-child {height: 100%;width: 520px;margin-left: 20px;order: 5;display: flex;flex-direction: column-reverse;justify-content: space-between;overflow: visible;}
.headline-expansion .list .article:first-child .thumb {width: 100%;height: 300px;}
.headline-expansion .list .article:first-child .text_box {width: 860px;top: 0;right: 340px;z-index: 3;display: block;}
.headline-expansion .list .article:first-child .text_box .title {font-size: 34px;letter-spacing: -0.6px;font-weight: bold;text-align: right;}

.headline-expansion .list .article:nth-child(n+2) {border-bottom: 1px solid #ddd;padding: 15px 0;width: 300px;margin-right: 20px;}
.headline-expansion .list .article:nth-child(2) {padding-top: 50px;}
.headline-expansion .list .article:nth-child(2) .thumb {margin-bottom: 10px;height: 160px;}
.headline-expansion .list .article:nth-child(n+3) .thumb {display: none;}

/* 헤드라인 bottom   headline-bottom*/
.headline-bottom {position: relative;width: 100%;margin-bottom: 20px;}
.headline-bottom .list {height: 80px;width: 100%;display: flex;flex-wrap: wrap;flex-direction: column;}
.headline-bottom .article {width: calc((100% - 40px) / 2);display: flex;border-bottom: 1px solid #ddd;}
.headline-bottom .article:first-child {margin-right: 20px;border-bottom: 0;}
.headline-bottom .article:last-child {border-bottom: 0;}
.headline-bottom .article:first-child .thumb {width: 130px;height: 75px;margin-right: 10px;}
.headline-bottom .article:first-child .title {-webkit-line-clamp: 3;line-height: 1.4;}
.headline-bottom .article:not(:first-child) {padding: 10px 0;margin-left: 20px;}
.headline-bottom .article:not(:first-child) .thumb {display: none;}
.headline-bottom .article:not(:first-child) .title {-webkit-line-clamp: 1;}
.headline-bottom .article:nth-child(2) {padding-top: 0;}
/* .headline-bottom .article .title {line-height: 1.3;} */

/* 헤드라인 bottom   headline-sub1*/
.headline-sub1 {position: relative;width: 100%;margin-bottom: 10px;}
.headline-sub1 .article {display: flex;margin-bottom: 15px;}
.headline-sub1 .article:last-child {margin-bottom: 0;}
.headline-sub1 .article .thumb {height: 75px;width: 130px;margin-right: 10px;}
.headline-sub1 .article .title {line-height: 1.4;-webkit-line-clamp: 3;}

/* 헤드라인 bottom   headline-sub1-bold*/
.headline-sub1-bold {position: relative;width: 100%;margin-bottom: 10px;}
.headline-sub1-bold .article {display: flex;margin-bottom: 15px;}
.headline-sub1-bold .article:last-child {margin-bottom: 0;}
.headline-sub1-bold .article .thumb {height: 75px;width: 130px;margin-right: 10px;}
.headline-sub1-bold .article .title {line-height: 1.4;-webkit-line-clamp: 3;}

/* 헤드라인 bottom   headline-sub2*/
.headline-sub2 {position: relative;width: 100%;margin-bottom: 10px;}
.headline-sub2 .article {padding: 10px 0;border-bottom: 1px solid #ddd;}
.headline-sub2 .article:first-child {padding-top: 0;}
.headline-sub2 .article:last-child {border-bottom: 0;}
.headline-sub2 .article .title {-webkit-line-clamp: 1;}

/* 실시간기사 real-time */
.real-time {position: relative;width: 100%;margin-bottom: 20px;border: 1px solid #222 !important;padding: 8px;display: flex;align-items: center;}
.real-time .box_title {margin-right: 20px;}
.real-time .box_title .name {white-space: nowrap;background-color: rgb(255, 190, 79);border-radius: 20px;font-size: 17px;padding: 6px 10px;}
.real-time .real-time-swiper {width: 100%;overflow: hidden;display: flex;justify-content: space-between;align-items: center;height: 32px;}
.real-time .real-time-swiper .swiper-wrapper {width: 90%;margin-right: 0;height: 16px;}
.real-time .real-time-swiper .article.swiper-slide {display: block;display: flex;align-items: center;width:48%;margin-right: 2%;float: left;margin-bottom: 16px;}
.real-time .real-time-swiper .article.swiper-slide .title {-webkit-line-clamp: 1;color: rgb(238, 151, 0);font-weight: bold;font-style:italic;}
.real-time .real-time-swiper .arrow-wrap {width: 20px;height: 100%;display: flex;flex-direction: column;}
.real-time .real-time-swiper .swiper-button-next,.swiper-button-prev {width: 100%;font-size: 15px;line-height: 1;cursor: pointer;}
.real-time .real-time-swiper .swiper-notification {display: none;}
/* 우측 실시간기사 */
.right .real-time {padding: 8px 5px;}
.right .real-time .box_title {margin-right: 10px;}
.right .real-time .box_title .name {font-size: 14px;}
.right .real-time .real-time-swiper {width: 100%;overflow: hidden;display: flex;justify-content: space-between;align-items: center;height: 40px;}
.right .real-time .real-time-swiper .swiper-wrapper {width: 90%;margin-right: 0;height: 40px;}
.right .real-time .real-time-swiper .article.swiper-slide {display: block;display: flex;align-items: center;width: 100%;margin-bottom: 0;}
.right .real-time .real-time-swiper .arrow-wrap {width: 20px;height: 100%;display: flex;flex-direction: column;}
.right .real-time .real-time-swiper .swiper-button-next,.swiper-button-prev {width: 100%;font-size: 15px;line-height: 1;cursor: pointer;}
.right .real-time .real-time-swiper .swiper-notification {display: none;}
.right .real-time .real-time-swiper .article.swiper-slide .title {line-height: 1.3;font-size: 15px;-webkit-line-clamp: 2;margin-bottom: 0;}
.right .real-time .real-time-swiper .arrow-wrap {width: 15px;margin-left: 10px;margin-top: 10px;} 
/* .newsview-content .real-time {padding: 8px 5px;}
.newsview-content .real-time .box_title {margin-right: 10px;}
.newsview-content .real-time .box_title .name {font-size: 14px;}
.newsview-content .real-time .real-time-swiper .swiper-wrapper {height: 40px;}
.newsview-content .real-time .real-time-swiper .article.swiper-slide .title {line-height: 1.3;font-size: 15px;-webkit-line-clamp: 2;margin-bottom: 0;}
.newsview-content .real-time .real-time-swiper .arrow-wrap {width: 15px;margin-left: 10px;}  */

/* photo-article */
.photo-article {position: relative;width: 100%;margin-bottom: 20px;}
.photo-article .list {width: 100%;display: flex;flex-direction: column;flex-wrap: wrap;height: 190px;}
.photo-article .article {width: calc((100% - 40px) / 2);display: flex;padding: 10px 0;border-bottom: 1px solid #ddd;}
.photo-article .article:nth-child(2n) {border-bottom: 0;}
.photo-article .article:nth-child(n+3) {margin-left: 40px;}
.photo-article .article .thumb {width: 120px;height: 73px;margin-right: 10px;}
.photo-article .article .title {font-size: 17px;line-height: 1.4;-webkit-line-clamp: 3;}

/* 게임, e스포츠 esports */
.esports {position: relative;width: 100%;margin-bottom: 20px;}
.esports .box_title {margin-bottom: 15px;}
.esports .box_title a {display: flex;align-items: center;}
.esports .box_title .name img {width: 100%;}
.esports .box_title .more {font-size: 20px;font-weight: bold;font-style: italic;margin-left:10px;}
.esports .article {display: flex;padding:9px 0;border-bottom: 1px solid #ddd;}
.esports .article:first-child {border-bottom: 0;padding: 0;}
.esports .article:first-child .thumb {width: 130px;height: 75px;margin-right: 10px;}
.esports .article:first-child .title {-webkit-line-clamp: 3;}
.esports .article:not(:first-child) .thumb {display: none;}
.esports .article:not(:first-child) .title {-webkit-line-clamp: 1;}
.esports .article:last-child {border-bottom: 0;padding-bottom: 0;}

/* 쿠키채널 kuki-ch */
.kuki-ch {position: relative;width: 100%;margin-bottom: 20px;}
/* .kuki-ch .box_title .name img {width: 100%;} */
.kuki-ch .box_title  a {display: flex;align-items: center;}
.kuki-ch .box_title .more {font-size: 20px;font-weight: bold;font-style: italic;margin-left:10px;}
.kuki-ch .article {width: 100%;}
.kuki-ch .article .thumb {width: 410px;height: 230px;margin: 0 auto;}
/* 우측 쿠키채널 */
.right .kuki-ch .box_title {margin-bottom: 5px;}
.right .kuki-ch .article .thumb {width: 100%;}
/* .newsview-content .kuki-ch .box_title {margin-bottom: 5px;}
.newsview-content .kuki-ch .article .thumb {width: 100%;} */

/* 시리즈 kuki-series */
.kuki-series-din {position: relative;width: 100%;display: flex;flex-direction: column;}
.kuki-series-din .din-title {line-height: 1;font-size: 19px;font-weight: bold;letter-spacing: 0.5px;color: #fff;background-color: rgb(111, 88, 1);width: 100%;padding: 7px 10px;margin-bottom: 15px;}
/* .kuki-series .list {display: flex;width: 100%;} */
/* .kuki-series {position: relative;width: calc((100% - 60px) / 4);margin-right: 20px;} */
/* .kuki-series:last-child {margin-right: 0;} */
.box.kuki-series {width: 100%;;position: relative;margin-bottom: 20px;}
.kuki-series .box_title {width: 100%;display: flex;justify-content: center;padding-bottom: 10px;border-bottom: 1px solid #ddd;margin-bottom: 10px;}
.kuki-series .box_title .name {color: #9d650f;font-size: 16px;width: 100%;text-align: center;}
.kuki-series .article {width: 100%;}
.kuki-series .article .text_box {height: 42px;}
.kuki-series .article .title {line-height: 1.3;}
.kuki-series .article .thumb {width: 100%;height: 150px;margin-top: 10px;}

/*쿠키포토슬라이드 kuki-photo */
.kuki-photo {position: relative;width: 100%;margin-bottom: 20px;}
.kuki-photo .box_title {margin-bottom: 0;}
.kuki-photo .box_title a {display: flex;align-items: center;}
.kuki-photo .box_title .name {font-size: 24px;color: rgb(255, 180, 50);display: flex;align-items: flex-end;line-height: 1;}
.kuki-photo .box_title img {height: 19px;margin-right: 5px;position: relative;}
.kuki-photo .box_title .more {font-size: 20px;font-weight: bold;font-style: italic;margin-left:10px;}
.kuki-photo .kuki-photo-swiper {position: relative;height:300px;overflow: hidden;border: 1px solid rgb(114, 89, 0);}
.kuki-photo .kuki-photo-swiper .swiper-wrapper {height: 100%; display: -webkit-inline-box }
.kuki-photo .kuki-photo-swiper .article.swiper-slide {display: block;width: 410px;}
.kuki-photo .kuki-photo-swiper .article.swiper-slide .thumb {width: 100%;height: 200px;}
.kuki-photo .kuki-photo-swiper .article.swiper-slide .text_box {padding: 10px;height: 80px;}
.kuki-photo .kuki-photo-swiper .article.swiper-slide .text_box .title {font-size: 16px;text-align: center;}
.kuki-photo .kuki-photo-swiper .swiper-pagination {position: absolute;bottom: 0;width: 100%;height: 30px;display: flex;justify-content: center;align-items: center;background-color: #fff;z-index: 10;}
.kuki-photo .kuki-photo-swiper .swiper-pagination .swiper-pagination-bullet {cursor: pointer;;margin-right: 10px;width: 7px;height: 7px;border-radius: 50%;background-color: rgb(114, 89, 0);}
.kuki-photo .kuki-photo-swiper .swiper-pagination .swiper-pagination-bullet:last-child {margin-right: 0;}
.kuki-photo .kuki-photo-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: rgb(238, 151, 0);}
/* 우측 쿠키포토 */
.right .kuki-photo .box_title {margin-bottom: 0;}
.right .kuki-photo .box_title .name {color: rgb(255, 180, 50);}
.right .kuki-photo .box_title img {height: 15px;}
.right .kuki-photo-swiper {height: auto;}
.right .kuki-photo-swiper .article.swiper-slide {width: 300px;}
.right .kuki-photo-swiper .article.swiper-slide .thumb {height: 160px;width: 100%;}
.right .kuki-photo-swiper .article.swiper-slide .text_box .title {font-size: 16px;margin-bottom: 0;}
/* .right .kuki-photo .kuki-photo-swiper .swiper-pagination {height: 20px;} */
/* .newsview-content .kuki-photo .box_title {margin-bottom: 0;}
.newsview-content .kuki-photo .box_title .name {color: rgb(255, 180, 50);}
.newsview-content .kuki-photo .box_title img {height: 15px;}
.newsview-content .kuki-photo-swiper {height: auto;}
.newsview-content .kuki-photo-swiper .article.swiper-slide {width: 300px;}
.newsview-content .kuki-photo-swiper .article.swiper-slide .thumb {height: 160px;width: 100%;}
.newsview-content .kuki-photo-swiper .article.swiper-slide .text_box .title {font-size: 16px;} */

/*쿠키여론조사 kuki-pop */
.kuki-pop {position: relative;width: 100%;margin-bottom: 20px;}
.kuki-pop .box_title {margin-bottom: 0;}
.kuki-pop .box_title a {display: flex;align-items: center;}
.kuki-pop .box_title .name {font-size: 24px;color: rgb(255, 180, 50);display: flex;align-items: flex-end;line-height: 1;}
.kuki-pop .box_title img {height: 24px;margin-right: 5px;position: relative;bottom: -5px;}
.kuki-pop .box_title .more {font-size: 20px;font-weight: bold;font-style: italic;margin-left:10px;}
.kuki-pop .list {width: 100%;height: 300px;border: 1px solid rgb(114, 89, 0);padding: 10px;}
.kuki-pop .article {width: 100%;display: flex;margin-bottom: 15px;}
.kuki-pop .article:last-child {margin-bottom: 0;}
.kuki-pop .article:first-child .thumb {width: 150px;height: 87px;margin-right: 10px;}
.kuki-pop .article:first-child .title {font-weight: bold;font-size: 17px;-webkit-line-clamp: 3;}
.kuki-pop .article:not(:first-child) {width: 80%;}
.kuki-pop .article:not(:first-child)::before {position: relative;display: inline-block;top: -3px;content: '·';font-size: 20px;font-weight: bold;color: rgb(114, 89, 0);margin-right: 5px;}
.kuki-pop .article:not(:first-child) .thumb {display: none;}
.kuki-pop .article:not(:first-child) .title {/*color: #777;font-size: 16px;*/-webkit-line-clamp: 2;}

/* 쿠키전국뉴스 jeonkuk */
.jeonkuk {position: relative;width: 100%;margin-bottom: 20px;}
.jeonkuk .box_title {margin-bottom: 0;}
.jeonkuk .box_title .name {padding-right: 30px;}
/* .jeonkuk .box_title .name img {width: 100%;} */
.jeonkuk .box_title .more {position: absolute;bottom: 12px;left: 85px;font-size: 20px;font-weight: bold;font-style: italic;}
.jeonkuk .list {width: 100%;height: 390px;border: 1px solid rgb(114, 89, 0);padding: 20px 25px;display: flex;flex-direction: column;flex-wrap: wrap;}
.jeonkuk .article {display: flex;width: calc((100% - 40px) / 2);border-bottom: 1px solid #ddd;margin-right: 40px;padding: 15px 0;}
.jeonkuk .article:nth-child(4n+1) {padding-top: 0;}
.jeonkuk .article:nth-child(4n) {border-bottom: 0;padding-bottom: 0;}
.jeonkuk .article:last-child {border-bottom: 0;padding-bottom: 0;}
.jeonkuk .article:nth-child(n+4) {margin-right: 0;}
.jeonkuk .article .thumb {width: 110px;height: 63px;margin-right: 10px;}
.jeonkuk .article .title {line-height: 1.35;}

/* right-article-list  위부터3개 thumbnail보이기 */
.right-article-list {position: relative;width: 100%;margin-bottom: 20px;}
.right-article-list .article {display: flex;border-bottom: 1px solid #ddd;padding:10px 0;}
.right-article-list .article:first-child {padding-top: 0;}
.right-article-list .article:last-child {padding-bottom: 0;border-bottom: 0;}
.right-article-list .article .thumb {width: 110px;height: 68px;margin-right: 8px;}
.right-article-list .article .title {-webkit-line-clamp: 3;line-height: 1.25;font-size: 16px;margin-bottom: 0;}
.right-article-list .article:nth-child(n+4) .thumb {display: none;}
.right-article-list .article:nth-child(n+4) .title {-webkit-line-clamp: 1;}

/* 핫뉴스 hotnews*/
.hotnews {position: relative;width: 100%;margin-bottom: 20px;}
.hotnews .box_title {margin-bottom: 5px;}
.hotnews .box_title img {width: 100%;height: auto;}
.hotnews .list .article {counter-increment: rank_counter;margin-bottom: 10px;display: flex;align-items: center;height: 42px;}
.hotnews .list .article:last-child {margin-bottom: 0;}
.hotnews .list .article::before {display:block;content: counter(rank_counter);margin-right: 15px;font-size: 20px;color: #666;}
.hotnews .list .article .title {font-size: 15px;line-height: 1.4;margin-bottom: 0;}

/* 쿠키오리지널 kuki-org */
.kuki-org {position: relative;width: 100%;margin-bottom: 20px;}
.kuki-org .box_title {}
/* .kuki-org .box_title .name img {width: 100%;} */
.kuki-org .article {width: 100%;height: 280px;background-image: url(../image/back_ori.png);padding: 20px;}
.kuki-org .article .title {color: #fff;font-size: 18px;line-height: 1.2;letter-spacing: 0.5px;text-align: center;margin-bottom: 10px;}
.kuki-org .article .thumb {width: 260px;height: 140px;}
.kuki-org .article .desc {color: rgb(51, 51, 51);font-size: 16px;text-align: center;margin-top: 10px;padding: 0 20px;}

/* 친절한 쿸기자 kind-kuk */
.kind-kuk {position: relative;width: 100%;margin-bottom: 20px;}
.kind-kuk .box_title img {width: 100%;}
.kind-kuk .article {width: 100%;background-color: rgb(255, 239, 224);padding: 20px;}
.kind-kuk .article .title {font-size: 17px;margin-bottom: 10px;}
.kind-kuk .article .thumb {width: 260px;height: 140px;}
.kind-kuk .article .desc {margin-top: 10px;line-height: 1.3;-webkit-line-clamp: 3;}

/* 쿠키인터뷰 kuki-int */
.kuki-int {position: relative;width: 100%;margin-bottom: 20px;}
.kuki-int .box_title img {width: 100%;}
.kuki-int .article {width: 100%;border: 1px solid rgb(114, 89, 0);}
.kuki-int .article .text_box {padding: 10px;}
.kuki-int .article .text_box .title {text-align: center;margin-bottom: 0;line-height: 1.3;}
.kuki-int .article .thumb {width: 100%;height: 170px;}

/* 카드뉴스 kuki-cardnews */
.kuki-cardnews {position: relative;width: 100%;margin-bottom: 20px;}
.kuki-cardnews .box_title {}
.kuki-cardnews .box_title .name {}
/* .kuki-cardnews .box_title .name img {width: 100%;} */
.kuki-cardnews .box_title .more {position: absolute;top: 0;right: 0;font-size: 20px;font-weight: bold;font-style: italic;}
.kuki-cardnews .article {width: 100%;height: 280px;}
.kuki-cardnews .article .thumb {width: 100%;height: 100%;}
.kuki-cardnews .article .text_box {position: absolute;bottom: 0;padding: 30px 15px 20px 15px;background: linear-gradient(to bottom, #0000, rgba(0,0,0,0.6));}
.kuki-cardnews .article .title {color: #fff;-webkit-line-clamp: 1;margin-bottom: 0;}
/* ========================================================================================================== box 추가 */

/* 뉴스뷰 ============================================================================================================= */
/* 뷰 헤더 */
.view-header {position: relative;width: 100%;padding: 20px 0 10px;border-bottom: 3px solid rgb(238, 151, 0);margin-bottom: 20px;}
.view-header .view-title {width: 100%;padding: 0 10px;font-size: 36px;font-weight: bold;line-height: 1.35;letter-spacing: -0.67px;}
.view-header .view-subtitle-wrap {margin:10px 10px 0;position: relative;border-left: 3px solid rgb(114, 89, 0);padding: 0 10px;margin-top: 15px;}
.view-header .view-subtitle-wrap .view-subtitle {color: #9d650f;font-size: 17px;line-height: 1.4;margin-bottom: 5px;}
/* .view-header .view-subtitle-wrap .view-subtitle::before {content: '-';display: inline-block;margin-right: 3px;} */
.view-header .view-subtitle-wrap .view-subtitle:last-child {margin-bottom: 0;}
.view-header .info {position: relative;margin-top: 15px;display: flex;justify-content: space-between;align-items: center;}
.view-header .info .date {color: #999;font-size: 15px;letter-spacing: -0.5px;margin-right: 20px;}
.view-header .info .date:last-child {margin-right: 0;}
.view-header .info .social {margin-left: calc(50% - 50px);}
.view-header .info .social a {margin-right: 20px;}

/* 뷰본문영역 */
.newsview_content {border-right: 1px solid #ddd;}
.newsview_content a.more_link {margin-left: 20px;font-size: 17px;color: rgb(114, 89, 0);font-style: italic;}
/* 뷰 하단 기자 링크 */
/* .view-footer {margin-top: 20px;position: relative;font-size: 16px;}
.view-footer .writer .email {margin-left: 10px;}
.view-footer .writer .more_link {margin-left: 20px;font-size: 17px;color: rgb(114, 89, 0);font-style: italic;} */

/* 뷰하단 관련기사 */
.newsview-content .news_rel {margin: 40px 20px 0;}
.newsview-content .news_rel .news_rel_title {font-size: 16px;font-weight: bold;color: #2273cf;margin-bottom: 5px;}
.newsview-content .news_rel .news_rel_list .item {font-size: 16px;font-weight: bold;padding-left: 20px;background: url(../image/news_rel.png) no-repeat left 11px;line-height: 32px;}

.ad_news_footer {display: block;height: 90px;padding-bottom: 20px;border-bottom: 1px solid #000;}

/* 뷰하단 .kuki-news */
.kuki-news {position: relative;width: 100%;border-bottom: 4px solid rgb(255, 164, 7);margin: 20px 0;}
.kuki-news .box_title {margin-bottom: 15px;}
.kuki-news .box_title::after {position: absolute;right: 0;content: '';width: 680px;height: 3.5px;background-color: rgb(255, 164, 7);}
.kuki-news .box_title img {width:150px;}
.kuki-news .box_title a {display: flex;align-items: center;justify-content: space-between;width: 100%;}
.kuki-news .list {display: flex;flex-direction: column;flex-wrap: wrap;height: 345px;}

.kuki-news .article {width: calc((100% - 40px) / 3);margin-right: 20px;border-bottom: 1px solid #ddd;}
.kuki-news .article:nth-of-type(7), .kuki-news .article:nth-of-type(8) {display: flex;padding: 15px 0;}
.kuki-news .article:nth-of-type(7) {padding-top: 0;}
.kuki-news .article:nth-child(-4+n) {margin-right: 0;}
.kuki-news .article:nth-child(-2+n), .kuki-news .article:nth-child(2), .kuki-news .article:nth-child(3),
.kuki-news .article:nth-child(5), .kuki-news .article:nth-child(6) {height: 60px;}
.kuki-news .article .thumb {display: none;}
.kuki-news .article:nth-child(1) .thumb, .kuki-news .article:nth-child(4) .thumb, 
.kuki-news .article:nth-child(7) .thumb, .kuki-news .article:nth-child(8) .thumb {display: block;}
.kuki-news .article:nth-child(1) .thumb, .kuki-news .article:nth-child(4) .thumb {width: 100%;height: 150px;margin-bottom: 5px;}
.kuki-news .article:nth-of-type(7) .thumb, .kuki-news .article:nth-of-type(8) .thumb {width: 135px;height: 81px;margin-right: 7px;}
.kuki-news .article .text_box {height: 60px;display: flex;align-items: center;}
.kuki-news .article:nth-child(1) .text_box, .kuki-news .article:nth-child(4) .text_box {align-items: flex-start;height: 53px;max-height: 53px;}
.kuki-news .article:nth-child(7) .text_box, .kuki-news .article:nth-child(8) .text_box {height: 81px;}
.kuki-news .article .title {line-height: 1.3;font-weight: bold;}
.kuki-news .article:nth-child(7) .title, .kuki-news .article:nth-child(8) .title {height: 81px;-webkit-line-clamp: 3;line-height: 1.4;}
.kuki-news .article:nth-child(3), .kuki-news .article:nth-child(6), .kuki-news .article:last-child {border-bottom: 0;}

/* 기사뷰 사이드 날개배너 위치 조정 */
#scroll_layer_left {right: 60px !important;}

#bannerRight10 {top: 320px !important;left: 60px !important;}

/* ============================================================================================================= 뉴스뷰 */
.box.headline-sub1-bold .list article:nth-child(n+2) {border-bottom: 1px solid #ddd;padding-bottom: 10px;}
.box.headline-sub1-bold .list article:nth-child(n+2) .thumb {display: none;}
.box.headline-sub1-bold .list article:nth-child(6) .thumb {display: block;}
.box.headline-sub1-bold .list article:nth-child(6){border-bottom:none;}

.headline-sub2 .article {border-bottom: none;display: flex;margin-bottom: 0;}
.headline-sub2 .thumb {height: 75px;width: 130px;margin-right: 10px;}
.headline-sub2 .article .title {line-height: 1.4;-webkit-line-clamp: 3;}
.headline-sub2 .article:nth-child(n+4) {border-bottom: 1px solid #ddd;}
.headline-sub2 .article:nth-child(n+4) .thumb {display:none !important;}
.headline-sub2 .article:last-child {border-bottom: none;}
.headline-sub2 .article:last-child .thumb{display:none;}

/**** SNS ****/
