@charset "UTF-8";

/* Layout */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.layout-center {
	width: 1200px;
	display: block;
	margin: 0 auto;
}

.relative {
	position: relative;
}

/* Header*/
header {
	border-bottom: 1px solid #f43736;
	width: 100%;
	background-color: #fff;
}

.logo {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 15px 0 0;
}

.logo img {
	width: 250px;
}

.header-top {
	padding: 15px 0;
}

/* GNB */
nav {
	border-top: 1px solid #dedede;
	position: relative;
}

nav a {
	font-weight: bold;
	white-space: nowrap;
	word-break: keep-all;
}

nav a:hover {
	color: #f43736;
}

.menu-row-1 {
	background-color: #fff;
}

.menu-row-1 a {
	display: inline-block;
	padding: 15px 0 14px;
	margin-left: 5%;
	font-size: 16px;
}

.menu-row-2 {
	border-top: 1px solid #ededed;
	background-color: #fafafa;
	padding: 15px 0;
}

.menu-row-2>a {
	display: inline-block;
	margin-left: 3%;
}

.menu-logo {
	display: none;
}

.copy {
	display: none;
}

/* GNB sticky */
.sticky-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	border-top: none;
}

.sticky-menu {
	top: 2px !important;
}

.sticky-nav {
	border-top: none;
	padding-top: 1px;
}

.sticky-container {
	padding-top: 183px !important;
}

.sticky-search {
	top: 56px !important;
}

/* GNB Horizontal */
.nd-nav-scroll {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.nd-nav-scroll::-webkit-scrollbar {
	display: none;
}

.nd-nav-grad-prev {
	display:none;
	/* position: absolute;
	top: 6px;
	left: 45px;
	width: 18px;
	height: 35px;
	background: -webkit-gradient(linear, left top, right top, color-stop(16.66%, #fff),
		color-stop(100%, rgba(255, 255, 255, 0)));
	z-index: 1; */
}

.nd-nav-grad-next {
	display:none;
	/* position: absolute;
	top: 6px;
	right: 40px;
	width: 50px;
	height: 35px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255,
		255, 255, 0)), color-stop(90%, #fff));
	z-index: 1; */
}

.sticky-grad {
	top: 2px;
}

/* Button */
#menu-btn {
	display: block;
	width: 50px;
	height: 45px;
	position: relative;
	top: 2px;
	left: 0;
	z-index: 10000;
	float: left;
	cursor: pointer;
}

.menu-btn {
	background-color: #222;
	width: 21px;
	height: 2px;
	position: absolute;
	top: 15px;
	left: 15px;
}

.menu-btn:before {
	background-color: #222;
	content: "";
	position: absolute;
	width: 21px;
	height: 2px;
	top: 7px;
	left: 0;
}

.menu-btn:after {
	background-color: #222;
	content: "";
	position: absolute;
	width: 21px;
	height: 2px;
	top: 14px;
	left: 0;
}

#search-btn {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23222222' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M23.809 21.646l-6.205-6.205c1.167-1.605 1.857-3.579 1.857-5.711 0-5.365-4.365-9.73-9.731-9.73-5.365 0-9.73 4.365-9.73 9.73 0 5.366 4.365 9.73 9.73 9.73 2.034 0 3.923-.627 5.487-1.698l6.238 6.238 2.354-2.354zm-20.955-11.916c0-3.792 3.085-6.877 6.877-6.877s6.877 3.085 6.877 6.877-3.085 6.877-6.877 6.877c-3.793 0-6.877-3.085-6.877-6.877z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	float: right;
	width: 50px;
	height: 45px;
	background-size: 25px 25px;
	background-position: 50% 50%;
	position: relative;
	top: 3px;
	cursor: pointer;
}

.search-off {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23f43736' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E") !important;
}

.nd-news-search {
    position: relative;
    width: 520px;
    height: 45px;
    margin: 0 auto 20px;
    border: 2px solid #f43736;
}

.news-search-text {
    width: 470px;
    padding: 8px 10px;
    float: left;
    box-sizing: border-box;
    border: none;
    font-size: 21px;
}

