@import url("SpoqaHanSansNeo.css");
* {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

body {
    word-break: keep-all;
}

a, a:hover {
    color: #454f5d;
    text-decoration: none;
    outline: none;
}

.page-link {
    color: #454f5d;
    text-decoration: none;
    border-radius: 0 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #29303b;
}

.navbar-expand-md.navbar.shadow {
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.navbar-expand-md.navbar .btn {
    white-space: nowrap;
}

.navbar-toggler:focus {
    outline: none;
}

.carousel-caption.centered {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main_carousel.carousel .carousel-item {
    height: 650px;
}

.main_carousel .carousel-item .display-4 {
    font-size: 3rem;
}

.main_carousel .carousel-item .description {
    word-break: keep-all;
}

.footer {
    font-size: 0.875rem;
}

.footer .fnav {
    display: flex;
}

.footer .fnav li {
    margin-right: 15px;
}

.bg-gray {
    background-color: #f9f9f9;
}

.pt-10 {
    padding-top: 6rem !important;
}

.py-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-15 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.py-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.py-20 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}

.w-40 {
    width: 40% !important;
}

.text-underline {
    text-decoration: underline;
}

.history {
    margin-top: 60px;
    position: relative;
}

.history:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border-right: 2px solid #1a4da8;
    top: 10px;
    left: 99px;
}

.history li .date {
    display: inline-block;
    width: 50px;
}

.vertical-middle {
    vertical-align: middle !important;
}

.history ul, .history li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

.history ul > li {
    color: #1a4da8;
    vertical-align: top;
    margin-bottom: 45px;
    display: flex;
}

.history ul > li > ul > li {
    color: #212529;
    margin-bottom: 5px;
    position: relative;
    padding-left: 100px;
}

.history ul > li > ul > li:after {
    position: absolute;
    top: 2px;
    left: 45px;
    content: "●";
    color: #1a4da8;
    font-size: .6rem;
}

.career_wrap {
    height: 800px;
}

.news_item {
    border-bottom: 1px solid #ebebeb;
    padding: 50px 0;
}


.news_item .title {
    display: block;
}

.news_item .author {
    color: #1a4da8;
    font-weight: bold;
}

.news_item .author:after {
    content: "";
    border-right: 1px solid #ebebeb;
    font-weight: normal;
    margin: 0 15px;
    vertical-align: top;
}

.news_item .date {
    color: #d0d0d0;
    font-size: 0.875rem;
}

.board_list {
    border-top: 1px solid #4d4d4d;
}

.board_list .item {
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 0;
}

.board_list .item:last-child {
    border-bottom: 1px solid #4d4d4d;
}


.board_list .item .title {
    display: block;
}


.subnav {
    font-size: .875rem;
    padding: 12px 10px;
}

.subnav .services ul {
    display: flex;
}

.subnav .services ul * {
    vertical-align: middle;
}

.subnav .services li {
    list-style: none;
    position: relative;
    margin-right: 10px;
}

.subnav .services li:first-child {
    margin-left: auto;
}

.subnav .services li:before {
    content: "";
    border-left: 1px solid #d7d7d7;
    margin-right: 10px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    background-color: transparent;
}


.subnav .breadcrumb-item {
    color: #ffffff;
}

.subnav .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: black;
}

.subnav .breadcrumb-item.active {
    color: #ffffff;
}


.subnav .services li:first-child:before {

    border: 0 none;
}

.tags .badge {
    background-color: #f6f6f6;
    color: #666666;
    font-weight: normal;
    padding: 10px;
    margin-bottom: 10px;
}

.mb-6 {
    margin-bottom: 3.5rem !important;
}

.mb-7 {
    margin-bottom: 4rem !important;
}

.mb-8 {
    margin-bottom: 4.5rem !important;
}

.mb-9 {
    margin-bottom: 5.5rem !important;
}

.mb-10 {
    margin-bottom: 6rem !important;
}


.form-control::placeholder {
    color: #999999;
    font-size: 14px;
}

.request_wrap label {
    font-weight: bold;
    font-size: .875rem;
    color: #333333;
}

.checkbox-group label {
    font-weight: normal;
    vertical-align: middle;
}

.checkbox-group input {
    vertical-align: middle;
    margin-right: 2px;
}

.blog_list .item {
    font-size: 14px;
}

