
.navigation-menu a {
    text-decoration: none;
}



.m_menu_ul {
    padding-top: 70px;
}

.plus_i {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

.plus_i::after {
    background-color: #5195d4;
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.plus_i::before {
    background-color: #5195d4;
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.m_menu_ul > li {
    position: relative;
    
    font-size: 17px;
    font-weight: 500;
    color: #5195d4;
    display: block;
    border-top: #5195d4 solid 0.5px;
}

.m_menu_ul > li > p {
    position: relative;
    padding: 15px 22px;
    cursor: pointer;
}

.m_menu_ul > li:last-child {
    border-bottom: #5195d4 solid 0.5px;
}

.m_menu_ul ul {
    display: none;
    font-size: 14px;
    padding: 10px 22px;
    border-top: #5195d4 solid 0.5px;
    background: #efefef99;
}

.m_menu_ul ul p {
    font-size: 15px;
    padding-bottom: 10px;
}

.m_menu_ul ul li:last-child p {
    padding: 0;
}

.kor_eng {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    width: 80%;
    text-align: center;
}

.kor_eng a {
    color: #5195d4;
    text-decoration: none;
}