/* main css */
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.ad {
	display: block;
}

.section {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.container {
	margin-top: 250px;
	position: relative;
}
.section_search {
	padding-bottom: 115px;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: row;
}
.sec_search_left {
	border-right: 1px solid #f1f1f1;
	position: relative;
	padding-right: 20px;
}
.search_title {
	font-size: 30px;
	font-weight: bold;
	color: #292929;
	border-bottom: 1px solid #ddd;
	cursor: default;
	letter-spacing: -0.5px;
	line-height: 1;
	padding: 20px 0;
}
.search_table {
	width: 920px;
	height: 150px;
	background-color: #f2f2f2;
	display: flex;
	flex-direction: column;
	padding: 25px;
	margin-top: 25px;
}

.add_chk_box {
	height: 121px;
	background-color: #f8f8f8;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 190px;
}
.add_chk_box > div {
	display: flex;
	margin-top: 0 !important;
}
.add_chk_box > div > span {
	margin-right: 60px;
	line-height: 2.5;
	font-weight: bold;
}

.chk-box {
	text-align:start;
	font-size:18px;
	padding-left: 20px;
}
.chk-box > span:nth-child(2) {
	margin-left: 30px;
}

.chk-box input[type="checkbox"] {
	display:none;
}

.chk-box label::before {
	content:'';
	display:inline-block;
	border-radius:50%;
	border: 1px solid #222;
	background-color: #fff;
	width: 12px;
	height: 12px;
	position:absolute;
	left: -35px;
	top: 4px;
}

.chk-box input[type="checkbox"]:checked + label::after, .chk-box input[type="radio"]:checked + label::after {
	content:'✔';
	display:inline-block;
	font-size: 10px;
	position:absolute;
	left: -15px;
	top: 0px;
	font-weight:bold;
	color:#222;
}


.chk-box input[type="radio"] {
	display:none;
}

.chk-box label {
	position: relative;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
}

.chk-box label::before {
	content:'';
	display:inline-block;
	border-radius:50%;
	border:1px solid #222;
	background-color: #fff;
	width: 12px;
	height: 12px;
	position:absolute;
	left: -18px;
	top: 6px;
}

.chk-box input[type="radio"]:checked + label::after {
	/*content:'●';*/
	/*display:inline-block;*/
	/*font-size:12px;*/
	/*position:absolute;*/
	/*left: -27.5px;*/
	/*top: 1px;*/
	/*font-weight:bold;*/
	/*color:#aabee6*/
}

.search_input_box {
	position: relative;
}
.search_input_box .search_input {
	width: 870px;
	height: 60px;
	background: #fff;
	border: none;
	font-size: 25px;
	float: left;
	color: #292929;
	padding-left: 12px;
	margin-top: 15px;
}
.search_input_box .search_input::selection {
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
}
.search_input_box .search_input::placeholder {
	font-size: 25px !important;
}
.search_input::placeholder, .search_input input#search:-moz-placeholder, .search_input input#search::-moz-placeholder, .search_input input#search:-ms-input-placeholder {
	color: #b5b4b4;
}
.search_input_box > a {
	position: absolute;
	top: calc(50% + 8px);
	transform: translateY(-50%);
	right: 10px;
	z-index: 1;
	cursor: pointer;
}

.search_category_box {
	display: flex;
	justify-content: space-between;
	padding: 15px 0 0 0;
}
.search_category_box p, .search_category_box a {
	font-size: 16px;
}
.search_category {
	display: flex;
}
.search_category a {
	margin-left: 15px;
	position: relative;
}
.search_category a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	right: -9px;
	width: 1px;
	height: 10px;
	background-color: #ddd;
}
.search_category a:last-child::after {
	content: none;
}
.category_on {
	color: #848484;
}