.blog_list .item .title {
    font-weight: bold;
    white-space: nowrap;
    font-size: 1rem;
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_list .item .description {
    color: #666666;
    letter-spacing: -1px;
}

.blog_list .item img {
    filter: brightness(80%);
}

.blog_list .item img:hover {
    filter: brightness(100%);
}

.board_view .description {
    font-size: .875rem;
    color: #333333;
    min-height: 150px;
}

.board_view .description p {
    margin-bottom: 0;
}

.board_view .description video, .board_view .description img, .board_view .description iframe {
    max-width: 100%;
}

.privacy .description pre {
    font-size: .75rem;
    color: #666666;
    white-space: pre-wrap;
}

.hero h2 {
    line-height: 150%;
}

i {
    vertical-align: middle;
}


.popup p {
    margin-bottom: 0;
}

.popup .close {
    position: absolute;
    right: 0;
    top: 3px;
}

header .dropdown-menu {
    padding: 0;
}

header .dropdown-item {
    font-size: .875rem;
    padding: .7rem 1.5rem;
}

.content_wrap img, .content_wrap iframe, .content_wrap video {
    max-width: 100%;
}

.note-editable {
    font-size: 1rem;
}

.note-editable p, .content_wrap p {
    margin-bottom: 0;
}

.text-category {
    color: #1a4da8;
    font-weight: bold;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

h5, .h5 {
    font-size: 1.125rem;
}

h6, .h6 {
    font-size: 1rem;
}

h7, .h7 {
    font-size: 0.875rem;
}

h8, .h8 {
    font-size: 0.75rem;
}

.features {
    letter-spacing: -1px;
}

.features .item p {
    color: #666666;
    line-height: 26px;
}

.features .item h6 {
    margin-bottom: 30px;
}

.features h5 {
    line-height: 30px;
}

.features .carousel-control-next, .features .carousel-control-prev {
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background-color: #000;
    opacity: unset;
}

.features .carousel .carousel-inner {
    /*background-color: #007cfa;*/
}

.course_box .card-title {
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: bold;
    height: 25px;
    min-height: 22px;
    margin-bottom: 5px;
    line-height: 22px;
}

.course_box .description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #686f7a;
    white-space: normal;
    letter-spacing: -1px;
    min-height: 17px;
    height: 17px;
}

.course_box .price {
    font-size: 1.125rem;
    letter-spacing: -1px;
}

.course_box .price .small {
    font-size: 0.8125rem
}

.course_box .like {
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 15px;
}

.course_box .like i {
    color: #ff3131;
    font-size: 1.5rem;
}

.rating i {
    color: #dedfe0;
    font-size: 0.6875rem;
}

.rating i.fill {
    color: #ffc107;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
    font-weight: bold;
    margin-bottom: 20px;
}

.course-curriculum-box .course-curriculum-title .title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.course-curriculum-box .course-curriculum-title .total-time {
    width: 130px;
    display: inline-block;
    text-align: right;
}

.course-curriculum-accordion .lecture-group-title .total-time {
    width: 130px;
    display: inline-block;
    text-align: right;
}

.course-curriculum-accordion .lecture-group-title .title {
    max-width: 60%;
    font-weight: 600;
}

.course-curriculum-accordion .lecture-group-title {
    position: relative;
    padding: 10px 30px 10px 45px;
    background: #f9f9f9;
    border: 1px solid #e8e9eb;
    cursor: pointer;
    height: auto;
    margin-top: 3px;
    color: #505763;
}

.course-curriculum-box .course-curriculum-title {
    padding-right: 31px;
}

.course-curriculum-accordion .lecture-group-title:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    left: 22px;
    font-size: 10px;
    top: 16px;
    color: #007791;
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="false"]:before {
    content: "\f067";
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="true"]:before {
    content: "\f068";
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="true"] .total-lectures {
    display: none;
}

.course-curriculum-accordion .lecture-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-curriculum-accordion .lecture-list .lecture {
    padding: 12px 30px 12px 73px;
    position: relative;
    border-bottom: 1px solid #e8e9eb;
    border-left: 1px solid #e8e9eb;
    border-right: 1px solid #e8e9eb;
    color: #686f7a;
}

.course-curriculum-accordion .lecture-list .lecture .lecture-title {
    width: 50%;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-webkit-transition: 0.3s;
}

.course-curriculum-accordion .lecture-list .lecture .lecture-time {
    width: 100px;
    text-align: right;
}

.course-curriculum-accordion .lecture-list .lecture:before {
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f144";
    position: absolute;
    left: 45px;
    opacity: 0.3;
    font-weight: 900;
    font-size: 13px;
    top: 17px;
}

.course-curriculum-accordion .lecture-list .lecture.has-preview {
    color: #007791;
}

.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-title,
.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-preview {
    cursor: pointer;
}

.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-title:hover {
    color: #003845;
}

.student-feedback-box {
    margin: 50px 0;
}

.student-feedback-box .student-feedback-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}

.student-feedback-box .average-rating {
    text-align: center;
    margin-top: 10px;
}

.student-feedback-box .average-rating .num {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.student-feedback-box .average-rating .rating i {
    font-size: 20px;
    color: #f4c150;
    margin-bottom: 5px;
}

.student-feedback-box .individual-rating ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.student-feedback-box .individual-rating ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.student-feedback-box .individual-rating ul li .progress {
    width: 60%;
    height: 20px;
    border-radius: 3px;
    background-color: #f2f3f5
}

.student-feedback-box .individual-rating ul li .progress-bar {
    border-radius: 3px;
    background-color: #a1a7b3;
}

.student-feedback-box .individual-rating .rating i {
    font-size: 14px;
    color: #dedfe0;
}

.student-feedback-box .individual-rating .rating i.filled {
    color: #f4c150;
}

.student-feedback-box .individual-rating li > div:not(.progress) {
    padding-left: 15px;
}

.student-feedback-box .individual-rating li > div:not(.progress) span:not(.rating) {
    text-align: center;
    padding-left: 10px;
    color: #007791;
}

.student-feedback-box .reviews .reviews-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 20px;
}

.student-feedback-box .reviews ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}

.student-feedback-box .reviews .reviewer-details img {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    margin-right: 20px;
}

.student-feedback-box .reviews .reviewer-details .review-time .time {
    color: #686f7a;
}

.student-feedback-box .reviews ul li {
    padding: 30px 0;
    border-top: 1px solid #dedfe0;
}

.student-feedback-box .reviews ul li:last-child {
    border-bottom: 1px solid #dedfe0;
}

