@charset "utf-8";
/*------------------------------------------------------------
	guidelines
------------------------------------------------------------*/
#main .sec01 .content {
	padding: 14.1rem 0 14rem;
	max-width: 190rem;
	position: relative;
}
#main .sec01.guidelines01 .content h3 {
	font-size: 3rem;
	text-align: center;
}
#main .sec01.guidelines01 .content .guidelines01_item {
	margin: 6rem auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
    max-width: 96rem;
	width: 90%;
	background-color: rgba(234,244,243,0.5) ;
	padding: 3rem ;
	border-radius: 2rem;
}
#main .sec01.guidelines01 .content .guidelines01_item a {
	padding: .7rem 1.6rem;
	background-color: #FFFFFF;
	border-radius: 50px;
	display: flex;
	align-items: center;
}
#main .sec01.guidelines01 .content .guidelines01_item a::after {
	content: "";
	display: inline-block;
	width: 2.7rem;
	height: 2.7rem;
	background-image: url(../img/common/icon10.png);
	background-size: contain;
	background-repeat:no-repeat ;
	background-position: center center;
	margin-left: 1rem;
	transform: rotate(90deg);
}

#main .sec01.guidelines01 .content .guidelines01_item a:hover {
	background-color: #1CD8D2;
	color: #FFFFFF;
}

#main .sec01.guidelines02 .content {
	padding: 0 0 14rem;
	max-width: 190rem;
	position: relative;
}
#main .sec01.guidelines02:last-of-type .content {
	margin-bottom: 10rem;
}
#main .sec01.guidelines02 .content h3 {
	font-size: 3rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .4rem;
}
#main .sec01.guidelines02 .content h3::before {
	content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(180deg, #51E6DF 0%, #90F2E4 48.56%, #D3FFE9 100%);
	display: block;
    border-radius: 100%;
	margin-right: 1.5rem;
}
#main .sec01.guidelines02 .content .table_wrap {
	max-width: 96rem;
	margin: 6rem auto 0;
	width: 90%;
}
#main .sec01.guidelines02 .content .table_wrap table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec01.guidelines02 .content .table_wrap table tr th,
#main .sec01.guidelines02 .content .table_wrap table tr td {
	padding-top: 2rem;
	padding-bottom: 2rem;
	vertical-align: unset;
	border-bottom: 1px solid #1CD8D2;
}
#main .sec01.guidelines02 .content .table_wrap table tr th {
	color: #1CD8D2;
	width: 25rem;
}
#main .sec01.guidelines02 .content .table_wrap table tr td {
	width: calc(100% - 25rem);
	letter-spacing: .3rem;
	line-height: 1.6;
}
#main .sec01.guidelines02 .content .comBtn02 {
	margin: 4rem auto 0;
	text-align: center;
}

@media all and (max-width: 896px) {
	#main .sec01 .content {
        padding: 6rem 2rem;
	}
	#main .sec01.guidelines01 .content h3 {
		font-size: 2.2rem;
	}
	#main .sec01.guidelines01 .content .guidelines01_item {
		margin: 3rem auto 0;
		gap: 1.5rem;
		padding: 2rem ;
	}
	#main .sec01.guidelines01 .content .guidelines01_item a {
		padding: .5rem 1.6rem;
	}
	#main .sec01.guidelines02 .content {
		padding: 0 0 8rem;
	}
	#main .sec01.guidelines02 .content h3 {
		font-size: 2.2rem;
	}
	#main .sec01.guidelines02 .content h3::before {
		width: 2rem;
		height: 2rem;
		margin-right: 1rem;
	}
	#main .sec01.guidelines02 .content .table_wrap {
		margin: 4rem auto 0;
	}
	#main .sec01.guidelines02 .content .table_wrap table tr:first-child th {
		border-top: 1px solid #1CD8D2;
	}
	#main .sec01.guidelines02 .content .table_wrap table tr th,
	#main .sec01.guidelines02 .content .table_wrap table tr td {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		display: block;
		width: 100%;
	}
	#main .sec01.guidelines02 .content .table_wrap table tr th {
		border-bottom: none;
		padding-bottom: 0;
	}
	#main .sec01.guidelines02 .content .table_wrap table tr td {
		letter-spacing: .2rem;
		line-height: 1.6;
	}
	#main .sec01.guidelines02 .content .comBtn02 {
		margin: 4rem auto 0;
		text-align: center;
	}
}