@charset "utf-8";
body,
html {
	font-size: 10px;
}

.logo {
	width: 100%;
	text-align: center;
}
.logo .logo_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 5.75rem;
}
.logo .logo_inner img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.logo .logo_inner h1 {
	display: block;
	width: 100%;
}
.logo .logo_inner img.img-logo {
	height: 2.25rem;
}
.logo .logo_inner img.img-banner {
	width: 100%;
}

.flex_cover {
	overflow: hidden;
	/* width: 100%;
	height: 100%; */
	margin: 0 2rem;
	/* padding-top: 100px; */
}

.title {
	width: 100%;
	text-align: center;
}
.title_chips {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 25.5rem;
	margin: 5rem auto 5rem;
}
.title .mainImg {
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
}
.title .mainImg img,
.title_chips .mainImg,
.title_chips .mainImg img {
	width: 100%;
}
.content {
	width: 100%;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}
.content .main_txt {
	font-size: 30px;
	font-weight: 500;
	line-height: 12px;
}
.content .sub_txt {
	font-size: 24px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	line-height: 40px;
	padding-top: 40px;
}

/* certification.html */

#event_listener {
	/* padding: 30px 66px 0;
	max-width: 510px;
	margin: 0 auto; */
}
.msg_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5rem;
	gap: 0.7rem;
	background-color: #00bbb4;
	border-radius: 5px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}
.msg_box.error {
	margin-bottom: 1.4rem;
}
.msg_box.has-icon::before {
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../images/cert-check.svg) no-repeat 0 0;
	background-size: contain;
	content: '';
}
.data_box {
	font-size: 1.3rem;
	width: 100%;
	display: flex;
	justify-content: start;
	color: rgba(255, 255, 255, 0.6);
	text-align: left;
	line-height: 34px;
	padding: 30px 0;
}

.data_box .data_number {
	margin-left: auto;
	text-align: right;
}
.event_set_btn {
	color: #fff;
	width: 100%;
	text-align: center;
	background-color: transparent;
	padding-bottom: 70px;
}
.event_set_btn li {
	padding-top: 1.4rem;
}
.event_set_btn li:first-child {
	padding-top: 0;
}
#event_listener .content {
	/* padding-top: 100px; */
}
.event_set_btn a {
	display: block;
	width: 100%;
	background-color: #1a1a1a;
	padding: 1.7rem 0;
	border-radius: 0.4rem;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
}
.event_set_btn .text_area {
	font-size: 1.4rem;
    word-break: keep-all;
    text-align: start;
    color: rgba(255, 255, 255, 0.6);
}
.event_top img {
	width: 100%;
}
#event {
	width: 100%;
	overflow: hidden;
}
#event ul {
	display: flex;
}
#event li {
	width: 100%;
}

@media only screen and (max-width: 720px) {
	.wrapper {
		max-width: 720px;
	}
}

/* @media only screen and (max-width: 720px) {
	.wrapper {
		max-width: 720px;
	}
}
@media only screen and (max-width: 500px) {
	.title .mainImg {
		max-width: 138px;
	}
	.content .main_txt {
		font-size: 15px;
	}
	.content .sub_txt {
		font-size: 12px;
		line-height: 20px;
		padding-top: 20px;
	}
	.wrapper.certification {
		padding: 0;
	}
	#event_listener {
		padding: 30px;
		max-width: 100%;
	}
} */
