/*메인 비쥬얼*/

.extstud-visual{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:66rem;
	padding:0 5rem;
	color:#fff;
	background: #000 url('/_res/seojeong/extstud/img/bg-extstud-visual.png') no-repeat 50% 50% / cover;
}
.extstud-visual p{
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 100%; 
	text-align: center;
	text-transform: uppercase;
	word-break:keep-all;
}
.extstud-visual h2{
	margin-top:2.4rem;
	text-align: center;
	font-size: 8.4rem;
	font-weight: 800;
	line-height: 100%;
	word-break:keep-all;
}
/*메인 컨텐츠*/
.main-cont{
	padding-top:10rem;
	padding-bottom:10.6rem;
}
.ext-quick{
	display:flex;
	gap:2rem;
	margin-bottom:4rem
}
.ext-quick > a{
	display:flex;
	align-items:center;
	justify-content:center;
	flex:1;
	height:26rem;
	border-radius: 1.6rem;
	background:#000 url('') no-repeat 50% 50% /cover;
	color:#fff;
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 120%; 
	text-align:center;
}
.ext-quick > a:nth-of-type(1){
	background-image:url('/_res/seojeong/extstud/img/img-quick01.png')
}
.ext-quick > a:nth-of-type(2){
	background-image:url('/_res/seojeong/extstud/img/img-quick02.png')
}
.ext-quick > a:nth-of-type(3){
	background-image:url('/_res/seojeong/extstud/img/img-quick03.png')
}
.ext-quick > a:nth-of-type(4){
	background-image:url('/_res/seojeong/extstud/img/img-quick04.png')
}
.wrap-mnotice{
	display:flex;
	gap:2rem;
}
.wrap-mnotice > div{
	flex:1;
	border-radius: 1.6rem;
	overflow:hidden;
}
.wrap-mnotice .wrap-title a{
	display :flex;
	justify-content:space-between;
	align-items:center;
	height:7.7rem;
	padding-left:7rem;
	
}
.contact .wrap-title a{
	background:#34368A url('/_res/seojeong/extstud/img/ico-cobtectmail.png') no-repeat 2.4rem 50% /2.4rem auto;
	color:#fff;
}
.main-notice .wrap-title a{
	background:#FED600 url('/_res/seojeong/extstud/img/ico-comunication.png') no-repeat 2.4rem 50% /3rem auto;
	color:#34368A;
}
.wrap-mnotice h3{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
.wrap-mnotice .btn-open{
	position:relative;
	width:2rem;
	height:2rem;
	margin-right:1.4rem;
	font-size:0;
	width:1.7rem;
}
.wrap-mnotice .btn-open::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	transform:translatey(-50%);
	width:100%;
	height:0.2rem;
	background:#34368A;
	border-radius:1rem;
}
.wrap-mnotice .btn-open::after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	transform:translatey(-50%) rotate(90deg);
	width:100%;
	height:0.2rem;
	background:#34368A;
	border-radius:1rem;
	transition:0.3s ease 0s;
}
.contact .btn-open::after,.contact .btn-open::before{
	background:#fff;
}
.contact .wrap-contents{
	display:flex;
	flex-wrap:wrap;
	column-gap:2.4rem;
	row-gap:2rem;
	 padding:4rem 4rem 5rem;
	color: #222;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	background: #EEF;
}
.contact .wrap-contents a{
	color: #34368A;
	font-weight: 600;
}
.main-notice .wrap-contents{
	height:100%;
	background: #FFFBE8;
}
.main-notice .wrap-contents li{
	padding:4rem 4rem 5rem;
}
.main-notice .wrap-contents p{
	 white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.main-notice .main-txt{
	margin-bottom:2rem;
	color: #222;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 120%;
}
.main-notice .sub-txt{
	color: #666;
	font-size: 2rem;
	font-weight: 500;
	line-height: 120%;
}
.main-notice .btn-slide{
	display:flex;
	align-items:center;
	gap:2.4rem;
}
.main-notice .btn-slide button{
	width:1.7rem;
}
.btn-slide .mnotice-prev{
	transform:rotate(90deg)
}
.btn-slide .mnotice-next{
	transform:rotate(-90deg)
}

/**/

/* 인사말 */
.kukje-greeting {
	display: flex;
}
.kukje-greeting > img {
	width: 35rem;
	height: 45.2rem;
}
.kukje-greeting > .txt-box {
	margin-left: 7.2rem;
}
.kukje-greeting > .txt-box > h4 {
	font-size: 3.8rem;
	font-weight: 800;
	color: #34368a;
	line-height: 130%;

}
.kukje-greeting > .txt-box > h4 > span{
	font-size: 3.0rem;
	font-weight: 700;
	color: #444444;
	line-height: 130%;
}
.kukje-greeting > .txt-box > p {
	margin-top: 3.6rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.04rem;
	color: #999;
}
.kukje-greeting > .txt-box > p + p {
	margin-top: 4rem;
}
.kukje-greeting > .txt-box > img {
	margin-top: 4rem;
	width: 22.5rem;
	height: 7rem;
}
.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;
}

