/* mobile */

@media (max-width: 739px) {
    html {
        max-width: 100%;
        max-height: 100%;
        overflow: auto;
    }
    .header {
        position: relative;
        margin: 0;
        width: 100%;
        top: 0;
        display: block;
    }
    .header-menu {
        display: block;
    }
    .header_items a {
        margin-left: 8px;
    }
    .header_list {
        background: aliceblue;
        border: 1px solid #266cec;
        border-radius: 4px;
        margin: 0;
        padding-left: 0px;
    }
    .header_list-mobile {
        display: none;
        padding-left: 0;
        z-index: 1;
        list-style: none;
    }
    .header_list:hover .header_list-mobile {
        display: block;
        background: none;
    }
    .menu-mobile {
        margin-left: 11px;
    }
    .container {
        padding: 14px 24px 74px;
    }
    .learn__content {
        display: block;
    }
    .learn_conent-slide-2 {
        margin: 0;
    }
    .learn__slide-3 {
        width: 100%;
        height: 170px;
    }
    .learn__slide--title {
        top: 45%;
    }
}
