.gradient-left {
    background: linear-gradient(to right, #f64f59, #c471ed);
    height: 100%;
    position: absolute;
    width: 45%;
    top: 0px;
    z-index: 1;
}

.gradient-left:before {
    border-right: 46px solid transparent;
    border-bottom: 46px solid #c471ed;
    border-right: 46px solid transparent;
    border-bottom: 46px solid #c471ed;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    width: 0px;
    height: 0px;
    content: "";
    position: absolute;
    right: -22px;
    top: 10px;
}

.gradient-right {
    width: 55%;
    height: 100%;
    background: #232731;
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;


}

.gradient-layout {
    height: 100%;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
    padding: 0px 110px 0px 20px;
}

.gradient-layout--item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.course-open-day {
    color: #ef557d;
    font-size: 23px;
    font-weight: 700;
    background: white;
    padding: 8px 16px;
}

.course-open-txt1 {
    font-size: 8.28px;
    font-weight: 300;
    transform: scale(1.327, 1.329);
}

.course-open-txt2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.course-open-timer {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-right: 24px;
    z-index: 1;
}


.course-open-timer:not(:last-child)::after {
    content: ":";
    color: white;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translate(50%, -75%);
    font-size: 27px;
}

.course-open-timer.t-days::before {
    content: "";
    width: 120px;
    border: 0.5px solid #5E6168;
    position: absolute;
    z-index: 0;
    left: -23px;
    top: -2px;
    border-radius: 5px;
}

.course-open-timer.t-hours::before {
    content: "";
    width: 55px;
    border: 2px solid #5E6168;
    position: absolute;
    z-index: 0;
    right: -153px;
    top: 0px;
    border-radius: 5px;
}

.course-open-timer.t-min::before {
    content: "";
    width: 110px;
    border: 0.5px solid #5E6168;
    position: absolute;
    z-index: 0;
    left: -176px;
    bottom: 3px;
    border-radius: 5px;
}

.course-open-timer span:first-child {
    font-size: 27px;
    font-weight: 700;
    font-style: italic;
}

.course-open-timer span:last-child {
    font-size: 12px;
    font-weight: 400;
}

.course-open-timer--wrap {
    color: white;
}

.course-open-timer--wrap::after {
    content: "";
    width: 100px;
    border: 2px solid #5E6168;
    position: absolute;
    z-index: 0;
    left: 153px;
    top: 15px;
    border-radius: 5px;
}

.course-open-timer--wrap::before {
    content: "";
    width: 100px;
    border: 2px solid #5E6168;
    position: absolute;
    z-index: 0;
    left: -42px;
    bottom: 15px;
    border-radius: 5px;
}

#dday-txt {
    visibility: hidden;
}

.lf-menu.right-menu>.lf-dropdown--menu {
    height: 100%;
}

.lf-menu.right-menu>.lf-dropdown--menu>.text {
    line-height: 38px;
    height: 100%;
    vertical-align: middle;
}

.lf-main-search {
    width: 261px;
}