@charset "utf-8";

#payPlanTable{
    margin-top: 42px;
    font-family: 'NanumSquareRound';
}

#payPlanTable thead th{
    border-top: 0;
    background-color: #fff;
    padding-bottom: 30px;
    border: 0;
}

#payPlanTable thead th > div{
    height: 330px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;

    box-sizing: border-box;
}

#payPlanTable thead th + th> div{
    border-left: 1px solid #d8d8d8;
}

#payPlanTable thead .name{
    font-size: 22px;
    color: #32302e;
    font-weight: 700;
}

#payPlanTable thead .description{
    margin-top: 35px;
    color: #666;
    line-height: 17px;
    font-size: 14px;
    font-weight: 400;
}
#payPlanTable thead .description .plus{
    display: block;
    height: 33px;
    font-size: 0;
    background-image: url(/payPlan/image/v5/img.plus.png);
    background-repeat: no-repeat;
    background-position: center;
}

#payPlanTable thead .pricing{
    margin-top: 42px;
}

#payPlanTable thead .pricing strong{
    color: #32302e;
    font-size: 24px;
    font-weight: 700;
}

#payPlanTable thead .pricing span{
    padding-left: 12px;
    margin-top: 1px;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    text-align: center;
}

#payPlanTable thead .pricing .strike{
    position: relative;
    top: -3px;
    display: inline-block;
    width: 55px;
    padding-left: 7px;
    background-image: url(/payPlan/image/v5/img.strike.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
}
#payPlanTable thead .pricing .strike + strong{
    margin-left: -8px;
}

#payPlanTable thead button{
    margin-top: 38px;
    width: 100%;
    height: 40px;
    background-color: #918c88;
    color: #fff;
    font-size: 14px;
    font-family: 'NanumSquareRound';
    border-radius: 3px;
}

/**
    기능
 */
#payPlanTable thead .feature > div{
    padding-left: 10px;
    padding-right: 10px;
}

#payPlanTable thead .feature > div span{

    padding-top: 277px;
    padding-right: 18px;
    color: #333333;
    font-size: 16px;
    padding-bottom: 14px;
    vertical-align: bottom;
    display: block;
    border-bottom: 2px solid #918c88;
    background-image: url(/payPlan/image/v5/arrow.down.png);
    background-repeat: no-repeat;
    background-position: bottom 14px right 74px;
    height: 100%;
    box-sizing: border-box;
    font-weight: 400;
}

#payPlanTable tbody .subTitle td{
    text-align: left;
    border-top: 1px solid #d8d8d8;
    height: 60px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
#payPlanTable tbody .subTitle strong{
    padding-left: 28px;
    color: #000000;
    font-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left center;
    padding-top: 1px;
    padding-bottom: 1px;
}

#payPlanTable tbody .subTitle.chatting strong{
    background-image: url(/payPlan/image/v5/title.chatting.png);
}
#payPlanTable tbody .subTitle.analysis strong{
    background-image: url(/payPlan/image/v5/title.analysis.png);
}
#payPlanTable tbody .subTitle.support strong{
    background-image: url(/payPlan/image/v5/title.support.png);
}

#payPlanTable tbody .blank td{
    padding: 0;
    height: 10px;
    box-sizing: border-box;
}

#payPlanTable tbody td{
    height: 50px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}

#payPlanTable tbody td:first-child{
    text-align: left;
    padding-left: 21px;
}
#payPlanTable tbody .bgRed{
    background-color: #fff7f1;
}

#payPlanTable tbody .sign_o{
    font-size: 0;
    display: block;
    background-image: url(/payPlan/image/v5/img.o.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 auto;
}

#payPlanTable tbody .sign_fill_o{
    font-size: 0;
    display: block;
    background-image: url(/payPlan/image/v5/img.fill.o.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 auto;
}

#payPlanTable tbody .sign_x{
    font-size: 0;
    display: block;
    background-image: url(/payPlan/image/v5/img.x.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 auto;
}

#payPlanTable tbody td span + span{
    display: block;
    margin-top: 7px;
}

/**
    무료
 */
#payPlanTable thead .free .pricing{
    margin-top: 94px;
}

#payPlanTable thead .free button{
    margin-top: 53px;
    background-color: #32302e;
}

/**
    베이직
 */



/**
    스탠다드
 */
#payPlanTable thead .standard{
    background-image: url(/payPlan/image/v5/img.label.hot.png);
    background-repeat: no-repeat;
    background-position: top right 10px;
}

#payPlanTable thead .standard .pricing{
    margin-top: 25px;
}

/**
    프로
 */

#payPlanTable thead .pro .pricing{
    margin-top: 25px;
}