@charset "utf-8";

.content_wrap{
  font-size: 1em;
}

.content{
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  font-family: 'Noto Sans KR';
}

.sub_wrap{
  padding-bottom: 40px;
  border: 1px #eaeaea solid;
  width: 1030px;
}

.nav{
  width: 100%;
  border-bottom: 1px #eaeaea solid;
  margin-bottom: 70px;
}
.nav .depth_01{
  float: left;
  height: 50px;
  /*width: 120px;*/
  padding-left: 30px;
  padding-right: 51px;
  font-size: 13px;
  line-height: 50px;
  background: url('/img/nav_right.png') no-repeat;
  background-position: right;
  text-align: center;
  position: relative;
}
.nav .depth_01:first-child{
  padding-left: 40px;
  padding-right: 51px;
}

.nav .depth_01 .nav_more,.nav .depth_01 .nav_now{
  position: absolute;
  right: 28px;
  top: 21px;
}

.nav_sub{
  width: 100%;
  position: absolute;
  left: -11px;
  height: 0px;
  overflow-y: hidden;
  z-index: 100;
  word-break: keep-all;

  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.nav_sub.pull{
  height: 405px;

  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.nav_sub .depth_02{
  border: 1px #eaeaea solid;
  border-top: 0;
  background-color: white;
  line-height: normal;
  padding: 10px 5px;
}
.nav_sub .depth_02:first-child{
  border-top: 1px #eaeaea solid;
}

.sub_banner{
  height: 180px;
  background: url('/img/sub02_bg.jpg');
  /*background-size: cover;*/
  background-position: center;
  margin-top: -7px;
}

.sub_banner_title{
  width: 1000px;
  margin: 0 auto;
  font-size:48px;
  padding-left: 100px;
  padding-top: 80px;
  font-family: 'Noto Sans KR';
}



/*서브페이지*/
.sub_0101 h1{
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  letter-spacing: -1.2px;
  word-spacing: -0.9px;
  line-height: 26px;
}


.sub_0101 .text{
  padding-top: 35px;
}

.sub_0101 .text p{
  font-size: 14px;
  letter-spacing: -0.65px;
  word-spacing: 1.5px;
  display: inline-block;
}
.sub_0101 .content_0101_img{
  float: left;
  display: inline-block;
  width: 150px;
  padding-left: 10px;
}

.sub_0102 h1{
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  letter-spacing: -1.2px;
  word-spacing: -0.9px;
  line-height: 44px;
}

.sub_0102 h2{
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  letter-spacing: -1.3px;
  word-spacing: 1.4px;
}

.sub_0102 p{
  font-size: 14px;
  letter-spacing: -0.65px;
  word-spacing: 1.5px;

  width: 635px;
  display: inline-block;
}

.sub_0102 .text{
  padding-top: 55px;
}

.sub_0102 .content_0102_img{
  float: right;
}


.sub_0201{}
.sub_0201 .professor_list li{margin-bottom: 30px; }
.sub_0201 .professor_list .professor_pic, .sub_0201 .professor_list .professor_table{display: inline-block; vertical-align: top; }
.sub_0201 .professor_list .professor_pic img{width: 90px; height: 110px; }
.sub_0201 .professor_list .professor_pic {width: 90px; height: 110px; padding: 2px; border: 4px #e2e2e2 solid; margin-right: 16px; }
.sub_0201 .professor_list .professor_table{width: 800px; }
.sub_0201 .professor_list .professor_table th{ background-color: #f7f8fc; font-family: "Dotum"; font-size: 13px; height: 42px; color: #323232; text-align: center;  border: #e2e2e2 1px solid; border-top: 2px #12a3cc solid; font-weight: bold; }
.sub_0201 .professor_list .professor_table td{ background-color: #fcfcfc; height: 42px; font-size: 14px; text-align: center; color: #797979; border: #e2e2e2 1px solid; }
.sub_0201 .professor_list .professor_table th:first-child, .sub_0201 .professor_list .professor_table td:first-child{border-left:0;}
.sub_0201 .professor_list .professor_table th:last-child, .sub_0201 .professor_list .professor_table td:last-child{border-right:0;}

.ko{ font-family: 's-core-dream-regular';}
.tablecss tr th{height:35px;padding:10px;text-align:center;border-top:1px solid #ddd;border-bottom:1px solid #ddd;border-right:1px solid #ddd;font-size:1.2em;background:#f1f1f1}
.tablecss tr td{height:35px;padding:10px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;border-right:1px solid #ddd;font-size:1.2em}
h3{padding:20px 0 10px 0;font-size:1.5em;}
.face_pic img {width:135px;height:180px;}