/*메인 비쥬얼*/
.nurs-main-visual{
	position:relative;
	width:100%;
	height:79.5rem;
	background:url('/_res/seojeong/nursing/img/img-mvisu2.jpg') no-repeat 50% 50% / cover;
}
.txt-mvisu{
	display:flex;
	gap:3rem;
	position:absolute;
	top:50%;
	left:50%;
	margin: 0 5rem;
	padding-right:24rem;
	transform:translate(-50%,-50%);
	color:#fff;
}
.txt-mvisu p{
	margin-top: 2.8rem;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 130%;
}
.txt-mvisu h2{
	font-size: 7.4rem;
	font-weight: 800;
	line-height: 130%
}
.txt-mvisu .bar-center{
	display:block;
	flex:1;
	height: 0.4rem;
	margin-top: 4.5rem;
	background: #FFF;
}

/*메인 컨텐츠*/
.main-tit-desc{
	margin-bottom:3rem;
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 130%;
	text-transform: uppercase;
}
.main-tit{
	font-size: 5.6rem;
	font-weight: 800;
	line-height: 130%;
}
.wrap-mnotice{
	position:relative;
	padding:14rem 0;
	overflow:hidden;
}
.wrap-mnotice::before{
	content:"";
	display:block;
	position:absolute;
	top:-33rem;
	left:0;
	width: 73.2rem;
	height: 108.4rem;
	background:url('/_res/seojeong/nursing/img/img-s.png') no-repeat 0 0 /contain;
}
.wrap-mnotice::after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	bottom:-16.4rem;
	width: 63.6rem;
	height: 106.2rem;
	background:url('/_res/seojeong/nursing/img/img-j.png') no-repeat 0 0 /contain;
}
.wrap-mnotice .main-tit-desc{
	color:#3156D7;
}
.wrap-mnotice .main-tit{
	color:#222;
	margin-bottom:8rem;
}
.mnotice-cont{
	display:flex;
	gap:3.1rem
}
.wrap-mnotice .innerframe-1500{
	position:relative;
	z-index:2;
}
.box-mnotice{
	position:relative;
	width: 44.6rem;
	padding:4rem;
	border: 1px solid #D4D4D4;
	background: #FFF;
}
.notice-tit{
	display:flex;
	justify-content:space-between;
	margin-bottom:3rem;
}
.notice-tit h4{
	color: #222;
	font-size: 3rem;
	font-weight: 800;
	line-height: 130%;
}
.box-mnotice li a{
	display:flex;
	gap:2.4rem;
	padding:2rem 0;
	border-bottom: 0.1rem solid rgba(212, 212, 212, 0.40);
}
.box-mnotice li p{
	flex:1;
	color: #222;
	font-size: 2rem;
	font-weight: 500;
	line-height: 130%; 
	 text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
}
.box-mnotice li span{
	color: #999;
	font-size: 2rem;
	font-weight: 400;
	line-height: 130%; 
}
.notice-tit button{
	width:2.7rem;
}
.wrap-album{
	position:relative;
	width:calc(100% - 47.7rem);
}
.album-swiper{
	overflow:hidden;
}
.album-swiper .swiper-slide{
	position:relative;
	min-height: 48rem;
	
}
.swiper-slide a{
	position:absolute;
	display:block;
	padding:3rem;
	width:100%;
	height:100%;
	overflow:hidden;
	
}
.album-swiper .swiper-slide a::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgb(0,0,0,0.3);
	z-index:2;
}
.album-swiper .swiper-slide img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .3s ease 0s;
}
.album-swiper .swiper-slide:hover img{
	transform:scale(1.1)
}
.album-swiper .txt-wrap{
	position:absolute;
	left:3rem;
	bottom:3rem;
	width:calc(100% - 3rem);
	color:#fff;
	z-index:3;
}
.album-swiper h4{
	font-size: 2rem;
	font-weight: 800;
	line-height: 150%; 
}
.album-swiper p{
	margin-top:0.4rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 120%;
}
.album-arr{
	display:flex;
	gap:1.8rem;
	position:absolute;
	top:-14rem;
	right:0;
}
.album-arr button{
	width: 6rem;
	height: 6rem;
}
.btn-moreveiw {
    display: flex;
    align-items: center;
    padding: 0.8rem 2rem;
    border-radius: 8rem;
    border: 0.1rem solid #fff;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
}
.btn-moreveiw img {
    width: 1.8rem;
    margin-right: 1.2rem;
    transition: all .3s linear 0s;
}
.btn-moreveiw:hover img {
    transform: rotate(180deg);
}
.wrap-mplan{
	padding:12rem 0;
	background: #1D327F;
	color:#fff;
}
.wrap-mplan .innerframe-1500{
	display:flex;
	align-items:flex-end;
	gap:4rem;
}
.wrap-mplan .main-tit-desc{
	opacity: 0.5;
}
.notice-plan{
	flex:1;
}
.tit-notice-plan{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:6rem;
}
.cont-notice-plan li a{
	display:flex;
	align-items:center;
	gap:2rem;
	padding:2.6rem 1rem;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 130%;
	border-bottom: 1px solid rgba(212, 212, 212, 0.20);
	
}
.cont-notice-plan li p{
	flex:1;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cont-notice-plan .tag{
	color:#FED600;
}
.cont-notice-plan .date{
	font-weight: 400;
	opacity: 0.5;
}
.box-qickmenu > div{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:44.6rem;
	height:26.9rem;
	text-align:center;
	overflow:hidden;
	transition:all 0.3s ease 0s;
}
.box-qickmenu p{
	font-size: 2rem;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.02rem;
}
.box-qickmenu h3{
	margin-top:0.4rem;
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 130%;
	letter-spacing: -0.032rem;
}
.box-qickmenu button{
	padding:1.2rem 2.6rem;
	margin-top:3.2rem;
	font-weight: 700;
	line-height: 100%;
	border-radius: 11rem;
	border: 2px solid #FFF;
	transition:all 0.3s ease 0s;
}
.box-qickmenu button:hover{
	background:#fff;
	color:#1D327F;
}
.box-qickmenu > div:nth-of-type(1){
	background: url('/_res/seojeong/nursing/img/img-kiss.png') no-repeat 50% 50% / 100%;
}
.box-qickmenu > div:nth-of-type(2){
	margin-top:1rem;
	background: url('/_res/seojeong/nursing/img/img-news.png') no-repeat 50% 50% / 100%;
}
.box-qickmenu > div:hover{
	background-size:110%;
}
.wrap-mlink{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:4.2rem;
	padding:7rem 5rem;
}
.wrap-mlink > a{
	display:block;
	position:relative;
	height:12rem;
}
.wrap-mlink > a + a::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:-2.1rem;
	width:0.1rem;
	height:7rem;
	transform:translatey(-50%);
	background:rgb(0,0,0,0.15);
}
.wrap-mlink > a img{
	width:100%;
	height:100%; 
	object-fit:contain;
}
.wrap-mment{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:16.8rem	5rem 13.7rem;
	background:url('/_res/seojeong/nursing/img/bg-holdingheads.png') no-repeat 50% 50% /cover;
	color:#fff;
}
.txt-mment{
	position:relative;
	padding:0 5.6rem;
	text-align:center;
}
.txt-mment::before{
	content:"";
	display:block;
	position:absolute;
	top:3.5rem;
	left:0;
	width:2.3rem;
	height:2.1rem;
	background:url('/_res/seojeong/nursing/img/img-ment01.png') no-repeat 50% 50% / contain;
}
.txt-mment::after{
	content:"";
	display:block;
	position:absolute;
	top:3.5rem;
	right:0;
	width:2.3rem;
	height:2.1rem;
	background:url('/_res/seojeong/nursing/img/img-ment02.png') no-repeat 50% 50% / contain;
}
.txt-mment p{
	margin-bottom:0.4rem;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.024rem;
}
.txt-mment em{
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 130%;
	letter-spacing: -0.036rem;
}
/* 인사말 */
.page-greeting {
	display: flex;
}
.greet-img-area {
	width: 100%;
	max-width: 33rem;
}
.greet-img-area > img {
	width: 100%;
	height: auto;
}
.greeting-slogan {
	color: #222;
	font-size: 5rem;
	font-weight: 800;
	line-height: 130%;
}
.greeting-sub-txt {
	padding: 2.4rem 0 4rem 0;
	color: #222;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 150%;
}
.page-greeting .txt01 + .txt01 {
	margin-top: 3rem;
}
.greet-sign-area {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: auto;
	margin-top: 8rem;
	max-width: 28rem;
	width: 100%;
}
.greet-sign-area .txt-dean {
	color: #222;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 130%;
}
.greet-sign-area .txt-dean > em {
	font-weight: 800;
}
.greet-sign-area > img {
	margin-top: 1.6rem;
	width: 13.4rem;
	height: 6.8rem;
}
/* 교수진소개 */
.box-professor{
	display:flex;
	position: relative;
	padding:5rem;
	border: 0.1rem solid #EDEDED;
	gap:4rem;
	margin-top:8rem;
}
.box-professor + .box-professor{
	margin-top:6rem;
}
.box-professor > img{
	width:16rem;
	object-fit: contain;
    object-position: top;
}
.txt-professor{
	flex:1;
}
.professor-name{
	display:flex;
	justify-content:space-between;
	gap:2rem;
	position:relative;
	padding-bottom:4rem;
	border-bottom:0.1rem solid rgba(0, 0, 0, 0.1);
}
.professor-name > div{
	flex:1;
}
.professor-name h4{
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 130%;
	color: #222;
}
.professor-name h4 span{
	font-size: 2rem;
	line-height: 160%;
}
.professor-name p{
	margin-top:1.2rem;
	font-weight: 700;
	line-height: 170%;
	color: #34368A;
}
.professor-name p a{
	font-weight: 500;
	color:#666;
}
.professor-name > span{
	display:inline-block;
	height:5.1rem;
	padding:1rem 2.6rem;
	font-weight: 600;
	line-height: 170%;
	color:#222;
	border: 0.1rem solid #D4D4D4;
	border-radius: 6rem;
}
.professor-career{
	padding-top:4rem;
}
.professor-career h5{
	margin-bottom:2rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 160%;
	color:#222;
}
.list-career{
	display:flex;
	justify-content:space-between;
	
}
.list-career ul{    
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.list-career li{
	position:relative;
	padding-left:0.9rem;
	width: calc(100% / 2);
	font-weight: 400;
	line-height: 150%;
	color:#222;
}
.list-career li + li{
	margin-top:0.4rem;
}
.list-career li::before{
	content:"";
	display:inline-block;
	position:absolute;
	top:1rem;
	left:0;
	width:0.3rem;
	height:0.3rem;
	background:#222;
}
/* 교육목표 */
/*.nursing-vision {
	padding: 5rem 4rem;
	border-radius: 1.2rem;
	text-align: center;
} 
.nursing-vision.bg-gradation {
	background: linear-gradient(133deg, #3956D0 0%, #5DC7C1 100%);
	color: #fff;
}
.nursing-vision.bg-line {
	margin-top: 2rem;
	border: 1px solid #D4D4D4;
	color: #222;
}
.nursing-vision .edu-tit {
	position: relative;
	padding: 0 2rem;    
	margin: 0 auto;
    width: fit-content;
	font-size: 2.4rem;
	font-weight: 600;
}
.nursing-vision .edu-tit::before,
.nursing-vision .edu-tit::after {
	content: "";
	display: block;
	position: absolute;
	top: 1rem;
	width: 0.8rem;
	height: 0.8rem;
	transform: rotate(45deg);
	background: #fff;
}
.nursing-vision.bg-line .edu-tit::before,
.nursing-vision.bg-line .edu-tit::after {
	background: #222;
}
.nursing-vision .edu-tit::before {
	left: 0;
}
.nursing-vision .edu-tit::after {
	right: 0;
}
.nursing-vision > p {
	margin-top: 1.6rem;
	font-size: 4.2rem;
	font-weight: 600;
}
*/

.nursing-vision-list {}
.nursing-vision-list > li {display: flex; margin-bottom: 8rem;}
.nursing-vision-list .edu-tit {display: flex; align-items:center; width: 33.2rem; margin-right: 2rem; color: #34368A;}
.nursing-vision-list .edu-tit h4 {font-size: 2.4rem; font-weight: 700; line-height: 130%; letter-spacing: -0.02em; position: relative; padding: 0 2rem;margin: 0 auto; width: fit-content;}
.nursing-vision-list .edu-tit .line{flex: 1; display: block; position:relative; width:100%; margin-left:2rem;}
.nursing-vision-list .edu-tit .line::before{ content:""; display:inline-block; position:absolute; top:50%; height: 0.2rem; width: 100%; transform:translateY(-50%); background:#34368A;}
.nursing-vision-list p{ flex: 1;  padding: 5rem 4rem; border-radius: 1.2rem; text-align: center;  font-size: 4.2rem; font-weight: 600;}
.nursing-vision-list .edu-purpose-wrap{ flex: 1; }
.nursing-vision-list .bg-gradation {background: linear-gradient(133deg, #3956D0 0%, #5DC7C1 100%); color: #fff;}
.nursing-vision-list .bg-line {margin-top: 2rem; border: 1px solid #D4D4D4; color: #222;}
.nursing-vision-list .edu-tit h4::before,
.nursing-vision-list .edu-tit h4::after {content: ""; display: block; position: absolute; top: 1rem; width: 0.8rem; height: 0.8rem; transform: rotate(45deg); background: #222;}
.nursing-vision-list .edu-tit h4::before,
.nursing-vision-list .edu-tit h4::after {content: ""; display: block; position: absolute; top: 1rem; width: 0.8rem; height: 0.8rem; transform: rotate(45deg); background: #34368A;}
.nursing-vision-list .edu-tit h4::before {left: 0;}
.nursing-vision-list .edu-tit h4::after {right: 0;}
.edu-purpose {display: flex; flex-wrap: wrap; gap: 1rem;}
.edu-purpose > li {flex: 1; padding: 5rem 2rem; border-radius: 1.2rem; border: 1px solid #D4D4D4; background: #FFF;}
.edu-purpose > li:nth-child(1) .box-tit {
	background-size: 4rem 3.2rem;
	background-image: url(/_res/seojeong/nursing/img/ico-edu-hand.png);
}
.edu-purpose > li:nth-child(2) .box-tit {
	background-size: 2.8rem 3.2rem;
	background-image: url(/_res/seojeong/nursing/img/ico-edu-nurse.png);
}
.edu-purpose > li:nth-child(3) .box-tit {
	background-size: 4rem 3.2rem;
	background-image: url(/_res/seojeong/nursing/img/ico-edu-word.png);
}
.edu-purpose > li:nth-child(4) .box-tit {
	background-size: 2.8rem 3.2rem;
	background-image: url(/_res/seojeong/nursing/img/ico-edu-ball.png);
}
.edu-purpose .box-tit {
	padding: 0.3rem 0 0.3rem 4.5rem;
	color: #222;
	font-size: 2.2rem;
	letter-spacing:-0.5;
	font-weight: 600;
	background-position: left center;
	background-repeat: no-repeat;
}
.edu-purpose .list-dot {
	margin-top: 3rem;
} 
/* 학과규정 */
.rules-wrap {
	display: flex;
}
.rules-wrap > .img-area {
	margin-right: 8rem;
	width: 40%;
	height: 30rem;
	border-radius: 2rem;
	background: rgba(0,0,0,0.8) url(/_res/seojeong/nursing/img/img-album02.png) center bottom / cover no-repeat;
}
.rules-wrap > .down-area {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc(40% - 8rem);
}
.rules-wrap > .down-area .tit-bullet {
	    margin: 0 0 2rem 0;;
}

/*프로그램 학습성과*/
.program-learning-img{margin-top:5rem;}
/*동문화 버튼*/
.btn-hompage{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:1rem;
	width:20rem;
	margin-right:2rem;
	padding:1.2rem;
	color:#222;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.4rem;
	border-radius: 0.4rem;
	border: 1px solid #077f34;
	background:#0aaf47;
	color:#fff;
}
.btn-hompage:hover{background-color:#0d9b42;}
p + .btn-hompage{
	margin-top:4rem;
}
.btn-hompage img{
	width:1.4rem;
	height:1.4rem;
}

/*연혁 수정*/
.bn-history01.type02 .b-history-box dl dd > div .b-content > pre {
color: #000;
}

@media (max-width:1420px){
	/*메인*/
	.txt-mvisu{
		margin:0;
		padding: 0 5rem;
	}
}
@media (max-width:1260px){
	/*메인*/
	.mnotice-cont{
		    flex-direction: column-reverse;
	}
	.box-mnotice{
		width:100%;
	}
	.wrap-album{
		width:100%;
	}
	.box-qickmenu > div{
		width: 36.6rem;
	}
	/* 교육목표 */
	.edu-purpose > li {
		flex: none;
		width: calc((100% - 2rem) / 2);
	}
}
@media (max-width:1160px){
	/* 교육목표 */
	/*.nursing-vision > p {
		font-size: 3.6rem;
	}*/
	.nursing-vision-list  p {font-size: 3.6rem;}
	.edu-purpose {
		flex-wrap: wrap;
	}
	.edu-purpose > li {
		flex: none;
		width: calc((100% - 2rem) / 2);
	}
}
@media (max-width:1100px){
	/*메인*/
	.wrap-mplan .innerframe-1500{
		flex-direction: column;
	}
	.notice-plan{
		    width: 100%;
	}
	.box-qickmenu{
		display:flex;
		width:100%;
		gap:1rem;
	}
	.box-qickmenu > div{
		flex:1;		
		
	}
	.box-qickmenu > div:nth-of-type(2){
		margin-top:0
	}
}

@media (max-width:1020px){
	/* 인사말 */
	.page-greeting {
		flex-direction: column;
		position: relative;
	}
	.greet-img-area {
		position: absolute;
		top: 26rem;
	}
	/* 교수진소개 */
	.box-professor{
		position:relative;
	}
	.box-professor > img{
		position:absolute;
		top:5rem;
		left:5rem;
	}
	.professor-name{
		display:block;
		padding-left: 20rem;
	}
	.professor-name > span{
		margin-top:1.2rem;
	}
	/*교육목표*/
	.nursing-vision-list .edu-tit { width: 20.2rem;}
}
@media (max-width:890px){
	/*메인*/
	.txt-mvisu{
		flex-direction: column;
		align-items:center;
		text-align:center;
	}
	.txt-mvisu .bar-center{
		display:none;
	}
}
@media (max-width:768px){
	/*메인*/
	.nurs-main-visual{
		height: 58rem;
	}
	.txt-mvisu{
		padding:0 2rem;
		gap: 2rem;
	}
	.txt-mvisu p{
		font-size: 2.4rem;
		font-weight: 600;
	}
	.txt-mvisu h2{
		font-size: 4.8rem;
		line-height: 120%;
	}
	.wrap-mnotice{
		padding:27.5rem 0 6rem;
	}
	.wrap-mnotice::before{
		top:-11rem;
		left: -14rem;
		width: 41.8rem;
		height: 62.9rem;
	}
	.wrap-mnotice::after{
		bottom: -14.4rem;
		width: 35.3rem;
		height: 58.9rem;
	}
	.main-tit-desc{
		margin-bottom:2rem;
		font-size: 1.8rem;
	}
	.main-tit{
		font-size: 3.6rem;
	}
	.wrap-mnotice .main-tit{
		margin-bottom:13.8rem;
	}
	.album-arr{
		right:unset;
		left:0;
		top:-10.8rem;
	}
	.album-arr button{
		width:4.8rem;
		height:4.8rem;
	}
	.album-swiper .swiper-slide{
		min-height:unset;
	}
	.album-swiper .txt-wrap{
		left:2rem;
		bottom:2rem;
		width: calc(100% - 2rem);
	}
	.box-mnotice{
		position: absolute;
    	top: -21.5rem;
		max-width: calc(100% - 4rem);
		padding:3rem;
	}
	.notice-tit{
		margin-bottom:2.15rem;
	}
	.notice-tit h4{
		font-size: 2.4rem;
	}
	.box-mnotice li a{
		padding:1rem;
		border-bottom:none;
	}
	.box-mnotice li p,.box-mnotice li span{
		font-size: 1.6rem;
	}
	.mnotice-swiper{
		    height: 4.1rem;
		overflow:hidden;
	}
	.mnotice-arr{
		display:flex;
	}
	.mnotice-arr button{
		display:flex;
		align-items:center;
		justify-content:center;
		width:3.8rem;
		height:3.4rem;
		border:0.1rem solid rgba(34, 34, 34, 0.10);
	}
	.mnotice-arr button + button{
		border-left:none;
	}
	.mnotice-arr button img{
		width:1.7rem;
		object-fit:contain;
	}
	.wrap-mplan .innerframe-1500{
		gap:6rem;
	}
	.tit-notice-plan{
		margin-bottom:4rem;
	}
	.cont-notice-plan li a{
		flex-direction: column;
    	align-items: flex-start;
		gap:1.2rem;
		position:relative;
		padding: 2rem 0;
		font-size:1.6rem;
	}
	.cont-notice-plan .date{
		position:absolute;
		top:2rem;
		right:0;
	}
	.cont-notice-plan li p{
		width: 100%;
	}
	.box-qickmenu{
		flex-direction:column;
	}
	.box-qickmenu > div{
		flex:none;
		width:100%;
		background-size:cover!important;
	}
	.box-qickmenu > div:hover{
		background-size:cover
	}
	.wrap-mlink{
		flex-direction: column;
		padding:2rem 0;
		overflow:hidden;
	}
	.wrap-mlink > a + a::before{
		top:0;
		width:100vw;
		height:0.1rem;
	}
	.box-qickmenu p{
		font-size:1.6rem;
	}
	.wrap-mment{
		padding:9.7rem 2rem;
	}
	.txt-mment{
		padding:7rem 0 7.4rem;
	}
	.txt-mment p{
		margin-bottom:1.2rem;
		font-size:2rem;
	}
	.txt-mment em{
		font-size:3.2rem;
	}
	.txt-mment::before{
		top:0;
		left:50%;
		transform:translatex(-50%);
	}
	.txt-mment::after{
		top:unset;
		bottom:0;
		right:50%;
		transform:translatex(50%);
	}
	.btn-moreveiw img{
		width:1.2rem;
		margin-right:0.4rem;
	}
	.btn-moreveiw{
		font-size:1.3rem;
	}
	/* 인사말 */
	.greeting-slogan {
		font-size: 3.2rem;
	}
	.greeting-sub-txt {
		font-size: 1.8rem;
		line-height: 150%;
	}
	.greet-img-area {
		top: 20rem;
	}
	.greet-sign-area {
		margin-top: 5rem;
	}
	.greet-sign-area .txt-dean {
		font-size: 2rem;
	}
	.greet-sign-area > img {
		max-width: 11.3rem;
		height: 5.5rem;
	}
	/* 교수진소개 */
	.box-professor{
		margin-top: 4rem;
		padding:0;
	}
	.box-professor + .box-professor{
		margin-top: 4rem;
	}
	.professor-name{
		padding:3rem 2rem 3rem 12rem;
	}
	.professor-name > span{
		height: 3.3rem;
		padding:0.6rem 1.8rem;
		font-size: 1.4rem;
	}
	.professor-name h4{
		display:flex;
		flex-direction:column;
		font-size: 2rem;
	}
	.professor-name h4 span{
		font-size: 1.4rem;
		line-height: 1.7rem;
	}
	.professor-name p{
		display:flex;
		flex-direction:column;
		font-size: 1.4rem;
		line-height: 1.7rem;
	}
	.box-professor > img{
		top:3rem;
		left:2rem;
		width:8rem;
		height:8rem;
	}
	.professor-career{
		padding:0;
	}
	.professor-career h5{
		position:relative;
		margin:0;
		padding:1.8rem 2rem;
		font-size: 1.6rem;
		line-height: 1.9rem;
		color: #34368A;
	}
	.professor-career h5::before,.professor-career h5::after{
		content:"";
		display:inline-block;
		position:absolute;
		top:50%;
		right:2rem;
		width:1.8rem;
		height:0.2rem;
		transform:translateY(-50%);
		background:#34368A;
		border-radius: 0.1rem;
	}
	.professor-career h5::after{
		transform:translateY(-50%)rotate(90deg);
		transition: all .3s ease 0s;
	}
	.list-career{
		flex-direction:column;
		justify-content:flex-start;
		height:0;
		padding:0 3rem;
		background: #F9F9F9;
		overflow:hidden;
		transition: all .3s ease 0s;
	}
	.list-career ul{
		width:100%;
	}
	.list-career li{
		width:100%;
		font-size: 1.6rem;
	}
	.list-career li + li{
		margin-top:0.6rem;
	}
	.list-career .list2{
		margin-top:0.6rem;
	}
	.professor-career.open .list-career{
		height:auto;
		padding:2rem 3rem;
	}
	.professor-career.open h5{
		border-bottom:0.1rem solid #EDEDED;
	}
	.professor-career.open h5::after{
		transform:translateY(-50%)rotate(0);
	}
	/* 교육목표 */
	/*.nursing-vision {
		padding: 4rem 3rem;
	}
	.nursing-vision .edu-tit {
		font-size: 2rem;
	}
	.nursing-vision .edu-tit::before, 
	.nursing-vision .edu-tit::after {
		top: 0.8rem;
	}
	.nursing-vision > p {    
		margin-top: 1rem;
		font-size: 2.4rem;
	}
	*/
	.nursing-vision-list p {width:100%; padding: 4rem 3rem; margin-top: 1rem; margin-left:0;font-size: 2.4rem;}
.nursing-vision-list .edu-tit h4 {font-size: 2rem;}.nursing-vision-list .edu-tit h4::before, 
.nursing-vision-list .edu-tit h4::after {top: 0.8rem;}

.nursing-vision-list > li{flex-direction: column;margin-bottom:4rem;}
.nursing-vision-list .edu-tit{width: calc(100% + 2rem); margin-bottom:3rem; margin-right:0;}
.nursing-vision-list .edu-tit .line{margin-left:1rem;}
	.edu-purpose {
		gap: 1.5rem;
	}
	.edu-purpose > li {
		padding: 4rem 2rem;
		width: 100%;
	}
	.edu-purpose .box-tit {    
		padding: 0.5rem 4.5rem;
		font-size: 2rem;
	}
	.edu-purpose .list-dot {
		margin-top: 1.5rem;
	}
	/* 간호학과 규정 */
	.rules-wrap {
		flex-direction: column;
	}
	.rules-wrap > .img-area {
		margin-right: 0;
		width: 100%;
	}
	.rules-wrap > .down-area {
		width: 100%;
	}
	.rules-wrap > .down-area .tit-bullet {
			margin: 4rem 0 2rem 0;;
	}
	
}