.related_company{
	font-size: 14px;
	line-height: 1.4;
}

main {
	background: #fff;
	margin-bottom: 60px;
}
.title-sub {
	font-weight: 900;
	font-size: 24px;
	line-height: 35/24;
	text-align: center;
	color: black;
}
.div-line {
	height: 25px;
	background: url(div-line.png) repeat-x;
	background-size: auto 100%;
}

.bg-yellow {
	background: #fff100;
}
.title-sub1 {
	font-weight: 900;
	font-size: 22px;
	line-height: 42/24;
	text-align: center;
	color: black;
}
.title {
	margin-top: 16px;
	font-weight: 900;
	font-size: 38px;
	text-align: center;
	color: black;
	line-height: 1.4;
}
.title-big {
	margin-top: 16px;
	font-weight: 900;
	font-size: 44px;
	text-align: center;
	color: black;
	line-height: 1;
}
.line::before {
	content: "";
	display: inline-block;
	width: 98px;
	height: 32px;
	background-image: url("line.svg");
	background-repeat: no-repeat;
}
.line-big::before {
	content: "";
	display: inline-block;
	width: 118px;
	height: 38px;
	background-image: url("line.svg");
	background-repeat: no-repeat;
}
/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     find
== == == == == == == == == == == == == == == == == == == == === * */
.find {
	background-image: url("find-bg.svg");
	background-repeat: repeat-x;
	padding-top: 36px;
}
.find-container {
	max-width: 94% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.find img {
	max-width: 80% !important;
	position: relative;
	right: 0;
	z-index: 1;
	margin-bottom: -7%;
}
/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     account
== == == == == == == == == == == == == == == == == == == == === * */
.account {
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
}
.account-container {
	max-width: 90% !important;
	margin: 0 auto;
}

.account-btn {
	max-width: 534px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.account-btn a img{
	width: 534px;
	display: block;
	margin: 50px auto 20px auto;
}

.account-btn a:hover {
	opacity: 0.8;
}

.account img {
	margin-top: 24px;
}
/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     question
== == == == == == == == == == == == == == == == == == == == === * */
.question {
	padding-top: 30px;
}
.question-title {
	width: 628px;
	display: block;
	margin: 0 auto;
}
.question-row {
	margin-top: 40px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.question-col {
	background-image: url("question-box-bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	padding: 10px;
	padding-right: 40px;
	border-left: 6px solid #00b900;
	border-radius: 6px;
}
.question-box {
	text-align: center;
	font-weight: 900;
	font-size: 22px;
	line-height: 2;
	color: black;
}
.question-bottom {
	background-color: #00b900;
	padding-top: 60px;
	padding-bottom: 40px;
	margin-top: -30px;
}
.question-title-bottom {
	width: 490px;
	display: block;
	margin: 0 auto;
}
/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     registration
== == == == == == == == == == == == == == == == == == == == === * */
.registration {
	padding-top: 30px;
}
.registration-img1 {
	width: 622px;
	display: block;
	margin: 22px auto;
}
.registration-img2 {
	margin-top: 36px;
	position: relative;
}

.registration-img2 .person {
	position: absolute;
	left: 35%;
	bottom: 32%;
	width: 25%;
	z-index: 2;	
}

.registration-img2 .btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 12%;
	width: 54%;
	z-index: 1;
}

.registration-img2 .btn a:hover {
	opacity: 0.8;
}

/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     about
== == == == == == == == == == == == == == == == == == == == === * */
.about {
	background-color: #0063b1;
	padding-top: 60px;
	padding-bottom: 100px;
	margin-top: 60px;
}
.about-title1 {
	display: block;
	width: 482px;
	margin: 0 auto;
}
.about-img1 {
	display: block;
	width: 810px;
	margin: 0 auto;
	margin-top: 30px;
}
.about-title2 {
	color: white;
	text-align: center;
	font-weight: 900;
	font-size: 22px;
	margin-top: 16px;
}
.about-box {
	background-color: white;
	padding: 53px 60px;
	margin-top: 40px;
}
.about-text1 {
	width: 260px;
}
.about-box-head {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr));
	grid-template-columns: repeat(3, minmax(0, 1fr));
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}
.about-box-head > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.about-box-head > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.about-box-head > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.about-box-head > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}
.about-box-head > *:nth-child(5) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}
.about-box-head > *:nth-child(6) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}
.about-box-head-left {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / span 2;
	-ms-grid-row: 1;
	grid-row: 1;
}
.about-box-head-left-text {
	font-size: 22px;
	font-weight: bold;
	color: black;
}
.about-box-head-left-number {
	font-size: 32px;
	color: #0063b1;
}

