.brand-name {
    font-size: 24px;
    text-align: center;
    padding: 70px;
}
.header-box {
    width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding-top: 70px;
}
.smol-thumbnail-list.desktop {
    
}

.header-box .thumbnail-box {
    width: 50%;
}

.header-box .info-box {
    width: calc(50% - 80px);
    padding: 0px 40px 0px 40px;
}

.header-box .thumbnail-box {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.header-box .thumbnail-box .smol-thumbnail-list .item {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.header-box .thumbnail-box .smol-thumbnail-list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-box .thumbnail-box .thumbnail-outter {
    width: 400px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-box .thumbnail-box .thumbnail-outter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-box .info-box .label {
    font-size: 18px;
    display: inline-block;
    margin-right: 40px;
    font-weight: 300;
}
.header-box .info-box .value {
    font-size: 16px;
    display: inline-block;
}
.header-box .info-box .cancel {
    text-decoration: line-through;
}
.header-box .button {
    width: 245px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d2d2d2;
    border-radius: 10px;
    font-weight: 400;
    
}
.header-box .kakao {
    background-image: url('/static/product-kakao-button.png');
        margin-top: 110px;
        margin-bottom: 10px;
}
.header-box .phone {
    background-image: url('/static/product-phone-button.png');
}
.header-box .won {
    font-size: 20px;
}
.droduct-detail-box {
    width: 940px;
    margin: 0 auto;
    padding-top: 30px;
}
.droduct-detail-box img,
.droduct-detail-box video {
    max-width: 940px;
    width: 100%; 
}
.desktop {

}
.mobile {
    display: none;
}


@media screen and (max-width: 940px) {
    .header-box .thumbnail-box .thumbnail-outter {
        height: auto;
    }
    .brand-name {
        font-size: 18px;
        text-align: center;
        padding: 15px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: flex;
        flex-direction: row;
    }

    .header-box {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .header-box .thumbnail-box {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .header-box .info-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        padding-top: 10px;
    }
    .droduct-detail-box {
        width: 100%;
    }
    header .logo img {
        width: 130px;
        height: auto;
    }
    .header-box .thumbnail-box .thumbnail-outter img {
        width: 70%;
        height: 70%;
    }
    .header-box .info-box .value {
        font-size: 16px;
    }
    .header-box .info-box .label {
        font-size: 16px;
                padding-bottom: 7px;
    }
    video  {
        width: 100% !important;
            height: auto!important;
    }
    iframe {
        width: 100% !important;

    }
    .header-box .kakao {
        margin-top: 30px;
    }

    .header-box .thumbnail-box .smol-thumbnail-list {
        padding-top: 20px;
        width: 90vw;

        flex-direction: row;
        justify-content: space-around;
    }
}