.news-search-btn {
    background-image:
        url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M23.809 21.646l-6.205-6.205c1.167-1.605 1.857-3.579 1.857-5.711 0-5.365-4.365-9.73-9.731-9.73-5.365 0-9.73 4.365-9.73 9.73 0 5.366 4.365 9.73 9.73 9.73 2.034 0 3.923-.627 5.487-1.698l6.238 6.238 2.354-2.354zm-20.955-11.916c0-3.792 3.085-6.877 6.877-6.877s6.877 3.085 6.877 6.877-3.085 6.877-6.877 6.877c-3.793 0-6.877-3.085-6.877-6.877z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 50px;
    height: 45px;
    background-size: 25px 25px;
    background-position: 50% 50%;
    background-color: #f43736;
    border: none;
    cursor: pointer;
}

.news-search-option-wrap {
	border-bottom: 1px solid #000;
	padding: 10px;
}
.news-search-option {
	margin-left:5px;
	float: right;
	padding: 5px 0 5px;
	font-size:14px;
	min-width: 80px;
	max-width: 120px;
}

.news-search-quantity{
	float: left;
	padding-top: 2px;
	font-size: 14px;
}

.close,
.close:after,
.close:before {
	background-color: #f43736;
}

#menu-btn:hover .menu-btn,
#menu-btn:hover .menu-btn:before,
#menu-btn:hover .menu-btn:after {
	background-color: #f43736;
}

/* Search */
.search-box {
	position: absolute;
	z-index: 999;
	top: 51px;
	width: 100%;
	max-width: 1200px;
	height: 50px;
	display: none;
}

.sticky-search {
	top: 52px !important;
}

.search-box>input:focus {
	outline:none;
}

.search-box>input {
	position: absolute;
	top: 0px;
	left: 0;
	padding: 15px 50px 15px 15px;
	border: none;
	border-left: 1px solid #f43736;
	border-right: 1px solid #f43736;
	border-bottom: 1px solid #f43736;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	opacity: 1;
	text-align: center;
}

.search-box .submit {
	color: transparent;
	position: absolute;
	top: 9px;
	right: 11px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: none;
	z-index: 1010;
	cursor: pointer;
}

.search-box label {
	display: none;
}

.search-box .submit img {
	width: 30px;
	height: 30px;
}

/* btn-top*/
#btn-top {
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index: 1000;
	opacity: 0.8;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 0 10px 13px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

#btn-top .btn-triangle {
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 15px solid #828282;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

#btn-top a {
	font-size: 20px;
	color: #ffffff;
}

.nd-btn {
	background-color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: none;
	padding: 10px 15px;
}

.btn-grey {
	background-color: #e7e7e7;
	color: black;
}

/* Button */
/* Footer */
footer {
	border-top: 1px solid #f43736;
	width: 100%;
	background-color: #fff;
	margin-top: 20px;
	padding: 20px 0;
	text-align: center;
}

.nd-footer-menu {
	margin-bottom: 20px;
	display: inline-block;
	margin: 0 auto 20px;
}

.nd-footer-menu>li {
	float: left;
	margin-left: 10px;
	padding-bottom: 10px;
}

.nd-footer-menu>li:after {
	content: "|";
	margin-left: 10px;
}

.nd-footer-menu .last-menu:after {
	content: "";
}

.nd-footer-menu .first-menu {
	margin-left: 0;
}

footer,
footer a,
address {
	font-size: 13px;
	font-style: normal;
	letter-spacing: 0;
}

/* container */
.nd-container {
	background-color: #fefefe;
	padding: 15px;
	border-top: 1px solid #bbb;
	position: relative;
}

.container-first {
	margin-top: 0 !important;
}

section,
aside {
	height: inherit;
	box-sizing: border-box;
	position: relative;
}

.nd-container>section,
.nd-container>aside {
	float: left;
}

.nd-center {
	border-left: 1px solid #d7d7d7;
	padding-left: 20px;
}

/* Color, Font, border */
/* @font-face { 
	font-family: GgiFont; 
	src:
		url(//image.newdaily.co.kr/site/data/font/Title_Light.woff) format('woff');
		font-weight: normal;
		unicode-range: U+0-10FFFF;
} */


body,
a,
input,
button,
textarea {
	font-family: 맑은 고딕, AppleSDGothicNeo-Regular, '맑은 고딕', 'Malgun Gothic';
    font-size: 17px;
    line-height: 1.3;
    word-break: break-all;
    text-decoration: none;
    color: #000;
    letter-spacing: -1px;
}
html, body, div, a, p, a, h1, h2, h3, h4, h5, span, strong, b, select  { font-family: 맑은 고딕, AppleSDGothicNeo-Regular, '맑은 고딕', 'Malgun Gothic';}

mark{
	background-color:#f1f1f1 !important;
	font-weight:bold;
	padding:0 3px;
}
.font-bold {
	font-weight: bold !important;
}