.result_box {
	display: flex;

	padding: 25px 0;
	border-bottom: 1px solid #ddd;
	align-items: center;
}
.result_box > img {
	width: 187px;
	height: 112px;
}
.result_box > div {
	margin-left: 20px;
	width: 710px;
	object-fit: cover;
}
.result_title {
	font-size: 19px;
	font-weight: 600;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: -0.5px;
}
.result_text {
	font-size: 16px;
	color: #8e8e8e;
	letter-spacing: -0.5px;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.result_text span, .result_title span {
	color: #002693;
	font-weight: bold;
}
.pagenation {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
	bottom: -45px;
}
.page_arrow_right img {
	transform: scaleX(-1);
}
.number_box {
	display: flex;
	margin-left: 10px;
	margin-right: 10px;
}
.number_box a {
	font-size: 14px;
	color: #222;
	background-color: #fff;
	width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 6px;
	margin-right: 6px;
}
.number_box a.page_on {
	color: #fff;
	background-color: #222;
}


.sec_search_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	width: fit-content;
	padding-left: 20px;
	padding-top: 20px;
}
.popular_box {
	position: fixed;
	top: 260px;
	right: 80px;
	z-index: 99;
	width: 230px;
	height: 600px;
	border: 1px solid #dddddd;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background-color: #fff;
}
.popular_box > .tab {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.popular_box > .tab > span {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.5px;
	cursor: default;
}
.popular_box > .tab > div {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.popular_category {
	font-size: 13px;
	padding: 2px 8px;
	border: 1px solid #dddddd;
	background-color: #fff;
	width: 33%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popular_category.on {
	background-color: #dddddd;
}
.popular_category:hover {
	background-color: rgba(221, 221, 221, 0.4);
	border: 1px solid #dddddd;
}
.popular_box .rank {
	display: none;
}
.popular_box .rank.on {
	display: block;
}
.popular_box .rank > a {
	display: flex;
	justify-content: flex-start;
}
.popular_box .rank > a > span {
	color: #292929;
	line-height: 1.8;
}
/*.popular_box .rank > a:nth-child(4) > span, .popular_box .rank > a:nth-child(5) > span, .popular_box .rank > a:nth-child(6) > span {
	color: #848484;
}*/
.popular_box .rank > a > span:nth-child(1) {
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}
.popular_box .rank > a > span:nth-child(2) {
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.popular_box .rank > a > span:nth-child(2)::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 4px;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.popular_box .rank > a:hover > span:nth-child(2)::after {
	background-color: #292929;
}
.popular_more_btn {
	width: 100%;
	height: 27px;
	border: 1px solid #ddd;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6a6a6a;
	background-color: #fff;
}
.popular_more_btn:hover {
	background-color: #dddddd;
	color: #222;
	border: 1px solid rgba(221, 221, 221, 0.8);
}

.sec_search_right > .main_ad14 {
	width: 240px;
	height: 60px;
	margin-bottom: 15px;
}
.sec_search_right > .main_ad14 > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec_search_right > .main_ad02 {
	width: 240px;
	height: 400px;
}
.sec_search_right > .main_ad02 > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recommend_box {
	width: 240px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.recommend_box > .tab {
	display: flex;
	justify-content: space-between;
}
.recommend_box > .tab > span {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.5px;
	cursor: default;
	padding: 15px 0;
}
.recommend_box .rank > a {
	display: flex;
	justify-content: flex-start;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.recommend_box .rank > a:nth-child(1) {
	background-color: #292929;
	color: #fff;
}
.recommend_box .rank > a:nth-child(1) > span {
	color: #fff !important;
}
.recommend_box .rank > a > span {
	color: #848484;
	line-height: 1.9;
}
.recommend_box .rank > a:nth-child(2) > span, .recommend_box .rank > a:nth-child(3) > span {
	color: #292929;
}
.recommend_box .rank > a > span:nth-child(1) {
	font-size: 15px;
	font-weight: bold;
	padding-right: 15px;
}
.recommend_box .rank > a > span:nth-child(2) {
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no_result {
	display: none;
	color: #848484;
	padding: 50px;
}
.no_result > p {
	font-size: 25px;
	margin-bottom: 50px;
}
.no_result > p > span {
	color: #002693;
	border-bottom: 1px solid #002693;
	margin-right: 8px;
}
.no_result > div > p {
	font-size: 16px;
	line-height: 2;
	position: relative;
}
.no_result > div > p::before {
	content: '·';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -15px;
}
.no_result.on {
	display: flex;
	flex-direction: column;
}

.floating_ad_left, .floating_ad_right {
	position: fixed;
	top: 250px;
	z-index: 99;
	width: 160px;
	height: 600px;
}
.floating_ad_left {
	left: calc(50% - 800px);
}
.floating_ad_right {
	right: 8%;
}
.floating_ad_left > img, .floating_ad_right > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1850px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: 3%;
	}

}
@media screen and (max-width: 1780px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: 1%;
	}
}
@media screen and (max-width: 1680px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: -1%;
	}
}
@media screen and (max-width: 1650px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: -3%;
	}
}
@media screen and (max-width: 1550px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: -5%;
	}
}
@media screen and (max-width: 1500px) {
	.popular_box.pc_flex {
		display: none !important;
	}
}

/* 기사 리스트 */
.section_list {
	padding-bottom: 115px;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sec_list_left {
	border-right: 1px solid #f1f1f1;
	padding: 0 25px 0 0;
	position: relative;
}
.list_title {
	font-size: 30px;
	font-weight: bold;
	color: #292929;
	border-bottom: 1px solid #ddd;
	cursor: default;
	letter-spacing: -0.5px;
	line-height: 1;
	padding: 20px 0;
}
.list_box {
	width: 920px;
}
.list_box_top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.list_box_top > img {
	width: 400px;
	height: 250px;
	object-fit: cover;
}
.list_box_top > div {
	width: 490px;
}

.page_bottom {
	position: absolute;
	bottom: -13px;
	display: flex;
	justify-content: center;
	width: 920px;
}
.page_bottom > a {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 77px;
	height: 33px;
	color: #fff;
	background-color: #222;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search_bottom {
	position: absolute;
	bottom: -80px;
	display: flex;
	justify-content: center;
	width: 920px;
}
.search_bottom select {
	outline: 0;
	color: #000;
	border: 1px solid 000;
	height: 35px;
	margin-right: 20px;
}
.search_bottom .search_box {
	width: 330px;
}
.search_bottom .search_box > a {
	right: 340px;
}
.page_box >a {
	margin-right: 5px;
}
.list_sub_title01 {
	font-size: 30px;
	font-weight: 600;
	color: #292929;
	padding: 0;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list_title02 {
	font-size: 18px;
	font-weight: 600;
	color: #292929;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: -0.5px;
}
.list_text {
	font-size: 17px;
	line-height: 1.8;
	color: #848484;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.list_box_top .list_text {
	-webkit-line-clamp: 5;
}
.list_sub_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;

}
.list_sub_box > img {
	width: 190px;
	height: 110px;
	object-fit: cover;
}
.list_sub_box > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 720px;
}

/* 디테일 페이지 (기사 페이지) */
.details_ad_top {
	padding-top: 205px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 25px;
}
.details_category {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 35px;
	font-weight: 800;
	letter-spacing: -1px;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}
.container > .details_category:nth-child(1) {
	display: none;
}
.container > .details_category:nth-child(2) {
	height: 100px;
}
.details_title_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.details_title_bottom {
	display: flex;
	justify-content: space-between;
}
.details_link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.details_link a {
	padding-left: 8px;
}
.section_details {
	flex-direction: column;
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
	display: flex;
	margin-top: 0 !important;
	padding-top: 15px;
}
.sec_details_left {
	/*border-right: 1px solid #f1f1f1;*/
	padding: 0 25px 0 0;
	position: relative;
}
.details_box {
	width: 1200px;
	padding: 25px 0;
}
.details_title {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -1px;
}
.details_name {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 2;
}
.details_date, .details_date > a {
	font-size: 14px;
	line-height: 2.5;
	color: #c7c7c7;
	letter-spacing: -0.2px;
}
.details_date > a:hover {
	color: #222;
}
.details_date.icon {
	background-image: url("../img/icon.png");
	background-size: 352px 205px;
	display: inline-block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	margin: 10px;
}
.details_date.icon.icon_00, .details_date.icon.icon_00_2 {
	background-position: -64px -20px;
	width: 35px;
	height: 35px;
	position: relative;
	margin: 0;
	margin-left: 15px;
}
.details_date.icon.icon_01 {
	background-position: center;
	border-radius: 50%;
	background-image: url("../img/band.png");
	background-size: cover;
}
.details_date.icon.icon_02 {
	background-position: center;
	border-radius: 50%;
	background-image: url("../img/kakao.png");
	background-size: cover;
}
.details_date.icon.icon_03 {
	background-position: center;
	border-radius: 50%;
	background-image: url("../img/facebook.png");
	background-size: cover;
}
.details_date.icon.icon_04 {
	background-position: center;
	border-radius: 50%;
	background-image: url("../img/twiter.png");
	background-size: cover;
}
.details_date.icon.icon_05 {
	background-position: center;
	border-radius: 50%;
	background-image: url("../img/copy.png");
	background-size: cover;
}


.details_ad_bottom_00 {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.details_ad_bottom_00 > a {
	display: inline-block;
	width: 1200px;
	height: 148px;
	object-fit: cover;
	margin: 0 auto;
}
.details_ad_bottom_00 > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.details_ad_bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.details_ad_bottom > div {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	width: 100%;
}
.details_ad_bottom > div > a {
	margin-bottom: 15px;
	width: 390px;
	height: 80px;
}
.details_ad_bottom > div > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.details_point {
	border-left: 4px solid #111;
	padding-left: 20px;
	font-size: 19px;
}
.detail_bottom_flex_box {
	display: flex;
	justify-content: space-between;
	position: relative;
	/*margin-bottom: 100px;*/
}
.details_img_01 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 30px;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 30px;
}
.details_img_01 > div {
	padding: 15px;
	background-color: #ebebeb;
	color: #777777;
	font-size: 14px;
}
.details_ad_middle {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.details_ad_middle > div {
	margin-left: 30px;
	margin-right: 30px;
}
.details_box > span {
	font-size: 18px;
	line-height: 1.8;
}
.details_img_02 {
	margin: 40px auto;
	width: fit-content;
}

/* 댓글 */
.comment_box {
	width: 920px;
}
.count_comment {
	display: block;
	width: 100%;
	border-bottom: 3px solid #333;
	font-size: 18px;
	padding-bottom: 10px;
}
.no_comment {
	padding: 40px 20px;
}
.comment_con {
	border-bottom: 1px solid rgba(51, 51, 51, 0.42);
	display: flex;
	flex-direction: column;
	padding: 15px;
}
.comment_con:last-child {
	border-bottom: 3px solid #333;
}
.comment_top {
	display: flex;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
.comment_top > p:last-child {
	color: gray;
	font-weight: normal;
}
.comment_top > p {
	padding-right: 10px;
}
.comment_bottom {
	display: flex;
	margin-top: 10px;
	justify-content: flex-end;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.comment_bottom > div {
	width: 40px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid rgba(51, 51, 51, 0.42);
	color: #444;
	font-size: 14px;
	margin-right: 7px;
	transition: .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-use-select: none;
	user-select: none;
}
.comment_bottom > div:hover {
	background-color: #002448;
	color: #fff;
}
.re_comment {
	margin-top: 10px;
	flex-direction: column;
	align-items: flex-end;
	display: flex;
}
.re_comment.hide {
	display: none;
}
.re_comment > textarea {
	width: 100%;
	height: 80px;
	background-color: rgba(51, 51, 51, 0.03) !important;
	padding: 15px;
	font-size: 16px;
}
.re_comment > textarea::placeholder {
	font-size: 14px;
}
.re_comment_write_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	height: 40px;
	color: #fff;
	border: 1px solid #002448;
	background-color: #002448;
	cursor: pointer;
	transition: .25s;
	font-size: 15px;
	margin-top: 10px;
}
.re_comment_write_btn:hover {
	color: #002448;
	background-color: #fff;
	border: 1px solid #002448;
}

.comment_write {
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.comment_write > textarea {
	width: 100%;
	height: 130px;
	background-color: rgba(51, 51, 51, 0.03) !important;
	padding: 15px;
	font-size: 16px;
}
.comment_write > textarea::placeholder {
	font-size: 14px;
}
.comment_write_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	height: 40px;
	color: #fff;
	border: 1px solid #002448;
	background-color: #002448;
	cursor: pointer;
	transition: .25s;
	font-size: 15px;
	margin-top: 10px;
}
.comment_write_btn:hover {
	color: #002448;
	background-color: #fff;
	border: 1px solid #002448;
}

/* 포토뉴스 목록 */
.photo_box {
	width: 920px;
	padding-top: 25px;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
}
.photo_box > div {
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.photo_box img {
	width: 290px;
	height: 180px;
	object-fit: cover;
}
.photo_box > div > a > p {
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: -1px;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	max-width: 290px;
	font-family: 'NotoSansKR-Medium';
	padding-top: 15px;
	margin-bottom: 35px;
}
.photo_pagenation {
	bottom: 285px;
}

/* 동영상뉴스 목록 */
.video_box {
	width: 920px;
	padding-top: 25px;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
}
.video_box > div {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-bottom: 30px;
}
.video_box > div > a {
	position: relative;
	overflow: hidden;
}
.video_box > div > a::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 450px;
	height: 150px;
	background-image: linear-gradient(to top, rgba(34, 34, 34, 0.51), rgba(255, 255, 255, 0));
	bottom: 0;
	left: 0;
}
.video_box > div > a > img {
	width: 447px;
	height: 278px;
	object-fit: cover;
}
.video_btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
.video_pagenation {
	bottom: 245px;
}

.wrap_video iframe {
	width: 100%;
	height: 510px;
}

.video_frame {
	margin-top: 30px;
	margin-bottom: 30px;
}

.slide_content {
	width: unset !important;
}

#img_tbl{
	width: 930px;
	border-color: #eeeeee;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
}

#img_tbl td{
	text-align: center;
	border-style: none;
}

#content_tbl{
	/*width: 90%;*/
	border-color: #eeeeee;
	border-collapse: collapse;
	margin: 0 auto;
}
th, td {
	border: 1px solid #c0c0c0;
	text-align: left;
	padding: 10px;
}
.tdhead{
	text-align:start;
	vertical-align: middle;
	background-color: #eeeeee;
	padding: 10px 20px;
}
#simple_tbl{
	margin: 0 auto;
}
#simple_tbl th, #simple_tbl td{
	padding: 20px;
	border-style: none;
}


