.mbp_pagination ul.page_navigation li.active .page-link {
    background-color: #3581FF !important;
}

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

.filter-option-inner-inner {
    font-size: 16px;
}

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

.bootstrap-select {
    width: 110px !important;
}

.our-team {
    padding-top : 32px !important;
}
ul.show {
    list-style: none!important;
}
@media (max-width: 768px) {
    input::placeholder {
        font-size: 11px !important;
    }
}
a.fliter {
    color: #888;
    /* border: 1px solid #c8c8c8; */
    padding: 4px 8px;
    font-size: 18px;
    margin: 0px 4px 4px 0px;
}
a.fliter2 {
    color: #555;
    /* border: 1px solid #c8c8c8; */
    padding: 4px 8px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 4px 4px 0px;
}

/* 다국어 학당, 실시간 강의 버튼 */
.course_box {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.course_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #3581FF;
}

.course_box .thumb {
    border-bottom: 1px solid #f0f0f0;
    background-color: #f9f9f9;
}

.course_box .thumb img {
    object-fit: contain;
}

.course_box .tc_content button.permission_class {
    font-size: 0.875rem;
    padding: 4px 12px;
    margin-top: 5px;
    border-radius: 20px;
    pointer-events: none;
}

.course_box .card-title {
    font-size: 1rem;
    line-height: 1.4;
    min-height: 48px;
}

.course_box .price-font {
    font-size: 0.875rem;
    color: #555;
}

.img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

h2.section-heading {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #333;
}

.h2-text{
    line-height: 1.6;
}


/**카테고리 리스트 */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 5px;
    background: #f8f9fa;
    padding: 10px 12px;
    font-size: 1rem;
}

.category-list li.active {
    background: #007bff;
    font-weight: bold;
    color: #fff;
}

.category-list li.active a {
    color: #fff;
}

.category-list li.sub {
    margin-left: 15px;
    position: relative;
}

.category-list li.sub::before {
    content: "▾";
    position: absolute;
    left: -12px;
    top: 10px;
    color: #666;
    font-size: 12px;
}

.category-list a {
    text-decoration: none;
    color: inherit;
    display: block;
}

ul{
    list-style:none;
}
.side-nav-categories {
    padding: 0px;
    position: relative;
    padding-bottom: 0px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #eee #d5d5d5 #eee;
    box-shadow: 0 5px 0 rgba(200,200,200,.2);
    top: 0;                 /* 필요 시 제거 */
}

.title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 12px 25px 10px 25px;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #ed6663;
    margin-top: 0px;
    margin-left: -10px;
}

.title:before {
    font-family: FontAwesome;
}

.title:after {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #d95451 #d95451 transparent transparent;
}

ul#category-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
}

ul#category-tabs li {
    display: block;
    position: relative;
    margin: 0;
    border-bottom: 1px #ececec solid;
    padding: 10px 18px;
}
ul.sub-category-tabs li {
    padding: 2px  !important;
}
ul.sub-category-tabs li {
    border-bottom: 0px !important;
}

ul#category-tabs li a {
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.2rem;
}

ul#category-tabs li a i {
    /* top: 12px; */
    right: 18px;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 2px;
    color: #ed6663;
}

/*밑줄 효과과 */
.side-nav-categories {
    width: 250px;
    border: 1px solid #e0e0e0;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.side-nav-categories .title {
    background: #ed6663;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    margin-bottom: 15px;
}

#category-tabs {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#category-tabs > li {
    margin-bottom: 8px;
    position: relative;
}

#category-tabs > li > a {
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    position: relative;
}

#category-tabs > li > a:hover::after {
    width: 100%;
}

#category-tabs > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #ed6663;
    transition: width 0.3s ease;
}

#category-tabs > li > a > i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #ed6663;
}

/* 하위 카테고리 리스트 */
.sub-category-tabs li a {
    position: relative;
    display: inline-block;
    padding: 4px 0;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    width: 100%;
}

.sub-category-tabs li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #ed6663;
    transition: width 0.3s ease;
}

.sub-category-tabs li a:hover::after {
    width: 100%;
}

.sub-category-tabs li a:hover {
    color: #ed6663;
}

/**미디어 */
@media (max-width: 500px) {
    .h2-text{
        font-size: 1rem;
    }
}

@media (min-width: 500px) and (max-width: 800px) {
    .h2-text{
        font-size: 1.6rem;
    }
}