main {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.05);
    }
}

.main_header {
    height: 80vh;
    background: url(/myiq/static/img/gifted_header_pc.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    font-weight: bold;
    background-repeat: no-repeat;
    font-size: 60px;
    animation: zoomIn 15s infinite alternate;
}

.header-content {
    animation: fadeInUp 1.5s ease-out forwards;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.header-content:hover {
    animation: pulse 2s infinite;
}

.giftedContent1 {
    max-width: 1200px;
    margin: 0 auto;
}

.giftedContent1_title {
    font-weight: 900;
    font-size: 60px;
    color: #FAAA00;
    text-align: center;
}

.giftedContent1_data {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 30px 0;
}

.giftedContent2 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.giftedContent2_left {
    flex: 1;
    position: relative;
    margin: 100px;
    background: #FAAA00;
}

.giftedContent2_left_img {
    width: 100%;
    position: absolute;
    top: 50%;
    right: -30%;
    transform: translateY(-50%);
}

.giftedContent2_rigth {
    flex: 1;
    margin: 100px;
}

.giftedContent2_rigth_header {
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    color: #000000;
}

.giftedContent2_rigth_dataList {
    padding-top: 80px;
}

.giftedContent2_rigth_dataList_item {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-left: 2em;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.giftedContent2_rigth_dataList_item::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    left: -1.5em;
    top: 0.5em;
    background-color: #FAAA00;
}


.giftedContent3_box {
    background-color: #000000;
}

.giftedContent3 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.giftedContent3_left {
    flex: 1;
    padding: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-right: 20px;
}

.giftedContent3_left img {
    width: 100%;
    margin-top: 80px;
}

.giftedContent3_rigth {
    flex: 1;
    padding: 80px;
    background-color: #000000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    color: #FFFFFF;
    padding-left: 20px;
}

.giftedContent3_rigth_header {
    font-weight: bold;
    font-size: 44px;
    line-height: 49px;
}

.giftedContent3_rigth_remoke {
    font-weight: bold;
    font-size: 18px;
    color: #FAAA00;
    margin: 20px 0;
    line-height: 22px;
}

.giftedContent3_rigth_data {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 20px;
}

.giftedContent4 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.giftedContent4_left {
    padding: 80px;
    flex: 1;
}

.giftedContent4_left_item {
    margin-bottom: 20px;
}

.giftedContent4_left_item_header {
    font-weight: bold;
    font-size: 60px;
    color: #000000;
    line-height: 70px;
    margin-bottom: 30px;
}

.giftedContent4_left_item_data p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.giftedContent4_rigth {
    margin: 80px;
    flex: 1;
    background: #FAAA00;
    position: relative;
    margin-left: 120px;
}

.giftedContent4_rigth img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30%;
}





.giftedContent5_box {
    background-color: #000000;
    position: relative;
}

.giftedContent5_box::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(0px - 30px);
    background-color: #FAAA00;
    width: 50%;
    height: 50%;
    z-index: 0;
}

.giftedContent5 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}


.giftedContent5_left {
    flex: 1;
    padding: 80px;
    padding-right: 30px;
    position: relative;
    padding-top: 120px;
}

.giftedContent5_left img {
    width: 100%;
    position: relative;
    z-index: 2;
}


.giftedContent5_rigth {
    flex: 1;
    padding: 80px;
    padding-left: 30px;
    color: #FFFFFF;
    padding-top: 120px;

}

.giftedContent5_rigth_header {
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 20px;
}

.giftedContent5_rigth_data p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.img_pc {
    display: block;
}

.img_m {
    display: none;
}

@media (max-width: 768px) {
    .img_pc {
        display: none;
    }

    .img_m {
        display: block;
    }

    .main_header {
        height: 73vw;
        background: url(/myiq/static/img/gifted_header_m.png) no-repeat center center;
        background-position: top;
        background-size: 100%;
        font-size: 8vw;
        animation: none;
    }

    .header-content {
        width: 50%;
        margin-bottom: 16vw;
        animation: fadeInUp 1s ease-out forwards;
    }

    .giftedContent1 {
        margin: 0 auto;
        margin: 5vw;
    }

    .giftedContent1_title {
        font-size: 7vw;
    }

    .giftedContent1_data {
        font-size: 3.5vw;
        margin: 4vw 0;
    }

    .giftedContent2 {
        max-width: 1200px;
        margin: 0 auto;
        flex-direction: column;
        margin: 5vw;
    }

    .giftedContent2_left {
        flex: 1;
        position: relative;
        margin: 0;
        background: #FAAA00;
        margin-bottom: 5vw;
    }

    .giftedContent2_left_img {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .giftedContent2_rigth {
        flex: 1;
        margin: 0;
    }

    .giftedContent2_rigth_header {
        font-size: 8vw;
        line-height: 10vw;
    }

    .giftedContent2_rigth_dataList {
        padding-top: 5vw;
    }

    .giftedContent2_rigth_dataList_item {
        font-weight: 400;
        font-size: 16px;
        margin-left: 2em;
    }

    .giftedContent2_rigth_dataList_item::after {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        left: -1.5em;
        top: 0.5em;
    }

    .giftedContent4 {
        flex-direction: column;
    }

    .giftedContent4_left {
        padding: 0;
        order: 3;
        margin: 5vw;
    }

    .giftedContent4_left_item {
        margin-bottom: 5vw;
    }

    .giftedContent4_left_item_header {
        font-size: 6vw;
        line-height: 7vw;
        margin-bottom: 2vw;
    }

    .giftedContent4_left_item_data p {
        font-size: 3.5vw;
        color: #666666;
        margin-bottom: 6vw;
    }

    .giftedContent4_rigth {
        margin: 0;
        margin-left: 0;
        order: 1;
        margin: 5vw;
    }

    .giftedContent4_rigth img {
        width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
        left: 0;
    }

    .giftedContent3_box {
        background-color: #000000;
    }

    .giftedContent3 {
        max-width: 1200px;
        margin: 0 auto;
        flex-direction: column;
    }

    .giftedContent3_left {
        flex: 1;
        padding: 0;
        padding-right: 0;
    }

    .giftedContent3_left img {
        width: 100%;
        margin-top: 0;
    }

    .giftedContent3_rigth {
        flex: 1;
        padding: 0;
        padding-left: 0;
        margin: 10vw 16vw;
    }

    .giftedContent3_rigth_header {
        font-size: 6vw;
        line-height: 8vw;
    }

    .giftedContent3_rigth_remoke {
        font-size: 3.5vw;
        margin: 5vw 0;
        line-height: 22px;
    }

    .giftedContent3_rigth_data {
        font-weight: 400;
        font-size: 3.5vw;
        margin-bottom: 5vw;
        line-height: 5vw;
    }

    .giftedContent5_box::after {
        display: none;
    }

    .giftedContent5 {
        flex-direction: column;
    }


    .giftedContent5_left {
        flex: 1;
        padding: 0;
        padding-right: 0;
        padding-top: 0;
        margin: 0;
    }

    .giftedContent5_left img {
        width: 100%;
        z-index: 2;
    }


    .giftedContent5_rigth {
        flex: 1;
        padding: 0;
        padding-left: 0;
        padding-top: 0;
        margin: 5vw;
    }

    .giftedContent5_rigth_header {
        font-weight: bold;
        font-size: 6vw;
        margin-bottom: 5vw;
    }

    .giftedContent5_rigth_data p {
        font-weight: 400;
        font-size: 3.5vw;
        margin-bottom: 2.5vw;
    }
}


.login_start{
    display: block;
    margin-left: 0;
}

.user_info{
    display: none;
}