#xet_header {
    border-bottom: none;
}
ul.xet_nav > li > a{
    color: #1c1d1d !important;
}
ul.xet_nav > li:first-child a{
    color: #00489d !important;
}
.xet_logo a .logo_w{
    display: none;
}
.xet_logo a .scroll_logo{
    display: block;
}
#about_main{
    width: 100%;
    height: calc(100vh + 4px);
    /* overflow: hidden; */
    position: fixed;
    top: 0;
}
.txt_motion_wrap{
    display: flex;
}
.bigger {
    display: inline-block;
    position: relative;
}
.text {
    max-width: 600px;
    width: 100%;
    line-height: 24px;
    text-align: center;
    color: #404040;
    padding: 20px;
}
.text.txt-center {
    text-align: center;
}
.text a {
    color: #0066ff;
}
.has-animation {
    position: relative;
    width: fit-content;
}
.has-animation p, .has-animation img {
    opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in img {
    animation: textHidden 0.1s 0.6s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
}
.has-animation.animate-in:before {
    background-color: #00489d;
}
.has-animation.animate-in:after {
    background-color: #1c1d1d;
    animation-delay: 0.5s;
}
.has-animation.animation-ltr.animate-in:before {
    animation: revealLTR 1s ease;
}
.has-animation.animation-ltr.animate-in:after {
    animation: revealLTR 0.8s 0.3s ease;
}
.has-animation.animation-rtl.animate-in:before {
    animation: revealRTL 1s ease;
}
.has-animation.animation-rtl.animate-in:after {
    animation: revealRTL 0.8s 0.3s ease;
}
@keyframes revealLTR {
    0% {
        width: 0;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
@keyframes revealRTL {
    0% {
        width: 0;
        right: 0;
    }
    65% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}
@keyframes textHidden {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
#about_main .pvince_word{
    position: absolute;
    bottom: 392px;
    right: -5px;
    display: flex;
    align-items: center;
}
#about_main .pvince_word span{
    display: inline-block;
    font-size: 270px;
    line-height: 200px;
    font-weight: 800;
    letter-spacing: -20px;
    color: rgba(0, 0, 0, 0.1);
}
#about_main .text_wrap{
    width: 50%;   
    position: absolute;
    top: 190px;
    left: 7%;
}
#about_main .text_wrap p{
    text-align: left;
    font-size: 48px;
    line-height: 1.3em;
    font-weight: 700;
    color: #1c1d1d;
}
#about_main .text_wrap p b{
    color: #00489d;
    font-weight: 700;
}
#about_main .text_wrap h5{
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #1c1d1d;
    margin-top: 28px;
    letter-spacing: 0.5px;
}
/* #about_main .text_wrap .contact_btn{
    display: inline-block;
    padding: 10px 20px;
    background: #1c1d1d;
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    margin-top: 24px;
} */

.scroller {
  max-width: 100%;
  margin-top: 60px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.scroller__inner img{
    /* width: 620px; */
    height: 392px;
    aspect-ratio: 16 / 9;
}
.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}
.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}
.scroller[data-speed="slow"] {
  --_animation-duration: 100s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}


/* we doing */
#we_doing{
    max-width: 100%;
    padding: 160px 10%;
    background: #1c1d1d;
    margin-top: 1084px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    z-index: 1;
    position: relative;
}
#we_doing .doing{
    width: 65%;
}
#we_doing .doing .img_wrap{
    width: 100%;
    height: 630px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#we_doing .doing .img_wrap img{
    height: auto;
    width: 100%;
}
#we_doing .doing .doing_txt{
    width: calc(100% - 20px) !important;
    text-align: left;
    margin-top: -20px;
    margin-left: 20px;
}
#we_doing .doing_right{
    margin-left: auto;
}
#we_doing .doing_right .doing_txt{
    text-align: right;
    margin-left: 0;
    margin-right: 20px;
}
#we_doing .doing .doing_txt h5{
    font-size: 48px;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