.student-feedback-box .reviews .review-details .rating i {
    color: #dedfe0;
    margin-bottom: 15px;
}

.student-feedback-box .reviews .review-details .rating i.filled {
    color: #f4c150;
}

.student-feedback-box .reviews .review-details .review-text {
    color: #505763;
    margin-bottom: 10px;
    font-size: 16px;
}

.student-feedback-box .reviews {
    margin-top: 30px;
}

.reviews .more-reviews-btn {
    text-align: center;
}

.reviews .more-reviews-btn button {
    border-radius: 2px;
    border: 2px solid #007791;
    color: #007791;
    background: #fff;
    padding: 11px 12px;
    font-size: 15px;
    font-weight: 600;
}

.reviews .more-reviews-btn button:hover,
.reviews .more-reviews-btn button:focus {
    background-color: #e6f2f5;
}

/*
course sidebar
*/
.course-sidebar {
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    border-radius: 4px;
    color: #505763;
    padding: 3px;
    position: relative;
    margin-top: -250px;
    z-index: 10;
}

@media only screen and (max-width: 991px) {
    .course-sidebar {
        margin-top: -50px;
        margin-bottom: 20px;
    }
}

.course-sidebar.fixed {
    position: fixed;
    margin-top: 0;
    top: 50px;
    width: 350px;
}

.course-sidebar.fixed .preview-video-box,
.course-sidebar.bottom .preview-video-box {
    display: none;
}

.course-sidebar.bottom {
    margin-top: 0;
}


.preview-video-box a {
    display: block;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.preview-video-box .preview-text {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    height: auto;
    font-size: 15px;
    font-weight: 700;
}

.preview-video-box .play-btn {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../assets/icons/icon-play.svg') no-repeat 50%;
    background-size: auto 50%;
    visibility: visible;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    -moz-transition: -moz-transform .15s ease-in-out;
    -o-transition: -o-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
}

.preview-video-box a:hover > .play-btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.course-sidebar-text-box {
    padding: 15px 30px;
}

.course-sidebar-text-box .price .current-price {
    color: #505763;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-right: 10px;
}

.course-sidebar-text-box .price span {
    vertical-align: middle;
    color: #a1a7b3;
    margin-right: 10px;
}

.course-sidebar-text-box .price .original-price {
    text-decoration: line-through;
}

.course-sidebar-text-box .offer-time {
    color: #208058;
    font-size: 14px;
    margin-bottom: 10px;
}

.course-sidebar-text-box .offer-time i {
    margin-right: 7px;
}

.course-sidebar-text-box .buy-btns .btn {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 2px;
    margin-top: 13px;
    padding: 15px 12px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist {
    color: #fff;
    background-color: #7E57C2;
    border-color: #673AB7;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist:hover, .course-sidebar-text-box .buy-btns .btn-add-wishlist:focus {
    background-color: #673AB7;
    border-color: #992337;
}

.course-sidebar-text-box .buy-btns .btn-buy-now {
    color: #fff;
    background-color: #ec5252;
    border-color: #ec5252;
}

.course-sidebar-text-box .buy-btns .btn-buy-now:hover, .course-sidebar-text-box .buy-btns .btn-buy-now:focus {
    background-color: #992337;
    border-color: #992337;
}

.course-sidebar-text-box .buy-btns .btn-add-cart {
    background: transparent;
    border-color: #505763;
    color: #686f7a;
}

.course-sidebar-text-box .buy-btns .btn-add-cart:hover, .course-sidebar-text-box .buy-btns .btn-add-cart:focus {
    background-color: #f2f3f5;
}

.course-sidebar-text-box .money-back {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 10px;
}

.course-sidebar-text-box .includes {
    margin-bottom: 15px;
}

.course-sidebar-text-box .includes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-sidebar-text-box .includes ul li {
    font-size: 13px;
    padding: 3px;
}

.course-sidebar-text-box .includes ul li i {
    width: 19px;
    font-size: 12px;
}


.display-5 {
    font-size: 2.5rem;
}


.avatar img {
    width: 100%;
    height: 100%;
    border-radius: .375rem;
}

.avatar {
    font-size: 1rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: .375rem;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
}

.avatar-xs {
    font-size: .75rem;
    width: 24px;
    height: 24px;
}

.avatar-sm {
    font-size: .875rem;
    width: 36px;
    height: 36px;
}

.avatar-lg {
    font-size: .875rem;
    width: 58px;
    height: 58px;
}

.avatar-xl {
    width: 74px;
    height: 74px;
}

.avatar-xxl {
    width: 118px;
    height: 118px;
}

.avatar.rounded-circle img, .rounded-circle {
    border-radius: 50% !important;
}

.avatar-group .avatar {
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}


.start_rating .rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 150px;
    position: relative;
}

.start_rating .rating-0 {
    filter: grayscale(100%);
}

.start_rating .rating > input {
    display: none;
}

.start_rating .rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.start_rating .rating > input:checked ~ label,
.start_rating .rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.start_rating .rating > input:not(:checked) ~ label:hover,
.start_rating .rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.start_rating .emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.start_rating .emoji-wrapper:before,
.start_rating .emoji-wrapper:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.start_rating .emoji-wrapper:before {
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
}

.start_rating .emoji-wrapper:after {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
}

.start_rating .emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

.start_rating .emoji > svg {
    margin: 15px 0;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.start_rating #rating-1:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-100px);
}

.start_rating #rating-2:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-200px);
}

.start_rating #rating-3:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-300px);
}

