
.sticky-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	z-index: 10;
	transform: translateY(-100%);
	transition: transform 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sticky-nav.visible {
	transform: translateY(0);
}

.nav-items {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.nav-items::-webkit-scrollbar {
	display: none;
}

.nav-items li {
	flex: 1;
	min-width: fit-content;
	border-right: 1px solid #D9D9D9;
}

.nav-items li:last-child {
	border-right: none;
}

.nav-items a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 12px 16px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	transition: all 0.3s ease;
	text-align: center;
}

.nav-items a.active {
	color: #fff;
	background-color: #54822B;
}



.gdH2 {
	font-weight: 700;
}

.pgH1Sub {
	padding: 16px 0;
	font-weight: 700;
}

.pgH1Sub span {
	display: block;
	width: fit-content;
	margin: auto;
	text-align: left;
	padding-right: 0;
}

.cardList {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
}

.cardList h3 {
	text-align: center;
}

.cardList>li {
	width: 100%;
	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 12px;
	background: #5E8937;
	color: #FFF;
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 12px;
	font-weight: 700;
}

.cardList>li section {
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: left;
}

.cardList>li section h3 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
}


.cardList-2 section h3 {
	text-align: left!important;
}

/*Link btn*/
.flowGrnBtn {
	text-align: center;
	margin: 0px auto;
}

.guidePgUl>li .flowGrnBtn a {
	display: block;
	padding: 12px 32px;
	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;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.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: 16px;
	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: 12px;
	box-shadow: none!important;
	border-radius: 0;
	border: none;
}

.cardList-2 .cardItem {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
	padding-bottom: 80px;
}

.cardList-2 .cardItem img{
	width: 40%;
	height: 100%;
	object-fit: cover;
}

.cardList-2 .cardItem .flowGrnBtn {
	width: fit-content;
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
}

.cardList-2 .cardItem .flowGrnBtn a {
	white-space: nowrap;
}

h1.ttl {
	font-size: 18px;
	font-weight: 700;
	color: #54822B;
	text-align: center;
	padding-bottom: 16px;
	border-bottom: 1px dashed #54822B;
	margin-bottom: 16px;
}

.guidePgUl>li h3 {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 16px;
}

.guideList {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.guideList li {
	width: 100%;
	padding: 16px;
}

.guideList li a {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 16px 20px;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	text-decoration: none;
	color: #000;
	position: relative;
	min-height: 44px;
}

.guideList li a div {
	flex: 1;
}

.guideList li a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #54822B;
	border-right: 2px solid #54822B;
	position: absolute;
	top: calc(50% - 2px);
	right: 8px;
	transform: translateY(-50%) rotate(45deg);
}

.guideList li section {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

.guideList li section img{
	width: 50px;
	height: 50px;
	flex-shrink: 0;
}

.guideList li section h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 6px;
	text-align: left;
}

.flowNwH3 {
	font-size: 18px;
	color: #54822B;
	font-weight: bold;
	text-align: center;
	margin: auto auto 24px auto;
	border-bottom: 2px dotted #54822B;
	padding-bottom: 16px;
}

.flowNwH3 > span {
	width: 60px;
	border: 1px solid #54822B;
	margin: auto auto 12px auto;
	display: block;
	border-radius: 50px;
	padding: 4px 0;
	font-size: 11px;
	text-align: center;
	background: #fff;
}

#searchForm {
	background: #FFFBDE;
	padding: 24px 16px;
	margin: 24px 0;
}

#searchForm .flowNwH3 {
	border: none;
	padding: 0;
}

.searchPt {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

#goTopBtn {
	position: fixed;
	bottom: 16px;
	right: 0px;
	display: none;
	z-index: 9;
}

#goTopBtn a {
	display: block;
}

#goTopBtn a:first-of-type {
	margin-bottom: 8px;
}

#goTopBtn a img {
	width: 70px;
}

