.main {
	position: relative;
	margin-bottom: 40px;
}

.main img {
	display: block;
	width: 100%;
}

.pick-news {
	position: absolute;
	right: 0;
	bottom: 250px;
	z-index: 50;
	background: #29AAE1;
	color: #fff;
	border-radius: 40px 0 0 40px;
	padding: 15px 35px;
}

.main #slider {
	margin-bottom: 25px;
}

.top-homeplan-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	margin-bottom: 35px;
}

.top-homeplan-list .img {
	margin-bottom: 10px;
}

.top-homeplan-list h3 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.top-homeplan-list p {
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

.bt-style01 {
	width: 90%;
	max-width: 350px;
	margin: 0 auto;
}

.bt-style01 li {
	margin-bottom: 20px;
}

.bt-style01 li a {
	display: block;
	background: #33BEEF;
	border-radius: 40px;
	padding: 25px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	position: relative;
	color: #fff;
}

.bt-style01 li:last-child a {
	background: #EC881E;
}

.bt-style01 li a:hover {
	opacity: 0.7;
}

.bt-style01 li a:before {
	content: '';
	display: block;
	width: 34px;
	height: 30px;
	background-image: url(../images/common/arrow03.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: calc(50% - 15px);
}


.event-list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	margin-bottom: 35px;
}

.event-list .text {
	background: #fff;
	padding: 25px;
}

.event-page .event-list .text {
	padding: 0;
}

.event-list h3 {
	font-weight: bold;
	color: #00395E;
	margin-bottom: 10px;
	line-height: 1.4;
}

.event-list p {
	font-size: 13px;
	line-height: 1.4;
}

.event-list p:last-child {
	border-top: 1px solid;
	margin-top: 10px;
	padding-top: 10px;
}

.event-icon {
	display: flex;
	flex-wrap: wrap;
	gap:5px;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 12px;
}

.event-icon .type01 {
	padding: 4px 6px;
	border: 1px solid #434343;
}

.event-icon .type02 {
	padding: 4px 6px;
	border: 1px solid #4A959A;
	background: #4A959A;
	color: #fff;
}

.event-icon .type03 {
	padding: 4px 6px;
	border: 1px solid #29A0D7;
	background: #29A0D7;
	color: #fff;
}

.event-icon .type04 {
	padding: 4px 6px;
	border: 1px solid #C1C1C1;
	background: #C1C1C1;
	color: #fff;
}


.bt-style02 {
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
}


.bt-style02 a {
	display: block;
	background: #fff;
	border-radius: 40px;
	padding: 25px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	position: relative;
}

.bt-style02 a:hover {
	opacity: 0.7;
}

.bt-style02 a:before {
	content: '';
	display: block;
	width: 34px;
	height: 30px;
	background-image: url(../images/common/arrow04.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: calc(50% - 15px);
}

.top-insta {
	margin-bottom: 0!important;
}




