@charset "utf-8";

/* ==================================================
	body 공통 속성
================================================== */
/* 기본 폰트 및 사이즈 설정 */
html {
	font-size: 10px;
}

body {
	font-size: var(--rem-18);
	font-family: 'Pretendard', 'Noto Sans KR', '돋움', 'Dotum', '굴림', 'Gulim', 'Lucida Grande', 'Tahoma', 'Verdana', 'AppleGothic', 'UnDotum', 'sans-serif';
	font-weight: var(--font-rg);
	-webkit-text-size-adjust: none;
	-ms-interpolation-mode: bicubic;
	color: var(--color-gray5);
	word-break: keep-all;
	background: var(--color-white);
	line-height: 1.6;
}

.hid {
	position: absolute;
	left: -9999%;
	font-size: 0;
	line-height: 0;
	text-indent: -9999rem;
}


a,
a:link,
a:hover,
a:active,
a:visited {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* border:solid 3px #ffffff00; */
}

a:focus,
input.type-text:focus,
textarea:focus,
textarea.type-text:focus {
	/* border:solid 3px var(--brand-color-main) ; */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 5px;
}

table caption {
	text-indent: -2000px;
}

hr {
	clear: both;
	height: 1px;
	border: none;
	background: #FFF;
	margin-bottom: 15px;
	line-height: 0;
	color: #FFF
}

input,
button {
	font-family: var(--font-Pretendard)
}

.ellips {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

caption,
legend {
	display: none
}


img {
	/* 이미지 렌더링 방식 변경 */
	image-rendering: -webkit-optimize-contrast;
	/* z축을 0으로 초기화, 입체감 삭제 */
	transform: translateZ(0);
	/* 뒷면 숨기기, 입체감 삭제 */
	backface-visibility: hidden;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* 모바일CSS */
@media (max-width:1280px) {
	html {
		font-size: 9.5px;
	}
}

@media (max-width:800px) {
	html {
		font-size: 9px;
	}
}

@media (max-width:600px) {
	html {
		/* font-size: 8.5px; */
	}
}

/*
 @media (max-width:450px) {
	html {
		font-size: 7px;
	}
} */


/* ==================================================
	skipnavi
================================================== */
#skipnavi {
	height: 0px;
	position: relative;
	z-index: 100000;
}

#skipnavi>ul>li {
	text-align: center;
}

#skipnavi>p {
	width: 0;
	height: 0;
	overflow: hidden;
	white-space: nowrap;
}

#skipnavi>ul>li>a {
	position: absolute;
	display: block;
	color: #fff;
	font-size: 18px;
	top: -10000px;
	left: 0;
	border: 2px solid var(--brand-color-main);
	z-index: 10000;
}

#skipnavi>ul>li>a:hover,
#skipnavi>ul>li>a:focus,
#skipnavi>ul>li>a:active {
	position: absolute;
	top: 0;
	height: 7px;
	padding: 12px 0 31px;
	background: var(--brand-color-main);
	z-index: 10000;
	width: 100%;
	overflow: hidden;
}


/* ==================================================
	레이아웃 큰박스
================================================== */
#wrap {
	position: relative;
	width: 100%;
	min-width: var(--rem-320);
	/*padding: 0 2.5rem;
	margin: 0 auto;
	height: auto !important;
	background-position: center top;
	overflow-x: hidden;*/
}


/* ==================================================
	컨텐츠
================================================== */
#container {
	clear: both;
	position: relative;
	min-width: var(--rem-320);
}

.sub_visualcon {
	position: relative;
	padding: 0 2.5rem;
}

.container._sub {
	/* padding-top: var(--header-hei); */
}

.container._sub #header::before {
	opacity: 1;
}

/* .container._sub #header #logo .hov {
	display: block;
}

.container._sub #header #logo .on {
	display: none;
} */

/* #content{
	position: relative;
	top: 13rem;
} */
.cont_detail {
	padding: 6rem 0 10rem;
}

/* [미사용] HTML에서 사용하지 않음 */
/*
.cont_detail2 {
	padding: 0 0 8rem 0;
}

.cont_detail3 {
	padding: 6rem 0 0 0;
}
*/

.inner {
	position: relative;
	width: 100%;
	max-width: var(--px-base);
	margin: 0 auto;
	/* padding-left: var(--spacing);
	padding-right: var(--spacing); */
}

/* 모바일CSS */
@media screen and (max-width:800px) {
	.cont_detail {
		padding-top: 5rem;
		padding-bottom: 9rem;
	}
}

@media screen and (max-width:450px) {
	.cont_detail {
		padding-top: 3rem;
		padding-bottom: 6rem;
	}
}