.start_rating #rating-4:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-400px);
}

.start_rating #rating-5:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-500px);
}

.start_rating .feedback {
    /*max-width: 653px;*/
    border: 1px solid #dddddd;
    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
}

.my_page ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.my_page ul li {
    display: inline-block;
    margin-right: 30px;
}

.my_page ul li.active a, .my_page ul li a:hover {
    border-bottom-color: hsla(0, 0%, 60%, .8);
}

.my_page ul li a {
    padding: 0 0 5px;
    border-bottom: 3px solid hsla(0, 0%, 100%, 0);
    /*color: #fff;*/
    color: #000000;
    display: block;
}

.category_item {
    color: #4f4f4f;
    font-size: 15px;
    line-height: 33px;
    margin: 0 0 10px;
    outline: none;
    padding-left: 7px;
    padding-right: 15px;
    width: 100%;
}

a.category_item:hover {
    color: white;
    background: #192675;
    transition: 0.5s;

}

.lesson_view .details .nav-item {
    font-weight: bold;
}

.custom-control-label::before {
    top: .25rem;
}

.custom-control-label::after {
    top: .25rem !important;
}

.lesson_list .custom-control-label {
    padding: 0;
    margin: 0;
    line-height: unset;
    width: unset;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li.active {
    background-color: #c0e4ff !important;
    font-weight: bold;
}

.text-black {
    color: #000000 !important;
}

.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked + label, .switchToggle input:checked + input + label {
    background: #3e98d3;
}

.switchToggle input + label:before, .switchToggle input + input + label:before {
    content: 'No';
    position: absolute;
    top: 5px;
    left: 35px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
    content: 'Yes';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li {
    padding: 20px 20px;
}

.vertical-wrapper .content-vertical .mega-vertical-menu > li .dropdown-menu.vertical-megamenu {
    padding: 0;
}

.vertical-wrapper .content-vertical .mega-vertical-menu > li .dropdown-menu li {
    padding: 13px 30px;
}

.vertical-wrapper .content-vertical .mega-vertical-menu > li .dropdown-menu li > a {
    line-height: inherit;
}

.dropdown-menu-inner ul {
    background-color: #191919;
}

.owl-carousel {
    touch-action: manipulation;
}

.course_tag {
    color: #c8c8c8;
    border: 1px solid #c8c8c8;
    padding: 4px 8px;
    font-size: 12px;
    margin: 0 4px 4px 0;
}


header a {
    color: black;
}

header a:hover {
    color: black;
}

.header-nav {
    background: white !important;
}

.sub_menu {
    font-size: 13px;
    margin-left: 15px;
}

.sub_menu a:hover {
    color: black;
}

.sub_menu * {
    margin-right: 5px;
}

.sub_menu_icon {
    color: black;
    margin-right: 15px;
}

.search-form input {
    border: none;
    background: none;
    border-bottom: 1px solid gray;
    border-radius: 0;
    width: 230px;
    margin: 0;
    height: 28px;
}

.main-menu {
    width: 100%;
    left: 0;
    background: white;
    font-size: 15px;
    padding: 18px 0;
    text-align: center;
    color: black;
}

.main-menu > div > a {
    padding: 18px 0;
    margin: 0 20px;
    color: black;
}

.main-menu > div > a:hover {
    color: black;
}

.footer_bottom_area {
    border-top: 1px solid #383838;
}

.footer_bottom_area, .footer_one {
    background-color: #eeeff4;
}

.mobile-menu {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: white;
}

.mobile-menu > div {
    height: 100%;
}

.mobile-menu-icon {
    font-size: 25px;
    margin-right: 15px;
}

.slide_menu_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    display: none;
    z-index: 10;
    background: rgba(0, 0, 0, 0);
}

.slide_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.menu_content > a {
    border-top: 1px solid #e5e5e5;
}

.menu_content {
    border-bottom: 1px solid #e5e5e5;
}

#my-mobile-menu > li {
    width: 50%;
    text-align: center;
}

#my-mobile-menu > li > a {
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    display: block !important;
}

#my-mobile-menu {
    border-top: 1px solid #EEEFF4;
    border-bottom: none;
}

.mobile-menu-item {
    font-weight: bold;
    color: black;
}

#slide_category > a, #slide_menu > a {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    background: white;
}

.parent-node > div > i {
    transition: all ease 1s;
    transform: rotate(
        90deg
    );
}

.parent-node:hover > div > i {
    transform: rotate(90deg);
}

.collapsed > div > i {
    transform: none !important;
}

.arrow_menu {
    display: none;
    margin-top: 15px;
    position: absolute;
    min-width: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: white;
    color: black;
    font-size: 14px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.arrow_menu:after {
    position: absolute;
    bottom: 100%;
    left: 20%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: white;
    pointer-events: none;
    content: " ";
}

.arrow_menu > li {
    text-align: left;
    position: relative;
    padding: 0 15px;
}

.arrow_menu > li:last-child > a {
    border-bottom: none;
}

.arrow_menu > li.p::after {
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    right: 15px;
    border-top-width: 0;
    border-bottom-color: #e0e0e0;
    transform: rotate(90deg);
    bottom: 35%;
}

.arrow_menu > li > a {
    color: black;
    display: block;
    height: 100%;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.arrow_menu > li:hover > ul {
    display: block;
}

.arrow_menu:hover > li > ul:hover {
    display: block;
}

.arrow_menu > li > ul:hover {
    display: block;
}

.arrow_menu > li:hover > ul:hover {
    display: block;
}

.arrow_menu > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.arrow_menu > li > ul > li {
    padding: 10px;
    background: white;
    border-bottom: 1px solid #e0e0e0;
    min-width: 200px;
}

.arrow_menu > li > ul > li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.arrow_menu > li > ul > li:last-child {
    border-bottom: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (min-width: 993px) {
    .mobile-menu {
        display: none !important;
    }
}


#my-mobile-menu > li > a {
    background: #F9F9F9;
    color: #848484;
}

.bg_default {
    background: #EEEFF4;
}

#my-mobile-menu > li > .active {
    background: white !important;
    color: black !important;
}

.mobile-menu {
    color: black !important;
}

#quick-menu {
    margin-bottom: 30px;
    border-top: 1px solid #EEEFF4;
    border-bottom: 1px solid #EEEFF4;
}

