@charset "UTF-8";

.nd-news-header {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ededed;
	padding: 10px 0 0;
	margin-bottom: 10px;
}

h1.nd-news-tit {
	text-align: left;
	margin: 5px 10px;
	word-break: keep-all;
	letter-spacing: -3px;
	font-size: 36px;
	font-weight: normal;
	color:#222;
    line-height:1.3 !important;
}

.nd-news-mention {
	text-align: left;
    color: #828282;
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    line-height:140%;
    border-left: 5px solid #999;
    display: inline-block;
    padding: 1px 7px;
}
.nd-news-ment{
	font-size: 17px;
        font-weight: 700;
        line-height:100%;
	color: #828282;
	padding: 1px 7px;
	text-align:left;
	margin-bottom: 20px;
	line-height: 1.5;
}
.nd-news-ment:before{
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 19 19' %3E%3Cpath fill='%233A5690' d='M17.507,18.5c0.548,0,0.993-0.444,0.993-0.994V1.493c0-0.549-0.445-0.993-0.993-0.993H1.493 C0.945,0.5,0.5,0.943,0.5,1.493v16.013c0,0.55,0.445,0.994,0.993,0.994H17.507z'/%3E%3Cpath fill='%23FFFFFF' d='M12.921,18.5v-6.972h2.338l0.351-2.717h-2.688V7.079c0-0.787,0.217-1.323,1.345-1.323l1.438-0.001v-2.43 c-0.249-0.033-1.103-0.106-2.097-0.106c-2.074,0-3.493,1.266-3.493,3.591v2.002H7.769v2.717h2.346V18.5H12.921z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 5px 1px 0;
}
/* .nd-news-ment:before {
	content: " \275D";
    font-size: 27px;
    text-decoration: none;
    margin:0 5px 1px 0;
    position: relative;
	top: 5px;
	color: #828282;
    font-style: normal;
    font-weight:normal;
} */

/* .nd-news-ment:after {
	content: " \275E";
    font-size: 22px;
    text-decoration: none;
    margin:0 5px 1px 0;
    position: relative;
	top: 3px;
	color: #828282;
    font-style: normal;
    font-weight:normal;
} */

.nd-news-sub-tit {
	text-align:left;
	font-size: 17px;
	font-weight:normal;
    color: #b43736;
    margin: 13px 10px 20px;
    word-break: keep-all;
    line-height: 1.5 !important;
}

.nd-news-sub-tit span {
	display: block;
	line-height:1.3em;
	padding-bottom: 3px;
	margin:3px 0 ;
}


.nd-news-writer, .nd-news-info-date {
	font-weight: normal;
	font-size: 14px;
	color: #999;
	float: right;
	margin:4px 0 0 25px;
}
.nd-news-writer{
	padding-right:15px
}

/*-- 기자명 추가 230223 yj--*/
.nd-news-writer p {
    margin: 0;
    line-height: 1.2rem;
    word-break: keep-all;
    margin-top: 3px !important;
    text-align: left;
}
/*-- / 추가 230223 yj--*/

/* .nd-news-info-date {

} */

.nd-news-sub-cate {
	width: 48%;
	float: left;
	text-align: center;
	padding: 20px 1%;
}
.nd-news-body-info{
    width: 100%;
    margin: 0 auto 5px;
	text-align:right;
	letter-spacing: 0;
	line-height:100%;
}
.nd-news-body {
	letter-spacing: 0;
	line-height: 170%;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	font-size: 17px;
	color: #333;
}

.nd-by-line {
	margin-top: 20px;
	font-size: 12px;
	line-height: 200%;
	color: #828282;
	float: right;
	position: relative;
	top: 40px;
	width: 50%; /* 2023.10.31 추가 yj*/
}

.biz-writer{
	margin: 10px 5px;
    /* text-align: right; */
    font-size: 14px;
    min-height: 100px; /* 2023.10.31 추가 yj*/

}

.biz-writer-name{
	margin-bottom: 10px;
	line-height: 1.3rem; /* 2023.10.31 추가 yj*/
    padding-top: 10px; /* 2023.10.31 추가 yj*/
    text-align: left; /* 2023.10.31 추가 yj*/
}

.biz-writer-email{
	/* margin-left:10px; */
}

 .biz-writer img {
    float: left;
    margin: 10px 26px 10px 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}
/*뉴데일리경제 기사의 기자더보기*/
.biz-frofile {
    width: 50%;
    float: right;
    display: flex;
}
/* /뉴데일리경제 기사의 기자더보기*/
.biz-writer-more{
	font-weight: bold;
    padding: 5px 10px;
    margin-top: 6px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 0.75rem; /* 2023.10.31 추가 yj*/
    float: left; /* 2023.10.31 추가 yj*/
}
.biz-writer-more:after{
	content:"+";
	color:#f43736;
	font-size:20px;
	margin-left:5px;
	font-size: 0.9rem; /* 2023.10.31 추가 yj*/
}
/* 기사면 하단 기자 프로필 추가 소스 2023.10.31 YJ*/
.biz-writer-name span {
    text-align: left;
    margin-bottom: 16px;
}
.biz-writer-name span:nth-child(1) {
    /*color: #000;*/
    font-weight: bold;
    margin-right: 10px;
}
.biz-writer-name p {
    margin: 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.78rem;
    word-break: break-all;
    text-align: left;
}

