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

/*교수님 말씀*/
.box02{font-size:0; border:1px solid #dddddd; box-sizing:border-box; padding:30px; width:100;}
.box02 .img_box{display:inline-block; vertical-align:top; width:20%; margin-right:3%;}
.box02 .text_box{display:inline-block; vertical-align:top; width:77%; font-size:16px;}
.box02 .text_box .title_box{font-size:20px; line-height:20px; padding:10px; background:#eeeeee; margin-bottom:10px;}
.box02 .text_box .title{color:#084bbb;}
.box02 .text_box .talk{position:relative; margin-top:20px;}
.box02 .text_box .talk p{padding:10px 30px; word-break:keep-all;}
.box02 .text_box .talk .open{display:block; width:25px; height:25px; position:absolute; top:0; left:0; background:url('/_res/deu/fre/img/open.png') left top no-repeat; }
.box02 .text_box .talk .close{display:block; width:25px; height:25px; position:absolute; bottom:0; right:0; background:url('/_res/deu/fre/img/close.png') right top no-repeat; }

@media screen and (max-width: 705px) {
		
	/*교수님 말씀*/
	.box02 .img_box{display:block; width:100%; margin-right:0; margin-bottom:10px;}
	.box02 .img_box img{width:100%; display:block;}
	.box02 .text_box{width:100%; font-size:14px;}
	.box02 .text_box .title_box{font-size:18px; line-height:18px;}
}