.quick-menu-item {
    width: 25%;
    padding: 20px 0;
    background: white;
    text-align: center;
    border-right: 1px solid #EEEFF4;
}

.quick-menu-item:last-child {
    border-right: none;
}

.quick-menu-item > div {
    display: block;
    text-align: center;
    color: black;
}

.quick-menu-item > div > i {
    font-size: 24px;
    color: black;
}

.quick-menu-item > div:last-child {
    font-size: 14px;
    margin-top: 5px;
}

.slide_menu_header > a {
    color: black;
    background: white;
}

@media (min-width: 993px) {
    header {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .pc-element {
        display: none;
    }

    .footer-padding > div {
        text-align: left;
    }
}

.tab-content > .active {
    display: block !important;
}

.tab-pane > .collapsed > div > span {
    color: #848484;
}

[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: center;
}

[type=search]::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
}

[type=search]:-ms-input-placeholder { /* IE 10+ */
    text-align: center;
}

[type=search]:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

.footer_one {
    padding: 60px 0;
}

.footer-img {
    padding-bottom: 30px;
}

.footer-padding {
    padding-top: 30px;
}
.permission {
    border-radius: 10px;
    font-size: 0.6rem;
    padding: 5px 8px;
    color: #fff;
    font-weight: 400;
    background: rgba(0, 0, 0, 9);
}

.permission:hover {
    color: #fff;
}

.top_courses{
    border: 1px solid #e0e0e0 !important;
    border-radius: 15px;
}

ul.dropdown-menu.inner.show {
    list-style-type: none;
}
@media (min-width: 993px) {
    .footer-padding {
        padding-top: 0;
    }
}

.popup_btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    border-radius: 8px;
}

.popup_btn.never-view {
    background: #EFF0F4;
    color: black;
    padding: 8px 36px;

}

.popup_btn.ez_close {
    background: #000000;
    color: white;
    padding: 8px 26px;
}
.ez_popup_img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 24px;
}

.popup_full {
    background: rgba(0,0,0,0.8);
    z-index: 99999;
}

.popup_full .btn_close {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 18px;
    opacity: 1;
    transition: 1s ease;
    cursor: pointer;
}

@media (min-width: 993px) {
    .fancybox-content, .fancybox-content .fancybox-iframe {
        border-radius: 20px !important;
    }
}



/***** custom 테마 적용을 위해 web_custom_2.0.css 적용 *****/
.bg_custom_orange {
    background: #FB582A !important;
}

.bg_custom_yellow {
    background: #FFB039 !important;
}

.bg_custom_green {
    background: #6FCA86 !important;
}

.bg_custom_blue {
    background: #0D4BC1 !important;
}

.text_custom_orange {
    color: #FB582A !important;
}

.text_custom_yellow {
    color: #FFB039 !important;
}

.text_custom_green {
    color: #6FCA86 !important;
}

.text_custom_blue {
    color: #0D4BC1 !important;
}

.text_custom_muted {
    color: #999999 !important;
}

.font-weight-700 {
    font-weight:700 !important;
}

.my_page ul li.active a, .my_page ul li a:hover {
    border-bottom-color: #FB582A !important;
    color: #FB582A !important;
}

.my_page ul li a {
    padding: 0 0 5px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0);
    color: #000000;
    display: block;
}

.my_page ul .active a {
    color: #FB582A !important;
}

.cart_btnss {
    border-radius: 27px;
    background-color: #0D4BC1 !important;
    width: 100%;
    display: block;
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    height: 50px;
    line-height: 3.2;
    margin-bottom: 23px;
    margin-top: 23px;
    /* max-width: 270px; */
    border: 2px solid #0D4BC1 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart_btnss:hover {
    background-color: #ffffff !important;
    border: 2px solid #0D4BC1 !important;
    color: #0D4BC1 !important;
}

.cart_btnss_white:hover {
    background-color: #0D4BC1 !important;
    color: #ffffff !important;
}