.nd-copyright p {
    margin-bottom: 0px;
    line-height: 1.3rem;
    font-size: 0.75rem;
}
/* 기사면 하단 기자 프로필 추가 소스 2023.10.31 YJ*/

.nd-news-ad-bottom {
	float: left;
	width: 300px;
	height: 250px;
}

.nd-news-ad-bottom img {
	width: 100%;
	max-width: 300px;
}

/* article-rel */
.nd-rel {
	/* background-color: #f7f8f6; */
	padding: 10px 0 10px 0;
	margin-bottom: 35px;
	box-sizing: border-box;
	/* border: 1px solid #ededed; */
}

.nd-rel-tit {
	margin: 5px 0 0 0 !important;
	padding-top: 5px;
	border-top: 1px solid #eaeaea;
}

.nd-rel-tit:hover a {
	text-decoration: underline
}

.nd-left-tit {
	margin: 20px 0 20px;
}

/* Kits */
.nd-kits{
	float: right;
    margin-left: 12px;
    cursor:pointer;
}
.nd-kits img{
	width: 24px;
}
.article-share-new{
	background-image: url("data:image/svg+xml,%3Csvg fill='%23828282' width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M16.272 5.451c-.176-.45-.272-.939-.272-1.451 0-2.208 1.792-4 4-4s4 1.792 4 4-1.792 4-4 4c-1.339 0-2.525-.659-3.251-1.67l-7.131 3.751c.246.591.382 1.239.382 1.919 0 .681-.136 1.33-.384 1.922l7.131 3.751c.726-1.013 1.913-1.673 3.253-1.673 2.208 0 4 1.792 4 4s-1.792 4-4 4-4-1.792-4-4c0-.51.096-.999.27-1.447l-7.129-3.751c-.9 1.326-2.419 2.198-4.141 2.198-2.76 0-5-2.24-5-5s2.24-5 5-5c1.723 0 3.243.873 4.143 2.201l7.129-3.75zm3.728 11.549c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3zm-15-9c2.208 0 4 1.792 4 4s-1.792 4-4 4-4-1.792-4-4 1.792-4 4-4zm15-7c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3 1.344-3 3-3z'%3E%3C/path%3E%3C/svg%3E");
	width:24px; height:24px;
	margin-right: 10px;
}

.article-print-new{
	background-image: url("data:image/svg+xml,%3Csvg fill='%23828282' width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M24 23h-24v-12h4v-10h11.328l4.672 5.031v4.969h4v12zm-20-11h-3v10h22v-10h-3v5h-16v-5zm10-10h-9v14h14v-9h-5v-5zm2 12h-8v-1h8v1zm0-2h-8v-1h8v1zm0-2h-8v-1h8v1zm-1-7.751v3.751h3.573l-3.573-3.751z'/%3E%3C/svg%3E");
	width:24px; height:24px;
}

.share-popup{
	position: fixed;
    top: 25%;
    left: 50%;
  	transform: translateX(-50%);
    z-index: 61;
    background-color: rgba(255, 255, 255, 0.95);
    width: 300px;
    padding:10px 0;
    margin: 0 auto;
    border-radius:14px;
    border:1px solid #ededed;
    display:none;
    box-sizing:border-box;
}
.share-popup ul li{
	float:left;
	width:33.3%;
	text-align:center;
	margin:20px 0;
}

/** 아이폰 사파리의 clipboard copy시 창 닫힘 문제로 추가 **/
.share-popup2{
	position: fixed;
    top: 25%;
    left: 50%;
  	transform: translateX(-50%);
    z-index: 61;
    background-color: rgba(235, 235, 235, 0.95);
    width: 300px;
    padding:10px 0;
    margin: 0 auto;
    border-radius:14px;
    border:1px solid #ededed;
    display:none;
    box-sizing:border-box;
}
.share-popup2 ul li{
	float:left;
	width:33.3%;
	text-align:center;
	margin:20px 0;
}
/** /아이폰 사파리의 clipboard copy시 창 닫힘 문제로 추가 **/

.share-btn{
	width:50px; height:50px;
	margin:0 auto;
}

.share-facebook{
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M48.938,25c0,13.221-10.716,23.938-23.939,23.938C11.778,48.938,1.062,38.221,1.062,25 C1.062,11.781,11.778,1.062,25,1.062C38.223,1.062,48.938,11.781,48.938,25' fill='%23344E83'/%3E%3Cpath d='m26.992 37.861v-11.731h3.935l0.59-4.575h-4.524v-2.917c0-1.327 0.365-2.23 2.264-2.23h2.421v-4.091c-0.416-0.055-1.855-0.18-3.526-0.18-3.492 0-5.88 2.13-5.88 6.045v3.372h-3.95v4.575h3.95v11.731h4.72z' fill='%23fff'/%3E%3C/svg%3E");
}

