
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    
    overflow-x: hidden;
    user-select: none;
      
    
}

.daum-wm-title, .daum-wm-datetime, .daum-wm-content {
    display: none;
}

html {
    overflow-x :  hidden;
 }


    

    /* 상단 고정바 */
        .topBox {
            width: 100%;
            position: fixed;
            top: 0;
            z-index: 1000;
            display: flex;
            justify-content: center;
            border-bottom: 1px solid #ddd;

        }

        
        /* 모달팝업 */
        .modal {
            display: none;
            position: fixed;
            
            z-index: 1001;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            background-color: rgba(0, 0, 0, 0.6);
        }
        
        .modal-content {
            background-color: #fefefe;
            border-radius: 20px;
            color: #525252;
            font-size: 11pt;
            font-family: 'NanumBarunGothic', sans-serif;
            line-height: 15pt;
            margin: 12% auto;
            padding: 25px;
            border: 1px solid #888;
            width: 100%;
            max-width: 380PX;
            height: 540px;
        }
        
        
        
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            
        }
        
        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        .toparea {
            position: relative;
            z-index: 20;
            max-width: 1200px;
            width: 100%;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 40px;
            padding-right: 40px;
            box-sizing: border-box;
            background-color: rgb(255, 255, 255);

       }
       .toparea img {
            width: 200px;
       }
        .background_top {
            width: 100%;
            height: 80px;
            background-color: rgb(255, 255, 255);
            z-index: 10;
            position: fixed;
            top: 0;
            
        }

       
        /* 앱 다운로드 버튼 전체 영역 */
       .downButton_1 {
        display: flex;
        justify-content: center;
        
        
    }
    /* 앱 다운로드 버튼 이미지 처리 */
    .downButton_1 img {
        max-width: 180px;
        height: 100%;            
        /* object-fit:contain; */
        margin: 0px 2px 0px 2px;
        
    }

        /* 세션 #1 */
        .mainBox {
            max-width: 1200px;
            max-height: 800px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 0px;
            margin-top: 150px;
        }

        /* 모두의물결 메인 로고 이미지 영역 */
        
        .subTitle {
            margin-bottom: 50px;
        }

        .subTitle img {
            max-width: 450px;
            width: 100%;
            height: 100%;
        }
        



        /* 1줄로 된 세션 제목 */
        .mainBox2 {
            padding: 10px;
            margin-top: 10px;
            margin-bottom: 100px;
            font-size: 35pt;
            font-family: 'NanumBarunGothicBold', sans-serif;
            /* font-family: 'Nanum Gothic Coding' sans-serif; */
            /* font-weight: bold; */
        }

        /* 물결 트레일러 영상 */

        

        .video {
            margin-bottom: 0px;
            border-radius: 10px;
            max-width: 786px;
            width: 100%;

        }

        /* .example_vedio {
            border: 1px solid #ddd;
            margin-top: -350px;
        } */



        /* 서비스 주요기능 영역 */
            .mainBox_4 {
            
            width: 100%;
            max-width: 700px;
            margin-bottom: 0px;
            display: flex;
            justify-content: center;
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 1s ease-out, transform 1s ease-out;
                  
            
            }

            .mainBox_4.show {
                opacity: 1;
                transform: translateY(0);
            }

            .visual {
                /* display: block; */
                width: 100%;
                /* max-width: 700px; */
                
            }



            .visual img {
                width: 100%;
                max-width: 600px;
                margin-bottom: 30px;
           
            }


            .extra {
                display: flex;   
                justify-content: center;
                width: 100%;
                max-width: 700px;
                opacity: 0;
                transform: translateY(50px);
                transition: opacity 1s ease-out, transform 1s ease-out;
    
            }

            
        .extra.show {
            opacity: 1;
            transform: translateY(0);
        }
            .extra_service {
            
                
                width: 100%;
                /* max-width: 1000px; */
                
            }



            .extra_service img {
                
                width: 100%;
                max-width: 600px;
                margin-bottom: 30px;
           
            }




            /* .slick-prev, .slick-next {
                font-size: 0;
                line-height: 0;
                position: absolute;
                top: 50%;
                display: block;
                width: 50px;
                height: 50px;
                margin-top: -10px;
                padding: 0;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: 0;
                background: transparent;
            } */



            .slick-prev.slick-arrow {
                left: 8%;
                z-index: 2;
            }
            .slick-prev.slick-arrow::before, .slick-next.slick-arrow::before {
                color: #797979;
                font-size: 50pt;
                opacity: 0.4;
            }            

            .slick-next.slick-arrow {
                
                right: 15%;
                

            }            
            
            .slick-dots li button:before {
                font-size: 13px!important;
                
           
            }

            #slick-slide-control00::before {
                font-size: 15px;
            }
            #slick-slide-control01::before {
                font-size: 15px;
            }
            #slick-slide-control02::before {
                font-size: 15px;
            }
            #slick-slide-control03::before {
                font-size: 15px;
            }
            #slick-slide-control04::before {
                font-size: 15px;
            }
            #slick-slide-control00::before {
                font-size: 15px;
            }




        /* 서비스 이용자 영역 */
        .mainBox3 {
            max-width: 1200px;
            width: 100%;
            
            padding: 10px;
            display: flex;
            align-items: center;
            flex-direction: column;
            margin-bottom: 0px;
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 1s ease-out, transform 1s ease-out;
        }

        .mainBox3.show {
            opacity: 1;
            transform: translateY(0);
        }

        .content5 {
            font-size: 10pt;
            color: #999999;
            margin-top: -5px;
            
            font-family: 'NanumBarunGothic', sans-serif;
        }

        /* 서비스 분야 */

        .mainBox_5 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-row-gap: 20px;
            grid-column-gap: 20px;
            width: 100%;
            max-width: 1200px;
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 1s ease-out, transform 1s ease-out;
  
        }

            /* 나타날 때 추가될 클래스 */
        .mainBox_5.show {
        opacity: 1;
        transform: translateY(0);
    }

        .serviceBox1 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 10px;
            width: 100%;
            height: 200px;
            max-width: 400px;
            /* max-height: 200px; */


        }
        .serviceBox2 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border: 1px solid #b80eb0;
            border-radius: 10px;
            width: 100%;
            height: 200px;
            max-width: 400px;
            /* max-height: 200px; */


        }

        .serviceTitle {
            font-size: 23pt;
            font-family: 'NanumBarunGothicBold', sans-serif;
            padding: 10px;
            margin-bottom: 20px;
            color: #0e6eb8;
        }

        .serviceContent {
            font-size: 14pt;
            font-family: 'NanumBarunGothic', sans-serif;
            color: #adadad;
        }


        .expert_register {
            display: flex;
            flex-wrap: nowrap;
            padding: 10px 15px;
            background-color: #007bff;
            color: white;
            cursor: pointer;
            border-radius: 5px;
            text-align: center;
            margin-top: 10px;
            font-weight: bold;


        }

    
        .expert_register:hover {
            background-color: #0056b3;
        }


       /* 동일업종제한 팝업 */


    .popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 113000;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }
    .popup-content {
        position: relative;
        background: rgb(240, 240, 240);
        padding: 3px;
        border-radius: 5px;
        transform: scale(1);
        transition: transform 0.2s ease-in-out;
        
    }

    .limit_popup {
            
                
        width: 100%;
        max-width: 442px;        
    }

    .popup-content img {
        max-width: 95vw;
        max-height: 95vh;
        border-radius: 5px 5px 0px 0px;
    }
    .close-btn {
        position: absolute;
        top: -12px;
        right: -12px;
        background: #0f0f0f;
        color: white;
        border: 2px solid white;
        padding: 8px 10px;
        cursor: pointer;
        border-radius: 50%;
        z-index: 110000;
    }

    .extra_service {
            
                
        width: 100%;
        /* max-width: 1000px; */
        
    }

        /* 세션1에서 왼쪽 영역 */
        .box1 {
            width: 57%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items:center ;
            padding-right: 55px;
            padding-left: 20px;
            box-sizing: border-box;
            
        }

        /* 세션1에서 오른쪽 영역 */
        .box2 {
            width: 100%;
            height: 100%;
            
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            
        }

        .box2_mobile {
            display: none;
            
            
        }

        /* 세션 1에서 오른쪽 메인 이미지 */
        .box2 img {
            width: 100%;
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 1s ease-out, transform 1s ease-out;
            /* max-width: 700px; */
        }

        .box2 img.show {
            opacity: 1;
            transform: translateY(0);
        }

        /* 서비스 특징에서 왼쪽 영역 */
        .box1_2 {
            width: 50%;
            height: 500px;
            display: flex;
            flex-direction: column;
            align-items: center;
            
        }

        /* 서비스 특징에서 오른쪽 영역 */
        .box2_2 {
            width: 50%;
            height: 500px;
            display: flex;
            flex-direction: column;
            align-items: center;
            
        }

        /* 기타 제공기능 이미지 */

        /* .extra_service {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 800px; /* 이미지 컨테이너의 높이를 조절해주세요 */

        /* }
    
        .extra_service img {
            max-width: 100%;
            max-height: 100%;
        } */ 

        
        /* 자주묻는 질문에서 단위 박스 */

        .question {
            font-size: 15pt;
            font-family: 'NanumBarunGothic', sans-serif;
            /* font-weight: bold; */
            /* font-family: 'Nanum Gothic Coding' sans-serif; */
            background-color: #333;
            color: white;
            height: 100%;
            padding: 10px 10px 10px 20px;
            line-height: 30pt;
            border-radius: 10px;
            
        }

        .faq {
            width: 90%;
            display: flex;
            flex-direction: column;
        }

        .faq .content {
            padding: 5px;
            
        }

        /* 세션 1에서 내용 텍스트 */
        .content {
            font-size: 14pt;
            font-family: 'NanumBarunGothicLight', sans-serif;
            /* font-family: 'Nanum Gothic Coding' sans-serif; */
            color: #787878;
            margin-left: 0px;
            line-height: 30px;
            text-align: center;
            
        }



        /* 다운로드 버튼 */
        .downButton {
            display: flex;
            width: 100%;
            margin-top: 20px;
            justify-content: center;
            
            
        }
        .downButton img {
            max-width: 220px;
            width: 100%;
            height: 100%;            
            /* object-fit:contain; */
            margin: 0px 2px 0px 2px;
        }


        /* 서비스 특징 영역 */
        .mainBox_2 {
            max-width: 1200px;
            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 0px;
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 1s ease-out, transform 1s ease-out;

        }

        .mainBox_2.show {
            opacity: 1;
            transform: translateY(0);
        }

        /* 서비스 특징 4가지 */
        .connect {
            height: 250px;
            max-width: 570px;
            width: 100%;
            margin-bottom: 20px;
            /* background-color:#f7f7f7 ; */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            border: 1px solid #ccc;
        }
        .connect_title {
            
            height: 30px;
            padding: 10px;
            margin-top: 10px;
            font-size: 23pt;
            font-family: 'NanumBarunGothicBold', sans-serif;
            /* font-family: 'Nanum Gothic Coding' sans-serif; */
            /* font-weight: bold; */
            text-align: center;
            color:#0e6eb8;
            
            
        }
        .connect_title2 {
            
            height: 30px;
            padding: 10px;
            margin-top: 10px;
            font-size: 23pt;
            font-family: 'NanumBarunGothicBold', sans-serif;
            /* font-family: 'Nanum Gothic Coding' sans-serif; */
            /* font-weight: bold; */
            text-align: center;
            color:#b80eb0;
            
            
        }

        /* 서비스 특징 내용 텍스트 */
        .content1 {
            padding: 10px;
            margin: 10px;
            color:#787878;
            font-size: 14pt;
            font-family: 'NanumBarunGothicLight', sans-serif;
            line-height: 20pt;
            text-align: center;
            
        }

        /* 서비스 이용대상, 자주 묻는 질문 내용 텍스트 */
        .content2 {
            padding: 10px;
            margin: 10px 5px 10px 5px;
            color:#787878;
            font-size: 14pt;
            font-family: 'NanumBarunGothicLight', sans-serif;
            line-height: 20pt;
            
        }

        /* 서비스 이용대상 영역 */
        .mainBox_3 {
            max-width: 1200px;
            
            /* margin-bottom: 40px; */
            width: 100%;            
            display: flex;
            justify-content: space-between;
                        
        }

        /* 서비스 이용대상 왼쪽 영역 */
        .box1_3 {
            width: 49%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            
            
        }

        /* 서비스 이용대상 오른쪽 영역 */
        .box2_3 {
            width: 49%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            
            
        }

        /* 서비스 이용대상 분류제목 물류서비스가 필요한 분, 물류전문가 */
        .info {
            font-size: 23pt;
            /* margin-top: 20px; */
            /* font-weight: bold; */
            font-family: 'NanumBarunGothicBold', sans-serif;
            color:#0e6eb8;
        }
        
        .box1_3 img {
            width: 100%;
            max-width: 590px;
            margin-bottom: 10px;
            border-radius: 10px;
        }

        .box2_3 img {
            width: 100%;
            max-width: 590px;
            margin-bottom: 10px;
            border-radius: 10px;
        }

        /* .content4 {
            font-size: 12pt;
            font-family: 'NanumBarunGothic';
            color:#ffffff;
            text-align: center;
            
            background-color: #00000091;

            position: relative;
            top: -20px;
        } */




        /* 파란색 구분선 */
          /* 초기 숨겨진 라인 */
          .line {
            display: block;
            width: 0;
            height: 10px;
            background-color: #29a7e1;
            transition: width 1s ease-out;         
            margin-bottom: 20px;
            margin-top: 120px;
        }
        .line.active {
            width: 120px;
        }

        /* 최하단 지금 다운로드 받으세요 텍스트 */
        .content3 {
            font-size: 25pt;
            /* font-weight: bold; */
            font-family: 'NanumBarunGothic', sans-serif;
            width: 100%;
            line-height: 3vw;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 10px;
            
        }


        /* footer 하단 사업자 정보  */
        
        .app-inner {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            margin-top: 80px;
            margin-bottom: 40px;
            
            
        }

        /* 로고 및 개인정보 이용약관 라인 */
        .fnb {
            display: flex;
            max-width: 1200px;
            width: 100%;
            
            
        }

        .fnb ul {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 100%;
            height: 40px;
            text-decoration: none;
            list-style: none;
        }

        .fnb li {
            margin-right: 20px;
            text-decoration: none;
            list-style: none;
            text-decoration: none;
            
        }

        .fnb a {
            text-decoration: none;
            font-size: 12pt;
            font-family: 'NanumBarunGothic', sans-serif;
            color: #797979;
            
        }
                

        .fnb .logo {
            width: 15%;
            margin-right: 60px;
            filter: grayscale(100%);
        }

        .fnb .logo img {
            width: 100%;
            
            
        }


        /* 마지막 하단 로고 */
        
        .logo2 {
            display: flex;
            justify-content: center;
            margin-top: 50px;
        }
        .logo2 img {
            width: 100%;
            max-width: 60%;
            
            

        }
        
        /* 사업자 정보 라인 */
        
        .address ul {
            display: flex;
            flex-direction: column;
            list-style: none;
            padding-left: 40px;
            font-family: 'NanumBarunGothicLight', sans-serif;
            
        }

        .address li {
            font-size: 10pt;
            font-family: 'NanumBarunGothicLight', sans-serif;
            color:#adadad ;
            margin-bottom: 5px;
            line-height: 13pt;
        }


        /* 저작권 관련 */
        .copyright {
            font-size: 10pt;
            font-family: 'NanumBarunGothicLight', sans-serif;
            color: #adadad;
            padding-left: 40px;
            /* font-weight: bold; */
        }

        

        @media (max-width: 767px) {
            body {
                display: flex;
                
                flex-direction: column;
                align-items: center;
                margin: 1.5vw;
                
                overflow-x: hidden;
                touch-action: manipulation;
                
                /* background-color:  env(safe-area-inset-top, white); */

                
                
                
            }

            html {
                overflow-x :  hidden;
             }
        

            /* 상단 고정바 */
                    .topBox {
                        width: 100vw;
                        height: 15vw;
                        z-index: 1000;
                        
                        position: fixed;
                        top: 0px;
                        display: none;
                        justify-content: center;
                        border-bottom: 1px solid #ddd;
                        
            
                    }

                /* 모바일 하단 다운로드 버튼*/
                .app-download {
                    position: fixed;
                    bottom: -100px;
                    left: 0;
                    width: 100%;
                    z-index: 110000;
                    background: rgba(0, 0, 0, 0.8);;
                    color: rgb(255, 255, 255);
                    text-align: center;
                    padding: 15px 0;
                    font-size: 18px;
                    font-weight: bold;
                    cursor: pointer;
                    transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
                    opacity: 0;
                }

                .app-download.show {
                    bottom: 0;
                    opacity: 1;
                }
                .app-download span {
                    color: #b1e1f8;
                }

                    /* 모달팝업 */


                    
                    .modal {
                        display: none;
                        position: fixed;
                        z-index: 1001;    
                        
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                        
                    }

                    .modal-content {
                        background-color: #fefefe;
                        border-radius: 20px;
                        color: #525252;
                        /* font-size: 3vw; */
                        font-family: 'NanumBarunGothic', sans-serif;
                        /* line-height: 4vw; */
                        
                        position: absolute;
                        top: 3%;
                        left: 2%;
                        right: 2%;
                        width: 80%;
                        height: 100%;
                        
                        max-height: 530px;
                        max-width: none;
                        
                        
                     
                        
                    }

                    .toparea {
                        height: 15vw;
                        max-width: none;
                        position: fixed;
                        z-index: 20;
                        width: 100vw;
                        display: flex;
                        /* justify-content: center; */
                        /* align-items: center; */
                        padding-left: 0px;
                        padding-right: 0px;
                        box-sizing: border-box;
                        background-color: rgb(255, 255, 255);
                        
                    }     
 
                   .logo {
                    text-align: center;
                    height: 15vw;
                    line-height: 21vw;
                    }
                   .toparea img {
                        width: 30%;
                   }
                
                   /* 앱 다운로드 버튼 사라지게 처리*/
                   .downButton_1 {
                    display: none;
                }

            /* 물결 트레일러 영상 */
                .video {
                    max-width: 560px;
                    width: 100%;
                    border-radius: 10px;
                    max-height: 315px;
                    
                    margin-bottom: 5vw;
                }


                /* 이용대상 하단 안내문구 */
                .content5 {
                    font-size: 2.8vw;
                    color: #999999;
                    margin-top: -10px ;
                    font-family: 'NanumBarunGothic';
                }


      
      



                /* 서비스 주요기능 영역 */
                
                .visual {
                    width: 100vw;
                 
                }

                .visual img {
                    width: 100vw;
                    margin-bottom: 2vw;
                    margin-left: 0vw;
                    margin-right: 0vw;
               
                }

                .mainBox_4 {
                    display: block;
                    opacity: 0;
                    transform: translateY(50px);
                    transition: opacity 1s ease-out, transform 1s ease-out;
                }
                .mainBox_4.show {
                    opacity: 1;
                    transform: translateY(0);
                }
                
                
                .slick-dots li button:before {
                    font-size: 13px!important;
                    
               
                }
                .slick-prev.slick-arrow {
                    left: 1vw;
                    
                }
                .slick-prev.slick-arrow::before, .slick-next.slick-arrow::before {
                    color: #797979;
                    font-size: 14vw;
                }            
    
                .slick-next.slick-arrow {
                    
                    right: 10vw;
                    
    
                }        
                
                #slick-slide-control00::before {
                    font-size: 2.5vw;
                }
                #slick-slide-control01::before {
                    font-size: 2.5vw;
                }
                #slick-slide-control02::before {
                    font-size: 2.5vw;
                }
                #slick-slide-control03::before {
                    font-size: 2.5vw;
                }
                #slick-slide-control04::before {
                    font-size: 2.5vw;
                }
                #slick-slide-control00::before {
                    font-size: 2.5vw;
                }
                

                /* 서비스 분야 */
                .mainBox_5 {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                    grid-row-gap: 10px;
                    grid-column-gap: 10px;
                    width: 100%;
                    max-width: 100vw;
                    box-sizing: border-box;
                    margin-bottom: 2%;
                    padding: 10px;

          
                }
        
                .serviceBox1 {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    border: 1px solid #ccc;
                    border-radius: 10px;
                    width: 100%;
                    height: 150px;
                    max-width: 46vw;
                    max-height: 46vw;
        
        
                }
                .serviceBox2 {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    border: 1px solid #b80eb0;
                    border-radius: 10px;
                    width: 100%;
                    height: 150px;
                    max-width: 46vw;
                    max-height: 46vw;
        
        
                }
        
                /* .serviceTitle {
                    font-size: 7vw;
                    font-family: 'NanumBarunGothicBold';
                    padding: 10px;
                    margin-bottom: 1.5vw;
                    color: #0e6eb8;
                }
        
                .serviceContent  {
                    font-size: 4vw;
                    font-family: 'NanumBarunGothic';
                    color: #adadad;
                }
         */

            


                /* 세션1 영역 */
                    .mainBox {
                        width: 100vw;
                        max-width: 100vw;
                        max-height: 100%;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        margin-bottom: 5vw;
                        margin-top: 10vw;
                        
                    }

                    /* 세션1 왼쪽 */
                    .box1 {
                        width: 100%;
                        height: 100%;
                        padding-right: 0px;
                        padding-left: 0px;
                        display: flex;
                        margin-bottom: 10px;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        box-sizing: none;
                        
                    }

                    .subTitle img {
                        max-width: 600px;
                        width: 75vw;
                        /* height: 100%; */
                    }
                    .subTitle {
                        margin-bottom: 5vw;
                        
                    }
                    .content {
                        font-size: 4.8vw;
                        text-align: center;
                        font-family: 'NanumBarunGothic';
                        color:#797979;
                        line-height: 6.5vw;
                        margin-left: 0px;
                        margin-bottom: 2vw;

                        
                    }


                    /* 다운로드 버튼 */
                    .downButton {
                        display: flex;
                        width: 100vw;
                        text-align: center;
                        flex-direction: row;
                        /* width: 0vw; */
                        margin-top: 2vw;
                        margin-bottom: 4vw;
                        justify-content: center;
                        
                        
                    }
                    .downButton img {
                        /* max-width: 180px; */
                        max-width: 40vw;
                        
                        /* height: 100vw;             */
                        /* object-fit:contain; */
                        margin: 0vw 0vw 0vw 0vw;
                        
                    }

                    /* 세션1 오른쪽 */
                    .box2 {
                        width: 100%;
                        height: 100%;
                        /* margin-bottom: 50px; */
                        display: none;
                        /* text-align: center; */
                        /* flex-direction: column; */
                        /* justify-content: center; */
                        /* align-items: center; */
                        
                    }

                              /* 세션 1에서 오른쪽 메인 이미지 */
                    


                    .box2_mobile {
                        display: block;
                        text-align: center;
                        
                    }

                    .box2_mobile img {
                        width: 85%;
                        opacity: 0;
                        transform: translateY(50px);
                        transition: opacity 1s ease-out, transform 1s ease-out;
                        

                    }

                    .box2_mobile img.show {
                        opacity: 1;
                        transform: translateY(0);
                    }
                    /* .box2_mobile_visual {
                        width: 100vw;
                       
                    }

                    .box2_mobile_visual img {
                        width: 80vw;
                        margin-bottom: 2vw;
                        margin-left: 0vw;
                        margin-right: 0vw;
                        
                     
                   
                    } */


            
                    /* 세션 1줄 별도 제목 영역 */
                    .mainBox2 {
                        display: block;
                        padding: 2vw;
                        width: 100%;
                        text-align: center;
                        margin-top: 1vw;
                        margin-bottom: 13vw;
                        font-size: 9vw;
                        font-family: 'NanumBarunGothicBold';
                        

                    }
            
                    /* 자주 묻는 질문 작업 */
                    .mainBox3 {
                        /* max-width: 1200px; */
                        
                        width: 100%;
                        padding: 0px;
                        display: flex;
                        margin-bottom: 8vw;
                        flex-direction: column;
                    }
            
                    


                                
                    .question {
                        font-size: 3.8vw;
                        font-weight: bold;
                        font-family: 'Nanum Gothic Coding' sans-serif;
                        background-color: #333;
                        color: white;
                        height: 100%;
                        /* padding: 10px; */
                        line-height: 4.5vw;
                        border-radius: 5px;
                        
                        padding: 2vw 1vw 2vw 3vw;
                        box-sizing: border-box;
                    }

                    
                    .faq {
                        width: 90%;
                        display: flex;
                        flex-direction: column;
                    }

                    .faq .content {
                        padding: 1vw;
                        
                    }


                    
               /* 4가지 특성 서비스 아이콘 부분 */
                .mainBox_2 {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    flex-direction: column;
                    padding: 0px 2vw 0px 2vw;
                    box-sizing: border-box;
                    margin-bottom: 20px;
                }

                /* 서비스 특징 4가지 */
                    .connect {
                        height: 50vw;
                        max-width: 570px;
                        width: 100%;
                        margin-bottom: 3vw;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        border-radius: 10px;
                        border: 2px solid #ddd;
                        
                        
                    }
                    .connect_title {
                        
                        height: 30px;
                        padding: 1.5vw;
                        margin-top: 1.5vw;
                        font-size: 5.5vw;
                        font-family: 'NanumBarunGothicBold';
                        /* font-family: 'Nanum Gothic Coding' sans-serif; */
                        /* font-weight: bold; */
                        text-align: center;
                        color:#0e6eb8;
                        
                        
                    }
                    .connect_title2 {
                        
                        height: 30px;
                        padding: 1.5vw;
                        margin-top: 1.5vw;
                        font-size: 5.5vw;
                        font-family: 'NanumBarunGothicBold';
                        /* font-family: 'Nanum Gothic Coding' sans-serif; */
                        /* font-weight: bold; */
                        text-align: center;
                        color:#b80eb0;
                        
                        
                    }
                    .content1 {
                        padding: 1vw;
                        margin: 1vw 1vw 1vw 1vw;
                        color: rgb(138, 138, 138);
                        font-size: 3.6vw;
                        font-family: 'NanumBarunGothic';
                        text-align: center;
                        line-height: 5vw;
                        
                        
                    }

                    .box1_2 {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        
                    }
                    .box2_2 {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        
                    }



                    /* 서비스 이용대상, 자주 묻는 질문 내용 텍스트 */
                    .content2 {
                        padding: 1vw;
                        margin: 3vw 1vw 2vw 1vw;
                        color:#999999;
                        font-size: 3.6vw;
                        font-family: 'NanumBarunGothic';
                        line-height: 6vw;
                    }

                    /* 서비스 이용대상 */
                    .mainBox_3 {
                        max-width: 100%;
                        
                        margin-bottom: 0px;
                        width: 100%;   
                               
                        display: flex;
                        align-items: center;
                        flex-direction: column;
                                    
                    }
            
                    .box1_3 {
                        width: 98%;
                        height: 100%;
                        margin-right: 0;
                        /* padding: 5px; */
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        margin-bottom: 5vw;
                        border: none;
                        
                    }
                    .box2_3 {
                        width: 98%;
                        height: 100%;
                        margin-left: 0;  
                        /* padding: 1vw; */
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        margin-bottom: 5vw;
                        border: none;
                        
                    }
            
                    .info {
                        font-size: 5.5vw;
                        font-family: 'NanumBarunGothicBold';
                        color:#0e6eb8;
            
                    }
                    
                    .box1_3 img {
                        width: 100%;
                        border-radius: 10px;
                        
                    }
            
                    .box2_3 img {
                        width: 100%;
                        border-radius: 10px;
                        
                    }

                    
                    .line {
                        height: 2vw;
                        width: 0;
                        margin-bottom: 2vw;
                        margin-top: 13vw;
                    }
                    .line.active {
                        width: 18vw;
                    }

                    

                    .content3 {
                        font-size: 6vw;
                        /* font-weight: bold; */
                        font-family: 'NanumBarunGothic';
                        width: 100%;
                        line-height: 8vw;
                        text-align: center;
                        margin-top: 5vw;
                        margin-bottom: 5vw;
                        
                    }

                    .logo2 {
                        display: flex;
                        justify-content: center;
                        margin-top: 80px;
                    }
                    .logo2 img {
                        width: 100vw;
                        max-width: 60vw;
                        
                        
            
                    }
                    
                /* 기타 제공기능 이미지 */

  

                .extra {
                    /* display: flex;   
                    justify-content: center;
                    width: 100vw; */
                    /* max-width: 1000px; */
                }
                .extra_service {
                
                    
                    width: 100vw;
                    /* max-width: 1000px; */
                    
                }
    
    
    
                .extra_service img {
                    
                    width: 100vw;
                    /* max-width: 600px; */
                    margin-bottom: 2vw;
                    margin-left: 0vw;
                    margin-right: 0vw;
                }

                /* .extra_service {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 600px; 이미지 컨테이너의 높이를 조절해주세요
        
                }
            
                .extra_service img {
                    max-width: 100%;
                    max-height: 100%;
                } */
        


        /* footer 하단 사업자 정보  */
        
        .app-inner {
            display: flex;
            flex-direction: column;
            /* justify-content: center; */
            align-items: center;
            width: 100%;
            height: 100%;
            margin-top: 2vw;
            margin-bottom: 5vw;
            
        }

        /* 로고 및 개인정보 이용약관 라인 */
        .fnb {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            
        }

        .fnb ul {
            display: flex;
            flex-direction: row;
            justify-content: space-around ;
            align-items: center;
            width: 100%;
            height: 3vw;
            text-decoration: none;
            list-style: none;
            padding: 1vw 3vw 1vw 3vw;

        }

        .fnb li {
            margin-right: 2vw;
            text-decoration: none;
            list-style: none;
            text-decoration: none;
            
        }

        .fnb a {
            text-decoration: none;
            font-size: 3.5vw;
            font-family: 'NanumBarunGothic';
            color: #797979;
            
        }
                

        .fnb .logo {
            display: none;
            width: 25%;
            margin-right: 10px;
            filter: grayscale(100%);
            margin-top: 5px;
        }

        /* .fnb .logo img {
            width: 100%;
            
        } */
        

        /* 마지막 하단 로고 */

        .log2 {
            width: 100%;
            max-width: 200px;

        }

        /* 사업자 정보 라인 */
        
        
        .address ul {
            display: block;
            /* width: 100%; */
            text-align: center;
            /* flex-direction: column; */
            /* align-items: center; */
            list-style: none;
            /* padding-left: 0px; */
            padding: 2vw;
            
        }

        .address li {
            font-size: 3.5vw;
            font-family: 'NanumBarunGothicLight';
            color:#adadad ;
            margin-bottom: 1.5vw;
            line-height: 4vw;
        }


        /* 저작권 관련 */
        .copyright {
            font-size: 3.5vw;
            font-family: 'NanumBarunGothicLight';
            color:#adadad ;
            padding-left: 0px;
            /* font-weight: 100 ; */
        }

                    
        .proflie a {
            
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* 앱 다운로드 qr 버튼 사라지게 처리*/
        .qrcode {
            display: none;
        }

        .qr_guide {
            display: none;
        }

        /* 동일업종제한 팝업*/
        .popup-overlay {
            width: 100%;
            height: 100%;
            
            
        }
        .popup-content {
            
            max-width: 80vw;
            
        }
    
        .limit_popup {
                
                    
            width: 100%;
            max-width: 442px;        
        }
    
        .popup-content img {
            max-width: 80vw;
            /* max-height: 95vw; */
            border-radius: 5px 5px 0px 0px;
        }
        .close-btn {
            top: -12px;
            right: -8px;
            padding: 5px 8px;
            
        }

        }
        
       