/* 공통 */
.sub_con {width: 1340px; margin:0 auto; min-width: 1340px;}
.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:15px; font-weight: 300; color:#666; letter-spacing: -.5px;word-break: keep-all; margin-bottom: 12px;}
.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:10px; }



/*Content CSS*/
#professor {padding:60px 0 150px; }
.pro_box {padding:70px 0; border-bottom: 1px solid #eee; display: flex;}
.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: 420px; height: 500px; border:1px solid #eee; background: #fff; display: flex; align-items: center; justify-content: center; border:1px solid #eee;
padding:10px;}
.pro_box .img h2 {font-size:18px; font-weight: 600; color:#333; font-family: 'NanumSquare',sans-serif;}
.pro_box .txt {margin-left: 120px; width: calc(100% - 520px); }
.pro_box .txt h1 {font-size:35px; font-weight: 300; color:#333; font-family: 'NanumSquare',sans-serif;	padding-bottom: 25px; border-bottom: 1px solid #e0e0e0; margin-bottom: 40px;
position: relative;}
.pro_box .txt h1::after{ content: ''; display: block; width: 140px; height: 1px; background: #000; left:0; bottom:-0; position: absolute;}
.pro_box .txt h1 b {font-weight: 800; font-size:38px; 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) {
}
