@charset "utf-8";
/* CSS Document */


.contTit_line {color: #05548f;}

.mT50 {margin-top: 50px !important;}

.mT80 {margin-top: 80px !important;}

.next_list1.arrow {position: relative;margin-bottom: 60px;}
.next_list1{width:100%; height:auto; clear:both;}
.next_list1 ul{font-size:0; width:100%; height:auto;}
.next_list1 ul li{display:inline-block; width:33.333%; position:relative; text-align:center; font-size:0; vertical-align:top;}
/*.next_list1 ul li:nth-child(n+2):before{content:""; display:block; width:46px; height:20px; position:absolute; left:-23px; top:60px; background-image:url(../img/kor/icon_list_arrow.png); background-size:100% 100%; background-repeat:no-repeat;}*/
.next_list1 ul li .top_img{width:150px; height:150px; border-radius:50%; -webkit-border-radius:50%; background-color:#f1f2f7; display:inline-block; position:relative;}
.next_list1 ul li .top_img.bgV1{background-image: url(../../img/kor/bachelor/bachelors_scholarship6_bg.png); background-size: 100% 100%; background-position: center center;}
.next_list1 ul li .top_img > img{width:70px; position:absolute; left:calc(50% - 35px); top:calc(50% - 35px);}
/*.next_list1 ul li .top_img.size100 > img{width: 100px; left:calc(50% - 58px);}*/
.next_list1 ul li .bottom_txt{width:100%; display:block; margin-top:15px; font-size:15px; letter-spacing:-0.3px; line-height:24px;}
.next_list1 ul li .bottom_txt b{font-size: 16px; color:#000; font-weight: 400; margin-top: 5px;}
.next_list1 ul li .bottom_txt i{display:block; font-style:normal; font-size:15px; color:#666; font-weight:400;}

.next_list1.item4{margin-top: 25px;}
.next_list1.item4 ul li{width: 23%;  margin:0 1%}
.next_list1 ul li:nth-child(n+2):before {width:0px; height:0px; display: none !important}


.next_list1 ul li a .bottom_txt b {
    font-size: 18px;
    color:#042a59; 
    font-weight: 600;
    margin: 5px 0 15px;
	display: block;
}


/* 미디어쿼리 850 사이즈 */
@media (max-device-width: 850px) {
.next_list1 ul li .top_img > img {
    width: 50px;
    left: calc(50% - 25px);
	top: calc(50% - 25px);}	
}



/* 미디어쿼리 768 사이즈 */
@media screen and (max-device-width: 768px) {
.next_list1.item4 {
    margin-top: 25px;
    margin-bottom: 30px}	
	
	
.next_list1 ul li:nth-child(n+2) {
    padding-top: 0px;
    margin-top: 0px;}			
}


/* 미디어쿼리 640 사이즈 */
@media (max-device-width: 640px){
.next_list1.item4 ul li {
	width: 100%;
	border-bottom: 1px solid #dbdee1;
    padding-bottom: 20px;}
	
.next_list1 ul li:nth-child(n+2) {    
    margin-top: 40px;}			
	
}