/* 인사말 
.kukje-greeting {
	display: flex;
}
.kukje-greeting > img {
	width: 33.7rem;
	height: 52rem;
	background: #9D9D9D;
}
.kukje-greeting > .txt-box {
	margin-left: 7.2rem;
}
.kukje-greeting > .txt-box > h4 {
	font-size: 4rem;
	font-weight: 800;
	color: #222;
	line-height: 130%;
}
.kukje-greeting > .txt-box > p {
	margin-top: 3.6rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.04rem;
	color: #999;
}
.kukje-greeting > .txt-box > p + p {
	margin-top: 4rem;
}
.kukje-greeting > .txt-box > img {
	margin-top: 4rem;
	width: 22.5rem;
	height: 7rem;
}
*/
/*조직도
.group-map{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	margin-bottom:4rem;
	padding:9rem 4rem 8rem;
	border: 1px solid #D4D4D4;
}
.group-map::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:0.1rem;
	height:calc(100% - 18rem);
	background: #DEE2E6;
}
.box-map{
	position:relative;
	width: 26rem;
	padding:3rem;
	text-align:center;
	border-radius: 0.8rem;
	font-weight: 700;
	line-height: 100%;
}
.box-map::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%, -50%);
	background:#fff;
	border-radius:50%;
	box-sizing:border-box;
}
.box-map span{
	display:inline-block;
	margin-top:0.8rem;
	font-size: 2.4rem;
}
.box-map a{
	display:inline-block;
	margin-top:0.8rem;
}
.box-map.blue{
	margin-bottom:4rem;	
	background: #34368A;
	color:#fff;
}
.box-map.blue::before{
	width: 2rem;
	height: 2rem;
	border: 0.4rem solid #34368A;
}
.group-map .wrap-map01, .group-map .wrap-map02{
	display:flex;
	gap:4rem;
}
.group-map .wrap-map01{
	position:relative;
}
.group-map .wrap-map01::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:80%;
	height:0.1rem;
	background: #DEE2E6;
	transform:translate(-50%,-50%);
}
.group-map .wrap-map02{
	position:relative;
	margin-top:6rem;
}
.group-map .wrap-map02::before{
	content:"";
	display:block;
	position:absolute;
	top:-1.4rem;
	left:50%;
    width: 69.6%;
	height:4rem;
	border: 0.1rem solid #DEE2E6;
	border-bottom:0;
	transform:translate(-50%,-50%);
}
.wrap-map01 .box-map{
	color: #34368A;
	font-weight: 700;
	line-height: 100%;
	background: #FED600;
}
.wrap-map01 .box-map a{
	font-size:2rem;
}
.wrap-map01 .box-map::before{
	width: 2rem;
	height: 2rem;
	border: 0.4rem solid #FED600;
}
.wrap-map02{
	color: #34368A;
	font-size:1.6rem;
	font-weight: 700;
	line-height: 100%;
}
.wrap-map02 .box-map{
	border: 1px solid #34368A;
	background: #FFF;
}
.wrap-map02 .box-map::before{
	width: 1rem;
	height: 1rem;
	border: 0.2rem solid #34368A;
}
.wrap-map02 a{
	font-size: 1.8rem;
}

.box-adress{
	display:flex;
	gap:2rem;
	padding:3rem;
	border-radius: 1.2rem;
	background: #F4F5FE;
}
.box-adress .tit{
	color: #34368A;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
}
.box-adress .tit img{
	width:1.5rem;
	    height: 100%;
	margin-right:0.8rem;
	object-fit:contain;
	object-position:50% 50%;
}
.box-adress .con{
	color: #34368A;
	font-size: 2rem;
	font-weight: 400;
	line-height: 130%;
	opacity:0.7;
	word-break:keep-all;
}
*/
/*조직도*/
.group-map{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	margin-bottom:4rem;
	padding:9rem 4rem 8rem;
	border: 1px solid #D4D4D4;
}
.group-map::before{
	content:"";
	display:block;
	position:absolute;
	top:22%;
	left:50%;
	transform:translate(-50%,-20%);
	width:0.1rem;
	height:calc(100% - 80%);
	background: #DEE2E6;
}


