body.page-main #main {
	width: 100%;
	max-width: none;
}

body.page-main .main_index_sections {
	width: 100%;
}
body.page-main [class*='bd'] {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
body.page-main .bd-lg { max-width: 1440px; box-sizing: border-box; }
body.page-main .main_index_sections .sec02_con > .bd-lg,
body.page-main .main_index_sections .sec03_con > .bd-lg {
	max-width: 1200px;
}

body.page-main .main_index_sections .section {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 180px 0;
	box-sizing: border-box;
}
body.page-main .main_index_sections img { height: 100%; }
body.page-main .main_index_sections .sec02_con img,
body.page-main .main_index_sections .sec03_con img { height: auto; }
body.page-main .main_index_sections i,
body.page-main .main_index_sections p { display: block; }
body.page-main .main_index_sections * b { word-break: keep-all; }
body.page-main .main_index_sections * h2 { word-break: keep-all; }
body.page-main .main_index_sections * p { word-break: keep-all; }

body.page-main .main_index_sections .main_title { margin-bottom: 19px; }
body.page-main .main_index_sections .main_title h2 {
	font-family: 'SBAggro', sans-serif;
	font-size: 40px;
	position: relative;
	line-height: 1.3;
	font-weight: 500;
	color: #222;
}
body.page-main .main_index_sections .main_title h2 > b {
	font-family: 'SBAggro', sans-serif;
	font-weight: 500;
	color: #00C056;
	font-size: 40px;
}
body.page-main .main_index_sections .main_title h2 i.fb { color: #000; font-weight: 900; }
body.page-main .main_index_sections .main_title p {
	margin-top: 32px;
	font-size: 24px;
	opacity: 0.7;
	font-weight: 600;
}
body.page-main .main_index_sections .main_title span {
	font-family: 'SBAggro', sans-serif;
	font-size: 15px;
	font-weight: 200;
	margin-bottom: 24px;
	color: #999;
	display: block;
}
body.page-main .main_index_sections .main_text > p { font-size: 18px; color: #666; }
body.page-main .main_index_sections .main_button > ul { display: flex; gap: 18px; margin-top: 33px; }
body.page-main .main_index_sections .main_button li > input {
	font-family: 'Pretendard Variable', 'Pretendard', sans-serif;
	font-weight: 600;
	padding: 12px 20px;
	font-size: 17px;
	border-radius: 100px;
	border: none;
	cursor: pointer;
}
body.page-main .main_index_sections .main_button li:nth-child(1) > input {
	background-color: #CAF5DE;
	color: #00C056;
	transition: all 0.3s;
}
body.page-main .main_index_sections .main_button li:nth-child(1) > input:hover {
	background-color: #019142;
	color: #fff;
}
body.page-main .main_index_sections .main_button li:nth-child(2) > input {
	background-color: #00C056;
	color: #FFFFFF;
	transition: all 0.3s;
}
body.page-main .main_index_sections .main_button li:nth-child(2) > input:hover {
	background-color: #019142;
}

/* sec02 */
body.page-main .main_index_sections .sec02_con {
	position: relative;
	background-color: #f9f9f9;
	background-image: url(/files/images/bg-pattern.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 95px 0;
}
body.page-main .sec02_con .main_title span { color: #73999C; }
body.page-main .sec02_con .main_title h2 > b { color: #28837C; }
body.page-main .sec02_con .main_text > p { color: #5D7A7D; }
body.page-main .sec02_con .main_button li:nth-child(1) > input {
	background-color: #D4EBEA;
	color: #28837C;
}
body.page-main .sec02_con .main_button li:nth-child(1) > input:hover {
	background-color: #256A67;
	color: #fff;
}
body.page-main .sec02_con .main_button li:nth-child(2) > input {
	background-color: #328680;
	color: #FFFFFF;
}
body.page-main .sec02_con .main_button li:nth-child(2) > input:hover {
	background-color: #256A67;
}
body.page-main .sec02_con .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	position: relative;
}
body.page-main .sec02_con .inner div.left {
	width: 32%;
	max-width: 380px;
	flex-shrink: 0;
	box-sizing: border-box;
}
body.page-main .sec02_con .inner div.right {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	align-items: flex-end;
}
body.page-main .sec02_con .inner div.right > div { width: 100%; }
body.page-main .sec02_con .inner div.right ul { display: flex; flex-wrap: wrap; column-gap: 14px; row-gap: 20px; }
body.page-main .sec02_con .inner div.right li {
	position: relative;
	width: calc((100% - 28px) / 3);
	overflow: hidden;
	border-radius: 10px;
}
body.page-main .sec02_con .inner div.right li:nth-child(4),
body.page-main .sec02_con .inner div.right li:nth-child(5),
body.page-main .sec02_con .inner div.right li:nth-child(6) { margin-top: 0; }
body.page-main .sec02_con .inner div.right li .class-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0;
	position: relative;
	z-index: 2;
}
body.page-main .sec02_con .inner div.right li > .class {
	height: 310px;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
body.page-main .sec02_con .inner div.right li > .class::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 10px;
	background: linear-gradient(to top, rgba(40, 131, 124, 0.828) 0%, rgba(0, 192, 86, 0.792) 100%);
	opacity: 0;
	transition: opacity 0.35s ease;
	z-index: 1;
	pointer-events: none;
}
body.page-main .sec02_con .inner div.right li > .class:hover::before {
	opacity: 1;
}
body.page-main .sec02_con .inner div.right li > .class::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: none;
}
body.page-main .sec02_con .inner div.right li > .class:hover::after {
	transform: scale(1.06);
}
body.page-main .sec02_con .inner div.right li > .class_01::after {
	background-image: url(/files/images/kpsm_edu/sec02/168730093337146.png);
}
body.page-main .sec02_con .inner div.right li > .class_02::after {
	background-image: url(/files/images/kpsm_edu/sec02/168730093757674.png);
}
body.page-main .sec02_con .inner div.right li > .class_03::after {
	background-image: url(/files/images/kpsm_edu/sec02/168730094147266.png);
}
body.page-main .sec02_con .inner div.right li > .class_04::after {
	background-image: url(/files/images/kpsm_edu/sec02/168730094670266.png);
}
body.page-main .sec02_con .inner div.right li > .class_05::after {
	background-image: url(/files/images/kpsm_edu/sec02/16873009546081.png);
}
body.page-main .sec02_con .inner div.right li > .class_06::after {
	background-image: url(/files/images/kpsm_edu/sec02/168730095870271.png);
}
body.page-main .sec02_con .inner div.right li .class-bottom {
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	width: 100%;
	padding: 14px 10px;
	text-align: center;
	background: linear-gradient(to top, rgba(49, 122, 115, 0.75) 0%, rgba(21, 160, 86, 0.75) 100%);
	transition: opacity 0.3s ease;
}
body.page-main .sec02_con .inner div.right li > .class:hover .class-bottom {
	display: none;
}
body.page-main .sec02_con .inner div.right li .class-bottom > p,
body.page-main .sec02_con .inner div.right li .class-bottom > h3 {
	font-family: 'SBAggro', sans-serif;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	word-break: keep-all;
	line-height: 1.25;
}
body.page-main .sec02_con .inner div.right li .class-bottom > p {
	font-weight: 300;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 3px;
	letter-spacing: -0.35pt;
	line-height: 1.2;
}
body.page-main .sec02_con .inner div.right li .class-bottom > h3 {
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	letter-spacing: -0.5pt;
	line-height: 1.2;
}
body.page-main .sec02_con .inner div.right li .class-apply-label {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	z-index: 4;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.35s ease 0.08s;
}
body.page-main .sec02_con .inner div.right li > .class:hover .class-apply-label {
	opacity: 1;
}
body.page-main .sec02_con .inner div.right li .class-hover-text {
	width: 100%;
	padding: 0 18px;
	box-sizing: border-box;
	text-align: center;
	transform: translateY(6px);
}
body.page-main .sec02_con .inner div.right li .class-hover-text > p,
body.page-main .sec02_con .inner div.right li .class-hover-text > h3 {
	font-family: 'SBAggro', sans-serif;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	word-break: keep-all;
	line-height: 1.25;
}
body.page-main .sec02_con .inner div.right li .class-hover-text > p {
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	margin-bottom: 5px;
	letter-spacing: -0.35pt;
	line-height: 1.2;
}
body.page-main .sec02_con .inner div.right li .class-hover-text > h3 {
	font-weight: 500;
	font-size: 26px;
	background-image: linear-gradient(
		105deg,
		#fff 0%,
		#fff 42%,
		#1DD673 50%,
		#fff 58%,
		#fff 100%
	);
	background-size: 280% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	animation: sec02-title-sparkle 1.8s ease-in-out infinite;
	letter-spacing: -0.5pt;
	line-height: 1.2;
}
@keyframes sec02-title-sparkle {
	0%, 38.89% { background-position: 120% 50%; }
	100% { background-position: -20% 50%; }
}
body.page-main .sec02_con .inner div.right li .class-apply-label > span {
	display: inline-block;
	min-width: 130px;
	height: 45px;
	padding: 0 24px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 700;
	line-height: 45px;
	color: #000;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	transform: translateY(8px);
	transition: transform 0.35s ease 0.08s;
}
body.page-main .sec02_con .inner div.right li > .class:hover .class-apply-label > span {
	transform: translateY(0);
}

/* sec03 */
body.page-main .main_index_sections .section.sec03_con {
	position: relative;
	width: 100%;
	background-color: #ececec;
	background-image: url(/files/images/bg-pattern2.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	padding: 95px 0;
	box-sizing: border-box;
}
body.page-main .sec03_con .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	position: relative;
}
body.page-main .sec03_con .inner::after {
	content: '';
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	left: 0;
	z-index: 1;
	top: 0;
	transform: translateX(-65%);
}
body.page-main .sec03_con .inner div.left {
	position: relative;
	width: 32%;
	max-width: 380px;
	flex-shrink: 0;
	box-sizing: border-box;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: translateY(-14px);
}
body.page-main .sec03_con .inner div.right,
body.page-main .sec03_con .sec03_notice_right {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	z-index: 2;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
body.page-main .sec03_con .sec03_notice_right > ul {
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
body.page-main .sec03_con .sec03_notice_right > ul > li {
	flex: 1 1 0;
	min-width: 0;
	width: auto;
	max-width: none;
	display: flex;
	border-radius: 16px;
	overflow: visible;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
body.page-main .sec03_con .sec03_notice_right > ul > li:hover {
	transform: translateY(-6px);
}
body.page-main .sec03_con .sec03_notice_right .main-notice {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	min-height: 250px;
	height: 250px;
	padding: 22px 22px 16px;
	background-color: #fff;
	border: 1px solid #afc8dd;
	border-radius: 16px;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
	transition: border-color 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}
body.page-main .sec03_con .sec03_notice_right .main-notice::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, #328680 0%, #28837C 100%);
	transform: scaleY(0);
	transform-origin: center bottom;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
body.page-main .sec03_con .sec03_notice_right > ul > li:hover .main-notice {
	border-color: #b8d4d3;
	box-shadow: 0 14px 32px rgba(40, 131, 124, 0.14);
	background: linear-gradient(165deg, #ffffff 0%, #f7fbfb 100%);
}
body.page-main .sec03_con .sec03_notice_right > ul > li:hover .main-notice::before {
	transform: scaleY(1);
}
body.page-main .sec03_con .main_title span { color: #73999C; }
body.page-main .sec03_con .main_title h2 > b { color: #28837C; }
body.page-main .sec03_con .main_text > p { color: #5D7A7D; }
body.page-main .sec03_con .main-nc-top-wrap {
	margin-bottom: 0;
	flex-shrink: 0;
}
body.page-main .sec03_con .main-nc-head-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 0;
}
body.page-main .sec03_con .main-nc-head-row .main-nc-date-txt {
	margin: 0;
	flex-shrink: 0;
}
body.page-main .sec03_con .main-nc-top-wrap .nc-notice-icon {
	display: block;
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	background: url(/files/images/notificaiton-icon-o.png) center / 26px auto no-repeat;
	transition: background-image 0.3s ease;
}
body.page-main .sec03_con .sec03_notice_right > ul > li:hover .nc-notice-icon {
	background-image: url(/files/images/notificaiton-icon-h.png);
}
body.page-main .sec03_con .main-nc-top-wrap > h3.main-nc-title {
	font-family: 'SBAggro', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	color: #222;
	width: 100%;
	margin: 12px 0 0;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	word-break: break-word;
	overflow-wrap: break-word;
	transition: color 0.3s ease;
}
body.page-main .sec03_con .sec03_notice_right > ul > li:hover .main-nc-top-wrap > h3.main-nc-title {
	color: #28837C;
}
body.page-main .sec03_con .main-nc-bot-wrap {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 0;
	margin-top: 12px;
	padding-top: 0;
	border-top: 1px solid #eef1f4;
	transition: border-color 0.3s ease;
}
body.page-main .sec03_con .sec03_notice_right > ul > li:hover .main-nc-bot-wrap {
	border-top-color: #d4e8e7;
}
body.page-main .sec03_con .main-nc-bot-wrap > .nc-content-txt-box {
	word-break: keep-all;
	overflow: hidden;
	width: 100%;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
body.page-main .sec03_con .main-nc-bot-wrap > .nc-content-txt-box.is-image {
	display: flex;
	align-items: center;
	overflow: hidden;
	-webkit-line-clamp: unset;
	line-clamp: unset;
	-webkit-box-orient: unset;
}
body.page-main .sec03_con .main-nc-bot-wrap > .nc-content-txt-box.is-image .nc-content-thumb {
	display: block;
	max-width: 100%;
	max-height: calc(20px * 1.55 * 2);
	object-fit: contain;
	object-position: left center;
}
body.page-main .sec03_con .main-nc-bot-wrap > .nc-content-txt-box > .main-nc-summary-txt { font-size: 18px; color: #576F75; line-height: 1.55; transition: color 0.3s ease; }
body.page-main .sec03_con .sec03_notice_right > ul > li:hover .main-nc-bot-wrap > .nc-content-txt-box > .main-nc-summary-txt {
	color: #455a64;
}
body.page-main .sec03_con .main-nc-bot-wrap > .main-nc-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	gap: 12px;
	margin-top: auto;
	padding-top: 12px;
	flex-shrink: 0;
}
body.page-main .sec03_con .main-nc-date-txt { margin: 0; }
body.page-main .sec03_con .main-nc-date-txt > span { font-size: 15px; color: #729195; transition: color 0.3s ease; }
body.page-main .sec03_con .sec03_notice_right > ul > li:hover .main-nc-date-txt > span {
	color: #328684;
}
body.page-main .sec03_con .main-nc-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #328680;
	opacity: 1;
	margin-left: auto;
	transform: none;
	transition: color 0.3s ease;
}
body.page-main .sec03_con .sec03_notice_right > ul > li:hover .main-nc-more {
	color: #28837C;
}
body.page-main .sec03_con .main-nc-arrow {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23328680' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
body.page-main .sec03_con .sec03_notice_right > ul > li:hover .main-nc-arrow {
	transform: translateX(4px);
}
body.page-main .sec03_con .sec03_notice_right > .main-nc-board-btn {
	position: static;
	align-self: flex-end;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 0;
	margin: 0 -8px 8px 0;
	padding: 0;
	border: none;
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	color: #9aa3a8;
	transition: color 0.25s ease;
}
body.page-main .sec03_con .sec03_notice_right > .main-nc-board-btn .main-nc-board-btn-label,
body.page-main .sec03_con .sec03_notice_right > .main-nc-board-btn .main-nc-board-btn-icon {
	pointer-events: none;
}
body.page-main .sec03_con .sec03_notice_right > .main-nc-board-btn .main-nc-board-btn-label {
	font-family: 'Pretendard Variable', 'Pretendard', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: inherit;
	white-space: nowrap;
}
body.page-main .sec03_con .sec03_notice_right > .main-nc-board-btn .main-nc-board-btn-icon {
	display: inline-block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background-color: currentColor;
	background-image: none;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='11' y='5' width='2' height='14' fill='%23000'/%3E%3Crect x='5' y='11' width='14' height='2' fill='%23000'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='11' y='5' width='2' height='14' fill='%23000'/%3E%3Crect x='5' y='11' width='14' height='2' fill='%23000'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
}
body.page-main .sec03_con .sec03_notice_right > .main-nc-board-btn:hover,
body.page-main .sec03_con .sec03_notice_right > .main-nc-board-btn:focus-visible {
	color: #28837C;
}

/* family site (footer top) */
body.page-main .main_family_banner {
	background-color: #fff;
	border-top: 1px solid #eee;
}
body.page-main .main_family_banner .top_con { background-color: #fff; }
body.page-main .main_family_banner .roling-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
body.page-main .main_family_banner .roling-box {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
body.page-main .main_family_banner .roling-box::before,
body.page-main .main_family_banner .roling-box::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	z-index: 2;
	pointer-events: none;
}
body.page-main .main_family_banner .roling-box::before {
	left: 0;
	background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
body.page-main .main_family_banner .roling-box::after {
	right: 0;
	background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
body.page-main .main_family_banner .rolling-list {
	display: flex;
	gap: 0 40px;
	width: max-content;
	align-items: center;
	will-change: transform;
}
body.page-main .main_family_banner .rolling-list.is-rolling {
	animation: familyRolling var(--family-roll-duration, 40s) linear infinite;
}
body.page-main .main_family_banner .rolling-list.is-rolling:hover {
	animation-play-state: paused;
}
@keyframes familyRolling {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
body.page-main .main_family_banner .rolling-list li.roll {
	width: 175px;
	height: 59px;
	cursor: pointer;
	flex-shrink: 0;
}
body.page-main .main_family_banner .rolling-list li.roll.roll-kpsm {
	width: 120px;
}
body.page-main .main_family_banner .rolling-list li.roll a {
	position: relative;
	display: block;
	height: 100%;
}
body.page-main .main_family_banner .rolling-list li.roll a > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}
@media (prefers-reduced-motion: reduce) {
	body.page-main .main_family_banner .rolling-list.is-rolling {
		animation: none;
	}
	body.page-main .sec02_con .inner div.right li > .class:hover .class-hover-text > h3 {
		animation: none;
		background: none;
		color: #fff;
		-webkit-text-fill-color: #fff;
	}
	body.page-main .sec02_con .inner div.right li > .class::after {
		transition: none;
	}
	body.page-main .sec02_con .inner div.right li > .class:hover::after {
		transform: none;
	}
	body.page-main .sec02_con .inner div.right li > .class::before {
		transition: none;
	}
	body.page-main .sec02_con .inner div.right li > .class:hover .class-apply-label {
		transition: none;
	}
}

@media screen and (max-width: 1440px) {
	body.page-main .main_index_sections .section { padding: 140px 0; }
	body.page-main .main_index_sections .sec02_con { padding: 75px 0; }
	body.page-main .main_index_sections .sec03_con { padding: 75px 0; }
	body.page-main .sec02_con .inner { gap: 40px; }
	body.page-main .sec02_con .inner div.left { width: 34%; max-width: 360px; }
	body.page-main .sec03_con .inner { gap: 40px; }
	body.page-main .sec03_con .inner div.left { width: 34%; max-width: 360px; }
}

@media screen and (max-width: 1200px) {
	body.page-main .main_index_sections .section {
		padding: 120px 0;
		width: 100%;
		max-width: none;
	}
	body.page-main .main_index_sections .sec02_con { padding: 65px 0; }
	body.page-main .main_index_sections .sec03_con { padding: 65px 0; }
	body.page-main .sec03_con .inner div.left { transform: none; }
	body.page-main .main_index_sections .main_title { margin-bottom: 11px; }
	body.page-main .main_index_sections .main_title h2 { font-size: 35px; }
	body.page-main .main_index_sections .main_title h2 > b { font-size: 35px; }
	body.page-main .main_index_sections .main_title span { font-size: 15px; margin-bottom: 18px; }
	body.page-main .main_index_sections .main_title h2 > br,
	body.page-main .main_index_sections .main_text > p > br { display: none; }
	body.page-main .main_index_sections .main_button > ul { margin-top: 20px; }
	body.page-main .sec02_con .inner { display: block; }
	body.page-main .sec02_con .inner div.left,
	body.page-main .sec03_con .inner div.left { width: 100%; }
	body.page-main .sec02_con .inner div.right { width: 100%; height: auto; align-items: stretch; }
	body.page-main .sec03_con .inner div.right { width: 100%; margin-top: 80px; }
	body.page-main .sec03_con .inner { flex-direction: column; align-items: flex-start; }
	body.page-main .sec03_con .sec03_notice_right > ul {
		justify-content: flex-start;
		margin-left: 0;
		width: 100%;
	}
	body.page-main .sec03_con .sec03_notice_right > ul > li {
		flex: 1 1 0;
		width: auto;
		max-width: calc(50% - 8px);
	}
	body.page-main .sec03_con .inner::after { display: none; }
}

@media screen and (max-width: 960px) {
	body.page-main .main_index_sections .section { padding: 100px 0; }
	body.page-main .main_index_sections .sec02_con { padding: 55px 0; }
	body.page-main .main_index_sections .sec03_con { padding: 55px 0; }
	body.page-main .sec02_con .inner div.right { display: block; }
}

@media screen and (max-width: 768px) {
	body.page-main .sec02_con .inner div.right li > .class { height: 265px; }
	body.page-main .sec02_con .inner div.right li .class-bottom > h3 { font-size: 16px; }
	body.page-main .main_index_sections .main_title h2,
	body.page-main .main_index_sections .main_title h2 > b { font-size: 25px; }
	body.page-main .main_index_sections .main_title span { font-size: 13px; }
	body.page-main .main_index_sections .main_text > p,
	body.page-main .main_index_sections .main_button li > input { font-size: 16px; }
	body.page-main .sec02_con .inner div.right ul { column-gap: 14px; row-gap: 20px; }
	body.page-main .sec02_con .inner div.right ul > li { width: calc((100% - 14px) / 2); }
	body.page-main .sec02_con .inner div.right li:nth-child(4),
	body.page-main .sec02_con .inner div.right li:nth-child(5),
	body.page-main .sec02_con .inner div.right li:nth-child(6) { margin-top: 0; }
	body.page-main .main_index_sections .main_title { margin-bottom: 5px; }
	body.page-main .sec03_con .inner div.right { margin-top: 45px; }
	body.page-main .sec03_con .sec03_notice_right > ul {
		flex-direction: column;
		justify-content: flex-start;
	}
	body.page-main .sec03_con .sec03_notice_right > ul > li {
		flex: 1 1 auto;
		width: 100%;
		max-width: none;
	}
	body.page-main .sec03_con .sec03_notice_right .main-notice {
		height: auto;
		min-height: 250px;
	}
	body.page-main .sec03_con .main-nc-more {
		opacity: 1;
		transform: none;
	}
	body.page-main .sec03_con .sec03_notice_right > ul > li:hover {
		transform: none;
	}
	body.page-main .main_family_banner .roling-box { height: 65px; }
}

@media screen and (max-width: 640px) {
	body.page-main .main_index_sections .section.sec03_con { background-color: #ececec; }
}

@media screen and (max-width: 555px) {
	body.page-main .sec02_con .inner div.right ul > li { width: calc((100% - 14px) / 2); }
	body.page-main .sec02_con .inner div.right li > .class { height: auto; min-height: 230px; }
	body.page-main .main_index_sections .main_title span { font-size: 11px; }
	body.page-main .main_index_sections .main_title h2,
	body.page-main .main_index_sections .main_title h2 > b { font-size: 23px; }
	body.page-main .sec02_con .inner div.right li .class-bottom > p { font-size: 12px; }
	body.page-main .sec02_con .inner div.right li .class-bottom { padding: 9px 12px; }
}
