@charset "UTF-8";
.project-header {
  background-color: #FFF;
}

.project-header .gnb-bg {
  display: block;
}

.project-header .center .header-wrap {
  height: 80px;
}

@media screen and (min-width: 991.1px) {
  .project-header {
    -webkit-transition: none;
    transition: none;
  }
  .project-header .center .header-wrap .gnb .menu-list > li.active-hover a + ul {
    visibility: unset;
    opacity: 1;
  }
  .project-header .center .header-wrap .gnb .menu-list > li.active-hover > a {
    color: #28b7bc;
    font-weight: 700;
  }
  .project-header .center .header-wrap .gnb .menu-list > li.active-hover > a::before {
    width: 100%;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:not(.active-hover) a + ul {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:not(.active-hover) > a {
    color: #666 !important;
    font-weight: 500 !important;
  }
  .project-header .center .header-wrap .gnb .menu-list > li:not(.active-hover) > a::before {
    width: 0 !important;
  }
}

@media screen and (max-width: 1350px) {
  .project-header .center .header-wrap {
    height: 70px;
  }
}

@media screen and (max-width: 600px) {
  .project-header .center .header-wrap {
    height: 60px;
  }
}

/* ---------------배너 START--------------- */
.sub-visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 160px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/html/assets/img/sub/sub-banner-bg.png);
}

.sub-visual.sub-visual51 {
  height: 700px;
}

.sub-visual.sub-visual51::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  display: block;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  background-size: contain;
  background-position: center 70%;
  background-repeat: no-repeat;
  background-image: url(/html/assets/img/sub/sub5/main_banner_bg.png);
}

.sub-visual .text-box {
  text-align: center;
  color: #FFF;
  max-width: 90%;
  margin: 0 auto;
}

.sub-visual .text-box .sub-visual-min {
  font-size: 30px;
}

.sub-visual .text-box .sub-visual-title {
  font-size: 72px;
}

.sub-visual .text-box .sub-visual-desc {
  font-size: 24px;
  line-height: 140%;
}

.sub-visual .text-box .sub-visual-min + .sub-visual-title {
  margin-top: 30px;
}

.sub-visual .text-box .sub-visual-title + .sub-visual-desc {
  margin-top: 35px;
}

/* ---------------배너 END--------------- */
/* 

*/
/* ---------------서브 텍스트 START--------------- */
.sub-title {
  font-size: 40px;
  line-height: 150%;
}

.sub-desc {
  font-size: 20px;
  color: #333;
  line-height: 150%;
}

.sub-desc2 {
  font-size: 30px;
  line-height: 150%;
}

.sub-title + .sub-desc {
  margin-top: 20px;
}

.sub-title + .sub-desc2 {
  margin-top: 20px;
}

.sub-text {
  font-size: 20px;
  color: #333;
}

/* ---------------서브 텍스트 END--------------- */
/* 

*/
/* ---------------서브 상담 세션 START--------------- */
.sub-tel-wrap {
  background-color: #d8f2fa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
}

.sub-tel-wrap .center {
  position: relative;
}

.sub-tel-wrap .deco-left,
.sub-tel-wrap .deco-right {
  position: absolute;
  display: block;
  width: 220px;
}

