@charset "utf-8";

body, div, ul, li, p, strong, span, b, h1, h2, h3, h4, h5, h6 {
  word-break: keep-all;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {line-height: 1.3}
img {max-width: 100%}
.desc {
  font-size: 20px;
  line-height: 1.7;
}
.desc.margin {
  margin: -50px 0 100px;
  text-align: center;
}
.arrow-btn {
  display: flex;
  align-items: center;
}
.arrow-btn b {
  font-size: 18px;
  color: #fff;
}
.arrow-btn .circle {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  margin-left: 15px;
  transition: all .3s;
}
.arrow-btn .circle .st0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.arrow-btn.black b {color: #111;}
.arrow-btn.black .circle {border-color: #111;}
.arrow-btn.black .circle .st0 {stroke: #111;}
.arrow-btn:hover .circle {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: 1px solid transparent;
}
.arrow-btn:hover .circle .st0 {stroke: #111;}

.more-btn {
  background: #006935;
  height: 60px;
  padding: 0 30px;
  border-radius: 60px;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 250px;
  width: 100%;
  border: none;
}
.more-btn b {
  font-size: 20px;
  color: #fff;
}
.more-btn .st0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.more-btn:hover {background: #68b330;}

.more-btn.white {background: #fff;}
.more-btn.white b {color: #111;}
.more-btn.white .st0 {stroke: #111}
.more-btn.white:hover {background: #006935;}
.more-btn.white:hover b {color: #fff;}
.more-btn.white:hover .st0 {stroke: #fff;}

.admin-btn {margin-top: 15px;}
.admin-btn a {
  font-size: 20px;
  color: #e31f1f;
}

.list-wrap li {
  font-size: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: start;
}
.list-wrap li:last-child {margin-bottom: 0;}
.list-wrap li::before {
  content: "";
  background: #006935;
  width: 6px;
  height: 6px;
  display: block;
  margin-top: 12px;
}
.list-wrap li > div {
  width: calc(100% - 6px);
  padding-left: 8px;
}

@media all and (max-width: 767px) {
  .desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .desc.margin {margin: -20px 0 40px;}
  .arrow-btn b {font-size: 16px;}
  .arrow-btn .circle {
    width: 32px;
    height: 32px;
    margin-left: 10px;
  }
  .more-btn {
    height: 45px;
    padding: 0 20px;
    max-width: 180px;
  }
  .more-btn b {font-size: 16px;}
  .list-wrap li {font-size: 16px;}
  .list-wrap li::before {
    width: 4px;
    height: 4px;
    margin-top: 8px;
  }
}

/*main*/
.main section {
  position: relative;
  overflow: hidden;
}
.main .hero {height: 100vh;}
@keyframes banner {
  0% {transform: scale(1.15)}
  100% {transform: scale(1)}
}
.main .hero .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  animation: banner 3s ease forwards;
}
.main .hero .txt {
  position: absolute;
  left: calc((100% - 1600px)/2);
  top: 55%;
  transform: translateY(-50%);
  color: #fff;
}
.main .hero .txt h2 {
  font-size: 60px;
  margin-bottom: 70px;
}
.main .hero .txt p {font-size: 30px;}
.main .business {padding: 150px 0;}
.main .business .title {
  margin-bottom: 80px;
  text-align: center;
}
.main .business .title .en {
  font-size: 36px;
  color: #006935;
  font-weight: bold;
  margin-bottom: 40px;
}
.main .business .title h2 {font-size: 50px;}
.main .business ul {
  display: flex;
  flex-wrap: wrap;
}
.main .business ul li {
  width: calc((100% - 40px)/3);
  margin-right: 20px;
}
.main .business ul li a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 720px;
  position: relative;
}
.main .business ul li .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.main .business ul li .txt {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 1;
}
.main .business ul li .txt h3 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 25px;
}

.main .business ul li:last-child {
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.main .business ul li:last-child a {
  height: calc((100% - 20px)/2);
  margin-bottom: 20px;
}
.main .business ul li:last-child a:last-child {margin-bottom: 0;}
.main .business ul li:last-child a:last-child .txt h3 {color: #111;}
.main .business ul li a:hover .bg {transform: scale(1.1)}
.main .support {
  display: flex;
  flex-wrap: wrap;
}
.main .support > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 700px;
}
.main .support .txt h3 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 70px;
}
.main .support .txt .more-btn {margin: 0 auto;}
@media all and (max-width: 1600px) {
  .main .hero .txt {left: 80px;}
}
@media all and (max-width: 1400px) {
  .main .business ul li .txt {
    top: 40px;
    left: 40px;
  }
  .main .business ul li .txt h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1024px) {
  .main .hero {height: 70vh;}
  .main .hero .txt {left: 40px;}
  .main .business ul li a {height: 500px;}
  .main .support > div {
    padding: 50px;
    height: 500px;
  }
  .main .support .txt h3 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .main .hero .txt {left: 15px;}
  .main .hero .txt h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .main .hero .txt p {font-size: 20px;}
  .main .business {padding: 50px 0;}
  .main .business .title {margin-bottom: 40px;}
  .main .business .title .en {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main .business .title h2 {font-size: 30px;}
  .main .business ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  .main .business ul li a {height: 300px;}
  .main .business ul li .txt {
    top: 30px;
    left: 30px;
  }
  .main .business ul li .txt h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .main .business ul li:last-child {display: block;}
  .main .business ul li:last-child a {
    height: 300px;
    margin-bottom: 15px;
  }
  .main .business ul li:last-child a:last-child {margin-bottom: 0;}
  .main .support > div {
    width: 100%;
    height: 250px;
    padding: 40px 20px;
  }
  .main .support .txt h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

/*sub*/
.sub section {margin-bottom: 150px;}
.sub section:last-child {margin-bottom: 0;}
.sub .title {
  margin-bottom: 100px;
  text-align: center;
}
.sub .title h2 {font-size: 50px;}
.sub .en {
  font-size: 30px;
  color: #006935;
  font-weight: bold;
  margin-bottom: 20px;
}
.sub .con-title {
  margin-bottom: 80px;
  text-align: center;
}
.sub .con-title h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sub .con-title h3 .number {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background: #006935;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.sub .con-title h3 span {font-size: 45px;}
.sub .con-title h3 .add {
  font-size: 24px;
  font-weight: normal;
  margin-left: 15px;
}
.sub .con-title .underline {
  font-size: 36px;
  font-weight: bold;
  color: #666;
  text-decoration: underline;
  margin: 40px 0 -20px;
}
.sub .con-title .desc {margin-top: 40px;}
.sub .underline span {color: #006935;}
.sub .step {
  display: inline-block;
  background: #006935;
  font-size: 20px;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.sub .border-box-wrap > li {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 30px;
}
.sub .border-box-wrap > li:last-child {margin-bottom: 0;}
.sub .border-box-wrap > li .txt {
  width: calc(100% - 440px);
  padding-right: 60px;
}
.sub .border-box-wrap > li .txt h4 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.sub .border-box-wrap > li .txt h4 b {
  width: calc(100% - 108px);
  font-size: 36px;
  display: block;
  font-weight: bold;
}
.sub .border-box-wrap > li .txt .list-wrap li b {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}
.sub .border-box-wrap > li .img {
  border-radius: 10px;
  overflow: hidden;
  width: 440px;
}
.sub .border-box-wrap > li .img img {
  max-width: none;
  width: 100%;
}
.sub .gray-box {
  position: relative;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 50px;
}
.sub .gray-box .box-title {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.sub .gray-box .box-title .en {
  font-size: 24px;
  padding-left: 12px;
  margin: 0 0 3px;
}
.sub .gray-box h4 {font-size: 36px;}
.sub .gray-box .desc {margin-top: 40px;}
@media all and (max-width: 1400px) {
  .sub .border-box-wrap > li .txt {
    width: calc(100% - 350px);
    padding-right: 40px;
  }
  .sub .border-box-wrap > li .img {width: 350px;}
}
@media all and (max-width: 991px) {
  .sub .gray-box {padding: 40px;}
  .sub .gray-box .box-title {padding-bottom: 15px;}
  .sub .gray-box .box-title .en {
    width: 100%;
    display: block;
    padding: 5px 0 0;
  }
  .sub .gray-box .desc {margin-top: 25px;}
  .sub .border-box-wrap > li {padding: 40px;}
  .sub .border-box-wrap > li .txt {
    width: 100%;
    padding: 0;
  }
  .sub .border-box-wrap > li .img {
    width: 100%;
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .sub section {margin-bottom: 60px;}
  .sub .title {margin-bottom: 40px;}
  .sub .title h2 {font-size: 30px;}
  .sub .en {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .sub .con-title {margin-bottom: 30px;}
  .sub .con-title h3 .number {
    width: 26px;
    height: 26px;
    font-size: 14px;
    margin: 0 0 10px;
  }
  .sub .con-title h3 span {
    font-size: 26px;
    width: 100%;
    display: block;
  }
  .sub .con-title h3 .add {
    width: 100%;
    font-size: 16px;
    margin: 3px 0 0;
  }
  .sub .con-title .underline {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .sub .con-title .desc {margin-top: 20px;}
  .sub .step {
    font-size: 14px;
    width: 65px;
    height: 24px;
    line-height: 24px;
  }
  .sub .gray-box {padding: 25px;}
  .sub .gray-box h4 {font-size: 24px;}
  .sub .gray-box .box-title {padding-bottom: 10px;}
  .sub .gray-box .box-title .en {font-size: 16px;}
  .sub .gray-box .desc {margin-top: 15px;}
  .sub .border-box-wrap > li {
    padding: 25px;
    margin-bottom: 15px;
  }
  .sub .border-box-wrap > li .txt h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .sub .border-box-wrap > li .txt h4 b {
    width: calc(100% - 82px);
  }
  .sub .border-box-wrap > li .txt h4 b {font-size: 20px;}
}

/*인사말*/
.sub-greeting {
  display: flex;
  flex-wrap: wrap;
}
.sub-greeting .img {
  width: 37.5%;
  position: relative;
}
.sub-greeting .img img {
  position: relative;
  z-index: 1;
}
.sub-greeting .img::after {
  content: "";
  background: #006935;
  width: 30%;
  height: 60%;
  position: absolute;
  top: -20px;
  left: -20px;
}
.sub-greeting .txt {
  width: 62.5%;
  padding-left: 120px;
}
.sub-greeting .txt .desc {line-height: 1.5}
.sub-greeting .txt .sign {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.sub-greeting .txt .sign b {
  font-size: 18px;
  margin-right: 10px;
}
@media all and (max-width: 1024px) {
  .sub-greeting .img {width: 100%;}
  .sub-greeting .txt {
    width: 100%;
    padding: 100px 0 0;
  }
}
@media all and (max-width: 767px) {
  .sub-greeting .img::after {
    top: -10px;
    left: -10px;
  }
  .sub-greeting .txt {padding-top: 30px;}
  .sub-greeting .txt .sign {margin-top: 20px;}
  .sub-greeting .txt .sign b {font-size: 16px;}
  .sub-greeting .txt .sign img {width: 60px;}
}

/*비전&미션*/
.sub-vision .vision .img {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.sub-vision .vision .img::after {
  content: "";
  background: #006935;
  width: 17%;
  height: 60%;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
.sub-vision .vision .img img {
  position: relative;
  z-index: 1;
}
.sub-vision .mission {
  background: url(/img/assets/vision_img_2.jpg) center bottom / cover no-repeat;
  height: 100vh
}
@media all and (max-width: 1024px) {
  .sub-vision .mission {height: 800px;}
}
@media all and (max-width: 767px) {
  .sub-vision .vision .img::after {
    right: -10px;
    bottom: -10px;
  }
  .sub-vision .mission {height: 700px;}
}

/*기업이념*/
.sub-philosophy .section-1 > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 100px;
}
.sub-philosophy .section-1 > div:last-child {margin-bottom: 0;}
.sub-philosophy .section-1 .img {
  width: 50%;
  overflow: hidden;
  border-radius: 20px;
}
.sub-philosophy .section-1 .img img {
  max-width: none;
  width: 100%;
}
.sub-philosophy .section-1 .txt {
  width: 50%;
  text-align: center;
  padding: 0 30px;
  font-size: 36px;
}
.sub-philosophy .section-1 .txt strong {
  color: #666;
  line-height: 1.3;
  margin: 50px 0 40px;
  font-style: italic;
  display: block;
}
.sub-philosophy .section-1 > div:first-child .img {order: 2;}
.sub-philosophy .section-1 > div:first-child .txt {order: 1;}
.sub-philosophy .section-2 ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-philosophy .section-2 ul li {
  width: 33.33%;
  border-right: 1px solid #ccc;
  padding: 0 30px;
  text-align: center;
}
.sub-philosophy .section-2 ul li .ico {
  width: 145px;
  height: 145px;
  border-radius: 145px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sub-philosophy .section-2 ul li h4 {
  font-size: 36px;
  margin: 40px 0 20px;
}
@media all and (max-width: 1024px) {
  .sub-philosophy .section-1 .txt {font-size: 28px;}
  .sub-philosophy .section-1 .txt strong {margin: 20px 0;}
}
@media all and (max-width: 991px) {
  .sub-philosophy .section-1 .img {
    width: 100%;
    order: 1 !important;
  }
  .sub-philosophy .section-1 .txt {
    width: 100%;
    order: 2 !important;
    font-size: 36px;
    padding: 40px 0 0;
  }
  .sub-philosophy .section-2 ul li {
    width: 100%;
    border: none;
    padding: 0 0 40px;
  }
  .sub-philosophy .section-2 ul li:last-child {padding-bottom: 0;}
}
@media all and (max-width: 767px) {
  .sub-philosophy .section-1 > div {margin-bottom: 50px;}
  .sub-philosophy .section-1 .txt {
    font-size: 24px;
    padding-top: 30px;
  }
  .sub-philosophy .section-1 .txt strong {margin: 15px 0;}
  .sub-philosophy .section-1 .txt p {font-size: 20px;}
  .sub-philosophy .section-2 ul li .ico {
    width: 100px;
    height: 100px;
  }
  .sub-philosophy .section-2 ul li .ico img {
    max-width: 60px;
    max-height: 60px;
  }
  .sub-philosophy .section-2 ul li h4 {
    font-size: 20px;
    margin: 20px 0 15px;
  }
}

/*조직도*/
.sub-organization .img {text-align: center;}
.sub-organization .detail {margin-top: 100px;}
.sub-organization .detail > div {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
}
.sub-organization .detail > div:last-child {margin-bottom: 0;}
.sub-organization .detail .box-title {
  width: 20%;
  background: linear-gradient(to right, #618975, #367555);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.sub-organization .detail .box-title h3 {
  font-size: 30px;
  margin-bottom: 12px;
}
.sub-organization .detail .box-title p {font-size: 20px;}
.sub-organization .detail .box-content {
  width: 80%;
  padding: 40px;
  background: #f5f5f5;
}
.sub-organization .detail ul {margin-top: 15px;}
.sub-organization .detail ul li {
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding: 12px 20px;
  margin-bottom: 10px;
}
.sub-organization .detail ul li:last-child {margin-bottom: 0;}
.sub-organization .detail ul li h4 {
  width: 15%;
  font-size: 20px;
  line-height: 1.7;
  word-break: break-all;
}
.sub-organization .detail ul li .desc {width: 85%;}
@media all and (max-width: 1024px) {
  .sub-organization .detail .box-title {
    width: 100%;
    padding: 30px;
  }
  .sub-organization .detail .box-content {
    width: 100%;
    padding: 30px;
  }
  .sub-organization .detail ul li h4 {width: 20%;}
  .sub-organization .detail ul li .desc {width: 80%;}
}
@media all and (max-width: 767px) {
  .sub-organization .detail {margin-top: 40px;}
  .sub-organization .detail .box-title {padding: 15px;}
  .sub-organization .detail .box-title h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sub-organization .detail .box-title p {font-size: 16px;}
  .sub-organization .detail .box-content {padding: 20px;}
  .sub-organization .detail ul li {padding: 10px 15px;}
  .sub-organization .detail ul li h4 {
    width: 100%;
    font-size: 16px;
    margin: 0 0 5px;
  }
  .sub-organization .detail ul li .desc {width: 100%;}
}

/*조경유지관리*/
.sub-maintenance .section-1 .top .summary h4 {
  font-size: 24px;
  color: #006935;
  margin-bottom: 20px;
}
.sub-maintenance .section-1 .top .summary .arrow {
  background: linear-gradient(to right, #f5f5f5, #006935);
  width: calc(100% - 16px);
  height: 10px;
  margin-top: 30px;
  position: relative;
}
.sub-maintenance .section-1 .top .summary .arrow span {
  height: 20px;
  aspect-ratio: 0.8660254 / 1;
  background: #006935;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}
.sub-maintenance .section-1 .top .detail {margin-top: 50px;}
.sub-maintenance .section-1 .top .detail li {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 20px;
}
.sub-maintenance .section-1 .top .detail li .month {
  border-radius: 5px;
  width: 50px;
  height: 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.sub-maintenance .section-1 .top .detail li .month.green-1 {background: #8ec31f;}
.sub-maintenance .section-1 .top .detail li .month.green-2 {background: #006935;}
.sub-maintenance .section-1 .top .detail li .month.green-3 {background: #35a53a;}
.sub-maintenance .section-1 .top .detail li h5 {
  width: 230px;
  font-size: 20px;
  padding: 0 15px;
  line-height: 1.7;
}
.sub-maintenance .section-1 .top .detail li .desc {width: calc(100% - 280px)}
.sub-maintenance .section-1 .bottom {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.sub-maintenance .section-1 .bottom > div {
  width: calc((100% - 30px)/2);
  margin-right: 30px;
  margin-bottom: 30px;
}
.sub-maintenance .section-1 .bottom > div:first-child {
  width: 100%;
  margin-right: 0;
}
.sub-maintenance .section-1 .bottom > div:nth-last-child(odd) {margin-right: 0;}
.sub-maintenance .section-1 .bottom .box-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.sub-maintenance .section-1 .bottom .box-content ul li {
  width: calc((100% - 30px)/3);
  margin-right: 15px;
  background: #fff;
  border-top: 4px solid #006935;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
}
.sub-maintenance .section-1 .bottom .box-content ul li:last-child {margin-right: 0;}
.sub-maintenance .section-1 .bottom .box-content ul li h5 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.sub-maintenance .section-2 .border-box-wrap .step {margin-right: 18px;}
@media all and (max-width: 1024px) {
  .sub-maintenance .section-1 .top .summary .img {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .sub-maintenance .section-1 .top .summary .img::-webkit-scrollbar {height: 10px;}
  .sub-maintenance .section-1 .top .summary .img::-webkit-scrollbar-track {background-color:#eeeeee; border-radius: 10px}
  .sub-maintenance .section-1 .top .summary .img::-webkit-scrollbar-thumb {background-color:#006935; border-radius: 10px;}
  .sub-maintenance .section-1 .top .summary .img img {
    width: 1400px;
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .sub-maintenance .section-1 .top .summary h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sub-maintenance .section-1 .top .summary .img img {width: 1200px;}
  .sub-maintenance .section-1 .top .detail li .month {
    font-size: 15px;
    width: 40px;
    height: 26px;
  }
  .sub-maintenance .section-2 .border-box-wrap .step {margin-right: 10px;}
  .sub-maintenance .section-1 .top .detail li h5 {
    width: calc(100% - 40px);
    font-size: 16px;
    padding: 0;
    padding-left: 10px;
  }
  .sub-maintenance .section-1 .top .detail li .desc {
    width: 100%;
    margin-top: 5px;
  }
  .sub-maintenance .section-1 .bottom {
    margin-top: 40px;
    margin-bottom: -15px;
  }
  .sub-maintenance .section-1 .bottom > div {
    width: 100% !important;
    margin: 0 0 15px !important;
  }
  .sub-maintenance .section-1 .bottom .box-content ul li {
    width: 100%;
    margin: 0 0 15px;
    padding: 20px;
  }
  .sub-maintenance .section-1 .bottom .box-content ul li:last-child {margin-bottom: 0;}
  .sub-maintenance .section-1 .bottom .box-content ul li h5 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .sub .border-box-wrap > li .txt .list-wrap li b {font-size: 16px;}
}

/*나무병원*/
.sub-hospital .section-1 ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-hospital .section-1 ul li {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 120px)/3);
  margin-right: 60px;
  position: relative;
}
.sub-hospital .section-1 ul li::after {
  content: "";
  background: url(/img/assets/arrow_process.svg) center / cover no-repeat;
  display: block;
  width: 31px;
  aspect-ratio: 31 / 16;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
}
.sub-hospital .section-1 ul li:last-child {margin-right: 0;}
.sub-hospital .section-1 ul li:last-child::after {content: none;}
.sub-hospital .section-1 .txt {padding: 50px;}
.sub-hospital .section-1 .txt h4 {
  width: 100%;
  margin-top: 15px;
}
.sub-hospital .section-1 .img img {
  max-width: none;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
.sub-hospital .section-2 .box-wrap {
  display: flex;
  flex-wrap: wrap;
}
.sub-hospital .section-2 .box-wrap > div {
  width: calc((100% - 30px)/2);
  margin-right: 30px;
}
.sub-hospital .section-2 .box-wrap > div:last-child {margin-right: 0;}
.sub-hospital .section-2 .box-wrap h4,
.sub-hospital .section-2 .box-wrap .desc {padding-right: 100px;}
.sub-hospital .section-2 .box-wrap img {
  position: absolute;
  top: 50px;
  right: 50px;
}
.sub-hospital .section-2 .example-wrap {margin-top: 80px;}
.sub-hospital .section-2 .example-wrap > div {margin-bottom: 80px;}
.sub-hospital .section-2 .example-wrap > div:last-child {margin-bottom: 0;}
.sub-hospital .section-2 .example-wrap h4 {
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}
.sub-hospital .section-2 .example-wrap h4::before {
  content: "";
  background: #006935;
  width: 4px;
  height: 20px;
  display: block;
  margin-top: 6px;
}
.sub-hospital .section-2 .example-wrap h4 span {
  width: calc(100% - 4px);
  padding-left: 12px;
  font-size: 24px;
}
.sub-hospital .section-2 .example-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-hospital .section-2 .example-wrap ul li {
  width: calc((100% - 90px)/4);
  margin-right: 30px;
}
.sub-hospital .section-2 .example-wrap ul li:last-child {margin-right: 0;}
.sub-hospital .section-2 .example-wrap ul li .img {
  overflow: hidden;
  border-radius: 20px;
}
.sub-hospital .section-2 .example-wrap ul li .img img {
  max-width: none;
  width: 100%;
}
.sub-hospital .section-2 .example-wrap ul li p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.sub-hospital .section-2 .example-wrap .arrow {
  text-align: center;
  margin: 50px 0;
}
.sub-hospital .section-2 .example-wrap .bottom {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 50px;
}
.sub-hospital .section-2 .example-wrap .img-wrap {
  display: flex;
  flex-wrap: wrap;
}
.sub-hospital .section-2 .example-wrap .img-wrap .left {width: 50%;}
.sub-hospital .section-2 .example-wrap .img-wrap .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub-hospital .section-2 .example-wrap .img-wrap .right::before {
  content: "";
  background: url(/img/assets/arrow_result.png) center / cover no-repeat;
  width: 160px;
  aspect-ratio: 208 / 91;
  transform: rotate(-90deg);
  display: block;
}
.sub-hospital .section-2 .example-wrap .img-wrap li {width: calc((100% - 30px) / 2);}
.sub-hospital .section-2 .example-wrap .img-wrap .right li {width: calc(100% - 160px);}
.sub-hospital .section-3 .img {
  overflow: hidden;
  border-radius: 20px;
}
.sub-hospital .section-4 ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-hospital .section-4 ul li {
  width: calc((100% - 60px)/3);
  margin-right: 30px;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
}
.sub-hospital .section-4 ul li:last-child {margin-right: 0;}
.sub-hospital .section-4 ul li .ico {
  width: 140px;
  border-radius: 140px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 auto;
}
.sub-hospital .section-4 ul li h4 {
  font-size: 30px;
  margin: 30px 0 20px;
}
.sub-hospital .section-5 .border-box-wrap {
  margin-bottom: -30px;
  display: flex;
  flex-wrap: wrap;
}
.sub-hospital .section-5 .border-box-wrap li {
  width: calc((100% - 30px)/2);
  margin-right: 30px;
  margin-bottom: 30px;
}
.sub-hospital .section-5 .border-box-wrap li:nth-child {margin-right: 0;}
.sub-hospital .section-5 .border-box-wrap li:nth-child(2) {margin-right: 0;}
.sub-hospital .section-5 .border-box-wrap li:first-child .txt,
.sub-hospital .section-5 .border-box-wrap li:nth-child(2) .txt {
  width: 100%;

}
.sub-hospital .section-5 .border-box-wrap li:last-child {
  width: 100%;
  margin: 0;
}
@media all and (max-width: 1400px) {
  .sub-hospital .section-1 .txt {padding: 40px;}
}
@media all and (max-width: 1024px) {
  .sub-hospital .section-1 ul {justify-content: center;}
  .sub-hospital .section-1 ul li {
    width: calc((100% - 60px) / 2);
    margin-bottom: 40px;
  }
  .sub-hospital .section-1 ul li:nth-child(2n) {margin-right: 0;}
  .sub-hospital .section-1 ul li:nth-child(2n)::after {content: none;}
  .sub-hospital .section-2 .example-wrap .bottom {padding: 40px;}
  .sub-hospital .section-2 .box-wrap > div,
  .sub-hospital .section-4 ul li {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .sub-hospital .section-2 .box-wrap > div:last-child,
  .sub-hospital .section-4 ul li:last-child {margin-bottom: 0;}
}
@media all and (max-width: 767px) {
  .sub-hospital .section-1 ul li {
    width: 100%;
    margin-right: 0;
  }
  .sub-hospital .section-1 ul li::after {
    content: "" !important;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -25px;
    width: 20px;
  }
  .sub-hospital .section-1 ul li:last-child::after {content: none !important;}
  .sub-hospital .section-1 .txt {padding: 25px;}
  .sub-hospital .section-2 .box-wrap img {
    max-width: 40px;
    max-height: 40px;
    top: 25px;
    right: 25px;
  }
  .sub-hospital .section-2 .box-wrap .desc {padding-right: 0;}
  .sub-hospital .section-2 .example-wrap {margin-top: 30px;}
  .sub-hospital .section-2 .example-wrap h4::before {
    height: 15px;
    margin-top: 4px;
  }
  .sub-hospital .section-2 .example-wrap h4 span {
    font-size: 18px;
    padding-left: 10px;
  }
  .sub-hospital .section-2 .example-wrap ul {margin-bottom: -20px;}
  .sub-hospital .section-2 .example-wrap ul li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .sub-hospital .section-2 .example-wrap ul li:nth-child(2n) {margin-right: 0;}
  .sub-hospital .section-2 .example-wrap ul li .img {border-radius: 10px;}
  .sub-hospital .section-2 .example-wrap ul li p {
    font-size: 16px;
    margin-top: 15px;
  }
  .sub-hospital .section-2 .example-wrap .arrow {margin: 20px 0;}
  .sub-hospital .section-2 .example-wrap .arrow img {max-width: 180px;}
  .sub-hospital .section-2 .example-wrap .bottom {padding: 25px;}
  .sub-hospital .section-2 .example-wrap .img-wrap .left {width: 100%;}
  .sub-hospital .section-2 .example-wrap .img-wrap .right {
    width: 100%;
    display: block;
  }
  .sub-hospital .section-2 .example-wrap .img-wrap .right::before {
    width: 180px;
    transform: none;
    margin: 20px auto;
  }
  .sub-hospital .section-2 .example-wrap .img-wrap .right li {
    width: 100%;
    margin: 0;
  }
  .sub-hospital .section-2 .box-wrap > div, .sub-hospital .section-4 ul li {
    margin-bottom: 15px;
    padding: 25px;
  }
  .sub-hospital .section-4 ul li .ico {
    width: 100px;
    height: 100px;
  }
  .sub-hospital .section-4 ul li .ico img {
    max-width: 60px;
    max-height: 60px;
  }
  .sub-hospital .section-4 ul li h4 {
    font-size: 20px;
    margin: 15px 0 10px;
  }
  .sub-hospital .section-5 .border-box-wrap li {
    width: 100%;
    margin: 0 0 15px !important;
  }
  .sub-hospital .section-5 .border-box-wrap li:last-child {margin-bottom: 0 !important;}
}

/*교육서비스*/
.sub-training .section-1 .process {position: relative}
.sub-training .section-1 .process ul {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.sub-training .section-1 .process ul li {
  width: calc((100% - 80px)/9);
  margin-right: 10px;
  text-align: center;
  border-top: 5px solid #006935;
  background: #f5f5f5;
  padding: 30px 20px;
  position: relative;
}
.sub-training .section-1 .process ul li:last-child {margin-right: 0;}
.sub-training .section-1 .process ul li::before {
  content: "";
  background: url(/img/assets/arrow_process.svg) center / cover no-repeat;
  display: block;
  width: 31px;
  aspect-ratio: 31 / 16;
  position: absolute;
  top: -35px;
  right: 0;
}
.sub-training .section-1 .process ul li .step {border-radius: 50px;}
.sub-training .section-1 .process ul li p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
}
.sub-training .section-1 .process ul li:nth-child(1) {border-top-color: #ccc; min-height: 200px;}
.sub-training .section-1 .process ul li:nth-child(1) .step {background: #ccc;}
.sub-training .section-1 .process ul li:nth-child(2) {border-top-color: #87bea3; min-height: 230px;}
.sub-training .section-1 .process ul li:nth-child(2) .step {background: #87bea3;}
.sub-training .section-1 .process ul li:nth-child(3) {border-top-color: #6bad8d; min-height: 260px;}
.sub-training .section-1 .process ul li:nth-child(3) .step {background: #6bad8d;}
.sub-training .section-1 .process ul li:nth-child(4) {border-top-color: #4b9b75; min-height: 290px;}
.sub-training .section-1 .process ul li:nth-child(4) .step {background: #4b9b75;}
.sub-training .section-1 .process ul li:nth-child(5) {border-top-color: #368d63; min-height: 320px;}
.sub-training .section-1 .process ul li:nth-child(5) .step {background: #368d63;}
.sub-training .section-1 .process ul li:nth-child(6) {border-top-color: #2a8558; min-height: 350px;}
.sub-training .section-1 .process ul li:nth-child(6) .step {background: #2a8558;}
.sub-training .section-1 .process ul li:nth-child(7) {border-top-color: #1d7b4d; min-height: 380px;}
.sub-training .section-1 .process ul li:nth-child(7) .step {background: #1d7b4d;}
.sub-training .section-1 .process ul li:nth-child(8) {border-top-color: #0b6f3e; min-height: 410px;}
.sub-training .section-1 .process ul li:nth-child(8) .step {background: #0b6f3e;}
.sub-training .section-1 .process ul li:nth-child(9) {border-top-color: #006935; min-height: 440px;}
.sub-training .section-1 .process ul li:nth-child(9) .step {background: #006935;}

.sub-training .section-1 .process .arrow {
  background: linear-gradient(to right, #f5f5f5, #006935);
  width: 70%;
  height: 10px;
  position: absolute;
  right: 16px;
  bottom: 30px;
  z-index: 1;
}
.sub-training .section-1 .process .arrow span {
  height: 20px;
  aspect-ratio: 0.8660254 / 1;
  background: #006935;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}
.sub-training .section-2 .top {text-align: center;}
.sub-training .section-2 .bottom {
  background: url(/img/assets/training_bg.jpg) center / cover no-repeat;
  padding: 50px;
  margin-top: 80px;
}
.sub-training .section-2 .bottom ul li {
  background: #fff;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding: 10px 20px;
}
.sub-training .section-2 .bottom ul li:last-child {margin-bottom: 0;}
.sub-training .section-2 .bottom ul li .step {
  font-size: 18px;
  border-radius: 5px;
  width: 75px;
  height: 30px;
}
.sub-training .section-2 .bottom ul li h4 {
  font-size: 20px;
  padding-left: 15px;
  padding-right: 20px;
  line-height: 1.7;
}
.sub-training .section-2 .bottom ul li:nth-child(1) .step {background: #bed3c8;}
.sub-training .section-2 .bottom ul li:nth-child(2) .step {background: #87bea3;}
.sub-training .section-2 .bottom ul li:nth-child(3) .step {background: #62a07f;}
.sub-training .section-2 .bottom ul li:nth-child(4) .step {background: #368d63;}
.sub-training .section-2 .bottom ul li:nth-child(5) .step {background: #1d7b4d;}
.sub-training .section-2 .bottom ul li:nth-child(6) .step {background: #006935;}
@media all and (max-width: 1400px) {
  .sub-training .section-1 .process ul li p {font-size: 20px;}
}
@media all and (max-width: 1300px) {
  .sub-training .section-1 .process ul {
    margin-bottom: -50px;
    justify-content: center;
  }
  .sub-training .section-1 .process ul li {
    width: calc((100% - 100px)/3);
    margin-right: 50px;
    margin-bottom: 50px;
    min-height: 220px !important;
    position: relative;
  }
  .sub-training .section-1 .process ul li:nth-child(3) {margin-right: 0;}
  .sub-training .section-1 .process ul li:nth-child(3)::before {
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -32px;
  }
  .sub-training .section-1 .process ul li:nth-child(4) {
    order: 6;
    margin-right: 0;
  }
  .sub-training .section-1 .process ul li:nth-child(4)::before {
    transform: rotate(180deg) translateY(-50%);
    right: auto;
    left: -40px;
  }
  .sub-training .section-1 .process ul li:nth-child(5) {order: 5;}
  .sub-training .section-1 .process ul li:nth-child(5)::before {
    transform: rotate(180deg) translateY(-50%);
    right: auto;
    left: -40px;
  }
  .sub-training .section-1 .process ul li:nth-child(6) {order: 4;}
  .sub-training .section-1 .process ul li:nth-child(6)::before {
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -32px;
  }
  .sub-training .section-1 .process ul li:nth-child(7) {order: 7;}
  .sub-training .section-1 .process ul li:nth-child(8) {order: 8;}
  .sub-training .section-1 .process ul li:nth-child(9) {order: 9;}
  .sub-training .section-1 .process ul li:nth-child(9)::before {content: none;}
  .sub-training .section-1 .process ul li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
  }
  .sub-training .section-1 .process ul li p {font-size: 20px;}
  .sub-training .section-1 .process .arrow {display: none;}
}
@media all and (max-width: 767px) {
  .sub-training .section-1 .process ul {justify-content: start;}
  .sub-training .section-1 .process ul li {
    width: calc((100% - 35px) / 2);
    margin-right: 35px;
    margin-bottom: 35px;
    min-height: 160px !important;
    padding: 20px 15px;
  }
  .sub-training .section-1 .process ul li:nth-child(2) {margin-right: 0;}
  .sub-training .section-1 .process ul li:nth-child(2)::before {
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -24px;
  }
  .sub-training .section-1 .process ul li:nth-child(3) {
    order: 4;
    margin-right: 0;
  }
  .sub-training .section-1 .process ul li:nth-child(3)::before {
    left: -28px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
  .sub-training .section-1 .process ul li:nth-child(4) {
    order: 3;
    margin-right: 35px;
  }
  .sub-training .section-1 .process ul li:nth-child(4)::before {
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -24px;
  }
  .sub-training .section-1 .process ul li:nth-child(5) {order: 5;}
  .sub-training .section-1 .process ul li:nth-child(5)::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: -28px;
    width: 20px;
  }
  .sub-training .section-1 .process ul li:nth-child(6) {
    order: 6;
    margin-right: 0;
  }
  .sub-training .section-1 .process ul li:nth-child(6)::before {
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -24px;
  }
  .sub-training .section-1 .process ul li:nth-child(7) {
    order: 8;
    margin-right: 0;
  }
  .sub-training .section-1 .process ul li:nth-child(7)::before {
    left: -28px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
  .sub-training .section-1 .process ul li:nth-child(8) {order: 7;}
  .sub-training .section-1 .process ul li:nth-child(8)::before {
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -24px;
  }
  .sub-training .section-1 .process ul li:nth-child(9) {order: 9;}
  .sub-training .section-1 .process ul li:nth-child(9)::before {content: none;}
  .sub-training .section-1 .process ul li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -28px;
    width: 20px;
  }
  .sub-training .section-1 .process ul li p {
    font-size: 18px;
    margin-top: 15px;
  }
  .sub-training .section-2 .bottom {
    padding: 20px;
    margin-top: 30px;
  }
  .sub-training .section-2 .bottom ul li {padding: 15px;}
  .sub-training .section-2 .bottom ul li .step {
    font-size: 14px;
    width: 65px;
    height: 24px;
  }
  .sub-training .section-2 .bottom ul li h4 {
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
  }
}

/*유지관리 로드맵*/
.sub-roadmap .section-1 > div {margin-bottom: 150px;}
.sub-roadmap .section-1 > div:last-child {margin-bottom: 0;}
.sub-roadmap .section-1 .sec-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
}
.sub-roadmap .section-1 .sec-title img {width: 44px;}
.sub-roadmap .section-1 .sec-title h3 {
  font-size: 36px;
  padding-left: 12px;
}
.sub-roadmap .section-1 .top .program-wrap {
  display: flex;
  flex-wrap: wrap;
}
.sub-roadmap .section-1 .top .program-wrap > div {
  width: calc((100% - 120px)/4);
  margin-right: 40px;
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
}
.sub-roadmap .section-1 .top .program-wrap > div:last-child {margin-right: 0;}
.sub-roadmap .section-1 .top .program-wrap h4 {
  font-size: 24px;
  color: #fff;
  padding: 17px;
  text-align: center;
}
.sub-roadmap .section-1 .top .program-wrap h4 span {
  font-size: 20px;
  margin-left: 6px;
}
.sub-roadmap .section-1 .top .program-wrap .list-wrap {padding: 30px;}
.sub-roadmap .section-1 .top .program-wrap .list-wrap li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.sub-roadmap .section-1 .top .program-wrap .list-wrap li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sub-roadmap .section-1 .top .program-wrap .list-wrap li b {
  display: block;
  margin-bottom: 5px;
}
.sub-roadmap .section-1 .top .program-wrap > div:nth-child(1) h4 {background: #93c1aa;}
.sub-roadmap .section-1 .top .program-wrap > div:nth-child(2) h4 {background: #49ad7b;}
.sub-roadmap .section-1 .top .program-wrap > div:nth-child(3) h4 {background: #258c59;}
.sub-roadmap .section-1 .top .program-wrap > div:nth-child(4) h4 {background: #006935;}
.sub-roadmap .section-1 .bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.sub-roadmap .section-1 .bottom ul li {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.sub-roadmap .section-1 .bottom ul li::after {
  content: "";
  background: url(/img/assets/arrow_process.svg) center / cover no-repeat;
  display: block;
  width: 31px;
  aspect-ratio: 31 / 16;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
}
.sub-roadmap .section-1 .bottom ul li:nth-child(3n) {margin-right: 0;}
.sub-roadmap .section-1 .bottom ul li:nth-child(3n)::after {content: none;}
.sub-roadmap .section-1 .bottom ul li .txt {padding: 50px;}
.sub-roadmap .section-1 .bottom ul li .txt .box-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sub-roadmap .section-1 .bottom ul li .txt .box-title .step {margin: 0 auto;}
.sub-roadmap .section-1 .bottom ul li .txt .box-title h4 {
  width: 100%;
  margin-top: 20px;
  font-size: 30px;
}
.sub-roadmap .section-1 .bottom ul li .img {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.sub-roadmap .section-1 .bottom ul li .img img {
  max-width: none;
  width: 100%;
}
.sub-roadmap .section-1 .bottom .more-btn {margin: 80px auto 0;}
.sub-roadmap .section-2 .box {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 50px;
}
.sub-roadmap .section-2 .box h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
.sub-roadmap .section-2 .box ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-roadmap .section-2 .box ul li {
  width: calc((100% - 120px)/3);
  margin-right: 60px;
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px;
  text-align: center;
  position: relative;
}
.sub-roadmap .section-2 .box ul li:last-child {margin-right: 0;}
.sub-roadmap .section-2 .box ul li::after {
  content: "";
  background: url(/img/assets/arrow_process.svg) center / cover no-repeat;
  display: block;
  width: 31px;
  aspect-ratio: 31 / 16;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
}
.sub-roadmap .section-2 .box ul li:last-child::after {content: none;}
.sub-roadmap .section-2 .box ul li .step {}
.sub-roadmap .section-2 .box ul li h4 {
  font-size: 24px;
  margin: 25px 0 30px;
}
@media all and (max-width: 1400px) {
  .sub-roadmap .section-1 .bottom ul li .txt .box-title h4 {font-size: 24px;}
}
@media all and (max-width: 1200px) {
  .sub-roadmap .section-1 .top .program-wrap {margin-bottom: -40px;}
  .sub-roadmap .section-1 .top .program-wrap > div {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
  }
  .sub-roadmap .section-1 .top .program-wrap > div:nth-child(2n) {margin-right: 0;}
}
@media all and (max-width: 991px) {
  .sub-roadmap .section-1 .bottom ul li {width: calc((100% - 60px) / 2);}
  .sub-roadmap .section-1 .bottom ul li:nth-child(3n) {margin-right: 60px;}
  .sub-roadmap .section-1 .bottom ul li:nth-child(3n)::after {content: ""}
  .sub-roadmap .section-1 .bottom ul li:nth-child(2n) {margin-right: 0;}
  .sub-roadmap .section-1 .bottom ul li:nth-child(2n)::after {content: none;}
  .sub-roadmap .section-2 .box ul li {
    width: 100%;
    margin: 0 0 60px;
  }
  .sub-roadmap .section-2 .box ul li:last-child {margin-bottom: 0;}
  .sub-roadmap .section-2 .box ul li::after {
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -40px;
  }
}
@media all and (max-width: 767px) {
  .sub-roadmap .section-1 .sec-title {margin-bottom: 30px;}
  .sub-roadmap .section-1 .sec-title img {width: 32px;}
  .sub-roadmap .section-1 .sec-title h3 {
    font-size: 24px;
    width: 100%;
    padding: 10px 0 0;
  }
  .sub-roadmap .section-1 > div {margin-bottom: 50px;}
  .sub-roadmap .section-1 .top .program-wrap {margin-bottom: -15px;}
  .sub-roadmap .section-1 .top .program-wrap > div {
    width: 100%;
    margin: 0 0 15px;
  }
  .sub-roadmap .section-1 .top .program-wrap h4 {
    font-size: 20px;
    padding: 12px;
  }
  .sub-roadmap .section-1 .top .program-wrap h4 span {font-size: 16px;}
  .sub-roadmap .section-1 .top .program-wrap .list-wrap {padding: 20px;}
  .sub-roadmap .section-1 .top .program-wrap .list-wrap li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sub-roadmap .section-1 .bottom ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .sub-roadmap .section-1 .bottom ul li::after {
    content: "" !important;
    width: 24px;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    bottom: -26px;
  }
  .sub-roadmap .section-1 .bottom ul li:last-child::after {content: none !important;}
  .sub-roadmap .section-1 .bottom ul li .txt {padding: 25px;}
  .sub-roadmap .section-1 .bottom ul li .txt .box-title h4 {
    font-size: 20px;
    margin-top: 15px;
  }
  .sub-roadmap .section-1 .bottom .more-btn {margin-top: 30px;}
  .sub-roadmap .section-2 .box {padding: 25px;}
  .sub-roadmap .section-2 .box h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .sub-roadmap .section-2 .box ul li {
    margin-bottom: 40px;
    padding: 25px;
  }
  .sub-roadmap .section-2 .box ul li::after {
    width: 24px;
    bottom: -26px;
  }
  .sub-roadmap .section-2 .box ul li h4 {
    font-size: 20px;
    margin: 15px 0 20px;
  }
}

/*찾아오시는 길*/
.sub-location {
  display: flex;
  flex-wrap: wrap;
}
.sub-location .map {
  width: 50%;
  overflow: hidden;
  height: 645px;
}
.sub-location .map .root_daum_roughmap {
  width: 100% !important;
  height: 100%;
}
.sub-location .map .wrap_map {height: 100% !important;}
.sub-location .txt {
  width: 50%;
  padding-left: 80px;
}
.sub-location .txt ul {border-top: 1px solid #111;}
.sub-location .txt ul li {
  border-bottom: 1px solid #ddd;
  padding: 43px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub-location .txt ul li h3 {
  display: flex;
  align-items: center;
  width: 30%;
}
.sub-location .txt ul li h3 span {
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
}
.sub-location .txt ul li .desc {width: 70%;}
.sub-location .txt ul li:first-child h3 {
  width: 100%;
  margin-bottom: 5px;
}
.sub-location .txt ul li:first-child .desc {width: 100%;}

@media all and (max-width: 1400px) {
  .sub-location .txt {padding-left: 40px;}
}
@media all and (max-width: 1200px) {
  .sub-location .txt ul li {padding: 25px;}
  .sub-location .txt ul li h3 {
    width: 100%;
    margin-bottom: 5px;
  }
  .sub-location .txt ul li .desc {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .sub-location .map {
    width: 100%;
    height: 300px;
  }
  .sub-location .txt {
    width: 100%;
    padding: 30px 0 0;
  }
  .sub-location .txt ul li {padding: 15px 0;}
  .sub-location .txt ul li h3 img {width: 12px;}
  .sub-location .txt ul li h3 span {font-size: 18px;}
}