/*
+----------------------------------------------------------------------+
| Copyright (c) STUDYMAX.  co. Ltd
+----------------------------------------------------------------------+
| 작업일 : 2024-06-03
| 파일설명 : 베트남 스피킹맥스 header CSS
+----------------------------------------------------------------------+
| 작업자 : 이대호
+----------------------------------------------------------------------+
| 수정이력
+----------------------------------------------------------------------+
*/

@charset "utf-8";

/* Header Top - 헤더 */

.masthead {
    padding-top: 9.5rem;
    padding-bottom: 5rem;
}

.masthead .masthead-device-mockup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.masthead .masthead-device-mockup .circle {
    position: absolute;
    fill: url(#circleGradient);
    width: 70%;
    display: none;
}

.masthead .masthead-device-mockup .circle .gradient-start-color {
    stop-color: #2937f0;
}

.masthead .masthead-device-mockup .circle .gradient-end-color {
    stop-color: #9f1ae2;
}

.masthead .masthead-device-mockup .shape-1 {
    position: absolute;
    height: 1rem;
    width: 1rem;
    transform: rotate(-10deg);
    fill: #2937f0;
    bottom: 15%;
    left: 10%;
}

.masthead .masthead-device-mockup .shape-2 {
    position: absolute;
    height: 0.75rem;
    width: 0.75rem;
    fill: #2937f0;
    top: 15%;
    right: 10%;
}

.masthead .masthead-device-mockup .device-wrapper {
    max-width: 10rem;
}

@media (min-width: 576px) {
    .masthead .masthead-device-mockup .circle {
        width: 70%;
        display: block;
    }

    .masthead .masthead-device-mockup .device-wrapper {
        max-width: 12.5rem;
    }
}

@media (min-width: 768px) {
    .masthead .masthead-device-mockup .circle {
        width: 60%;
    }

    .masthead .masthead-device-mockup .device-wrapper {
        max-width: 15rem;
    }
}

@media (min-width: 992px) {
    .masthead .masthead-device-mockup .circle {
        width: 90%;
    }

    .masthead .masthead-device-mockup .device-wrapper {
        max-width: 15rem;
    }
}

@media (min-width: 1200px) {
    .masthead .masthead-device-mockup .circle {
        width: 75%;
    }

    .masthead .masthead-device-mockup .device-wrapper {
        max-width: 15rem;
    }
}

@media (min-width: 1400px) {
    .masthead .masthead-device-mockup .circle {
        width: 70%;
    }

    .masthead .masthead-device-mockup .device-wrapper {
        max-width: 17rem;
    }
}


#main_wrap header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    background-image: url("https://cdn.weaversmind.com/vietnamSite/pc_main1.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}


@media (min-width: 768px) {
    #main_wrap header.masthead {
        padding-top: 17rem;
        padding-bottom: 12.5rem;
    }
}