.text-co7 {
  color: hsl(83, 61%, 42%);
  word-break: keep-all;
}

.text-co1 {
  color: rgb(var(--point-color-01));
}

.text-co4 {
  color: rgb(var(--point-color-10));
}

.introduce-tit {
  padding-top: 250px;
  min-height: 150px;
  background-repeat: no-repeat;
  margin-bottom: 3rem;
  background-position: top center;
  background-image: url(/site/resource/ansan/sec/images/introduce-tit-img.jpg);
}

.cont-tit span.num {
  font-size: 3.5rem;
  color: #daeff8;
  font-weight: 900;
  position: absolute;
  top: -0.5rem;
  left: 0;
  line-height: 0.7;
}

@media (min-width: 992px) {
  .cont-tit span.num {
    font-size: 7rem;
    top: 0;
  }
}

ul.history {
  padding-left: 30px;
  margin-bottom: 0;
}

ul.history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

ul.history li {
  padding: 0.5rem 0 0.5rem 8rem;
  position: relative;
  word-break: keep-all;
}

ul.history li::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: -30px;
  transform: translateY(-55%);
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 3px solid rgb(var(--point-color-01));
  border-radius: 50%;
  background-color: white;
}

ul.history li strong {
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-size: 1.2rem;
}

.map .root_daum_roughmap {
  width: 100%;
  height: 490px;
}

/* summary-box */
.summary-box {
  position: relative;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  background: #fff;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
}
.summary-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 150px;
  height: 2px;
  background: rgb(var(--point-color-01));
  z-index: 2;
}
.summary-box .icon {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}
.summary-box.icon01 .icon {
  background-image: url(/site/resource/ansan/ausltcenter/images/sm-icon01.png);
}
.summary-box.icon02 .icon {
  background-image: url(/site/resource/ansan/ausltcenter/images/sm-icon02.png);
}
.summary-box.icon03 .icon {
  background-image: url(/site/resource/ansan/ausltcenter/images/sm-icon03.png);
}
.summary-box.icon04 .icon {
  background-image: url(/site/resource/ansan/ausltcenter/images/sm-icon04.png);
}
.summary-box.icon05 .icon {
  background-image: url(/site/resource/ansan/ausltcenter/images/sm-icon05.png);
}
.summary-box .txt-box {
  min-height: 140px;
  padding: 30px;
}
.summary-box .txt-box.nostxt {
  padding: 30px 30px 0 180px;
}
.summary-box .txt-box .line {
  border-top: 1px solid #ccc;
  padding: 20px 0 0;
}
.summary-box .txt-box .ptit {
  display: inline-block;
  color: rgb(var(--point-color-07));
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.05em;
  word-break: keep-all;
}
.summary-box .txt-box .stxt {
  color: #555;
  font-size: 1em;
  letter-spacing: -0.05em;
  margin: 0;
  line-height: 1.5;
  word-break: keep-all;
}

@media (min-width: 576px) {
  .summary-box .icon {
    display: block;
    width: 95px;
    height: 95px;
  }
  .summary-box .txt-box {
    min-height: 140px;
    padding: 35px 30px 35px 180px;
  }
}

.sec-therapy .info_box .info_box_li {
  margin-bottom: 20px;
}

.sec-therapy .info_box .sec-body {
  background-color: #fff;
  min-height: 100px;
  padding: 1rem;
  border-radius: 0 0 5px 5px;
  border: 1px solid #dee2e6;
}

.sec-therapy .info_box .sec-body.sec-min {
  min-height: unset;
}

@media (min-width: 992px) {
  .sub-container .para-1 {
    margin-bottom: 25px;
  }
}

.sub-container .para-1 {
  font-size: 1rem;
  font-weight: 400;
  color: #545454;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}

.sec-therapy .info_box .sec-header .img-fluid {
  min-height: 130px;
  border-radius: 5px 5px 0 0;
}

.table0105 > tbody > tr > th {
  white-space: nowrap;
}

.table0105 > tbody > tr > td {
  word-break: keep-all;
}

.img-zoom > .btn,
.img-lg-zoom > .btn,
.img-xl-zoom > .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #31313d url(/common/images/zoom-icon.png) no-repeat center center;
}

.img-zoom,
.img-lg-zoom,
.img-xl-zoom {
  position: relative;
  text-align: center;
  /* border: 1px solid #eaeaea; */
  padding: 1.5rem 1rem;
}

@media (min-width: 1200px) {
  .img-xl-zoom > .btn {
    display: none;
  }
}

.img-zoom img,
.img-lg-zoom img,
.img-xl-zoom img {
  max-width: 100%;
  margin: 0 auto;
}

.list-style01 > li {
  background: url(/site/resource/ansan/common/images/bullet04.png) no-repeat left 9px;
  text-align: left;
  padding-left: 0.9rem;
  margin: 0.3rem 0;
}

.list-style01 > li > span {
  font-weight: 600;
}