.image{
	border: 1px solid #eeeeee;
}

#image1 {
	max-width: 1000px;
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center;
	border: 1px solid #eeeeee;
}

#td_image1 {
	width: 500px;
	height: 400px;
	overflow: hidden;
}

.img_td{
	text-align: center;
	overflow: hidden;
}

.img_td img{
	width: auto;
	height: 250px;
	vertical-align: middle;
	object-fit: cover;
}
table.page_navi td:last-child a {
	border-right: none;
}

#link_d{
	color: blue;
	font-weight: bold;
	font-size: 1.5em;
}



.details_box td p, .details_box td b, .details_box td span, .details_box td a, .details_box td h1, .details_box td h2, .details_box td h3, .details_box td h4, .details_box td h5, font, .details_box td div {
	font-family:'NotoSansKR-Regular' !important;
}
.details_box td h1 {
	font-size: 40px;
}
.details_box td h2 {
	font-size: 30px;
}
.details_box td h3 {
	font-size: 22px;
}
.details_box td h4 {
	font-size: 18px;
}
.details_box td em, .details_box td em s, .details_box td em s u, .details_box td em s u, .details_box td em u, .details_box td em ol, .details_box td em ul, .details_box td em span, .details_box td em li {
	font-style: italic;
}
.details_box td ol, .details_box td ul  {
	list-style: unset;
}
.details_box td li[data-list="ordered"] {
	list-style-type: decimal;
	margin-left: 20px;
}
.details_box td li[data-list="bullet"] {
	list-style-type: disc;
	margin-left: 20px;
}

