@import url(./animate.css);
@import url(./menu_footer.css);
@font-face { font-family: 'JasmineUPC'; src: url(../fonts/upcjl.ttf); }
@font-face { font-family: 'Gills Sans MT Condensed'; src: url(../fonts/GILC____.TTF); }
@font-face { font-family: 'Geometr231B'; src: url(../fonts/GEO231B.TTF); }
@font-face { font-family: 'bank_gothic_light_bt'; src: url(../fonts/bank_gothic_light_bt.ttf); }
body { background: #fff; }
header nav,footer .body { background: #d9d2c5; }
.site.side-open { height: 100vh; }
.P_header .page_heading {
    padding: 10px 0 5px 0;
    margin: 3vh auto 12vh auto;
    font-size: 36px;
    max-width: 550px;
    border-bottom: 1px solid #e8e8e9;
    color: #000;
    font-family: 'Gills Sans MT Condensed';
}
.box {
    width: 90%;
    margin: 10vh auto;
    display: grid;
    grid-template-columns: 18% 1fr;
    grid-gap: 20px;
    box-shadow: 0 0 3px #989898;
}
.box .left {
    background: #f4f5f6;
    box-shadow: 10px 0 10px -10px #7e7e7e;
    padding: 13vh 0 0 15px;
    overflow: visible;
}
.box .left ul { width: 100%; }
.box .left li {
    position: relative;
    list-style: none;
    font-family: 'bank_gothic_light_bt';
    height: 60px;
    line-height: 60px;
    margin: 15px 0;
    cursor: pointer;
    background: #f4f5f6;
    transition: all 0.2s;
}
.box .left li.active {
    font-size: 1.3em;
    text-align: center;
    transition: all 0.2s;
}
.box .left li.active span {
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 40px;
    background: #f4f5f6;
    width: 250px;
    padding: 0;
    transition: all 0.2s;
}

.box .right {
    padding: 4vh 15px 4vh 7px;
}
.box .right > .title {
    position: relative;
    font-family: 'bank_gothic_light_bt';
    font-size: 25px;
}
.box .right > .title::before {
    content: '';
    position: absolute;
    bottom: 7px;
    right: 0;
    height: 1px;
    width: 100%;
    background: #333;
}
.box .right .content {
    width: 97%;
    background: #f4f5f6;
    margin: 5vh 0;
    padding: 8vh 30px 5vh 60px;
}
.box .right .content .title {
    position: relative;
    height: 1px;
    background: #000;
    margin: 0 0 6vh 0;
}
.box .right .content .title span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    padding: 0 10px 0 5px;
    background: #f4f5f6;
    font-weight: 600;
    font-size: 18px;
}
.box .right .content p {
    margin: 0 0 0 20px;
    font-family: 'JasmineUPC';
    font-size: 22px;
}