@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: 11.45rem;
    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 .tside01{
	border: 1px solid rgba(26,42,67,0.69);
	background: rgba(26,42,67,0.6);
}
.icon-pen {
	display: inline-block;
    width: 18px;
    height: 19px;
    margin-right:  .3rem;
    vertical-align: middle;
	transition: all 0.5s ease;
	background: url("../img/icon-pen.png") no-repeat 0 center;
	}	
.tside-menu a:hover .icon-pen ,
.tside-menu a:focus .icon-pen {
	background: url("../img/icon-pen-on.png") no-repeat 0 center;
	}
.icon-home {
	display: inline-block;
    width: 12px;
    height: 14px;
    margin-right:  .3rem;
    vertical-align: middle;
	transition: all 0.5s ease;
	background: url("../img/icon-home.svg") no-repeat 0 center / contain;
	}	
.tside-menu a:hover,
.tside-menu a:focus  {
    background-color: #fff;
    color: #000;
	}
.tside-menu a:hover .icon-home ,
.tside-menu a:focus .icon-home {
	background: url("../img/icon-home-on.svg") no-repeat 0 center / contain;
	}
/* .tside-menu a svg {
    vertical-align: top;
	}
.tside-menu a:hover svg path,
.tside-menu a:focus 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("../img/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;
	} */
.section01, .section02{
	display:block;
	width:100%;
}
.section05{
    width: 13.05rem;
    padding: 0;
}
/* [class*="section"] a {
	display: block;
	} */
[class*="section"] .subject {
	display: block;
	margin:  .1rem 0 0;
	line-height: 1.45;
	font-size: 1rem;
	}
[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;
	}	
	
	
.section01 {
	padding: 1rem 0;
    background-color: #e26473;
	}
.section02{
	padding: 1rem 0;
	background: #6894cb;
}
.section03-01{
	/* padding: 1rem 0; */
	margin-bottom: 0;
}
.section01:after,
.section02:after,
.section03:after{
	content: "";
	display: block;
	clear:both;
	visibility: hidden;
}
.section01 .subject,
.section02 .subject,
.section03-01 .subject{
	display:inline-block;
	padding:0 1rem;
	font-size: 1.2rem;
	text-align: center;
	float: left;
	line-height: 3rem;
	}
.section01 a,
.section02 a,
.section03-01 a{
	position:relative;
	display: flex;
	align-items: center;
	width: 12.6rem;
	height: 4rem;
	padding:0 1.5rem;
	line-height: 1.2;
	border:1px #fff solid;
	float: left;
	transition: all 0.5s ease;
}
.section01 a:hover,
.section01 a:focus{
	background: rgba(0,0,0,0.4);
	border:  rgba(0,0,0,0.4) 1px solid;
}
.section01 a i.min-icon,
.section02 a i.min-icon,
.section03-01 a i.min-icon{
	margin-right: 0.5rem;
}
.section01 a i.arrow,
.section02 a i.arrow,
.section03-01 a i.arrow{
	position: absolute;
	right: 1.5rem;
	display: inline-block;
	height: 100%;
	line-height: 3rem;
}

.section01 a.link-first,
.section02 a.link-first,
.section03-01 a.link-first{
	width: 15rem;
	margin-right: 0.5rem;
}
.section01 a.link-first,
.section02 a.link-first{
	background: rgba(0,0,0,0.4);
	border:  rgba(0,0,0,0.1) 1px solid;
}

.section02 a:hover,
.section02 a:focus{
	background: rgba(0,0,0,0.4);
	border: rgba(0,0,0,0.4) 1px solid;
}

.section03-01 a{
	position:relative;
	display: flex;
	align-items: center;
	width: 12.6rem;
	height: 4rem;
	padding:0 1.5rem;
	line-height: 1.2;
	float: left;
	transition: all 0.5s ease;
	background: rgba(62,61,68,0.9);
	border:  rgba(62,61,68,0.9) 1px solid;
}
.section03 a.link-first{
	background: rgba(149,131,111,0.9);
	border:  rgba(149,131,111,0.9) 1px solid;
}


.list-link {
 	overflow: hidden;
 	}   
.list-link li {
 	overflow: hidden;
 	}