.cart_btnss_white {
    background-color: #ffffff;
    border: 2px solid #0D4BC1 !important;
    border-radius: 27px;
    color: #0D4BC1 !important;
    width: 100%;
    display: block;
    font-size: 15px;
    font-family: "Open Sans";
    line-height: 3.2;
    margin-bottom: 23px;
    height: 50px;
    /* max-width: 234px; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.border-r-20 {
    border-radius: 20px !important;
}

.feature_course_widget > ul > li::before {
    content: "\00B7";
    position: absolute;
    margin-left: -20px;
    font-size: 30px;
    color: #FB582A !important;
}

.feature_course_widget ul li {
    border-bottom: 1px solid #eeeeee;
    color: #0a0a0a;
    font-size: 15px;
    padding: 0 40px !important;
}

.feature_course_widget ul li {
    border-bottom: none !important;
    color: #0a0a0a;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 2.667;
    padding: 0 30px;
}

.more-review-btn {
    border-style: solid;
    border-width: 3px !important;
    border-color: rgb(36, 65, 231);
    border-radius: 25px;
    font-size: 15px;
    font-weight: 700 !important;
    font-family: "Open Sans";
    color: rgb(36, 65, 231);
    line-height: 1.2;
    height: 50px;
    width: 234px;
}

.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar .bar {
    background-color: #0D4BC1 !important;
}

.cs_row_five .student_feedback_container .aii_average_review {
    border-radius: 5px;
    background-color: rgb(237, 239, 247);
    height: 250px;
    position: absolute;
    right: 3px;
    top: 59px;
    width: 350px;
}

.cs_row_five .student_feedback_container .aii_average_review .av_content {
    margin-top: 85px;
}

.cs_row_four .about_ins_container .details {
    padding-left: 100px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
    border-radius: 5px;
    max-width: 550px !important;
    padding-left: 0 !important;
}

.cs_row_five .student_feedback_container .s_feeback_content ul.skills {
    margin-bottom: 10px !important;
}

.student_feedback_container .review-top {
    max-width: 550px !important;
}

.cs_row_three .course_content .details .cc_tab h4.panel-title {
    font-size: 18px;
    font-family: "Nunito";
    color: rgb(59, 59, 59);
    line-height: 1.7;
    border-radius: 5px;
    background-color: #F9FAFC !important;
    height: 50px;
    padding: 10px 20px;
}

.font-size-8 {
    font-size: 8px !important;
}

.font-size-9 {
    font-size: 9px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li.active {
    background-color: #E8F0FE !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
}


.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li.active a {
    color: #000000 !important;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a {
    color: #999999 !important;

}

.font-weight-300 {
    font-weight: 300 !important;
}

.border-r-20-0-0-20 {
    border-radius: 20px 0 0 20px !important;
}

.border-r-0-20-20-0 {
    border-radius: 0 20px 20px 0 !important;
}

.border-r-7 {
    border-radius: 7px !important;
}

.border-r-8 {
    border-radius: 8px !important;
}

.border-r-9 {
    border-radius: 9px !important;
}

.border-r-10 {
    border-radius: 10px !important;
}

.bg_custom_muted {
    background: #F9FAFC !important;
}

.border-r-5 {
    border-radius: 5px !important;
}

.border-r-20-20-0-0 {
    border-radius: 20px 20px 0 0 !important;
}

.border-r-8-8-0-0 {
    border-radius: 8px 8px 0 0 !important;
}

.border-r-0-0-8-8 {
    border-radius: 0 0 8px 8px !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-r-15 {
    border-radius: 15px !important;
}

.border-r-30 {
    border-radius: 30px !important;
}

.border-r-15 {
    border-radius: 15px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.list-group-item.active {
    z-index: 2;
    color: #000000 !important;
    background-color: #F9FAFC !important;
    border-color: #dee2e6 !important;
}

.survey_examples li label {
    cursor: pointer;
    padding: 1.25rem !important;
    display: block;
    margin-bottom: 0;
}

.w-h-20 {
    width: 20px !important;
    height: 20px !important;
}

.border_custom_blue {
    border-color: #0D4BC1 !important;
}

.border_custom_orange {
    border-color: #FB582A !important;
}

.bg_custom_thick_green {
    background: #32C682 !important;
}

.bg_custom_thick_muted {
    background: #DDDDDD !important;
}

.btn_custom_blue:hover {
    color: #fff !important;
    background: #0D4BC1 !important;
}

.btn_custom_orange:hover {
    color: #fff !important;
    background: #FB582A !important;
}

.sonny_progressbar .targetBar {
    background-color: #EEEFF4 !important;
}

.sonny_progressbar .backgroundBar {
    background-color: #EEEFF4 !important;
}

.border-top-none {
    border-top: none !important;
}

.bg_custom_blue:hover {
    background: #083FA9 !important;
    transition: all 0.2s ease-in !important;
}

.input-group-append > .search-btn-2 {
    position: absolute;
    right: 5px;
    top: 3px;
    height: 43px;
    width: 43px;
    z-index: 100;
}

.input-group-append > .search-btn-2 > i {
    position: absolute;
    top: 12px;
    left: 13px;
}

.input-group-append > .search-btn {
    position: absolute;
    right: 12px;
    top: 5px;
    height: 35px;
    width: 35px;
    z-index: 100;
}

.input-group-append > .search-btn > i {
    position: absolute;
    top: 6px;
    left: 9px;
}

.border-r-25 {
    border-radius: 25px !important;
}

/* 1352px 기준 */
@media(max-width: 1352px) {
    #w_btn {
        display: none !important;
    }
}

.page-link {
    border-radius: 10px !important;
}

.page-item {
    margin-left: 8px !important;
}

.page-item.active .page-link {
    background-color: #0D4BC1 !important;
    border-color: #0D4BC1 !important;
}

a.category_item:hover {
    color: black !important;
    background: transparent !important;
    transition: 0.5s;
}

.courses_single_container .cs_row_four .about_ins_container .about_ins_info {
    float: left !important;
}


