@font-face {
    font-family: 'GmarketSansMedium';
    font-weight: 500;
    font-style: normal;
    src: url(/font/GmarketSansMedium.woff2) format('woff2');
    font-display: block;
} 
/*지마켓산스 미디엄*/

@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url(/font/GmarketSansBold.woff2)format('woff2');
    font-display: block;
} 

/*지마켓산스 볼드*/

@font-face {
    font-family: 'pretendard-bold';
    font-weight: 700;
    font-style: normal;
    src: url(/font/Pretendard-Bold.woff2) format('woff2');
    font-display: block;
}
/*프리텐다드 볼드*/

@font-face {
    font-family: 'pretendard-medium';
    font-weight: 500;
    font-style: normal;
    src: url(/font/Pretendard-Medium.woff2) format('woff2');
    font-display: block;
}
/*프리텐다드 미디엄*/

@font-face {
    font-family: 'pretendard-regular';
    font-weight: 400;
    font-style: normal;
    src: url(/font/Pretendard-Regular.woff2) format('woff2');
    font-display: block;
}
/*프리텐다드 레귤러*/

@font-face {
    font-family: 'suite-heavy';
    font-weight: 900;
    font-style: normal;
    src: url(/font/SUITE-Heavy.woff2) format('woff2');
    font-display: block;
}
/*스위트 헤비*/

@font-face {
    font-family: 'suite-bold';
    font-weight: 700;
    font-style: normal;
    src: url(/font/SUITE-Bold.woff2) format('woff2');
    font-display: block;
}
/*스위트 볼드*/


@font-face {
    font-family: 'suite-medium';
    font-weight: 500;
    font-style: normal;
    src: url(/font/SUITE-Medium.woff2) format('woff2');
    font-display: block;
}
/*스위트 미디엄*/


/* 모바일 수평 스크롤 금지 */ 
html, body { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; margin: 0; padding: 0; list-style: none; 
}

.body{
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: auto;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    
}


.warp{
    margin: 0;
    padding: 0;
}


a{
    text-decoration: none;
    color: #101010;
}

.header{
    z-index: 2;
    top: -0.1%;
    left: 0;
    right: 0;
    position: fixed;
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 1.5625vw 20.8333vw;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.04));
}

.navbar_menu{
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-family: 'pretendard-bold';
    letter-spacing: -0.035rem;
    font-size: 0.7292vw;
    cursor: pointer;
    color: #101010;
    align-items: center; /* 세로 가운데 정렬을 위해 추가 */
    height: 100%; /* 세로 가운데 정렬을 위해 추가 */
}

.navbar .navbar_logo > img{
    width: 5.2083vw;
}

.navbar_menu li{
    padding-left: 2.9167vw;
}

.navbar_btn1{
    display: flex;
    justify-content: center;
}




.submenu li:hover {
    font-family: 'pretendard-bold';
    font-weight: 700;
    font-style: normal;
}

.navbar_toggleBtn{
    display: none;
    position: absolute;
    right: 1.6667vw;
}

.navbar_closeBtn{
    display: none;
    position: absolute;
    right: 1.6667vw;
}

.navbar_submenu {
    position: relative;
}

.submenu {
    display: none;
}


.submenu li {
    padding-left: 0;
    width: 7.2917vw;
    padding: 1.0417vw 0;
    margin: 0;
}

.submenu li a {
    font-size: 0.9375vw;
    font-family: 'pretendard-medium';
    font-weight: 500;
    font-style: normal;
}

.service {
    margin: 0;
    padding: 0;
}

.navbar_menu li {
    display: flex;
}

.navbar_menu li  {
    display: flex;
}

ul.navbar_menu li.download_768 {
    display: none;
}

@media screen and (min-width: 768px) {


    .navbar_submenu:hover .submenu {
        margin-top: 1.0vw;
        display: inline-block;
        position: absolute;
        background-color: #ffffff;
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.04));
        z-index: 1;
        list-style: none;
        padding: 1vw;
        text-align: center;
        left: 0%;
        border-radius: 0.8333vw;
    }

}


@media screen and (max-width: 768px) {

    ul.navbar_menu li.download_768 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .download_768 a img {
        width: 65.1042vw;
        margin-top: 2.6042vw;
    }

    .download_768 h1 {
        color: #303030;
        font-size: 3.6458vw;
        letter-spacing: -0.07rem;
        font-family: 'suite-medium';
        font-weight: 500;
        font-style: normal;
        padding-top: 10%;
    }

    .download_768 h2 {
        color: #ccc;
        font-family: 'pretendard-regular';
        font-weight: 400;
        font-style: normal;
        font-size: 2.6042vw;
        letter-spacing: -0.02rem;
        padding-top: 8.4167vw;
    }

    .navbar_menu > li :hover {
        filter:none;
    }
    
    .submenu li :hover {
        filter:none;
    }

    .navbar_submenu:hover .submenu {
        filter:none;
    }

    .submenu li a {
        list-style: none;
        text-align: center;
        font-size: 3.9063vw; 
    }
    
    .navbar{
        flex-direction: column;
        align-items: flex-start;
        padding: 6.1146vw 4.8125vw;
    }
    
    .navbar_menu{
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
        
    }

    .navbar_menu li {
        text-align: left;
        padding: 6.8125vw 0;
        width: 100%;
        font-size: 3.9063vw;

    }

    .introduce {
        margin-top: 6.7708vw;
        border-bottom: 0.75px solid #E2E2E2;
    }

    .navbar_submenu{
        border-bottom: 0.75px solid #E2E2E2;
    }
    



  
    .navbar_toggleBtn{
        display: block;
        padding-top: 3%;
        padding-right: 10vw;
    }



    .navbar_toggleBtn > img {
        width: 3vw;
    }

    .navbar_menu.active  {
        display: flex;
        height: 100%;
        
    }

    .navbar .navbar_logo > img{
        width: 20.8333vw;
    }

    .navbar_submenu:hover .submenu {
        display: inline-block;
    }

    .navbar_toggleBtn:before,
    .navbar_toggleBtn:after {
      content: "";
      position: absolute;
      width: 4.5vw;
      height: 0.6vw;
      background: #666666;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: transform 0.3s;
    }
    
    .navbar_toggleBtn:before {
      transform: translate(-50%, -50%) rotate(0);
    }
    
    .navbar_toggleBtn:after {
      transform: translate(-50%, -50%) rotate(0);
      margin-top: 2.042vw;
    }
    
    .navbar_toggleBtn.active:before {
      transform: translate(-50%, -50%) rotate(45deg);
      margin-top: 1.0417vw;
    }
    
    .navbar_toggleBtn.active:after {
      transform: translate(-50%, -50%) rotate(-45deg);
      margin-top: 1.0417vw;
    }

    .navbar_menu.active {
    display: flex;
}


    .navbar_menu.active {
        display: flex;
        flex-direction: column;
      }
      

    .navbar_submenu {
        display: flex;
        flex-direction: column;
    }
     
    .navbar_submenu p {
        margin: 0;
        padding-bottom: 2.3vw;
    }

    .submenu {
        display: inline-block;
        list-style: none;
        padding: 0;
    }
    
    
    .submenu li {
        padding-left: 0;
        width: 100%;
        padding: 3.9063vw 0;
        margin: 0;
    
    }

    .navbar_submenu:hover .submenu {
        display: flex;
        flex-direction: column;
        
    }
    
    .download_768 {
        display: block;
    }
    
    
}

