@charset "UTF-8";
@-webkit-keyframes rotate360 {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes dung {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 8px);
  }
}
@-webkit-keyframes arrowRight {
  0% {
    transform: translateX(0, 0px);
  }
  100% {
    transform: translateX(30px);
  }
}
@-webkit-keyframes introArrowRight {
  0% {
    transform: translateX(0, 0px);
  }
  100% {
    transform: translateX(20px);
  }
}
@-webkit-keyframes introCategoryBorder {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.sub-visual {
  height: 27rem;
  background-size: cover;
  background-position: center;
}
.sub-visual01 {
  background-image: url(../images/background/bg-subvisual01.png);
}
.sub-visual02 {
  background-image: url(../images/background/bg-subvisual02.png);
}
.sub-visual03 {
  background-image: url(../images/background/bg-subvisual03.png);
}
.sub-visual04 {
  background-image: url(../images/background/bg-subvisual04.png);
}
.sub-visual__inner {
  max-width: 140rem;
  height: 100%;
  margin: 0 auto;
}
.sub-visual__text {
  display: flex;
  -ms-display: flexbox;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 4.2rem;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.sub-content__inner {
  display: flex;
  -ms-display: flexbox;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
}
.sub-core {
  padding-top: 9rem;
  padding-bottom: 12rem;
  flex: 1;
}
.sub-core__item + .sub-core__item {
  margin-top: 5rem;
}
.sub-core__item--title {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000000;
  line-height: 100%;
}
.sub-core__item--subtitle {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
}
.sub-core__item img {
  max-width: 100%;
}

.workPicture-wrap {
  display: flex;
  -ms-display: flexbox;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: -4rem -2rem;
}
.workPicture-item {
  width: 25%;
  padding: 4rem 2rem;
  box-sizing: border-box;
}
.workPicture-img {
  max-height: 40rem;
  border-radius: 1rem;
  overflow: hidden;
}
.workPicture-text {
  margin-top: 2.5rem;
  font-size: 2rem;
  text-align: center;
  line-height: 100%;
}

/* sub04 견적문의 */
.estimate-inq__inner {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: url(../images/background/bg-sub04.png);
  text-align: center;
}
.estimate-inq__icon {
  width: 8.4rem;
  height: 8.4rem;
  margin: 0 auto;
  background: url(../images/sub/icon-question.png);
  background-size: cover;
}
.estimate-inq__text {
  margin: 0;
}
.estimate-inq__text--wrap {
  margin-top: 3rem;
}
.estimate-inq__text--top {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 100%;
}
.estimate-inq__text--mid {
  margin-top: 2rem;
  font-size: 6rem;
  font-weight: 600;
  color: #0d2a38;
  line-height: 100%;
}
.estimate-inq__text--bottom {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.estimate-inq__button {
  margin-top: 3.5rem;
}
.estimate-inq__button .ui-button {
  display: flex;
  -ms-display: flexbox;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20.5rem;
  height: 5.6rem;
  margin: 0 auto;
  padding: 0 1.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0d2a38;
  border: 2px solid #023a55;
  border-radius: 2px;
  background: #e9eff3 url(../images/sub/icon-arrowRight.png) no-repeat right 1.8rem center;
  background-size: 2.6rem 1.4rem;
  box-sizing: border-box;
}
.estimate-inq__button .ui-button:hover {
  background-color: #023a55;
  background-image: url(../images/sub/icon-arrowRight__white.png);
  color: #ffffff;
}

/*====================================================================================*/
/*================================= responsive =======================================*/
/*====================================================================================*/
@media (max-width: 1400px) {
  .sub-content__inner {
    padding: 0 3rem;
    box-sizing: border-box;
  }
}
@media (max-width: 720px) {
  .sub-core {
    padding-top: 6rem;
  }
  .sub-core__item {
    font-size: 1.8rem;
  }
  .sub-core__item--title {
    font-size: 2.4rem;
  }
  .workPicture-wrap {
    margin: -2rem -1.5rem;
  }
  .workPicture-img{
	max-height:unset;
  }
  .workPicture-item {
    width: 50%;
    padding: 2rem 1.5rem;
  }
}