@charset "UTF-8";

.header-container {
	padding: 20px 30px;
	font-size: 15px;
	line-height: 100%;
	display: flex;
	align-items: center;
	background: transparent linear-gradient(180deg, #0072B5 0%, #053275 100%) 0% 0% no-repeat padding-box;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.header-title {
	color: #fff;
	font-size: 18px;
	margin-left: 30px;
}

.left-menu-container {
	height: 100%;
}

.left-menu {
	width: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #000;
	border-right: 2px solid #053275;
}

.left-menu .home {
	height: 140px;
	min-height: 140px;
	padding-top: 30px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	box-sizing: border-box;
}

.left-menu .home-title {
	padding: 6px 12px;
	background-color: #E71D72;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.left-menu .home img {
	margin-bottom: 5px;
}

.left-menu .data-time {
	margin-bottom: 23px;
}

.left-menu .data-time p {
	margin: 0 auto;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 135%;
	background: #fff;
	padding: 8px 15px 9px 15px;
	border-radius: 30px;
}

.left-menu .data-time p span {
	font-size: 11px;
	opacity: 60%;
}

.left-menu .menu-item {
	width: 100%;
	height: 160px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0px;
	font-size: 16px;
	background-color: #fff;
	border-bottom: 1px solid #E6ECEB;
	color: #58978B;
}

.left-menu .menu-item img {
	margin-bottom: 6px;
}

.left-menu .menu-item:hover {
	background-color: #F2F2F4;
}

.left-menu .menu-item.active {
	background-color: #F2F2F4;
}

.left-menu>.menu-item:nth-child(2) {
	border-top: 1px solid #E6ECEB;
}

.left-menu .menu-item .data-count {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 100%;
	font-weight: 700;
	color: #333;
}

.left-menu .menu-item .title {
	color: #4D5256;
	font-size: 14px;
	font-weight: 400;
}

.content {
	width: 100%;
	min-height: 1200px;
	margin-left: 132px;
	padding-bottom: 50px;
	background-color: #EDF2F8;
	box-sizing: border-box;
	transition: margin-left 0.3s ease;
	flex: 1;
	padding-bottom: 120px;
}

/* 카테고리 */
.submenu {
	position: absolute;
	top: 0;
	left: 130px;
	width: 300px;
	height: 100%;
	background-color: #fff;
	color: #fff;
	transform: translateX(-300px);
	transition: transform 0.3s ease;
	z-index: 2;
	overflow-y: auto;
	box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
}

.submenu.open {
	transform: translateX(0);
}

.submenu h1 {
	text-align: center;
	margin: 0px;
	padding: 20px;
	font-size: 18px;
	color: #fff;
	background-color: #053275;
}

.submenu ul {
	margin: 0px;
	padding: 0px 0px 50px 0px;
}

.submenu ul li {
	height: 60px;
	padding: 0px 20px;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	/* cursor: pointer; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.submenu ul li:first-child:hover {
	background-color: transparent;
}

.submenu ul li:first-child {
	height: 100px;
}

.submenu ul li:hover {
	background-color: #053275;
	color: #fff;
}

.submenu ul li:hover img {
	background-color:#053275;
}

.submenu ul li .all {
	width: 100%;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 20px;
	text-align: right;
	display: flex;
	justify-content: space-between;
	color: #333;
	border: 1px solid #053275;
	align-items: center;
}

.submenu ul li:hover .number {
	background-color: transparent;
	color: #fff;
}

.submenu ul li .number {
	height: 32px;
	font-weight: 400;
	padding: 10px;
	color: #333;
	background-color: #e9edf3;
	border-radius: 30px;
	box-sizing: border-box;
	line-height: 70%;
}

.submenu ul li img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	border-radius: 50%;
	padding: 8px;
	box-sizing: content-box;
	margin-right: 10px;
	background-color: #053275;
}

.content-shrink {
	margin-left: 430px;
}
/* 오버레이(배경) */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.2s ease;
	z-index: 1;
	pointer-events: none;
}

.overlay.active {
	opacity: 1;
	pointer-events: auto;
}
/* 데이터 검색 결과 바(bar) */
.result-bar {
	display: flex;
	justify-content: space-between;
	height: 55px;
	padding: 9px 20px 10px 20px;
	background-color: #105649;
	color: #fff;
	margin: 30px 30px 30px 40px;
	border-radius: 4px;
	text-align: right;
	font-size: 16px;
	font-weight: 600;
	box-sizing: border-box;
}

.result-bar .trade-box {
	height: 37px;
	display: flex;
	align-items: center;
	text-align: left;
}

.result-bar .trade-txt {
	margin: 0px 20px 0px 5px;
	position: relative;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.result-bar .search-bar {
	width: 200px;
	height: 30px;
	border: 0px;
	border-radius: 2px;
	padding: 5px 10px;
}

.result-bar .search-btn {
	margin-left: 2px;
	padding-top: 5px;
	border: 0px;
	background: none;
}

.result-bar .search-text {
	height: 37px;
	display: flex;
	align-items: center;
}

.result-bar .search-text .keyword {
	margin-right: 10px;
	color: #e5f43e;
}
/* 검색 (통합검색/중계검색) */
.search-container {
	padding: 40px 0px 0px 40px;
}

.search-toggle-wrapper {
	min-width: 500px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.search-toggle-container {
	width: 170px;
	min-width: 170px;
	position: relative;
	display: flex;
	margin-bottom: 27px;
	border-radius: 24px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: inset 0 0 0 2px #053275;
	z-index: 0;
}

.search-toggle-radio {
	display: none;
}

.search-toggle-label {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	cursor: pointer;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: black;
	transition: color 0.3s;
}

.search-toggle-slider {
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: #053275;
	border-radius: 20px;
	top: 0;
	left: 0;
	transition: left 0.3s;
	z-index: 1;
}

#toggle2:checked ~ .search-toggle-slider {
	left: 50%;
}

.search-toggle-radio:checked+.search-toggle-label {
	color: white;
}

.search-toggle-wrapper .info-text {
	font-size: 14px;
	color: #2F3130;
	margin-bottom: 14px;
}

.search-toggle-wrapper .info-text span {
	opacity: 50%;
	margin-left: 10px;
}

.main-search {
	display: flex;
	flex-direction: column;
	justify-content: left;
	width: 100%;
	height: 100%;
}

.main-search .main-search-box {
	width: 446px;
	height: 60px;
	border-radius: 40px;
	border: 2px solid #053275;
	background-color: #fff;
	padding: 14px 25px;
	box-sizing: border-box;
}

.main-search .main-search-form {
	display: flex;
}

.main-search .main-search-form input:focus {
	outline: 0;
}

.main-search .main-search-input {
	width: 100%;
	margin: 0px;
	border-radius: 30px;
	border: 0px;
	font-size: 15px;
}

.main-search .main-search-box button {
	border: 0px;
	background-color: transparent;
}

/* 중계 */
/* 중계검색 결과 리스트 메뉴 */
.bridge_container {
	max-width: 1290px;
	margin: 40px;
}
.bridge_container .info {
	font-size: 14px;
}

.bridge_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	background: #053275;
	color: #fff;
	margin: 25px 0px 15px 0px;
}

.bridge_list ul {
	position: relative;
	width: 90%;
	height: 100%;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	transition-property: transform;
	box-sizing: content-box;
	padding: 10px 0px 10px 15px;
	background: #dae3f0;
	min-height: 45px;
}

.bridge_list li {
	padding: 0 10px;
	line-height: 300%;
}

.bridge_list li span img {
	margin-right: 5px;
}

.bridge_list li span {
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #053275;
	padding: 5px 20px 5px 20px;
	box-sizing: border-box;
}

.bridge_list li span:hover {
	color: #053275;
	border-radius: 25px;
	border: 1px solid #053275;
	cursor: pointer;
	margin: 0px -1px 0px -1px;
}

.bridge_list li .on {
	color: #fff;
	border-radius: 25px;
	background: #053275;
	border: 1px solid #053275;
	background-image: url('../../../images/template/template2/category-active.svg');
	background-repeat: no-repeat;
	background-position: left 15px center;
	padding-left: 34px;
	margin: 0px -1px 0px -1px !important;
	cursor: pointer;
}

.bridge_list li .on:hover {
	border: 1px solid #053275;
	color: #fff;
}

.bridge_list .title {
	width: 160px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.relayCardView {
	flex-direction: column;
	align-items: flex-start;
}

.relayError {
	text-align: center;
	font-size: 14px;
	color: #de0000;
	margin: 0px;
}

.footer-logo {
	height: 37px;
}