.share-twitter{
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' class='share-btn' data-sns='twitter'%3E%3Cpath d='m24.979 1.04c-13.268 0-24.022 10.753-24.022 24.02 0 13.264 10.754 24.023 24.022 24.023 13.266 0 24.022-10.759 24.022-24.023 1e-3 -13.267-10.756-24.02-24.022-24.02m11.312 18.218c0.013 0.25 0.02 0.502 0.02 0.755 0 7.712-5.872 16.609-16.609 16.609-3.298 0-6.364-0.968-8.95-2.624 0.458 0.057 0.922 0.086 1.394 0.086 2.735 0 5.252-0.935 7.248-2.501-2.554-0.048-4.708-1.737-5.452-4.054 0.357 0.064 0.723 0.103 1.098 0.103 0.532 0 1.049-0.069 1.537-0.207-2.669-0.534-4.68-2.891-4.68-5.722v-0.071c0.786 0.438 1.687 0.7 2.644 0.731-1.566-1.05-2.597-2.835-2.597-4.86 0-1.068 0.289-2.073 0.79-2.936 2.879 3.532 7.179 5.858 12.03 6.1-0.098-0.425-0.15-0.872-0.15-1.328 0-3.227 2.613-5.84 5.837-5.84 1.68 0 3.2 0.708 4.264 1.845 1.329-0.261 2.577-0.75 3.705-1.417-0.433 1.364-1.361 2.508-2.568 3.23 1.183-0.142 2.309-0.456 3.354-0.919-0.785 1.168-1.771 2.197-2.915 3.02' fill='%234A7DB2'/%3E%3C/svg%3E");
}

.share-kakao{
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' id='kakao-link-btn' class='share-btn' data-sns='kakaotalk'%3E%3Cpath d='M49,25.04C49,38.271,38.274,49,25.042,49C11.808,49,1.083,38.271,1.083,25.04 c0-13.23,10.725-23.959,23.958-23.959C38.274,1.081,49,11.81,49,25.04' fill='%23E9D937'/%3E%3Cpath d='m25.042 10.295c-8.818 0-15.969 5.645-15.969 12.613 0 4.472 2.962 8.403 7.41 10.649l-1.507 5.615c-0.056 0.175-9e-3 0.356 0.117 0.479 0.084 0.088 0.202 0.136 0.326 0.136 0.096 0 0.189-0.038 0.278-0.105l6.469-4.371c0.938 0.134 1.898 0.211 2.876 0.211 8.816 0 15.966-5.646 15.966-12.613 0-6.97-7.151-12.614-15.966-12.614' fill='%233B1E1E'/%3E%3C/svg%3E");
}
.share-mail{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='%23828282'%3E%3Cpath d='M12 .02c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.99 6.98l-6.99 5.666-6.991-5.666h13.981zm.01 10h-14v-8.505l7 5.673 7-5.672v8.504z'/%3E%3C/svg%3E");
}

