@charset "utf-8";
/****************************************/
/* Name: 동의대학교 정보경영학부
/* PART: STYLE 
/* Version: 2.0 / day: 2021-06-30
/* Author: 
/* Writer: Eun
/****************************************/



/* writer: sein
date: 240902 */



.s1_1_con dl::before{display:none; }
.mVisual{margin:30px auto;}
.mQuick{min-height:auto; margin-bottom:120px;}




.mConBox4{padding: 0 40px 120px;}
.mConBox5{max-width:1300px; margin: 0 auto;  padding: 60px 0 40px;}
.mCon2 .rotateImg{z-index:-1;}
.mCon2 > .tit{top:10px;}
.notice-wrap{    background: url(/_res/deu/_share/img/m_con2_bg1.png) no-repeat 20px 10px, url(/_res/deu/_share/img/m_con2_bg2.png) no-repeat right 20px bottom 40px;
    background-color: #f8f8f8;padding: 40px 40px 40px;
    margin-bottom: 120px;}



/* 비디오 */
.video-wrap {
  position: relative; /* absolute는 부모가 relative일 때 부모를 따라간다. */
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 비율 */ 
	margin-top:30px;
}

.video-wrap iframe {
  position: absolute;
  width: 100%; /* 부모에 맞게 꽉 채운다. */
  height: 100%;
}


.s1_1_con .img{width:40%;}
.s1_1_con dl{width:60%;}
.li_dot > li{font-size:18px;}


.fr-video{position:static;}



/* ==== 반응형 시작 ==== */
@media(max-width:1200px){
	.s1_1_con .img{float:none; width:100%; text-align:center;}
	.s1_1_con dl{width:100%;}
}
@media(max-width:720px){
	.mConBox4{padding:30px 30px 50px;}
	.notice-wrap{margin-bottom:50px; padding:0;}
	.li_dot > li {font-size: 15px;}
}