@charset "utf-8";
.search_array div.term input+img {
	display: none;
}

.greeting {
	max-width: 1200px;
	margin: auto;
}

.greeting  .top-con {
	position: relative;
	padding-bottom: 165px;
}

.greeting .top-con::before,
.greeting .top-con::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 900px; 
	height: 605px;
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

.greeting .top-con::before {
	background-image: url(../img/sub/greeting-bg1.png);
}

.greeting .top-con::after {
	background-image: url(../img/sub/greeting-bg2.png);
	z-index: -1;
}

.greeting .con-box {
	display: flex;
	width: 660px;
	margin-right: 540px;
	padding: 120px 88px;
	flex-direction: column;
	justify-content: flex-end;
	gap: 48px;
	border-radius: 200px 4px;
	background: var(--dark-green);
	box-shadow: 20px 40px 40px 0px rgba(0, 0, 0, 0.40);
}

.greeting .con-box .txt {
	position: absolute;
	right: 0;
	top: 26px;
	color: var(--light-gray);
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	line-height: 180%;
	letter-spacing: 1.36px;
}

.greeting .con-box .logo {
	display: flex;
	align-items: flex-end;
	gap: 5px;
	color: #fff;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 1.2px;
}

.greeting .con-box .logo span {
	position: relative;
	width: 190px;
	height: 69px;
	background: url(../img/main/logo.svg) no-repeat left center / 100%;
}

.greeting .con-box .logo .point-leaf::after {
	top: 3px;
	right: 0;
	width: 16px;
	height: 15px;
	background-size: 100%;
	animation: point-leaf 3s;
}

.greeting .con-box .con p {
	position: relative;
	color: #FFF;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.72px;
	z-index: 1;
}

.greeting .con-box .con p+p {
	margin-top: 40px;
}

.greeting .con-box .con p span {
	color: #EF9;
}

.greeting .info-box {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

.greeting .info-box dl {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 6px;
	text-align: center;
	padding-top: 70px;
	width: 360px;
}

.greeting .info-box dl:nth-child(2)::before,
.greeting .info-box dl:nth-child(3)::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 50px);
	width: 1px;
	height: 100px;
	background: var(--light-gray);
}

.greeting .info-box dl::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background: url(../img/sub/greeting-info.svg) no-repeat;
}

.greeting .info-box dl:nth-child(2)::after {
	 background-position: -60px 0;
}

.greeting .info-box dl:nth-child(3)::after {
	 background-position: -120px 0;
}

.greeting .info-box dt {
	position: relative;
	color: var(--dark-green);
	font-size: 18px;
	font-weight: 700;
	line-height: 180%;
	letter-spacing: 0.72px;
}

.greeting .info-box dd {
	line-height: 160%;
	word-break:keep-all;
}

.guide {
	display: flex;
	gap: 20px;
}

.guide li {
	flex: 1 1 calc(25% - 60px / 4);
	text-align: center;
	padding: 40px;
	border-radius: 12px;
	background: var(--green);
}

.guide li .tit {
	position: relative;
	margin-bottom: 8px;
	padding-top: 60px;
	color: var(--light-green);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.72px;
}

.guide li .tit::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 52px;
	height: 52px;
	margin: auto;
	background: url(../img/sub/guide.svg) no-repeat;
}

.guide li:nth-child(2) .tit::before {
	background-position: -52px 0;
}

.guide li:nth-child(3) .tit::before {
	background-position: -104px 0;
}

.guide li:nth-child(4) .tit::before {
	background-position: -156px 0;
}

.guide li .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	color: #fff;
	line-height: 24px;
}

.map .info {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}

.map .info>div {
	position: relative;
	flex: 1 1 calc(50% - 10px);
	padding: 29px 0 29px 128px;
	border-radius: 4px;
	border: 1px solid var(--light-green);
}

.map .info>div>ul>li:first-child {
	margin-top: 0;
}

.map .info>div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100px;
	height: 100%;
	background: var(--light-green);
}

.map .info>div::after {
	content: '';
	position: absolute;
	left: 26px;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 48px;
	height: 48px;
	background: url(../img/sub/map.svg) no-repeat 0 0;
}

.map .info>div:nth-child(2):after {
	background-position: -48px 0;
}

.guidemap p {
	text-align: center;
	color: var(--green);
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.96px;
}

.guidemap p span {
	display: block;
	color: var(--dark-green);
}

.guidemap ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}

.guidemap ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	text-align: center;
	padding: 40px;
	width: calc(33.3% - 40px / 3);
	height: 280px;
	color: var(--unnamed, #FFF);
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.72px;
	border-radius: 12px;
}

.guidemap ul li:nth-child(odd) {
	background: var(--green);
}

.guidemap ul li:nth-child(even) {
	background: var(--dark-green);
}

