@media (max-width: 1400px) {
  div.inner {
    width: 95%;
  }
  div.section.section2 .text-wrap {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 30px 10px;
  }
  div.section.section2 .text-wrap .left-box {
    position: relative;
  }
  div.section.section2 .text-wrap .right-box,
  div.section.section2 .text-wrap .left-box {
    width: 100%;
  }
  div.section.section3 h3 {
    font-size: 50px;
  }
  div.footer{
    padding: 40px;
  }
}
/*테블릿 가로*/
@media (max-width: 1200px) {
  div.container div.section.section1 div.inner {
    padding: 0 50px;
    padding-top: 100px;
  }
  .overay-video-wrap {
    width: 90%;
  }

  div.container.local div.section.section2 div.content-wrap, .productFeatures-wrap,.container.company div.section.section1 div.inner .content-wrap{
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .container.company div.section.section1 div.inner .content-wrap .left{
    order: 2;
  }
  .container.company div.section.section1 div.inner .right img {
    max-width: 100%;
}

div.container.local div.section.section2 div.content-wrap div.left{
  order: 2;
  width: 100%;
}
div.container.local div.section.section2 div.content-wrap div.right{
  width: 100%;
  text-align: center;
}
div.container.local div.section.section2 div.content-wrap div.right img{
  width: 50%;
}

}

/*테블릿 세로*/
@media (max-width: 991px) {
  div.voice-container .voice-wrap {
    flex-direction: column;
  }
  div.card {
    width: 100%;
  }
  div.voice-container .voice-wrap div.card div.card-inner video {
    object-fit: contain;
  }

  .video-btn {
    aspect-ratio: 100/57;
    height: auto;
    width: 80px;
  }
  .customer-img-wrap img{
    max-width: 33%;
    width: 33%;
  }
  div.container.local div.section.section2 .translation-wrap .translation-card{
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  div.container.local div.section.section2 .translation-wrap .translation-card .left,div.container.local div.section.section2 .translation-wrap .translation-card .right{
    width: 100%;
  }
  
}

/*모바일*/
@media (max-width: 768px) {
  .video-btn {
    aspect-ratio: 100/57;
    height: auto;
    width: 60px;
    left: 6px;
    bottom: 9px;
  }
  .video-gnb-item {
    width: 24%;
    gap: 3px;
  }
  .video-gnb-item p {
    font-size: 13px;
  }
  button.btn {
    max-width: 90%;
  }
  div.container div.section.section1 div.inner h1 span {
    font-size: 40px;
   
  }
  div.container div.section.section1 div.inner h1 {
    font-size: 30px;
    
  }
  div.container div.section.section1 div.inner h2 {
    font-size: 25px;
  }
  div.section.section3 h3 {
    font-size: 25px;
  }
  div.voice-container .voice-wrap div.card div.card-inner video {
    object-fit: cover;
  }
  div.voice-container .voice-wrap div.card div.card-inner {
    height: auto;
  }

  button.btn.purplebtn,
  button.btn.orangebtn,
  a.btn.orangebtn {
    background-color: #e34339;
    align-self: center;
  }
  .customer-img-wrap img{
    max-width: 48%;
    width: 48%;
  }
  div.container.local div.section.section1 div.inner h2{
    color: white;
  }
  div.container.local div.section.section1 div.inner .content-wrap .back-img-wrap img.mob{
    display: block;
    filter: brightness(0.5);
  }
  div.container.local div.section.section1 div.inner .content-wrap .back-img-wrap img.pc{
    display: none;
  }
}


@media (max-width: 600px) {
  div.header .inner .gnb {
    display: none;
  }
  .contact-wrap .btn {
    width: 100px;
  }
  a.downloadBtn {
    max-width: 90%;
  }
  div.container div.section.section1 div.inner {
    padding: 50px 20px 0 20px;
    gap: 50px;
  }
  .inquiry-wrap div.card div.card-inner {
    padding: 40px 20px;
  }
  div.voice-container .voice-wrap div.card div.card-inner {
    padding: 20px;
  }
  div.mob-btn{
    width: 32px;
    aspect-ratio: 1/1;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
  }
  div.mob-btn div{
    height: 2px;
    background-color:  rgb(20, 20, 20);
    border-radius: 10px;
    transform: none;
    transform-origin: 50% 50% 0px;
    
  }

  #mobile-overay {
    display: none;
    z-index: -10;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    opacity: 0;
    min-height: 100vh;
    height: 100%;
  }
  #mobile-overay.in {
    opacity: 1;
    position: fixed;
    z-index: 1000;
    height: 100%;
    display: flex;
  }
  .backbg {
    background-color: transparent;
    width: calc(100% - 299px);
    height: 100%;
  }
  #mobile-overay span {
    display: inline-block;
    position: absolute;

    background-color: rgba(0, 0, 0, 0.3);
    right: 20px;
    top: 8px;
    border-radius: 5px;
    z-index: 50;
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-align: center;
    padding: 0;
    cursor: pointer;
  }
  #mobile-overay #mobile-nav {
    background-color: white;
    width: 299px;
    transform: translateX(-100%);
    transition: 0.5s;
    height: 100vh;
  }
  #mobile-overay #mobile-nav img {
    height: 100%;
    max-width: 60px;
    margin-left: 24px;
    object-fit: contain;
  }
  #mobile-overay.in #mobile-nav {
    transform: translateX(0);
    min-height: 100vh;
    height: 100%;
  }
  #mobile-overay #mobile-nav ul {
    margin: 0;
    min-height: 100vh;
    list-style: none;
    padding: 0;
    height: 100%;
  }
  #mobile-overay #mobile-nav ul li {
    /* padding: 10px 22px; */
    font-size: 13px;
    cursor: pointer;
    border-top: 1px solid #dcdcdc;
    box-sizing: border-box;
  }
  #mobile-overay #mobile-nav ul li a {
    display: block;
    position: relative;
    height: 57px;
    line-height: 57px;
    padding: 0 25px;
    color: #333;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 15px;
  }
  #mobile-overay #mobile-nav span img {
    margin: 0;
    width: 15px;
  }
  
}
@media (max-width: 425px) {
  .contact-wrap .btn {
    width: 80px;
  }
  .contact-wrap .btn a p {
    font-size: 15px;
  }
  div.container div.section.section1 div.inner h1 span {
    font-size: 30px;
  }
  div.container div.section.section1 div.inner h1 {
    font-size: 25px;
  }
  div.container div.section.section1 div.inner h2 {
    font-size: 20px;
  }
  div.container div.section.section1 div.inner h3 {
    font-size: 18px;
  }
  div.container.company div.section.section1 div.inner .textBox3.card-inner div.operate,div.container.company div.section.section1 div.inner .textBox3.card-inner div.develop .flex{
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 375px) {
  div.footer {
    flex-direction: column;
  }
  .customer-img-wrap img{
    width: 90%;
    max-width: 90%;
    align-self: center;
  }
  .customer-img-wrap{
    justify-content: center;
  }
}
