@charset "utf-8";

@import url("/font/webfonts_NotoSansKR.css");
@import url("/font/dingbat_xeicon.css");
@import url("/ipsi/css/default.css");

html {
	min-width: 360px;
	overflow: auto;
}

.container {
	width: 68rem;
	max-width: 95%;
}

.float-wrap {
	overflow: hidden;
}

#wrap {
	position: relative;
	height: 100vh;
	word-break: keep-all;
	overflow: hidden;
}

.logo {
	margin: 7.25rem 0 .1rem;
}

.logo a {
	display: inline-block;
	width: 10.8rem;
}

.logo img {
	max-width: 100%;
}

#body {
	position: relative;
	height: calc(100vh - 18rem);
	padding-right: .1rem;
	overflow: hidden;
}

#video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.tside-menu {
	margin-bottom: 1.2rem;
	text-align: right;
	font-size: .85rem;
}

.tside-menu a {
	display: inline-block;
	width: 11rem;
	margin-left: .2rem;
	padding: .65rem 0;
	border: 1px solid rgba(255, 255, 255, .5);
	color: #fff;
	text-align: center;
	transition: all 0.5s ease;
}

.icon-home {
	display: inline-block;
	width: 12px;
	height: 14px;
	margin-right: .3rem;
	vertical-align: middle;
	transition: all 0.5s ease;
}

.tside-menu a svg {
	vertical-align: top;
}

.tside-menu a:hover {
	background-color: #fff;
	color: #000;
}

.tside-menu a:hover svg path {
	stroke: #000;
}

.campus-area {
	float: left;
	color: #fff;
}

.slogan .txt {
	display: block;
	margin-top: .25rem;
	font-size: 1.3rem;
}

.slogan .txt strong {
	font-weight: 700;
}

.campus-info {
	margin-top: 1.6rem;
	font-size: .9rem;
	overflow: hidden;
}

.campus-info > li {
	position: relative;
	margin-bottom: .4rem;
	padding-left: 1.65rem;
}

.campus-info > li::before {
	position: absolute;
	top: .1rem;
	left: 0;
	width: 1.65rem;
	height: 1.2rem;
	background: url("/ipsi/img/intro/number.svg") no-repeat 0 center / contain;
	content: '';
}

.link-cont {
	float: right;
	width: 35.25rem;
	max-width: 100%;
}

.link-cont:nth-child(-n+4) {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
}

[class*="section"] {
	position: relative;
	min-height: 12.5rem;
	margin-bottom: 1.2rem;
	padding: 1.94rem 2.7rem 2.2rem;
	color: #fff;
	overflow: hidden;
}

[class*="section"]:nth-child(odd) {
	width: 21rem;
	margin-right: 1.2rem;
}

[class*="section"]:nth-child(even) {
	width: 13.05rem;
	padding: 0;
}

[class*="section"] a {
	display: block;
}

[class*="section"] .subject {
	display: flex;
	line-height: 1.45;
	font-size: 1rem;
	align-items: center
}

[class*="section"] .icon {
	display: block;
	background-color: #d4c9c9;
	border-radius: 100%;
	vertical-align: middle;
	overflow: hidden;
}

[class*="section"] a .icon img {
	transition: all 0.6s ease;
}

[class*="section"] a:hover .icon img {
	transform: rotateY(-180deg);
}

[class*="section"] a .arrow {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url("/ipsi/img/intro/arrow.svg") no-repeat center center;
	vertical-align: middle;
}