.box-map{
	position:relative;
	width: 26rem;
	padding:3rem;
	text-align:center;
	border-radius: 0.8rem;
	font-weight: 700;
	line-height: 100%;
}
.box-map::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%, -50%);
	background:#fff;
	border-radius:50%;
	box-sizing:border-box;
}
.box-map span{
	display:inline-block;
	margin-top:0.8rem;
	font-size: 2.4rem;
}
.box-map a{
	display:inline-block;
	margin-top:0.8rem;
}
.box-map.blue{
	margin-bottom:4rem;	
	background: #34368A;
	color:#fff;
}
.box-map.blue::before{
	width: 2rem;
	height: 2rem;
	border: 0.4rem solid #34368A;
}
.group-map .wrap-map01{
	display:flex;
	margin-left:30rem;
	/*gap:4rem;*/
}
.group-map .wrap-map02{
	display:flex;
	gap:4rem;
	position:relative;
	margin-top:6rem;
}
.group-map .wrap-map03{
	display:flex;
	gap:4rem;
	position:relative;
	margin-top:6rem;
	margin-right:30rem;
}
.group-map .wrap-map01{
	position:relative;
}
.group-map .wrap-map01::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	/*left:50%;*/
	left:0;
	width:16%;
	height:0.1rem;
	background: #DEE2E6;
	transform:translate(-50%,-50%);
}

.wrap-map03::after{
	content:"";
	display:block;
	position:absolute;
	top:-4.6rem;
	left:50%;
	transform:translate(-50%,-50%);
	width:0.1rem;
	height:calc(100% - 91%);
	background: #DEE2E6;
}
/*.group-map .wrap-map02::before{
	content:"";
	display:block;
	position:absolute;
	top:-1.4rem;
	left:50%;
    width: 69.6%;
	height:4rem;
	border: 0.1rem solid #DEE2E6;
	border-bottom:0;
	transform:translate(-50%,-50%);
}
*/
.group-map .wrap-map02::before{
	content:"";
	display:block;
	position:absolute;
	top:-1.4rem;
	left:50%;
    width: 53.5%;
	height:4rem;
	border: 0.1rem solid #DEE2E6;
	border-bottom:0;
	transform:translate(-50%,-50%);
}
.group-map .wrap-map03::before{
	content:"";
	display:block;
	position:absolute;
	top:-1.4rem;
	left:50%;
    width: 53.5%;
	height:4rem;
	border: 0.1rem solid #DEE2E6;
	border-bottom:0;
	transform:translate(-50%,-50%);
}
.wrap-map01 .box-map{
	color: #34368A;
	font-weight: 700;
	line-height: 100%;
	background: #FED600;
}
.wrap-map01 .box-map a{
	font-size:2rem;
}
.wrap-map01 .box-map::before{
	width: 2rem;
	height: 2rem;
	border: 0.4rem solid #FED600;
}
.wrap-map02{
	color: #34368A;
	font-size:1.6rem;
	font-weight: 700;
	line-height: 100%;
}
.wrap-map02 .box-map{
	border: 1px solid #34368A;
	background: #FFF;
}
.wrap-map02 .box-map::before{
	width: 1rem;
	height: 1rem;
	border: 0.2rem solid #34368A;
}
.wrap-map02 a{
	font-size: 1.8rem;
}