.share-naver{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px' viewBox='0 0 50 50' enable-background='new 0 0 50 50' xml:space='preserve'%3E%3Cpath fill='%2303CF5D' d='M25,0.001C11.191,0.001,0,11.192,0,25c0,13.806,11.191,25,25,25c13.806,0,25-11.193,25-25 C50,11.192,38.806,0.001,25,0.001'/%3E%3Cpolygon fill='%23FFFFFF' points='29.474,25.792 20.16,13.778 12.438,13.778 12.438,36.223 20.526,36.223 20.526,24.211 29.84,36.223 37.563,36.223 37.563,13.778 29.474,13.778 '/%3E%3C/svg%3E%0A");}

.share-band{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px' viewBox='0 0 50 50' enable-background='new 0 0 50 50' xml:space='preserve'%3E%3Cpath fill='%2303CF5D' d='M25,0.001C11.191,0.001,0,11.192,0,25c0,13.806,11.191,25,25,25c13.806,0,25-11.193,25-25 C50,11.192,38.806,0.001,25,0.001'/%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M25,15.153c-1.075,0-2.118,0.135-3.113,0.388v-2.14v-0.258c0-0.054-0.006-0.108-0.019-0.163 c-0.198-2.632-2.248-4.579-4.747-4.579c-2.501,0-4.551,1.947-4.749,4.579c-0.01,0.055-0.019,9-0.019,9v5.818 c0,0.041,0.002,0.082,0.002,0.122C12.422,34.848,18.058,40.444,25,40.444c6.983,0,12.646-5.662,12.646-12.646 C37.646,20.815,31.983,15.153,25,15.153z M25,38.502c-5.91,0-10.703-4.792-10.703-10.703V13.237c0-1.574,1.264-2.849,2.825-2.849 c1.558,0,2.822,1.275,2.822,2.849l-0.005,14.435c0,2.799,2.262,5.195,5.062,5.195s5.068-2.269,5.068-5.068 C30.068,25,27.8,22.73,25,22.73c-1.174,0-2.255,0.401-3.113,1.072v-2.17c0.936-0.473,1.993-0.741,3.113-0.741 c3.815,0,6.909,3.092,6.909,6.908S28.815,34.708,25,34.708s-6.908-3.094-6.908-6.909V13.144c0-0.476-0.437-0.925-0.971-0.925 c-0.538,0-0.972,0.449-0.972,0.925v14.655c0,0.223,0.01,0.442,0.026,0.66c0.338,4.58,4.158,8.192,8.824,8.192 c4.889,0,8.851-3.964,8.851-8.853c0-4.888-3.962-8.851-8.851-8.851c-1.097,0-2.146,0.2-3.113,0.564v-1.956 c0.984-0.299,2.031-0.46,3.113-0.46c5.91,0,10.703,4.792,10.703,10.703C35.703,33.71,30.91,38.502,25,38.502z M21.887,27.799 c0-1.72,1.394-3.113,3.113-3.113s3.113,1.394,3.113,3.113c0,1.721-1.394,3.114-3.113,3.114S21.887,29.52,21.887,27.799z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.share-close{
	background-image: url("data:image/svg+xml,%3Csvg fill='%23222222' width='22' height='22' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M12 11.293l10.293-10.293.707.707-10.293 10.293 10.293 10.293-.707.707-10.293-10.293-10.293 10.293-.707-.707 10.293-10.293-10.293-10.293.707-.707 10.293 10.293z'/%3E%3C/svg%3E");	width: 22px;
    width:22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.share-bg{
	width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 60;
    display:none;
}

/* Interworks AD */
.interplay {
	z-index: 50 !important;
}

.__VBAD__CONT__ {
	margin: 0 auto;
}

/*Tooltip*/
.nd-tooltip {
  position: relative;
  display: inline-block;
}
.nd-tooltip-bottom{
	top: 100%;
    right:0;
}
.nd-tooltip-bottom::after{
	content: "";
    position: absolute;
    bottom: 100%;
    right: 67.5%;
    margin-left: -5px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}
/* Tooltip text */
.nd-tooltip .nd-tooltip-text {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  font-size:14px;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.nd-tooltip:hover .nd-tooltip-text {
  visibility: visible;
}
.art-bottom-start {
    height: 20px;
    padding: 5px 0 5px;
    margin-top: 50px;
    text-align: center;
    background-color: #fbfbfb;
    border-radius: 12px;
    border: 1px solid #ccc;
    color: #616161;
    overflow: hidden;
    position:relative;
}
.nd-dot-loader {
  position: relative;
  width: 40px;
  margin: 20px auto 0;
}

.nd-duo {
  height: 10px;
  width: 25px;
  background: hsla(0, 0%, 0%, 0.0);
  position: absolute;

}

.nd-duo, .nd-dot {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.nd-duo1 {
  left: 0;
}

.nd-duo2 {
  left: 15px
}


.nd-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
  position: absolute;
}

.nd-dot-a {
  left: 0px;
}

.nd-dot-b {
  right: 0px;
}


@keyframes spin {
    0% { transform: rotate(0deg) }
   50% { transform: rotate(180deg) }
  100% { transform: rotate(180deg) }
}

@keyframes onOff {
    0% { opacity: 0; }
   49% { opacity: 0; }
   50% { opacity: 1; }
  100% { opacity: 1; }
}

.nd-duo1 {
  animation-name: spin;
}

.nd-duo2 {
  animation-name: spin;
  animation-direction: reverse;
}

.nd-duo2 .nd-dot-b {
  animation-name: onOff;
}

.nd-duo1 .nd-dot-a {
  opacity: 0;
  animation-name: onOff;
  animation-direction: reverse;
}
.nd-load-arrow{
	display:none;
	margin-top: 60px;
    z-index: 99;
    position: absolute;
    transform: translate(-50%,-50%);
}
.load-arrow-l{left: 30%;}
.load-arrow-r{right: 30%;}
.nd-load-arrow span{
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #06A8FF;
    border-right: 2px solid #06A8FF;
    transform: rotate(45deg);
    margin: -10px;
    animation: down 2s infinite;
}
.nd-load-arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.nd-load-arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes down {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
/* Photo Slider */
.swiper-container {
	width: 100%;
	margin: 40px auto !important;
	border: 1px solid #d7d7d7;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 100%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide>div {
	position: relative;
	width: 100%;
	min-width: 320px;
	min-height: 420px;
	height: 100%;
}

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


@media screen and (max-width:414px) {
	.nd-news-body {
		max-width: 414px;
	}
	.swiper-slide>div {
		min-height: 180px;
	}
	.nd-photo-slider, .slick-list {
		min-height: 180px;
	}
	.nd-slide>div {
		min-height: 180px
	}
	.load-arrow-l{left: 30px;}
	.load-arrow-r{right: 30px;}

}

@media screen and (max-width:768px) {
	h1.nd-news-tit{
		font-size: 26px;
    	letter-spacing: -1px;
    	text-align: left;
    	word-break: break-all;
    	margin: 5px 3%;
	}
	.nd-news-sub-tit{
		font-size: 16px;
    	margin: 13px 3% 8px;
    	text-align: left;
    	word-break: break-all;
	}
	.nd-news-sub-tit span {
		display: block;
		line-height:1.2em;
		padding-bottom: 4px;
		margin:3px 0 ;
	}
	/*.dark-nd .share-btn{
		width:50px; height:50px;
		margin:0 auto;
	}

	.dark-nd .share-facebook{
		background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M48.938,25c0,13.221-10.716,23.938-23.939,23.938C11.778,48.938,1.062,38.221,1.062,25 C1.062,11.781,11.778,1.062,25,1.062C38.223,1.062,48.938,11.781,48.938,25' fill='%23344E83'/%3E%3Cpath d='m26.992 37.861v-11.731h3.935l0.59-4.575h-4.524v-2.917c0-1.327 0.365-2.23 2.264-2.23h2.421v-4.091c-0.416-0.055-1.855-0.18-3.526-0.18-3.492 0-5.88 2.13-5.88 6.045v3.372h-3.95v4.575h3.95v11.731h4.72z' fill='%23fff'/%3E%3C/svg%3E");
	}

	.dark-nd .share-twitter{
		background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' class='share-btn' data-sns='twitter'%3E%3Cpath d='m24.979 1.04c-13.268 0-24.022 10.753-24.022 24.02 0 13.264 10.754 24.023 24.022 24.023 13.266 0 24.022-10.759 24.022-24.023 1e-3 -13.267-10.756-24.02-24.022-24.02m11.312 18.218c0.013 0.25 0.02 0.502 0.02 0.755 0 7.712-5.872 16.609-16.609 16.609-3.298 0-6.364-0.968-8.95-2.624 0.458 0.057 0.922 0.086 1.394 0.086 2.735 0 5.252-0.935 7.248-2.501-2.554-0.048-4.708-1.737-5.452-4.054 0.357 0.064 0.723 0.103 1.098 0.103 0.532 0 1.049-0.069 1.537-0.207-2.669-0.534-4.68-2.891-4.68-5.722v-0.071c0.786 0.438 1.687 0.7 2.644 0.731-1.566-1.05-2.597-2.835-2.597-4.86 0-1.068 0.289-2.073 0.79-2.936 2.879 3.532 7.179 5.858 12.03 6.1-0.098-0.425-0.15-0.872-0.15-1.328 0-3.227 2.613-5.84 5.837-5.84 1.68 0 3.2 0.708 4.264 1.845 1.329-0.261 2.577-0.75 3.705-1.417-0.433 1.364-1.361 2.508-2.568 3.23 1.183-0.142 2.309-0.456 3.354-0.919-0.785 1.168-1.771 2.197-2.915 3.02' fill='%234A7DB2'/%3E%3C/svg%3E");
	}

	.dark-nd .share-kakao{
		background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' id='kakao-link-btn' class='share-btn' data-sns='kakaotalk'%3E%3Cpath d='M49,25.04C49,38.271,38.274,49,25.042,49C11.808,49,1.083,38.271,1.083,25.04 c0-13.23,10.725-23.959,23.958-23.959C38.274,1.081,49,11.81,49,25.04' fill='%23E9D937'/%3E%3Cpath d='m25.042 10.295c-8.818 0-15.969 5.645-15.969 12.613 0 4.472 2.962 8.403 7.41 10.649l-1.507 5.615c-0.056 0.175-9e-3 0.356 0.117 0.479 0.084 0.088 0.202 0.136 0.326 0.136 0.096 0 0.189-0.038 0.278-0.105l6.469-4.371c0.938 0.134 1.898 0.211 2.876 0.211 8.816 0 15.966-5.646 15.966-12.613 0-6.97-7.151-12.614-15.966-12.614' fill='%233B1E1E'/%3E%3C/svg%3E");
	}
	.dark-nd .share-mail{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='%23828282'%3E%3Cpath d='M12 .02c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.99 6.98l-6.99 5.666-6.991-5.666h13.981zm.01 10h-14v-8.505l7 5.673 7-5.672v8.504z'/%3E%3C/svg%3E");
	}

	.dark-nd .share-naver{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px' viewBox='0 0 50 50' enable-background='new 0 0 50 50' xml:space='preserve'%3E%3Cpath fill='%2303CF5D' d='M25,0.001C11.191,0.001,0,11.192,0,25c0,13.806,11.191,25,25,25c13.806,0,25-11.193,25-25 C50,11.192,38.806,0.001,25,0.001'/%3E%3Cpolygon fill='%23FFFFFF' points='29.474,25.792 20.16,13.778 12.438,13.778 12.438,36.223 20.526,36.223 20.526,24.211 29.84,36.223 37.563,36.223 37.563,13.778 29.474,13.778 '/%3E%3C/svg%3E%0A");}

	.dark-nd .share-band{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px' viewBox='0 0 50 50' enable-background='new 0 0 50 50' xml:space='preserve'%3E%3Cpath fill='%2303CF5D' d='M25,0.001C11.191,0.001,0,11.192,0,25c0,13.806,11.191,25,25,25c13.806,0,25-11.193,25-25 C50,11.192,38.806,0.001,25,0.001'/%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M25,15.153c-1.075,0-2.118,0.135-3.113,0.388v-2.14v-0.258c0-0.054-0.006-0.108-0.019-0.163 c-0.198-2.632-2.248-4.579-4.747-4.579c-2.501,0-4.551,1.947-4.749,4.579c-0.01,0.055-0.019,9-0.019,9v5.818 c0,0.041,0.002,0.082,0.002,0.122C12.422,34.848,18.058,40.444,25,40.444c6.983,0,12.646-5.662,12.646-12.646 C37.646,20.815,31.983,15.153,25,15.153z M25,38.502c-5.91,0-10.703-4.792-10.703-10.703V13.237c0-1.574,1.264-2.849,2.825-2.849 c1.558,0,2.822,1.275,2.822,2.849l-0.005,14.435c0,2.799,2.262,5.195,5.062,5.195s5.068-2.269,5.068-5.068 C30.068,25,27.8,22.73,25,22.73c-1.174,0-2.255,0.401-3.113,1.072v-2.17c0.936-0.473,1.993-0.741,3.113-0.741 c3.815,0,6.909,3.092,6.909,6.908S28.815,34.708,25,34.708s-6.908-3.094-6.908-6.909V13.144c0-0.476-0.437-0.925-0.971-0.925 c-0.538,0-0.972,0.449-0.972,0.925v14.655c0,0.223,0.01,0.442,0.026,0.66c0.338,4.58,4.158,8.192,8.824,8.192 c4.889,0,8.851-3.964,8.851-8.853c0-4.888-3.962-8.851-8.851-8.851c-1.097,0-2.146,0.2-3.113,0.564v-1.956 c0.984-0.299,2.031-0.46,3.113-0.46c5.91,0,10.703,4.792,10.703,10.703C35.703,33.71,30.91,38.502,25,38.502z M21.887,27.799 c0-1.72,1.394-3.113,3.113-3.113s3.113,1.394,3.113,3.113c0,1.721-1.394,3.114-3.113,3.114S21.887,29.52,21.887,27.799z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}

	.dark-nd .share-close{
		background-image: url("data:image/svg+xml,%3Csvg fill='%23222222' width='22' height='22' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M12 11.293l10.293-10.293.707.707-10.293 10.293 10.293 10.293-.707.707-10.293-10.293-10.293 10.293-.707-.707 10.293-10.293-10.293-10.293.707-.707 10.293 10.293z'/%3E%3C/svg%3E");	width: 22px;
	    width:22px;
	    height: 22px;
	    position: absolute;
	    right: 20px;
	    top: 15px;
	}
	.dark-nd  .share-bg{
		width: 100%;
	    height: 100vh;
	    position: fixed;
	    background-color: rgba(0, 0, 0, 0.65);
	    z-index: 60;
	    display:none;
	}*/

}

@media screen and (min-width: 415px) and (max-width:768px) {
	.nd-news-body {
		max-width: 640px;
	}
	.nd-photo-slider, .slick-list {
		min-height: 180px;
	}
	.nd-slide>div {
		min-height: 180px;
	}
	.load-arrow-l{left: 40px;}
	.load-arrow-r{right: 40px;}
}

@media screen and (min-width: 415px) and (max-width:999px) {

}

@media screen and (min-width: 769px) and (max-width:999px) {
	.nd-news-body {
		max-width: 640px;
	}
	.nd-news-header {
		max-width: 640px;
		float:none !important;
		margin: 0 auto 10px;
	}
	h1.nd-news-tit {
		font-size: 28px;
		letter-spacing:-2px;
	}
	.nd-news-sub-tit{
		font-size:15px;
		margin:8px 10px;
	}

	.nd-news-info-date {
		font-size: 12px;
		margin: 0 0 0 0px;
	}
}

@media screen and (max-width:999px) {
	.nd-news-body {
		width: 94%;
		margin:-15px auto 0 !important;
	}
	.nd-news-ad-bottom {
		float: none;
		display: block;
		text-align: center;
	}
	.nd-news-right {
		display: none;
	}
	.nd-by-line {
		width: 96%;
		margin: 10px 2% 0;
		text-align: center;
		top: 0;
		line-height:200%;
	}
	.nd-news-cate a {
		padding: 0 0 15px;
	}
	.nd-kits-horizontal {
		display: block;
	}
	.nd-kits-vertical {
		display: none;
	}
	.nd-news-writer, .nd-news-info-date{
		float: left;
		font-size: 13px;
		margin: 0 0 0 0px;
	}

	.nd-kits img{width:18px;margin-top:5px;}
	.art-bottom-start{width:94%;margin-top: 20px;}
	.nd-dot-loader {margin:0 auto; padding-bottom:10px;}
	.nd-news-body-info{padding-top:10px}
	.nd-news-sub-tit{letter-spacing:0;}

	/* @media (max-768px)에서 위치 변경*/
	.dark-nd .share-btn{
        width:50px; height:50px;
        margin:0 auto;
    }

    .dark-nd .share-facebook{
        background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M48.938,25c0,13.221-10.716,23.938-23.939,23.938C11.778,48.938,1.062,38.221,1.062,25 C1.062,11.781,11.778,1.062,25,1.062C38.223,1.062,48.938,11.781,48.938,25' fill='%23344E83'/%3E%3Cpath d='m26.992 37.861v-11.731h3.935l0.59-4.575h-4.524v-2.917c0-1.327 0.365-2.23 2.264-2.23h2.421v-4.091c-0.416-0.055-1.855-0.18-3.526-0.18-3.492 0-5.88 2.13-5.88 6.045v3.372h-3.95v4.575h3.95v11.731h4.72z' fill='%23fff'/%3E%3C/svg%3E");
    }

    .dark-nd .share-twitter{
        background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' class='share-btn' data-sns='twitter'%3E%3Cpath d='m24.979 1.04c-13.268 0-24.022 10.753-24.022 24.02 0 13.264 10.754 24.023 24.022 24.023 13.266 0 24.022-10.759 24.022-24.023 1e-3 -13.267-10.756-24.02-24.022-24.02m11.312 18.218c0.013 0.25 0.02 0.502 0.02 0.755 0 7.712-5.872 16.609-16.609 16.609-3.298 0-6.364-0.968-8.95-2.624 0.458 0.057 0.922 0.086 1.394 0.086 2.735 0 5.252-0.935 7.248-2.501-2.554-0.048-4.708-1.737-5.452-4.054 0.357 0.064 0.723 0.103 1.098 0.103 0.532 0 1.049-0.069 1.537-0.207-2.669-0.534-4.68-2.891-4.68-5.722v-0.071c0.786 0.438 1.687 0.7 2.644 0.731-1.566-1.05-2.597-2.835-2.597-4.86 0-1.068 0.289-2.073 0.79-2.936 2.879 3.532 7.179 5.858 12.03 6.1-0.098-0.425-0.15-0.872-0.15-1.328 0-3.227 2.613-5.84 5.837-5.84 1.68 0 3.2 0.708 4.264 1.845 1.329-0.261 2.577-0.75 3.705-1.417-0.433 1.364-1.361 2.508-2.568 3.23 1.183-0.142 2.309-0.456 3.354-0.919-0.785 1.168-1.771 2.197-2.915 3.02' fill='%234A7DB2'/%3E%3C/svg%3E");
    }

    .dark-nd .share-kakao{
        background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' id='kakao-link-btn' class='share-btn' data-sns='kakaotalk'%3E%3Cpath d='M49,25.04C49,38.271,38.274,49,25.042,49C11.808,49,1.083,38.271,1.083,25.04 c0-13.23,10.725-23.959,23.958-23.959C38.274,1.081,49,11.81,49,25.04' fill='%23E9D937'/%3E%3Cpath d='m25.042 10.295c-8.818 0-15.969 5.645-15.969 12.613 0 4.472 2.962 8.403 7.41 10.649l-1.507 5.615c-0.056 0.175-9e-3 0.356 0.117 0.479 0.084 0.088 0.202 0.136 0.326 0.136 0.096 0 0.189-0.038 0.278-0.105l6.469-4.371c0.938 0.134 1.898 0.211 2.876 0.211 8.816 0 15.966-5.646 15.966-12.613 0-6.97-7.151-12.614-15.966-12.614' fill='%233B1E1E'/%3E%3C/svg%3E");
    }
    .dark-nd .share-mail{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='%23828282'%3E%3Cpath d='M12 .02c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.99 6.98l-6.99 5.666-6.991-5.666h13.981zm.01 10h-14v-8.505l7 5.673 7-5.672v8.504z'/%3E%3C/svg%3E");
    }

    .dark-nd .share-naver{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px' viewBox='0 0 50 50' enable-background='new 0 0 50 50' xml:space='preserve'%3E%3Cpath fill='%2303CF5D' d='M25,0.001C11.191,0.001,0,11.192,0,25c0,13.806,11.191,25,25,25c13.806,0,25-11.193,25-25 C50,11.192,38.806,0.001,25,0.001'/%3E%3Cpolygon fill='%23FFFFFF' points='29.474,25.792 20.16,13.778 12.438,13.778 12.438,36.223 20.526,36.223 20.526,24.211 29.84,36.223 37.563,36.223 37.563,13.778 29.474,13.778 '/%3E%3C/svg%3E%0A");}

    .dark-nd .share-band{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px' viewBox='0 0 50 50' enable-background='new 0 0 50 50' xml:space='preserve'%3E%3Cpath fill='%2303CF5D' d='M25,0.001C11.191,0.001,0,11.192,0,25c0,13.806,11.191,25,25,25c13.806,0,25-11.193,25-25 C50,11.192,38.806,0.001,25,0.001'/%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M25,15.153c-1.075,0-2.118,0.135-3.113,0.388v-2.14v-0.258c0-0.054-0.006-0.108-0.019-0.163 c-0.198-2.632-2.248-4.579-4.747-4.579c-2.501,0-4.551,1.947-4.749,4.579c-0.01,0.055-0.019,9-0.019,9v5.818 c0,0.041,0.002,0.082,0.002,0.122C12.422,34.848,18.058,40.444,25,40.444c6.983,0,12.646-5.662,12.646-12.646 C37.646,20.815,31.983,15.153,25,15.153z M25,38.502c-5.91,0-10.703-4.792-10.703-10.703V13.237c0-1.574,1.264-2.849,2.825-2.849 c1.558,0,2.822,1.275,2.822,2.849l-0.005,14.435c0,2.799,2.262,5.195,5.062,5.195s5.068-2.269,5.068-5.068 C30.068,25,27.8,22.73,25,22.73c-1.174,0-2.255,0.401-3.113,1.072v-2.17c0.936-0.473,1.993-0.741,3.113-0.741 c3.815,0,6.909,3.092,6.909,6.908S28.815,34.708,25,34.708s-6.908-3.094-6.908-6.909V13.144c0-0.476-0.437-0.925-0.971-0.925 c-0.538,0-0.972,0.449-0.972,0.925v14.655c0,0.223,0.01,0.442,0.026,0.66c0.338,4.58,4.158,8.192,8.824,8.192 c4.889,0,8.851-3.964,8.851-8.853c0-4.888-3.962-8.851-8.851-8.851c-1.097,0-2.146,0.2-3.113,0.564v-1.956 c0.984-0.299,2.031-0.46,3.113-0.46c5.91,0,10.703,4.792,10.703,10.703C35.703,33.71,30.91,38.502,25,38.502z M21.887,27.799 c0-1.72,1.394-3.113,3.113-3.113s3.113,1.394,3.113,3.113c0,1.721-1.394,3.114-3.113,3.114S21.887,29.52,21.887,27.799z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    }

    .dark-nd .share-close{
        background-image: url("data:image/svg+xml,%3Csvg fill='%23222222' width='22' height='22' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M12 11.293l10.293-10.293.707.707-10.293 10.293 10.293 10.293-.707.707-10.293-10.293-10.293 10.293-.707-.707 10.293-10.293-10.293-10.293.707-.707 10.293 10.293z'/%3E%3C/svg%3E");  width: 22px;
        width:22px;
        height: 22px;
        position: absolute;
        right: 20px;
        top: 15px;
    }
    .dark-nd  .share-bg{
        width: 100%;
        height: 100vh;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.65);
        z-index: 60;
        display:none;
    }
    /* / @media (max-768px)에서 위치 변경*/

}

@media screen and (min-width: 1000px) and (max-width:1199px) {
	h1.nd-news-tit {
		font-size: 38px;
		text-align: left;
    	margin-left: 155px;
    	font-weight: bold;
	}
	.nd-news-sub-tit{
		margin-left:158px;
	}
	.nd-news-writer, .nd-news-info-date{
		font-size: 13px;
	}
	.nd-by-line {
		top: 20px;
	}
	.swiper-slide>div {
		min-height: 340px;
	}
	.nd-kits-horizontal {
		display: none;
	}
	.nd-kits-vertical {
		display: block;
	}
	.nd-news-ad-bottom {
		float: none;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.nd-by-line {
		width: 96%;
		margin: 40px 2% 0;
		text-align: center;
		top: 0;
	}
}

@media screen and (min-width: 1200px) {
	h1.nd-news-tit {
		font-size: 46px;
    	margin-left: 195px;
    	font-weight: bold;
	}
	.nd-news-sub-tit{
		font-size:20px;
		margin-left:198px;
	}
	.nd-kits-horizontal {
		display: none;
	}
	.nd-kits-vertical {
		display: block;
	}

}


/*라이브리 댓글 변경 20200421*/

 .nd-news-body-info {
     margin: 4px auto 24px !important;
 }

 .nd-news-writer,
 .nd-news-info-date {
     margin: 0 !important;
     float: left !important;
 }

 .nd-news-writer {
     padding-right: 5px !important;
     letter-spacing: -0.04rem;

 }

 span.nd-news-info-date {
    padding-left: 15px;
 }

 .nd-kits {
     margin-left: 0 !important;
 }

 .article-tools {
     position: absolute;
     right: 29.5px;
     top: -5px;
     z-index: 1;
 }

 .article-tools ul {
     text-align: center;
     overflow: hidden;
     opacity: .8;
     background: #f8f9fa;
     border: 1px solid #ededed; /*추가 230224 yj*/
     height: 42px; /*추가 230224 yj*/
 }

 .article-tools ul li {
     float: left;
     width: auto;
     height: auto;
     border-right: 1px solid #ededed; /*추가 230224 yj*/
     padding: 1px; /*추가 230224 yj*/
 }

 .article-tools ul li:last-child {
    border-right: none; /*추가 230224 yj*/
 }

 .article-tools ul li span {
     display: inline-block;
     padding: 12px 14px;
     box-sizing: border-box;
     /*border: 1px solid #ededed;*/ /*숨김 230224 yj*/
     font-size: 14px;
     color: #828282;
 }

 .article-comment {
     position: relative;
 }

 .move-comment span {
     padding: 0 !important;
     color: #fff !important;
     border: none !important;
 }

 .move-comment {
     display: block;
     padding: 10px 14px!important;
     width: auto;
     height: 54px;
     background: #f43736;
     color: #fff;
     /*border: 1px solid #ededed;*/ /*숨김 230224 yj*/
     box-sizing: border-box;
 }

 .article-comment p {
     position: absolute;
     top: 2px;
     font-size: 11px;
     color: #fff;
     width: 20px;
     text-align: center;
     right: 10px;
 }

 .article-print,
 .article-share {
     background-image: none;
 }

.popup-ad-A {
	z-index: 5;
	position: absolute;
	bottom: 31px;
	left: 50%;
	margin-left: -234px;
	max-width: 468px;
	max-height: 60px;
}
.popup-ad-C {
	z-index: 5;
	position: absolute;
	bottom: 31px;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	min-height: 50px;
}

 @media screen and (max-width: 1199px) and (min-width: 1000px) {
     .article-tools {
         right: 0px !important;
     }
 }

 @media screen and (max-width: 999px) and (min-width: 415px) {
     .article-tools {
         right: 64px !important;
     }
 }

 @media screen and (max-width: 768px) and (min-width: 415px) {
     .article-tools {
         right: 19.2031px !important;
     }
 }

 @media screen and (max-width: 485px) {
     .nd-news-body-info {
         padding-top: 13px !important;
     }

     .nd-news-writer,
     .nd-news-info-date {
         margin: 0 !important;
         float: none !important;
         display: block !important;
         text-align: left !important;
     }

     .nd-news-info-date {
         font-size: 11px !important;
         margin: 5px auto 10px auto !important;
         letter-spacing: -.6 !important;
     }
	.display-sm-block {
		display: block;
	}
	.display-sm-hidden {
		display: none;
	}

   span.nd-news-info-date {
      padding-left: inherit;
    }

    /* 추가 230224 yj*/
    .article-tools ul {
        height: 35px;
    }
    .article-tools ul li {
        border-right: 1px solid #ededed;
    }

    .move-comment {
	    padding: 6px 11px !important;
	}
	.article-tools ul li span {
	    display: inline-block;
	    font-size: 13px;
	    box-sizing: border-box;
	    padding: 8.565px 11.5px;
	}
	.article-comment p {
	    font-size: 10px;
	    width: 16px;
	    top: 0;
	}
 /*  /추가 230224 yj*/

  /* 기자명  추가 230223 yj*/
    .nd-reporter-name {
     width: 166px;
    }

 }

 @media screen and (max-width: 415px) {
     .article-tools {
         right: 3% !important;
         top: 0;
     }
     .article-tools ul {
         height: 35px;
     }
 }
 @media screen and (max-width: 1199px) {
 /*뉴데일리경제 기사의 기자더보기*/
    .biz-frofile{
       width:85%;
    }
    /* /뉴데일리경제 기사의 기자더보기*/
 }


