/* BASIC css start */
.cs_tab {
    font-size: 0;
    margin-top: 40px;
    border: 1px solid #c6c6c6;
}

.cs_tab li {
    display: inline-block;
    width: 50%;
    text-align: center;
    height: 49px;
    line-height: 49px;
    position: relative;
}

.cs_tab li:first-child:after {content: "";background: #c6c6c6;width: 1px;height: 100%;position: absolute;top: 0;right: 0;}

.cs_tab li a {
    display: block;
    height: 49px;
    line-height: 49px;
    color: #333;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-size: 24px;
    font-weight: 600;
    background: #fafafa;
}

.cs_tab li a.on {
    background: #ff4752;
    color: #fff;
}
/* BASIC css end */

