@charset "utf-8";
/****************************************/
/* Name: 동의대학교 간호학과
/* PART: STYLE 
/* Version: 2.0 / day: 2021-06-30
/* Author: 
/* Writer: Eun
/****************************************/

/* 푸터 링크 영역 */
.footBottom{position:relative;}
.footLink{width:310px;position:absolute;top:25px;right:40px;display:flex;flex-wrap:wrap;}
.footLink a{margin-right:10px;margin-bottom:10px;}
.footLink a:nth-child(2n){margin-right:0;}

/*메뉴 갯수 늘어나서 가로값 줄임*/
#gnb .gnb > li{width:130px !important;}
@media screen and (max-width:1500px) {
	#gnb .gnb > li{width:110px !important;}
}

/* 메인- 교육인증평가 */
.mVisualWrap .topTxt h2{margin-bottom:30px}
.mVisualWrap .topTxt p{margin-bottom:20px}
.certiBox{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:20px}
.certiBox .certiImg{width:100px;margin-right:20px;}
.certiBox .certiText{width:calc(100% - 120px);}
.certiBox .certiText dt{width:100%;word-break:keep-all;font-size:1.2rem;color:#fff}
.certiBox .certiText dd{width:100%;word-break:keep-all;font-size:0.9rem;color:rgba(255,255,255,0.5)}


.title_big{position: relative; margin: 50px 0 30px; font-size: 30px; color: #084bbb; line-height: 1.2;}
/*교육목적*/
.wrap_con .li_dot{margin-left:0;}
.wrap_con .li_dot > li:first-child::before{background:0;}
.wrap_con .li_dot > li:first-child{padding-left:0;}
.wrap_con .box{border:1px solid #dddddd; background:#f5f5f5; padding:30px; margin-top:30px; text-align:left;}
.wrap_con .box li.bx_li{margin-bottom:10px; font-size:0; text-align:left;}
.wrap_con .box li.bx_li:last-child{margin-bottom:0;}
.wrap_con .box strong.bx_st{font-size:16px; display:inline-block; vertical-align:top; background:#084bbb; width:25px; height:25px; color:#ffffff; border-radius:100px; text-align:center; line-height:25px;}
.wrap_con .box span{font-size:16px; display:inline-block; vertical-align:top; width:calc(100% - 35px);}
/*.wrap_con img{width:100%;}*/

.wrap_con .li_img{width:100%; font-size:0; text-align:left;}
.wrap_con .li_img > li{display:inline-block; vertical-align:top; width:calc(98% / 3); margin-right:1%; margin-bottom:2%;}
.wrap_con .li_img > li:last-child{margin-right:0;}
.wrap_con .li_img > li:nth-child(3){margin-right:0;}

.wrap_con .li_img02{width:100%; font-size:0; text-align:left;}
.wrap_con .li_img02 > li{display:inline-block; vertical-align:top; width:calc(97% / 4); margin-right:1%; margin-bottom:2%;}
.wrap_con .li_img02 > li:last-child{margin-right:0;}

.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;}

@media screen and (max-width: 705px) {
	.wrap_con .box strong{font-size:14px;}
	.wrap_con .box span{font-size:14px;}
}

@media screen and (max-width:640px) {
	/* 메인- 교육인증평가 */
	.certiBox .certiImg{width:80px}
	.certiBox .certiText{width:calc(100% - 100px);}
	.certiBox .certiText dt{font-size:1rem}
	.certiBox .certiText dd{font-size:0.9rem}
	
	.wrap_con .li_img > li{width:100%; margin-right:0;}
	.wrap_con .li_img02 > li{width:100%; margin-right:0;}
}