/* ==================================================
	비주얼
================================================== */
#subvisual {
	position: relative;
	z-index: 2;
	height: var(--sub-visual-hei);
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	margin-top: calc(var(--header-hei, 10rem) + 40px);
	box-sizing: border-box;
	border-radius: 2rem;
}

#subvisual .sv-box {
	position: relative;
	width: 100%;
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.svis_img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	animation: fade 1s ease-in-out;
	/* animation: blurs 1s; */
	/* transform: scale(1.0, 1.0) rotate(0.002deg); */
}

.visual_center {
	background-image: url('../../lib/images/center/sub_visual.jpg?v=0201');
	background-repeat: no-repeat;
}

.visual_curriculum {
	background-image: url('../../lib/images/curriculum/sub_visual.jpg?v=0201');
	background-repeat: no-repeat;
}

.visual_facilities {
	background-image: url('../../lib/images/facilities/sub_visual.jpg?v=0201');
	background-repeat: no-repeat;
}

.visual_community {
	background-image: url('../../lib/images/community/sub_visual.jpg?v=0201');
	background-repeat: no-repeat;
}


#subvisual .inner .sv-title {
	text-align: center;
}

.sv-box .inner .sv-title h3 {
	position: relative;
	font-size: var(--rem-65);
	font-weight: var(--font-bd);
	color: var(--color-white);
	text-transform: capitalize;
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}

.svis_tit {
	text-align: var(--text-ag-left);
	color: var(--color-white);
	text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.3)
}

.svis_tit h3.svtit_h3 {
	/*	font-family: var(--font-nexonlv2);*/
	font-size: var(--rem-30);
	font-weight: var(--font-bd);
	line-height: 1.5;
}

.svis_tit h3 span {
	display: block;
	font-size: var(--rem-50);
}

/* 애니메이션 */
#subvisual .sv-title h3 {
	opacity: 0;
	transform: translateY(-50px);
}

#subvisual .active .sv-title h3 {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s 0.5s;
	-webkit-transition: all 0.7s 0.5s;
}

@keyframes point {
	0% {
		transform: scaleX(0)
	}

	100% {
		transform: scaleX(1)
	}
}

@keyframes blurs {
	0% {
		filter: blur(15px);
		transform: scale(1.2)
	}

	100% {
		filter: blur(0);
		transform: scale(1)
	}
}

/* 모바일CSS */
@media screen and (max-width:1400px) {
	.sv-box .inner .sv-title h3 {
		font-size: var(--rem-60);
	}

	.svis_tit h3.svtit_h3 {
		font-size: var(--rem-24);
	}

	.svis_tit h3 span {
		font-size: var(--rem-40);
	}
}

@media screen and (max-width:800px) {
	#subvisual .sv-box .inner {
		display: block;
		height: auto;
		padding-top: var(--rem-40);
		padding-bottom: var(--rem-40);
	}

	/* [미사용] .plant-box - HTML에 없음 */
	/*
	#subvisual .sv-box.plant-box .inner {
		display: block;
		height: auto;
		padding: 3.4rem 0 1rem 0;
	}
	*/

	#subvisual .sv-box .inner .sv-title {
		display: block;
		margin-top: 3rem;
	}

	.sv-box .inner .sv-title h3 {
		font-size: var(--rem-50);
	}

	.svis_tit h3.svtit_h3 {
		font-size: 3.6rem;
	}
}

@media screen and (max-width:640px) {
	#subvisual {
		margin-top: calc(var(--header-hei, 10rem) + 25px);
		border-radius: 1.5rem;
	}

	.sv-box .inner .sv-title {
		margin-top: 2rem;
	}

	.sv-box .inner .sv-title h3 {
		font-size: var(--rem-40);
	}

	.svis_tit h3.svtit_h3 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width:450px) {
	.sv-box .inner .sv-title {
		margin-top: 1rem;
	}

	.sv-box .inner .sv-title h3 {
		font-size: 3.5rem;
	}

	.svis_tit h3.svtit_h3 {
		font-size: 2rem;
	}
}

/* ==================================================
	타이틀
================================================== */
.sub_tit {
	padding-bottom: var(--rem-40);
	text-align: center;
}

.sub_tit>span {
	position: relative;
	display: inline-block;
	font-size: var(--rem-40);
	font-weight: var(--font-bd);
	color: var(--color-black);
	text-transform: capitalize;
}

/* 애니메이션 */
.sub_tit {
	opacity: 0;
	transform: translateY(30px);
}

.sub_tit.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s 0.6s;
	-webkit-transition: all 0.7s 0.6s;
}

/* 모바일CSS */
@media screen and (max-width:1280px) {
	.sub_tit>span {
		font-size: var(--rem-40);
	}

	.sub_tit {
		padding-bottom: var(--rem-40);
	}
}

@media screen and (max-width:800px) {
	.sub_tit>span {
		font-size: 3.5rem;
	}

	.sub_tit {
		padding-bottom: 2rem;
	}
}

