@charset "utf-8";
/****************************************/
/* Name: 동의대학교 치위생학과
/* PART: STYLE 
/* Version: 2.0 / day: 2021-06-30
/* Author: 
/****************************************/
.con-box{margin:50px 0}
.imgLi ul li {width: 50%;}
.imgLi ul li img{width: 100%;}

.title_big{position: relative; margin: 50px 0 30px; font-size: 30px; color: #084bbb; line-height: 1.2;}

.sub_title{display:block; position:relative; padding-left: 20px; margin-bottom:20px;}
.sub_title:before{position: absolute; top: 13px; left: 0; width: 10px; height: 3px; content: ''; background: #084bbb;}



/* 24.09.23  sns-wrap 추가 */
.topLink{display:flex; align-items: center; gap:15px;}
.sns-wrap{display:flex;align-items: center; gap:8px;}

.sns-wrap img{width:25px;}
.mCon5_2 .snsTabCon .mConSlide4 li .photo{padding:20px;}
.mCon5_2 .snsTabCon .mConSlide4 li .photo > img{width:auto;}

.mQuick ul li a .ic{  display: flex;align-items: center;justify-content: center;}
.mQuick ul li:nth-child(7) img, .mQuick ul li:nth-child(8) img {width:50px;}

/* 24.09.30  img-wrapper 추가 */
.img-wrapper { display: flex;
    flex-direction: row;
    flex-wrap: wrap;
align-items: stretch;
    justify-content: space-between;
    gap: 2%;
}
.img-wrapper  li{aspect-ratio:1/1;width:49%; margin-bottom:2%; position:relative;overflow:hidden}
.img-wrapper  li img{position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);min-width:100%;min-height:100%;max-width:none}

@media (max-width: 1400px) {
    #gnb {
        padding-right: 180px;
    }
}