.section01 {
	padding: 1.5rem 2rem;
	background-color: rgba(156, 28, 43, .9);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section01 .icon {
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	text-align: center;
}

.section01 .subject {
	margin-bottom: 1rem;
	letter-spacing: -0.5px;
	text-align: center;
	font-size: 1.2rem;
}

.section01 .subject-link-list > li + li {
	margin-top: 0.5rem;
}

.section01 .subject-link-list a {
	display: block;
	padding: 0.25rem;
	border: 1px rgba(0, 0, 0, 0.2) solid;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: center;
	color: #fff;
	font-weight: 500;
	transition: all 0.5s;
}

.section01 .subject-link-list a:hover,
.section01 .subject-link-list a:focus {
	background-color: transparent;
	border-color: #fff;
	transition: all 0.5s;
}

.section01 .subject-link-list a .arrow {
	width: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;

}

/* .section01 .subject-link-list a:hover .arrow,
.section01 .subject-link-list a:focus .arrow{
	width: 1rem;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
	filter: grayscale(100%) brightness(0);
} */
.section01 p {
	margin-top: 0.5rem;
	font-size: 0.75rem;
	text-align: center;
}


.application-list {
	position: relative;
	margin: -2.5rem 0 0 7rem;
	overflow: hidden;
}

.application-list > li a {
	position: relative;
	padding: .7rem 1.2rem;
	border-bottom: 1px solid #A84A55;
	transition: all 0.5s ease;
}

.application-list > li a:hover {
	background-color: #61131C;
	box-shadow: 11px 13px 11px #00000029;
	border-bottom-color: transparent;
}

.application-list > li a i {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}

.section02 {}

.section02 .icon {
	display: inline-block;
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 0.75rem;
	vertical-align: top;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.list-link {
	overflow: hidden;
}

.list-link li {
	overflow: hidden;
}

.list-link .subject {
	display: flex;
	margin: 0;
	font-size: .8rem;
}

.section02.list-link .subject {
	font-weight: 500;
	padding-left: 3rem;
}

.section02.list-link li:first-child .subject {
	line-height: 4rem;
}

.section04.list-link li:first-child .subject {
	font-weight: 500;
}

.section02.list-link {
	margin-top: -.5rem;
}

.section02.list-link li {
	margin-top: .5rem;
}

.section02.list-link a {
	position: relative;
	min-height: 6rem;
	padding: 1rem;
	background-color: rgba(61, 61, 72, .9);
}

.section02.list-link a .arrow {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
}

.section03 {
	padding: 1.5rem 1.2rem 0 1.5rem;
	background-color: rgba(255, 255, 255, .85);
}

.section03 .icon {
	display: inline-block;
	width: 3.5rem;
	height: 3.5rem;
	margin-right: 0.25rem;
	vertical-align: top;
}

.section03 .subject {
	display: inline-block;
	margin-bottom: .55rem;
	color: #3D3D48;
	font-size: 1.1rem;
	font-weight: 600;
}

.section03 .txt {
	position: relative;
	margin-top: 0.5rem;
	color: #595959;
	line-height: 1.45;
	font-family: "Noto Sans KR";
	font-weight: 400;
}

.section03 .txt strong {
	font-weight: 500;
	margin-right: 5px;
}

.section03 .info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0.7rem 1rem;
	background-color: #3D3D48;
	line-height: 1.3;
	transition: all 0.5s ease;
}

.section03 a .arrow {
	margin-left: .3rem;
}

.section03 .btn a:first-child::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #616164;
	content: '';
}

.section04 a {
	padding: 1.35rem 1rem;
}

.section04 .list-link-title {
	display: flex;
	margin-bottom: .4rem;
	padding: 1.35rem 1.5rem;
	background-color: rgba(22, 41, 70, .9);
	align-items: center;
	gap: .5rem;
}

.section04 .list-link-title .subject {
	display: inline-block;
	margin: 0;
	font-size: .9rem;
}

.section04 .list-link li a {
	background-color: rgba(65, 90, 129, .9);
	display: flex;
	gap: .5rem;
	align-items: center;
	justify-content: flex-start;
}

.section04 .list-link li:first-child a {
	border-bottom: 1px solid #687B97;
}

.section04 .icon {
	width: 1.2rem;
	height: 1.2rem;
	background-color: transparent;
	vertical-align: top;
	border-radius: inherit;
}

.notice-qna {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	width: 100%;
	color: #fff;
}

.notice-qna a {
	display: block;
	position: relative;
	width: 50%;
	padding: 1.4rem 2.15rem 1.4rem 2.1rem;
	background-color: rgba(155, 136, 115, .95);
	line-height: 1.1;
	font-size: .9rem;
	transition: all 0.5s ease;
}

.notice-qna a i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: .4rem;
}

.notice-qna a:first-child::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #AB9C8B;
	content: '';
}

.notice-qna a::after {
	position: absolute;
	top: 50%;
	right: 2.15rem;
	width: 1.5rem;
	height: 1.5rem;
	background: #B2A18F url("/ipsi/img/intro/arrow.svg") no-repeat center center;
	border-radius: 100%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	content: '';
}

