/* 공통 */
.sub_con {width: 100%; margin:0 auto; padding:0 15px;}
.sub_table {border-collapse: collapse; width: 100%; border-top:3px solid #675846;}
.sub_table th {width: 200px; background: #f7f7f7; text-align: center;font-size:18px; font-weight: 700; color:#333; font-family: 'NanumSquare',sans-serif;
border-bottom: 1px solid #eee; padding:30px 0;}
.sub_table td {background: #fff; border-bottom: 1px solid #eee; padding:30px 60px; font-size:16px; font-weight: 300; color:#666; line-height: 30px; }
.sub_table td span {color:#bf6a04;}
.sub_table td ul li {padding-left:15px; position: relative; }
.sub_table td ul li::before {content: ''; display: block; width:5px; height: 5px; background: #675846; position: absolute; left:0; top:12px; }
.sub_list li {padding-left:15px; position: relative; font-size:14px; font-weight: 300; color:#666; letter-spacing: -.5px;word-break: keep-all; margin-bottom: 10px; text-align: left;}
.sub_list li:last-child {margin-bottom: 0;}
.sub_list li::before {content: ''; display: block; width:5px; height: 5px; background: #675846; position: absolute; left:0; top:8px; }



/*Content CSS*/
#professor {padding:0 0 60px; }
.pro_box {padding:60px 0; border-bottom: 1px solid #eee; display: flex; flex-direction: column; }
.sub_con .pro_box:first-child {padding-top:0;}
.sub_con .pro_box:last-child {padding-bottom:0; border-bottom: 0;}

.pro_box .img {width: 100%; max-width:400px; border:1px solid #eee; background: #fff; display: flex; align-items: center; justify-content: center; border:1px solid #eee;padding:10px; margin:0 auto 35px; }
.pro_box .img img {max-width: 100%;}
.pro_box .img h2 {font-size:17px; font-weight: 600; color:#333; font-family: 'NanumSquare',sans-serif;}
.pro_box .txt {text-align: center;}
.pro_box .txt h1 {font-size:24px; font-weight: 300; color:#333; font-family: 'NanumSquare',sans-serif;	padding-bottom: 20px; border-bottom: 1px solid #e0e0e0; margin-bottom: 30px;
position: relative;}
.pro_box .txt h1::after{ content: ''; display: block; width: 230px; height: 1px; background: #000;left:50%; transform:translateX(-50%); bottom:-0; position: absolute;}
.pro_box .txt h1 b {font-weight: 800; font-size:32px; padding-left:10px;}




@media screen and (max-width:1340px) {

}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:640px) {

}

@media screen and (max-width:480px) {


}

@media screen and (max-width:320px) {
}