.list-link .subject {
	display: inline-block;
	margin: 0;
	font-size: .9rem;
	} 
.section02 .list-link .subject {
	padding-left: 3rem;
	font-weight: 500;
	line-height: 1.2;
	} 	
.section02 .list-link .subject .tt{
	position:absolute;
	top:1.2rem;
	display:block;
	font-size: 0.75rem;
	font-weight: 500;
	color: #B2A18F;
}
.section02 .list-link {
 	margin-top: -.5rem;
 	}
.section02 .list-link li {
 	margin-top: .5rem;
 	}	
.section02 .list-link a {
	position: relative;
	min-height: 0rem;
	padding: 0.33rem 1rem 0.33rem 1.5rem;
	background-color: rgba(61, 61, 72, .9);
	}
.section02 .list-link li:first-child a {
	padding: 0.5rem 1rem 0.5rem 1.5rem;
    }
.section02 .list-link li:first-child .subject {
	line-height: 2.5rem;
	}
.section02 .list-link a .arrow {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
	}
.section03 {
	width:35.7rem ;
	/* padding:1.5rem 1.2rem 0 1.5rem; */
	padding:0.5rem 0;
	background-color: rgba(255, 255, 255, .85);
	/* color: #3D3D48; */
	}
.section03-02{
	display: block;
	padding: 0 1.5rem;
}
.section03-02:after{
	content:'';
	display: block;
	clear: both;
	visibility: hidden;
}
.section03 .subject {
    font-size: 1.15rem;
    letter-spacing: -1px;
}
.section03 .subject strong{
	color: #9C1C2B;
}
.section03-02 .icon{
	display: inline-block;
	width: 4.7rem;
	height: 4.7rem;
	/* margin-top:1rem; */
	margin-right: 0.25rem;
	vertical-align: top;
	}
.section03-02 .icon + div{
	display: inline-block;
	width:calc(100% - 4.7rem - 0.25rem - 0.25rem);
	padding-left: 1rem;
	}
.section03 .subject {
	display: inline-block;
    /* padding-top: 0.5rem; */
    color: #3D3D48;
    font-size: 1.2rem;
    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 > li{
	position: relative;
	padding-left: 13px;
}
.section03 .txt > li:before{
	content: "";
	position:absolute;
	left:0;
	top:8px;
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #405573;
}
.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;
    font-weight: 500;
	}
.section03 .info .print-link{
	position: relative;
	display: inline-block;
	padding: 0 2.5rem 0 1.5rem;
}
.section03 .info .print-link:before{
	content: "";
	position:absolute;
	left:0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/icon_print.png') no-repeat;
}
.section03 .info .print-link:after{
	content: "";
	position:absolute;
	right:0;
	top:-5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../img/icon_link.png') no-repeat;
}
.section03 a .arrow {
	margin-left: .3rem;
	}	
.section03 .info a{
	position: relative;
	display: block;
}
.section03 .info a:after{
	content: '';
	position: absolute;
	right: 1.8rem;
	top: 3px;
	display: block;
	width: 8px;
	height: 13px;
	background: url(../img/icon_link2.png) no-repeat;
}
.section03 .btn a:first-child::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #616164;
	content: '';
	}	
.section03 .application-list{
	margin: 0 0 0 7rem;
}
.section03 .application-list > li a{
	border-bottom: 1px solid #B8B8B8;
}
.section03 .application-list > li:last-child a{
	border-bottom: 1px solid #B8B8B8;
}
.section03 .application-list > li a:hover{
	background-color: #3D3D48;
	color: #fff;
}
.section03 .application-list > li .arrow {
	background: url("../img/arrow1.svg") no-repeat center center;
}
.section03 .application-list > li a:hover .arrow{
	background: url("../img/arrow.svg") no-repeat center center;
}
.section04 a {
	padding: 1.35rem 1.5rem;
	background: url("../img/arrow1.svg") no-repeat center center;
	}
.section04 .list-link-title{
	display:block;
	margin-bottom: .4rem;
	padding: 1.35rem 1.5rem;
	background-color: rgba(22, 41, 70, .9);
	}
.section04 .list-link-title .subject{
	display: inline-block;
    margin: 0;
    font-size: .9rem;
	}