.guidemap ul li i {
	position: relative;
	width: 100px;
	height: 100px;
}

.guidemap ul li i::before {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	width: 102px;
	height: 102px;
	background: url(../img/sub/guidemap.svg) no-repeat;
}

.guidemap ul li i.ic02::before {
	background-position: -102px 0;
}

.guidemap ul li i.ic03::before {
	background-position: -204px 0;
}

.guidemap ul li i.ic04::before {
	background-position: -306px 0;
}

.guidemap ul li i.ic05::before {
	background-position: -408px 0;
}

.guidemap ul li i.ic06::before {
	background-position: -510px 0;
}

#program_tab {
	display: flex;
	flex-wrap: wrap;
	padding:2% 4%;
	background: #f5f5f5;
}

#program_tab li{
	width:25%;
	margin-bottom:10px;
}

#program_tab+.search {
	border:none;
	padding:0 0 2%;
}

/*pc*/
@media screen and (min-width:1025px) {
}

/* min-pc */
@media screen and (max-width:1350px) {
}

/* mb */
@media screen and (max-width:1024px) {
	.greeting .top-con::before,
	.greeting .top-con::after {
		width: 80%;
		background-size: 100%;
	}

	.greeting .con-box .logo .point-leaf::after {
		background: url(../img/point-leaf.svg) no-repeat left center;
	}
	
	.guide {
		flex-wrap: wrap;
		gap: 10px;
	}

	.guide li {
		flex-basis: calc(50% - 10px);
	}

	.map .info {
		flex-direction: column;
	}

	.map .info>div {
		padding-right: 29px;
	}

	.guidemap ul li {
		width: calc(50% - 10px);
	}
	#program_tab li{
		width:50%;
	}

}

/* min-mb */
@media screen and (max-width:800px) {
	.greeting .top-con {
		padding-bottom: 160px;
	}

	.greeting .top-con::before, 
	.greeting .top-con::after {
		width: 100%;
	}

	.greeting .con-box {
		padding: 60px 40px;
		width: 100%;
		border-radius: 80px 0px;
	}
	
	.greeting .con-box .txt {
		display: none;
	}
	
	.greeting .con-box .logo {
		font-size: 25px;
		line-height: 25px;
	}

	.greeting .con-box .logo span {
		width: 105px;
		height: 37px;
	}

	.greeting .con-box .logo .point-leaf::after {
		width: 6px;
		height: 7px;
		background: url(../img/point-leaf-mb.svg) no-repeat left center;
	}

	.greeting .con-box .con p{
		font-size: 13px;
		line-height: 24px;
	}

	.greeting .con-box .con p+p {
		margin-top: 30px;
	}

	.greeting .info-box {
		flex-direction: column;
		gap: 32px;
		margin-left: 28px;
		margin-right: 28px;
	}

	.greeting .info-box dl {
		text-align: left;
		padding-top: 0;
		padding-left: 56px;
		width: 100%;
	}
	
	.greeting .info-box dl:nth-child(1) {
		padding-top: 0;
		margin-top: 0;
	}

	.greeting .info-box dl:nth-child(2)::before,
	.greeting .info-box dl:nth-child(3)::before {
		left: 0;
		top: -16px;
		width: 100%;
		height: 1px;
	}

	.greeting .info-box dl::after {
		right: auto;
		top: calc(50% - 20px);
		width: 40px;
		height: 40px;
		background-size: auto 40px;
	}
	
	.greeting .info-box dl:nth-child(2)::after {
		background-position: -40px 0;
	}
	
	.greeting .info-box dl:nth-child(3)::after {
		background-position: -80px 0;
	}
	
	.greeting .info-box dt {
		font-size: 14px;
	}
	
	.greeting .info-box dd {
		font-size: 13px;
		line-height: 19px;
	}
	
	.greeting .info-box dd br {
		display: none;
	}

	.guide li {
		flex-basis: 100%;
		padding: 20px;
	}

	.guide li .txt {
		height: auto;
	}

	.map .info>div {
		padding-left: 20px;
		padding-top: 90px;
	}
	
	.map .info>div::before {
		width: 100%;
		height: 72px;
	}
	
	.map .info>div::after {
		left: 0;
		right: 0;
		top: 12px;
		bottom: auto;
	}

	.guidemap p {
		font-size:16px;
	}
	/* .guidemap p span {
		display: inline;
	} */

	.guidemap ul {
		margin-top: 20px;
		gap: 10px;
	}
	
	.guidemap ul li {
		width: 100%;
		height: auto; 
		gap: 8px;
		padding: 20px; 
		font-size: 14px;
	}
}
@media screen and (max-width:600px) {
	#program_tab li{
		width:100%;
		margin-bottom: 0;
	}
}