/* Common */
.container {
	position: relative;
	margin: 0 auto;
	width: 1040px;
}
.container:after {
	display: block;
	content: '';
	clear: both;
}
/* Header */
#sticky-wrapper {
	z-index: 9999;
}
.header {
	background-color: #fff;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.header .container {
	padding: 21px 0 22px;
}
.header .logo {
	float: left;
}
.header .logo img {
	width: 72px;
}
.header .menu {
	float: right;
	margin-top: 13px;
}
.header .menu:after {
	display: block;
	content: '';
	clear: both;
}
.header .menu li {
	float: left;
	margin-right: 24px;
}
.header .menu li:last-child {
	margin-right: 0;
}
.header .menu li a {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	text-decoration: none;
}
/* Footer */
.footer {
	height: 200px;
	background: linear-gradient(119.06deg, #4E10FE -0.66%, #B350FF 102.83%);
}
.footer .footer_top {
	padding: 60px 0 19px;
	border-bottom: 1px solid #fff;
}
.footer .footer_top:after {
	display: block;
	content: '';
	clear: both;
}
.footer .footer_top .logo {
	float: left;
	width: 77px;
}
.footer .footer_top .logo img {
	width: 100%;
}
.footer .footer_top .footer_menu {
	float: left;
	margin-left: 329px;
	padding-top: 17px;
}
.footer .footer_top .footer_menu li {
	display: inline-block;
	margin-right: 35px;
}
.footer .footer_top .footer_menu li:last-child {
	margin-right: 0;
}
.footer .footer_top .footer_menu a {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer .footer_top .footer_sns_wrap {
	float: right;
	margin-top: 12px;
}
.footer .footer_top .footer_sns_wrap li {
	float: left;
	margin-right: 13px;
	width: 34px;
}
.footer .footer_top .footer_sns_wrap li:last-child {
	margin-right: 0;
}
.footer .footer_top .footer_sns_wrap li img {
	width: 100%;
}
.footer .footer_bottom {
	margin-top: 40px;
}
.footer .footer_bottom:after {
	display: block;
	content: '';
	clear: both;
}
.footer .footer_bottom ul {
	float: left;
}
.footer .footer_bottom ul:last-child {
	float: right;
}
.footer .footer_bottom ul li {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
/* Section Top */
.section_top {
	-webkit-box-shadow: inset 0 -1px 0 #E5E5E5;
	-moz-box-shadow: inset 0 -1px 0 #E5E5E5;
	box-shadow: inset 0 -1px 0 #E5E5E5;
}
.section_top .container {
	padding: 16px 0;
}
.section_top figure {
	float: left;
	margin-right: 16px;
	width: 512px;
}
.section_top figure img {
	width: 100%;
}
.section_top .section_txt {
	float: left;
	margin-top: 90px;
}
.section_top h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 68px;
	color: #242733;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}
.section_top h1 span {
	background: linear-gradient(119.06deg, #4E10FE -0.66%, #B350FF 102.83%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}
.section_top p {
	margin: 28px 0 32px;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #242733;
}
/* Section Common */
.section_common h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	color: #242733;
}
.section_common .sub_section {
	padding-top: 80px;
}
.section_common .sub_section:after {
	display: block;
	content: '';
	clear: both;
}
.section_common figure {
	float: left;
	width: 424px;
}
.section_common figure img {
	width: 100%;
}
.section_common .section_txt {
	float: right;
	width: 424px;
}
.section_common h5 {
	margin-bottom: 32px;
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	color: #242733;
}
.section_common p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #242733;
}
.link_wrap:after {
	display: block;
	content: '';
	clear: both;
}
.link_wrap a {
	display: block;
	float: left;
	margin-right: 15px;
	height: 40px;
}
.link_wrap a img {
	height: 100%;
}
/* Section Service */
.section_service .container {
	padding-top: 150px;
}
.section_service .sub_section:first-child .section_txt {
	margin-top: 89px;
}
.section_service .sub_section:nth-child(2) .section_txt {
	margin-top: 105px;
}
.section_service .sub_section:nth-child(3) .section_txt {
	margin-top: 137px;
}
.section_service .sub_section:last-child .section_txt {
	margin-top: 142.5px;
}
.section_common .sub_section:nth-child(even) figure {
	float: right;
}
.section_common .sub_section:nth-child(even) .section_txt {
	float: left;
}

.section_service .slider_wrap .section_txt {
	float: left;
}
.section_service .slider_wrap .pcSwiper {
	float: right;
	width: 424px;
	overflow-y: visible;
	overflow-x: clip;
}
.section_service .slider_wrap .pcSwiper .figure_img {
	float: right;
}
.section_service .slider_wrap .pcSwiper .figure_img img {
	width: 200px;
}
.section_service .slider_wrap .pcSwiper .swiper_text {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 220px;
}
.section_service .slider_wrap .pcSwiper .swiper_text h6 {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
}
.section_service .slider_wrap .pcSwiper .swiper_text p {
	font-size: 18px;
	line-height: 24px;
}
.section_service .slider_wrap .pcSwiper .swiper_btn_wrap {
	position: absolute;
	bottom: 30px;
	z-index: 99;
	right: 140px;
}
.section_service .slider_wrap .pcSwiper .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: url(../image/eb/btn_slide_prev.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	top: 0;
	margin-top: 0;
	right: 0;
	left: 0;
}
.section_service .slider_wrap .pcSwiper .swiper-button-next {
	width: 40px;
	height: 40px;
	background: url(../image/eb/btn_slide_next.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	top: 0;
	margin-top: 0;
	right: 0;
	left: 48px;
}
.section_service .slider_wrap .pcSwiper .swiper-button-prev:after,
.section_service .slider_wrap .pcSwiper .swiper-rtl .swiper-button-next:after,
.section_service .slider_wrap .pcSwiper .swiper-button-next:after,
.section_service .slider_wrap .pcSwiper .swiper-rtl .swiper-button-prev:after {
	content: '';
}
.section_service .slider_wrap .mbSwiper {
	display: none;
}
	/* Section Download */
.section_download {
	margin-top: 160px;
}
.section_download .container {
	padding: 47px 0 0 88px;
	background-color: #FECA10;
	border-radius: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section_download figure {
	float: right;
	margin-top: -90px;
	width: 356px;
}
.section_download .section_txt {
	float: left;
}
.section_download .section_txt h5 {
	margin-bottom: 16px;
}
.section_download .section_txt p {
	margin-bottom: 16px;
}
/* Section Inquiry */
.section_inquiry {
	margin: 80px 0 30px;
}
.section_inquiry h3 {
	float: left;
	margin-top: 73px;
}
.section_inquiry .inquiry_cnt {
	float: right;
	margin-top: 77px;
	width: 511px;
}
.section_inquiry .inquiry_cnt div {
	margin-bottom: 16px;
}
.section_inquiry .inquiry_cnt div:last-child {
	margin-bottom: 0;
}
.section_inquiry .inquiry_cnt input {
	display: block;
	padding: 16px 24px;
	width: 100%;
	border: none;
	height: 56px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #858897;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #F4F4FA;
	border-radius: 16px;
}
.section_inquiry .inquiry_cnt input::placeholder {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #858897;
}
.section_inquiry .inquiry_cnt textarea {
	display: block;
	padding: 16px 24px;
	width: 100%;
	height: 188px;
	border: none;
	resize: none;
	background-color: #F4F4FA;
	border-radius: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #858897;
}
.section_inquiry .inquiry_cnt textarea::placeholder {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #858897;
}
.section_inquiry .inquiry_cnt input:focus,
.section_inquiry .inquiry_cnt textarea:focus {
	border: 1px solid #6C23FF;
	background-color: #fff;
}
.section_inquiry .btn_inquiry {
	display: block;
	float: right;
	margin-top: 16px;
	width: 128px;
	height: 56px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 56px;
	background: linear-gradient(119.06deg, #4E10FE -0.66%, #B350FF 102.83%);
	border-radius: 16px;
}
.section_inquiry figure {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 234px;
}
/* Layer */
.layer {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.layer .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.layer .layer_cnt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 800px;
	height: 800px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow-y: scroll;
	background-color: #fff;
}
.layer .layer_cnt .sub_header h4 {
	font-size: 24px;
	text-align: center;
	padding: 15px 0 7px;
}
.board_wrap .cnt_wrap {
	padding: 30px 15px 55px;
}
.board_wrap .cnt_wrap h4 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
}
.board_wrap .cnt_wrap h6 {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
}
table.table_basic thead tr th {
	border: 1px solid #ddd;
	padding: 16px 0 14px;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.86;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	background-color: #f4f4f4;
}

table.table_basic tbody tr td {
	border: 1px solid #ddd;
	padding: 16px 25px 15px;
	vertical-align: middle;
}

.board_wrap .cnt_wrap p, table.table_basic tbody tr td {
	margin-bottom: 30px;
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.73;
	letter-spacing: normal;
	text-align: left;
	color: #666666;
}
@media screen and (max-width: 1024px) {
	.container {
		width: 968px;
	}
	.section_top figure {
		width: 412px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 0 16px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.header .container {
		padding: 20px 16px;
	}
	.header .logo img {
		width: auto;
		height: 32px;
	}
	.header .menu {
		margin-top: 4px;
	}
	.header .menu li {
		margin-right: 16px;
	}
	.header .menu li a {
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
	}

	.section_top figure {
		float: inherit;
		padding-left: 20px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section_top .section_txt {
		float: inherit;
		margin-top: -25px;
	}
	.section_top h1 {
		font-size: 40px;
		line-height: 48px;
		text-align: center;
	}
	.section_top h1 span {
		display: block;
	}
	.section_top p {
		font-size: 20px;
		line-height: 28px;
		margin: 8px 0 30px;
		text-align: center;
	}
	.section_common h3 {
		font-size: 36px;
		line-height: 42px;
	}
	.section_common figure {
		float: inherit;
		margin: 0 auto;
		width: 100%
	}
	.section_common .sub_section:nth-child(even) figure {
		float: inherit;
	}
	.section_common .section_txt,
	.section_common .sub_section:nth-child(even) .section_txt {
		float: inherit;
		width: 100%;
	}
	.section_common .sub_section {
		padding-top: 64px;
	}
	.section_common h5 {
		margin-bottom: 16px;
		font-size: 24px;
		line-height: 32px;
	}
	.section_common p {
		font-size: 18px;
		line-height: 24px;
	}
	.link_wrap {
		text-align: center;
	}
	.link_wrap a {
		display: inline-block;
		float: inherit;
	}
	.link_wrap a:last-child {
		margin-right: 0;
	}
	.section_service .sub_section:first-child .section_txt {
		margin-top: 16px;
	}
	.section_service .sub_section:nth-child(2) .section_txt {
		margin-top: 16px;
	}
	.section_service .sub_section:nth-child(3) .section_txt {
		margin-top: 16px;
	}
	.section_service .sub_section:last-child .section_txt {
		margin-top: 16px;
	}
	.section_service .container {
		padding-top: 80px;
	}
	.section_service .slider_wrap .pcSwiper {
		display: none;
	}
	.section_service .slider_wrap .mbSwiper {
		display: block;
	}
	.section_service .slider_wrap .mbSwiper .swiper-slide .figure_img {
		height: 302px;
		text-align: center;
	}
	.section_service .slider_wrap .mbSwiper .swiper-slide .figure_img img {
		height: 100%;
	}
	.section_service .slider_wrap .mbSwiper .swiper-slide .swiper_text {
		margin-top: 30px;
	}
	.section_service .slider_wrap .mbSwiper .swiper-slide .swiper_text h6 {
		font-size: 14px;
		line-height: 20px;
		color: #641FFF;
	}
	.section_service .slider_wrap .mbSwiper .swiper-slide .swiper_text p {
		font-size: 14px;
		line-height: 20px;
		color: #6D6D6D;
	}
	.section_service .slider_wrap .mbSwiper .swiper-button-prev {
		margin-top: -80px;
		width: 40px;
		height: 40px;
		background: url("../image/eb/btn_slide_prev.png") no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.section_service .slider_wrap .mbSwiper .swiper-button-next {
		margin-top: -80px;
		width: 40px;
		height: 40px;
		background: url("../image/eb/btn_slide_next.png") no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.section_service .slider_wrap .mbSwiper .swiper-button-prev:after,
	.section_service .slider_wrap .mbSwiper .swiper-rtl .swiper-button-next:after,
	.section_service .slider_wrap .mbSwiper .swiper-button-next:after,
	.section_service .slider_wrap .mbSwiper .swiper-rtl .swiper-button-prev:after {
		content: '';
	}
	.section_download {
		margin-top: 0;
		padding: 158px 16px 0;
	}
	.section_download .container {
		padding: 0 16px 72px;
	}
	.section_download figure img {
		margin-top: -50px;
	}
	.section_download .section_txt h5 {
		margin-top: 30px;
		font-size: 28px;
		line-height: 32px;
	}
	.section_download .section_txt p {
		line-height: 28px;
	}
	.section_inquiry {
		padding-top: 136px;
		margin-top: 0;
		padding-bottom: 80px;
	}
	.section_inquiry h3 {
		float: inherit;
		margin: 0 0 16px;
		text-align: left;
	}
	.section_inquiry .inquiry_cnt {
		float: inherit;
		width: 100%;
		margin: 0;
		text-align: right;
	}
	.section_inquiry figure {
		height: 215px;
		bottom: -110px;
	}
	.section_inquiry figure img {
		width: auto;
		height: 100%;
	}
	.section_inquiry .btn_inquiry {
		display: inline-block;
		float: inherit;
	}
	.footer {
		height: auto;
	}
	.footer .container {
		padding: 0 16px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer .footer_top {
		padding: 40px 0 48px;
	}
	.footer .footer_top .footer_sns_wrap li {
		margin-right: 16px;
		width: 32px;
	}
	.footer .footer_top .footer_menu {
		float: inherit;
		margin: 0;
		padding-top: 35px;
		clear: both;
	}
	.footer .footer_bottom {
		padding-bottom: 64px;
	}
	.footer .footer_bottom ul {
		float: inherit;
	}
	.footer .footer_bottom ul:last-child {
		float: inherit;
		margin-top: 24px;
	}

	.layer .layer_cnt {
		width: 90%;
		height: 90%;
	}
}