@charset "UTF-8";
.linefont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 40px;
  font-family: var(--Angelle);
}
.linefont .--line {
  width: 400px;
  height: 1px;
  background: #000;
}

.--btn {
  width: 375px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: #000;
  font-family: var(--NanumSquare);
}
.--btn::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.7em;
  background: url(/img/common/hd/icon-talk-dot.svg) center/contain no-repeat;
}

.--deco {
  font-weight: 800;
  color: #9c1c2b;
}

#text-sub .--abs-deco {
  display: inline;
  position: absolute;
  font-size: 34px;
  font-weight: 700;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 3px;
  background-color: #fff;
  font-family: var(--NanumSquare);
}
#text-sub .--abs-deco strong {
  color: #9c1c2b;
}

.sub__visual {
  padding: 240px 0 105px;
}
.sub__visual .visual__wrapper {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
.sub__visual #sub__nav {
  position: absolute;
  top: 0;
  left: 850px;
}
.sub__visual .visual__title {
  position: absolute;
  top: 130px;
  left: 740px;
  z-index: 10;
  font-size: 22px;
  line-height: 1.8;
}
.sub__visual .visual__title h2 {
  font: normal 120px/1 var(--Angelle);
  margin-bottom: 0.8em;
  letter-spacing: -0.01em;
}
.sub__visual .visual__title h2 strong {
  display: block;
  font-weight: normal;
  color: var(--theme-color);
  position: relative;
  left: -1em;
}
.sub__visual .visual__title p strong {
  font-size: 40px;
  display: block;
  line-height: 1.4;
  margin-top: 0.5em;
}
.sub__visual .visual__title p em {
  font-style: normal;
  color: var(--theme-color);
}
.sub__visual .visual__img {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 14px;
  color: #a2a2a2;
}
.sub__visual .visual__img p {
  padding-top: 0.7em;
}
.sub__visual .visual__img img {
  position: relative;
  z-index: 5;
}
.sub__visual .visual__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  translate: -130px -240px;
  width: 680px;
  height: 860px;
  background: url(/img/sub/visual-bg.jpg);
}

.sub__visual.--community .visual__title {
  position: relative;
  top: auto;
  left: auto;
}
.sub__visual.--community .visual__title h2 {
  padding: 1.5em 0 1em;
  text-align: center;
}
.sub__visual.--community .visual__title .title__hr {
  display: block;
  width: 90%;
  height: 1px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #dedede;
}
.sub__visual.--community .visual__title .title__hr::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  translate: -50% 0;
  width: 60px;
  height: 50px;
  background: url(/img/logo/symbol.svg) center/contain no-repeat;
}
.sub__visual.--community .visual__title {
  display: none;
}

/* .sub__visual.__cs,
.sub__visual.__review_video,
.sub__visual.__media {
    .visual__title { display: none; }
} */
#sub__nav {
  display: flex;
  align-items: center;
  z-index: 10;
}
#sub__nav .nav__home {
  width: 15px;
  height: 15px;
  margin-right: 20px;
  line-height: 0;
}
#sub__nav .nav__menu {
  position: relative;
  font-size: 16px;
  line-height: 1;
  width: 17em;
  height: 2em;
}
#sub__nav .nav__menu ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 2em;
  padding-top: 2em;
  overflow: hidden;
  transition: 0.5s;
}
#sub__nav .nav__menu ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 1px;
  height: 100%;
  background: #d4d4d4;
}
#sub__nav .nav__menu li {
  padding-top: 0.5em;
  background: #fff;
}
#sub__nav .nav__menu li.--active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
}
#sub__nav .nav__menu li.--active a::after {
  content: "";
  width: 0.875em;
  height: 0.5em;
  margin-right: 1.25em;
  background: url(/img/common/icon-chevron-down.svg) center/contain no-repeat;
  transition: 0.2s;
}
#sub__nav .nav__menu a {
  height: 2em;
  padding: 0 0 0 1.75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sub__nav .nav__menu a:hover {
  color: var(--theme-color);
}
#sub__nav .nav__menu:hover ul {
  max-height: 20em;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.0666666667);
}
#sub__nav .nav__menu:hover ul li.--active a::after {
  transform: rotateX(180deg);
}

/* ==================== .section__case ==================== */
.section__case {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 90px;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
}
.section__case .case__title {
  width: 710px;
  padding-right: 100px;
  position: relative;
  font-size: 120px;
  text-align: right;
}
.section__case .case__title h3 {
  font-weight: normal;
  line-height: 0.6;
}
.section__case .case__title h3 strong {
  display: inline-block;
  position: relative;
  color: var(--theme-color);
  font-weight: normal;
}
.section__case .case__title h3 strong i {
  position: absolute;
  bottom: calc(100% - 0.2em);
  right: -0.2em;
  font-size: 0.45em;
  font-style: normal;
  font-weight: 900;
}
.section__case .case__title .badge__logo {
  position: absolute;
  bottom: 0;
  right: 2em;
}
.section__case .case__slider {
  width: calc(100% - 710px);
}
.section__case .swiper-slide {
  width: 805px;
  margin-right: 60px;
  opacity: 0;
  transition: opacity 1s;
}
.section__case .swiper-slide.swiper-slide-active, .section__case .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.section__case .swiper-slide dt {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 1em;
}
.section__case .swiper-slide dd {
  color: #676767;
}
.section__case .swiper-slide dl::after {
  content: "";
  display: block;
  height: 474px;
  margin-top: 30px;
}
.section__case .slide__knowhow::after {
  background: url(/img/main/case/1.jpg) center no-repeat;
}
.section__case .slide__10Y::after {
  background: url(/img/main/case/2.jpg) center no-repeat;
}

/* ==================== 게시판 ==================== */
#bo_list,
#bo_w,
#bo_v {
  margin-bottom: 150px;
}

/* ==================== #quick__db ==================== */
#quick__db {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 51;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#quick__db form {
  max-width: 1400px;
  width: 96%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#quick__db input[type=text],
#quick__db textarea {
  width: 240px;
  height: 35px;
  padding-left: 20px;
  border: 0;
  border-radius: 5px;
  line-height: 35px;
}
#quick__db button {
  width: 190px;
  height: 50px;
  background: #000;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.quick__db {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 80px;
  background-color: rgb(156, 28, 43);
  mix-blend-mode: multiply;
}

@media screen and (max-width: 1400px) {
  #quick__db input[type=text],
  #quick__db textarea {
    width: 200px;
  }
  #quick__db button {
    width: 170px;
  }
}
@media screen and (max-width: 1280px) {
  #quick__db {
    font-size: 14px;
  }
  #quick__db input[type=text],
  #quick__db textarea {
    width: 160px;
  }
  #quick__db button {
    font-size: 18px;
  }
  #quick__db button {
    width: 150px;
  }
}/*# sourceMappingURL=layout.min.css.map */