.notice-qna a:hover {
	background-color: rgba(84, 73, 60, .95);
}

.notice-qna a:hover::after {
	background-color: #756B5D;
}

#footer {
	position: relative;
	height: 9rem;
	padding: 3.25rem 0;
	background-color: #202021;
}

.campus-address {
	color: #BFBFBF;
	font-size: 0.75rem;
	overflow: hidden;
}

.campus-address > li {
	overflow: hidden;
}

.campus-address .campus {
	display: inline-block;
	width: 9.5rem;
	color: #BBA287;
}

.campus-address span {
	position: relative;
	display: inline-block;
	margin: 0 .3rem;
	padding: 0 .3rem;
}

.campus-address span.fax {
	margin-left: -.3rem;
}

.campus-address span::before {
	position: absolute;
	top: .3rem;
	left: 0;
	width: 1px;
	height: .6rem;
	background-color: #484848;
	content: '';
}

.campus-address address {
	display: inline-block;
}

.intro-linkBottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #96836F;
	color: #fff;
}

.intro-linkBottom > ul:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}

.intro-linkBottom > ul > li {
	position: relative;
	display: inline-block;
	float: left;
	width: 20%;
	padding: 1rem 0.5rem;
	text-align: center;
}

.intro-linkBottom > ul > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	width: 1px;
	height: 50px;
	background: #AFA395;
}

.intro-linkBottom > ul > li:first-child:before {
	content: none;
}

.intro-linkBottom > ul > li strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.3rem;
}

.intro-linkBottom > ul > li strong a {
	position: relative;
	display: inline-block;
	padding-right: 1rem;
}

.intro-linkBottom > ul > li strong a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: inline-block;
	width: 10px;
	height: 1.5rem;
	background: url("../img/arrow.svg") no-repeat 50% 40%;
	vertical-align: middle;
}

.intro-linkBottom > ul > li span {
	display: block;
	min-height: 24px;
	color: #D4D0C6;
	font-size: .88rem;
	font-weight: 500;
}

.intro-linkBottom > ul > li span.bus-link a {
	display: inline-block;
	padding: 2px 15px;
	border-radius: 50rem;
	background: #595959;
	color: #fff;
	font-weight: 600;
}

/* 상단 배너 */
.top-banner {
	position: relative;
	display: block;
	background: #3D3D48;
	color: #fff;
	/* transition: all 0.5s ease; */
}

.banner-wrap {
	position: relative;
	width: 68rem;
	max-width: 95%;
	/* min-height: 7rem; */
	margin: 0 auto;
	padding: 0 4rem 0 4.5rem;
	text-align: center;
}

.banner-wrap .icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4.3rem;
	height: 4.3rem;
}

.banner-wrap br {
	display: none;
}

.top-banner strong {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 5px;
}

.top-banner p {}

.top-banner .banner-close {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	color: #878787;
}

.top-banner .banner-close:hover {
	color: #fff;
}

.top-close {
	height: 0;
	min-height: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
}

.top-close * {
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
}

.m-img {
	display: none;
}

/* 상단 배너 */

@media (min-width: 2000px) {
	.logo {
		margin-top:2rem;
	}
	#body {
	    height: auto;
	    padding-bottom: 8rem;
	}
}

@media (max-height: 1200px) {
	.logo {
		margin-top: 3rem;
	}

	#body {
		height: calc(100vh - 7rem);
	}
}

@media (min-width: 770px) and (max-height: 1199px) {
	#wrap {
		height: auto;
	}

	.logo {
		margin-top: 2rem;
	}

	#body {
		height: auto;
		padding-bottom: 13rem;
	}
}

@media (max-width: 1120px) {
	html {
		font-size: 16px;
	}

	.logo {
		margin-top: 4rem;
	}

	[class*="section"] {
		padding: 1.74rem 1.5rem 2rem;
	}

	.application-list > li a {
		padding-left: .8rem;
	}

	.application-list > li a i {
		right: .6rem;
	}

	.section02.list-link a {
		display: flex;
		min-height: 7rem;
		padding: 1rem 2rem 1rem 1.6rem;
		align-content: center;
	}

	.section02.list-link li:first-child .subject {
		line-height: 5rem;
	}
}