.btn_floating { display: flex;
    position: fixed;
    right: .625rem;
    bottom: .9375rem;
    z-index: 999;
}

.btn_floating a img {
    width: 6.2500vw;
}

/*gnb*/

.container{
    width: 100vw;
    height: 47.9167vw;
    background-color: #f8f9fb;
    padding-top: 4.9375rem;
    display: flex;
}


.container-left{
    padding-left: 18.4375vw;
    width: 29.2708vw;
    padding-top: 8.3333vw;
}

.container-left > img {
    width: 29.2708vw;
}

.container-right{
    padding-top: 14.5833vw;
    padding-left: 5.6250vw;
}

.container-right > h1 {
    font-family: 'GmarketSansMedium';
    font-weight: 500;
    font-style: normal;
    font-size: 2.9167vw;
    line-height: 4.2708vw;
    letter-spacing: -0.14rem;
    color: #101010;
}

.container-right > h1 > span {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
}

@keyframes fadeInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.container-left, .container-right {
    opacity: 0;
    animation: fadeInFromBottom 1s forwards;
}



.health {
    color: #63D7C6;
}

.commu {
    color: #7F7CED;
}

.download_btn {
    display: flex;
  }
  
.download_btn a {
    display: flex;
    align-items: center;
    margin-right: 0.8333vw; 
  }

  .download_btn a img{
    width: 9.3750vw;
  }
  
  .download_btn a:last-child {
    margin-right: 0;
  }
  

  @media screen and (max-width: 768px) {



    .container{
        height: 166.6667vw;
        padding-top: 10.7083vw;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .container-left{
        width: 76.3021vw;
        padding-left: 0;
        margin: 0 auto;
        padding-top: 10.4167vw;
    }
    
    .container-left > img {
        width: 76.3021vw;
    }
    
    .container-right{
        padding-top: 0.5833vw;
        padding-left: 0vw;
    }
    
    .container-right > h1 {
        font-size: 7.0313vw;
        line-height: 10.6771vw;
        letter-spacing: -0.14rem;
    }
    
    
    .download_btn a {
        margin-right: 0.8333vw; 
      }
    
      .download_btn a img{
        width: 32.2031vw;
        margin-right: 0.8333vw; 
      }
            

    .btn_floating a img {
        width: 18.6250vw;
    }
}

/*head*/

.contents-1{
    padding-top: 9.3750vw;
    text-align: center;
    padding-bottom: 9.3750vw;
}

.contents-1 > h1 {
    font-family: 'suite-medium';
    font-weight: 500;
    font-style: normal;
    font-size: 1.4583vw;
    letter-spacing: -0.07rem;
    margin: 0;
}

.contents-1 > button {
    letter-spacing: -0.14rem;
    font-family: 'suite-bold';
    font-weight: 700;
    font-style: normal;
    font-size: 2.5000vw;
    width: 45.8542vw;
    height: 5.4167vw;
    border-radius: 2.7083vw;
    color: #101010;
    background-color: #ffffff;
    border: 0.3125vw solid #FEC455;
    box-shadow: 0px 2px 4px 0px rgba(255, 255, 255, 0.50) inset;
    filter: drop-shadow(8px 8px 16px rgba(244, 244, 244, 0.70));
    margin-top: 1.9792vw;
    cursor: unset;
}

.br1 {display: none;}

.answer > span {
    color: #FEC455;
}

.question > span {
    color: #7F7CED;
}

.contents-1_banner {
    display: flex;
    padding-top: 3.0208vw;
    justify-content: center;
    opacity: 0;
    margin-top: 100px; /* 요소를 아래쪽으로 이동하여 시작 지점을 아래로 설정합니다. */
    max-width: 100%;
    /* 추가된 스타일 */
    transition: opacity 1s, margin-top 1s; /* 애니메이션 효과를 위해 트랜지션을 추가합니다. */
}

.contents-1_banner.visible,
.contents-2-1_right.visible {
    opacity: 1;
    margin-top: 0; /* 0으로 설정하여 원래 위치로 이동시킵니다. */
}

.contents-1_banner > div {
    position: relative;
    justify-content: flex-end;

}

.contents-1_banner > div > img {
    width: 38.5417vw;
    height: 18.4375vw;
}

.contents-1_banner > div > h1{
    position: absolute;
    font-family: 'pretendard-medium';
    font-size: 1.3542vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6042vw;
    color: #101010;
    text-align: left;
    top : 16%;
    left: 15%;
    letter-spacing: -0.065rem;
}

.contents-1_banner2 {
    width: 28.9063vw;
    padding-left: 1.5625vw;
}

.contents-1_banner_768 {display: none;}

@media screen and (max-width: 768px) {

    .contents-1{
        padding-top: 15.6250vw;
        padding-bottom: 15.6250vw;
    }
    
    .contents-1 > h1 {
        font-size: 4.6875vw;
        letter-spacing: -0.07rem;

    }
    
    .br1 {display: block;
        height: 0px;}

    .contents-1 > button {
        letter-spacing: -0.1187rem;
        font-size: 6.2500vw;
        width: 72.9167vw;
        height: 24.7396vw;
        border-radius: 5.2083vw;
        margin-top: 7.8125vw;
        cursor: unset;
        line-height: 8.2500vw;

    }
    
    
    .contents-1_banner {
        display: none;
    }

    .contents-1_banner_768 {display: inline-block;
        margin-top: 9.4167vw;}
    
    
    .contents-1_banner_768 > h1{
        font-family: 'pretendard-regular';
        font-weight: 400;
        font-style: normal;
        color: #101010;
        text-align: center;
        letter-spacing: -0.0625rem;
        font-size: 3.9063vw;
        line-height: 6.6vw; 
    }

    .contents-1_banner_768 img {
        width: 84.3750vw;
        margin-top: 5.7708vw;
        opacity: 0;
        margin-top: 10px;
        max-width: 100%;
        transition: opacity 1s, margin-top 1s;
    }

    .contents-1_banner_768 img.visible {
        opacity: 1;
        margin-top: 0;
    }
      
}


/*contents-1*/

.contents-2-1, .contents-2-2, .contents-2-3, .contents-2-5, .contents-2-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.3333vw 0;
    background-color: #FBFBFD;
}

