:root {
	/*--bg-color : rgba(10, 186, 181, 0.7);
	--bg-color-light : rgba(10, 186, 181, 0.2);
	--bg-color-iv : rgb(250, 247, 238);
	--bd-color-light : rgb(81, 190, 193);
	--bd-color-dark : rgb(69, 163, 166);
	--bg-color-be : #dee4e5;
	--bg-color-lbe : #f4f8f8;*/
	--base : rgb(38, 27, 2);
	--bg-color : rgb(213, 210, 207);
	--bg-color-light : rgb(229, 225, 222);
	--bg-color-iv : rgb(250, 247, 238);
	--bd-color-light : rgb(186, 181, 175);
	--bd-color-dark : rgb(139, 135, 130);
	--bg-color-be : #dee4e5;
	--bg-color-lbe : #f4f8f8;
}

.t_seabox{
	/*background: 0 0 / 100% 4px linear-gradient(0deg, var(--bg-color-iv) 50%, transparent 50%) repeat-y;*/
	background: var(--bg-color-iv);
	padding: 0;
	margin: 20px 0;
}
.t_seabox > header > h2,
.t_seabox > header > h3 {
	margin:0;
	line-height:28px;
	font-size:23px;
	font-weight: bold;
	filter: drop-shadow(1px 1px 1px #fff);
}
.t_seabox > header {
	position: relative;
	background: var(--bg-color-be);
	margin:0;
	margin-bottom:10px;
	padding:15px 10px 15px 26px;
}
.t_seabox > header::after {
	content: "";
	display: block;
	width:6px;
	height:28px;
	border-radius: 3px;
	box-sizing: border-box;
	background: #fff;
	position: absolute;
	left:10px; top:15px;
}
.t_seabody {padding:10px;}
.t_seabox p {font-size:16px; line-height: 23px; padding:10px; margin:0; text-indent: 1em;
}
.t_seabox .t_seaform{
	display: flex;
	position: relative;
	justify-content: space-between;
	background: #fff;
	border-bottom: 3px solid var(--bg-color-be);
}
.t_seabox .t_seaform::before {
	content: "";
	display: block;
	width:22px;
	height:6px;
	border-radius:0 3px 3px 0;
	box-sizing: border-box;
	line-height:0;
	background: linear-gradient(90deg, transparent 50%, var(--bd-color-light) 50%);
	position: absolute;
	top:50%; left:25px;
	transform-origin: 0% 50%;
	transform: translate(0,-50%) rotate(45deg);
	pointer-events: none;
}
.t_seabox .t_seaform::after {
	content: "";
	display: block;
	width:26px;
	height:26px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 6px solid var(--bd-color-light);
	position: absolute;
	top:50%; left:12px;
	transform: translateY(-50%);
	pointer-events: none;
}
.t_seaform input[type='text'] {
	appearance: none;
	display: block;
	line-height:20px;
	font-size: 20px;
	padding:5px 10px;
	background: transparent;
	flex-grow: 1;
	min-width: none;
	border: none;
}
.t_seaform input[type='submit'] {
	appearance: none;
	display: block;
	min-width: none;
	width:50px;
	box-sizing: border-box;
	position: relative;
	background: transparent;
	color: transparent;
	border:none;
}
.t_seaform input:focus {outline:none;}
.t_seaform input[type='text']::placeholder {color:#ccc;}

.t_seares > ul {
	margin:20px 0;
	list-style: none;
	padding:0;
}

.t_seares > ul > li {
	margin:10px 0;
	border-bottom: 3px solid var(--bg-color-be);
	background: #fff;
}
.t_seares > ul > li > a,
.t_seares > ul > li > span {
	display: block;
	line-height: 1.4em;
}
.t_seares > ul > li > a,
.t_seares > ul > li > span {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding:10px;
	text-decoration: none;
}
.t_seares > ul > li > a:hover {text-decoration: underline;}
.t_seares > ul > li > a > .resCode,
.t_seares > ul > li > span > .resCode{
	font-weight: bold;
	text-align: center;
	background: var(--bg-color-light);
	border-radius:0.7em;
	padding:0 0.7em;
	box-sizing: border-box;
	min-width: 60px;
	color: #333;
	margin-right: 10px;
}
.t_seares > ul > li > a > .resName,
.t_seares > ul > li > span > .resName{
	flex-grow: 1;
}
.t_seares > ul > li > span > .resBtn {
	display:inline-block;
	text-align: center;
	background: var(--bg-color-light);
	border-radius:0.7em;
	padding:0 0.7em;
	box-sizing: border-box;
	min-width: 60px;
	background: #333;
	color: #fff;
	font-weight: bold;
	margin-left:3px;
}

.t_select {
	display: flex;
	position: relative;
	justify-content: space-between;
	border-bottom: 3px solid var(--bg-color-be);
	background: #fff;
	overflow: hidden;
	margin-top:10px;
}
.t_select::after {
	content:"";
	display: block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-right:3px solid var(--bd-color-light);
	border-bottom:3px solid var(--bd-color-light);
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.t_select > div {
	box-sizing: border-box;
	width:25%;
	min-width:25%;
	line-height:20px;
	font-size:20px;
	padding: 10px;
	color: #789;
	font-size:16px;
	font-weight: bold;
}
.t_select > select {
	appearance: none;
	display: block;
	min-width: none;
	line-height:20px;
	font-size:20px;
	padding: 10px;
	padding-left: 15px;
	flex-grow: 1;
	border:none;
	background: none;
}
.t_select > select:focus {
	outline: none;
}