@media (max-width: 1010px) {
	#wrap {
		height: auto;
	}

	#body {
		padding-right: 0;
	}

	.container {
		max-width: 90%;
	}

	.logo {
		margin: 2rem 0 1rem;
	}

	.campus-area {
		float: none;
		width: 100%;
		margin-bottom: 1rem;
	}
}

@media (max-width: 770px) {
	#body {
		height: auto;
		padding-bottom: 14rem;
	}

	#footer {
		height: auto;
	}

	.campus-address > li + li {
		margin-top: .7rem;
	}

	.campus-address .campus {
		display: block;
	}

	.intro-linkBottom > ul > li {
		width: 33.33%;
	}

	.intro-linkBottom > ul > li:before {
		top: 1rem;
	}

	.intro-linkBottom > ul > li:nth-child(4):before {
		content: none;
	}

	.intro-linkBottom > ul > li:nth-child(-n+3):after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background: #AFA395;
	}

	.banner-wrap .icon {
		width: 3.8rem;
		height: 3.8rem;
	}


}

@media (max-width: 640px) {
	[class*="section"] {
		width: 100% !important;
		min-height: auto;
		margin-right: 0 !important;
		margin-bottom: 1rem;
		padding: 1.25rem 1.5rem 2rem;
	}

	.link-cont {
		float: none;
	}

	.list-link {
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
	}

	.list-link {
		width: calc(100% + .5rem) !important;
		margin: 0 -.25rem .5rem !important;
	}

	.list-link li {
		margin: 0 .25rem;
	}

	.section02.list-link li {
		width: 100%;
	}

	.section02.list-link a {
		min-height: 6rem;
		display: flex;
		align-items: center;
	}

	.section02.list-link li:first-child .subject {
		line-height: 4rem;
	}

	.section03 {
		padding-bottom: 3.5rem;
	}

	.section04 .list-link {
		text-align: center;
	}

	.section04 .list-link li {
		width: calc(50% - .5rem);
	}

	.section04 .list-link li:nth-child(2) a {
		border-color: transparent;
	}

	.section04 .list-link li i {
		display: block;
	}



	.intro-linkBottom {
		position: inherit;
		margin-top: 1rem;
	}

	.intro-linkBottom > ul > li {
		width: 100%;
	}

	.intro-linkBottom > ul > li:before {
		content: none;
	}

	.intro-linkBottom > ul > li:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background: #AFA395;
	}

	.intro-linkBottom > ul > li:last-child:after {
		content: none;
	}

	.top-banner {
		border-bottom: 1px #fff solid;
	}

	.banner-wrap {
		padding: 0rem;
		min-height: auto;
		max-width: 100%;
	}

	.banner-wrap .icon {
		display: none;
	}

	.pc-img {
		display: none;
	}

	.m-img {
		display: block;
		margin: 0 auto;
	}

	.top-banner strong {
		font-size: 1.2rem;
	}

	.top-banner .banner-close {
		top: 0.5rem;
		transform: inherit;
		font-size: 2rem;
	}

	.section02.list-link .subject br {
		display: none;
	}
}

@media (max-width: 490px) {
	#body {
		padding-bottom: 3rem;
	}

	.tside-menu {
		margin: .5rem -.1rem 2rem;
	}

	.tside-menu a {
		width: 48%;
		margin: 0 .1rem;
		padding: .5rem 0;
	}

	.link-cont:nth-child(-n+4) {
		display: block;
	}

	.section03 {
		min-height: 12.5rem;
	}

	.notice-qna a {
		padding: 1.2rem 1.2rem 1.2rem 1.2rem;
	}

	.notice-qna a::after {
		right: 1.2rem;
	}

	.campus-address address {
		display: block;
	}

	.campus-address .tel {
		margin-left: 0;
		padding-left: 0;
	}

	.campus-address .tel::before {
		display: none;
	}

	.section02.list-link li,
	.section04.list-link li {
		width: 100%;
		margin: 0 0 .25rem;
	}

	.section04.list-link li:nth-child(n+2) {
		margin-bottom: 0;
		border-color: #687B97;
	}

	.section04.list-link li i,
	.section04.list-link li .subject {
		display: inline-block;
	}

	.section02.list-link .subject br:last-of-type {
		display: block;
	}

	.section04 .list-link li a span.subject {
		text-align: left;
	}
}