.youtube-wrapper {
	position: relative;
	width: 948px;
	padding-bottom: 56.25%; /* 16:9 비율 */
	height: 561px;
	margin: 0 auto; /* 중앙 정렬을 위해 */
}

.youtube-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 948px;
	height: 561px;
}

.snsimg{
	width: 50px;
	margin-right: 10px;
}

.linkurl{
	color : blue;
}

.ytimg{
	width: 1200px;
	height: 500px;
}
/* 노트북 */
@media screen and (max-width:1600px) {
	.floating_ad_left {
		left: calc(50% - 785px);
	}
}

/* 테블릿 가로 */
@media screen and (max-width: 1200px) {

}

/* 테블릿 세로 */
@media screen and (max-width: 1040px) {

}

/* 모바일 */
@media screen and (max-width:991px) {
	.container {
		margin-top: 220px;
	}
	#img_tbl{
		width: 700px;
	}

	.section {
		max-width: 750px;
	}
	.sec_search_left {
		border-right: unset;
		padding: 0;
		margin: 0;
		padding-bottom: 300px;
	}
	.section_search {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
	}
	.search_title {
		padding: 65px 35px;
		font-size: 32px;
	}
	.chk-box {
		padding-left: 60px;
	}
	.chk-box label {
		font-size: 35px;
	}
	.chk-box label::before {
		width: 30px;
		height: 30px;
		left: -44px;
		top: 13px;
	}
	.chk-box input[type="checkbox"]:checked + label::after, .chk-box input[type="radio"]:checked + label::after {
		font-size: 30px;
		left: -39px;
	}
	.chk-box > span:nth-child(2) {
		margin-left: 50px;
	}
	.search_table {
		width: 100vw;
		margin-top: 0;
		height: unset;
		padding: 40px 25px;
	}
	.search_input_box .search_input {
		width: 700px;
		padding-left: 20px;
		height: 80px;
		font-size: 30px;
	}

	.search_input_box > a {
		right: 20px;
	}

	.search_category_box {
		padding: 25px;
	}
	.search_category_box p, .search_category_box a {
		font-size: 28px;
	}
	.search_category a::after {
		height: 20px;
		top: 10px;
	}

	.result_table {
		padding: 0 25px;
	}
	.result_box > img {
		width: 350px;
		height: 196px;
		object-fit: cover;
	}
	.result_box > div {
		width: 345px;
	}
	.result_title {
		font-size: 35px;
		line-height: 1.4;
		white-space: unset;
		word-break: break-word;

		display:-webkit-box;
		-webkit-line-clamp:3;
		-webkit-box-orient:vertical;
		height:196px;
		overflow:hidden;
		text-overflow:ellipsis;
		padding: 0;
		font-weight: normal;
		padding-left: 10px;
	}
	.result_text {
		display: none;
		font-size: 26px;
		-webkit-line-clamp: 2;
	}

	.pagenation {
		bottom: -75px;
	}
	.number_box a {
		font-size: 25px;
		width: 35px;
		height: 35px;
	}
	.page_arrow_left, .page_arrow_right, .page_arrow_left img, .page_arrow_right img {
		width: 15px;
	}

	.no_result > p {
		font-size: 30px;
	}
	.no_result > div > p {
		font-size: 24px;
	}

	.section_m_ad {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px 0;
		border-bottom: 20px solid #ddd;
	}

	.section_list {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 0px;
		padding-bottom: 155px;
	}
	.sec_list_left {
		border-right: unset;
		padding: 20px 0 25px 0;
	}
	.list_title {
		padding: 20px 25px 40px 25px;
		font-size: 40px;
	}
	.list_box {
		width: 100vw;
		padding: 25px;
	}
	.list_box_top {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		height: fit-content;
		width: calc(100vw - 50px);
	}
	.list_box_top > img {
		margin-top: unset;
		height: 60vw;
		width: 100vw;
	}

	.list_sub_title01 {
		font-size: 35px;
		display: -webkit-box;
		white-space: normal;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		padding: 0;
	}
	.list_sub_title01 > span {
		font-size: 30px !important;
	}
	.list_box div p {
		font-size: 35px;
		line-height: 1.4;
		white-space: unset;
		word-break: break-word;
		height: auto;
		display:-webkit-box;
		-webkit-line-clamp:4;
		-webkit-box-orient:vertical;
		overflow:hidden;
		text-overflow:ellipsis;
		padding: 0;
		font-weight: normal;
		padding-left: 10px;
	}
	.list_title02 {
		font-size: 35px;
		line-height: 1.4;
		white-space: unset;
		word-break: break-word;

		display:-webkit-box;
		-webkit-line-clamp:3;
		-webkit-box-orient:vertical;
		height:196px;
		overflow:hidden;
		text-overflow:ellipsis;
		padding: 0;
		font-weight: normal;
		padding-left: 10px;
	}
	 .list_title02 > span {
		font-size: 30px !important;
	}
	.list_text {
		font-size: 25px;
		-webkit-line-clamp: 2;
		line-height: 1.6;
	}
	.list_box_top .list_text {
		-webkit-line-clamp: 3;
		display: none;
	}
	.list_box_top > div {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.list_sub_box > div {
		width: 345px;
	}

	.list_sub_box .list_text {
		display: none;
	}

	.list_box, .s03_society_box {
		position: relative;
	}


	.section_details {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 60px;
		padding-bottom: 25px;
	}
	.sec_details_left {
		border-right: unset;
		padding: 25px 0;
		/*border-bottom: 20px solid #ddd;*/
		width: 100vw;
	}

	.details_title_box {
		padding: 20px 20px 5px 20px;
		position: relative;
	}


	.details_name {
		font-size: 28px;
		/*bottom: 5px;*/
		line-height: 2;
		right: 20px;
		white-space: nowrap; /* 텍스트 줄바꿈 방지 */
		bottom: auto;
	}

	.details_date {
		display: block; /* 블록 레벨 요소로 변경하여 다음 줄로 이동 */
	}

	.details_date, .details_date > a {
		font-size: 28px;
		margin-top: 15px;
		line-height: 2;
		color: #333;
	}
	.details_date {
		margin-top: 0;
	}
	.details_title {
		font-size: 40px;
		line-height: 1.3;
	}
	.details_link.mobile_flex {
		position: absolute;
		top: -10px;
		width: 100vw;
		justify-content: space-between;
		padding: 0 20px;
		align-items: center;
	}
	.details_box {
		width: 100vw;
		padding: 20px;
	}
	.details_box span {
		font-size: 25px;
	}
	.details_point {
		font-size: 27px;
		margin-bottom: 15px;
	}
	.details_img_01 > div {
		font-size: 25px;
		padding: 20px;
	}
	.details_img_01 {
		width: 700px;
		margin: 0 auto;
	}
	.details_box > span {
		font-size: 30px;
	}
	.details_ad_middle img {
		width: 300px;
		height: 250px;
		object-fit: cover;
	}
	.sec_search_right {
		width: 100vw;
	}
	.recommend_box {
		padding: 20px;
		width: 100vw;
		border-bottom: 20px solid #ddd;
		padding-bottom: 45px;
	}
	.recommend_box > .tab > span {
		font-size: 25px;
		padding-left: 5px;
		margin-bottom: 10px;
	}
	.recommend_box .rank > a > span:nth-child(1) {
		font-size: 25px;
		padding-left: 30px;
		padding-right: 35px;
	}
	.recommend_box .rank > a > span:nth-child(2) {
		font-size: 24px;
	}
	.recommend_box .rank > a {
		padding: 22px;
	}
	.recommend_img {
		margin: 0 auto;
	}
	.recommend_img > img {
		width: 700px;
		height: 480px;
		object-fit: cover;
	}
	.rank {
		width: 700px;
		margin: 0 auto;
	}

	.details_ad12 {
		border-bottom: 20px solid #ddd;
		width: 100vw;
		justify-content: center;
		align-content: center;
		padding: 40px 0;
		align-items: center;
	}
	.details_ad18 {
		border-bottom: 20px solid #ddd;
		width: 100vw;
		justify-content: center;
		align-content: center;
		padding: 40px 0;
	}

	.photo_box {
		width: 100vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.photo_box > div > a:nth-child(2) {
		margin-right: 15px;
		margin-left: 15px;
	}
	.photo_box > div > a > p {
		-webkit-line-clamp: 3;
		line-height: 1.45;
	}

	.video_box {
		width: 100vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	.video_box > div > a {
		margin-right: 15px;
		margin-left: 15px;
	}
	.video_box > div > a > img {
		height: 200px;
	}

	.wrap_video iframe {
		height: 53vw;
	}

	.details_category {
		padding-left: 20px;
	}

	.detail_bottom_flex_box {
		flex-direction: column;
	}
	.page_bottom {
		width: 100vw;
		bottom: 480px;
	}
	.page_bottom > a {
		font-size: 25px;
		width: 150px;
		height: 70px;
		left: 20px;
	}
	.page_box >a {
		font-size: 30px;
	}
	.search_bottom {
		bottom: 360px;
		padding-right: 140px;
	}
	.search_bottom select {
		height: 70px;
		width: 150px;
		padding-left: 20px;
	}
	.search_box .search_input {
		height: 70px;
		font-size: 25px;
		width: 320px;
	}
	.search_box .search_input::placeholder {
		font-size: 25px;
	}
	.details_ad12{
		margin-top: 20px;
		border-bottom: none;
	}
	.search_bottom .search_box > a{
		right: 315px;
	}
	table.list_box {
		border-bottom: 20px solid #ddd;
	}

	.details_ad_top {
		padding-top: 120px;
	}


	.count_comment {
		font-size: 26px;
	}
	.detail_bottom_flex_box {
		width: 100vw;
		padding: 0 20px;
	}
	.comment_box {
		width: 100%;
		font-size: 24px;
	}
	.comment_top {
		font-size: 22px;
	}
	.comment_bottom > div {
		width: 70px;
		height: 55px;
		margin-right: 10px;
		font-size: 22px;
	}
	.re_comment > textarea {
		font-size: 25px;
		height: 130px;
	}
	.comment_write > textarea {
		font-size: 25px;
	}
	.comment_write > textarea::placeholder, .re_comment > textarea::placeholder {
		font-size: 25px;
	}
	.re_comment_write_btn, .comment_write_btn {
		font-size: 22px;
		width: 95px;
		height: 55px;
	}

	.list_sub_box > img {
		margin-right: 20px;
		width: 350px;
		height: 196px;
		object-fit: cover;
	}
	.container > .details_category:nth-child(1) {
		height: 0 !important;
		padding: 0;
	}
	#content_tbl {
		/*width: 100%;*/
		font-size: 28px;
	}
	.details_date.icon.icon_00, .details_date.icon.icon_00_2 {
		margin-top: 15px;
		background-position: -135px -41px;
		width: 55px;
		height: 55px;
		background-size: initial;
	}
	.details_date.icon {
		width: 75px;
		height: 75px;
	}
	.icon_option {
		width: 330px !important;
	}
	#img_tbl td {
		font-size: 28px;
	}
	th, td {
		overflow-wrap: anywhere;
	}
	.details_box td p, .details_box td b, .details_box td span, .details_box td a, .details_box td h1, .details_box td h2, .details_box td h3, .details_box td h4, .details_box td h5, font, #simple_tbl td div, #content_tbl div {
		font-size: 28px !important;
		line-height: 1.5 !important;
		overflow: visible !important;
		-webkit-line-clamp: unset !important;
		max-width: unset !important;
		width: unset !important;
	}
	#content_tbl table {
		width: 100% !important;
	}

	table.page_navi td.on a, table.page_navi td a {
		font-size: 30px;
		width: 55px;
		height: 55px;
	}

	.snsimg{
		width: 80px;
		margin-right: 10px;
	}

	.tdhead {
		font-size: 24px; /* 글자 크기 줄이기 */
		letter-spacing: -0.5px; /* 자간 줄이기 */
	}

	.ytimg{
		width: 1200px;
		height: 420px;
	}

	.details_ad_bottom {
		flex-direction: row;
	}
	.details_ad_bottom > div {
		flex-direction: column;
	}
	.details_ad_bottom > div > a {
		margin-bottom: 10px;
		width: 365px;
		height: 75px;
	}
	.details_ad_bottom img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.details_ad_bottom_00 {
		/*border-bottom: 20px solid #ddd;*/
		width: 100vw;
	}
	.details_ad_bottom_00 > a {
		width: 730px;
		height: 243px;
		display: flex;
		justify-content: center;
	}
	.details_ad_bottom_00 > a > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	.floating_ad_left, .floating_ad_right {
		display: none;
	}


	table.page_navi tr.img td img {
		width: 20px;
		height: 20px;
		object-fit: cover;
	}

	.youtube-wrapper {
		width: 100%;
		height: 100%;
		max-width: 100%;
	}

	.youtube-player {
		width: 100%;
		height: 100%;
		max-width: 100%;
	}
	
}




