
.header_root {
	padding:20px 40px;
}
.header_base {
	padding:15px 30px;
}
.header_title {
	font-size: 24px;
}
.header_center_table_td {

}
.header_query_td {

}
@media screen and (max-width: 1000px) {
	.header_root {
		padding:20px 20px;
	}
	.header_base {
		padding:15px 15px;
	}
	.header_title {
		font-size: 20px;
	}
	.header_center_table_td {
		display: none;
	}
	.header_query_td {
		display: none;
	}
}

.query_button {
	color: #fff !important;
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: block;
	background: #0E6F93;
	border: 1px solid #0E6F93;
	text-align: center;
	border-radius: 8px;
	font-weight: 700;
	letter-spacing: 1px;
}
.query_button::after {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s;
	z-index: -1;
}
.query_button:hover {
	color: #0E6F93 !important;
}
.query_button:hover::after {
	transform: scale(1, 1);
}

.apply_button {
	color: #fff !important;
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: block;
	background: #D44D0D;
	border: 1px solid #D44D0D;
	text-align: center;
	border-radius: 8px;
	font-weight: 700;
	letter-spacing: 1px;
}
.apply_button::after {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s;
	z-index: -1;
}
.apply_button:hover {
	color: #D44D0D !important;
}
.apply_button:hover::after {
	transform: scale(1, 1);
}

.top_title {
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 8px;
	color:#333;
	padding:0 20px;
}
.top_description {
	font-size: 14px;
	line-height: 26px;
}
@media screen and (max-width: 800px) {
	.top_title {
		font-size: 48px;
		letter-spacing: 6px;
	}
	.top_description {
		font-size: 13px;
		line-height: 24px;
	}
}
@media screen and (max-width: 600px) {
	.top_title {
		font-size: 36px;
		letter-spacing: 5px;
	}
	.top_description {
		font-size: 12px;
		line-height: 22px;
	}
}
@media screen and (max-width: 400px) {
	.top_title {
		font-size: 24px;
		letter-spacing: 4px;
	}
	.top_description {
		font-size: 11px;
		line-height: 21px;
	}
}

.top_button_left {
	display: inline-block;
	width:180px;
}
.top_button_right {
	display: inline-block;
	width:180px;
	margin: 0 0 0 20px;
}
@media screen and (max-width: 600px) {
	.top_button_left {
		display: block;
		width:60%;
		margin: 0 auto;
	}
	.top_button_right {
		display: block;
		width:60%;
		margin: 15px auto 0 auto;
	}
}

.img_slider {
	overflow: hidden;
	width: 100%;
}
.img_slider_track {
	display: flex;
	width: max-content;
	animation: img_slider_scroll 140s linear infinite;
}
.img_slider_track img {
	width: 200px;
	flex-shrink: 0;
	margin-right: 10px;
}
@keyframes img_slider_scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.concept_bg {
	width: 1200px;
}
@media screen and (max-width: 1200px) {
	.concept_bg {
		width: 100%;
	}
}
.concept_root {
	display: inline-block;
	width:32%;
	vertical-align: top;
}
.concept_base {
	background: #F5F4F2;
	border-radius: 10px;
	padding:30px 20px;
}
.concept_title {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.concept_img_base {
	margin-top: 20px;
	text-align: center;
}
.concept_img {
	width:30%;
}
.concept_description {
	color:#333;
	font-weight: 300;
	line-height: 24px;
	margin-top: 20px;
}
.concept_space {
	display: inline-block;
	width: 1.5%;
}

@media screen and (max-width: 800px) {
	.concept_root {
		display: block;
		width: 100%;
	}
	.concept_space {
		display: block;
		height: 20px;
	}
}

.service_root {
	width: 1200px;
}
@media screen and (max-width: 1200px) {
	.service_root {
		width: 90%;
	}
}
.service_base {
	display: inline-block;
	text-align: center;
	margin: 0 50px 30px 0;
}
.service_img {
	width:50px;
}
.service_title {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	font-weight: 600;
}

.plan_bg {
	width: 1200px;
}
@media screen and (max-width: 1200px) {
	.plan_bg {
		width: 100%;
	}
}
.plan_root {
	display: inline-block;
	width:32%;
	vertical-align: middle;
}
.plan_base {
	border-radius: 10px;
	padding:30px 20px;
}
.plan_space {
	display: inline-block;
	width: 1.5%;
}
@media screen and (max-width: 800px) {
	.plan_root {
		display: block;
		width: 100%;
	}
	.plan_space {
		display: block;
		height: 20px;
	}
}
.plan_title {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
}
.plan_description {
	text-align: center;
	margin-top: 10px;
}
.plan_price_table {
	margin: 30px auto 0 auto;
}
.plan_price_table td {
	vertical-align: bottom;
}
.plan_price_table td:nth-child(1) {
	font-size: 16px;
	padding-bottom: 5px;
}
.plan_price_table td:nth-child(2) {
	font-size: 50px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
}
.plan_price_table td:nth-child(3) {
	font-size: 16px;
	padding-bottom: 7px;
}
.plan_check_table {
	margin: 30px auto 0 auto;
}
.plan_check_table td {

}
.plan_check_table td:nth-child(2) {
	padding-left: 7px;
}
.plan_interval {
	font-weight: 600;
	margin:20px 0 0 0;
	text-align: center;
	line-height: 24px;
}
.plan_apply {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 24px;
  border: 1px solid #2b2b2b;
  border-radius: 6px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #2b2b2b;
  overflow: hidden;
  transition: color 0.4s ease;
  margin-top: 30px;
}
.plan_apply::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #2b2b2b;
  border-radius: 18px;
  margin-right: 24px;

  transform: translateY(-50%) scale(1);
  transform-origin: right center;
  transition: transform 0.3s cubic-bezier(.77,0,.18,1);
  z-index: 0;
}
.plan_apply span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.arrow {
  width: 40px;
  height: 40px;
  background: #2b2b2b;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_apply:hover::before {
  transform: translateX(100px) translateY(-50%) scale(20);
}
.plan_apply:hover .text {
  color: #fff;
}

.schedule_table {
	width: 1000px;
	margin: 30px auto 0 auto;
	border-collapse: collapse;
}
@media screen and (max-width: 1000px) {
	.schedule_table {
		width: 90%;
	}
}
.schedule_table th {
	font-size: 13px;
	font-weight: 500;
	padding: 8px;
	vertical-align: middle;
}
.schedule_table th:nth-child(1) {
	background: #000;
	color:#fff;
	border-top-left-radius: 6px;
}
.schedule_table th:nth-child(2) {
	background: #000;
	color:#fff;
	border-left: 1px solid #fff;
}
.schedule_table th:nth-child(3) {
	background: #0E6F93;
	color:#fff;
	border-left: 1px solid #fff;
	border-top-right-radius: 6px;
}
.schedule_table td {
	text-align: center;
	border: 1px solid #000;
	padding: 10px 10px;
}