/* review responsive */
@media (max-width: 1352px) {
    .aii_average_review {
        width: 250px !important;
    }
}

@media (max-width: 1200px) {
    .aii_average_review {
        width: 90% !important;
    }
}

/* mobile */
@media (max-width: 769px) {
    .comments_count {
        width: 170px !important;
        height: 65px;
        border-radius: 100px;
        border: 1px solid #dee2e6;
    }

    .aii_average_review {
        width: 100% !important;
    }
}

.btn, div, li, a {
    font-family: "Spoqa Han Sans Neo", "Open Sans" !important;
}

.b-1px {
    bottom: 1px !important;
}

.b-2px {
    bottom: 2px !important;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:last-child {
    border-bottom: 1px solid #eeeeee !important;
}

.modal-content {
    border-radius: 15px !important;
}

.btn .dropdown-toggle .btn-light {
    margin-left: -30px !important;
}

::placeholder {
    text-align: left !important;
    font-family: "Spoqa Han Sans Neo" !important;
}

.feature_course_widget ul li span {
    color: #999999 !important;
}

.border-r-15 {
    border-radius: 15px !important;
}

.h-p-55 {
    height: 55px !important;
}

.bg_custom_dark {
    background: #000000 !important;
}

.btn_outline_custom_blue:hover {
    background: #083FA9 !important;
    color: #ffffff !important;
}

.border-r-30-0-0-30 {
    border-radius: 30px 0 0 30px !important;
}

.border-r-0-30-30-0 {
    border-radius: 0 30px 30px 0 !important;
}

.customSwitchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.customSwitchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #d1d1d1;
    border-radius: 100px;
    position: relative;
}

.customSwitchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.customSwitchToggle input:checked + label, .customSwitchToggle input:checked + input + label {
    background: #0D4BC1 !important
}

.customSwitchToggle input + label:before, .customSwitchToggle input + input + label:before {
    content: 'OFF';
    position: absolute;
    font-weight: normal;
    font-size: 12px;
    top: 8px;
    left: 32px;
    width: 10px;
    height: 10px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.customSwitchToggle input:checked + label:before, .customSwitchToggle input:checked + input + label:before {
    content: 'ON';
    position: absolute;
    top: 8px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.customSwitchToggle input:checked + label:after, .customSwitchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.customSwitchToggle label:active:after {
    width: 60px;
}

.btn_custom_outline_blue:hover {
    color: #fff !important;
    background: #0D4BC1 !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.category_item {
    margin: 0 10px; !important;
}

.bootstrap-select button.dropdown-toggle:focus {
    outline: none !important;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.feature_course_widget {
    padding: 30px 0 10px;
}

.custom_shadow {
    box-shadow: 0 3px 10px rgba(13,75,193,.2) !important;
}

.h-p-70 {
    height: 70px !important;
}

.w-p-70 {
    width: 70px !important;
}

.bg_custom_muted2 {
    background: #EEEff4 !important;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu {
    z-index: 10000 !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.blog_list .item img {
    filter: brightness(100%) !important;
}

.blog_list .item img:hover {
    filter: brightness(80%) !important;

}

.text-muted {
    color: #999999 !important;
}

.text-secondary {
    color: #999999 !important;
}

.cs_row_five .student_feedback_container .aii_average_review .av_content h2 {
    font-family: "Spoqa Han Sans Neo" !important;
}

.bg_custom_light {
    background: #e0e0e0 !important;
}

.text_custom_light {
    color: #e0e0e0 !important;
}

/* 헤더 web blade 이전 */
main {
    min-height: calc(100vh - 230px);
}
.menu_content {
    min-height: calc(100vh - 60px);
}
header a {
    color: black;
}

header a:hover {
    color: black;
}

.header-nav {
    background: white!important;
}
.sub_menu {
    font-size: 13px;
    margin-left: 15px;
}

.sub_menu a:hover {
    color: black;
}

.sub_menu * {
    margin-right: 5px;
}

.sub_menu_icon {
    color: black;
    margin-right: 15px;
}

.search-form input {
    border: none;
    background: none;
    border-bottom: 1px solid gray;
    border-radius: 0;
    width: 230px;
    margin: 0;
    height: 28px;
}

.main-menu {
    width: 100%;
    left: 0;
    background: white;
    font-size: 15px;
    padding: 0px 0px;
    color: black;
    text-align: center !important;
}

.main-menu > ul > li > a {
    padding: 18px 0px;
    margin: 0px 20px;
    color: black;
    z-index: 1030;
}
.main-menu > ul > li {
    text-align: left;
    z-index: 1030;
}
.main-menu > ul {
    z-index: 1030;
}

.main-menu > ul > li > a:hover {
    color: #c75533;
}

.footer_bottom_area {
    border-top: 1px solid #e0e0e0;
}
.footer_bottom_area, .footer_one {
    background-color: #eeeff4;
}

.mobile-menu {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: white;
}

.mobile-menu > div {
    height: 100%;
}

.mobile-menu-icon {
    font-size: 25px;
    margin-right: 15px;
}

.slide_menu_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow-y: scroll;
    display: none;
    z-index: 10;
    background: rgba(0, 0, 0, 0);
}

.slide_menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
}

.menu_content > a {
    border-top: 1px solid #e5e5e5;
}

.menu_content {
    border-bottom: 1px solid #e5e5e5;
}

#my-mobile-menu > li {
    width: 50%;
    text-align: center;
}

#my-mobile-menu > li > a {
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    display: block!important;
}

