/* Rectangle 338 */

@font-face{
    font-family:Pretendard;
    src:local(※), url(../../static/Pretendard-Regular.woff) format('woff')
}


body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
}

div#title {
    text-align: center;
}

div.link {
    text-align: center;
}

@media (min-width: 1024px) {
    html {
        width: 100%;
        height: 5222px;
        overflow-x: hidden;
    }

    div#main {
        width: 100%;
        height: 1466px;
        overflow: hidden;
    }

    div#container {
        background: #111111;
        height: 1466px;
        width: 100%;
    }

    #text_main {
        margin: 0;
        padding-top: 184px;
        padding-bottom: 60px;
        color: white;
        font-family: 'Pretendard';
        font-style: normal;
        font-size: 80px;
        font-weight: 700;
        line-height: 96px;
    }

    #text_image {
        display: none;
    }

    .button_web {
        margin-right: 20px;
    }

    .button_mobile {
        display: none;
    }

    div#image_container {
        height: 757px;
        margin-top: 92px;
        overflow: hidden;
    }

    img#img_mockup {
        position: absolute;
        left: calc(50vw - 282px);
        z-index: 10;
    }

    img#img_mockup2 {
        display: none;
    }

    div#marquee {
        --total-images: 6;
        padding-top: 252px;
        width: calc(500px * (var(--total-images)));
        position: absolute;
    }

    div#marquee_inner {
        width: calc(200% + 47px);
        position: absolute;
        animation: marqueeLeft 15s linear infinite;
    }

    @keyframes marqueeLeft{
        0% {
            left: 0;
        }
        100% {
            left: -67.2%;
        }
    }

    div#marquee_inner span {
        width: 50%;
    }

    img.img_glove {
        width: 500px;
        height: 500px;
    }

    img.img_puhchbag {
        width: 500px;
        height: 500px;
    }

    img.img_jumprope {
        width: 500px;
        height: 500px;
    }

    img.img_kettlebell {
        width: 500px;
        height: 500px;
    }

    div#second {
        height: 3240px;
        width: 100%;
        background: white;
        overflow: hidden;
    }

    div.introduce {
        height: 33.3%;
        /*width: 100%;*/
    }

    #intro1 {
        position: absolute;
        left: calc(50vw - 468px);
    }

    #intro2 {
        position: absolute;
        left: calc(50vw - 512px);
    }

    #intro3 {
        position: absolute;
        left: calc(50vw - 482px);
    }

    div#footer {
        height: 516px;
        background: #111111;
        overflow: hidden;
    }

    div#sub_title {
        text-align: center;
    }

    #text_sub {
        margin: 0;
        padding-top: 120px;
        padding-bottom: 48px;
        color: white;
        font-family: 'Pretendard';
        font-style: normal;
        font-size: 54px;
        font-weight: 700;
        line-height: 74px;
    }

    #text_sub_mobile {
        display: none;
    }
}

@media screen and (max-width: 1023px){
    html {
        width: 100%;
        height: 9820px;
        overflow-x: hidden;
    }

    div#main {
        width: 100%;
        height: 3130px;
        overflow: hidden;
    }

    div#container {
        background: #111111;
        height: 100%;
        width: 100%;
    }

    #text_main {
        display: none;
    }

    #text_image {
        margin-top: 300px;
        margin-bottom: 100px;
        width: 25vw;
    }

    .button_web {
        display: none;
    }

    .button_mobile {
    }

    .button_download {
        width: 37.5vw;
    }

    #img_mockup {
        display: none;
    }

    #img_mockup2 {
        position: absolute;
        left: calc(50vw - calc(70vw / 2));
        margin-top: 110px;
        width: 70vw;
        z-index: 10;
    }

    div#marquee {
        --total-images: 6;
        padding-top: 1600px;
        width: calc(500px * (var(--total-images)));
        position: absolute;
    }

    div#marquee_inner {
        width: calc(200% + 47px);
        position: absolute;
        animation: marqueeLeft 15s linear infinite;
    }

    @keyframes marqueeLeft{
        0% {
            left: 0;
        }
        100% {
            left: -67.2%;
        }
    }

    div#marquee_inner span {
        width: 50%;
    }

    img.img_glove {
        width: 500px;
        height: 500px;
    }

    img.img_puhchbag {
        width: 500px;
        height: 500px;
    }

    img.img_jumprope {
        width: 500px;
        height: 500px;
    }

    img.img_kettlebell {
        width: 500px;
        height: 500px;
    }

    div#second {
        height: 5940px;
        width: 100%;
        background: white;
        overflow: hidden;
    }

    .introduce {
        display: none;
    }

    #intro4 {
        margin-top: 91px;
        position: absolute;
        left: calc(50vw - calc(90vw / 2));
        width: 90vw;
    }

    #intro5 {
        margin-top: 2000px;
        position: absolute;
        left: calc(50vw - calc(90vw / 2));
        width: 90vw;
    }

    #intro6 {
        margin-top: 3900px;
        position: absolute;
        left: calc(50vw - calc(90vw / 2));
        width: 90vw;
        margin-bottom: 160px;
    }

    div#footer {
        height: 750px;
        background: #111111;
        overflow: hidden;
    }

    div#sub_title {
        text-align: center;
    }

    #text_sub {
        display: none;
    }

    #text_sub_mobile {
        margin: 0;
        padding-top: 160px;
        padding-bottom: 64px;
        color: white;
        font-family: 'Pretendard';
        font-style: normal;
        font-size: 7vw;
        font-weight: 700;
    }
}