@media screen and (max-width:450px) {
	.sub_tit>span {
		font-size: var(--rem-30);
	}

	.sub_tit {
		padding-bottom: var(--rem-20);
	}
}


/* ==================================================
	스크롤탑 [미사용] - 푸터는 .copy-top 사용
================================================== */
/*
.btn_top {
	display: block;
	overflow: visible;
	position: fixed;
	right: 10px;
	bottom: 38px;
	z-index: 50;
	width: 48px;
	height: 48px;
	opacity: 0;
	transition: opacity 0.5s;
}

.btn_top.on {
	opacity: 1;
}

.btn_top:before,
.btn_top:after {
	display: block;
	content: '';
	position: absolute;
	animation: moveTop 1s ease infinite alternate;
}

.btn_top:before {
	left: -6px;
	top: -6px;
	z-index: 20;
	width: 54px;
	height: 54px;
	background-color: rgba(33, 150, 213, 0.16);
	border-radius: 30px;
}

.btn_top:after {
	left: -12px;
	top: -12px;
	z-index: 10;
	width: 66px;
	height: 66px;
	background-color: rgba(33, 150, 213, 0.32);
	border-radius: 36px;
}

.btn_top .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	width: 42px;
	height: 42px;
	background-color: var(--color-white);
	background-image: url('../../lib/images/common/btn_top.png?v=0714');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: solid 1px rgba(33, 150, 213, 0.5);
	border-radius: 24px;
	text-indent: -9999px;
	transition: 0.3s;
}

@keyframes moveTop {
	from {
		opacity: 0;
		transform: scale(0)
	}
	to {
		opacity: 1;
		transform: scale(1)
	}
}

@media all and (min-width:0) and (max-width:1399px) {
	.btn_top {
		right: 20px;
		bottom: 15px;
	}
	.btn_top {
		bottom: 28px;
		width: 38px;
		height: 38px;
	}
	.btn_top:before {
		width: 50px;
		height: 50px;
	}
	.btn_top:after {
		width: 62px;
		height: 62px;
	}
	.btn_top .icon {
		width: 38px;
		height: 38px;
	}
}

@media all and (min-width:1280px) {
	.btn_top:hover:before {
		background-color: rgba(34, 37, 210, 0.2);
	}
	.btn_top:hover:after {
		background-color: rgba(34, 37, 210, 0.1);
	}
}
*/

/* ==================================================
	카피라이터
================================================== */
/* #wrap 밖 푸터 래퍼: full width 유지 (main 등) */
#footerW {
	width: 100%;
	box-sizing: border-box;
}

.copy-footer {
	position: relative;
	background: #000;
	color: rgba(255, 255, 255, 0.72);
}

.copy-footer__inner {
	position: relative;
	max-width: var(--px-base);
	margin: 0 auto;
	padding: 2.6rem 0;
	display: flex;
	gap: 3rem;
}

a.copy-footer__brandLink {
	display: inline-flex;
	align-items: center;
}

a.copy-footer__brandLink img {
	display: block;
	height: 5.5rem;
	width: auto;
}

.copy-footer__links {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.copy-footer__links a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.copy-footer__sep,
.copy-footer__dot {
	margin: 0 6px;
	color: rgba(255, 255, 255, 0.35);
}

.copy-footer__info {
	font-size: 1.6rem;
	line-height: 1.6;
	color: var(--color-white);
}

.copy-footer__copy {
	margin-top: 10px;
	font-size: 1.3rem;
	color: rgba(255, 255, 255, 0.6);
}

/* TOP 버튼 */
.copy-top {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
	background: #474747;
	color: var(--color-white);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	cursor: pointer;
	z-index: 10;
	font-size: 1.7rem;
	font-weight: var(--font-sb);
}

/* 모바일CSS */
@media screen and (max-width: 1050px) {
	.copy-footer__inner {
		display: block;
	}
}

@media screen and (max-width: 850px) {
	.copy-footer__inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 2rem;
	}

	a.copy-footer__brandLink {
		justify-content: center;
	}

	a.copy-footer__brandLink img {
		height: 4.5rem;
	}

	.copy-footer__meta {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 1rem;
	}

	.copy-footer__links {
		font-size: 1.4rem;
	}

	.copy-footer__links,
	.copy-footer__info,
	.copy-footer__copy {
		text-align: center;
	}

	.copy-footer__info {
		font-size: 1.5rem;
		line-height: 1.4;
	}

	.copy-footer__info span {
		display: block;
	}

	.copy-footer__info span.copy-footer__sep,
	.copy-footer__info span.copy-footer__dot {
		display: none;
	}

	.copy-top {
		width: 50px;
		height: 50px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 640px) {
	a.copy-footer__brandLink img {
		height: 4.5rem;
	}
}