.font-highlight {
	/* color: #f43736; */ 
	font-weight: bold;
	margin-right: 5px;
	border-top: 3px solid #f43736;
    font-size: 17px;
	
}

.font-white {
	color: #fff !important;
}

.font-biz {
	color: #00cce5;
	font-weight: bold;
	margin-right: 5px;
}

.font-25 {
	font-size: 25px !important;
}

.font-18 {
	font-size: 18px;
}

.bg-highlight {
	background-color: #f43736 !important;
	color: #fff !important;
}

.bg-highlight-bb{
	background-color: #34515e !important;
	color: #fff !important;
	border-top: 3px solid #34515e !important;
}

.bg-highlight-bdn, .bg-highlight-bdn>a {
	background-color: #00ace5 !important;
	color: #fff !important;
	border-top: none !important;
}

.font-marked {
	background-color: #f43736;
	color: #fff;
	padding: 1px 10px;
	position: absolute;
}

.bg-biz {
	background-color: #004d9d
}

.bg-grey {
	background-color: #e9ecef !important;
}

.bg-grey .nd-center-article,
.bg-grey .nd-right-article {
	background-color: #e9ecef !important;
}

.border-none {
	border-top: none !important;
	border-left: none !important;
	border-bottom: none !important;
	border-right: none !important;
}

.text-underline {
	text-decoration: underline;
}

.display-hidden {
	display: none;
}

/* Text */
.line-cut1 {
/* */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
/* */
}

.line-cut2 {
	height: 50px;
	line-height: 24px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-wrap: break-word;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 세 줄 잘림 */
.line-cut3 {
	height: 60px;
	line-height: 20px !important;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-wrap: break-word;
	text-align: left;
	display: -webkit-box;
	display: -ms-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.line-cut2-right {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-wrap: break-word;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line-cut3-right {
	height: 60px;
	line-height: 20px !important;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-wrap: break-word;
	text-align: left;
	display: -webkit-box;
	display: -ms-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.word-keep-center {
	text-align: center;
	word-break: keep-all;
}

/* Advertisement */
/* Advertisement */
.ad-350-100-l {
	display: block;
	width: 345px;
	margin: 8px auto;
	float: left;
	box-sizing: border-box;
	border: 1px solid #ededed;
}

.ad-350-100-r {
	display: block;
	width: 345px;
	margin: 8px auto;
	float: right;
	box-sizing: border-box;
	border: 1px solid #ededed;
}

.ad-455-95 {
    display: block;
    width: 680px;
    height:100px;
    margin: 8px auto 0;
    border: 1px solid #ededed;
}

.ad-240-240-1 {
    display: block;
    width: 300px;
    height: 240px;
    margin: 10px auto 0;
    padding-bottom: 20px;
}

.ad-wing {
	width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 50;
}

.ad-wing-left {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 0px;
}

.ad-wing-right {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 1440px;
}

.local-ad-240 {
	display: block;
	width: 240px;
	margin: 0 auto;
}

.layout-center {
	width: 1200px;
}

.nd-left {
	width: 125px;
}

.nd-right {
	width: 310px;
}

.nd-center {
	width: 720px;
	margin: 0 22px;
}

.svg {
	cursor: pointer;
}

/* Photo Slider - slick JS Customizing*/
.nd-photo-slider {
	width: 100%;
	margin: 40px auto 20px !important;
	border: 1px solid #d7d7d7;
}

.slick-prev,
.slick-next {
	width: 40px !important;
	height: 40px !important;
}

.slick-prev:before,
.slick-next:before {
	color: #d7d7d7 !important;
	font-size: 35px !important;
}

.slick-prev {
	left: 10px !important;
	z-index: 1;
}

.slick-next {
	right: 10px !important;
	z-index: 1;
}

.nd-photo-slider,
.slick-list {
	min-height: 360px;
}

.tv-slider2 .slick-list {
	min-height: inherit;
}

.nd-slide>div {
	position: relative;
	width: 100%;
	min-height: 360px;
	height: 100%;
}

.nd-slide img {
	max-width: 96vw;
}

.slick-dots li.slick-active button:before {
	color: #f43736 !important;
	opacity: 1 !important;
}

.slick-dots li button:before {
	color: #d7d7d7 !important;
	opacity: 1 !important;
	font-size: 12px !important;
}

/* Photo Slider - slick JS Customizing*/
@media screen and (max-width: 1600px) {
	.ad-wing {
		display: none !important;
	}
}