@charset "utf-8"; 

/* 교내특강 */
.F04_gallery2{width:100%; height:100%;}
.F04_gallery2 h2{font-size:20px; font-family:'NotoM'; color:#fff; padding:60px 0 30px 30px;}
.F04_gallery2 ul{width:100%; height:288px; margin-bottom:39px;}
.F04_gallery2 ul li{position:relative; width:323px; height:100%; margin:0 auto;}
.F04_gallery2 ul li a{display:block; width:100%; height:100%;}
.F04_gallery2 ul li a .img{overflow:hidden;}
.F04_gallery2 a .img img:hover{transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1); -ms-transform:scale(1.1);}
.F04_gallery2 ul li a .img::before{content:"";position:absolute;width:100%;height:77px;bottom:0;background:rgba(0,0,0,0.5);z-index:5;}
.F04_gallery2 ul li a span{position:absolute; left:50%; bottom:20px; margin-left:-34px; font-family:'NotoM'; color:#fff; z-index: 10;}
.F04_gallery2 ul li a p.tit{position:absolute; width:86%; height:30px; line-height:30px; bottom:20px; font-size:15px; margin:20px; color:#fff; white-space:nowrap; text-overflow:ellipsis; text-align:center;overflow:hidden; z-index:5;}
.F04_gallery2 a.btn_more{position:absolute; right:36px; top:62px; width:18px; height:18px; display:block; text-indent:-99999%; overflow:hidden;}
.F04_gallery2 a.btn_more::before{content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:url('/images/common/F_04_main/btn_more_wh.png') no-repeat center;}
.F04_gallery2 a.btn_more:hover::before{transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg);}
.F04_gallery2 a, .F04_gallery2 img{-webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; transition:all 0.2s ease; }
.F04_gallery2 ::before, .F04_gallery2 ::after{-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease; }

@media screen and (max-width:1420px) { 
	/* 교내특강 */	
	.F04_gallery2 ul li{width: 88%;}
	.F04_gallery2 ul li a .img{height:288px;}
	.F04_gallery2 ul li a .img img{width:100%;height:288px;}
	.F04_gallery2 ul li a p.tit{left:50%; margin-left:-43%;}
	.F04_gallery2 a.btn_more{top:72px; right:22px;}
}

@media screen and (max-width:980px) {
	 /* 교내특강 */
	.F04_gallery2{height:480px;}
	.F04_gallery2 h2{padding:30px 0 30px 30px;}
	.F04_gallery2 ul{height:350px;}
	.F04_gallery2 ul li{width:95%; background:rgba(0,0,0,0.2);}
	.F04_gallery2 ul li a .img img{height: 350px;}
	.F04_gallery2 a.btn_more{top: 42px; right: 30px;}
}

@media screen and (max-width:480px) {
	/* 포토갤러리 */
	.F04_gallery .tit_wrap{margin:0 0 20px;}
	.F04_gallery .tit_wrap h2{font-size:25px;}
	.F04_gallery ul li{width:100%; margin:10px 0;}
}
