@charset "UTF-8";
/* location back image 
.sub-visual-box {background-image:url('/_data/document/2021/841e35ab1ef18dacfac4fea21d427a09.jpg'); }*/


/* board list */

span.new {
    font-size: 9px;
    border: 0px solid #666;
    padding: 0 5px;
    margin: 0 5px;
    display: inline-block;
    color: #666;
    line-height: 15px;
    font-family: Verdana, Geneva, sans-serif;
    letter-spacing: -1px;
    background: #F60;
    color: #fff;
    border-radius: 10px;
    letter-spacing: 0;
}

.bbs_box{display: table; table-layout: fixed; width: 100%;margin:30px 0px;}
.bbs_box .bbs_col_1{display: table-cell; width:50%; vertical-align: top; padding: 0px 5px;}
.bbs_box .bbs_col_2{display: table-cell; width:50%; vertical-align: top; padding: 0px 5px;}
.bbs_box .bbs_box_frm{border:1px solid #ddd;padding:10px;min-height:335px;} 

.bbs_box .bbs_box_frm .bbs_tit{border-bottom:1px solid #444;position:relative;margin-bottom:10px;}
.bbs_box .bbs_box_frm .bbs_tit .tit{color:#444;font-size:24px;font-weight:500;padding:5px 20px 10px;} 
/*.bbs_box .bbs_box_frm .bbs_tit span{float: right;} */

.bbs_box .bbs_box_frm .bbs_body_list{display: table; table-layout: fixed; width: 100%;padding:15px 10px;border-bottom:1px dotted #ddd;}
.bbs_box .bbs_box_frm .bbs_body_list .col-bbs1{display: table-cell;width:60px;text-align:center;border:1px solid #313c7c;background-color:#424c89;}
.bbs_box .bbs_box_frm .bbs_body_list .col-bbs2{display: table-cell;width:auto;}
.bbs_box .bbs_box_frm .bbs_body_list .col-bbs1 .dt1{color:#fff;font-size:20px;font-weight:600;padding:0px;}
.bbs_box .bbs_box_frm .bbs_body_list .col-bbs1 .dt2{color:#fff;font-size:12px;font-weight:300;padding:0px;}
.bbs_box .bbs_box_frm .bbs_body_list .col-bbs2 .subject{color:#444;font-size:18px;font-weight:400;padding:0px;}
.bbs_box .bbs_box_frm .bbs_body_list .col-bbs2 .memo{color:#666;font-size:16px;font-weight:200;padding:0px;}
.bbs_box .bbs_box_frm .bbs_body_list .col-bbs2 .subject a{color:#444;}
.bbs_box .bbs_box_frm .bbs_body_list .col-bbs2 .subject a:hover{font-weight:500}

@media screen and (max-width:1024px){
.bbs_box .bbs_col_1{display:  inline-block; width:100%; vertical-align: top; padding: 0px 0px 0px 0px;}
.bbs_box .bbs_col_2{display:  inline-block; width:100%; vertical-align: top; padding: 15px 0px 0px 0px;}

}


.bbs_box .bbs_box_frm .bbs_tit  .bbs_go{position:absolute; right:5px; top:-2px; z-index:1; width:51px; height:44px; background:#ffffff; text-indent:-999999px}
.bbs_box .bbs_box_frm .bbs_tit  .bbs_go:before,
.bbs_box .bbs_box_frm .bbs_tit  .bbs_go:after{content:''; display:block; width:1px; height:20px; background:#808080; position:absolute; left:0; right:0; bottom:0; top:0; margin:auto}
.bbs_box .bbs_box_frm .bbs_tit  .bbs_go:after{width:20px; height:1px}

.pre_view{margin-bottom:6px;padding:0px 10px ;}
.pre_view_tit {font-size:18px; font-weight:500;padding:15px 0px;}
.pre_view_memo{
	font-size:16px;
	color: #555;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: 4.4em;
    text-overflow: ellipsis;
    text-align: left;
    word-wrap: break-word;
    /*display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;*/
    font-weight: 300;
}
.pre_view_date{font-size:14px; font-weight:300;padding:10px 0px;margin-bottom:0px;}
.bbs_list_date{font-size:14px; font-weight:300;float:right;padding:3px;}
.notice-list ul{padding:10px 10px;width:100%; text-align:left; }
.notice-list ul li{position:relative; overflow:hidden; padding-left:10px; margin-bottom:5px;}
.notice-list ul li:before{content:''; width:3px; height:3px; position:absolute; left:0; top:0; bottom:0; background:#c8c8c8; margin:auto;}
.notice-list ul li.none{text-align:center; color:#000;  line-height:144px; padding:0; margin:0}
.notice-list ul li{border-top:1px dotted #ddd;padding-top:8px;padding-bottom:8px;height:30px;overflow:hidden;}
.notice-list ul li:last-child{border-bottom:0; margin-bottom:0; padding-bottom:0}
.notice-list ul li a{display:block; ;  text-overflow:ellipsis; overflow:hidden; white-space:nowrap;font-weight:300;}


/* 메인 홈 탭 게시판 (학과공지 / 취업정보) */
.home-bbs-tabs {
	margin: 30px 0;
	padding: 0 10px;
}
.home-bbs-tab-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 14px;
}
.home-bbs-tab-nav {
	display: flex;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-bbs-tab-nav li {
	cursor: pointer;
	font-size: 24px;
	font-weight: 400;
	color: #999;
	line-height: 1.2;
}
.home-bbs-tab-nav li.active {
	color: #222;
	font-weight: 700;
}
.home-bbs-more {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	color: #888;
	text-decoration: none;
}
.home-bbs-more:hover {
	color: #333;
	text-decoration: none;
}
.home-bbs-panel {
	display: none;
	padding-top: 28px;
}
.home-bbs-panel.active {
	display: block;
}
.home-bbs-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}
.home-bbs-featured,
.home-bbs-list {
	width: 100%;
	min-width: 0;
}
.home-bbs-featured {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.home-bbs-featured-tit {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
.home-bbs-featured-tit a {
	color: #222;
	text-decoration: none;
}
.home-bbs-featured-tit a:hover {
	text-decoration: underline;
}
.home-bbs-featured-memo {
	font-size: 17px;
	font-weight: 300;
	color: #555;
	line-height: 1.6;
	max-height: 6.4em;
	overflow: hidden;
	margin-bottom: 16px;
	word-break: keep-all;
}
.home-bbs-featured-date {
	font-size: 14px;
	color: #999;
}
.home-bbs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-bbs-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	height: 54px;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.home-bbs-list-tit {
	flex: 1;
	min-width: 0;
	font-size: 17px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
	padding-left: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: normal;
}
.home-bbs-list-tit:before {
	content: '\00b7';
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
}
.home-bbs-list-tit:hover {
	color: #000;
	text-decoration: underline;
}
.home-bbs-list-date {
	flex-shrink: 0;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
}
.home-bbs-empty {
	padding: 40px 0;
	text-align: center;
	color: #888;
}

/* 901px ~ 992px: 게시판을 2열에서 1열로 전환 */
@media screen and (min-width: 901px) and (max-width: 992px) {
	.home-bbs-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media screen and (max-width: 900px) {
	.home-bbs-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.home-bbs-tab-nav li {
		font-size: 18px;
	}
	.home-bbs-featured {
		border-bottom: 0;
		padding-bottom: 0;
	}
}

/* 홈 - 탑메뉴 메인비주얼 오버레이 */
.page-home .rd-navbar-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.page-home .rd-navbar-static {
	background: rgba(0, 0, 0, 0.2);
}
.page-home .rd-navbar-static .rd-navbar-outer {
	background: transparent;
}
.page-home .rd-navbar-wrap:hover .rd-navbar-static:not(.rd-navbar--is-stuck),
.page-home .rd-navbar-wrap:focus .rd-navbar-static:not(.rd-navbar--is-stuck) {
	background: rgba(0, 0, 0, 0.2);
	box-shadow: none;
}
.page-home .rd-navbar-wrap:hover .rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-nav > li > a,
.page-home .rd-navbar-wrap:hover .rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-nav > li > a:hover,
.page-home .rd-navbar-wrap:hover .rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-nav > li.active > a {
	color: #fff !important;
}
.page-home .rd-navbar-wrap:hover .rd-navbar-static:not(.rd-navbar--is-stuck) .brand {
	background: url('/wktks/images/comm/logo.png') no-repeat 0 0 / contain;
}
.page-home .rd-navbar-wrap:hover .rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-sidemenu {
	color: #fff;
}
.swiper-main.section-01 {
    height:800px;
    margin-top:0;
}

.swiper-main.section-01 .swiper-wrapper,
.swiper-main.section-01 .swiper-slide {
    height:100%;
}




.swiper-main.section-01 .mvisual-overlay {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:100%;
}

/* ========================================
   농원안내
======================================== */
.farm-intro {
	padding: 70px 0;
	background: #fdfcf9;
}

.farm-intro-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.55fr);
	gap: 70px;
	align-items: center;
}

/* 왼쪽 설명 */
.farm-intro-content {
	padding-left: 12px;
}

.farm-section-eyebrow {
	margin: 0 0 8px;
	color: #176b47;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
}

.farm-section-title {
	font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
	margin: 0 0 24px;
	color: #161616;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -2px;
}

.farm-intro-description {
	margin-bottom: 26px;
}

.farm-intro-description p {
	margin: 0;
	color: #555;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
	word-break: keep-all;
}

.farm-intro-description p + p {
	margin-top: 4px;
}

/* 자세히 보기 버튼 */
.farm-outline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-width: 142px;
	height: 46px;
	padding: 0 23px;
	border: 1px solid #176b47;
	border-radius: 999px;
	box-sizing: border-box;
	background: transparent;
	color: #174f32;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.farm-outline-button span {
	font-size: 19px;
	line-height: 1;
}

.farm-outline-button:hover,
.farm-outline-button:focus {
	background: #176b47;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

/* 오른쪽 이미지 */
.farm-intro-image {
	width: 100%;
	height: 320px;
	overflow: hidden;
	border-radius: 8px;
	background: #eee;
}

.farm-intro-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
}

.farm-intro-image:hover img {
	transform: scale(1.025);
}

@media screen and (max-width: 900px) {
	.farm-intro {
		padding: 55px 0;
	}

	.farm-intro-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.farm-intro-content {
		padding-left: 0;
	}

	.farm-intro-image {
		height: auto;
		aspect-ratio: 16 / 9;
	}
}

@media screen and (max-width: 520px) {
	.farm-intro {
		padding: 45px 0;
	}

	.farm-section-eyebrow {
		font-size: 14px;
	}

	.farm-section-title {
		margin-bottom: 18px;
		font-size: 34px;
		letter-spacing: -1.5px;
	}

	.farm-intro-description p {
		font-size: 15px;
	}

	.farm-intro-description p br {
		display: none;
	}

	.farm-outline-button {
		min-width: 132px;
		height: 43px;
		padding: 0 20px;
		font-size: 14px;
	}
}

/* ========================================
   수상경력
======================================== */
.farm-awards {
	padding: 0 0 50px;
	background: #fdfcf9;
}

.farm-awards-inner {
	display: grid;
	grid-template-columns: minmax(190px, 0.58fr) minmax(0, 1.75fr);
	gap: 46px;
	align-items: center;
	padding: 38px 12px;
	border-top: 1px solid #deded8;
	border-bottom: 1px solid #deded8;
}

/* 왼쪽 제목 */
.farm-awards-heading .farm-section-title {
	margin-bottom: 0;
}

/* 오른쪽 수상 내역 */
.farm-awards-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.farm-award-item {
	position: relative;
	min-width: 0;
	padding: 6px 20px;
	text-align: center;
	box-sizing: border-box;
}

.farm-award-category {
	display: inline-block;
	margin-bottom: 9px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #edf5f0;
	color: #247047;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.farm-award-item + .farm-award-item {
	border-left: 1px solid #deded8;
}

.farm-award-title {
	display: block;
	margin-bottom: 9px;
	color: #202020;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	word-break: keep-all;
}

.farm-award-title--empty {
	color: #9a9f9b;
	font-size: 15px;
	font-weight: 500;
}

.farm-award-description {
	margin: 0 0 4px;
	color: #737873;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	word-break: keep-all;
}

.farm-award-year {
	display: block;
	color: #555;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

@media screen and (max-width: 900px) {
	.farm-awards {
		padding-bottom: 55px;
	}

	.farm-awards-inner {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 34px 0;
	}

	.farm-awards-heading .farm-section-title {
		font-size: 36px;
	}

	.farm-awards-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.farm-award-item {
		padding: 22px 18px;
	}

	.farm-award-item:nth-child(odd) {
		border-left: 0;
	}

	.farm-award-item:nth-child(n+3) {
		border-top: 1px solid #e4e4df;
	}
}

@media screen and (max-width: 600px) {
	.farm-awards {
		padding-bottom: 45px;
	}

	.farm-awards-inner {
		padding: 30px 0;
	}

	.farm-awards-heading .farm-section-title {
		font-size: 34px;
	}

	.farm-awards-list {
		grid-template-columns: 1fr;
	}

	.farm-award-item {
		padding: 22px 10px;
		text-align: left;
	}

	.farm-award-item + .farm-award-item {
		border-top: 1px solid #e4e4df;
		border-left: 0;
	}

	.farm-award-item:first-child {
		border-top: 0;
	}

	.farm-award-title {
		margin-bottom: 5px;
		font-size: 17px;
	}

	.farm-award-description,
	.farm-award-year {
		font-size: 14px;
	}
}

/* ========================================
   메인 식물사전
======================================== */
.home-plant {
	padding: 64px 0 72px;
	background: #fdfcf9;
}

.home-plant-head {
	display: grid;
	grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.55fr);
	gap: 70px;
	align-items: end;
	margin-bottom: 26px;
	padding: 0 12px;
}

.home-plant-heading .farm-section-title {
	margin-bottom: 0;
}

/* 검색창과 전체보기 */
.home-plant-tools {
	display: flex;
	align-items: center;
	gap: 28px;
}

.home-plant-search {
	display: flex;
	flex: 1;
	height: 48px;
	border: 1px solid #d7dcd8;
	border-radius: 7px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}

.home-plant-search input {
	flex: 1;
	min-width: 0;
	height: 100%;
	padding: 0 18px;
	border: 0;
	background: #fff;
	color: #222;
	font-size: 15px;
	box-sizing: border-box;
}

.home-plant-search input:focus {
	outline: none;
	box-shadow: inset 0 0 0 2px #176b47;
}

.home-plant-search button {
	flex: 0 0 82px;
	height: 100%;
	border: 0;
	background: #176b47;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}

.home-plant-search button:hover {
	background: #0f5638;
}



.home-plant-more {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #176b47;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.home-plant-more span {
	font-size: 18px;
	line-height: 1;
}

.home-plant-more:hover,
.home-plant-more:focus {
	color: #0f5638;
	text-decoration: none;
	transform: translateX(3px);
}


/* 식물 카드 캐러셀 */
.home-plant-carousel {
	position: relative;
	padding: 0 48px;
}

.home-plant-viewport {
	overflow: hidden;
	padding: 6px 0 22px;
}

.home-plant-list {
	display: flex;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.home-plant-card {
	flex: 0 0 calc((100% - 44px) / 3);
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e0e4e1;
	border-radius: 8px;
	background: #fff;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.home-plant-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 30px rgba(23, 107, 71, 0.12);
}

.home-plant-card > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.home-plant-image {
	display: block;
	width: 100%;
	height: 300px;
	aspect-ratio: 16 / 8.5;
	overflow: hidden;
	background: #eef1ee;
}

.home-plant-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.home-plant-card:hover .home-plant-image img {
	transform: scale(1.04);
}

.home-plant-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: #eef1ee;
}

.home-plant-content {
	display: block;
	padding: 15px 18px 17px;
}

.home-plant-name {
	display: block;
	margin-bottom: 3px;
	color: #202020;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.home-plant-scientific {
	display: block;
	min-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #818581;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-plant-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-height: 25px;
}

.home-plant-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	padding: 0 11px;
	border-radius: 999px;
	background: #edf6f0;
	color: #176b47;
	font-size: 12px;
	line-height: 1;
}

.home-plant-loading {
	flex: 0 0 100%;
	padding: 60px 20px;
	border: 1px solid #e0e4e1;
	border-radius: 8px;
	background: #fff;
	color: #777;
	text-align: center;
}

.home-plant-nav {
	position: absolute;
	top: calc(50% - 22px);
	z-index: 2;
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #dce5df;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 24px rgba(23, 79, 50, 0.12);
	color: #174f32;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-plant-carousel.has-controls .home-plant-nav {
	display: inline-flex;
}

.home-plant-nav:hover {
	background: #176b47;
	color: #fff;
}

.home-plant-nav span {
	font-size: 31px;
	font-weight: 300;
	line-height: 1;
}

.home-plant-prev {
	left: 0;
}

.home-plant-next {
	right: 0;
}

.home-plant-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 12px;
}

.home-plant-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #cbd7cf;
	cursor: pointer;
	transition: width 0.25s ease, background 0.25s ease;
}

.home-plant-dot.is-active {
	width: 24px;
	background: #176b47;
}

.home-plant-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media screen and (max-width: 900px) {
	.home-plant {
		padding: 55px 0;
	}

	.home-plant-head {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 0;
	}

	.home-plant-list {
		gap: 18px;
	}

	.home-plant-card {
		flex-basis: calc((100% - 18px) / 2);
	}
}

@media screen and (max-width: 600px) {
	.home-plant {
		padding: 45px 0;
	}

	.home-plant-tools {
		display: block;
	}

	.home-plant-search {
		width: 100%;
	}

	.home-plant-more {
		margin-top: 16px;
	}

	.home-plant-list {
		gap: 16px;
	}

	.home-plant-carousel {
		padding: 0 42px;
	}

	.home-plant-card {
		flex-basis: 100%;
	}

	.home-plant-nav {
		width: 36px;
		height: 36px;
	}

	.home-plant-image {
		aspect-ratio: 16 / 9;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-plant-list,
	.home-plant-card,
	.home-plant-image img,
	.home-plant-nav,
	.home-plant-dot {
		transition: none;
	}
}

/* ========================================
   새소식
======================================== */
.home-news {
	padding: 0 0 72px;
	background: #fdfcf9;
}

.home-news-inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.55fr);
	gap: 70px;
	align-items: start;
	padding: 38px 12px;
	border-top: 1px solid #deded8;
	border-bottom: 1px solid #deded8;
}

.home-news-heading .farm-section-title {
	margin-bottom: 20px;
}

.home-news-more {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #176b47;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.home-news-more span {
	font-size: 18px;
	line-height: 1;
}

.home-news-more:hover,
.home-news-more:focus {
	color: #0f5638;
	text-decoration: none;
	transform: translateX(3px);
}

.home-news-content {
	min-width: 0;
}

.home-news-list {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e0e4e1;
	list-style: none;
}

.home-news-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	min-height: 58px;
	padding: 0 4px;
	border-bottom: 1px solid #e0e4e1;
	box-sizing: border-box;
}

.home-news-category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	background: #edf4ef;
	color: #176b47;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	box-sizing: border-box;
}

.home-news-title {
	min-width: 0;
	overflow: hidden;
	color: #303833;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.home-news-title:hover,
.home-news-title:focus {
	color: #176b47;
	text-decoration: none;
}

.home-news-date {
	color: #8a918d;
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.home-news-title .new {
	margin: 0 0 0 6px;
	padding: 2px 6px;
	background: #176b47;
	font-size: 9px;
	vertical-align: 2px;
}

.home-news-empty {
	margin: 0;
	padding: 52px 20px;
	border-top: 1px solid #e0e4e1;
	border-bottom: 1px solid #e0e4e1;
	color: #858d88;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.home-news {
		padding-bottom: 55px;
	}

	.home-news-inner {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 34px 0;
	}

	.home-news-heading {
		position: relative;
	}

	.home-news-heading .farm-section-title {
		margin-bottom: 0;
	}

	.home-news-more {
		position: absolute;
		right: 0;
		bottom: 5px;
	}
}

@media screen and (max-width: 600px) {
	.home-news {
		padding-bottom: 45px;
	}

	.home-news-inner {
		padding: 30px 0;
	}

	.home-news-item {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 8px 10px;
		padding: 13px 2px;
	}

	.home-news-title {
		font-size: 14px;
	}

	.home-news-date {
		grid-column: 2;
		font-size: 12px;
	}
}

/* 찾아오시는 길 */
.home-location {
	padding: 0 0 68px;
	background: #fbfaf6;
}

.home-location-inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.72fr) minmax(340px, 1.12fr) minmax(270px, 0.9fr);
	gap: 22px;
	align-items: stretch;
	padding-top: 36px;
	border-top: 1px solid #dde1dc;
}

.home-location-heading {
	padding: 4px 8px 0;
}

.home-location-heading .farm-section-title {
	margin-bottom: 22px;
}

.home-location-description {
	margin: 0;
	color: #656b67;
	font-size: 15px;
	line-height: 1.75;
	word-break: keep-all;
}

.home-location-map,
.home-location-card {
	min-height: 230px;
	border: 1px solid #e0e4df;
	border-radius: 10px;
	background: #fff;
}

.home-location-map {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(35deg, transparent 0 46%, rgba(255,255,255,.94) 47% 52%, transparent 53%),
		linear-gradient(145deg, transparent 0 56%, rgba(255,255,255,.9) 57% 62%, transparent 63%),
		#f0eee7;
}

.home-location-map::before,
.home-location-map::after {
	position: absolute;
	content: '';
	border: 2px solid rgba(255,255,255,.92);
	border-radius: 50%;
}

.home-location-map::before {
	width: 210px;
	height: 150px;
	left: -55px;
	top: -45px;
}

.home-location-map::after {
	width: 250px;
	height: 180px;
	right: -90px;
	bottom: -90px;
}

.home-location-road {
	position: absolute;
	display: block;
	height: 3px;
	border-radius: 10px;
	background: rgba(255,255,255,.9);
	transform-origin: left center;
}

.home-location-road--one {
	width: 62%;
	left: 3%;
	top: 67%;
	transform: rotate(-18deg);
}

.home-location-road--two {
	width: 45%;
	left: 57%;
	top: 20%;
	transform: rotate(67deg);
}

.home-location-road--three {
	width: 38%;
	left: 18%;
	top: 18%;
	transform: rotate(74deg);
}

.home-location-marker {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	gap: 10px;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.home-location-marker svg {
	width: 38px;
	height: 38px;
	padding: 7px;
	border-radius: 50% 50% 50% 8px;
	background: #2b7a4b;
	fill: #fff;
	filter: drop-shadow(0 6px 7px rgba(32,78,50,.2));
	transform: rotate(-45deg);
}

.home-location-marker svg path {
	transform: rotate(45deg);
	transform-origin: center;
}

.home-location-marker strong {
	color: #26332b;
	font-size: 16px;
	font-weight: 700;
}

.home-location-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 32px;
	box-shadow: 0 8px 24px rgba(34,64,45,.045);
}

.home-location-info {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin: 0 0 23px;
	padding: 0;
	list-style: none;
}

.home-location-info li {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	color: #626963;
	font-size: 16px;
	line-height: 1.55;
}

.home-location-info a {
	color: inherit;
	text-decoration: none;
}

.home-location-info a[href]:hover {
	color: #1f6b40;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.home-location-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
}

.home-location-icon svg {
	width: 19px;
	height: 19px;
	fill: #20643d;
}

.home-location-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	width: 150px;
	min-height: 42px;
	border: 1px solid #247047;
	border-radius: 8px;
	color: #1f6840 !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.home-location-button:hover {
	color: #fff;
	background: #246f46;
	box-shadow: 0 8px 18px rgba(36,111,70,.18);
	transform: translateY(-2px);
	text-decoration: none;
}

.home-location-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.home-location-button--ghost {
	width: auto;
	padding: 0 14px;
	background: transparent;
}

.home-location-map.is-embed {
	padding: 0;
	overflow: hidden;
}

.home-location-map.is-embed::before,
.home-location-map.is-embed::after,
.home-location-map.is-embed .home-location-road,
.home-location-map.is-embed .home-location-marker {
	display: none !important;
}

.home-location-map-embed,
.home-location-map-embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
}

@media screen and (max-width: 1000px) {
	.home-location-inner {
		grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
	}

	.home-location-heading {
		grid-row: span 2;
	}

	.home-location-map,
	.home-location-card {
		min-height: 220px;
	}
}

@media screen and (max-width: 680px) {
	.home-location {
		padding-bottom: 48px;
	}

	.home-location-inner {
		grid-template-columns: 1fr;
		gap: 16px;
		padding-top: 30px;
	}

	.home-location-heading {
		grid-row: auto;
		padding: 0 2px 8px;
	}

	.home-location-heading .farm-section-title {
		margin-bottom: 15px;
	}

	.home-location-description br {
		display: none;
	}

	.home-location-map {
		min-height: 210px;
	}

	.home-location-card {
		min-height: 0;
		padding: 25px 24px;
	}
}
/* 바로가기배너*/

.m-banner-set {display: table; table-layout: fixed; width: 100%;}
.m-section-box{padding-top:20px; padding-bottom:20px; background-color:#dce8e0; color:#fff;}
.m-boxSet .m-box2 {display: table-cell; vertical-align: middle; width: 100%; padding: 0 5px; }
.m-boxWrap1 {min-height:160px;padding:0px 15px; width: 100%; }
.m-boxWrap1 .br{display:inline-block;}
.m-banner-set .m-banner {display: table-cell; vertical-align: middle; width: 25%; padding: 0px;text-align:center;}
.m-banner-set .m-banner .icon_bg { margin:auto 0 !important; background: url(/wktks/images/main/bt/icon_bg.png) no-repeat  0px 0px  ;background-position: center !important; height:73px;  }
.m-banner-set .m-banner .icon img{ margin:0 auto; padding: 0px 0px 10px 0px; }
.guide-t{ text-align:center; font-size:44px; padding-top:0px;padding-bottom:20px;font-weight:500;}
.t_blue{ color:#003399; text-align:center; font-size:26px; padding-bottom:20px;  font-weight:500;}
.m-banner-set .m-banner .tit{ text-align:center; font-size:20px; font-weight:400;padding:10px 0px; }
.m-banner-set .m-banner .tit:hover{ color:#b02350;  }
.m-banner{margin:10px 0px;}
.m-banner-set .m-banner .stit{ text-align:center;font-size:14px; font-weight:500;padding:10px 0px;}
/*.m-banner-set .qb1 {height:280px;}
.m-banner-set .qb2 {height:280px;}
.m-banner-set .qb3 {height:280px;}
.m-banner-set .qb4 {height:280px;}
.m-banner-set .qb5 {height:280px;}
.m-banner-set .qb6 {height:280px;}*/

@media (max-width: 1033px) {
	/*.m-boxWrap1 {height:180px;padding:0px 15px; width: 100%; }*/
}	
@media (max-width: 1044px) {
	.m-boxWrap1 .br{display:none;}
}	

@media (max-width: 900px) {
	/*.m-section-box{height:350px;}*/

	.m-boxSet .m-box2 {display: inline-block; vertical-align: middle; width: 100%; padding: 0 5px; }
	.m-banner{margin:0px 1px;}
	.m-boxWrap1 {min-height:450px;padding:0px 15px; width: 100%; }
	.m-boxWrap1 .br{display:block;}
	.m-banner-set .m-banner {display: inline-block; vertical-align: middle; width: 48%; padding: 0px 0px 10px 0px;text-align:center;}
	.m-banner-set .m-banner .icon img{ margin:0 auto; }
	.t{ text-align:center; font-size:20px; padding-top:20px; font-weight:400;}
	.t_blue{ color:#003399; text-align:center; font-size:20px; padding-bottom:20px;  font-weight:400;}
	.m-banner-set .m-banner .tit{ text-align:center; font-size:16px; font-weight:500;padding:10px 0px;}
	/*.m-banner-set .qb1 {height:150px; }
	.m-banner-set .qb2 {height:150px;  }
	.m-banner-set .qb3 {height:150px;}
	.m-banner-set .qb4 {height:150px;  }
	.m-banner-set .qb5 {height:150px;  }
	.m-banner-set .qb6 {height:150px;  }*/
}

@media (max-width: 500px) {
    /*.m-section-box{height:350px;}*/
	.m-boxWrap1 {min-height:450px;padding:0px 0px; width: 100%; }
		
}



/* 주요 메뉴 카드 (실험실 소개 / 사진자료실 / 졸업 후 진로) */
.home-feature-cards {
	padding: 36px 0 40px;
	background: #dce8e0;
}
.home-feature-cards-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-feature-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: transform 0.2s ease;
}
.home-feature-card:hover {
	transform: translateY(-3px);
	text-decoration: none;
}
.home-feature-card-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	transition: background 0.2s ease;
}
.home-feature-card:hover .home-feature-card-overlay {
	background: rgba(0, 0, 0, 0.45);
}
.home-feature-card-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 24px 16px;
}
.home-feature-card-icon {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: contain;
}
.home-feature-card-label {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	word-break: keep-all;
}

@media screen and (max-width: 900px) {
	.home-feature-cards-list {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.home-feature-card {
		min-height: 150px;
	}
	.home-feature-card-label {
		font-size: 18px;
	}
}

.home-location-sns {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-top: 18px;
}

.home-location-sns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	overflow: hidden;
	border-radius: 8px;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.home-location-sns img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-location-sns a:hover {
	transform: translateY(-3px);
	box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
}

/* banner */

		#banner{border-top: 1px solid #ccc;}
		#banner .rel{}
		.rel .inner{position: relative;padding-left: 70px;}
		.rel .tit{position: absolute;left: 0px;top:50%;height: 30px;height: 2rem;margin-top:-2rem;font-size: 1.200em;line-height: 30px;line-height: 2rem;}
		.rel .btns{left: 0em;top:31%;margin-top: -12px; width: 42px;border: 0;line-height: 29px;}
		.rel .btns button{width:42px;height: 26px;border: 0;white-space: nowrap;overflow: hidden; text-indent: -999px; padding-bottom:2px;
		}
		.rel .btns button.prev{background-image: url('/wktks/images/comm/pre_1.jpg')}
		.rel .btns button.pause{background-image: url('/wktks/images/comm/foot_pause.gif')}
		.rel .btns button.next{background-image: url('/wktks/images/comm/next_1.jpg');  }
		.rel .ms{}
		.rel .ms a{position: relative;display: block; height: 89px;height: 5.933rem; }
		.rel .ms img{position: absolute;left: 0;top:0;right: 0;bottom: 0;margin: auto;max-height: 87%;max-width: 97%;}
		.banner-wrapper img{border:0px;}
		.quick_url li{float:left;padding:0px 5px;}
		.quick_url{display:block;margin-right:170px;}
		@media (max-width:470px){
		.quick_url{display:none;}
		}