.contents-2 h1 {
    font-family: 'suite-heavy';
    font-size: 2.1875vw;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.105rem;
    margin: 0;
}

.contents-2 h2 {
    color: #101010;
    font-family: 'suite-heavy';
    font-size: 2.1875vw;
    font-style: normal;
    font-weight: 900;
    line-height: 3.2292vw;
    letter-spacing: -0.105rem;
    margin: 0;
    padding-top: 0.75vw;
}

.contents-2 h3 {
    color: #333;
    font-family: 'pretendard-regular';
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6667vw;
    letter-spacing: -0.045rem;
    margin: 0;
    padding-top: 1.2vw;
}

.contents-2-1_right {
    padding-left: 7.2917vw;
    width: 31.7708vw;
    opacity: 0;
    margin-top: 100px;
    max-width: 100%;
    transition: opacity 1s, margin-top 1s;

}

.contents-2 a {
    display: flex;
    align-items: center;
    margin: 0;
    padding-top: 2.7vw;
}


.contents-2 a button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.7083vw;
    height: 2.1875vw;
    text-align: center;
    background: none;
    cursor: pointer;
    border-radius: 5.2083vw;
    border: 0.0521vw solid #101010;
}

.contents-2 a button p {
    color: #101010;
    font-family: 'pretendard-regular';
    font-size: 0.8333vw;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.04rem;
    margin: 0;
}

.contents-2 a button img{
    width: 0.5208vw;
    padding-left: 0.6250vw;
}

.c_01{
    color: #93DDD6;
}

.c_02{
    color: #FEC455;
}

.c_03{
    color: #7F7CED;
}

.contents-2-2{
    background-color: #fff;
}


@media screen and (max-width: 768px) {


    .contents-2-1, .contents-2-2, .contents-2-3, .contents-2-5, .contents-2-6 {
        display: flex;
        flex-direction: column;
        padding: 23.4375vw 0vw;
        background-color: #FBFBFD;
    }



    .contents-2-1_left, .contents-2-2_left, .contents-2-3_left, .contents-2-5_left {
        text-align: left;
        width: 84.3750vw;
    }

    .contents-2 h1 {
        font-size: 5.4688vw;
        margin: 0;
    }
    
    .contents-2 h2 {
        font-size: 7.2917vw;
        line-height: 9.8542vw;
        letter-spacing: -0.105rem;
        margin: 0;
        padding-top: 4.6875vw;
    }
    
    .contents-2 h3 {
        color: #333;
        font-family: 'pretendard-regular';
        font-size: 3.6458vw;
        font-style: normal;
        font-weight: 400;
        line-height: 6.7708vw;
        letter-spacing: -0.045rem;
        margin: 0;
        padding-top: 4.6875vw;
    }
    
    .contents-2-1_right {
        padding-top: 9.1615vw;
        padding-left: 18vw;
        width: 74.2188vw;
        margin-top: 40px;
    }
    
    .contents-2 a {
        display: flex;
        align-items: center;
        margin: 0;
        padding-top: 7.1615vw;
    }
    
    
    .contents-2 a button {
        width: 28.6458vw;
        height: 8.0729vw;
        border-radius: 5.2083vw;
        border: 0.0521vw solid #101010;
        background: none;
    }
    
    .contents-2 a button p {
        font-size: 3.3854vw;
    }
    
    .contents-2 a button img{
        width: 2.25vw;
        padding-left: 1.8625vw;
    }

    .contents-2-2{
        background-color: #fff;
    }

}


/*contents-3*/

.contents-3{
    display: flex;
    align-items: end;
    justify-content: center;
    padding-top: 6.2500vw;
    padding-bottom: 8.3333vw;
}

.contents-3-1 {
    position: relative;
}

.contents-3-1_txt{
    position: absolute;
    top: 16%;
    left: 7%;
}

.contents-3-1_txt h1 {
    color: #FFF;
    text-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.80);
    font-family: 'suite-medium';
    font-size: 1.2500vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.96px;
}

.contents-3-1_txt h2 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.80);
    font-family: 'suite-bold';
    font-size: 1.8750vw;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -1.44px;
    margin-top: 0px;
    margin-bottom: 1.6667vw;
}

.contents-3-1_btn {
    padding-right: 0.8333vw;
}

.contents-3-1_btn img {
    width: 9.3750vw;
    margin-right: 3%;
}

.contents-3-2{
    position: relative;
    text-align: center;
    padding-left: 1.5625vw;
}

.contents-3-2_txt{
    position: absolute;
    left: 15.5%;
    top: 46%;
    
}

.contents-3-2_txt h1 {
    color: #FFF;
    text-shadow: 0px 0px 0.4167vw 0px #000;
    font-family: 'suite-bold';
    font-weight: 700;
    font-style: normal;
    font-size: 1.8750vw;
    letter-spacing: -0.09rem;
    margin: 1.0417vw;
}