.about-box-head-left-sub {
	font-weight: 400;
	font-size: 14px;
	line-height: 14/42;
	margin-top: 8px;
	color: black;
}
.about-box-head-right {
	-ms-grid-column: 3;
	grid-column: 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / span 2;
	margin-top: -90px;
}
.about-box-head-right img {
	height: 100%;
}
.about-box-head-bottom {
	-ms-grid-column-span: 12;
	grid-column: 1 span 2;
	-ms-grid-row: 2;
	grid-row: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.about-box-head-bottom img {
	width: 170px;
	margin-right: 6px;
}

.about-box-main {
	margin-top: 24px;
	margin-bottom: 50px;
	border-bottom: 3px solid #e7497d;
	padding-bottom: 20px;
}
.about-box-main-title {
	text-align: center;
	background-color: #e7497d;
	color: white;
	padding: 16px;
	font-weight: 900;
	font-size: 28px;
	-webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
	clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
.about-box-main-f32 {
	text-align: center;
	font-size: 32px;
	font-weight: 900;
	color: black;
	line-height: 1;
	margin-top: 18px;
}
.about-box-main-number {
	color: #e7497d;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
}
.about-box-main-f22 {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: black;
	margin-top: 18px;
}
.about-box-main-f22 .about-box-main-number {
	font-size: 32px;
}
.about-box-main-16 {
	text-align: center;
	line-height: 26/26;
	color: black;
	margin-top: 18px;
}
.about-box-main-yellow {
	font-size: 22px;
	font-weight: bold;
	color: black;
	background-color: #fff100;
}
.about-box-bottom a img {
	width: 534px;
	display: block;
	margin: 0 auto;
}

.about-box-bottom a:hover {
	opacity: 0.8;
}

.about-box-bottom-title {
	font-size: 32px;
	text-align: center;
	color: black;
	font-weight: 900;
}
.about-box-bottom-line {
	display: inline-block;
	width: 80px;
	height: 26px;
	background-image: url("line.svg");
	background-repeat: no-repeat;
}
/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     job
== == == == == == == == == == == == == == == == == == == == === * */

.job-title-top {
	font-weight: 900;
	color: black;
	font-size: 28px;
	text-align: center;
	background-color: #fbc600;
	padding: 14px;
	width: 628px;
	margin: 0 auto;
	margin-top: -38px;
}
.job-title-main {
	text-align: center;
	margin-top: 50px;
	font-size: 44px;
	color: black;
	font-weight: 900;
}
.job-row {
	margin-top: 60px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}
.job-col1 {
	grid-column: 1 / span2;
}
.job-box {
	border: 6px solid #00b900;
	border-radius: 6px;
	padding: 0 26px 26px 26px;
	position: relative;
}
.job-box-title-top {
	background-color: #00b900;
	border-radius: 4px;
	padding: 16px;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: 900;
	margin-top: -16px;
}
.job-box-title-main {
	font-size: 28px;
	font-weight: 900;
	color: black;
}
.job-box-border {
	border-bottom: 6px solid #fbc600;
}
.job-col1 .job-box-img {
	position: absolute;
	width: 350px;
	right: -30px;
	bottom: -20px;
}
.job-col1 .job-box-title-main {
	margin-right: 284px;
}
.job-col2 .job-box-img,
.job-col3 .job-box-img {
	margin-top: 24px;
}
/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     fap
== == == == == == == == == == == == == == == == == == == == === * */
.fap {
	margin-top: 90px;
}
.fap .container {
	position: relative;
}

.fap-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 6px solid #00b900;
	border-radius: 6px;
	z-index: 1;
}
.fap-bg::before {
	content: "";
	background: white;
	position: absolute;
	top: -6px;
	bottom: -6px;
	left: 10%;
	right: 10%;
}
.fap-infor {
	position: relative;
	z-index: 20;
	max-width: 836px;
	margin: 0 auto;
	padding: 36px;
}

.fap-title {
	text-align: center;
	color: #00b900;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	font-size: 52px;
	line-height: 1.2;
}
.fap-title-sub {
	text-align: center;
	font-size: 24px;
	color: black;
}
.tab {
	margin: 26px 0;
	border-bottom: 1px solid #c9caca;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	/* align-items: flex-end; */
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tab-left {
	font-size: 48px;
	font-family: "Roboto", sans-serif;
	color: #00b900;
	font-weight: bold;
	line-height: 1;
	margin-right: 20px;
}
.tab-title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}
.tab-text {
	font-size: 17px;
	color: rgba(0, 0, 0, 0.6);
}
.fap-box {
	border: 6px solid #00b900;
	border-radius: 20px;
	position: relative;
	padding: 16px;
	margin-bottom: 30px;
}
.fap-box-text {
	font-size: 26px;
	font-weight: bold;
	color: black;
}
.fap-box-text-bg {
	background-color: #fff100;
}
.fap-box-img {
	position: absolute;
	width: 324px;
	top: -24px;
	bottom: -24px;
	right: 10px;
}
/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     how to
== == == == == == == == == == == == == == == == == == == == === * */
.how-to {
	padding: 70px 0;
}

.how-to-title {
	color: #00b900;
	text-align: center;
	font-size: 52px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	line-height: 1.2;
}
.how-to-title-sub {
	color: black;
	text-align: center;
	font-size: 24px;
}
.how-to-img1 {
	display: block;
	margin: 0 auto;
	margin-top: 60px;
}
.how-to-img2 {
	width: 200px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}
.how-to-img3 {
	display: block;
	margin: 40px auto 0;
}

.how-to-img3:hover {
	opacity: 0.8;
}

/**=== == == == == == == == == == == == == == == == == == == == =========================================== 
=>====================================================================================================                     
== == == == == == == == == == == == == == == == == == == == === * */

/*sx<=567px,sm <= 768px,md <= 992px,lg <= 1200px,xl <= 1600px*/
@media screen and (max-width: 768px) {
	.title-sub {
		font-size: 5.333vw;
		line-height: 1.4;
	}
	.title-sub1 {
		font-size: 4.8vw;
	}
	.title {
		margin-top: 4.267vw;
		font-size: 7.467vw;
		line-height: 1.3;
	}
	.title-big {
		margin-top: 4.267vw;
		font-size: 8.8vw;
		line-height: 1.2;
	}
	.line::before {
		width: 18.133vw;
		height: 5.867vw;
	}
	.line-big::before {
		width: 23.733vw;
		height: 7.467vw;
	}
	/**=== == == == == == == == == == == == == == == == == == == == == 
	=>                     account
	== == == == == == == == == == == == == == == == == == == == === * */
	.account {
		padding-top: 5.333vw;
		padding-bottom: 4.267vw;
	}
	/**=== == == == == == == == == == == == == == == == == == == == == 
	=>                     find
	== == == == == == == == == == == == == == == == == == == == === * */
	.find {
		padding-top: 9.6vw 0;
	}
	.find-container {
		max-width: 94% !important;
	}
	.find img {
		max-width: 94% !important;
		position: none;
		margin: 0 auto;
		margin-bottom: 0;
	}

	/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     question
== == == == == == == == == == == == == == == == == == == == === * */
	.question {
		padding-top: 6.933vw;
	}

	.question-title1 {
		width: 71.467vw;
		display: block;
		margin: 0 auto;
	}
	.question-row {
		margin-top: 5.333vw;
		-ms-grid-columns: minmax(0, 1fr);
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 2.133vw;
	}
	.question-col {
		padding: 2.667vw;
		padding-right: 10.667vw;
		border-radius: 1.6vw;
	}
	.question-box {
		font-weight: 900;
		font-size: 4.8vw;
		line-height: 1.8;
	}
	.question-bottom {
		padding-top: 16vw;
		padding-bottom: 10.667vw;
		margin-top: -8vw;
	}
	.question-title-bottom1 {
		width: 63.467vw;
		display: block;
		margin: 0 auto;
	}
	/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     registration
== == == == == == == == == == == == == == == == == == == == === * */
	.registration {
		padding-top: 8vw;
	}
	.registration-img1 {
		width: 165.867vw;
		display: block;
		margin: 5.867vw auto;
		margin-bottom: 3.2vw;
	}
	.registration-img2 {
		margin-top: 3.2vw;
	}

	.registration-img2 .person {		
		left: auto;
		bottom: auto;
		top: 7%;
		right: 4%;
		width: 55%;
	}

	.registration-img2 .btn {
		bottom: 34%;
		width: 100%;
	}


	/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     about
== == == == == == == == == == == == == == == == == == == == === * */
	.about {
		padding-top: 16vw;
		padding-bottom: 0vw;
		margin-top: 10.667vw;
	}
	.about-title1 {
		width: 86.667vw;
	}
	.about-img11 {
		margin-top: 3.733vw;
		width: 100%;
	}
	.about-title2 {
		font-size: 4.8vw;
		margin-top: 5.333vw;
	}
	.about .container {
		width: 100%;
	}
	.about-box {
		padding: 5.867vw 3%;
		margin-top: 10.667vw;
	}
	.about-text1 {
		width: 55.467vw;
	}
	.about-box-head {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(0, 1fr));
		grid-template-columns: repeat(1, minmax(0, 1fr));
		-ms-grid-rows: auto auto auto;
		grid-template-rows: auto auto auto;
	}
	.about-box-head > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.about-box-head > *:nth-child(2) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.about-box-head > *:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.about-box-head-left {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.about-box-head-left-text {
		font-size: 4.8vw;
		font-weight: bold;
		color: black;
	}
	.about-box-head-left-number {
		font-size: 6.933vw;
	}

	.about-box-head-left-sub {
		font-weight: 400;
		font-size: 3.733vw;
		line-height: 14/42;
		margin-top: 2.133vw;
		color: black;
	}
	.about-box-head-right {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2;
		margin-top: 5.333vw;
	}
	.about-box-head-right img {
		height: 100%;
	}
	.about-box-head-bottom {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 3;
		grid-row: 3;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

		-webkit-box-pack: center;

		-ms-flex-pack: center;

		justify-content: center;
		margin-top: -12.533vw !important;
	}
	.about-box-head-bottom img {
		width: 37.333vw;
		margin-right: 1.6vw;
	}
	.about-box-head-bottom-img1 {
		margin: 0 10% !important;
	}
	.about-box-main {
		margin-top: 6.4vw;
		margin-bottom: 13.333vw;
		border-bottom: 0.8vw solid #e7497d;
		padding-bottom: 5.333vw;
	}
	.about-box-main-title {
		padding: 4.267vw;
		font-size: 6.133vw;
		-webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 14% 100%);
		clip-path: polygon(0 0, 100% 0, 86% 100%, 14% 100%);
	}
	.about-box-main-f32 {
		font-size: 6.933vw;
		line-height: 1;
		margin-top: 4.8vw;
	}
	.about-box-main-number {
		font-size: 10.133vw;
		font-weight: 900;
		line-height: 1;
	}
	.about-box-main-f22 {
		font-size: 4.8vw;
		margin-top: 4.8vw;
	}
	.about-box-main-f22 .about-box-main-number {
		font-size: 6.933vw;
	}
	.about-box-main-16 {
		font-size: 3.467vw;
		margin-top: 4.8vw;
	}
	.about-box-main-yellow {
		font-size: 4.8vw;
	}
	.about-box-bottom img {
		width: 142.4vw;
	}
	.about-box-bottom-title {
		font-size: 6.933vw;
		margin-top: 3.2vw;
	}
	.about-box-bottom-line {
		width: 18.133vw;
		height: 5.867vw;
	}
	/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     job
== == == == == == == == == == == == == == == == == == == == === * */
	.job-title-top {
		font-size: 6.133vw;
		padding: 3.733vw;
		max-width: 100%;
		margin: 0 auto;
	}
	.job-title-main {
		margin-top: 4.8vw;
		font-size: 8.533vw;
		line-height: 1.3;
	}
	.job-row {
		margin-top: 8.533vw;
		gap: 6.4vw;
	}
	.job-col {
		grid-column: 1 / span2;
	}
	.job-box {
		border: 1.6vw solid #00b900;
		border-radius: 1.6vw;
		padding: 0 4.8vw 4.8vw 4.8vw;
	}
	.job-box-title-top {
		border-radius: 1.067vw;
		padding: 3.733vw 3.2vw;
		font-size: 4.533vw;
		text-align: center;
		margin-top: -4.267vw;
		margin-left: -2.133vw;
		margin-right: -2.133vw;
	}
	.job-box-title-main {
		font-size: 5.867vw;
	}
	.job-box-border {
		border-bottom: 1.6vw solid #fbc600;
	}
	.job-col1 .job-box-img {
		position: relative;
		width: 93.333vw;
		right: 0;
		bottom: -5.867vw;
	}
	.job-col1 .job-box-title-main {
		margin-right: 0;
	}
	.job-col2 .job-box-img,
	.job-col3 .job-box-img {
		margin-top: 6.4vw;
	}
	/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     fap
== == == == == == == == == == == == == == == == == == == == === * */
	.fap {
		margin-top: 13.333vw;
	}
	.fap-bg {
		border: 1.6vw solid #00b900;
		border-radius: 1.6vw;
	}
	.fap-bg::before {
		left: -1.6vw;
		right: -1.6vw;
		top: 11.2vw;
		bottom: 11.2vw;
	}
	.fap-infor {
		padding: 2.667vw;
		padding-bottom: 21.333vw;
	}

	.fap-title {
		margin-top: 11.2vw;
		font-size: 11.2vw;
	}
	.fap-title-sub {
		font-size: 5.333vw;
	}
	.tab {
		margin: 5.333vw 0;
	}

	.flex {
		margin-bottom: 5.333vw;
	}
	.tab-left {
		font-size: 10.4vw;
		margin-right: 4.8vw;
	}
	.tab-title {
		font-size: 5.867vw;
	}
	.tab-text {
		font-size: 3.733vw;
		text-align: justify;
	}
	.fap-box {
		border-radius: 5.333vw;
		padding: 4.267vw 4.267vw 0 4.267vw;
		margin-bottom: 8vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.fap-box-text {
		font-size: 5.867vw;
	}
	.fap-box-img {
		width: 86.4vw;
		position: relative;
		bottom: 0;
		left: 0;
		top: 0;
		right: 0;
		margin-top: 4.267vw;
		margin-bottom: -13.333vw;
	}
	/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     how to
== == == == == == == == == == == == == == == == == == == == === * */
	.how-to {
		padding: 16vw 0;
	}

	.how-to-title {
		font-size: 11.2vw;
	}
	.how-to-title-sub {
		font-size: 5.333vw;
	}
	.how-to-img11,
	.how-to-img3 {
		margin-top: 8.533vw;
	}
}