.wrap-map03{
	color: #34368A;
	font-size:1.6rem;
	font-weight: 700;
	line-height: 100%;
}
.wrap-map03 .box-map{
	border: 1px solid #34368A;
	background: #FFF;
}
.wrap-map03 .box-map::before{
	width: 1rem;
	height: 1rem;
	border: 0.2rem solid #34368A;
}
.wrap-map03 a{
	font-size: 1.8rem;
}
.wrap-map03 p{
	margin-top:1.6rem;
	padding:2rem;
	border: 0.1rem solid #999999;
	border-radius: 0.8rem;
	text-align:center;
	background:#fff;
}
.box-adress{
	display:flex;
	gap:2rem;
	padding:3rem;
	border-radius: 1.2rem;
	background: #F4F5FE;
}
.box-adress .tit{
	color: #34368A;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
}
.box-adress .tit img{
	width:1.5rem;
	    height: 100%;
	margin-right:0.8rem;
	object-fit:contain;
	object-position:50% 50%;
}
.box-adress .con{
	color: #34368A;
	font-size: 2rem;
	font-weight: 400;
	line-height: 130%;
	opacity:0.7;
	word-break:keep-all;
}
/*ì‹œì„¤ì•ˆë‚´*/
.list-conveni{
	display:flex;
	flex-wrap:wrap;
	gap:2.6rem;
}
.list-conveni li{
	width:calc((100% - 5.2rem)/3)
}
.list-conveni li p{
	margin-top:1rem;
	color: #222;
	font-weight: 600;
	line-height: 150%;
}
.list-conveni .img-box{
	object-fit:cover;
}
.list-conveni .img-box > img {
	width: 100%;
}

/*시설안내*/
.list-conveni{
	display:flex;
	flex-wrap:wrap;
	gap:2.6rem;
}
.list-conveni li{
	width:calc((100% - 5.2rem)/3)
}
.list-conveni li p{
	margin-top:1rem;
	color: #222;
	font-weight: 600;
	line-height: 150%;
}
.list-conveni .img-box{
	object-fit:cover;
}
.list-conveni .img-box > img {
	width: 100%;
}
/*SNS*/
.list-sjsns{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
}
.sns-link{
	width:calc((100% - 6rem)/4);
}
.sns-link a{
	display:block;
	border-radius: 1.2rem;
	border: 0.1rem solid #D4D4D4;
	overflow:hidden;
}
.sns-link .img-box img {
	width: 100%;
}
.sns-link p{
	padding:2.2rem 2rem;
	color: #666;
	font-size: 2rem;
	font-weight: 500;
	background: url('/_res/seojeong/inter/img/ico-sns-right.png') no-repeat calc(100% - 2rem) 50% / 0.8rem auto;
	transition:all .3s ease 0s;
}
.sns-link:hover p{
	background-position:calc(100% - 4rem) 50%
}

/* 등록안내 */
.counsel-step {
	display: flex;
	margin-bottom: 6rem;
}
.counsel-step > li {
	flex: 1;
	position: relative;
	padding: 3rem;
	border-radius: 1.2rem;
	border: 0.1rem solid #D4D4D4;
	background: #FFF;
}
.counsel-step > li + li {
	margin-left: 5.5rem;
}

.pcpage > li:nth-child(1) {
	background: url(/_res/seojeong/extstud/img/ico-step-pc.png) top 3rem right 2rem / 3rem 3rem no-repeat;
}
.pcpage > li:nth-child(2) {
	background: url(/_res/seojeong/hmnrg/img/ico-step-apply.png) top 3rem right 2rem / 3rem 3.2rem no-repeat;
}
.pcpage > li:nth-child(3) {
	background: url(/_res/seojeong/extstud/img/ico-step-pc-select.png) top 3rem right 2rem / 3rem 3rem no-repeat;
}
.pcpage > li:nth-child(4) {
	background: url(/_res/seojeong/extstud/img/ico-step-pay.png) top 3rem right 2rem / 3rem 3rem no-repeat;
}