#my-mobile-menu {
    border-top: 1px solid #EEEFF4;
    border-bottom: none;
}

.mobile-menu-item {
    font-weight: bold;
    color: black;
}

#slide_category > a , #slide_menu > a {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    background: white;
}

.parent-node > div > i {
    transition: all ease 1s;
    transform: rotate(
        90deg
    );
}
.parent-node:hover > div > i {
    transform: rotate( 90deg );
}

.collapsed > div > i {
    transform: none!important;
}

.copyright-widget > a {
    margin-left: 5px;
    margin-right: 5px;
}

.arrow_menu {
    display: none;
    margin-top: 15px;
    position: absolute;
    min-width: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: white;
    color: black;
    font-size: 14px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.arrow_menu:after {
    position: absolute;
    bottom: 100%;
    left: 20%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: none;
    border-bottom-color: white;
    border-width: 10px;
    pointer-events: none;
    content: " ";
}

.arrow_menu > li {
    text-align: left;
    position: relative;
    padding: 0px 15px;
}

.arrow_menu > li:last-child > a {
    border-bottom: none;
}

.arrow_menu > li.p::after {
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    right: 15px;
    border-top-width: 0;
    border-bottom-color: #e0e0e0;
    transform: rotate(90deg);
    bottom: 35%;
}

.arrow_menu > li > a {
    color: black;
    display: block;
    height: 100%;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.arrow_menu > li:hover > ul {
    display: block;
}

.arrow_menu:hover > li > ul:hover{
    display: block;
}

.arrow_menu > li > ul:hover {
    display: block;
}

.arrow_menu > li:hover > ul:hover {
    display: block;
}

.arrow_menu > li > ul {
    position: absolute;
    left: 100%;
    top:0;
    display: none;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.arrow_menu > li > ul > li {
    padding: 10px;
    background: white;
    border-bottom: 1px solid #e0e0e0;
    min-width: 200px;
}

.arrow_menu > li > ul > li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.arrow_menu > li > ul > li:last-child {
    border-bottom: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (min-width: 993px) {
    .mobile-menu {
        display: none !important;
    }
}

#my-mobile-menu > li > a {
    background: #F9F9F9;
    color: #848484;
}

.bg_default {
    background: #EEEFF4;
}

#my-mobile-menu > li > .active {
    background: white !important;
    color: black!important;
}

.mobile-menu {
    color: black !important;
}

#quick-menu {
    margin-bottom: 30px;
    border-top: 1px solid #EEEFF4;
    border-bottom: 1px solid #EEEFF4;
}

.quick-menu-item {
    width: 25%;
    padding: 20px 0px;
    background: white;
    text-align: center;
    border-right: 1px solid #EEEFF4;
}

.quick-menu-item:last-child{
    border-right: none;
}

.quick-menu-item > div {
    display: block;
    text-align: center;
    color: black;
}

.quick-menu-item > div > i {
    font-size: 24px;
    color: black;
}

.quick-menu-item > div:last-child {
    font-size: 14px;
    margin-top: 5px;
}
.slide_menu_header > a{
    color: black;
    background: white;
}

@media (min-width: 993px) {
    header {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .pc-element {
        display: none;
    }
    .footer-padding > div{
        text-align: left;
    }
}

.tab-content > .active {
    display: block!important;
}


.tab-pane > .collapsed > div > span {
    color: #848484;
}

ul {
    list-style: none;
    padding-inline-start: 0px;
}

[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: center;
}

[type=search]::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
}

[type=search]:-ms-input-placeholder { /* IE 10+ */
    text-align: center;
}

[type=search]:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

.footer_one {
    padding: 40px 0px;
    border-top: 1px solid #e0e0e0;
}

.footer-img {
    padding-bottom: 30px;
}

.footer-padding {
    padding-top: 30px;
}

@media (min-width: 993px) {
    .footer-padding {
        padding-top: 0px;
    }
}

.footer_links_a a {
    padding-left: 5px;
    padding-right: 5px;
}

.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: none;
    margin-top: 0px;
    margin-right: 0px;
    position: absolute;
    right: 23px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu > li > ul.sub-menu, header.header-nav.home2.style_one .ace-responsive-menu > li > ul.sub-menu {
    margin-left: 0px!important;
}

header. header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu:before {
    left: 25px;
}

.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 261px;
    top: 0px;
    display: none;
    list-style: none;
}

.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    left: 100%;
}

#design_toolbar {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    font-size: 14px;
    font-family: "Apple SD Gothic Neo", "Nanum Barun Gothic", "Malgun Gothic", "Noto Sans", "sans-serif", 아리따돋움, aritadm, "Noto Sans", arial, sans-serif;
    color: rgb(33, 33, 33);
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    cursor: auto;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    position: fixed;
    width: 50px;
    left: 0;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
    bottom: 0;
    top: 0;
    padding-top: 20px;
    z-index: 500;
}

.header-change {
    position: absolute;
    top: 70px;
    left: 30px;
    z-index: 100;
    width: 100px;
    height: 100px;
}
/* end */

.header-change-img {
    animation: Bounce 0.8s ease-in-out infinite alternate;
}

@keyframes Bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(8px);
    }
}

.mobile-header {
    z-index: 200 !important;
}

@media (max-width: 768px) {
    .header-change {
        display: none;
    }
}

.blog_post_home4 .bph4_thumb:before {
    background-color: rgba(0, 0, 0, .1) !important;
}
