#ClearButton, .searchDateBar_host:last-child {
	margin-left: 20px;
}

.section1, .section2 {
	display: flex;
	align-items: center;
}

.section1-inner1 {
	width: 100%;
	display: flex;
}

	.section1-inner1 > input:last-child {
		margin-right: 20px;
	}

.section1-inner2 {
	display: flex;
}

.search-content-container, .search-type-container, .search-date-container {
	display: flex;
	align-items: center;
}
.search-date-container{
	padding-left: 0;
}

	.search-content-container > label, .search-type-container > label, .search-date-container > label {
		min-width: 100px;
		font-size: 20px;
	}

.search-title, .search-keyword, .search-type {
	height: 38px;
}
.search-content-container > input {
	width: 50%;
}

.searchDateBar_host {
	width: 100%;
}

#FromDate, #ToDate {
	width: 100% !important;
}

button.ClearButton {
	margin-left: 10px;
}

div.section2 select {
	cursor: pointer;
	display: inline-block;
}

div.section2 optgroup {
	font-size: 18px;
}

div.section2 option.opt {
	padding: 10px;
	font-size: 15px;
}

.ContextTextKeyword {
	font-weight: bold;
}

.ContextTextTitle {
	font-size: 18px;
	font-weight: bold;
}

.line_ann {
	width: 100%;
	height: 1px;
	Background: #d7d7d7;
}

.paginationDiv {
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

.pagination {
	display: inline-block;
}

	.pagination a {
		border-radius: 5px;
		color: black !important;
		float: left;
		padding: 8px 14px;
		text-decoration: none;
	}

		.pagination a.pactive {
			border-radius: 5px;
			background-color: #e53930;
			color: white !important;
		}

		.pagination a:hover:not(.pactive) {
			border-radius: 5px;
			background-color: #e53930;
			color: white !important;
		}


.search_butt {
	width: 100px;
	height: 38px;
	border-radius: 4px;
	font-size: 15px;
	color: white;
	background-color: #e53930;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	border: 1px solid #e53930;
	display: block;
	font-weight: bold;
}

	.search_butt:link {
		color: #e53930;
		text-decoration: none;
	}

	.search_butt:visited {
		color: #e53930;
		text-decoration: none;
	}

	.search_butt:hover {
		font-size: 15px;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		line-height: 28px;
		background-color: #b93028;
		border: 1px solid #e53930;
		font-weight: bold;
	}

.frame_respon {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.text_date {
	font-weight: 100;
	font-size: 14px;
	text-transform: none;
	color: #e53930;
	line-height: 22px;
	font-weight: bold;
}

.lxtext_table {
	font-weight: 100;
	font-size: 14px;
	text-transform: none;
	color: #383838 !important;
	line-height: 22px;
}

	.lxtext_table:link {
		color: #383838 !important;
		text-decoration: none;
		background-repeat: no-repeat;
	}

	.lxtext_table:visited {
		color: #383838 !important;
		text-decoration: none;
	}

	.lxtext_table:hover {
		font-weight: 100;
		font-size: 14px;
		color: #e53930;
		line-height: 22px;
	}
.dx-datebox-calendar .dx-dropdowneditor-icon:before {
	font-size: 20px!important;
	color:black;
}
.dx-texteditor.dx-editor-outlined {
	border: 1px solid #ced4da;
}

.dx-calendar-cell.dx-calendar-selected-date, .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today{
	box-shadow: inset 0 0 0 1px #bebebe, inset 0 0 0 1000px #e53930!important;
}
.dx-calendar-navigator-next-view.dx-button .dx-icon, .dx-calendar-navigator-next-month.dx-button .dx-icon,
.dx-calendar-navigator-previous-view.dx-button .dx-icon, .dx-calendar-navigator-previous-month.dx-button .dx-icon ,.dx-button-text{
	color: #e53930!important;
}
.dx-scrollview-content>.dx-state-active{
	background-color: #e53930!important;
}
#SelectYear .dx-dropdowneditor-icon:before {
	font-size: 32px!important;
	color:#e53930;
	margin-left: -16px;
}

@media (min-width: 600px) {
	.titleColumn {
		width: 84%;
		padding: 5px 0px 5px 0px;
	}

	.dateColumn {
		width: 16%;
		padding: 5px 0px 5px 0px;
	}
}

@media screen and (max-width: 1110px) {
	.titleColumn {
		width: 85%;
		padding: 5px 0px 5px 0px;
	}

	.dateColumn {
		width: 15%;
		padding: 5px 0px 5px 0px;
	}
}

@media screen and (max-width: 800px) {
	.dateColumn {
		width: 100%;
		padding: 5px 0px 0px 0px;
	}

	.titleColumn {
		width: 100%;
		padding: 0px 0px 5px 0px;
	}
	#PeriodNews{
		display: flex;
	}
}

@media screen and (max-width: 535px) {
	.dateColumn {
		width: 100%;
		padding: 5px 0px 0px 0px;
	}

	.titleColumn {
		width: 100%;
		padding: 0px 0px 5px 0px;
	}
}

@media screen and (min-width: 1200px) {
	.responsive-search-button {
		display: none;
	}
}

@media screen and (max-width: 1199.98px) {
	.section1-inner1 {
		flex-direction: row;
		justify-content: space-between;
	}

		.section1-inner1 > input {
			width: 100%;
			max-width: 375px;
		}
			.section1-inner1 > div{
				min-width: 20px!important;
			}
			.section1-inner1 > input:last-child {
				margin-right: 0;
			}

	.section1-inner2 {
		display: none;
	}
	.section1-inner2 > div{
		display: none;
	}
	.search-date-container{
		padding-left:15px;
	}

	.responsive-search-button {
		display: flex;
		margin: 10px 0 30px 0;
		justify-content: flex-end;
	}

	.dx-datebox.dx-auto-width .dx-texteditor-input, .dx-datebox:not(.dx-texteditor-empty).dx-auto-width .dx-texteditor-input {
		padding-right: 10px;
	}

	#NewsType{
		max-width: 100%!important;
	}
}

@media screen and (max-width: 575.98px) {
	.search-content-container {
		align-items: flex-start;
	}

		.search-content-container > label {
			line-height: 34px;
		}

		.search-content-container > label, .search-type-container > label, .search-date-container > label {
			min-width: 80px;
			font-size: 20px;
		}

	.section1-inner1 {
		flex-direction: column;
		justify-content: space-between;
	}

		.section1-inner1 > input:first-child {
			margin-bottom: 15px;
		}

	.lxtext_announcement{
		font-size:16px;
	}
	#PeriodNews{
		width: 200px;
		display: flex;
	}
}

@media screen and (max-width:1920px){
    #NewsType{
		max-width: 509.5px;
	}
}
