html, body {
	scroll-behavior: unset;
}

.gdH2 {
	font-weight: 700;
}

.pgH1Sub span {
 padding-right: 0;
}


.cardList {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cardList>li {
	width: calc(50% - 14px);
	padding: 0;
	border-radius: 4px;
	background: #FFF;
	/* shadow 1 */
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	position: relative;
}

.cardList>li .badge {
	padding: 2px 16px;
	background: #5E8937;
	color: #FFF;
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 13px;
	font-weight: 700;
}

.cardList>li section {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: center;
}

.cardList>li section h3 {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	border: none;
	padding: 0;
	margin: 0;
}

/*Link btn*/
.flowGrnBtn {
	text-align: center;
	margin: 0px auto;
}

.guidePgUl>li .flowGrnBtn a {
	display: block;
	padding: 10px 50px;
	color: #54822B;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background: #F2FBEA;
	border-radius: 100px;
	border: 2px solid #54822B;
	width: auto;
	margin: auto;
	position: relative;
}

.guidePgUl>li .flowGrnBtn a:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #54822B;
	border-right: 2px solid #54822B;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
}

.guidePgUl>li .flowGrnBtn a.arwDn:before {
	transform: translateY(-50%) rotate(135deg);
}

.guidePgUl>li .flowGrnBtn a:hover {
	opacity: .8;
}

.cardList-2 {
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-shadow: none!important;
	border-radius: 0;
	border: none;
}

.cardList-2 .cardItem {
	display: flex;
	align-items: center;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.cardList-2 .cardItem img{
	width: 30%;
	height: 100%;
	object-fit: cover;
}

h1.ttl {
	font-size: 20px;
	font-weight: 700;
	color: #54822B;
	text-align: center;
	padding-bottom: 24px;
	border-bottom: 1px dashed #54822B;
	margin-bottom: 24px;
}


.guidePgUl>li h3 {
	margin-bottom: 24px;
	font-weight: 700;
}

.guideList {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.guideList li {
	width: 100%;
}

.guideList li a {
	flex: 0 0 calc((100% - 32px) / 3);
	display: flex;
	align-items: center;
	gap:10px;
	padding: 16px 24px;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	text-decoration: none;
	color: #000;
	position: relative;
}

.guideList li a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #54822B;
	border-right: 2px solid #54822B;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%) rotate(45deg);
}

.guideList li a:hover {
	opacity: .8;
	color: #54822B;
}

.guideList li section {
	display: flex;;
	align-items: stretch;
	gap: 16px;
}

.guideList li section img{
	width: 60px;
	height: 60px;
	margin: 0;
}

.guideList li section h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: left;
}

.flowNwH3 {
    font-size: 20px;
    color: #54822B;
    font-weight: bold;
    text-align: center;
    margin: auto auto 35px auto;
    border-bottom: 2px dotted #54822B;
    padding-bottom: 24px;
}

.flowNwH3 > span {
    width: 70px;
    border: 1px solid #54822B;
    margin: auto auto 16px auto;
    display: block;
    border-radius: 50px;
    padding: 4px 0;
    font-size: 12px;
    text-align: center;
    background: #fff;
}

#searchForm {
    background: #FFFBDE;
    padding: 40px 0;
    margin: 50px 0;
}

#searchForm .flowNwH3 {
    border: none;
    padding: 0;
}

.searchPt {
    width: 1128px;
	margin: 0 auto;
}


#goTopBtn {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 9;
}

#goTopBtn a {
    display: block;
}

#goTopBtn a:first-of-type {
    margin-bottom: 8px;
}

#goTopBtn a img {
    width: 90px;
}
