@charset "utf-8";

/* =========================== PAGE */
#service1015 {
  position: relative;
  padding-bottom: 50px;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 1.8;
  color: #777;
  font-family: 'Pretendard';
}
#service1015 * {
  word-break: keep-all;
}
#service1015 .pl {
  white-space: pre-line;
}
#service1015 .pg_color {
  color: #333;
}
#service1015 .pg_bdcolor:before {
  border-color: #333;
}
#service1015 .pg_bgcolor {
  background-color: #333;
}
#service1015 .tit_area {
  color: #aaa;
  letter-spacing: -0.8px;
}
#service1015 .tit_area > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#service1015 .tit_area > span:after {
  display: block;
  content: '';
  width: 1px;
  height: 30px;
  margin: 12px auto;
  background-color: #d1d1d1;
}
#service1015 .tit_area p {
  font-size: 29px;
  font-weight: 300;
  line-height: 1.4;
  white-space: pre-line;
}
#service1015 .tit_area div {
  padding-top: 40px;
  color: #777;
  white-space: pre-line;
}
#service1015 .t_center {
  padding: 30px;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}
#service1015 .t_center p {
  word-break: keep-all;
}
#service1015 .t_center p > span {
  color: #222;
}
#service1015 .t_center p > span i {
  font-weight: 700;
  font-style: normal;
}
#service1015 .c_black {
  color: #333;
}
#service1015 strong {
  font-weight: 700;
}
#service1015 .stit_area {
  font-size: 17px;
  line-height: 1.6;
}
#service1015 .stit_area h4 {
  padding-bottom: 15px;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.4;
}
#service1015 .stit_area div {
  white-space: pre-line;
}
#service1015 .cont_area {
  overflow: hidden;
  margin: 40px 0 70px;
  border-radius: 40px 0;
  border: 1px solid #e1e1e1;
  position: relative;
  display: flex;
}
#service1015 .cont_left {
  position: relative;
  width: 50%;
}
#service1015 .cont_left .img_box {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('./img/sub/service1015_img.jpg') center
    no-repeat;
  background-size: cover;
}
#service1015 .cont_left .tit {
  position: absolute;
  right: 0;
  top: 100px;
  width: 430px;
  padding: 40px;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
#service1015 .cont_left .tit h4 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
#service1015 .cont_right {
  float: right;
  width: 50%;
  margin: 0 auto;
  padding: 45px;
}
#service1015 .cont_right li {
  text-align: justify;
}
#service1015 .cont_right li h5 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
#service1015 .cont_right li.right {
  padding-top: 30px;
}
#service1015 .cont_right li b {
  font-weight: normal;
  color: #222;
  text-decoration: underline;
}
#service1015 .route {
  overflow: hidden;
  width: 88%;
  margin: 30px auto 0;
}
#service1015 .route li {
  float: left;
  width: 24%;
  margin-right: 1.3%;
  padding: 30px 0;
  border: 1px solid #e1e1e1;
  text-align: center;
  color: #333;
}
#service1015 .route li b {
  font-weight: 700;
  color: #333;
  text-decoration: underline;
}
#service1015 .route li.last {
  margin-right: 0;
}
#service1015 .route2 {
  text-align: center;
}
#service1015 .route2 li.txt {
  width: 300px;
  margin: 0 auto;
  padding: 25px 0;
  border: 1px solid #e1e1e1;
  line-height: 1.6;
  color: #333;
}
#service1015 .route2 li.arr {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
#service1015 .route2 li.arr span {
  display: block;
  margin-top: 5px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
#service1015 .route2 li.arr span:after {
  content: '\f107';
  font-family: FontAwesome;
}
#service1015 .route2 li b {
  font-weight: 700;
  color: #333;
  text-decoration: underline;
}

/* 반응형 [s] */
@media (max-width: 1024px) {
  #service1015 {
    padding: 0;
    font-size: 14px;
  }
  #service1015 .tit_area {
    padding: 0 20px;
  }
  #service1015 .tit_area > span {
    font-size: 12px;
  }
  #service1015 .tit_area p {
    font-size: 24px;
    word-break: keep-all;
  }
  #service1015 .stit_area {
    padding: 0 20px;
    font-size: 14px;
    word-break: keep-all;
  }
  #service1015 .stit_area h4 {
    font-size: 24px;
  }
  #service1015 {
    padding-bottom: 30px;
  }
  #service1015 .t_center {
    padding: 0 15px;
    font-size: 15px;
    word-break: keep-all;
  }
  #service1015 .cont_right {
    padding: 30px;
  }
  #service1015 .cont_right li {
    text-align: left;
  }
  #service1015 .cont_left .tit {
    font-size: 14px;
  }
  #service1015 .route {
    width: 95%;
  }
}
@media (max-width: 768px) {
  #service1015 .tit_area p {
    white-space: normal;
  }
  #service1015 .t_center {
    white-space: normal;
  }
  #service1015 .stit_area div {
    white-space: normal;
  }
  #service1015 .cont_area {
    width: 95%;
    margin: 40px auto;
    flex-direction: column;
  }
  #service1015 .cont_left {
    position: relative;
    width: 100%;
    height: 300px;
  }
  #service1015 .cont_left .tit {
    width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    height: auto;
    padding: 20px;
  }
  #service1015 .cont_left .tit h4 {
    font-size: 17px;
  }
  #service1015 .cont_right {
    float: none;
    width: 100%;
  }
  #service1015 .route li {
    width: 48%;
    height: 87px;
    margin: 2px;
    letter-spacing: -0.5px;
  }
  #service1015 .route2 li.arr {
    font-size: 16px;
  }
  #service1015 .route2 li.txt {
    width: 280px;
  }
}
@media (max-width: 480px) {
  #service1015 .br {
    white-space: normal;
  }
}
/* 반응형 [e] */
