.interface-container {
	width: 1024px;
}

/** Custom interface styles  **/

.existing-card {
	min-width: 20rem;
	width: 30%;
}

.rounded-card {
	border-radius: 0.5rem;
}

.card-banner {
	position: relative;
}

.bottom-right {
	position: absolute;
	bottom: 0.5rem;
	right: 1rem;
}

.card-title {
	float: left;
	text-align: left;
	line-height: 30px;
	font-size: 18px;
}

.card {
	background: #fff;
	border-radius: 6px !important;
	color: #000;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: z-index 0.5s, opacity 0.5s, -webkit-transform 0.5s,
		-webkit-filter 0.5s;
	transition: z-index 0.5s, opacity 0.5s, -webkit-transform 0.5s,
		-webkit-filter 0.5s;
	transition: transform 0.5s, filter 0.5s, z-index 0.5s, opacity 0.5s;
	transition: transform 0.5s, filter 0.5s, z-index 0.5s, opacity 0.5s,
		-webkit-transform 0.5s, -webkit-filter 0.5s;
	width: 100%;
	min-height: 380px;
	background-color: rgba(0, 0, 0, 0.03);
}

.card-reg {
	bottom: 0;
	height: 14%;
	padding: 30px 10px 10px 14px;

	/* bottom: 10px; */
	font-size: 16px;
	font-weight: 300;
	/* position: absolute; */
	text-transform: uppercase;
	width: 100%;
	color: #888888;
	font-weight: 600;
}

.search_wrap .text input {
	border: 0;
	border-bottom: 1px solid #888888;
	font-size: 1.125em;
	height: 25px;
	width: 160px;
	padding: 4px 4px 4px;
	color: #666;
	margin-right: 10px;
}

.search_wrap .text input,
textarea {
	background: cyan;
}

.mid_nav_elem {
	width: 256px;
}

#mid_nav_con_wrapper {
	color: black;
}

#mid_nav_menu > li > a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.15em;

	display: inline-block;
	padding: 15px 20px;
	position: relative;
}

#mid_nav_menu > li > a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	background: rgb(3, 88, 245);
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

#mid_nav_menu > li > a:hover:after {
	width: 100%;
	left: 0;
}

nav li {
	display: inline-block;
}

nav a {
	display: block;
	text-decoration: none;
	padding: 20px;
	color: #f2eeea;
}

button,
html input[type="button"] {
	background-color: white;
	border: 0;
	outline: 0;
}

.button:hover {
	border: 0;
}

.Select-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 60px;
	height: 30px;
	border-radius: 3px;
	border: solid 1px #8d8d8d;
	background: none;
	display: block;
	margin-top: 8px;
	font-size: 14px;
	padding-left: 15px;
	color: #787878;
	background-size: 15%;
	margin-right: 10px;
}

option {
	height: 20px;
	padding: 50px 0;
}

.search_wrap .text input {
	background-color: white;
	font-size: 14px;
	margin-top: 10px;
}

.search_btn {
	font-size: 14px;
	background-color: #123175;
	color: white;
	width: 100px;
	height: 31px;
}

.base_num {
	font-size: 16px;
}

.base_content {
	font-size: 18px;
}

.mid_tab {
	height: 50px;
	width: 100%;
	background-color: white;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	color: #003c8f;
	border: 1px solid #003c8f;
	margin-bottom: 50px;
	box-sizing: content-box !important;
}

.mid_tab_ {
	width: 100%;
	box-sizing: content-box !important;
}

.mid_tab_elem {
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	box-sizing: content-box !important;
}

.mid_tab_ {
	background-color: white;
	color: #003c8f;
}
.mid_tab_:nth-child(2) {
	border-left: 1px solid #003c8f;
	border-right: 1px solid #003c8f;
}

.but_list {
    background: #1f297b !important;
    color: white !important;
    font-size: 14px;
    margin-top: 10px;
    width: 160px;
    height: 40px;
    border-radius: 5px;
}

.container {
    max-width: 1280px !important;
}

@media (max-width: 800px) {
	.base_num {
		font-size: 14px;
	}

	.base_content {
		font-size: 16px;
	}

	.Select-control {
		width: 50px;
		font-size: 12px;
		padding-left: 12px;
	}

	.search_wrap .text input {
		width: 110px;
		font-size: 12px;
	}

	.search_btn {
		font-size: 12px;
		width: 60px;
	}

	.mid_tab_elem {
		font-size: 13px;
	}
}

.contents{
	max-width:1280px !important;
  }
  @media(max-width:1290px){
	.contents{
	  max-width:calc(100vw - 40px) !important;
	}
  }



  .mo_title_two{
	  display:none;
	  font-size:30px;
	  padding-bottom: 0;
	  position: relative;
	  text-align: center;
	  color: #333333;
  }

  @media(max-width:1400px){
	.title_two{
		display:none;
	}
	.mo_title_two{
		display:block;
	}
  }