.LCA {
    margin-top: 2rem;
    background-color: #fafafa;
    box-shadow: 0 0.5em 1em -0.125em hsla(0,0%,4%,.1), 0 0 0 1px hsla(0,0%,4%,.02);
}

.LCA h4 {
    padding: 1rem 15px 0rem 15px;
    width: 50%;
    font-size: 2rem;
}

.LCA h3 {
    font-size: 1rem;
}

.LCA .LCA_title {
    display: flex;
}

.LCA .LCA_title div {
    display: flex;
    align-items: center;
}

.LCA .LCA_input {
    padding: 1rem 0;
    display: flex;
}

.LCA .LCA_input .LCA_input_box {
    width: 100%;
    height: 2rem;
}

.LCA .tL_res {
    display: none;
}

.LCA .aL_res {
    display: none;
}

.LCA .LCA_res .line_res {
    font-size: 14px;
    font-weight: 500;
    padding: 0.5rem 0 1rem;
    display: flex;
    flex-wrap: wrap;
}

.LCA .LCA_res span {
    display: inline-block;
}

.LCA .LCA_res .LCA_chart {
    width: 100%;
    height: 500px;
    position: relative;
}

.LCA .LCA_divide {
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid #6d6c6c;
}
