@charset "utf-8";
/* earlyaccess/Google Fonts @import 제거 - self-hosted woff2 + font-display:swap 적용 */
/* 초기화 */

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#contents {
  position: relative;
}

.sub-conts-wrap {
  margin: 0 auto;
  padding: 80px 0 125px;
  width: 1200px;
  /* font-weight: 400; */
  /* font-size: 18px; */
  /* color: #666; */
  /* letter-spacing: -1px; */
  word-break: keep-all;
}
@media screen and (max-width: 1200px) {
  .sub-conts-wrap {
    padding: 80px 30px 125px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sub-conts-wrap {
    padding: 60px 20px 70px;
  }
}
@media screen and (max-width: 640px) {
  .sub-conts-wrap {
    padding: 40px 20px 50px;
  }
}

.sub-visual {
  position: relative;
  display: table;
  padding-top: 100px;
  width: 100%;
  height: 480px;
  text-align: left;
}

.sub-visual.intro {
  background: url("/images/sub/sub_visual01.jpg") no-repeat center top;
  background-size: cover;
}
/* 구성원 메인메뉴 이전 (25.04.24) */
.sub-visual.member {
  background: url("/images/sub/sub_visual02.jpg") no-repeat center top;
  background-size: cover;
}
.sub-visual.center {
  background: url("/images/sub/sub_visual02.jpg") no-repeat center top;
  background-size: cover;
}
.sub-visual.case {
  background: url("/images/sub/sub_visual03.jpg") no-repeat center top;
  background-size: cover;
}
.sub-visual.magazine {
  background: url("/images/sub/sub_visual04.jpg") no-repeat center top;
  background-size: cover;
}
.sub-visual.business {
  background: url("/images/sub/sub_visual05.jpg") no-repeat center top;
  background-size: cover;
}
.sub-visual.online {
  background: url("/images/sub/sub_visual06.jpg") no-repeat center top;
  background-size: cover;
}

.sub-visual .visual-inner {
  display: table-cell;
  vertical-align: middle;
}
.sub-visual .visual-inner > p {
  margin: 0 auto;
  width: 1200px;
  font-weight: 700;
  font-size: 52px;
  color: #fff;
  text-transform: uppercase;
  word-break: keep-all;
}
.sub-visual .visual-inner > p span {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: bottom;
}
/* 게시판 헤더 제목 하단 코멘트 (25.07.24) */
.sub-visual .visual-inner .lawyers-comment {
  margin: 30px auto 0;
  width: 1200px;
  color: #fff !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1200px) {
  .sub-visual .visual-inner .lawyers-comment {
    padding: 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual .visual-inner .lawyers-comment {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}

/* // 게시판 헤더 제목 하단 코멘트 */
.sub-visual + div {
  border-bottom: 1px solid #e0e0e0;
}
.sub-visual + div ul {
  margin: 0 auto;
  width: 1200px;
  font-size: 0;
}
.sub-visual + div ul li {
  display: inline-block;
  margin-right: 65px;
  vertical-align: top;
}
.sub-visual.business + div ul li {
  margin-right: 40px;
}
.sub-visual + div ul li:last-child {
  margin-right: 0 !important;
}
.sub-visual + div ul li a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 80px;
  color: #808080;
  letter-spacing: -1.5px;
}
.sub-visual + div ul li.on {
  position: relative;
}
.sub-visual + div ul li.on:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #009864;
}

@media screen and (max-width: 1200px) {
  .sub-visual .visual-inner > p {
    padding: 0 30px;
    width: 100%;
  }

  .sub-visual + div {
    display: none;
  }
  .sub-visual + div ul {
    padding: 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
  .sub-visual {
    height: 400px;
    padding-top: 70px;
  }
  .sub-visual .visual-inner > p {
    padding: 0 20px;
    font-size: 42px;
  }
  .sub-visual .visual-inner > p span {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .sub-visual {
    padding-top: 60px;
    height: 300px;
  }
  .sub-visual .visual-inner > p {
    font-size: 32px;
  }
  .sub-visual .visual-inner > p span {
    margin-left: 10px;
    font-size: 13px;
  }
}

.sub-conts-title {
  display: block;
  margin: 0 auto 70px;
  text-align: left;
  display: none;
}
.sub-visual.business ~ .sub-conts-wrap .sub-conts-title {
  display: block;
}
.sub-conts-title span {
  position: relative;
  z-index: 11;
  display: inline-block;
  font-weight: 700;
  font-size: 40px;
  color: #1a1a1a;
}
.sub-conts-title span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 8px;
  background: rgba(6, 70, 99, 0.4);
}

.law-big-title {
  font-weight: 500;
  font-size: 1.7rem;
  background: #f7f7f7;
  margin: 1rem 0 0rem 0;
}

.law-small-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #009864;
  padding: 0.2rem 0;
  margin: 0.4rem 0 0 0;
}
.law-text {
  padding: 0 0 0 1.5rem;
  line-height: 1.8;
  text-indent: -1.3rem;
}
.law-text.no-number {
  text-indent: 0rem;
}

.small-ul {
  font-size: 0.9rem;
  line-height: 1.3;
  padding: 0 0 0 1.5rem;
}