#we_doing .doing .doing_txt p{
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 300;
    color: #fff;
}
#we_doing .doing:nth-child(2),
#we_doing .doing:last-child{
    margin-top: 150px;
}

/* with us */
#with_us{
    width: 100%;
    padding: 160px 0;
    text-align: center;
    background: #fff;
    z-index: 1;
    position: relative;
}
#with_us h2{
    font-size: 62px;
    line-height: 1em;
    font-weight: 700;
    color: #1c1d1d;
}
#with_us .clients_wrap{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 32px;
    padding: 0;
}
#with_us .clients_wrap li{
    width: calc(33.333% - 10px);
    margin: 0 5px 10px;
    height: 260px;
    /* aspect-ratio: 1 / 1;  */
    background: #f7f7f7;
    /* border:1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#with_us .clients_wrap li img{
    width: 30%;
    filter: grayscale(1);
    opacity: 0.7;
}


/* 일반 데스크탑 */
@media (max-width: 1280px) {
    #about_main .pvince_word {
        bottom: 300px;
    }
    #about_main .pvince_word span {
        font-size: 200px;
        line-height: 150px;
    }
    .scroller__inner img{
        height: 300px;
    }
    #we_doing .doing{
        width: 75%;
    }
    #we_doing .doing .img_wrap img {
        transform: scale(1.2);
        z-index: -1;
    }
    #with_us .clients_wrap{
        width: 90%;
    }
}

/* 작은 데스크탑 / 랩탑 */
@media (max-width: 1080px) {
    #about_main .text_wrap {
        width: 100%;
        top: 160px;
    }
    #about_main .pvince_word span {
        font-size: 160px;
        line-height: 120px;
    }
    #we_doing {
        padding: 120px 5%;
    }
    #we_doing .doing .img_wrap{
        height: 480px;
    }
    #we_doing .doing .img_wrap img{
        transform: scale(1);
    }
    #with_us{
        padding: 120px 0;
    }
    #with_us h2{
        font-size: 56px;
    }
}

/* 태블릿 세로 */
@media (max-width: 768px) {
    #about_main .text_wrap {
        width: 100%;
        top: 280px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .txt_motion_wrap{
        justify-content: center;
    }
    #about_main .text_wrap p{
        font-size: 56px;
        text-align: center;
    }
    #about_main .pvince_word{
        display: none;
    }
    .scroller__inner img {
        height: 350px;
    }
    #we_doing .doing{
        width: 100%;
    }
    /* #we_doing .doing .img_wrap{
        width: 100%;
        aspect-ratio: 16 / 9;
        height: initial;
    } */
     
    #with_us .clients_wrap li {
        width: calc(50% - 10px);
        height: 200px;
    }
}

/* 모바일 */
@media (max-width: 480px) {
    #about_main{
        height: calc(100% - 40px);
    }
    #about_main .text_wrap {
        top: 180px;
    }
    #about_main .text_wrap p {
        font-size: 30px
    }
    #about_main .text_wrap h5 {
        font-size: 16px;
        margin-top: 18px;
    }
    .scroller__inner img {
        height: 260px;
    }
    #we_doing {
        padding: 100px 5%;
        margin-top: 800px;
    }
    #we_doing .doing:nth-child(2),
    #we_doing .doing:last-child {
        margin-top: 100px;
    }
    #we_doing .doing .img_wrap {
        height: 260px;
        border-radius: 10px;
    }
    #we_doing .doing .doing_txt{
        margin-left: 10px;
    }
    #we_doing .doing:nth-child(2) .doing_txt{
        transform: translateX(10px);
    }
    #we_doing .doing_right .doing_txt{
        margin-right: 0;
    }
    #we_doing .doing .doing_txt h5 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    #we_doing .doing .doing_txt p {
        font-size: 12px;
    }
    #with_us{
        padding: 100px 0;
    }
    #with_us h2 {
        font-size: 48px;
    }
    #with_us .clients_wrap li{
        width: 100%;
    }
}

/* 모바일 */
@media (max-width: 375px) {}