@charset "utf-8";

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


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

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


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

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


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


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

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

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


/*** content ***/
/* homepage */
.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;
}

.tside-menu .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;
}


/* content body */
.float-wrap {
	display: flex;
	/* overflow: hidden; */
}

.float-wrap:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}


/* slogan */
.campus-area {
	width: calc(100% - 38rem);
	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: '';
}


/* main content */
.link-cont {
	width: 38rem;
	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: 1rem;
	padding: 1.5rem;
	color: #fff;
	/* overflow: hidden; */
}

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

[class*="section"]:nth-child(even) {
	width: calc(100% - 22rem - 1rem);
	padding: 0;
}

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


[class*="section"] .subject-title {
	display: block;
	margin-bottom: 0.5rem;
	line-height: 1.2;
	font-size: 1.2rem;
}

[class*="section"] .subject-cont {
	display: block;
}

[class*="section"] .icon {
	display: inline-block;
	margin: 0 auto;
	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("../img/arrow.svg") no-repeat center center;
	vertical-align: middle;
}

[class*="section"] .subject-cont.type01 {
	display: flex;
	align-items: center;
}

[class*="section"] .subject-cont.type01 .icon {
	display: inline-block;
	width: 5.5rem;
	height: 5.5rem;
	margin-right: 1.5rem;
}

[class*="section"] .subject-cont.type01 .box {
	width: calc(100% - 5.5rem - 1.5rem);
}

/* subject-title-box */
.subject-title-box {
	display: flex;
}

.subject-title-box .icon {
	display: inline-block;
	width: 3.5rem;
	height: 3.5rem;
	margin: 0;
	margin-right: 0.5rem;
	vertical-align: top;
}

.subject-title-box .subject-title {
	display: inline-block;
	margin-top: 1rem;
	margin-bottom: 0.55rem;
	font-size: 1.2rem;
	font-weight: 600;
}

/* 원서접수, 원서접수확인, 모집요강 */
.application-list {
	position: relative;
	margin: 0 0 0 0;
	/* 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%);
}

.application-list > li:last-child a {
	border-bottom: 0;
}

/* subject-info-box 있을때 패딩값 없애기  */
[class*="section"].b-cont {
	padding: 0;
}

[class*="section"].b-cont .subject-title {
	padding: 1.5rem 1.5rem 0;
}

[class*="section"].b-cont .subject-cont {
	padding: 0 1.5rem 1rem;
}

[class*="section"].b-cont .subject-info-box {
	width: 100%;
	padding: 0.7rem 0;
	background-color: #3D3D48;
	line-height: 1.3;
	transition: all 0.5s ease;
	font-weight: 500;
	color: #fff;
}

[class*="section"].b-cont .subject-title-box {
	padding: 1.5rem 1.5rem 0;
}

[class*="section"].b-cont .subject-title-box .subject-title {
	padding: 0;
}


/* subject-info-box */
.subject-info-box > ul {
	display: flex;
}

.subject-info-box > ul > li {
	position: relative;
	text-align: center;
	flex: 1;
}

.subject-info-box > ul > li + li {
	border-left: 1px rgba(255, 255, 255, 0.2) solid;
}

/* right link style*/
.list-link {
	display: flex;
	flex-direction: column;
	height: calc(100% + 0.5rem);
	margin: -0.25rem 0;
}

.list-link > li {
	height: 100%;
	margin: 0.25rem 0;
}

.list-link a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0.5rem 3rem 0.5rem 1rem;
	background-color: rgba(156, 28, 43, .9);
	min-height:100%;
}

.list-link .icon {
	display: inline-block;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0;
	vertical-align: top;
	background-color: transparent;
}

.list-link .subject {
	position: relative;
	display: inline-block;
	width: calc(100% - 2.4rem);
	margin: 0;
	padding-left: 0.5rem;
	text-align: left;
	font-size: .9rem;
	font-weight: 500;
}

.list-link .subject .tt {
	position: absolute;
	top: 1.2rem;
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	color: #B2A18F;
}

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


/* subject-cont-list */
.subject-cont-list {
	padding: 1rem 0;
}

.subject-cont-list > li {
	padding: 0.1rem 0;
}


.section01 {
	padding: 1.5rem;
	background-color: rgba(156, 28, 43, .9);
}

.section01 .icon {
	display: inline-block;
	width: 5.5rem;
	height: 5.5rem;
	margin-right: 1.5rem;
	background-color: #fff;
}


.section02 {}

.section02 .list-link a {
	background-color: rgba(156, 28, 43, .9);
}


.section03 {
	background-color: rgba(255, 255, 255, .85);
	color: #3D3D48;
}

.section04 .list-link li a {
	background-color: rgba(255, 255, 255, .85);
	color: #222;
}

.section04 .list-link a .arrow {
	filter: invert(1);
}


.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 1.5rem;
	background-color: rgba(155, 136, 115, .95);
	line-height: 1.1;
	font-size: .9rem;
	transition: all 0.5s ease;
	font-weight: 500;
}

.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: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	background: #B2A18F url("../img/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;
}

.section05 {
	min-height: auto;
	margin-bottom: 0;
}

.section05 a {
	position: relative;
	justify-content: center;
	padding: 1.4rem 1rem 1.4rem 1rem;
	background-color: rgba(65, 87, 120, .95);
	text-align: center;
	font-weight: 500;
}

.section05 .icon {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.65rem;
	background-color: transparent;
	border-radius: 0;
	line-height: 1.2;
	vertical-align: middle;
}

.section05 .list-link .subject {
	width: auto;
	padding-left: 0;
}


.section05 a:hover .icon img {
	transform: inherit;
}

#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 (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 {
		min-height: 7rem;
		padding: 1rem 2rem 1rem 1.5rem;
	}

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

	.subject-box {
		padding: 0;
	}
}

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

	#body {
		padding-right: 0;
	}

	.container {
		max-width: 906;
	}

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

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

	.float-wrap {
		display: block;
	}

	.link-cont {
		width: 100%;
	}

	[class*="section"]:nth-child(odd),
	.notice-qna {
		width: 50%;
	}

	[class*="section"]:nth-child(even) {
		width: calc(100% - 50% - 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;
	}

	.notice-qna {
		width: 100%;
		margin-right: 0;
	}

	.link-cont {
		float: none;
	}

	.list-link {
		display: flex;
		flex-flow: row wrap;
		width: calc(100% + .5rem) !important;
		height: auto;
		margin: 0 -.25rem .5rem !important;
	}

	.list-link li {
		flex: 1;
		width: calc(50% - 0.5rem);
		margin: 0 .25rem;
	}

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

	.section02.list-link a {
		min-height: 6rem;
	}

	.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;
	}

	.section04 .icon {
		margin: 0 auto .25rem;
	}

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

	.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;
	}

	.subject-info-box {
		position: inherit;
		/* margin-top: 2rem; */
	}

	/* .section04 .list-link li:last-child{
		width: calc(100% - .5rem);
	} */

	.list-link > li,
	.list-link a {
		height: auto;
	}

	.list-link > li {
		margin: 0.25rem;
	}
}

@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;
	}
}