.call > li:nth-child(1) {
	background: url(/_res/seojeong/_share/img/ico-school-num01.png) top 3rem right 2rem / 3rem 3rem no-repeat;
}
.call > li:nth-child(2) {
	background: url(/_res/seojeong/hmnrg/img/ico-step-apply.png) top 3rem right 2rem / 3rem 3.2rem no-repeat;
}
.call > li:nth-child(3) {
	background: url(/_res/seojeong/extstud/img/ico-step-pay.png) top 3rem right 2rem / 3rem 3rem no-repeat;
}
.visit > li:nth-child(1) {
	background: url(/_res/seojeong/hmnrg/img/ico-step-man.png) top 3rem right 2rem / 4rem 2.8rem no-repeat;
}
.visit > li:nth-child(2) {
	background: url(/_res/seojeong/hmnrg/img/ico-step-apply.png) top 3rem right 2rem / 3rem 3.2rem no-repeat;
}
.visit > li:nth-child(3) {
	background: url(/_res/seojeong/extstud/img/ico-step-pay.png) top 3rem right 2rem / 3rem 3rem no-repeat;
}

/*
.counsel-step > li:nth-child(1) {
	background: url(/_res/seojeong/hmnrg/img/ico-step-apply.png) top 3rem right 3rem / 3rem 3rem no-repeat;
}
.counsel-step > li:nth-child(2) {
	background: url(/_res/seojeong/hmnrg/img/ico-step-cal.png) top 3rem right 3rem / 3rem 3.2rem no-repeat;
}
.counsel-step > li:nth-child(3) {
	background: url(/_res/seojeong/hmnrg/img/ico-step-man.png) top 3rem right 3rem / 4rem 2.8rem no-repeat;
}
*/
.counsel-step > li:first-child::before {
	display: none;
}
.counsel-step > li::before {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	right: calc(100% + 2rem);
	transform: translateY(-50%);
	width: 1.3rem;
	height: 2.4rem;
	background: url(/_res/seojeong/hmnrg/img/ico-step-arr.png) center / 100% no-repeat;
}
.counsel-step > li .step-tit {
	margin: 0.3rem 0 3rem 0;
	color: #222;
	font-size: 2.4rem;
	font-weight: 700;
}
.counsel-step > li > span {
	color: #666;
	font-size: 1.6rem;
	font-weight: 600;
}
.counsel-step > li > p {
	color: #666;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2rem;
}
.counsel-step + div {
	text-align: center;
}
.counsel-step + div > .btn-classweb {
	margin-top: 0;
}
/*설립목적*/
.purpose-img{ margin-top:10rem;}
/*운영목표*/
.goals_area{}
.goals_area ul{display: flex; margin-bottom: 6rem;}
.goals_area ul > li{flex: 1; position: relative; padding: 3rem;  border-radius: 1.2rem;  border: 0.2rem solid #34368a; background: #FFF; font-size: 1.8rem; font-weight: 400; color: #666666; line-height: 140%; word-break: keep-all;}
.goals_area ul > li+li{margin-left:2rem;}
.goals_area ul > li > span{font-size:2.4rem; font-weight:700; color:#34368a; display:block; margin-bottom:1rem;}
/*학사안내*/
.sj-class col:first-of-type{
		width:30rem;
}
.btn-classweb{
	margin-left:2rem;
	padding:1.2rem 2rem;
	border:0.1rem solid #ddd;
	font-size:1.6rem;
	border-radius:3.5rem;
	font-weight: 600;
	color: #222;
	transition: all .3s ease 0s;
}
.sj-class + .box-blue02{
	margin-top:4rem;
}
.sj-class + .box-blue02 p{
	position:relative;
}
.sj-class + .box-blue02 p::before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -5rem;
    width: 0.1rem;
    height: 100%;
    transform: translateY(-50%);
    background: rgba(217, 217, 217, 0.1);
}
.btn-classweb:hover{
	background:#34368A ;
	color: #fff;
}
@media (max-width: 1420px){
	.kukje-sub-cont .subway-box {
		flex-direction: column;
		display: flex;
	}
	.subway-box > ul + ul {
		margin-top: 1rem;
		margin-left: 0;
	}
	.counsel-step > li .step-tit {
	margin: 0.3rem 0 3rem 0;
	font-size: 2.0rem;
	font-weight: 700;
}
	
}
@media (max-width: 1370px) {
	/* 메인 - 컨텐츠 */
	.sj-ytube, .main-notice{
		width:100%;
	}
	.main-cont .innerframe-1720 > .dp-flex{
		flex-direction:column;
	}
	.main-sns > a{
		height:25rem;
	}
	/*SNS*/
	.sns-link{
		width:calc((100% - 4rem)/2);
	}
	.kukje-greeting{
		flex-direction:column;
		gap:4rem;
	}
	.kukje-greeting > .txt-box{
		margin-left:0;
	}
}
@media (max-width: 1190px){
	/*SNS*/
	.sns-link{
		width:calc((100% - 6rem)/4);
	}
}
@media (max-width:1130px){
	/*메인 컨텐츠*/
	.ext-quick{
		flex-wrap:wrap;
	}
	.ext-quick >a{
		flex:none;
		width:calc((100% - 2rem)/2);
	}
	.wrap-mnotice{
		flex-direction:column;
	}
}

@media (max-width: 1020px){
	/*조직도*/
	.box-map{
		width:20rem;
	}
	.group-map .wrap-map01, .group-map .wrap-map02 {
    	gap: 2rem;
	}
}

@media (max-width:768px){
	/*메인 비쥬얼*/
	.extstud-visual{
		height:52rem;
		padding:0 2rem;
	}
	.extstud-visual p{
		font-size: 2rem;
	}
	.extstud-visual h2{
		font-size: 6.4rem;
		line-height: 120%;
	}
	/*메인 컨텐츠*/
	.main-cont{
		padding-top:6rem;
		padding-bottom:8rem;
	}
	.ext-quick >a{
		width:100%;
		height:24rem;
		font-size: 3.2rem;
	}
	.wrap-mnotice .wrap-title a{
		height:7.2rem;
	}
	.contact .wrap-title a{
		background-size:2rem auto;
	}
	.main-notice .wrap-title a{
		background-size:2.5rem auto;
	}
	.wrap-mnotice h3{
		font-size: 2rem;
		font-weight: 700;
		line-height: 120%; 
	}
	.main-notice .btn-slide{
		display:none;
	}
	.wrap-mnotice .btn-open{
		margin-right:2.4rem;
	}
	.wrap-mnotice > div.open .btn-open::after{
		transform:translateY(-50%)rotate(0);
	}
	.wrap-mnotice .wrap-contents{
		max-height:0;
		padding:0;
		transition:0.3s ease 0s;
	}
	.contact .wrap-contents{
		flex-direction:column;
		gap:1.6rem;
		padding:0 3rem;
		font-size: 1.8rem;
		line-height: 140%;
	}
	.wrap-mnotice > div.open .wrap-contents{
		max-height:400vh;
	}
	.wrap-mnotice .contact.open .wrap-contents{
		padding:3rem;
	}
	.wrap-mnotice .main-notice.open .wrap-contents{
		padding-bottom:3rem;
	}
	.main-notice .wrap-contents{
		padding:0 3rem;
	}
	.main-notice .wrap-contents li{
		padding:3rem 0 3rem;
	}
	.main-notice .wrap-contents li + li{
		border-top:0.1rem solid #D8D8D8;
	}
	.main-notice .wrap-contents p{
		    white-space: wrap;
		display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	}
	.main-notice .main-txt{
		margin-bottom:1.2rem;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 140%;
	}
	.main-notice .sub-txt{
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 140%;
	}
	.more-notice{
		display:flex;
		align-items:center;
		justify-content:center;
		width:100%;
		padding:2rem 3.2rem;
		text-align:center;
		border-radius: 0.4rem;
		border: 0.1rem solid #222;
		color:#222;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 100%; 
	}
	.more-notice img{
		width:1.2rem;
		margin-left:1.2rem;
	}
	/*조직도*/
	
	.group-map{
		margin-bottom:2rem;
		padding:4.8rem 2rem 4rem;
	}
	.group-map::before{
		height: calc(100% - 80%);
		top:15%;
	}
	.box-map{
		width:100%;
		max-width:24rem;
		font-weight: 500;
		font-size: 1.6rem;
	}
	.box-map span,.group-map .box-map a{
		font-weight: 600;
		font-size:2rem;
	}
	.box-map.blue{
		margin-bottom:2rem;
	}
	.group-map .wrap-map01{
		margin-left:0;
	}
	.group-map .wrap-map02{
		margin-top:6rem;
	}
	.group-map .wrap-map03{margin-right: 18rem;}
	.group-map .wrap-map01, .group-map .wrap-map02, , .group-map .wrap-map03{
		width:100%;
		max-width:24rem;
		flex-direction:column;
	}
	.group-map .wrap-map01::before{
		display:none;
	}
	.group-map .wrap-map03::before{
		width:58.5%;
	}
	.group-map .wrap-map03::after{
		top:-4.7rem;
		height:calc(100% - 93%);
	}
	.box-adress{
		flex-direction:column;
		gap:1.2rem;
	}
	.box-adress .tit{
		display: flex;
    	align-items: center;
		font-size:1.8rem;
	}
	.box-adress .tit img{
		width:1.2rem;
	}
	.box-adress .con{
		font-size: 1.6rem;
	}
	
	/*조직도
	.group-map{
		margin-bottom:2rem;
		padding:4.8rem 2rem 4rem;
	}
	.group-map::before{
		height: calc(100% - 8.4rem);
	}
	.box-map{
		width:100%;
		max-width:24rem;
		font-weight: 500;
		font-size: 1.6rem;
	}
	.box-map span,.group-map .box-map a{
		font-weight: 600;
		font-size:2rem;
	}
	.box-map.blue{
		margin-bottom:2rem;
	}
	.group-map .wrap-map02{
		margin-top:2rem;
	}
	.group-map .wrap-map01, .group-map .wrap-map02{
		width:100%;
		max-width:24rem;
		flex-direction:column;
	}
	.group-map .wrap-map01::before,.group-map .wrap-map02::before{
		display:none;
	}
	.box-adress{
		flex-direction:column;
		gap:1.2rem;
	}
	.box-adress .tit{
		display: flex;
    	align-items: center;
		font-size:1.8rem;
	}
	.box-adress .tit img{
		width:1.2rem;
	}
	.box-adress .con{
		font-size: 1.6rem;
	}*/
	
	/* 등록안내 */
	.counsel-step {
		flex-direction: column;
	}
	.counsel-step > li + li {
		margin-left: 0;
		margin-top: 4rem;
	}
	.counsel-step > li::before {       
		top: -3rem;
		left: 50%;
    	transform: rotate(90deg) translateX(-50%);
	}
	.counsel-step > li .step-tit {
		font-size: 2.2rem;
	}
		
	/*시설안내*/
	.list-conveni{
		gap:1.2rem;
	}
	.list-conveni li {
    	width: calc((100% - 1.2rem)/2);
	}
	/*SNS*/
	.list-sjsns{
		gap:1rem;
	}
	.sns-link{
		width:calc((100% - 4rem)/2);
	}
	/*학사안내*/
	.sj-class col:first-of-type{
		width:12rem;
	}
	.sj-class + .box-blue02 .box-txt{
		align-items:flex-start;
	}
	.sj-class + .box-blue02 p::before{
	    display: none;
	}
/*인사말*/
	.kukje-greeting > .txt-box > h4{
		font-size: 2.2rem;
	}
	.kukje-greeting > .txt-box > p{
		margin-top: 2.6rem;
		font-size: 1.6rem;
	}
	.kukje-greeting > .txt-box > p + p{
		    margin-top: 2rem;

	}
	.kukje-greeting > .txt-box > img{
		margin-top: 2rem;
    	width: 14.5rem;
    	height: auto;
	}
	
/*운영목표*/

.goals_area ul{ flex-direction: column;}
.goals_area ul > li{flex: 1; position: relative; }
.goals_area ul > li+li{margin-left:0; margin-top:2rem;}
	
}
@media (max-width:590px){
	/*학사안내*/
	.btn-classweb{
		margin-left: 0rem;
    	margin-top: 0.6rem;
    	padding: 0.6rem 1rem;
	}
	.sj-class > tbody td a{
		display:block;
	}
	/*인사말*/
	.kukje-greeting img{
		width:100%;
		height:auto;
	}
	

	
}