/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 08 2024 | 15:00:47 */
.header-global a:link {
    text-decoration: none
}

.header-global a:hover {
    text-decoration: underline
}

@media screen and (min-width: 887px) {
    .header-global {
        min-width:960px;
        height: 96px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background-color: #fff;
        font-size: 16px
    }

    .header-global>.inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        max-width: 1248px;
        padding: 0 16px;
		height: 96px;
		margin: auto;
    }

    .header-global__logo a {
        display: inline-block;
        width: 200px;
        height: 50px;
        background: url(/wp-content/themes/onlineclass/lp-07/img/logo.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;
        text-indent: 150%;
        white-space: nowrap;
        overflow: hidden;
        position: relative
    }

    .header-global__nav {
        display: flex;
        flex-direction: column-reverse;
        gap: 8px 0;
        margin-left: auto
    }

    .header-global__nav>ul {
        position: relative;
        display: flex;
        align-items: center;
		margin: auto
    }

    .header-global__nav>ul>li {
        display: inline-block
    }

    .header-global__nav>ul>li+li {
        margin-left: 28px
    }

    .header-global__nav>ul>li:nth-child(2) {
        margin-left: 0
    }

    .header-global__nav>ul>li a,.header-global__nav>ul>li span {
        color: #191919;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer
    }

    .header-global__nav>ul>li.-hasChild {
        position: relative
    }

    .header-global__nav>ul>li.-hasChild>span::after {
        content: "";
        display: inline-block;
        font-family: icomoon;
        margin-left: 3px;
        color: #000;
        font-size: 10px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    .header-global__nav>ul>li.-hasChild>div {
        position: absolute;
        top: 100%;
        right: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .1s ease-out;
        transition: opacity .1s ease-out
    }

    .header-global__nav>ul>li.-hasChild ul {
        margin-top: 20px;
        width: 200px;
        padding: 13px 22px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 2rem rgba(0,0,0,.1)
    }

    .header-global__nav>ul>li.-hasChild ul li {
        width: 100%
    }

    .header-global__nav>ul>li.-hasChild ul li:nth-of-type(n+2) {
        border-top: #fff solid 0
    }

    .header-global__nav>ul>li.-hasChild ul li a {
        display: block;
        white-space: nowrap;
        width: 100%;
        font-weight: 400;
        position: relative;
        font-size: 14px;
        padding: 4px 5px
    }

    .header-global__nav>ul>li.-hasChild ul li a span {
        font-weight: 400
    }

    .header-global__nav>ul>li.-hasChild ul li a::after {
        content: none
    }

    .header-global__nav>ul>li.-hasChild ul.-hasChild {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 25px 30px;
        width: auto
    }

    .header-global__nav>ul>li.-hasChild ul.-hasChild>li {
        width: 50%
    }

    .header-global__nav>ul>li.-hasChild ul.-hasChild.support>li:nth-child(1) {
        min-width: 250px
    }

    .header-global__nav>ul>li.-hasChild ul.-hasChild.support>li:nth-child(2) {
        min-width: 182px
    }

    .header-global__nav>ul>li.-hasChild ul.-hasChild .nav_heading {
        position: absolute;
        width: calc(100% - 60px)
    }

    .header-global__nav>ul>li.-hasChild ul.-hasChild .nav_heading+li,.header-global__nav>ul>li.-hasChild ul.-hasChild .nav_heading+li+li {
        margin-top: 46px
    }

    .header-global__nav>ul>li.-hasChild ul.-hasChild .nav_heading a {
        padding-left: 0
    }

    .header-global__nav>ul>li.-hasChild ul.-hasChild .child__title {
        position: relative;
        margin-bottom: 8px;
        padding-bottom: 10px;
        font-size: 15px
    }

    .header-global__nav>ul>li.-hasChild ul.-hasChild .child__title:before {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        content: "";
        background: linear-gradient(90deg, #13202f 0, #13202f 25px, #ededed 25px, #ededed 100%)
    }

    .header-global__nav>ul>li.-hasChild ul.-hasChild .child__content {
        margin: 0;
        padding: 4px 0 0 0;
        box-shadow: none
    }

    .header-global__nav>ul>li.-hasChild ul.-hasChild .child__content+.child__title {
        margin-top: 16px
    }

    .header-global__nav>ul>li.-hasChild:hover>div {
        opacity: 1;
        pointer-events: all
    }

    .header-global__nav2 {
        margin-left: auto
    }

    .header-global__nav2 ul {
        display: flex;
        /* margin-top: 1px; */
		margin: auto;
		
    }

    .header-global__nav2 ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 30px;
        transition: all .1s ease-in-out;
        position: relative;
        top: 0
    }

    .header-global__nav2 ul li+li {
        margin-left: 7px
    }

    .header-global__nav2 ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 24px;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        line-height: 1;
        transition: all .15s ease-in-out
    }

    .header-global__nav2 ul li a:hover {
        width: 90%;
        height: 90%;
        text-decoration: none
    }

    .header-global__nav2 ul li.-login {
        width: 80px
    }

    .header-global__nav2 ul li.-login a {
        border: rgba(0,0,0,0) solid 2px;
        color: #13202f;
        font-size: 14px
    }

    .header-global__nav2 ul li.-login a:hover {
        text-decoration: underline
    }

    .header-global__nav2 ul li.-material a {
        color: #f03748;
        border: #f03748 solid 2px
    }

    .header-global__nav2 ul li.-signup a {
        background: #003973;
        color: #fff
    }

    .header-global.-isHide {
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .header-global.-isLeaveIn {
/*        -webkit-transform: translateY(0); */
        transform: translateY(0);
/*        -webkit-transition: all .3s ease; */
        transition: all .3s ease;
        height: 96px;
/*        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2); */
        box-shadow: 0 1px 3px rgba(0,0,0,.2)
    }
}

@media screen and (min-width: 1280px) {
    .header-global {
        min-width:1248px
    }

    .header-global__nav {
        flex-direction: row
    }

    .header-global__nav2 {
        margin-left: 16px
    }

    .header-global__nav2 ul {
        display: flex;
        margin-top: 1px
    }

    .header-global__nav2 ul li {
        width: 140px;
        height: 35px
    }
}

@media screen and (min-width: 770px)and (max-width: 880px) {
    .header-global {
        display:-webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .header-global__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 0
    }

    .header-global__nav1>ul {
        position: relative;
        top: -16px
    }

    .header-global__nav1>ul>li {
        display: inline-block
    }

    .header-global__nav1>ul>li+li {
        margin-left: 10px
    }
}

@media screen and (max-width: 886px) {
    .header-global__nav>ul>li+li {
        margin-left:10px
    }

    .header-global {
        position: fixed;
		background-color :#FFF;
        z-index: 100;
        top: 0;
        left: 0;
        height: 50px;
        padding: 0;
        padding-left: 13px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .header-global .logo__wraper {
        display: flex;
        align-items: center
    }

    .header-global__nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 70%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        padding-top: 50px;
        overflow: scroll;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out,-webkit-transform .2s ease-out
    }

    .header-global__nav>ul {
        padding: 0 16px;
        margin-top: 10px
    }

    .header-global__nav>ul>li:nth-of-type(n+2) {
        border-top: #f5f5f5 solid 3px
    }

    .header-global__nav>ul>li:last-child {
        margin-bottom: 40px
    }

    .header-global__nav>ul>li span {
        display: block;
        font-size: 15px;
        padding: 10px 10px;
        color: #191919;
        font-weight: 700;
        position: relative
    }

    .header-global__nav>ul>li>a {
        display: block;
        font-size: 15px;
        padding: 10px 10px;
        color: #191919;
        font-weight: 700;
        position: relative
    }

    .header-global__nav>ul>li>a::after {
        content: "";
		position: absolute;
        top: 0;
		bottom: 0;
		right: 27px;
		width: 9px;
		height: 9px;
		margin: auto;
		border-right: 2px solid #000;
		border-top: 2px solid #000;
		transform: rotate(45deg);
		box-sizing: border-box;
    }
/*
    .header-global__nav>ul>li.-hasChild>div {
        margin-left: 20px
    }

    .header-global__nav>ul>li.-hasChild li a {
        display: block;
        padding: 8px 16px 8px 0;
        font-size: 13px;
        color: #191919;
        position: relative
    }

    .header-global__nav>ul>li.-hasChild li a::after {
        content: "";
        font-family: icomoon;
        font-size: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        opacity: .8
    }
*/
    .header-global__logo a {
        display: block;
        width: auto;
        height: 50px;
        width: 140px;
        background: url(/wp-content/themes/onlineclass/lp-07/img/logo.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        position: relative
    }

    .header-global__button {
        display: flex;
        align-items: center;
        justify-content: flex-end !important;
        margin: 0 44px 0 auto
    }

    .header-global__button .button.-red {
        width: 110px;
        height: 30px;
        text-decoration: none;
        margin-bottom: 0
    }

    .header-global__button .button .btn_text {
        padding: 0px;
        font-size: 12px
    }

    .header-global__button .button .btn_text::after {
        display: none
    }

    .header-global__cover {
        -webkit-transition: opacity .1s ease;
        transition: opacity .1s ease;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.77);
        z-index: -1
    }

    .header-global__hbgBtn {
        width: 50px;
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #f5f5f5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 14px 12px;
        z-index: 1
    }

    .header-global__hbgBtn>div {
        width: 100%;
        height: 100%;
        position: relative
    }

    .header-global__hbgBtn>div span {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background: #13202f;
        left: 0;
        border-radius: 20px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .header-global__hbgBtn>div span:nth-of-type(1) {
        top: 0
    }

    .header-global__hbgBtn>div span:nth-of-type(2) {
        top: 50%;
        margin-top: -1px
    }

    .header-global__hbgBtn>div span:nth-of-type(3) {
        bottom: -1px
    }

    .header-global__nav2 {
        display: none
    }

    .header-global.-isNavOpen .header-global__logo {
        z-index: -100
    }

    .header-global.-isNavOpen .header-global__nav {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .header-global.-isNavOpen .header-global__cover {
        pointer-events: all;
        opacity: 1
    }

    .header-global.-isNavOpen .header-global__hbgBtn>div span:nth-of-type(1) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px)
    }

    .header-global.-isNavOpen .header-global__hbgBtn>div span:nth-of-type(2) {
        opacity: 0
    }

    .header-global.-isNavOpen .header-global__hbgBtn>div span:nth-of-type(3) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 2px)
    }

    header.header-simple>.inner {
        text-align: center
    }

    header.header-simple .header-simple__logo a {
        width: 180px
    }

    .mobile .header {
        width: 100%
    }

    .mobile .header .header__logo {
        line-height: 1;
        width: 60%;
        padding-left: 0
    }
}

