@charset "utf-8";
/* CSS Document */

.m-elelayui-nav {
        border-radius: 0px;
    }
    body{background-image:initial!important;}
  ul.navTabs_mob {
    display: flex;
    justify-content: space-around;
}



.navTabs_mob li {
    font-weight: 400;
    font-size: 36px;
    color: #000;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    position: relative;
    height: 60px;
}

.navTabs_mob li.active {
    font-weight: 600;
    font-size: 36px;
    color: #9C6724;
}

.navTabs_mob li.active::before {
    content: "";
    width: 63px;
    height: 5px;
    background: #9c6724;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

ul.txtList li {
        width: 100%;
        height: auto;
        margin: 0;
        box-sizing: border-box;
        background: none;
        border: none;
        border-bottom: 1px solid #D6D1CB;      
        padding: 27px 0 20px 20px;
}

.tab-all {
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

ul.txtList li h2 {
    width: 100%;
    font-size: 32px;
    height:auto;
   line-height:50px;
        padding-left: 20px;
        box-sizing: border-box;
        text-align: justify;margin-bottom:6px;
}

ul.txtList li p {
    font-size: 24px;
}
    ul.txtList li:before {
    width: 8px;
    height: 8px;
    top:50px;  
}
    ul.txtList li h2 a {
    color: #585858;
}
    
    p.more a {
    width: 200px;
    height: 48px;
    background: #F2EADE;
    box-shadow: 0px 2px 1px 0px rgba(143, 123, 97, 0.34);
    border-radius: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #8C8070;
    text-align: center;
    line-height: 48px;
    margin: 44px;
}
    p.more {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
    ul.txtList li:last-child {
    border-bottom: none;
}
    