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

.sub1_4_1{margin-bottom:50px; word-break:keep-all;}
.sub1_4_1:after{content:''; display:block; clear:both;}
.sub1_4_1 .img{float:left; width:35%; }
.sub1_4_1 .text{float:right; width:60%; padding-top:10px;}
.sub1_4_1 .text span{color:#124fb6; font-weight: bold; font-size:18px;}
.sub1_4_1:nth-child(2n) .img{float:right;}
.sub1_4_1:nth-child(2n) .text{float:left; padding-top:10px;}

/* 입학상담 */
.gray_box{width:100%;padding:30px;background:#f8f8f8}
.gray_box dl{width:100%;}
.gray_box dl dt{font-size:1.2rem;font-weight:600;margin-bottom:10px;border-bottom:1px solid #ddd}
.gray_box dl dt em{font-size:1rem;color:#888;padding-left:10px;font-weight:400}
.gray_box dl dd{display:block;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;}
.gray_box dl dd em{width:60px;position:relative;font-weight:600;padding-right:10px;margin-right:10px}
.gray_box dl dd em::after{position:absolute;top:10px;right:0;width:2px;height:10px;background:#ddd;content:'';}
.gray_box dl dd span{width:calc(100% - 80px)}


@media all and (max-width:640px){
	
	.sub1_4_1 .img, .sub1_4_1:nth-child(2n) .img{float:none; width:100%; }
	.sub1_4_1 .text, .sub1_4_1:nth-child(2n) .text{float:none; width:100%;}
	.sub1_4_1 .text span{font-size:14px;}
}	