@charset "UTF-8";
.text-center {
  text-align: center !important;
}

.py-ui .sub-body section p {
  text-align: center;
}

.py-ui .sub-body h4 {
  font-size: 1.2rem;
}

.py-ui .sub-body h4 + strong {
  display: block;
  font-size: 17px;
  line-height: 38px;
  color: #424141;
  letter-spacing: -0.75px;
  font-weight: 400;
  margin-bottom: 55px;
}

.py-ui .sub-body h4 + strong {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  margin-left: 15px;
}

.overview-tbl {
  width: 100%;
  border-top: 1px solid #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
}

.overview-tbl tr:first-child th,
.overview-tbl tr:first-child td {
  border-top: 0;
}

.overview-tbl th {
  text-align: left;
}

.overview-tbl th,
.overview-tbl td {
  border-top: 1px solid #e4e4e4;
}

.overview-tbl tr:first-child th,
.overview-tbl tr:first-child td {
  border-top: 0;
}

.overview-tbl td {
  font-size: 16px;
  line-height: 40px;
  color: #424141;
  color: rgba(66, 65, 65, 0.87);
  letter-spacing: -0.3px;
}

.overview-tbl th strong:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #494949;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0 11px 0 3px;
}

.overview-tbl th strong {
  font-size: 15px;
  line-height: 40px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.service-tit {
  margin-bottom: 65px;
  background: url(/anyone/static/images/t4_01.png) no-repeat right center;
}

.service-tit .tit {
  font-size: 35px;
  letter-spacing: -0.5px;
  color: #000000;
  font-weight: 400;
  padding-top: 20px;
  margin-top: 0;
  line-height: 30px;
}

.service-tit span {
  color: #f57f20;
  font-size: xxx-large;
  font-weight: bold;
}

.service-tit p {
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #000000;
  margin-top: 30px;
}

.py-ui .sub-body section p {
  text-align: left;
}

/* tab2 연혁 */
#container[data-show="active"] {
  position: relative;
  z-index: 2;
}

#content {
  min-height: 600px;
  padding: 40px 0 125px;
  overflow: hidden;
}

.sub_tit_box {
  text-align: center;
  margin-bottom: 100px;
}

.sub_tit_box span {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b2b0b3;
}

.sub_tit_box .sub_title,
.sub_tit_box h4 {
  display: block;
  margin: 15px 0 0;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 1em;
  word-break: keep-all;
}

.history_con {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  z-index: 2;
}

.history_con .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -0.5px;
  background: #b2b0b3;
}

#historyLine {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00b1b9;
}

.list_history > .data > h2 {
  position: relative;
  padding: 0 80px;
  font-size: 86px;
  font-weight: bold;
  line-height: 0.8em;
  color: #0160ae;
  text-align: left !important;
  transition: all 0.2s ease;
}

.list_history > .data > * {
  width: 50%;
  box-sizing: border-box;
}

.list_history > .data:nth-child(odd) > h2::before {
  right: -25px;
  left: auto;
}

.list_history > .data > h2.on::before {
  background: #00b1b9;
}

.list_history > .data > h2::before {
  content: "";
  position: absolute;
  top: 27px;
  left: -25px;
  width: 50px;
  height: 10px;
  background: #ccc;
  border-radius: 50px;
  transition: all 0.3s ease 0.2s;
  border-radius: 10px;
}

.list_history > .data:nth-child(odd) > h2 {
  text-align: right !important;
}

.list_history > .data > h2 {
  position: relative;
  padding: 0 80px;
  font-size: 4em;
  font-weight: bold;
  line-height: 0.8em;
  color: #0160ae;
  text-align: left !important;
  transition: all 0.2s ease;
}

.list_history > .data:nth-child(even) {
  flex-direction: row-reverse;
}

.list_history > .data > ul {
  margin-top: 20px;
  padding: 0 60px;
}

.list_history > .data:nth-child(even) > ul > li {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.list_history > .data > ul > li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 12px;
}

.list_history > .data > ul > li > em {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0px;
}

.list_history > .data > ul > li > em > i {
  width: 50px;
  font-weight: 600;
  font-size: 24px;
  color: #333;
}

.list_history > .data:nth-child(odd) > ul > li p {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.list_history > .data > ul > li:last-child {
  margin: 0;
}

.list_history > .data:nth-child(even) > ul {
  text-align: right;
}

.list_history > .data {
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
  flex-direction: row;
}

.obj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.obj .v1 {
  top: 200px;
  right: -100px;
}

.obj .v2 {
  top: 30%;
  left: -70px;
}

.obj img {
  position: absolute;
}

.obj .v3 {
  left: 50%;
  bottom: 150px;
  margin-left: 170px;
}

/* t05 오시는 길 */
#t05 li {
  list-style: none;
}

#t05 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* 미디어쿼리 */
/* 노트북 & PC (해상도 1024px)*/
/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .service-tit {
    background: none;
  }
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width: 767px) {
  .list_history > .data > h2 {
    font-size: 2em;
  }
  .list_history > .data > h2::before {
    width: 35px;
    height: 8px;
  }
  .list_history > .data {
    display: block;
  }
  .list_history > .data > * {
    width: 100%;
  }
  .py-ui .sub-body section p {
    text-align: center;
  }
  .service-tit {
    background: none;
  }
}
