@charset "UTF-8";

@font-face {
  font-family: 'NanumSquareNeo';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*common*/
#hd_wrap {background-color: #fff;}
.aply-btn:hover {border: 1px solid var(--color-blue); background-color: #fff; color: var(--color-blue);}
.sect-top-wrap {}
.sect-tit {font-size: 1.75em; font-weight: 700;}
.sect-txt {font-size: 3.75em; font-weight: 700; margin-top: 20px; letter-spacing: -4px;}
.sect-txt2 {font-size: 3em; font-weight: 700; margin-top: 20px; color: rgba(0,0,0,0.7);}

/*sect1*/
.sect1 {position: relative; width: 100%; height: calc((var(--vh, 1vh) * 100))}
/* .sect1::before {content: ''; width: 100%; height: 100%; position: absolute; top: 100px; left: 0; background: linear-gradient(180deg, rgba(255,255,255,1) 0%, transparent 70%); transition: .3s;} */
.sect1::after {content: ''; width: 100%; height: 100%; position: absolute; top: 99px; left: 0; background-image: url("../../../assets/images/user/w_opacity.png"); background-repeat: no-repeat; background-size: cover; transition: .3s;}
.sect1 video {width: 100%; height: 100%; object-fit: cover;}
.sect1 .sect1-top {position: absolute; top: 190px; width: 100%; z-index: 1;}
.sect1 .sect1-top .sect1-tit {}
.sect1 .sect1-top .sect1-tit h2 {font-size: 3.75em; font-weight: 500; line-height: 1.3; font-family: 'NanumSquareNeo', sans-serif;}
.sect1 .sect1-top .sect1-txt {margin-top: 20px;}
.sect1 .sect1-top .sect1-txt p {font-size: 1.625em; line-height: 1.3;}
.sect1 .sect1-top .sect1-txt span {color: var(--color-blue); font-weight: 700;}

@keyframes scrollUpDown { 
    0%,100% { transform: translateY(3px); } 
    50% { transform: translateY(-3px); }     
}
@keyframes scroll {
    0% { opacity: 0; }
    20% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.scroll-wrap {position: absolute; bottom: 60px; display: flex; align-items: end;}
.scroll-wrap p {font-size: 1em; font-weight: 700; color: #fff;}
.scroll-wrap .scroll-arrow {margin-left: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.scroll-wrap .scroll-arrow i {background-image: url("../../images/user/ico-scroll.svg"); background-repeat: no-repeat; background-size: cover; display: inline-block; width: 20px; height: 9px; -webkit-animation: sdb 1.8s infinite; animation: sdb 1.8s infinite;}
.scroll-wrap .scroll-arrow i:nth-of-type(1) {-webkit-animation-delay: 0s; animation-delay: 0s;}
.scroll-wrap .scroll-arrow i:nth-of-type(2) {-webkit-animation-delay: .15s; animation-delay: .15s;}

/*sect2*/
.sect2 {padding: 210px 40px; padding-right: 0; max-width: calc(100% - 40px); margin: 0 0 0 auto; display: flex; align-items: center; justify-content: space-between;}
.sect2 .sect2-l {margin-right: 100px; flex: none;}
.sect2-slide {position: relative; flex: 1;}

.business-slide ul {display: flex; align-items: center; max-width: 1330px;}
.business-slide ul li {border-radius: 30px; position: relative; width: 100%; max-width: 380px;}
.business-slide ul li {margin-right: 40px;}
.business-slide ul li:last-child {margin-right: 0;}
.business-slide ul li img {width: 100%; height: 100%; object-fit: cover;}
.business-slide ul li .business-info {padding: 30px; border-radius: 30px; background-color: rgba(0,0,0,0.3); position: absolute; bottom: 0; width: 100%;}
.business-slide ul li .business-info .tit {font-size: 1.45em; font-weight: 700; color: #fff; word-break: keep-all; margin-bottom: 30px;}
.business-slide ul li .business-info .business-detail {padding: 10px 15px; border-radius: 30px; background-color: #fff; font-size: 1em; font-weight: 600; display: inline-block; width: fit-content; height: 100%; transition: all .2s;}
.business-slide ul li .business-info .business-detail:hover {background-color: rgba(0,0,0,0.5); color: #fff;}
.business-prev, .business-next {width: 60px; height: 60px; border-radius: 50%; background-color: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.1); background-repeat: no-repeat; background-position: center; background-image: url("../../images/cmn/slide-prev.svg"); position: absolute; top: 50%; left: -30px; transform: translateY(-50%); z-index: 1; cursor: pointer; transition: .1s;}
.business-prev:hover {filter: contrast(0.8);}


/*sect3*/
.sect3 {padding: 155px 0; position: relative; background: url("../../images/user/sect3-bg.png"); background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 900px;}
/* .sect3::before {content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(255,255,255,0.7);} */
.sect3 .sect-top-wrap {text-align: center;}

.sect3 .slick-cont {margin-top: 100px;}
.sect3 .slick-cont ul {margin: -15px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.sect3 .slick-cont ul + ul {margin-top: 15px;}
.sect3 .slick-cont ul li {border-radius: 20px; background-color: #fff; font-size: 1.5em; font-weight: 500; text-align: center; width: 280px; height: 84px; display: flex; align-items: center; justify-content: center; margin: 15px;}
.sect3 .slick-cont ul li img {max-width: fit-content; padding: 20px 25px;}
.sect3 .slick-cont ul li img.bt {padding: 10px 0 20px;}

.sect3 .btn-inquiry {display: flex; align-items:center; justify-content: center; width: 100%; max-width: 470px; height: 64px; font-size: 1.5em; font-weight: 600; color: #fff; border-radius: 30px; background-color: var(--color-blue); margin: 100px auto 0; transition: all .2s;}
.sect3 .btn-inquiry:hover {border: 1px solid var(--color-blue); background-color: rgba(247,247,247,0.7); color: var(--color-blue);}

/*sect4*/
.sect4 {display: flex; align-items: center; background-color: #F7F7F7; padding: 250px 0 190px;}
.sect4 .inner {width: 100%; padding: 0 40px; max-width: calc(100% - 80px); margin: 0 auto; display: flex; align-items: center;}
.sect4 .sect4-l {margin-right: 100px;}

.sect4 .sect4-r {display: flex; align-items: center; justify-content: end; flex: 1;}
.sect4 .sect4-r .sect4-report {width: 100%; border-radius: 30px; background-color: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); padding: 40px 40px 22px;}
.sect4 .sect4-r .sect4-inquiry {width: 100%; max-width: 450px; height: 460px; background-color: var(--color-blue); padding: 45px 40px 40px; border-radius: 30px; position: relative;}
.sect4 .sect4-r .sect4-report + .sect4-inquiry {margin-left: 30px;}
.sect4 .sect4-r .sect4-inquiry .tit {font-size: 1.75em; font-weight: 700; color: #fff;}
.sect4 .sect4-r .sect4-inquiry .txt {font-size: 1.25em; font-weight: 500; color: #fff; line-height: 1.5; margin-top: 15px;}
.sect4 .sect4-r .sect4-inquiry .sect4-bg {position: absolute; left: 40px; bottom: 40px;}
.sect4 .sect4-r .sect4-inquiry .arrow {position: absolute; right: 40px; bottom: 40px; border-radius: 50%; background-color: #fff; width: 50px; height: 50px; background-image: url("../../images/user/sect4-inquiry-arrow.svg"); background-repeat: no-repeat; background-size: 20px 14px; background-position: center;}
@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(20px) scale(0.9);}
  26%{opacity: 0; transform:translateX(-20px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}
.sect4 .sect4-r .sect4-inquiry:hover .arrow {-webkit-animation: bounceAlpha 1.3s ease; animation: bounceAlpha 1.3s ease;}


@media screen and (min-width: 1921px) {
  .sect1-video-wrap .sect1-video {object-fit: cover;}
  .sect2 {max-width: calc(1920px + 80px); margin: 0 auto;}
  .sect4 .inner {max-width: calc(1920px + 80px);}
}

@media screen and (max-width: 1600px) {
  /*sect2*/
  .sect2 {flex-direction: column; align-items: baseline; max-width: 100%; padding: 120px 0 120px 40px;}
  .sect2 .sect2-l {margin: 0 0 80px;}
  .business-slide ul li {margin-right: 30px;}
  .business-slide ul li .business-info .tit {font-size: 1.3em;}

  /*sect3*/
  .slick-cont.pc {display: none;}

  /*sect4*/
  .sect4 {padding: 120px 40px;}
  .sect4 .inner {flex-direction: column; align-items: baseline; max-width: 100%; padding: 0;}
  .sect4 .sect4-l {margin: 0 0 80px;}
  .sect4 .sect4-r {width: 100%;}
  .sect4 .sect4-r .sect4-report {max-width: 100%;}
}

@media screen and (max-width: 1280px) {
  /* common */
  #hd_wrap.active {box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}

  .sect-tit {font-size: 1.5em;}
  .sect-txt {font-size: 2.5em; margin-top: 12px; letter-spacing: -2px;}

  /*sect1*/
  .sect1::before {top: 80px;}
  .sect1::after {top: 79px;}
  .sect1 .sect1-top .sect1-tit h2 {font-size: 3.5em}
  .sect1 .sect1-top .sect1-txt p {font-size: 1.5em;}
  .sect1-video-wrap .sect1-video-top {width: 100%; max-width: 520px; top: 30px; right: 40px;}
  .scroll-wrap {left: 40px; bottom: 50px;}

  /*sect2*/
  .sect2 {padding: 90px 0px 90px 40px;}
  .sect2 .sect2-l {margin: 0 0 40px;}
  .business-slide ul li {max-width: 350px; max-height: 436px;}

  /*sect3*/
  .sect3 {padding: 200px 0; height: auto;}
  .sect3 .slick-cont {margin-top: 70px;}
  .sect3 .slick-cont ul {margin: -10px;}
  .sect3 .slick-cont ul li {width: 180px; height: 60px; font-size: 1em; margin: 10px; padding: 5px 10px;}
  .sect3 .slick-cont ul li img {width: 100%; height: 100%; padding: 10px;}
  .sect3 .slick-cont ul li img.no-pd {padding: 0;}
  .sect3 .slick-cont ul li img.bt {padding-bottom: 12px;}
  .sect3 .btn-inquiry {margin: 70px auto 0; font-size: 1.375em;}

  /*sect4*/
  .sect4 {padding: 90px 40px;}
  .sect4 .sect4-l {margin: 0 0 40px;}
  .sect4 .sect4-r {flex-direction: column;}
  .sect4 .sect4-r .sect4-report {padding: 37px 35px;}
  .sect4 .sect4-r .sect4-report + .sect4-inquiry {margin: 20px 0 0;}
  .sect4 .sect4-r .sect4-inquiry {max-width: 100%; height: auto; padding: 38px 35px 35px;}
  .sect4 .sect4-r .sect4-inquiry .sect4-bg {display: none;}
}

@media screen and (max-width: 768px) {
  /* common */
  .sect-tit {font-size: 1em;}
  .sect-txt {font-size: 1.875em;}
  .sect-txt2 {font-size: 1.5em; margin-top: 12px;}

  /*sect1*/
  .sect1::before {top: 70px;}
  .sect1::after {top: 69px;}
  .sect1 .sect1-top {top: 170px;}
  .sect1 .sect1-top .sect1-tit h2 {font-size: 2em; letter-spacing: -0.2px;}
  .sect1 .sect1-top .sect1-txt {margin-top: 8px;}
  .sect1 .sect1-top .sect1-txt p {font-size: 1em;}
  .sect1-video-wrap .sect1-video {height: 370px;}
  .sect1-video-wrap .sect1-video-top {max-width: 276px; right: 20px;}
  .scroll-wrap {left: 20px; bottom: 30px;}

  /*sect2*/
  .sect2 {padding: 70px 0px 70px 20px;}
  .sect2 .sect2-l {margin: 0 0 30px;}
  .sect2-slide {padding-left: 25px;}
  .business-slide ul li {max-width: 235px; max-height: 300px; margin-right: 20px;}
  .business-slide ul li .business-info {padding: 20px;}
  .business-slide ul li .business-info .tit {font-size: 1em; margin-bottom: 22px;}
  .business-slide ul li .business-info .business-detail {font-size: 0.875em; padding: 8px 15px;}
  .business-prev, .business-next {width: 50px; height: 50px; left: 0;}

  /*sect3*/
  .sect3 {padding: 75px 0; height: auto;}
  .sect3 .slick-cont {margin-top: 35px;}
  .sect3 .btn-inquiry {margin: 35px auto 0; font-size: 1.125em; max-width: calc(100% - 40px); height: 50px;}

  /*sect4*/
  .sect4 {padding: 65px 20px;}
  .sect4 .sect4-l {margin: 0 0 30px;}
  .sect4 .sect4-r {flex-direction: column;}
  .sect4 .sect4-r .sect4-report {padding: 20px;}
  .sect4 .main-report .report-top a {font-size: 1.5em;}
  .sect4 .main-report .report-top p {font-size: 0.875em;}
  .main-report ul {margin-top: 12px;}
  .main-report ul li {padding: 13px 0;}
  .main-report ul li a {font-size: 1em; padding-right: 20px;}
  .main-report ul li a::before {right: 0;}
  .sect4 .sect4-r .sect4-inquiry {padding: 25px 20px 60px;}
  .sect4 .sect4-r .sect4-inquiry .tit {font-size: 1.5em;}
  .sect4 .sect4-r .sect4-inquiry .txt {font-size: 1em;}
  .sect4 .sect4-r .sect4-inquiry .arrow {right: 20px; bottom: 20px; width: 36px; height: 36px; background-size: 16px 10px;}
}

@media screen and (max-width: 320px) {
  .sect1::before {top: 60px;}
  .sect1::after {top: 59px;}
  .sect1 .sect1-top {top: 120px;}
  .sect1 .sect1-top .sect1-tit h2 {font-size: 1.625em; word-break: keep-all;}
  .sect1 .sect1-top .sect1-tit h2 br {display: none;}
  .sect1 .sect1-top .sect1-txt p {word-break: keep-all;}
  .sect1 .sect1-top .sect1-txt p br {display: none;}
}