﻿/* 2018.03.29 */

.course-list .menu-3rd
{
    font-size: 18px;
    line-height: 60px;

    display: none;

    width: 1440px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;

    color: #666;
    border-top: 1px solid #e6e6e6;
    background-color: #f7f7f7;
}
.course-list .menu-3rd li
{
    display: inline-block;

    margin-right: 24px;
}
.course-list .active-3rd
{
    color: #e10032;
}
.course-list .on
{
    display: inline-block;
}
.course-list .menu-con{
  display: none;
}
.course-list .menu-list2{
  display: block;
}
.course-list .menu-list .active{
  border-bottom: 0;
}
.m-menu-1st{
  display: none;
}

@media screen and (max-width: 1400px)
{
    .course-list .menu-3rd
    {
        display: block;

        width: auto;
        height: auto;
    }
}
@media screen and (max-width: 768px)
{   

    .course-list .menu-3rd
    {
        display: none;
    }
    .course-list .menu-2nd
    {
        display: none;
    }
    .m-menu-2nd dl
    {
        font-size: 16px;

        display: none;

        text-indent: 10px;
    }
    .m-menu-1st .selected dl a
    {
        color: #666;
    }
    .m-menu-1st .selected .active a
    {
        color: #e10032;
    }
    .open .m-menu-2nd dl
    {
        display: block;
    }

    .m-menu-1st
    {
        position: relative;
        display: block;
        width: 95%;
        /* height: 36px; */
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #e6e6e6; 
        border-radius: 4px;
        background: #f7f7f7;
        font-size: 18px;
        line-height: 2; 
    }
    .m-menu-1st li{
      display: none;
    }
    .m-menu-1st .selected
    {
        display: block;
    }
    .m-menu-1st .selected a
    {
        color: #e10032;
    }
    .m-menu-1st .list-arr
    {
        position: absolute;
        top: 18px;
        right: 23px; 
        width: 28px;
        height: 23px;
    }
    
    .open
    {
        height: auto;
    }
    .open li
    {
        display: block;
    }
    .course-list .m-menu-1st li{
        display: none;
    }
    .course-list .m-menu-1st .selected{
        display: block;
    }
    .course-list .open li
    {
        display: block;
    }
    .course-list .m-menu-1st .active{
        border-bottom: 0;
    }
}

.sa-tplby .sa-c-title
{
    border-bottom: 0;
}
.sa-tplby-menu
{
    margin-bottom: 20px;
}
.sa-tplby-menu .menu-3rd
{
    border-top: 0;
}
