
    @media screen and (min-width: 561px) {
.wonder-header .wonder-header-inner .wonder-header-logo-wrapper .wonder-header-main .wonder-header-logo img.header-logo-img {
width: 340px !important;
}
}


    @media screen and (max-width: 560px) {
        [data-section-type="profile"] .scroll-hint .scroll-contents.main-contents {
            width: 1000px;
        }
        [data-section-type="profile"] .wonder-scroll-container.scroll-hint {
            width: calc(100% - 40px) !important;
            margin: auto;
            overflow-y: hidden !important;
        }
        [data-section-type="profile"] .scroll-hint .scroll-contents.main-contents .swiper-wrapper-structure {
            width: 1000px;
            justify-content: start;
        }
        [data-section-type="profile"] .scroll-hint .scroll-contents.main-contents .swiper-wrapper-structure .col-el {
            width: 50%;
            height: 400px;
        }
        [data-section-type="profile"] .scroll-hint .scroll-contents.main-contents .swiper-wrapper-structure .col-el .youtube-play-button {
            top: -100px;
            left: 148px;
        }
    }
    @media screen and (min-width: 561px) {
        [data-section-type="profile"] .scroll-hint .scroll-contents.main-contents .swiper-wrapper-structure .col-el {
            width: 100%;
            height: 605px;
        }
        [data-section-type="profile"] .scroll-hint .scroll-contents.main-contents .swiper-wrapper-structure {
            width: 1000px;
            flex-direction: row;
        }
        [data-section-type="profile"] .wonder-scroll-container.scroll-hint.wonder-only-sp-scroll-x {
            overflow-x: hidden !important;
            justify-content: left !important;
            overflow-x: scroll !important;
            width: 515px !important;
        }
        [data-section-type="profile"] .scroll-hint .scroll-contents.main-contents .swiper-wrapper-structure .col-el .youtube-thumbnail-container {
            padding: 0 !important;
        }
        [data-section-type="profile"] .scroll-hint .scroll-contents.main-contents .swiper-wrapper-structure .col-el .youtube-play-button {
            top: -140px;
            left: 201px;
        }
    }
