body {
    overflow-x: hidden;
}
*{
    margin:0px;
    padding:0px;
}
html {
    overflow-x:  hidden;
}
h1 {
    color: navy;
}
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@media (min-width: 1280px) {
    .Wrap {
        width:100%;
        height:auto;
        display:flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .HeaderWrap{
        width:100%;
        height:auto;
        box-shadow: 0 3px 3px -3px #EDEDED;
        top:0px;
        z-index:10;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        position: fixed;
        top:0px;
        background-color: #ffffff;
        left:0px;
    }
    .Header {
        width:1200px;
        height:50px;
        display:flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        background-color: #ffffff;
    }
        .HeaderBtnGroup{
            width:244px;
            height:22px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }
        .HeaderBox{
            width: auto;
            height:auto;
        }
            .HeaderBox:hover {
                cursor: pointer;
            }
            .HeaderText{
                font-family: 'Pretendard-Regular';
                font-size: 16px;
                color:#222222;
                font-weight: 400;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
        .LogoBox{
            width:80px;
            height:24px;
            overflow: hidden;
            margin-right:32px;
        }
        .LogoBox:hover {
            cursor: pointer;
        }
        .imgs{
            width:80px;
            height:24px;
            object-fit: contain;
            content: url(./img/ZZIKGOLogo.png);
        }
    .Section1{
        width:100%;
        height:1020px;
        object-fit: contain;
        content: url(./img/Section1.png);
        margin-top:50px;
    }
    .Section2Wrap{
        width:100%;
        height:2209px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
        .Section2{
            width:1280px;
            height:1860px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
        }
            .Section2InfoBox{
                width:100%;
                height:600px;
                border-radius:30px;
                display:flex;
                justify-content: space-between;
                align-items: center;
                flex-direction:row;
                
            }
                .Setion2InfoImg1{
                    width:50%;
                    height:100%;
                    object-fit: cover;
                    border-top-left-radius:30px;
                    border-bottom-left-radius:30px;
                    content: url(./img/Section2_1.png);
                }
                .Setion2InfoImg2{
                    width:50%;
                    height:100%;
                    object-fit: cover;
                    border-top-left-radius:30px;
                    border-bottom-left-radius:30px;
                    content: url(./img/Section2_2.png);
                }
                .Setion2InfoImg3{
                    width:50%;
                    height:100%;
                    object-fit: cover;
                    border-top-left-radius:30px;
                    border-bottom-left-radius:30px;
                    content: url(./img/Section2_3.png);
                }
                .Section2Info{
                    width:50%;
                    height:100%;
                    display:flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction:column;
                    background-color: #FAFAFA;
                    border-top-right-radius:30px;
                    border-bottom-right-radius:30px;
                }
                    .Section2Title{
                        font-family: 'Pretendard-SemiBold';
                        font-size: 34px;
                        color:#222222;
                        font-weight: 600;
                        line-height: 140%;
                        letter-spacing :-2.5%;
                        margin:0px;
                        margin-left:60px;
                    }
                    .Section2P{
                        font-family: 'Pretendard-Regular';
                        font-size: 20px;
                        color:#222222;
                        font-weight: 400;
                        line-height: 140%;
                        letter-spacing :-2.5%;
                        margin-top:8px;
                        margin-left:60px;
                    }

    .Section3Wrap{
        width:100%;
        height:1000px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background-color: #F8F8FA;
    }
        .Section3{
            width:1280px;
            height:753px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
            text-align: center;
        }
        .Section3TitleBox{
            width:auto;
            height:auto;
        }
            .Section3Title{
                font-family: 'Pretendard-Bold';
                font-size: 44px;
                color:#222222;
                font-weight: 700;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .SectionImg{
                width:100%;
                height:553px;
                object-fit: contain;
                content: url(./img/Section3.png);
            }

    .Section4Wrap{
        width:100%;
        height:1338px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background-color: #ffffff;
    }
        .Section4{
            width:1280px;
            height:1000px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
            text-align: center;
        }
            .Section4Title{
                font-family: 'Pretendard-Bold';
                font-size: 44px;
                color:#222222;
                font-weight: 700;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .Section4Img{
                width:100%;
                height:767px;
                object-fit: contain;
                content: url(./img/Section4.png);
            }
    
    .Section5Wrap{
        width:100%;
        height:900px;
        background-color:#F8F8FA;;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        overflow-x: hidden;
    }
        .Section5{
            width:1280px;
            height:473px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
            overflow-x: hidden;
        }
            .Section5Title{
                font-family: 'Pretendard-Bold';
                font-size: 44px;
                color:#222222;
                font-weight: 700;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .SectionBtnWrap{
                width:102px;
                height:46px;
                display:flex;
                justify-content: space-between;
                align-items: center;
                flex-direction:row;
            }
                .SectionBtn{
                    width:46px;
                    height:46px;
                    border-radius: 50%;
                    background-color:#C3C3C3;
                }
                .SectionBtn:hover {
                    cursor: pointer;
                }
                .container-wrapper {
                    width: 1280px;
                    margin: 0 auto;
                    position: relative;
                }
                
                /* 박스들을 담는 컨테이너 */
                .box-container {
                    display: flex;
                    width: 2360px;
                    overflow: hidden;
                    transition: transform 0.4s ease;
                }
                
                /* 개별 박스 스타일 */
                .box {
                    width: 384px;
                    height: 260px;
                    background-color: #ffffff;
                    margin-right: 25px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 24px;
                    color: white;
                    font-weight: bold;
                    border-radius: 20px;
                }
        
                /* 좌우 화살표 버튼 */
                .arrow-button {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 50px;
                    height: 50px;
                    background-color: rgba(0, 0, 0, 0.5);
                    color: white;
                    border: none;
                    cursor: pointer;
                    font-size: 24px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    z-index: 10;
                }
                .Section5Box{
                    width:330px;
                    height:178px;
                    display:flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    flex-direction:column;
                }
                    .line-break {
                        display: inline;
                    }
                    .Section5Img1{
                        width:90px;
                        height:90px;
                        object-fit: cover;
                        content: url(./img/Section5_1.png);
                    }
                    .Section5Img2{
                        width:90px;
                        height:90px;
                        object-fit: cover;
                        content: url(./img/Section5_2.png);
                    }
                    .Section5Img3{
                        width:90px;
                        height:90px;
                        object-fit: cover;
                        content: url(./img/Section5_3.png);
                    }
                    .Section5Img4{
                        width:90px;
                        height:90px;
                        object-fit: cover;
                        content: url(./img/Section5_4.png);
                    }
                    .Section5Img5{
                        width:90px;
                        height:90px;
                        object-fit: cover;
                        content: url(./img/Section5_5.png);
                    }
                    .Section5Img6{
                        width:90px;
                        height:90px;
                        object-fit: cover;
                        content: url(./img/Section5_6.png);
                    }

                    .Section5TextBox{
                        width:307px;
                        height:68px;
                        display:flex;
                        justify-content: flex-start;
                        align-items: flex-start;
                        flex-direction:column;
                    }
                    .Section5Text{
                        font-family: 'Pretendard-SemiBold';
                        font-size: 24px;
                        color:#222222;
                        font-weight: 600;
                        margin:0px;
                        line-height: 140%;
                        letter-spacing :-2.5%;
                    }

        .Section5_2Wrap{
            width:100%;
            height:1003px;
            display:flex;
            justify-content: center;
            align-items: flex-start;
            flex-direction:row;
            object-fit: contain;
            background-color: #222222;
            background-image: url(./img/Section5QR.png); /* ✅ 배경 이미지 적용 */
            background-size: contain; /* ✅ 이미지가 잘리지 않도록 */
            background-position: center;
            background-repeat: no-repeat;
        }
            .Section5_2TitleWrap{
                width:569px;
                height:159px;
                display:flex;
                justify-content: space-between;
                align-items: center;
                flex-direction:column;
                margin-top:200px;
                z-index: 22;
            }
                .Section5_2Title{
                    font-family: 'Pretendard-Bold';
                    font-size: 48px;
                    color:#FFFFFF;
                    font-weight: 700;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                }
                .Section5_2SubTitle{
                    font-family: 'Pretendard-regular';
                    font-size: 28px;
                    color:#FFFFFF;
                    font-weight: 400;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                    text-align: center;
                }
                .Section5_2Title_Br{
                    display: none;
                }
    .Section6Wrap{
        width:100%;
        height:600px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction:row;
    }
        .Section6{
            width:741px;
            height:319px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
            text-align: center;
        }
            .Section6Title{
                font-family: 'Pretendard-Bold';
                font-size: 48px;
                color:#222222;
                font-weight: 700;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .Section6Text{
                font-family: 'Pretendard-Regular';
                font-size: 28px;
                color:#767676;
                font-weight: 400;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .Section6Btn{
                width:101px;
                height:57px;
                border-radius: 50px;
                background-color: #2277F6;
                display:flex;
                justify-content: center;
                align-items: center;
                flex-direction:row;
                text-align: center;
            }
            .Section6Btn:hover{
                cursor: pointer;
            }
                .Section6BtnText{
                    font-family: 'Pretendard-Regular';
                    font-size: 18px;
                    color:#FFFFFF;
                    font-weight: 500;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                }
                .Section6TitleBr{
                    
                }
                .Section6TitleBr2{
                    display:none
                }

        .FooterWrap{
            width: 100%;
            height:443px;
            display:flex;
            justify-content: center;
            align-items: center;
            flex-direction:row;
            border-top:1px solid #EDEDED;
        }
            .Footer{
                width:1200px;
                height:303px;
                display:flex;
                justify-content: space-between;
                align-items: flex-start;
                flex-direction:column;
            }
                .FooterTitle{
                    font-family: 'Pretendard-Regular';
                    font-size: 18px;
                    color:#222222;
                    font-weight: 500;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                }
                .FooterInfoBox{
                    width:auto;
                    height:174px;
                    display:flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    flex-direction:column;
                }
                    .FooterInfo{
                        font-family: 'Pretendard-Regular';
                        font-size: 16px;
                        color:#767676;
                        font-weight: 400;
                        margin:0px;
                        line-height: 140%;
                        letter-spacing :-2.5%;
                    }
                .FooterInfoBtn{
                    font-family: 'Pretendard-Regular';
                    font-size: 16px;
                    color:#767676;
                    font-weight: 400;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                    text-decoration: none;
                }
                    .FooterInfoBtn:hover{
                        cursor: pointer;
                    }
                .FooterCopyright{
                    font-family: 'Pretendard-SemiBold';
                    font-size: 16px;
                    color:#767676;
                    font-weight: 600;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                }
}


@media (min-width: 500px) and (max-width: 1280px) {
    body {
        overflow-x: hidden;
    }
    .Wrap {
        width:100%;
        height:auto;
        display:flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .HeaderWrap{
        width:100%;
        height:auto;
        box-shadow: 0 3px 3px -3px #EDEDED;
        top:0px;
        z-index:10;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        position: fixed;
        top:0px;
        background-color: #ffffff;
        left:0px;
    }
    .Header {
        width:480px;
        height:50px;
        display:flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        background-color: #ffffff;
    }
        .HeaderBtnGroup{
            width:244px;
            height:22px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }
        .HeaderBox{
            width: auto;
            height:auto;
        }
            .HeaderBox:hover {
                cursor: pointer;
            }
            .HeaderText{
                font-family: 'Pretendard-Regular';
                font-size: 16px;
                color:#222222;
                font-weight: 400;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
        .LogoBox{
            width:80px;
            height:24px;
            overflow: hidden;
            margin-right:32px;
        }
        .LogoBox:hover {
            cursor: pointer;
        }
        .imgs{
            width:80px;
            height:24px;
            object-fit: contain;
            content: url(./img/ZZIKGOLogo.png);
        }
    .Section1{
        width:360px;
        height:660px;
        content: url(./img/MSection1.png);
        margin-top:94px;
    }
    .Section2Wrap{
        width:100%;
        height:1580px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
        .Section2{
            width:320px;
            height:1460px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
        }
            .Section2InfoBox{
                width:100%;
                height:464px;
                border-radius:20px;
                display:flex;
                justify-content: space-between;
                align-items: center;
                flex-direction:column;
                
            }
                .Setion2InfoImg1{
                    width:100%;
                    height:320px;
                    object-fit: cover;
                    border-top-left-radius:20px;
                    border-top-right-radius:20px;
                    content: url(./img/MSection2_1.png);
                }
                .Setion2InfoImg2{
                    width:100%;
                    height:320px;
                    object-fit: cover;
                    border-top-left-radius:20px;
                    border-top-right-radius:20px;
                    content: url(./img/MSection2_2.png);
                }
                .Setion2InfoImg3{
                    width:100%;
                    height:320px;
                    object-fit: cover;
                    border-top-left-radius:20px;
                    border-top-right-radius:20px;
                    content: url(./img/MSection2_3.png);
                }
                .Section2Info{
                    width:100%;
                    height:144px;
                    display:flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction:column;
                    background-color: #FAFAFA;
                    border-bottom-left-radius:20px;
                    border-bottom-right-radius:20px;
                }
                    .Section2Title{
                        font-family: 'Pretendard-SemiBold';
                        font-size: 20px;
                        color:#222222;
                        font-weight: 600;
                        line-height: 140%;
                        letter-spacing :-2.5%;
                        margin:0px;
                        margin-left:20px;
                    }
                    .Section2P{
                        font-family: 'Pretendard-Regular';
                        font-size: 16px;
                        color:#222222;
                        font-weight: 400;
                        line-height: 140%;
                        letter-spacing :-2.5%;
                        margin-top:5px;
                        margin-left:20px;
                        margin-right:25px;
                    }


    .Section3Wrap{
        width:100%;
        height:635px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background-color: #F8F8FA;
    }
        .Section3{
            width:1280px;
            height:515px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
            text-align: center;
        }
            .Section3TitleBox{
                width:232px;
                height:115px;            
            }
                .Section3Title{
                    font-family: 'Pretendard-Bold';
                    font-size: 28px;
                    color:#222222;
                    font-weight: 700;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                }
            .SectionImg{
                width:100%;
                height:358px;
                object-fit: contain;
                content: url(./img/MSection3.png);
            }
    .Section4Wrap{
        width:100%;
        height:955px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background-color: #ffffff;
    }
        .Section4{
            width:1280px;
            height:800px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
            text-align: center;
        }
            .Section4Title{
                font-family: 'Pretendard-Bold';
                font-size: 28px;
                color:#222222;
                font-weight: 700;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .Section4Img{
                width:100%;
                height:682px;
                object-fit: contain;
                content: url(./img/MSection4.png);
            }


    .Section5Wrap{
        width:100%;
        height:534px;
        background-color:#F8F8FA;;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
        .Section5{
            width:320px;
            height:414px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
        }
            .Section5Title{
                font-family: 'Pretendard-Bold';
                font-size: 28px;
                color:#222222;
                font-weight: 700;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .SectionBtnWrap{
                width:102px;
                height:46px;
                display:flex;
                justify-content: space-between;
                align-items: center;
                flex-direction:row;
            }
                .SectionBtn{
                    width:46px;
                    height:46px;
                    border-radius: 50%;
                    background-color:#C3C3C3;
                }
                .SectionBtn:hover {
                    cursor: pointer;
                }

                .Section5Box{
                    width:160px;
                    height:149px;
                    display:flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    flex-direction:column;
                }
                    .Section5Img1{
                        width:60px;
                        height:60px;
                        object-fit: cover;
                        content: url(./img/Section5_1.png);
                    }
                    .Section5Img2{
                        width:60px;
                        height:60px;
                        object-fit: contain;
                        content: url(./img/Section5_2.png);
                    }
                    .Section5Img3{
                        width:60px;
                        height:60px;
                        object-fit: cover;
                        content: url(./img/Section5_3.png);
                    }
                    .Section5Img4{
                        width:60px;
                        height:60px;
                        object-fit: cover;
                        content: url(./img/Section5_4.png);
                    }
                    .Section5Img5{
                        width:60px;
                        height:60px;
                        object-fit: cover;
                        content: url(./img/Section5_5.png);
                    }
                    .Section5Img6{
                        width:60px;
                        height:60px;
                        object-fit: cover;
                        content: url(./img/Section5_6.png);
                    }
                    .Section5TextBox{
                        width:160px;
                        height:75px;
                        display:flex;
                        justify-content: flex-start;
                        align-items: flex-start;
                        flex-direction:column;
                    }
                    .Section5Text{
                        font-family: 'Pretendard-SemiBold';
                        font-size: 18px;
                        color:#222222;
                        font-weight: 600;
                        margin:0px;
                        line-height: 140%;
                        letter-spacing :-2.5%;
                    }
                    
                    .box-container {
                        display: flex;
                        width: 1296px;
                        overflow: hidden;
                        transition: transform 0.4s ease;
                        margin-left:950px;
                    }
                    
                    /* 개별 박스 스타일 */
                    .box {
                        width: 200px;
                        height: 210px;
                        background-color: #ffffff;
                        margin-right: 16px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 16px;
                        color: white;
                        font-weight: bold;
                        border-radius: 20px;
                    }
                    /* 좌우 화살표 버튼 */
                    
                    .Section5_2Wrap{
                        width:100%;
                        height:460px;
                        display:flex;
                        justify-content: center;
                        align-items: flex-start;
                        flex-direction:row;
                        object-fit: contain;
                        background-color: #222222;
                        background-image: url(./img/MSection5QR.png); /* ✅ 배경 이미지 적용 */
                        background-size: contain; /* ✅ 이미지가 잘리지 않도록 */
                        background-position: bottom;
                        background-repeat: no-repeat;
                    }
                        .Section5_2TitleWrap{
                            width:324px;
                            height:148px;
                            display:flex;
                            justify-content: space-between;
                            align-items: center;
                            flex-direction:column;
                            margin-top:77px;
                            z-index: 22;
                        }
                            .Section5_2Title{
                                font-family: 'Pretendard-Bold';
                                font-size: 32px;
                                color:#FFFFFF;
                                font-weight: 700;
                                margin:0px;
                                line-height: 140%;
                                letter-spacing :-2.5%;
                                text-align: center;
                            }
                            .Section5_2SubTitle{
                                font-family: 'Pretendard-regular';
                                font-size: 18px;
                                color:#FFFFFF;
                                font-weight: 400;
                                margin:0px;
                                line-height: 140%;
                                letter-spacing :-2.5%;
                                text-align: center;
                            }
                            .Section5_2Title_Br{

                            }


    .Section6Wrap{
        width:100%;
        height:362px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction:row;
    }
        .Section6{
            width:320px;
            height:242px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
            text-align: center;
        }
            .Section6Title{
                font-family: 'Pretendard-Bold';
                font-size: 30px;
                color:#222222;
                font-weight: 700;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .Section6Text{
                font-family: 'Pretendard-Regular';
                font-size: 16px;
                color:#767676;
                font-weight: 400;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .Section6Btn{
                width:76px;
                height:40px;
                border-radius: 50px;
                background-color: #2277F6;
                display:flex;
                justify-content: center;
                align-items: center;
                flex-direction:row;
                text-align: center;
            }
            .Section6Btn:hover{
                cursor: pointer;
            }
                .Section6BtnText{
                    font-family: 'Pretendard-Regular';
                    font-size: 14px;
                    color:#FFFFFF;
                    font-weight: 500;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                }
                .Section6TitleBr{
                    display:none
                }
                .Section6TitleBr2{

                }
    .FooterWrap{
        width: 100%;
        height:440px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction:row;
        border-top:1px solid #EDEDED;
    }
        .Footer{
            width:90%;
            height:303px;
            display:flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-direction:column;
        }
            .FooterTitle{
                font-family: 'Pretendard-Regular';
                font-size: 18px;
                color:#222222;
                font-weight: 500;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .FooterInfoBox{
                width:auto;
                height:174px;
                display:flex;
                justify-content: space-between;
                align-items: flex-start;
                flex-direction:column;
            }
                .FooterInfo{
                    font-family: 'Pretendard-Regular';
                    font-size: 16px;
                    color:#767676;
                    font-weight: 400;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                }
            .FooterInfoBtn{
                font-family: 'Pretendard-Regular';
                font-size: 16px;
                color:#767676;
                font-weight: 400;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
                text-decoration: none;
            }
                .FooterInfoBtn:hover{
                    cursor: pointer;
                }
            .FooterCopyright{
                font-family: 'Pretendard-SemiBold';
                font-size: 16px;
                color:#767676;
                font-weight: 600;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
}
@media (max-width: 500px) {
    body {
        overflow-x: hidden;
    }
    .Wrap {
        width:100%;
        height:auto;
        display:flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .HeaderWrap{
        width:100%;
        height:auto;
        box-shadow: 0 3px 3px -3px #EDEDED;
        top:0px;
        z-index:10;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .Header{
        width:100%;
        height:94px;
        display:flex;
        justify-content: flex-end;
        align-items: flex-start;
        flex-direction: column;
        box-shadow: 0 3px 3px -3px #EDEDED;
        position: fixed;
        top:0px;
        z-index:10;
        background-color: #ffffff;
        /* border-bottom: 1px solid #404040; */
    }
        .LogoBox{
            width:auto;
            height:47px;
            margin-left:20px;
            display:flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
            .LogoBox:hover {
                cursor: pointer;
            }
            .imgs{
                width:80px;
                height:24px;
                object-fit: contain;
                content: url(./img/ZZIKGOLogo.png);
            }
        .HeaderBtnGroup{
            width:244px;
            height:47px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:row;
            margin-left:20px;
        }
            .HeaderBox{
                width: auto;
                height:auto;
            }
                .HeaderBox:hover {
                    cursor: pointer;
                }
                .HeaderText{
                    font-family: 'Pretendard-Regular';
                    font-size: 16px;
                    color:#222222;
                    font-weight: 400;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                }
    .Section1{
        width:360px;
        height:660px;
        content: url(./img/MSection1.png);
        margin-top:94px;
    }
    .Section2Wrap{
        width:100%;
        height:1580px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
        .Section2{
            width:320px;
            height:1460px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
        }
            .Section2InfoBox{
                width:100%;
                height:464px;
                border-radius:20px;
                display:flex;
                justify-content: space-between;
                align-items: center;
                flex-direction:column;
                
            }
                .Setion2InfoImg1{
                    width:100%;
                    height:320px;
                    object-fit: cover;
                    border-top-left-radius:20px;
                    border-top-right-radius:20px;
                    content: url(./img/MSection2_1.png);
                }
                .Setion2InfoImg2{
                    width:100%;
                    height:320px;
                    object-fit: cover;
                    border-top-left-radius:20px;
                    border-top-right-radius:20px;
                    content: url(./img/MSection2_2.png);
                }
                .Setion2InfoImg3{
                    width:100%;
                    height:320px;
                    object-fit: cover;
                    border-top-left-radius:20px;
                    border-top-right-radius:20px;
                    content: url(./img/MSection2_3.png);
                }
                .Section2Info{
                    width:100%;
                    height:144px;
                    display:flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction:column;
                    background-color: #FAFAFA;
                    border-bottom-left-radius:20px;
                    border-bottom-right-radius:20px;
                }
                    .Section2Title{
                        font-family: 'Pretendard-SemiBold';
                        font-size: 20px;
                        color:#222222;
                        font-weight: 600;
                        line-height: 140%;
                        letter-spacing :-2.5%;
                        margin:0px;
                        margin-left:20px;
                    }
                    .Section2P{
                        font-family: 'Pretendard-Regular';
                        font-size: 16px;
                        color:#222222;
                        font-weight: 400;
                        line-height: 140%;
                        letter-spacing :-2.5%;
                        margin-top:5px;
                        margin-left:20px;
                        margin-right:25px;
                    }


    .Section3Wrap{
        width:100%;
        height:635px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background-color: #F8F8FA;
    }
        .Section3{
            width:1280px;
            height:515px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
            text-align: center;
        }
            .Section3TitleBox{
                width:232px;
                height:115px;            
            }
                .Section3Title{
                    font-family: 'Pretendard-Bold';
                    font-size: 28px;
                    color:#222222;
                    font-weight: 700;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                }
            .SectionImg{
                width:100%;
                height:358px;
                object-fit: contain;
                content: url(./img/MSection3.png);
            }
    .Section4Wrap{
        width:100%;
        height:955px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background-color: #ffffff;
    }
        .Section4{
            width:1280px;
            height:800px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
            text-align: center;
        }
            .Section4Title{
                font-family: 'Pretendard-Bold';
                font-size: 28px;
                color:#222222;
                font-weight: 700;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .Section4Img{
                width:100%;
                height:682px;
                object-fit: contain;
                content: url(./img/MSection4.png);
            }


    .Section5Wrap{
        width:100%;
        height:534px;
        background-color:#F8F8FA;;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
        .Section5{
            width:320px;
            height:414px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
        }
            .Section5Title{
                font-family: 'Pretendard-Bold';
                font-size: 28px;
                color:#222222;
                font-weight: 700;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .SectionBtnWrap{
                width:102px;
                height:46px;
                display:flex;
                justify-content: space-between;
                align-items: center;
                flex-direction:row;
            }
                .SectionBtn{
                    width:46px;
                    height:46px;
                    border-radius: 50%;
                    background-color:#C3C3C3;
                }
                .SectionBtn:hover {
                    cursor: pointer;
                }

                .Section5Box{
                    width:160px;
                    height:149px;
                    display:flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    flex-direction:column;
                }
                    .Section5Img1{
                        width:60px;
                        height:60px;
                        object-fit: cover;
                        content: url(./img/Section5_1.png);
                    }
                    .Section5Img2{
                        width:60px;
                        height:60px;
                        object-fit: contain;
                        content: url(./img/Section5_2.png);
                    }
                    .Section5Img3{
                        width:60px;
                        height:60px;
                        object-fit: cover;
                        content: url(./img/Section5_3.png);
                    }
                    .Section5Img4{
                        width:60px;
                        height:60px;
                        object-fit: cover;
                        content: url(./img/Section5_4.png);
                    }
                    .Section5Img5{
                        width:60px;
                        height:60px;
                        object-fit: cover;
                        content: url(./img/Section5_5.png);
                    }
                    .Section5Img6{
                        width:60px;
                        height:60px;
                        object-fit: cover;
                        content: url(./img/Section5_6.png);
                    }
                    .Section5TextBox{
                        width:160px;
                        height:75px;
                        display:flex;
                        justify-content: flex-start;
                        align-items: flex-start;
                        flex-direction:column;
                    }
                    .Section5Text{
                        font-family: 'Pretendard-SemiBold';
                        font-size: 18px;
                        color:#222222;
                        font-weight: 600;
                        margin:0px;
                        line-height: 140%;
                        letter-spacing :-2.5%;
                    }
                    
                    .box-container {
                        display: flex;
                        width: 1296px;
                        overflow: hidden;
                        transition: transform 0.4s ease;
                        margin-left:950px;
                    }
                    
                    /* 개별 박스 스타일 */
                    .box {
                        width: 200px;
                        height: 210px;
                        background-color: #ffffff;
                        margin-right: 16px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 16px;
                        color: white;
                        font-weight: bold;
                        border-radius: 20px;
                    }
                    /* 좌우 화살표 버튼 */
                    
                    .Section5_2Wrap{
                        width:100%;
                        height:460px;
                        display:flex;
                        justify-content: center;
                        align-items: flex-start;
                        flex-direction:row;
                        object-fit: contain;
                        background-color: #222222;
                        background-image: url(./img/MSection5QR.png); /* ✅ 배경 이미지 적용 */
                        background-size: contain; /* ✅ 이미지가 잘리지 않도록 */
                        background-position: bottom;
                        background-repeat: no-repeat;
                    }
                        .Section5_2TitleWrap{
                            width:324px;
                            height:148px;
                            display:flex;
                            justify-content: space-between;
                            align-items: center;
                            flex-direction:column;
                            margin-top:77px;
                            z-index: 22;
                        }
                            .Section5_2Title{
                                font-family: 'Pretendard-Bold';
                                font-size: 32px;
                                color:#FFFFFF;
                                font-weight: 700;
                                margin:0px;
                                line-height: 140%;
                                letter-spacing :-2.5%;
                                text-align: center;
                            }
                            .Section5_2SubTitle{
                                font-family: 'Pretendard-regular';
                                font-size: 18px;
                                color:#FFFFFF;
                                font-weight: 400;
                                margin:0px;
                                line-height: 140%;
                                letter-spacing :-2.5%;
                                text-align: center;
                            }
                            .Section5_2Title_Br{

                            }


    .Section6Wrap{
        width:100%;
        height:362px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction:row;
    }
        .Section6{
            width:320px;
            height:242px;
            display:flex;
            justify-content: space-between;
            align-items: center;
            flex-direction:column;
            text-align: center;
        }
            .Section6Title{
                font-family: 'Pretendard-Bold';
                font-size: 30px;
                color:#222222;
                font-weight: 700;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .Section6Text{
                font-family: 'Pretendard-Regular';
                font-size: 16px;
                color:#767676;
                font-weight: 400;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .Section6Btn{
                width:76px;
                height:40px;
                border-radius: 50px;
                background-color: #2277F6;
                display:flex;
                justify-content: center;
                align-items: center;
                flex-direction:row;
                text-align: center;
            }
            .Section6Btn:hover{
                cursor: pointer;
            }
                .Section6BtnText{
                    font-family: 'Pretendard-Regular';
                    font-size: 14px;
                    color:#FFFFFF;
                    font-weight: 500;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                }
                .Section6TitleBr{
                    display:none
                }
                .Section6TitleBr2{

                }
    .FooterWrap{
        width: 100%;
        height:440px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction:row;
        border-top:1px solid #EDEDED;
    }
        .Footer{
            width:90%;
            height:303px;
            display:flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-direction:column;
        }
            .FooterTitle{
                font-family: 'Pretendard-Regular';
                font-size: 18px;
                color:#222222;
                font-weight: 500;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
            .FooterInfoBox{
                width:auto;
                height:134px;
                display:flex;
                justify-content: space-between;
                align-items: flex-start;
                flex-direction:column;
            }
                .FooterInfo{
                    font-family: 'Pretendard-Regular';
                    font-size: 16px;
                    color:#767676;
                    font-weight: 400;
                    margin:0px;
                    line-height: 140%;
                    letter-spacing :-2.5%;
                }
            .FooterInfoBtn{
                font-family: 'Pretendard-Regular';
                font-size: 16px;
                color:#767676;
                font-weight: 400;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
                text-decoration: none;
            }
                .FooterInfoBtn:hover{
                    cursor: pointer;
                }
            .FooterCopyright{
                font-family: 'Pretendard-SemiBold';
                font-size: 16px;
                color:#767676;
                font-weight: 600;
                margin:0px;
                line-height: 140%;
                letter-spacing :-2.5%;
            }
}