.contents-3-2_txt a button {
    color: #FFF;
    font-family: 'pretendard-bold';;
    font-size: 0.8333vw;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.64px;
    background: none;
    display: flex;
    width: 9.3750vw;
    height: 2.5000vw;
    border-radius: 3.1250vw;
    border: 0.0521vw solid #FFF;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.contents-3-2_txt a button img {
    width: 0.5208vw;
    padding-left: 0.6250vw;
}

.contents-3-3 p{
    position: absolute;
    color: #404040;
    text-align: center;
    text-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.50);
    font-family: 'suite-bold';
    font-weight: 700;
    font-style: normal;
    font-size: 1.1458vw;

    letter-spacing: -0.88px;
    left: 35.5%;
    top: 5%;
    }



.contents-3-3{
    position: relative;
    padding-left: 1.5625vw;
}

.contents-3_banner-1{
    width: 39.0625vw;
}

.contents-3_banner-2{
    width: 18.7500vw;
}

.contents-3_banner-3{
    width: 18.2292vw;
}

.contents-3-768{
    display: none;
}

@media screen and (max-width: 768px) {

    .contents-3 {display: none;}

    .contents-3-768{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 10.4167vw 0 ;
    }

    .contents-3-1-768-2{display: flex;
        justify-content: center;
        align-items: end;
        padding-top: 2.6042vw;
    }    
    
    .contents-3-1-768 {
        position: relative;
    }
    
    .contents-3-1_txt-768{
        position: absolute;
        top: 16%;
        left: 14.5%;
    }
    
    .contents-3-1_txt-768 h1 {
        color: #FFF;
        text-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.80);
        font-family: 'suite-medium';
        font-size: 3.6458vw;
        font-style: normal;
        font-weight: 500;
        letter-spacing: -0.96px;
        margin: 0;
        padding-top: 2%;
    }
    
    .contents-3-1_txt-768 h2 {
        color: #FFF;
        text-align: center;
        text-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.80);
        font-family: 'suite-bold';
        font-size: 5.4688vw;
        font-style: normal;
        font-weight: 800;
        letter-spacing: -1.44px;
        margin-top: 1.7vw;
        margin-bottom: 1.6667vw;
    }
    
    .contents-3-1_btn-768 {
        padding-right: 0.8333vw;
        padding-top: 1.8vw;
    }
    
    .contents-3-1_btn-768 img {
        width: 29.2969vw;
        margin-right: 3%;
    }
    
    .contents-3-2-768{
        position: relative;
        text-align: center;
        padding-left: 0vw;
    }
    
    .contents-3-2_txt-768{
        position: absolute;
        left: 8%;
        top: 47%;
        
    }
    
    .contents-3-2_txt-768 h1 {
        color: #FFF;
        text-shadow: 0px 0px 0.4167vw 0px #000;        font-family: 'suite-bold';
        font-weight: 700;
        font-style: normal;
        font-size: 4.9479vw;
        letter-spacing: -1.44px;
        margin: 2.0417vw;
    }
    
    .contents-3-2_txt-768 a button {
        color: #FFF;
        font-family: 'suite-medium';
        font-weight: 500;
        font-style: normal;
        font-size: 2.646vw;
        background: none;
        display: flex;
        width: 27.3438vw;
        height: 6.5104vw;
        border-radius: 3.1250vw;
        border: 1px solid #FFF;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        letter-spacing: -0.055rem;
    }
    
    .contents-3-2_txt-768 a button img {
        width: 1.5625vw;
        padding-left: 1.5625vw;
    }
    
    .contents-3-3-768 p{
        position: absolute;
        color: #404040;
        text-align: center;
        text-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.50);
        font-family: 'suite-bold';
        font-weight: 700;
        font-style: normal;
        font-size: 3.1250vw;
        letter-spacing: -0.88px;
        left: 27.5%;
        top: 3%;
        }
    
    
    
    .contents-3-3-768{
        position: relative;
        padding-left: 2.6042vw;
    }
    
    .contents-3_banner-1-768{
        width: 84.3750vw;
    }
    
    .contents-3_banner-2-768{
        width: 46.6146vw;
    }
    
    .contents-3_banner-3-768{
        width: 35.1563vw;
    }
    
      
}

/*contents-3*/

.dropbtn_icon{width: 1.2500vw;}

.footer{
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    justify-content: center;
    background: #F8F9FB;
    padding: 4.8958vw 13.5417vw 4.8958vw 13.5417vw ;
}

.footer_1{
    font-family: 'Pretendard-Regular';
    font-size: 0.7292vw;
    line-height: 1.3542vw ;
    letter-spacing: -0.02em;
    color: #AAAAAA;
    white-space : nowrap; 
}

.footer_1 > img {
    width: 5.8333vw;
    height: auto;
}

.span2 {
    font-size: 1.0417vw ;
    line-height: 1.2500vw ;
}



.footer_2{
    white-space : nowrap; 
}

.footer_3{
    display: flex;
    pointer-events: none;
}

