/* 역대교장*/
.prinHistory { background: #ecf4fe; border-radius: 1.5rem; padding: 2rem; margin-top: 2rem;}
.prinHistory h3 {font-size: 1.1rem; color: #091f46; font-weight: 600; text-align: center; position: relative;}
.prinHistory h3:before {content: ""; display: block; width: 3.55rem; height: 1.6rem; background: url(/images/web/common/sub/prinHistory_bg.png) no-repeat center center / cover; position: absolute; left:50%; top: 0; transform: translateX(-50%);}
.prinHistory h3 p{position: relative; display: inline-block; padding: 0 2rem;}
.prinHistory h3 p::before{content: ''; display: block; width: 1rem; position: absolute; top: 50%; transform: translateY(-50%); left: 0; border-bottom: 5px dotted #091f46; }
.prinHistory h3 p::after{content: ''; display: block; width: 1rem; position: absolute; top: 50%; transform: translateY(-50%); right: 0; border-bottom: 5px dotted #091f46; }
.prinHistory ul {display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 1.5rem;}
.prinHistory ul li {display: flex; width: calc(50% - 0.65rem); background: #fff; border-radius: 0.5rem;box-shadow:0rem 0rem 0.5rem #d3e6ff; padding: 1rem; position: relative;}
.prinHistory ul li:nth-child(n+3) {margin-top: 1.1rem;}
.prinHistory ul li .img {width: 5.5rem; height: 6rem; border-radius: 1rem; overflow: hidden; isolation: isolate; }
.prinHistory ul li .imgEmpty {background: url(/images/web/common/sub/prinHistory_photobg.png) no-repeat center center; background-color: #eaecf2;}
.prinHistory ul li .img img {width: 100%; height:auto;}
.prinHistory ul li .txt {width: calc(100% - 5rem); padding-left: 1.6rem;}
.prinHistory ul li .txt .tit span {display: inline-block; margin-left: -0.5rem; padding: 0.15rem 0.7rem; margin-bottom: 0.2rem; border-radius: 5rem; background: #f1f7ff; font-size: 0.8rem; color: #091f46; font-weight: 600;}
.prinHistory ul li .txt .tit em {display: block; font-size: 1rem; color: #091f46; font-weight: 600;}
.prinHistory ul li .txt .dsc {margin-top: 0.5rem;}

video {width: 100%;}

/* 2023 홍보책자 */
.sub_0402.symbol > div{ min-height:15.5rem;}
.sub_0402.symbol > div .img{ max-height:100%;}
.sub_0402.symbol > div h3 strong{ width:auto;}

/* 학교 SNS */
.schl_sns { text-align:center;}
.schl_sns .ico{ margin-bottom:1rem;}
.schl_sns .ico img{ width: 6rem;}

/* 홍보리플렛 */
.leaflet_wrap{ text-align: center;}
.leaflet_wrap .inner{ position:relative; width:35rem; margin:0 auto; padding-right:2rem; text-align:left;}
.leaflet_wrap .inner .img img{ max-width:100%; height:auto;}
.leaflet_wrap .inner a{ position:absolute; right:0; top:50%; display: block; padding:2rem; text-align:center; color:#fff; border-radius:2rem 0 0; box-shadow:3px 3px 10px rgba(0,0,0,0.2); background: rgb(55,129,94); background: linear-gradient(145deg, rgba(55,129,94,1) 0%, rgba(135,189,87,1) 100%); transform:translateY(-50%); -webkit-transform:translateY(-50%); transition:all .2s;}
.leaflet_wrap .inner a span{ display: block; font-size:0.8rem;}
.leaflet_wrap .inner a strong{ display: block; line-height:1.5; font-size:1.5rem; font-weight:700; margin:0.5rem auto 1.5rem;}
.leaflet_wrap .inner a p{ position:relative; padding-right:0.4rem; display: inline-block; font-size:0.9rem; z-index:0;}
.leaflet_wrap .inner a p:before{ content:""; position:absolute; right:0; top:calc(50% - 0.3rem); width:0.6rem; height:0.6rem; border-radius:50%; background:#b3de5c; z-index:-1;}
.leaflet_wrap .inner a p i{ margin-left:0.5rem;}
.leaflet_wrap .inner a:hover,
.leaflet_wrap .inner a:focus{ margin-top:-1rem; box-shadow:3px 3px 15px rgba(0,0,0,0.4);}

/* media query mobile */
@media (max-width: 1440px) {
}



@media (max-width: 1240px) {
}



@media (max-width: 1024px) {
}



@media (max-width: 768px) {
    .prinHistory ul li {width: 100%;}
    .prinHistory ul li:nth-child(n+2) {margin-top: 1.1rem;}

	/* 홍보리플렛 */
	.leaflet_wrap .inner{ width:100%; }

}



@media (max-width: 580px) {
}



@media (max-width: 480px) {

	/* 홍보리플렛 */
	.leaflet_wrap .inner a{ top:auto; bottom:2rem; -webkit-transform:none; transform:none; padding:1.5rem 1.25rem;}
	.leaflet_wrap .inner a strong{ font-size:1.2rem;}
}



@media (max-width: 380px) {
    .prinHistory ul li {flex-direction: column;}
    .prinHistory ul li .img {margin: 0 auto;}
    .prinHistory ul li .txt {width: 100%; padding-left: 0; text-align: center; margin-top: 1rem;}

    /* 학교 SNS */
    .schl_sns .ico{ margin-bottom:0.5rem;}
    .schl_sns .ico img{ width: 5rem;}
}