@media screen and (max-width: 886px) {
    .header-global__nav>ul {
        display:flex;
        flex-direction: column;
		list-style: none;
    }

    .header-global__nav>ul>li:nth-child(1) {
        order: 1
    }

    .header-global__nav>ul>li:nth-child(2) {
        order: 2
    }

    .header-global__nav>ul>li:nth-child(3) {
        order: 3
    }

    .header-global__nav>ul>li:nth-child(4) {
        order: 4
    }

    .header-global__nav>ul>li:nth-child(5) {
        order: 6
    }

    .header-global__nav>ul>li:nth-child(6) {
        order: 5
    }

    .header-global__nav>ul>li:nth-child(7) {
        order: 7
    }

    .header-global__nav>ul>li.-hasChild.-hasChild>div {
        margin-left: 35px
    }

    .header-global__nav>ul>li.-hasChild.-hasChild .nav_heading a::after {
        right: 13px
    }

    .header-global__nav>ul>li.-hasChild .child__title {
        padding: 8px 0;
        color: #949aa2;
        font-weight: 500
    }

    .header-global__nav>ul>li.-hasChild .toggle {
        position: relative
    }

    .header-global__nav>ul>li.-hasChild .toggle::before,.header-global__nav>ul>li.-hasChild .toggle::after {
        position: absolute;
        top: 50%;
        left: -25px;
        width: 15px;
        height: 3px;
        transform: translateY(-50%);
        transition: .2s ease;
        display: block;
        background: #ededed;
        content: ""
    }

    .header-global__nav>ul>li.-hasChild .toggle::after {
        transform: translateY(-50%) rotate(90deg)
    }

    .header-global__nav>ul>li.-hasChild .toggle.-isOpen::after {
        transform: translateY(-50%)
    }

    .header-global__nav>ul>li.-hasChild .inner {
        max-height: 0;
        overflow: hidden;
        transition: .2s ease;
        padding-left: 0
    }

    .header-global__nav>ul>li.-hasChild .inner.-isShow {
        max-height: 100vh
    }

    .header-global__nav .sp-on {
        display: block !important
    }
}

@media screen and (min-width: 769px) {
    .sp-on {
        display:none !important
    }
}

@media screen and (max-width: 768px) {
    .sp-on {
        display:block
    }
}

