﻿.detail-main{
    padding-left:10px ;
    padding-right: 10px;
}
 .detail-main .detail-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-align: left;
    margin-bottom: 9px;
}

.detail-main .detail-wrapper{
    display: flex;
    justify-content: space-between;
    height: 20px;
    align-items: center;
    margin-bottom: 3px;
}

.detail-main .detail-wrapper .topic-detail{
    font-weight: 400;
font-size: 10px;
line-height: 15px;
color: #A6ADB2;
}

.detail-main .detail-wrapper .price{
    font-weight: 600;
font-size: 12px;
line-height: 18px;
text-align: right;

color: #1B7062;
}

.detail-main .line-break{
    border: 1px solid #EFF0F7;
    width: 100%;
    border-width: 1px 0px 0px 0px;
    margin-top: 5px;
    height: 1px;
    margin-bottom: 5px;
}

.main-instalment-price{
    background: #1B7062;
    height: 86px;
    padding-left: 10px;
    padding-top: 3px;
    text-align: left;
}

.main-instalment-price .header-text{
    font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #FFFFFF;
height: 20px;
}

.main-instalment-price .start-peice-text{
    font-weight: 400;
font-size: 10px;
line-height: 15px;
color: #FFFFFF;
}

.main-instalment-price .price{
    font-weight: 500;
font-size: 16px;
line-height: 24px;

color: #FFFFFF;
}

.main-instalment-price .instalment-condition{
    font-weight: 300;
font-size:8px;
line-height: 12px;
color: #FFFFFF
}

.margin-bottom10{
    margin-bottom: 10px !important;
}

 .note-buttom{
    font-weight: 400;
font-size:8px;
line-height: 12px;
margin-top: auto;
color: #58585B;
text-align: left;
}