.section04 .list-link{
	margin-top: -.5rem;
	}
.section04 .list-link li{
	margin-top: .5rem;
	}
.section04 .list-link li a {
	position: relative;
    min-height: 6rem;
    padding: 1rem 1rem 1rem 1.5rem;
	background-color: rgba(65, 87, 120, .95);
	font-size: .6rem;
	}
.section04 .list-link .subject {
	padding-left: 3rem;
	line-height: 4rem;
	font-weight: 500;
	}
.section04 .list-link li:first-child .subject {
	font-weight: 500;
	} 	
.section04 .icon {
	display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.75rem;
    vertical-align: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
	}	
.section04 .list-link a .arrow{
	position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    }
.notice-qna {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
   /*  width: 100%; */
	width: 21rem;
	margin-right: 1.2rem;
	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;
	display:block;
	padding: 1.4rem 1rem 1.4rem 1rem;
	background-color: rgba(65, 87, 120, .95);
	font-weight: 500;
	}
.section05 a::after {
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	background: #3E3D44 url(../img/arrow.svg) no-repeat center center;
	border-radius: 100%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	content: '';
	}

.section05 .icon{
	width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.65rem;
    background-color: transparent;
    border-radius: 0;
    line-height: 1;
    }
.section05 a:hover .icon img{
	transform:inherit;
}

.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:16.66%;
	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;
}
 
#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;
	}
	
	
/* 상단 배너 */
.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;
}
}
@media (max-width: 1010px) {
	#wrap {height: auto;}
	#body {height: calc(100vh - 9.5rem); 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) {
	#body{padding-bottom:5rem;}	
	.tside-menu a{width: calc(33.33% - 0.5rem);} 	
	[class*="section"] {width: 100% !important; min-height: auto; margin-right: 0 !important; margin-bottom: 1rem; /* padding: 1.25rem 1.5rem 4rem; */}	
	.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: calc(100% - .5rem); }
	/* .section02 .list-link a{min-height: 6rem;} */
	.section02 .list-link li a{padding: 1rem 1rem 1rem 1.5rem}
	.section02 .list-link li:first-child .subject{line-height: 4rem;}
	.section02 .list-link li:first-child a{}
	
	.section03{padding-bottom: 1rem;}
	.section03 .icon{display:block; margin: 0 auto; margin-bottom:1rem; text-align: center;}
	
	.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;}
	.notice-qna{
		width: 100%;
		margin-bottom: 1rem;
		margin-right: 0;
	}
	.section05 .list-link li{
		width: 100%;
	}

	.intro-linkBottom{
		position: inherit;
	}
	.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;
	}
	
	
	.section01, 
	.section02, 
	.section03-01{
		padding: 1rem 1rem 1.5rem 1rem;
	}
	
	.section01 .subject, 
	.section02 .subject, 
	.section03-01 .subject{
		display: block;
		float: none;
		margin-bottom: 1rem;
	}
	.section01 a, 
	.section02 a,
	.section03-01 a,
	.section01 a.link-first,
	 .section02 a.link-first, 
	 .section03-01 a.link-first{
		width: calc(50% - 1rem);
		margin: 0 0.5rem;
	}
	
	.section01 a, 
	.section02 a, 
	.section03-01 a{
    	padding: 0 1rem;
	}
	.section01 a i.arrow, 
	.section02 a i.arrow, 
	.section03-01 a i.arrow{
		right: 1rem;
	}
	
	
}
@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;}	
	.tside-menu .tside01{width: calc(96% + 0.45rem); margin-bottom: 0.4rem;}
	.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 .subject{/* padding-left: 1rem; */}
	
	.banner-wrap{
		/* padding:1.4rem 3rem 1.4rem 3rem; */
		/* text-align: left; */
	}
	/* .banner-wrap .icon{
		width: 2.5rem;
		height: 2.5rem;
	} */
	.banner-wrap br{
		display: inline-block;
	}
	
	
	.section01 a, 
	.section02 a,
	.section03-01 a,
	.section01 a.link-first,
	 .section02 a.link-first, 
	 .section03-01 a.link-first{
		width: calc(100% - 1rem);
		margin: 0 0.5rem;
	}
	
}