/*header*/
body{
    overflow-x: hidden;
}

.hide-header{
    top: -100%;
}
.logo{
    background-image: url(/img/idr-header-logo-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 60px;
    position: relative;
    top: 10px;
    display: inline-block;
}

footer .logo{
    background-image: url(/img/idr-logo-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 110px;
    height: 40px;
    position: relative;
    left: 150px;
}

.logo a{
    text-indent: -9999px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.header-nav{
    display: flex;
    justify-content: space-between;
    padding: 10px 64px;
    box-sizing: border-box;
    align-items: center;
}

header{
    width: 100%;
    height: 90px;
    float: left;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    transition: 0.5s;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
}
#gnb{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.menu{
    width: 1157px;
    height: 38px;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu li a.selected{
    color: #4778CC; /* 활성화된 메뉴의 글자색 추가 */
}

.menu li a{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    color: #CCCCCC;
    transition: 0.5s;
}

.award{
    background-image: url(/img/award-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: inline-block;
    transform: translateY(10px);
}
.hambuger{
    width: 39px;
    height: 26px;
    position: absolute;
    right: 60px;
    top: 28px;
    display: none;
    border: none;
    background: none;
}
.hambuger img{
    width: 100%;
}

.mmenu{
    width: 100%;
    height: 100%;
    background: rgb(17, 17, 17);
    float: left;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.mmenu-list{
    width: 100%;
    height: 62%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 90px;
}

.mmenu-list li a:hover{
    color: #4778CC;
}

/*header*/

/*gsap(text-wrap*/
.what-is-idr-text-wrap, .software-text-wrap, .history-text-wrap,
.parteners-text-wrap, .team-text-wrap, .contanct-text-wrap{
    position: relative;
    left: -200px;
    top: 0px;
    opacity: 0;
}
/*gsap*/


#fullpage{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
  
}

.section{
    float:left;   
    position: relative;
    overflow: hidden;
}

.software .inner{
    display: block;
}

/*.software{
    padding-bottom: 260px;
    overflow: unset;
}*/

.software h2{
    padding-top: 136px;
}

.first_h2{
    position: relative;
    left: 0px;
    top: 100px;
    opacity: 0;
}

.second_h2{
    position: relative;
    left: -150px;
    top: 0px;
    opacity: 0;
}

.third_h2{
    position: relative;
    right: -150px;
    top: 0px;
    opacity: 0;
}

.inner{
    max-width: 1610px;
    height: 100%;
    margin: 0px auto;
    display: flex;
}

.mainvisual-inner{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    display: block;
    height: auto;
}

.scroll-down-wrap{
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform: translate(50%, -50%);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
}

.mouse{
    width: 20px;
    height: 35px;
    border : 2px solid white;  
    border-radius: 36px;
    position: relative;
    animation : mouse 2s infinite;
  }
  
  @keyframes mouse{
    0%{
      transform : translateY(-10px);
  
    }
     100%{
        transform : translateY(0px);
    }
  }
  
  .mouse-wheel{
    width: 4px;
    height: 4px;
    background-color : white;
    border-radius : 50%;
    position : absolute;
    top: 10%;
    right : 50%;
    transform : translate(50%, 50%);
    transition : 2s;
    animation : wheel 2s infinite;
  }
  
  @keyframes wheel{
    0%{
      top: 10%
    }
     100%{
      top: 60%;
      opacity: 0.5;
    }
  }
  
  .scroll-down-wrap span{
    color:white;
    letter-spacing: 3px;
    animation : span 2s infinite;
    font-size: 12px;
  }
  
  @keyframes span{
    0%{
      transform : translateY(-5px), scale(0.8);
    }
     100%{
      transform : translateY(10px);
    }
  }

h2{  
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    font-size: 5em;
    line-height: 116px;
    text-align: center;
    color: #FFFFFF; 
}

h3{    
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    font-size: 4.375em;
    color: white;
    line-height: 150%;
}

.black_title{
    color: black;
}
.text-wrapper p{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 180%;
}

.text-wrapper:last-child{
    display: none;
}

.idr-slide-btn{
    width: 100px;
    height: 40px;
    float: right;
    margin-right: -12px;
    margin-top: 50px;
}

.idr-stop-btn.hover{
    background-image: url(/img/idr-stop-btn-activate-2.png);
    background-position: center;
    background-size: cover;
}

.idr-bold{
    font-size: 22px;
    font-weight: 700;
}

.main_text{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    color: #999999;
}
.number{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    color: black;
    text-align: end;
}
.card-text-wrap p{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: black;
}
.introduction-wrap::after{
    background: linear-gradient(270deg, #0079FF 0%, #FFFFFF 50%, #C6E1FF 100%);
    content: '';
    display: block;
    width: 142px;
    height: 142px;
    top: 0%;
    right: 0%;
    position: absolute;
    transform-origin: center center;
    animation: background-animation 5s infinite;
    animation-timing-function: linear;
}
.openworks1 .introduction-wrap::after{
    background: linear-gradient(270deg, #E55504 0%, #FFFFFF 50%, #ffb58c 100%);
}
.openworks2 .introduction-wrap::after{
    background: linear-gradient(270deg, #E55504 0%, #FFFFFF 50%, #ffb58c 100%);
}

@keyframes background-animation {
    0%{
        transform: translate(7px, -60px) rotate(0deg);
    }
    50%{
        transform: translate(7px, -60px) rotate(180deg);
    }
    100%{
        transform: translate(7px, -60px) rotate(360deg);
    }
}
.introduction-wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 7px;
    position: absolute;
}
.introduction-name{
    text-align: center;
    margin: 0;
    height: 100%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.introduction-background{
    position: absolute;
    top: 0%;
    right: 0;
    width: 123px;
    height: 38px;
    z-index: 10;
    background-color: white;
    transform: translate(-2px, 2px);
    border-radius: 6px;
}
.demo{
    width: 127px;
    height: 42px;
    filter: drop-shadow(0px 0px 5px #C8DCFF);
    border-radius: 6px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #4494ec;
    border: none;
    background-color: white;
    position: relative;
}
.openworks1{
    background-color: white;
    color: #FF8A1E;
}
.openworks2{
    color: #FF8A1E;
    background-color: white;
}
.smart-ai1{
    background-color: white;
    color: #9FC5FF;
    position: relative;
}
.smart-ai2{
    background-color: white;
    color: #9fc5ff;
}
.smart-ai-hover{
    width: 127px;
    height: 42px;
    transform: unset;
    background: linear-gradient(270deg, #5E9CFF 0%, #B0D0FF 100%);
    color: white;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
}
.openworks-hover{
    width: 127px;
    height: 42px;
    transform: unset;
    background: linear-gradient(270deg, #FF8A1E 0%, #FFBB54 100%);
    color: white;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
}
.blueworks-hover{
    width: 127px;
    height: 42px;
    transform: unset;
    background: linear-gradient(270deg, #4494EC 0%, #4AC3FB 100%);
    color: white;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
}
.card-sub-text-wrap span{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #7A7A7A;
}
.button-wrap div{
    cursor: pointer;
}
.introduction{
    width: 127px;
    height: 42px;
    filter: drop-shadow(0px 0px 5px #C8DCFF);
    border-radius: 6px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    border: none;
    background: white;
    color: #4494ec;
    transition: 0.2s;
}
.demo{
    width: 127px;
    height: 42px;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #4494ec;
    border: none;
    background-color: white;
}
.openworks1{
    color: #FF8A1E;
}
.openworks2{
    color: #FF8A1E;
}
.smart-ai1{
    color: #9FC5FF;
}
.smart-ai2:hover{
    color: white;
}
.smart-ai2{
    color: #9fc5ff;
}
.card-sub-text-wrap span{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #7A7A7A;
}
.sub-text-wrap figure{
    margin-top: 5px;
}
.arrow-container{
    position: absolute;
    bottom: 28%;
    right: 0%;
    transform: translateX(-105%);
    opacity: 0;
}
.arrow-wrapper{
    position: relative;
    display: flex;
}
.arrow{
    width: 18px;
    height: 18px;
    border-width: 0px 0px 4px 4px;
    border-style: solid;
    border-color: white;
    border-radius: 2px;
    transform: rotate(-135deg);
    position: relative;
    transition: 0.5s;
}
.arrow1{
    opacity: 0;
    animation: arrow-animation 2s infinite;
}
.arrow2{
    opacity: 0;
    animation: arrow-animation 2s infinite;
    animation-delay: 0.2s;
}
.arrow3{
    animation: arrow-animation 2s infinite;
    opacity: 0;
    animation-delay: 0.5s;
}
.arrow4{
    opacity: 0;
    animation: arrow-animation 2s infinite;
    animation-delay: 0.8s;
}
.aroow-div-wrapper{
    background-color: #ffffff9c;
    filter: blur(14px);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-4px, 5px);
}
@keyframes arrow-animation {
    0%{
        opacity: 100%;
    }
    40%{
        opacity: 80%;
    }
    80%{
        opacity: 10%
    }
    100%{
        opacity: 0%;
    }
}



.idrsoft-text{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    font-size: 180px;
    letter-spacing: -0.02em;
    color: transparent;
    -webkit-text-stroke: 2px white;
    position: absolute;
    bottom: 0;
    right: -200px;
    opacity: 0;
}

.papper{
    bottom: 0;
    left: 0;
    z-index: 10;
    transform: scale(-1);
    width: 350px;
    height: 180px;
    position: absolute;
    display: block;
    background-color: #4778cc;
    transition: 0.5s;
    transform-origin: center;
    clip-path: polygon(0% 0, 0% 100%, 100% 100%);
    animation-fill-mode: both;
}

.animate-papper {
    animation: papper 2s;
    animation-fill-mode: both;
}

@keyframes papper {
    0%{
        background-color: #4778cc;
        transform: scale(0);
    }
    100%{
        background-color: #2151a3;
    }
}
@keyframes back-papper {
    0%{
        background-color: #4778cc;
    }
    100%{
        background-color: #292929;
    }
}

.back-papper{
    clip-path: polygon(0% 0, 0% 100%, 100% 100%);
    width: 350px;
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #292929;
    animation: back-papper 2s ;
}

.product-text{
    position: absolute;
    left: 35px;
    bottom: 90px;
}

.product-text p{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    color: #FFFFFF;
}
.product-text p span{
    font-size: 30px;
    margin-left: 15px;
}
.solution-explane{
    color: white;
    font-size: 18px;
    font-family: 'Noto Sans KR';
    /* font-weight: bold; */
    margin-top: 16px;
    margin-left: 8px;
    position: absolute;
    left: 35px;
    bottom: 40px;
}

.history-slide-btn{
    width: 100px;
    height: 40px;
    float: right;
    margin-left: 65px;
    margin-top: 50px;
}

.autoplay-btn{
    width: 36px;
    height: 36px;
    float: left;
}

.autoplay-btn img{
    width: 100%;
    float: left;
}

.stop-btn{
    margin-right: 14px;
}

.year{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    color: #BBBBBB;
}
.year-history{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #797979;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}
.history-bold{
    font-weight: 600;
}
.br{
    margin-left: 10px;
}
.contact-heading{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.contact-heading span{
    font-size: 18px;
}
.contact-heading h3{
    margin-bottom: 0px !important;
}
.contact-bold{
    font-weight: 700;
    font-size: 20px;
}
.contact-sub-wrap{
    margin-top: 32px;
}
.contact-sub-wrap dl dt{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size:1.125em;
    color: #555555;
    margin-top: 20px;
}
.contact-sub-wrap dl dd{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-top: 16px;
}
.map-btn{
    width: 150px;
    height: 52px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: white;
    background-color: rgb(17, 17, 17);
    margin-top: 32px;
    cursor: pointer;
}

.map-btn span{
    font-size: 14px;
    font-weight: 600;
}

.map-btn:hover{
    color: #3569c2;
    background: white;
    border: 1px solid black;
}

.history .wrap{
    align-items: unset;
}

.what-is-idr .wrap{
    flex-shrink: 0;
    margin: 0 auto;
    margin-bottom: 64px;
}

.wrap{
    display: flex;
    align-items: center;
    gap: 163px;
}

.sub-text-wrap{
    display: flex;
}

video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.main-video{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    height: 100vh;
    display: block;
}

.what-is-idr h3{
    margin-left: 40px;
}

.text-wrap h3{
    margin-bottom: 30px;
}

/*수정.gsap*/
.card-wrap{
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    right: -200px;
    top: 0px;
    opacity: 0;
    /* gap: 16px; */
}

.img-wrap{
    position: absolute;
    right: 0;
    top: 0px;
    width: 930px;
}

.text-wrap{
    flex-shrink: 0;
}

.card-inner{
    background-color: white;
    padding: 20px;
    width: 254px;
    height: 398px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.card-inner figure{
    width: 166px;
    height: 166px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.card-sub-text-wrap{
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
}

.card img{
    position: absolute;
    top: 50%;
    right: 50%;
} 

/*02*/
.ai-icon-wrap img{
    transform: translate(50%, -50%);
    transition: 0.5s;
}
.ai-icon-wrap img:last-child{
    transform: none;
}
.card-inner-2:hover .ai-icon{
    opacity: 0;
}
.card-inner-2:hover .ai-icon5{
    animation: ai-robot 0.5s linear 1;
    animation-fill-mode: both;
}
.card-inner-2:hover .ai-icon1{
    animation: ai-opacity  0.5s linear 1;
    animation-fill-mode: both;
    animation-delay: 1s;
}
.card-inner-2:hover .ai-icon2{
    animation: ai-opacity  0.5s linear 1;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}
.card-inner-2:hover .ai-icon3{
    animation: ai-opacity  0.5s linear 1;
    animation-delay: 0.6s;
    animation-fill-mode: both;
}
.card-inner-2:hover .ai-icon4{
    animation: ai-opacity  0.5s linear 1;
    animation-fill-mode: both;
}

@keyframes ai-opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes ai-robot {
    0% {
        opacity: 0;
        transform: translate(50%, -40%);
    }
    100% {
        opacity: 1;
        transform: translate(50%, -50%);
    }
}
/*02*/
.consulting1{
    transform: translate(50%, -20%);
}
.consulting2{
    transform: translate(38%, -116%);
    z-index: 10;
}
.consulting3{
    transform: translate(52%, -105%);
}

.card-inner-5:hover .consulting1{
    position: absolute;
    bottom: 0;
    left: 50%;
    animation: slideUp 1s ease-in-out forwards;
}
.card-inner-5:hover .consulting2{
    position: absolute;
    right: 0;
    top: 50%; 
    z-index: 10;
    animation: slideFromLeft 1s ease-in-out forwards;
}
.card-inner-5:hover .consulting3{
    position: absolute;
    left: 0;
    top: 50%;
    animation: slideFromRight 1s ease-in-out forwards;
}

@keyframes slideUp {
    0% {
      bottom: -100%;
      transform: translate(-50%, 0%);
    }
    100% {
      bottom: 0;
      transform: translate(-50%, -28%);
    }
}
@keyframes slideFromLeft {
    0% {
      right: 0%;
      transform: translate(38%, -120%);
    }
    100% {
      right: 0;
      transform: translate(-55%, -120%);
    }
}
@keyframes slideFromRight {
    0% {
      left: -50%;
      transform: translate(52%, -115%);
    }
    100% {
      left: 0;
      transform: translate(42%, -115%);
    }
}

/*03*/
.maintenance{
    position: absolute;
    left: -6px;
    top: -13px !important;
}

.card-inner-7:hover .maintenance{
    opacity: 0;
}

.maintenance1{
    transform: translate(50%, -30%);
    z-index: 10;
}
.maintenance2{
    transform: translate(19%, -30%);
}
.maintenance3{
    transform: translate(83%, -30%);
}
.maintenance4{
    transform: translate(82%, -80%);
}
.maintenance5{
    transform: translate(22%, -80%);
}

.maintenance1,
.maintenance2,
.maintenance3,
.maintenance4,
.maintenance5 {
  opacity: 0;
  transform: translateY(50%, 50%);
  transition: opacity 0.4s ease-in-out, transform 0.5s ease-in-out;
}

.card-inner-7:hover .maintenance1{
    opacity: 1;
    transform: translate(50%, -30%);
    transition-delay: 0s;
}
.card-inner-7:hover .maintenance2{
    opacity: 1;
    transform: translate(19%, -30%);
    transition-delay: 0.3s;
}
.card-inner-7:hover .maintenance3{
    opacity: 1;
    transform: translate(83%, -30%);
    transition-delay: 0.6s;
}
.card-inner-7:hover .maintenance4{
    opacity: 1;
    transform: translate(82%, -80%);
    transition-delay: 0.8s;
}
.card-inner-7:hover .maintenance5{
    opacity: 1;
    transform: translate(22%, -80%);
    transition-delay: 1s;
}

/*01*/
.solution1{
    transform: translate(28%, -119%);
    z-index: 5;
}
.solution2{
    z-index: 10;
    transform: translate(45%, -57%);
}
.solution-thumb{
    transform: translate(50%, -50%);
}

.card-inner-1:hover .solution1{
    position: absolute;
    bottom: 0;
    left: 6%;
    animation: slideDown 1.2s ease-in-out forwards;
}
.card-inner-1:hover .solution2{
    position: absolute;
    bottom: 0;
    left: -5.5%;
    animation: slideUp3 1s ease-in-out forwards;
}
.card-inner-1:hover .solution-thumb{
    position: absolute;
    bottom: 0;
    left: 34.6%;
    animation: slideUp2 1s ease-in-out forwards;
}

@keyframes slideDown {
    0% {
      top: -100%;
      transform: translate(28%, -119%);
    }
    100% {
      top: 0;
      transform: translate(28%, 0%);
    }
}
@keyframes slideUp2 {
    0% {
      bottom: -100%;
      transform: translate(0%, -20%);
    }
    100% {
      bottom: 0;
      transform: translate(0%, -50%);
    }
}
@keyframes slideUp3 {
    0% {
      bottom: -100%;
      transform: translate(0%, -20%);
      opacity: 0;
    }
    85%{
        opacity: 0;
    }
    100% {
      bottom: 0;
      transform: translate(0%, -56.5%);
    }
}

/*04*/
.it-service1{
    transform: translate(-16%, 24%);
    z-index: 10;
}
.it-service2{
    transform: translate(60%, -50%);
}
.it-service3{
    transform: translate(27%, -50%);
}

.card-inner-4:hover .it-service1{
    position: absolute;
    left: 0;
    top: 50%;
    animation: slideOpacity 1s ease-in-out forwards;
}
.card-inner-4:hover .it-service2{
    position: absolute;
    right: 0;
    top: 50%; 
    animation: slideLeft 1s ease-in-out forwards;
}
.card-inner-4:hover .it-service3{
    position: absolute;
    left: 0;
    top: 50%;
    animation: slideRight 1s ease-in-out forwards;
}

@keyframes slideLeft {
    0% {
      right: 0%;
      transform: translate(60%, -50%);
    }
    100% {
      right: 0;
      transform: translate(-20%, -50%);
    }
}
@keyframes slideRight {
    0% {
      left: -50%;
      transform: translate(27%, -50%);
    }
    100% {
      left: 0;
      transform: translate(6%, -50%);
    }
}
@keyframes slideOpacity {
    0% {
        opacity: 0;
    }
    90%{
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translate(76%, 24%);
    }
}

/*06*/
.finance{
    transform: translate(50%, -50%);
}
.card-inner-6:hover .finance{
    display: none;
}
.finance1{
    transform: translate(50%, -50%);
}
.finance2{
    transform: translate(50%, -50%);
}
.finance3{
    transform: translate(50%, -50%);
}
.card-inner-6:hover .finance1{
    animation: finance-animation 1s ease-in-out forwards;
    transition: 0.5s;
}
.card-inner-6:hover .finance2{
    animation: finance-animation 1s ease-in-out forwards;
    transition: 0.5s;
    animation-delay: 0.3s;
}
.card-inner-6:hover .finance3{
    animation: finance-animation 1s ease-in-out forwards;
    transition: 0.5s;
    animation-delay: 0.6s;
}
@keyframes finance-animation{
    0%{
        opacity: 0;
        transform: translate(50%, -25%);
    }
    100%{
        opacity: 1;
        transform: translate(50%, -50%);
    }
}

/*03*/
.bigdata1{
    transform: translate(50%, -50%);
}

.bigdata2{
    transform: translate(120%, -110%);
}

.bigdata3{
    transform: translate(-11%, -20%) scale(0.9);
}

.card-inner-3:hover .bigdata1{
    animation: computer 1s linear 1;
}
.card-inner-3:hover .bigdata2{
    animation: rotate 5s linear infinite;
}
.card-inner-3:hover .bigdata3{
    animation: rotate1 5s linear infinite;
}

@keyframes rotate {
    0% {
        transform: translate(120%, -110%) rotate(0deg);
    }
    100% {
        transform: translate(120%, -110%) rotate(360deg);
    }
}

@keyframes rotate1 {
    0% {
        transform: translate(-11%, -20%) scale(0.9)  rotate(0deg);
    }
    100% {
        transform: translate(-11%, -20%) scale(0.9) rotate(360deg);
    }
}

@keyframes computer {
    0%{
        opacity: 0;
        transform: translate(50%, -40%);
    }
    100%{
        opacity: 1;
        transform: translate(50%, -50%);
    }
}

.mobile-solution-img{
    display: none;
}


/*수정.gsap*/
.soulution-background-text-wrap{
    width: 20000px;
    position: sticky;
    left: 0px;
    top: 360px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    font-size: 160px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(163, 163, 163, 0.6);
    padding-top: 128px;
    opacity: 0;
}
.soulution-background-text-wrap span{
    color: rgba(255, 255, 255, 0.4);
}
.soulution-background-text{
    position: relative;
    left: -15500px;
    top: 0px;
    display: inline-block;
    animation: slide-right 300s linear infinite;
}
.soulution-background-text:nth-child(2) {
    position: relative;
    left: 0px;
    top: 0px;
    animation: slide-left 300s linear infinite; 
}
@keyframes slide-right {
    0% {
        transform: translateX(0);
    }
    150% {
        transform: translateX(150%);
    }
}
@keyframes slide-left {
    0% {
      transform: translateX(0);
    }
    150% {
      transform: translateX(-150%);
    }
}
.soulution-background-text-wrap p:nth-child(1){
    margin-bottom: 60px;
}
/*.product{
    display: flex;
    flex-direction: column;
}*/

/*동영상 위치*/
.software .inner{
    position: relative;
    left: 0px;
    top: 0px;
}
.blueworks{
    position: absolute;
    left: 651px;
    top: 736px;
}
.openworks{
    position: absolute;
    left: 0px;
    top: 1725px;
}
.smartai{
    position: absolute;
    left: 651px;
    top: 2714px;
}
/*동영상 위치*/

.video-wrap{
    width: 959px;
    height: 460px;
    position: relative;
    border-width: 32px 32px 150px 32px;
    border-style: solid;
    border-color: black;
    border-radius: 40px;
}

.product:nth-child(even){
    align-items: flex-end;
}

.product:nth-child(odd){
    align-items: flex-start;
}

.software .inner {
    display: flex;
    gap: 244px;
    flex-direction: column;
    position: relative;
    left: 0px;
    top: -300px;
}

.button-wrap{
    position: absolute;
    bottom: 0;
    right: 0%;
    display: flex;
    gap: 8px;
    transform: translateY(58px);
}

.videoSwiper{
    display: none;
}

.button-wrap button{
    cursor: pointer;
    transition: 0.5s;
}

.history .swiper{
    overflow: unset !important;
}

.history-wrap{
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 180px;
}

/*수정.gsap*/
.history-text-container{
    height: 100%;
    padding-left: 70px !important;
    border-left: 4px solid #ddd;
    opacity: 0;
}

.active .year{
    color: #4C7CCD;
}

.active .year-history span{
    color: black;
}

.history-contents{
    height: 374px !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.history-contents:last-child{
    opacity: 0;
}

.history-contents::after{
    content: '';
    display: block;
    background-color: #a0a0a0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: -75px;
    position: absolute;
    top: 30px;
}

.history-contents.active {
    color: #4C7CCD; /* 텍스트 활성화 색상 */
}

.history-contents.active::after {
    background-color: #4C7CCD; /* after 요소 색상 */
}

/*수정.gsap*/
.logo-wrapper{
    opacity: 0;
    margin-top: 64px;
}

.wrap-col{
    margin-top: 150px;
    width: 100%;
}

.logo-container .text-wrap{
    max-width: 1610px;
    margin: 0 auto;
}

.history{
    overflow: hidden;
}

.history .text-wrap{
    margin-top: 136px;
    height: fit-content;
}

.logo-wrap{
    display: flex;
    gap: 24px;
    position: relative;
}

.logo-wrap1 figure{
    width: 258px;
    height: 258px;
    flex-shrink: 0;
}

.logo-wrap2-1 figure{
    width: 258px;
    height: 258px;
    flex-shrink: 0;
    left: 0;
}

.logo-wrap2-1,
.logo-wrap2-2 {
  position: absolute;
}

.logo-wrap1{
    display: flex;
    gap: 24px;
    animation: slide-left 15s linear infinite;
}

.logo-wrap2{
    display: flex;
    gap: 24px;
    animation: slide-left 15s linear infinite;
}

.logo-wrap2-1{
    display: flex;
    gap: 24px;
    animation: slide-right 15s linear infinite;
}

.logo-wrap2-2{
    display: flex;
    gap: 24px;
    animation: slide-right2 15s linear infinite;
}

.logo-wrap2 figure{
    width: 258px;
    height: 258px;
    flex-shrink: 0;
}

.logo-wrap2-2 figure{
    width: 258px;
    height: 258px;
    flex-shrink: 0;
    right: 0;
}

.team-video{
    position: absolute;
    z-index: 10;
    width: 860px;
    height: 480px;
    top: 20%;
    border: 25px solid #eee;
    transform: rotate(357deg);
    border-bottom: 105px solid #eee;
    border-radius: 8px;
}

figure.team-picture {
    width: 320px;
    height: 320px;
    position: absolute;
    bottom: 5%;
    right: 17%;
    z-index: 10;
    filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.25));
}

.team-picture img{
    position: relative;
    right: -150px;
    top: 0px;
    opacity: 0;
}

.team .video-wrap{
    position: relative;
    width: 1096px;
    height: 100vh;
    overflow: unset;
    border: none;
}

.svg-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    width: 100%;
    height: 100vh;
}

.svg-wrapper svg:first-child{
    right: 0;
    position: absolute;
    bottom: -14%;
    left: -27%;
    z-index: 50;
    transform: rotate(350deg);
}

.svg-animation{
    animation: stroke_offset 3s ease-in-out forwards;
}

.svg-wrapper svg:last-child{
    transform: rotate(16deg);
    position: absolute;
    top: 0%;
    right: -15%;
    z-index: 50;
}

svg{
    width: 510px;
    height: 450px;
}

.blue-sticker{
    position: absolute;
    top: 19%;
    left: 38%;
    z-index: 10;
    transform: translateY(-36px);
    filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.25));
}

.white-sticker{
    position: absolute;
    top: 40%;
    right: 0;
}

.green-sticker{
    z-index: 10;
    position: absolute;
    bottom: 29.5%;
    right: 12%;
    filter: drop-shadow(-4px 0px 5px rgba(0, 0, 0, 0.25));
}

.green-sticker img{
    position: relative;
    right: -150px;
    top: 0px;
    opacity: 0;
}

@-webkit-keyframes stroke_offset {
    0% {stroke-dasharray: 0 500; stroke-opacity: 0
    }
    50% {stroke-dasharray: 500 0; stroke-opacity: 0.75
    }
    100% {stroke-dasharray: 500 0; stroke-opacity: 1
    }
}

.contanct-text-wrap{
    position: relative;
    left: 0px;
    top: 0px;
}

.map-container{
    background-image: url(/img/idrsoft-map.png);
    width: 56.51%;
    height: 821px;
    position: absolute;
    right: -150px;
    bottom: 0;
    opacity: 0;
}

.google_earth_video{
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 9;
}

footer{
    width: 100vw;
    height: 130px;
    position: relative;
    overflow: hidden;
}

.footer-wrap{
    width: 100vw;
    height: 130px;
    display: flex;
    /* padding-bottom: 32px; */
    align-items: center;
    background-color: rgb(17, 17, 17);
    justify-content: flex-start;
}

.footer-wrap span{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: white;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

@keyframes slide-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
 }

 @keyframes slide-right {
    0% {
      transform: translateX(24px);
    }
    100% {
     transform: translateX(calc(100% - (-24px)));
    }
 }

 @keyframes slide-right2 {
   0% {
     transform: translateX(-100%); 
   }
   100% {
     transform: translateX(0%); 
   }
 }

.visual_dot{
    width: 10px;
    height: 170px;
    float: left;
    position: fixed;
    right: 50px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
}
.visual_dot li{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    
}



/*반응형*/
@media screen and (max-width:1850px){
   .blueworks{
        left: 501px;
   } 
   .smartai{
        left: 501px;
    } 
}

@media screen and (max-width:1610px){
    #gnb .menu{
        width: 907px;
    }
    .menu li a{
        font-size: 17px;
    }
    .mainpage{
        font-size: 14px;
    }
   .what-is-idr{
        font-size: 14px;
    }
    .img-wrap{
       left: -120px;
    }
    .idrsoft-text{
        font-size: 150px;
    }
    .software{
        font-size: 14px;
    }
    .video-wrap{
        width: 88.94%;
    }
    .blueworks{
        left: 31.11%;
    } 
    .openworks{
        left: 8%;
    } 
    .smartai{
        left: 31.11%;
    } 
    .history{
        font-size: 14px;
    }
    .logo-container{
        font-size: 14px;
    }
    .team{
        font-size: 14px;
    }
    .svg-wrapper{
       left: -110px;
    }
    .team-picture{
        display: none;
    }
    .team-video{
        width: 80.41%;
        left: -120px;
    }
    .contact{
        font-size: 14px;
    }
    .contact .inner{
        width: 100%;
    }
}

@media screen and (max-width:1200px){
    #gnb{
        display: none;
    }
    .mainpage{
        font-size: 12px;    
    }
    h2{
        width: 505px;
        line-height: 96px;
    }
    h3{
        line-height: 120%;
    }
    .what-is-idr{
        font-size: 11px;
    }
    .text-wrapper p{
        font-size: 15px;
    }
    .idr-bold{
        font-size: 18px;
    }
    .idr-slide-btn{
        margin-right: 145px;
        margin-top: 20px;
    }
    .what-is-idr-text-wrap{
        position: absolute;
        left: 35px;
        top: 140px;
    }
    .img-wrap{
        position: absolute;
        left: 0px;
        top: 155px;
        /*width: calc(1200px - 60px);*/
    }
    .card-inner{
        width: 200px;
        height: 313px;
        padding: 16px;
    }  
    .idrsoft-text{
        font-size: 130px;
    }
    .arrow-container{
        top: 395px;
        right: 0px;
    }
    .number{
        font-size: 16px;
    }
    .card-text-wrap p{
        font-size: 16px;
    }
    .card-sub-text-wrap span{
        font-size: 14px;
    }
    .card-inner figure{
        width: 98px;
        height: 98px;
    }
    .finance{
        width: 105%;
        top: 50% !important;
    }
    .card-inner-6:hover .finance{
        display: block;
    }
    .orgin-img{
        display: none;
    }
    .card-inner-3:hover .bigdata-wrap{
        animation: none;
    }
    .mobile-solution-img{
        display: block;
        left: 0px;
        width: 100%;
    }
    .card img{
        top: 0px;
    }
    .software{
        font-size: 11px;
    }
    .software-text-wrap{
        top: 30px;
        left: 35px;
    }
    .soulution-background-text-wrap{
        font-size: 120px;
    }
    .video-wrap{
        width: 82.94%;

    }
    .blueworks{
        left: 25%;
    } 
    .smartai{
        left: 25%;
    } 
    .product-text{
        top: 510px;
    }
    .product-text p{
        font-size: 42px;
    }
    .product-text p span{
        font-size: 28px;
        margin-left: 5px;
    }
    .solution-explane{
        top: 550px;
        font-size: 20px;
    }
    .video-next-btn{
        color: white !important;
        width: 30px !important;
        right: 25px !important;
    }
    .video-prev-btn{
        color: white !important;
        width: 30px !important;
        left: 25px !important;
    }
    .history{
        font-size: 11px;
    }
    .main_text{
        font-size: 15px;
    }
    .history-text-wrap{
        top: 30px;
        left: 35px;
    }
    .year{
        font-size: 42px;
    }
    .year-history{
        font-size: 16px;
    }
    .logo-container{
        font-size: 11px;
    }
    .parteners-text-wrap{
        top: 30px;
        left: 35px;
    }
    .team{
        font-size: 11px;
    }
    .team-text-wrap{
        top: -200px;
        left: 35px;
    }
    .team-video{
        transform: none;
        width: 64%;
        left: -10%;
        top: 250px;
    }
    .main_text span{
        display: none;
    }
    .svg-wrapper{
        left: -210px;
     }
    .white-sticker{
        display: none;
    }
    .green-sticker{
        display: none;
    }
    .blue-sticker{
        top: 23.5%;
        left: 20%;
    }
    .contact{
        font-size: 11px;
    }
    .contact-heading span{
        font-size: 16px;
    }
    .contact-heading h3{
        line-height: 150%;
    }
    .contact-sub-wrap{
        font-size: 15px;
    }
    .contanct-left{
        float: left;
        margin-right: 180px;
    }
    .contanct-left:last-child{
        margin-right: 0px;
    }
    .contanct-text-wrap{
        top: -200px;
    }
    .map-container{
        height: 519px;
        width: 97%;
        right: 0%;
    }
    .contanct-text-wrap{
        width: 100%;
    }
    .hambuger{
        display: block;
    }


    .what-is-idr-text-wrap, .software-text-wrap, .history-text-wrap,
    .parteners-text-wrap, .team-text-wrap, .contanct-text-wrap{
        left: 35px;
        opacity: 1;
    }
    .card-wrap{
        opacity: 1;
        right: 0px;
    }
    .history-text-container{
        opacity: 1;
    }
    .logo-wrapper{
        opacity: 1;
    }
    .map-container{
        opacity: 1;
    }
    .origin-software-inner{
        display: none !important;
    }
    .videoSwiper{
        display: block;
    }
    .videoSwiper .swiper-wrapper{
        width: 106%;
        position: absolute;
    }
    .product{
        display: inline-block;
        vertical-align: top;
        width: 107%;
        padding: 0 10px;
        box-sizing: border-box;
        left: 4%;
        top: 180px;
        height: 224px;
    }
}

@media screen and (max-width:980px){
    .idrsoft-text{
        font-size: 100px;
    }
    .papper{
        display: none;
    }
    .img-wrap{
        width: 980px;
    }
    .history-text-container{
        left: -100px;
    }
    .team-video{
        width: 58%;
        height: 420px;
        left: -27%;
        top: 420px;
    }
    .team .main_text{
        display: none;
    }
    .team-text-wrap{
        top: -250px;
    }
    .blue-sticker{
        top: 33.5%;
        left: 0%;
    }
    .svg-wrapper svg:last-child {
        top: 6%;
        right: 18%;
    }
    .contanct-left{
        margin-right: 90px;
    }
    .footer-wrap span{
        right: 20%;
    }
    footer .logo{
        left: 30px;
    }
    .logo-wrap{
        margin-top: 150px;
    }
    .logo-wrap:last-child{
        margin-top: 40px;
    }
    .logo-wrap1 figure{
        width: 200px;
        height: 200px;
    }
    .logo-wrap1 figure img{
        width: 100%;
    }
    .logo-wrap2 figure{
        width: 200px;
        height: 200px;
    }
    .logo-wrap2 figure img{
        width: 100%;
    }
    .logo-wrap2-1 figure{
        width: 200px;
        height: 200px;
    }
    .logo-wrap2-1 figure img{
        width: 100%;
    }
    .logo-wrap2-2 figure{
        width: 200px;
        height: 200px;
    }
    .logo-wrap2-2 figure img{
        width: 100%;
    }
}

@media screen and (max-width:768px){
    .mainpage{
        font-size: 10px;    
    }
    .what-is-idr{
        font-size: 8px;
    }
    .text-wrapper p{
        font-size: 14px;
    }
    .idr-bold{
        font-size: 15px;
    }
    .idrsoft-text{
        display: none;
    }
    .arrow-container{
        top: 840px;
        left: 440px;
    }
    .img-wrap{
        width: 768px;
    }
    .software{
        font-size: 8px;
    }
    .soulution-background-text-wrap {
        font-size: 100px;
    }
    .soulution-background-text{
        left: -10000px;
    }
    .product{
        width: 107%;
        left: 1.2%;
        top: 200px;
        height: 224px;
    }
    .product-text p{
        font-size: 34px;
    }
    .product-text{
        top: 480px;
    }
    .product-text p span {
        font-size: 24px;
        margin-left: 5px;
    }
    .solution-explane{
        font-size: 16px;
        width: 79.14%;
        top: 520px;
    }
    .video-next-btn{
        width: 30px !important;
        right: 0px !important;
    }
    .video-prev-btn{
        width: 30px !important;
        left: 0px !important;
    }
    .video-wrap{
        width: 89%;
        border-width: 20px 32px 110px 32px
    }
    .button-wrap{
        bottom: 18px;
    }
    .introduction{
        width: 119px;
        height: 38px;
        font-size: 14px;
    }
    .demo{
        width: 119px;
        height: 38px;
        font-size: 14px;
    }
    .introduction-background{
        transform: translate(3px, 0px);
    }
    .history{
        font-size: 8px;
    }
    .year{
        font-size: 32px;
    }
    .main_text{
        font-size: 13px;
    }
    .year-history{
        font-size: 14px;
    }
    .history-text-container{
        padding-left: 30px !important;
    }
    .history-contents::after{
        left: -35px;
        top: 15px;
    }
    .history-contents{
        height: 420px !important;
    }
    .logo-container{
        font-size: 8px;
    }
    .team{
        font-size: 8px;
    }
    .team-video{
        width: 60%;
        height: 350px;
        left: -25%;
        top: 370px;
    }
    .blue-sticker{
       display: none;
    }
    .svg-wrapper svg:first-child{
        left: -12%;
    }
    .svg-wrapper svg:last-child {
        display: none;
    }
    .contact{
        font-size: 8px;
    }
    .contact-heading span{
        font-size: 14px;
    }
    .contact-sub-wrap{
        font-size: 13px;
        margin-top: 15px;
    }
    .map-btn{
        width: 125px;
        height: 44px;
        font-size: 14px;
    }
    .google_earth_video{
        display: none;
    }
    .logo-wrap1 figure{
        width: 160px;
        height: 160px;
    }
    .logo-wrap1 figure img{
        width: 100%;
    }
    .logo-wrap2 figure{
        width: 160px;
        height: 160px;
    }
    .logo-wrap2 figure img{
        width: 100%;
    }
    .logo-wrap2-1 figure{
        width: 160px;
        height: 160px;
    }
    .logo-wrap2-1 figure img{
        width: 100%;
    }
    .logo-wrap2-2 figure{
        width: 160px;
        height: 160px;
    }
    .logo-wrap2-2 figure img{
        width: 100%;
    }
    .year-history{
        gap: 10px;
        line-height: 18px;
    }
}

@media screen and (max-width:550px){
    .product-text{
        left: 20px;
    }
    .product-text p{
        font-size: 22px;
    }
    .product-text p span{
        font-size: 17px;
        margin-left: 0px;
    }
    .video-wrap{
        left: -15px;
    }
    .solution-explane{
        left: 15px;
    }
    .year-history{
        font-size: 13px;
    }
    .map-btn{
        margin-left: -50px;
        margin-top: 82px;
    }
}

@media screen and (min-width:380px) and (max-width:420px){
    .team-video{
        width: 30% !important;
        height: 200px !important;
        top: 400px !important;
        left: -26% !important;
    }
}

@media screen and (min-width:280px) and (max-width:500px){
    header{
        height: 58px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-nav{
        padding: 0px;
        margin-top: 14px;
    }
    .logo{
        width: 115px;
        height: 30px;
        top: 0px;
    }
    .hambuger{
        right: 32px;
        top: 18px;
    }
    .hambuger img{
        width: 90%;
    }
    .inner{
        padding-left: 12px;
        padding-right: 12px;
    }   
    h2{
        font-size: 30px;
        line-height: 43px;
    }
    .scroll-down-wrap{
        bottom: 8%;
    }
    .mouse{
        width: 16px;
        height: 28px;
    }
    .scroll-down-wrap span{
        font-size: 10px;
    }
    .text-wrap{
        margin-bottom: 20px;
    }
    .what-is-idr h3{
        margin-top: -20px;
        margin-left: -20px;
    }
    .sub-text-wrap{
        display: block;
        margin-left: -20px;
    }
    .sub-text-wrap figure{
        display: none;
    }
    .text-wrapper{
        display: none;
    }
    .text-wrapper:last-child{
        display: block;
    }
    .text-wrapper:last-child p{
        font-size: 12px;
    }
    .idr-bold {
        font-size: 13px;
    }
    .back-papper{
        display: none;
    }
    .img-wrap{
        width: 280px;
    }
    .card-wrap{
        margin-left: 24px;
        margin-top: 80px;
    }
    .card-wrap li{
        height:  290px;
    }
    .card img{
        top: -10px;
    }
    .card-text-wrap{
        margin-top: -20px;
    }
    .card-sub-text-wrap{
        gap: 0px;
        margin-top: 10px;
    }
    .card-sub-text-wrap span{
        line-height: 26px;
    }
    .idr-slide-btn{
        margin: 0px;
        margin-top: 8px;
    }
    .text-wrap h3{
        margin-bottom: 20px;
    }
    .main-text{
        font-size: 12px;
    }
    .software .text-wrap{
        margin-left: -20px;
    }
    .section-software-media-screen 
    .soulution-background-text{
        opacity: 0;
    }
    .product{
        width: 107%;
        left: 5%;
        top: 180px;
        height: 224px;
    }
    .video-wrap{
        height: 230px;
        border-width: 6px 15px 100px 15px;
        border-radius: 15px;
        left: -15px;
    }
    .product-text{
        left: 10px;
        top: 230px;
    }
    .product-text p{
        font-size: 16px;
    }
    .product-text p span{
        font-size: 12px;
    }
    .solution-explane{
        left: 0px;
        top: 238px;
        font-size: 10px;
    }
    .introduction{
        width: 90px;
        height: 32px;
        font-size: 10px;
    }
    .introduction-background{
        width: 104px;
        height: 32px;
    }
    .demo{
        width: 90px;
        height: 32px;
        font-size: 10px;
    }
    .button-wrap {
        bottom: -32px;
    }
    .history .wrap{
        display: block;
    }
    .history .text-wrap{
        margin-left: -35px;
        margin-top: 70px;
    }
    .history-slide-btn{
        position: absolute;
        left: 102px;
        bottom: -55px;
    }
    .history-text-container{
        width: 280px;
        left: 0px;
        top: 80px;
        border-left: none;
        border-top: 3px solid #ddd;
    }
    .history-wrap{
        margin-top: 20px;
        margin-left: -30px;
        flex-direction: row;
    }
    .history-contents::after{
        left: 0px;
        top: -25px;
    }
    .history-contents{
        width: 280px !important;
    }
    .year{
        font-size: 30px;
    }
    .history-contents:last-child{
        display: none;
    }
    .logo-container .text-wrap{
        left: 12px !important;
        top: 0px;
    }
    .logo-wrapper{
        margin-top: 50px;
    }
    .logo-wrap{
        margin-top: 0px;
        gap: 10px;
    }
    .logo-wrap1{
        gap: 10px;
    }
    .logo-wrap2{
        gap: 10px;
    }
    .logo-wrap2-1{
        gap: 10px;
    }
    .logo-wrap2-2{
        gap: 10px;
    }
    .logo-wrap1 figure{
        width: 86px;
        height: 86px;
    }
    .logo-wrap2 figure{
        width: 86px;
        height: 86px;
    }
    .logo-wrap2-1 figure{
        width: 86px;
        height: 86px;
    }
    .logo-wrap2-2 figure{
        width: 86px;
        height: 86px;
    }
    .logo-wrap:last-child {
        margin-top: 24px;
    }
    .team-text-wrap{
        left: 0px !important;
        top: -120px;
    }
    .svg-wrapper svg:first-child{
        left: -22%;
        bottom: -20%;
    }
    .team-video{
        width: 23.5%;
        height: 160px;
        left: -27%;
        top: 320px;
        border-width: 8px;
        border-bottom-width: 45px;
    }
    .contact .text-wrap{
        left: 0px !important;
        top: -80px;
    }
    .contact-heading span {
        font-size: 13px;
    }
    .contact-bold{
        font-size: 14px;
    }
    .contact-sub-wrap{
        font-size: 12px;
    }
    .contact-sub-wrap dl dd{
        margin-top: 12px;
        line-height: 150%;
    }
    .map-container{
        width: 91.42%;
        height: 26vh;
        right: 12px !important;
        bottom: 5.5%;
    }
    .map-btn{
        position: absolute;
        left: 50px;
        bottom: -50px;
    }
    footer .logo{
        width: 80px;
        height: 40px;
        left: 12px;
        top: -15px;
        left: 50%;
        margin-left: -40px;
    }
    .footer-wrap span{
        right: 50%;
        margin-top: 40px;
        font-size: 10px;
        text-align: center;
        line-height: 14px;
    }
}




