/*direction.css*/

.direc_visual_img {
  width: 100%;
  height: 500px;
  background-image: url("../img/sub/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.direc_visual_text {
  color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.direc_visual_text h6 {
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  color: #fff;
}

.direc_visual_text p {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}

/*visual */
/*section1 S*/
#direc_wrap .section_wrap {
  padding: 100px 0;
}

#direc_wrap .sect1 {
  overflow: hidden;
}

#direc_wrap .sect_title {
  margin-bottom: 0;
}

#direc_wrap .sect_title h3 {
  text-align: left;
  font-weight: bold;
}

#direc_wrap .sect_title h3 span {
  font-weight: normal;
}

#direc_wrap .sect_title p {
  text-align: left;
  padding-top: 4px;
}

#direc_wrap .sect1_left {
  float: left;
  width: 40%;
}

#direc_wrap .sect1_tbox {
  margin-top: 40px;
}

#direc_wrap .sect1_tbox li {
  padding: 10px 0;
}

#direc_wrap .sect1_tbox h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #333;
}

#direc_wrap .sect1_tbox p {
  padding-top: 15px;
  font-size: 18px;
  line-height: 24px;
  color: #888;
}

#direc_wrap .sect1_right {
  float: right;
  width: 60%;
}

#direc_wrap .sect1_right .map_img .cont {
  display: none;
}

.root_daum_roughmap .wrap_controllers {
  display: none;
}

.root_daum_roughmap .wrap_map {
  height: 490px !important;
}

/*section1 E*/
@media screen and (max-width: 980px) {
  #direc_wrap .sect1_left {
    padding-right: 20px;
  }
  #direc_wrap .sect_title h3 {
    line-height: 30px;
  }
  #direc_wrap .sect1_tbox p {
    word-break: keep-all;
    font-size: 15px;
    padding-top: 10px;
  }
  #direc_wrap .sect1_tbox p br {
    display: none;
  }
  .root_daum_roughmap .wrap_map {
    height: 420px !important;
  }
  .direc_visual_img {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  #direc_wrap .sect1_left {
    width: 100%;
    padding: 0;
    margin-bottom: 65px;
  }
  #direc_wrap .sect1_right {
    width: 100%;
  }
  #direc_wrap .sect1_tbox li {
    padding: 10px 0;
  }
  #direc_wrap .sect1_tbox p {
    padding-top: 0;
  }
  .direc_visual_img {
    height: 380px;
  }
  #direc_wrap .section_wrap {
    padding: 50px 0;
  }
  #direc_wrap .sect1_tbox {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .root_daum_roughmap .wrap_map {
    height: 350px !important;
  }
}

@media screen and (max-width: 480px) {
  .root_daum_roughmap .wrap_map {
    height: 240px !important;
  }
  #direc_wrap .sect1_tbox h6 {
    font-size: 16px;
  }
  #direc_wrap .sect1_left {
    margin-bottom: 40px;
  }
  .direc_visual_img {
    height: 260px;
  }
}

.dir_sec2 .desc_area {
  padding: 45px 0 0;
}

.dir_sec2 .desc_area ul {
  float: left;
  width: 50%;
}

.dir_sec2 .desc_area .tit {
  font-size: 18px;
  font-weight: 700;
}

.dir_sec2 .desc_area .tit::before {
  display: inline-block;
  margin: 0 25px 8px 0;
  content: "";
  width: 45px;
  height: 2px;
  background: #2185d0;
}

.dir_sec2 .desc_area li {
  padding-left: 70px;
}

.dir_sec2 .desc_area li .tit2 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 300;
  word-break: keep-all;
}

.dir_sec2 .desc_area li .desc {
  font-size: 14px;
  color: #666;
}

.dir_sec2 .desc_area li .desc::before {
  display: inline-block;
  margin: 0 8px 5px 0;
  content: "";
  width: 5px;
  height: 1px;
  background: #666;
}

@media screen and (max-width: 980px) {
  .dir_sec2 .desc_area ul {
    float: none;
    width: 100%;
  }
  .dir_sec2 .desc_area ul + ul {
    margin-top: 16px;
  }
  .dir_sec2 .desc_area li {
    padding-left: 0;
  }
  .dir_sec2 .desc_area .tit::before {
    width: 24px;
  }
}

/*# sourceMappingURL=widget.css.map */
