@charset "UTF-8";
/*인사말*/
.greeting {
  width: 100%;
  overflow: hidden;
}
.greeting .img {
  float: left;
  width: 50rem;
  height: 68rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .greeting .img {
    width: 100%;
    height: 20rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .greeting .img {
    width: 100%;
    height: 40rem;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  .greeting .img img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .greeting .img img {
    width: 100%;
    height: 100%;
  }
}
.greeting .cont {
  float: left;
  width: calc(100% - 60rem);
  margin-left: 7.8rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .greeting .cont {
    width: 100%;
    margin-left: 0;
    padding: 0 3rem;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .greeting .cont {
    width: 100%;
    margin-left: 0;
    padding: 0 3rem;
  }
}
.greeting .cont .greet_txt {
  width: 70%;
  font-size: 1.6rem;
  line-height: 3rem;
  word-break: inherit;
}
@media (min-width: 320px) and (max-width: 690px) {
  .greeting .cont .greet_txt {
    width: 100%;
  }
}
@media (min-width: 691px) and (max-width: 1399px) {
  .greeting .cont .greet_txt {
    width: 100%;
  }
}
.greeting .cont .sign {
  width: 100%;
  float: left;
  color: #666;
  font-weight: 700;
  padding: 4rem 0;
}
.greeting h3 {
  font-size: 3rem;
  line-height: 4.5rem;
  color: #222;
  font-weight: 400;
  padding: 6rem 0 3rem 0;
}

/*교수소개
.professor{width:100%;overflow:hidden;
  .pro_wrap{width:50%;float:$fl;border:1px solid #ddd;padding:4rem;margin-bottom:4rem;
    &:hover{border:1px solid #647db3}
    .name{float:$fl;width:10rem}
    .introduce{float:$fl;width:calc(100% - 10rem);padding:2rem 0 0 4rem;
    h3{color:#222;font-size:3.4rem;font-weight:500;padding-bottom:2rem;
      span{font-size:1.6rem;padding-left:.7rem;color:#666}
      }
    .cont li{font-size:1.6rem;line-height:3rem;
      strong{font-weight:700;color:#555}

    }
    }
  }
}*/
/*교육목표*/
.edu_goal {
  width: 100%;
  overflow: hidden;
}
.edu_goal .goal_top {
  width: 100%;
  border: 1px solid #838fa9;
  padding: 2rem 4rem 2rem 22rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 690px) {
  .edu_goal .goal_top {
    text-align: center;
    padding: 2rem;
  }
}
.edu_goal .goal_top:before {
  content: "";
  display: block;
  position: absolute;
  background: #838fa9 url("/pages/arch/img/sub/icon_goal_top.png") center center no-repeat;
  left: 4rem;
  top: 2rem;
  width: 10rem;
  height: 10rem;
  padding: 2rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .edu_goal .goal_top:before {
    background: none;
  }
}
.edu_goal .goal_top h4 {
  margin-top: 2rem;
}
.edu_goal .goal_box_wrap {
  display: flex;
  padding: 4rem 0;
}
@media (min-width: 320px) and (max-width: 690px) {
  .edu_goal .goal_box_wrap {
    padding: 0;
    flex-direction: column;
    margin-top: 2rem;
  }
}
.edu_goal .goal_box_wrap .goal_box {
  flex: 1;
  padding: 2rem 3rem 10rem 3rem;
  display: block;
  background-position: 2rem bottom !important;
  line-height: 3.5rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .edu_goal .goal_box_wrap .goal_box {
    padding: 2rem 2rem 10rem 2rem;
    margin-bottom: 2rem;
    background-size: 90px !important;
  }
}
.edu_goal .goal_box_wrap .goal_box h3 {
  font-size: 2.4rem;
  color: #555;
  font-weight: 400;
  padding-bottom: 1.5rem;
}
.edu_goal .goal_box_wrap .goal_box p {
  width: 70%;
}
@media (min-width: 320px) and (max-width: 690px) {
  .edu_goal .goal_box_wrap .goal_box p {
    width: 100%;
  }
}
.edu_goal .goal_box_wrap .goal1 {
  background: url("/pages/arch/img/sub/icon_goal1.png") no-repeat;
}
.edu_goal .goal_box_wrap .goal2 {
  background: url("/pages/arch/img/sub/icon_goal2.png") no-repeat;
}
.edu_goal .goal_box_wrap .goal3 {
  background: url("/pages/arch/img/sub/icon_goal3.png") no-repeat;
}

/*이메일무단수집거부*/
.box_type1 {
  background: #f8f8f8 url("/pages/arch/img/box_type1_ico.png") 50px center no-repeat;
  width: 100%;
  overflow: hidden;
  background-size: 80px;
  padding: 4rem 2rem 2rem 2rem;
}
.box_type1 h4 {
  color: #222;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -1px;
  padding: 20px 0 6px 0;
}
@media (min-width: 320px) and (max-width: 690px) {
  .box_type1 {
    background-position: center 2rem;
  }
}

.box_type1_wrap {
  padding-left: 180px;
}
@media (min-width: 320px) and (max-width: 690px) {
  .box_type1_wrap {
    padding: 70px 0 0 0;
    text-align: center;
  }
}

/*연혁*/
.history-list {
  position: relative;
  padding-left: 15rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .history-list {
    padding-left: 0;
  }
}
.history-list .history > li {
  position: relative;
  padding-left: 9.5rem;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .history-list .history > li {
    padding: 0;
  }
}
.history-list .history > li.date {
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  padding-left: 0.4rem;
  font-size: 1.6rem;
  color: #007991;
  width: 5.2rem;
  line-height: 1.8rem;
}
.history-list .history > li:before {
  position: absolute;
  left: -0.3rem;
  top: 0.6rem;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #445EA5;
  border-radius: 50%;
}
@media (min-width: 320px) and (max-width: 690px) {
  .history-list .history > li:before {
    display: none;
  }
}
.history-list .history > li:after {
  position: absolute;
  bottom: 0;
  left: 3.3rem;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ddd;
}
.history-list .history-cont li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 0.6rem;
  padding: 0rem 0 0 1.6rem;
}
.history-list .history-cont li:before {
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.2rem;
  background: #666;
  border: none !important;
}
.history-list .year {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.7rem;
  text-align: center;
  font-size: 3rem;
  color: #445EA5;
  font-weight: normal;
}
@media (min-width: 320px) and (max-width: 690px) {
  .history-list .year {
    position: static;
    width: 100%;
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 1rem;
  }
}

/*찾아오시는길*/
.tips_wrap a.btn_link {
  padding: 0 15px;
  height: 35px;
  display: inline-block;
  font-size: 13px;
  border: 1px solid #ccc;
  color: #999;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 35px;
  margin-left: 15px;
  border-radius: 20px;
  text-align: center;
}

.tips_wrap a.btn_link:hover {
  text-decoration: none;
  background: #fff;
}

.map_info {
  position: relative;
}
.map_info .txts {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-left: 8rem;
  height: 8rem;
  padding-right: 10rem;
  background-color: #4d5256;
}
@media (min-width: 320px) and (max-width: 690px) {
  .map_info .txts {
    padding: 0 1rem 0 8rem;
  }
}
.map_info .txts .cells {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  vertical-align: middle;
}
.map_info .txts .cells ul {
  overflow: hidden;
}
.map_info .txts .cells ul li {
  float: left;
  line-height: 2.5rem;
  font-size: 1.7rem;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 690px) {
  .map_info .txts .cells ul li {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
.map_info .txts .cells ul li strong {
  display: inline-block;
  margin-right: 1rem;
  font-weight: 400;
  color: #ccb488;
}
.map_info .kakao_link {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 8rem;
  height: 8rem;
}
@media (min-width: 320px) and (max-width: 690px) {
  .map_info .kakao_link {
    top: 0;
  }
}
.map_info .kakao_link a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: #445EA5 url("/pages/arch/img/sub/map_point.png") center center no-repeat;
  text-indent: -2000px;
}
.map_info .kakao_link a:hover {
  background-color: #375096;
}

/*# sourceMappingURL=contents.css.map */