.dropdown{
    position : relative;
    display : flex;
    padding-left: 37.0833vw;
    pointer-events: none;
  }
  

  .dropbtn{
    display: flex;
    align-items: center;
    width: 11.7708vw;
    height: 2.3958vw;
    border : 0px solid rgb(37, 37, 37);
    border-bottom: 0.1042vw solid #737373;
    background-color: #F8F9FB;
    font-weight: 400;
    color : rgb(37, 37, 37);
    pointer-events: auto;
    cursor : pointer;
    font-size: 1.0417vw;
    line-height: 1.2500vw;
    color: #737373;
    font-family: 'Pretendard-Regular';
    word-break: keep-all;
    white-space : nowrap; 

  }


  .dropdown-content{
    display : none;
    pointer-events: auto;
    position : absolute;
    top: 24%;
    z-index : 1;
    font-weight: 400;
    background-color: #7d7d7d;
    min-width : 11.8vw;
  }
  
  .dropdown-content a{
    display : block;
    text-decoration : none;
    color : rgb(255, 255, 255);
    font-size: 0.9722vw;
    padding : 0.8333vw 1.3889vw;
    font-family: 'Pretendard-Regular';
    
  }
  
  .dropbtn a:hover{
    background-color : #414141
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
}


  @media screen and (max-width: 768px) {

    .footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #F8F9FB;
        padding: 11vw 10vw 8vw 10vw ;
    }
    
    .footer_1{
        width: max-content;
        font-family: 'Pretendard-Regular';
        font-size: 2.6042vw;
        line-height: 160% ;
        letter-spacing: -0.02em;
        color: #737373;
        white-space : nowrap; 
    }
    
    .footer_1 > img {
        width: 18.5vw;
    }
    
    .span2 {
        font-size: 2.4vw ;
        line-height: 1.2500vw ;
    }
    
    .footer_3{
        padding: 5vw 0;
        font-size: 2.0833vw;
        line-height: 3.9063vw;
        color: #737373;
    }
    
    .footer_txt1 {
        color: #737373;
        text-decoration: underline;
        text-underline-position: under;
        
    }
    
    
    .dropdown{
        position : relative;
        display : flex;
        padding-top: 2.2083vw;
        padding-left: 0vw;
        justify-content: right;
        
      }
      
    
      .dropbtn{
        display: flex;
        align-items: center;
        width: 25vw;
        height: 5vw;
        border : 0px solid rgb(37, 37, 37);
        border-bottom: 0.3vw solid #737373;
        background-color: #F8F9FB;
        font-weight: 400;
        color : rgb(37, 37, 37);
        padding : 1px;
        cursor : pointer;
        font-size: 3.1250vw;
        line-height: 1.2500vw;
        color: #737373;
        font-family: 'Pretendard-Regular';
        word-break: keep-all;
        white-space : nowrap; 
    
      }
    
      .dropbtn_icon{width: 3.1250vw;
      }
    
    
      .dropdown-content{
        display : none;
        position : absolute;
        top: 35%;
        z-index : 1;
        font-weight: 400;
        background-color: #7d7d7d;
        min-width : 22Vw;
      }
      
      .dropdown-content a{
        font-size: 2.0833vw;
        padding : 2vw 2vw;
        
      }
  }


  /*main*/

  .sub1_right_768, .sub2_left_768, .sub2_right_768, .sub2_left_768-1 {display: none;}

  .sub1_container {

    height: calc(28.1250vw + 4.1667vw);
    background-image: url('/02\ healthcheck/container-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}


.sub1_container h1 {
    color: #FFF;
    text-align: right;
    font-family: 'suite-bold';
    font-weight: 700;
    font-style: normal;
    font-size: 1.8750vw;
    letter-spacing: -0.09rem;
    margin: 0;
    padding-top: 13vw;
    padding-right: 18.4896vw;
}

.sub1_container h2 {
    color: #FFF;
    text-align: right;
    font-family: 'pretendard-medium';
    font-weight: 500;
    font-style: normal;
    font-size: 2.7083vw;
    line-height: 3.5417vw; /* 130.769% */
    letter-spacing: -0.13rem;
    margin-top: 1.2917vw;
    margin-bottom: 0;
    padding-right: 18.4896vw;
}

.sub_card, .sub_card_1 {
    padding: 7.0313vw 0;
    display: flex;
    justify-content: center;
}



.card_container {
    position: relative;
    text-align: center;
}

.card_container img {
    display: block;
}

.card_container p {
    position: absolute;
    top: 62%;
    left: 54.9%;
    transform: translate(-50%, -50%);
    color: #101010;
    text-align: center;
    font-family: 'suite-medium';
    font-weight: 500;
    font-style: normal;
    font-size: 1.1458vw;
    line-height: 145%;
    letter-spacing: -0.055rem;
    z-index: 1;
    width: 8.3333vw;
}


.sub_card div img, .sub_card_1 div img {
    position: relative;
    padding-left: 1.2vw;
    width: 14vw;
}

.sub1-txt {
    color: #63D7C6;
}

.sub1_right {
    opacity: 0;
    margin-top: 100px;
    max-width: 100%;
    transition: opacity 1s, margin-top 1s;
    height: 21.3542vw;
    padding-left: 9.3333vw;
    filter: drop-shadow(12px 12px 16px rgba(0, 0, 0, 0.05));

}

.sub1_right.visible, .sub1_right_768.visible, .sub2_left_768.visible, .sub1_right-1.visible, .sub2_left.visible{
    opacity: 1;
    margin-top: 0; /* 0으로 설정하여 원래 위치로 이동시킵니다. */
}
   

.contents-2-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.3333vw 0;
    background-color: #ffffff;
}

.contents-2-4 h2 {
    color: #101010;
    font-family: 'suite-heavy';
    font-size: 2.1875vw;
    font-style: normal;
    font-weight: 900;
    line-height: 3.2292vw;
    letter-spacing: -0.105rem;
    margin: 0;
    padding-top: 0.75vw;
}

.contents-2-4 h3 {
    color: #333;
    font-family: 'pretendard-regular';
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6667vw;
    letter-spacing: -0.045rem;
    margin: 0;
    padding-top: 1.2vw;
}

.sub1_left {
    padding-right: 6vw;
    height: 21.3542vw;
}

.sub2_left {
    padding-right: 6vw;
    height: 21.3542vw;
    opacity: 0;
    margin-top: 6.5104vw;
    max-width: 100%;
    transition: opacity 1s, margin-top 1s;
}


.sub1_right-1{
    padding-left: 3.9167vw;
    height: 21.3542vw;
    opacity: 0;
    margin-top: 6.5104vw;
    max-width: 100%;
    transition: opacity 1s, margin-top 1s;
}

.sub-banner{
    width: 100vw;
    height: 7.2917vw;
    background-color: #FFC24A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-banner-1 {
    display: flex;
    padding-right: 2%;
}

.sub-banner p {
    color: #FFF;
    text-shadow: 0px 0px 6px 0px #000;
    font-size: 1.2500vw;
    font-family: 'suite-bold';
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -0.06rem;
}

.sub-banner-1 > img:first-of-type {
    width: 6.8750vw;
    padding-right: 1.6667vw;
}

.sub-banner_btn {
    display: flex;

}

.sub-banner_btn img {
    width: 9.8542vw;

}

.sub-banner_btn img:first-of-type {padding-right: 4%;}

  @media screen and (max-width: 768px){

    .contents-2-4  {
        display: flex;
        flex-direction: column-reverse;
        padding: 23.4375vw 0vw;
        background-color: #fff;
    }

    .contents-2-4 h2 {
        font-size: 7.2917vw;
        line-height: 9.8542vw;
        letter-spacing: -0.105rem;
        margin: 0;
        padding-top: 4.6875vw;
    }


    .contents-2-4 h3  {
        color: #333;
        font-family: 'pretendard-regular';
        font-size: 3.6458vw;
        font-style: normal;
        font-weight: 400;
        line-height: 6.7708vw;
        letter-spacing: -0.045rem;
        margin: 0;
        padding-top: 4.6875vw;
    }

    .contents-2-5 {
        display: flex;
        flex-direction: column;
        padding: 23.4375vw 0vw !important;
        background-color: #FBFBFD;
    }

    .contents-2-5 h2 {
        font-size: 7.2917vw !important;
        line-height: 9.8542vw !important;;
        letter-spacing: -0.105rem !important;;
        margin: 0 !important;
        padding-top: 4.6875vw !important;;
    }

    .contents-2-5 h3  {
        font-size: 3.6458vw !important;
        line-height: 6.7708vw !important;
        letter-spacing: -0.045rem !important;
        margin: 0 !important;
        padding-top: 4.6875vw !important;
    }



    .sub1_right, .sub2_left, .sub1_right-1, .sub2_right {
        display: none;
    }


    .sub1_right_768 {
        display: block;
        padding-top: 13.0208vw;
        width: 54.1667vw;
        opacity: 0;
        margin-top: 40px;
        max-width: 100%;
        transition: opacity 1s, margin-top 1s;
    
    }

    .sub2_left_768{
        display: block;
        padding-top: 13.0208vw;
        width: 65.1042vw;
        opacity: 0;
        margin-top: 10px;
        max-width: 100%;
        transition: opacity 1s, margin-top 1s;
    
    }

    .sub2_left_768-1{
        display: block;
        padding-top: 13.0208vw;
        width: 70.9219vw;
        opacity: 0;
        margin-top: 10px;
        max-width: 100%;
        transition: opacity 1s, margin-top 1s;
    }

    .contents-2-1_left, .contents-2-2_left, .contents-2-3_left {
        text-align: left;
        width: 84.3750vw;
    }

    
    
    .contents-2 h3 {
        color: #333;
        font-family: 'pretendard-regular';
        font-size: 3.6458vw;
        font-style: normal;
        font-weight: 400;
        line-height: 6.7708vw;
        letter-spacing: -0.045rem;
        margin: 0;
        padding-top: 4.6875vw;
    }

    .contents-2-4_right {
        text-align: left;
        width: 84.375vw;
    }

    .sub2_right_768 {
        display: flex;
        padding-top: 13.0208vw;
        width: 68.2292vw;
        opacity: 0;
        margin-top: 10px;
        max-width: 100%;
        transition: opacity 1s, margin-top 1s;
    }

    .sub2_right_768.visible, .sub2_left_768-1.visible {
        opacity: 1;
        margin-top: 0; 
    }

    /*설명 컨텐츠 */
}



@media screen and (max-width: 768px) {
    .sub1_container {
        width: 100vw;
        height: 121.0938vw;
        background-image: url('/02\ healthcheck/container-1_768.png');
    }
    
    
    .sub1_container h1 {
        font-size: 4.6875vw;
        letter-spacing: -0.04rem;
        margin: 0;
        padding-top: 82.7083vw;
        padding-right: 8.0729vw;
    }
    
    .sub1_container h2 {
        font-size: 7.2917vw;
        line-height: 10.6771vw;
        letter-spacing: -0.10rem;
        margin-top: 2.4688vw;
        padding-right: 8.0729vw;
    }
    
    .sub1-txt {
        color: #63D7C6;
    }
    
    .sub1_right {
        height: 21.3542vw;
        padding-left: 9.3333vw;
        filter: drop-shadow(12px 12px 16px rgba(0, 0, 0, 0.05));
    }
    


    
    .sub1_left {
        padding-right: 6vw;
        height: 21.3542vw;
    }
    
    .sub1_right-1{
        padding-left: 3.9167vw;
        height: 21.3542vw;
        
    }
    


    .sub-banner{
        width: 100vw;
        height: 39.0625vw;
        display: flex;
        flex-direction: column;
    }

    .sub-banner-1 {
        display: flex;
        align-items: center;
    }
    
    .sub-banner p {
        font-size: 4.1667vw;
        line-height: 150%;
        letter-spacing: -0.06rem;
        margin: 0;
    }
    
    .sub-banner-1 > img:first-of-type {
        width: 16.2708vw;
        height: 13.5417vw;
        padding-right: 2.8646vw;
    }
    
    .sub-banner_btn {
        margin: 0 auto;
        padding-top: 4%;
    
    }
    
    .sub-banner_btn img {
        width: 34.1146vw;}
    
    

}


/*sub-1*/

.sub2_container {
    height: calc(28.1250vw + 4.1667vw);
    background-image: url('/03\ withpet/container-2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.sub2_container h1 {
    color: #FFF;
    text-align: left;
    font-family: 'suite-bold';
    font-weight: 700;
    font-style: normal;
    font-size: 1.8750vw;
    letter-spacing: -0.09rem;
    margin: 0;
    padding-top: 13vw;
    padding-left: 20.5208vw;
}

.sub2_container h2 {
    color: #FFF;
    text-align: left;
    font-family: 'pretendard-medium';
    font-weight: 500;
    font-style: normal;
    font-size: 2.7083vw;
    line-height: 3.5417vw; /* 130.769% */
    letter-spacing: -0.13rem;
    margin-top: 1.2917vw;
    margin-bottom: 0;
    padding-left: 20.5208vw;
}

.sub2-txt{
    color: #FFC24A;
}


.sub2_left {
    height: 20.1042vw;
    padding-right: 5.2083vw;
    filter: drop-shadow(12px 12px 16px rgba(0, 0, 0, 0.05));
}

.sub2_right {width: 20.8333vw; padding-left: 5.2083vw;
    opacity: 0;
    margin-top: 100px;
    max-width: 100%;
    transition: opacity 1s, margin-top 1s;} 

.sub2_right.visible{
    opacity: 1;
    margin-top: 0; /* 0으로 설정하여 원래 위치로 이동시킵니다. */
}

@media screen and (max-width: 768px) {
    .sub2_container {
        width: 100vw;
        height: 121.0938vw;
        background-image: url('/03\ withpet/container-2-768.png');
    }
    
    
    .sub2_container h1 {
        font-size: 4.6875vw;
        letter-spacing: -0.04rem;
        margin: 0;
        padding-top: 31.2500vw;
        padding-left: 7.729vw;

    }
    
    .sub2_container h2 {
        font-size: 7.2917vw;
        line-height: 10.6771vw;
        letter-spacing: -0.10rem;
        margin-top: 2.4688vw;
        padding-left: 7.8729vw;
    }
    
    
    }




/*sub-2*/


.sub3_container {
    height: calc(28.1250vw + 4.1667vw);
    background-image: url('/04\ community/container-3.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.sub3_container h1 {
    color: #FFF;
    text-align: left;
    font-family: 'suite-bold';
    font-weight: 700;
    font-style: normal;
    font-size: 1.8750vw;
    letter-spacing: -0.09rem;
    margin: 0;
    padding-top: 13vw;
    padding-left: 20.5208vw;
}

.sub3_container h2 {
    color: #FFF;
    text-align: left;
    font-family: 'pretendard-medium';
    font-weight: 500;
    font-style: normal;
    font-size: 2.7083vw;
    line-height: 3.5417vw; /* 130.769% */
    letter-spacing: -0.13rem;
    margin-top: 1.2917vw;
    margin-bottom: 0;
    padding-left: 20.5208vw;
}

.sub3-txt {
    color: #7F7CED;
}

.sub1_right {
    height: 21.3542vw;
    padding-left: 9.3333vw;
    filter: drop-shadow(12px 12px 16px rgba(0, 0, 0, 0.05));
}

.contents-2-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.3333vw 0;
    background-color: #FBFBFD;
}

.contents-2-5 h2 {
    color: #101010;
    font-family: 'suite-heavy';
    font-size: 2.1875vw;
    font-style: normal;
    font-weight: 900;
    line-height: 3.2292vw;
    letter-spacing: -0.105rem;
    margin: 0;
    padding-top: 0.75vw;
}

.contents-2-5 h3 {
    color: #333;
    font-family: 'pretendard-regular';
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6667vw;
    letter-spacing: -0.045rem;
    margin: 0;
    padding-top: 1.2vw;
}

.sub3_left {
    padding-right: 4.8333vw;
    width: 22.1875vw;
    opacity: 0;
    margin-top: 100px;
    max-width: 100%;
    transition: opacity 1s, margin-top 1s;} 

.sub3_left.visible{
    opacity: 1;
    margin-top: 0;
    }


@media screen and (max-width: 768px) {
    .sub3_container {
        width: 100vw;
        height: 121.0938vw;
        background-image: url('/04\ community/container-3_768.png');
    }
    
    
    .sub3_container h1 {
        font-size: 4.6875vw;
        letter-spacing: -0.04rem;
        margin: 0;
        padding-top: 80.7292vw;
        padding-left: 7.729vw;

    }
    
    .sub3_container h2 {
        font-size: 7.2917vw;
        line-height: 10.6771vw;
        letter-spacing: -0.10rem;
        margin-top: 2.4688vw;
        padding-left: 7.8729vw;
    }
    
    .sub3_left{
        padding-left: 0;
        padding-top: 13.0208vw;
        width: 76.1771vw;
        opacity: 0;
        margin-top: 10px;
        max-width: 100%;
        transition: opacity 1s, margin-top 1s;
    }
    
    .contents-2-6{
        flex-direction: column-reverse;
    }

    .contents-2-6_right {
        width: 84.375vw;
    }

    }


/*sub-3*/

.span_on {
    display: block;
    height: 0px;
}
.span_none {display: inline;}

.contents5{
    padding-top: 8.7500vw;;
    padding-bottom: 8.200vw;
    width: 100vw;
    margin: 0;
    background-image: url(/05\ contact\ us/container-4.png);
    background-size: cover; 
    text-align: center;
    
}

.container_1{
    max-width: 100%;
}


.contents5 > h1{
    font-family: 'suite-heavy';
    font-weight: 900;
    font-style: normal;
    margin: 0px;
    font-size: 2.7083vw;
    line-height: 0.9896vw;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding-bottom: 2.0833vw;
    padding-top: 4.1667vw;
    
}

.contact_txt{
    font-family: 'Pretendard-Regular';
    font-weight: 200;
    font-size: 0.9375vw;
    line-height: 2vw;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding-top: 0.9375vw;
    word-break: break-all;
    margin: 0;

}


.contact_box{
    display: flex;
    padding-top: 2.3958vw;
    justify-content: center;
    width: 100%;

}

.left1{
    width: 56.9792vw;
}

.contact_column{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.field{
    color: #1E1E1D;
    width: 43.7500vw;
    height: 3.1250vw;
    padding: 0px 1.2500vw;
    margin: 0px 0.4167vw 1vw 0px;
    background-color: rgba(252, 252, 252, 0.5);
    border: none;
    border-radius: 0.4167vw;
    font-size: 1.0417vw;
    line-height: 0.9896vw;
    letter-spacing: -0.02em;
    font-family: 'Pretendard-Regular';
    
}

input::-ms-input-placeholder { color: #1E1E1D; }
input::-webkit-input-placeholder { color: #1E1E1D; }
input::-moz-placeholder { color: #1E1E1D; }
textarea::placeholder {color: #1E1E1D;}

.field1{
    width: 43.7500vw;
    height: 6.2500vw;
    padding: 0.9375vw 1.2500vw;
    margin: 0px 0.3125vw 0.6250vw 0px;
    background-color: rgba(252, 252, 252, 0.5);
    border: none;
    border-radius: 0.4167vw;
    font-size: 1.0417vw;
    letter-spacing: -0.02em;
    font-family: 'Pretendard-Regular';
    
}

input[type=file]::file-selector-button {
    font-size: 1.0417vw;
    font-family: 'Pretendard-Regular';
    margin: 0.7813vw 0.6vw 0px -0.1042vw;
    width: 5.2083vw;
    height: 1.5625vw;
    background: #555f69;
    border: 0px solid rgb(77,77,77);
    border-radius: 0.3125vw;
    color: #ffffff;
    cursor: pointer;
}

.contact_btn{
    margin: 0 auto;
    display: flex;
    width: 8vw;
    height: 3vw;
    justify-content: center;
    align-items: center;
    margin-top: 1.1458vw;
    background: #252B31;
    border-radius: 0.5vw;
    border: none;
    font-size: 1.2500vw;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    font-family: 'pretendard-medium';
    font-weight: 500;
    font-style: normal;
}

.querensys_info {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 8.5417vw 0;
    width: 64.0625vw;
    margin: 0 auto;
}

.querensys_info div {
    width: 15.7813vw;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.querensys_info > div:not(:last-child) {
    position: relative;
}

.querensys_info > div:not(:last-child)::after {
    content: "";
    display: block;
    border-right: .125rem solid #B8B8B8;
    height: 2.0833vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.querensys_info > div:last-child {
    border-right: none;
}

.querensys_info div img {
    width: 2.0833vw;
    margin-bottom: 1.0417vw;
}

.querensys_info div p {
    color: #3E3E3E;
    font-family: 'pretendard-regular';
    font-weight: 400;
    font-style: normal;
    font-size: 1.0417vw;
    line-height: 180%;
    letter-spacing: -0.0625rem;
    margin: 0;
}

.map {margin: 0;
    width: 100vw;
    height: 100%;
}

@media screen and (max-width: 768px){
    
    .span_on {
        display: block;
        height: 0px;
    }
    .span_none {display: block;}


.contents5{
    padding-top: 41.6667vw;;
    padding-bottom: 21.6146vw;
    width: 100vw;
    margin: 0;
    background-image: url(/05\ contact\ us/container-4-768.png);
    background-size: cover; 
    text-align: center;
    
}

.container_1{
    max-width: 100%;
}


.contents5 > h1{
    font-size: 7.2917vw;
    padding-bottom: 2.0833vw;
    padding-top: 0vw;
    
}

.contact_txt{
    font-size: 3.1250vw;
    line-height: 170%;
    padding-top: 7.8125vw;
}


.contact_box{
    padding-top: 10.4167vw;

}

.left1{
    width: 584.3750vw;
}

.contact_column{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.field{
    color: #1E1E1D;
    width: 84.3750vw;
    height: 11.9792vw;
    padding: 0px 3.1250vw;
    margin: 0px 0.4167vw 3.1250vw 0px;
    border-radius: 1.5625vw;
    font-size: 2.8646vw;
    line-height: 0.9896vw;
    letter-spacing: -0.02em;
    font-family: 'Pretendard-Regular';
    
}

input::-ms-input-placeholder { color: #1E1E1D; }
input::-webkit-input-placeholder { color: #1E1E1D; }
input::-moz-placeholder { color: #1E1E1D; }
textarea::placeholder {color: #1E1E1D;}

.field1{
    width: 84.3750vw;
    height: 26.0417vw;
    padding: 2.9375vw 3.1250vw;
    margin: 0px 0.3125vw 0.6250vw 0px;
    border-radius: 1.5625vw;
    font-size: 2.8646vw;
    
}

input[type=file]::file-selector-button {
    font-size: 2.8646vw;
    margin: 2.9813vw 2.6vw 0px -0.1042vw;
    width: 16vw;
    height: 6vw;
    background: #555f69;
    border: 0px solid rgb(77,77,77);
    border-radius: 1vw;
    color: #ffffff;
    cursor: pointer;
}

.contact_btn{

    width: 31.5104vw;
    height: 9.1146vw;
    margin-top: 6.7708vw;
    border-radius: 1.0417vw;
    font-size: 3.6458vw;
    letter-spacing: -0.02em;
    color: #FFFFFF;

}

.querensys_info {
    flex-direction: column;
    padding: 21.8750vw 0;
    align-items: center;
}

.querensys_info div {
    width: 15.7813vw;
    flex: 1;
    padding-bottom: 15.6250vw;
}


.querensys_info > div:not(:last-child)::after {
    border: none;
}

.querensys_info div img {
    width: 6.7708vw;
    margin-bottom: 3.9063vw;
}

.querensys_info div p {
    font-size: 3.6458vw;
    line-height: 180%;
    letter-spacing: -0.0625rem;
    white-space: nowrap;
    margin: 0;
}

.querensys_info > div:last-child {
    padding: 0;
}

}


/*sub-4*/

/*--------*/

@media screen and (max-width: 768px){
    .warp_card {
        overflow-x: auto;
        margin: 0 auto;
        padding: 18.2292vw 10%;
    }
    
    /* 스크롤바 스타일 */
    .sub_card {
        display: grid;
        gap: 1vw;
        grid-auto-flow: column;
        overflow-y: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        justify-content: left;
        white-space: nowrap;
        scrollbar-width: thin;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 2.6042vw;
        padding-top: 0;
    }

    /* WebKit 기반 브라우저 스크롤바 스타일 */
    .sub_card::-webkit-scrollbar {
        height: 1.3021vw;
    }

    .sub_card::-webkit-scrollbar-track {
        background: #ffffff;}

    .sub_card::-webkit-scrollbar-thumb {
        background-color: #ddd;
        border-radius: 50px;
    }

    .card_container {
        position: relative;
        text-align: center;
        height: 42.9688vw;
        
    }
    
    .card_container img {
        scroll-snap-align: start;
        display: block;
        width: 100%;
    }
    
    .card_container p {
        position: absolute;
        top: 58%;
        left: 51%;
        transform: translate(-50%, -50%);
        color: #101010;
        font-size: 3.6458vw;
        line-height: 145%;
        letter-spacing: -0.055rem;
        z-index: 1;
        width: 27.3438vw;
    }

    
    .sub_card div img {
        position: relative;
        padding-left: 0vw;
        width: 34.5052vw;
    }
    
    .sub_card_1 {
        display: flex;
        gap: 1vw;
        padding-top: 0;
        justify-content: center;
        align-items: center;
        padding: 18vw 10%;
    }

    .card_container {
        position: relative;
        text-align: center;
        height: 42.9688vw;
        
    }
    
    .card_container_1 img {
        scroll-snap-align: start;
        display: block;
        width: 100%;
    }

    .sub_card_1 div img {
        position: relative;
        padding-left: 0vw;
        width: 34.5052vw;
    }
    
};
    
