/* BASIC css start */
.leftcs {
    border-top: 1px solid #eaeaea;
    padding: 15px;
    position: relative;
}

.cs_call {
    color: #202020;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

.cs_call_desc {}

.cs_call_desc h4 {
    color: #202020;
    font-weight: 500;
    font-size: 14px;
    padding-top: 20px;
}

.cs_call_desc p {
    font-weight: 300;
    color: #202020;
    font-size: 13px;
    line-height: 1.5;
    padding-top: 10px;
    letter-spacing: -0.5px;
}

.cs_bank {
    position: absolute;
    top: 45px;
    right: 7px;
    /* color: #202020; */
    /* font-weight: 300; */
}

.cs_bank p.bank_info {
    color: #202020;
    font-weight: 300;
    letter-spacing: -0.75px;
    margin-left: 0;
    margin-bottom: 3px;
}

.cs_bank h4, .cs_sns h4 {
    color: #202020;
    font-size: 13px;
    padding-bottom: 10px;
}

.cs_sns {
    position: absolute;
    top: 65px;
    right: 7px;
}

.cs_sns .f_sns {
    width: 202px;
}


.f_sns {
    /* padding-top: 25px; */
    font-size: 0;
}

.f_sns a {
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin-right: 9px;
    font-size: 13px;
    color: #202020;
    font-weight: 300;
    /* padding-left: 48px; */
    letter-spacing: -0.75px;
}
.f_sns a span {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.f_sns a:nth-child(1) span {
    background: url(/design/infos/images/f_sns.png) no-repeat 0 0;

}

.f_sns a:nth-child(2) span {
    background: url(/design/infos/images/f_sns.png) no-repeat -132px 0;
}

.f_sns a:nth-child(3) span {
    background: url(/design/infos/images/f_sns.png) no-repeat -145px 0;
    background-size: cover;
}

.f_sns a:nth-child(4) span {
    background: url(/design/infos/images/f_sns.png) no-repeat -218px 0;
    background-size: cover;
}

.f_sns a:nth-child(5) span {
    background: url(/design/infos/images/f_sns.png) no-repeat -294px 0;
    background-size: cover;
}

.cs_tab {
    font-size: 0;
    border-top: 1px solid #eaeaea;
    padding: 15px;
    /* margin-left: 1px; */
}

.cs_tab li {
    display: inline-block;
    width: 50%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    position: relative;
    /* margin-left: -1px; */
}

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

.cs_tab li a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #b6b6b6;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.cs_tab li a.on {
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
} 
/* BASIC css end */