.sub-tel-wrap .deco-left {
  left: 80px;
  top: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sub-tel-wrap .deco-right {
  right: 80px;
  bottom: -50px;
}

/* ---------------서브 상담 세션 END--------------- */
/* 

*/
/* ---------------media screen START--------------- */
@media screen and (max-width: 1350px) {
  /* ---------------배너 START--------------- */
  .sub-visual {
    height: 450px;
    padding-top: 140px;
  }
  .sub-visual.sub-visual51 {
    height: 630px;
  }
  .sub-visual.sub-visual51::before {
    background-position: center 65%;
  }
  .sub-visual .text-box .sub-visual-min {
    font-size: 27px;
  }
  .sub-visual .text-box .sub-visual-title {
    font-size: 65px;
  }
  .sub-visual .text-box .sub-visual-desc {
    font-size: 22px;
  }
  .sub-visual .text-box .sub-visual-min + .sub-visual-title {
    margin-top: 27px;
  }
  .sub-visual .text-box .sub-visual-title + .sub-visual-desc {
    margin-top: 30px;
  }
  /* ---------------배너 END--------------- */
  /* 
    
    */
  /* ---------------서브 텍스트 START--------------- */
  .sub-title {
    font-size: 37px;
  }
  .sub-desc {
    font-size: 19px;
  }
  .sub-desc2 {
    font-size: 28px;
  }
  .sub-text {
    font-size: 19px;
  }
  /* ---------------서브 텍스트 END--------------- */
  /* 
    
    */
  /* ---------------서브 상담 세션 START--------------- */
  .sub-tel-wrap {
    padding: 45px 0;
  }
  .sub-tel-wrap .deco-left,
  .sub-tel-wrap .deco-right {
    width: 200px;
  }
  .sub-tel-wrap .deco-left {
    left: 60px;
    top: -45px;
  }
  .sub-tel-wrap .deco-right {
    right: 60px;
    bottom: -45px;
  }
  /* ---------------서브 상담 세션 END--------------- */
}

@media screen and (max-width: 1100px) {
  /* ---------------배너 START--------------- */
  .sub-visual {
    height: 400px;
  }
  .sub-visual.sub-visual51 {
    height: 560px;
  }
  .sub-visual.sub-visual51::before {
    background-position: center 60%;
  }
  .sub-visual .text-box .sub-visual-min {
    font-size: 23px;
  }
  .sub-visual .text-box .sub-visual-title {
    font-size: 55px;
  }
  .sub-visual .text-box .sub-visual-desc {
    font-size: 20px;
  }
  .sub-visual .text-box .sub-visual-min + .sub-visual-title {
    margin-top: 23px;
  }
  .sub-visual .text-box .sub-visual-title + .sub-visual-desc {
    margin-top: 27px;
  }
  /* ---------------배너 END--------------- */
  /* 
    
    */
  /* ---------------서브 텍스트 START--------------- */
  .sub-title {
    font-size: 33px;
  }
  .sub-desc {
    font-size: 18px;
  }
  .sub-desc2 {
    font-size: 26px;
  }
  .sub-title + .sub-desc {
    margin-top: 17px;
  }
  .sub-title + .sub-desc2 {
    margin-top: 17px;
  }
  .sub-text {
    font-size: 18px;
  }
  /* ---------------서브 텍스트 END--------------- */
  /* 
    
    */
  /* ---------------서브 상담 세션 START--------------- */
  .sub-tel-wrap {
    padding: 40px 0;
  }
  .sub-tel-wrap .deco-left,
  .sub-tel-wrap .deco-right {
    width: 180px;
  }
  .sub-tel-wrap .deco-left {
    left: 40px;
    top: -40px;
  }
  .sub-tel-wrap .deco-right {
    right: 40px;
    bottom: -40px;
  }
  /* ---------------서브 상담 세션 END--------------- */
}

@media screen and (max-width: 991px) {
  /* ---------------배너 START--------------- */
  .sub-visual {
    padding-top: 70px;
  }
  /* ---------------배너 END--------------- */
}

@media screen and (max-width: 850px) {
  /* ---------------배너 START--------------- */
  .sub-visual {
    height: 350px;
  }
  .sub-visual.sub-visual51 {
    height: 490px;
  }
  .sub-visual.sub-visual51::before {
    background-position: center 55%;
  }
  .sub-visual .text-box .sub-visual-min {
    font-size: 20px;
  }
  .sub-visual .text-box .sub-visual-title {
    font-size: 45px;
  }
  .sub-visual .text-box .sub-visual-desc {
    font-size: 19px;
  }
  .sub-visual .text-box .sub-visual-min + .sub-visual-title {
    margin-top: 20px;
  }
  .sub-visual .text-box .sub-visual-title + .sub-visual-desc {
    margin-top: 23px;
  }
  /* ---------------배너 END--------------- */
  /* 
    
    */
  /* ---------------서브 텍스트 START--------------- */
  .sub-title {
    font-size: 30px;
  }
  .sub-title br {
    display: none;
  }
  .sub-desc {
    font-size: 17px;
  }
  .sub-desc br {
    display: none;
  }
  .sub-desc2 {
    font-size: 22px;
  }
  .sub-desc2 br {
    display: none;
  }
  .sub-text {
    font-size: 17px;
  }
  .sub-text br {
    display: none;
  }
  /* ---------------서브 텍스트 END--------------- */
  /* 
    
    */
  /* ---------------서브 상담 세션 START--------------- */
  .sub-tel-wrap {
    padding: 35px 0;
  }
  .sub-tel-wrap .deco-left,
  .sub-tel-wrap .deco-right {
    width: 160px;
  }
  .sub-tel-wrap .deco-left {
    left: 20px;
    top: -35px;
  }
  .sub-tel-wrap .deco-right {
    right: 20px;
    bottom: -35px;
  }
  /* ---------------서브 상담 세션 END--------------- */
}

@media screen and (max-width: 600px) {
  /* ---------------배너 START--------------- */
  .sub-visual {
    height: 300px;
    padding-top: 60px;
  }
  .sub-visual.sub-visual51 {
    height: 400px;
  }
  .sub-visual.sub-visual51::before {
    background-position: center 50%;
  }
  .sub-visual .text-box .sub-visual-min {
    font-size: 18px;
  }
  .sub-visual .text-box .sub-visual-title {
    font-size: 35px;
  }
  .sub-visual .text-box .sub-visual-desc {
    font-size: 18px;
  }
  .sub-visual .text-box .sub-visual-min + .sub-visual-title {
    margin-top: 15px;
  }
  .sub-visual .text-box .sub-visual-title + .sub-visual-desc {
    margin-top: 20px;
  }
  /* ---------------배너 END--------------- */
  /* 
    
    */
  /* ---------------서브 텍스트 START--------------- */
  .sub-title {
    font-size: 27px;
  }
  .sub-desc {
    font-size: 16px;
  }
  .sub-desc2 {
    font-size: 20px;
  }
  .sub-title + .sub-desc {
    margin-top: 15px;
  }
  .sub-title + .sub-desc2 {
    margin-top: 15px;
  }
  .sub-text {
    font-size: 16px;
  }
  /* ---------------서브 텍스트 END--------------- */
  /* 
    
    */
  /* ---------------서브 상담 세션 START--------------- */
  .sub-tel-wrap {
    padding: 30px 0;
  }
  .sub-tel-wrap .deco-left,
  .sub-tel-wrap .deco-right {
    width: 140px;
  }
  .sub-tel-wrap .deco-left {
    left: 0;
    top: -30px;
  }
  .sub-tel-wrap .deco-right {
    right: 0;
    bottom: -30px;
  }
  /* ---------------서브 상담 세션 END--------------- */
}

@media screen and (max-width: 450px) {
  /* ---------------배너 START--------------- */
  .sub-visual {
    height: 250px;
  }
  .sub-visual.sub-visual51 {
    height: 320px;
  }
  .sub-visual .text-box .sub-visual-min {
    font-size: 16px;
  }
  .sub-visual .text-box .sub-visual-title {
    font-size: 27px;
  }
  .sub-visual .text-box .sub-visual-desc {
    font-size: 17px;
  }
  .sub-visual .text-box .sub-visual-min + .sub-visual-title {
    margin-top: 10px;
  }
  .sub-visual .text-box .sub-visual-title + .sub-visual-desc {
    margin-top: 15px;
  }
  /* ---------------배너 END--------------- */
  /* 
    
    */
  /* ---------------서브 텍스트 START--------------- */
  .sub-title {
    font-size: 23px;
  }
  .sub-desc {
    font-size: 15px;
  }
  .sub-desc2 {
    font-size: 17px;
  }
  .sub-text {
    font-size: 15px;
  }
  /* ---------------서브 텍스트 END--------------- */
  /* 
    
    */
  /* ---------------서브 상담 세션 START--------------- */
  .sub-tel-wrap .deco-left,
  .sub-tel-wrap .deco-right {
    width: 120px;
  }
  /* ---------------서브 상담 세션 END--------------- */
}

@media screen and (max-width: 330px) {
  /* ---------------배너 START--------------- */
  .sub-visual {
    height: 220px;
  }
  .sub-visual.sub-visual51 {
    height: 270px;
  }
  .sub-visual .text-box .sub-visual-min {
    font-size: 14px;
  }
  .sub-visual .text-box .sub-visual-title {
    font-size: 23px;
  }
  .sub-visual .text-box .sub-visual-desc {
    font-size: 16px;
  }
  .sub-visual .text-box .sub-visual-title + .sub-visual-desc {
    margin-top: 13px;
  }
  /* ---------------배너 END--------------- */
  /* 
    
    */
  /* ---------------서브 텍스트 START--------------- */
  .sub-title {
    font-size: 19px;
  }
  .sub-desc {
    font-size: 14px;
  }
  .sub-desc2 {
    font-size: 15px;
  }
  .sub-title + .sub-desc {
    margin-top: 10px;
  }
  .sub-title + .sub-desc2 {
    margin-top: 10px;
  }
  .sub-text {
    font-size: 14px;
  }
  /* ---------------서브 텍스트 END--------------- */
  /* 
    
    */
  /* ---------------서브 상담 세션 START--------------- */
  .sub-tel-wrap .deco-left,
  .sub-tel-wrap .deco-right {
    width: 100px;
  }
  /* ---------------서브 상담 세션 END--------------- */
}

/* ---------------media screen END--------------- */
