main {width: 340px;}
main .top {}
main .top .title {
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: #484242;
}
main .top .title span {
    font-size: 1.25rem; font-weight: 600;
    color: #0F6FB8;
}
main .top .img {
    width: 183px;
    margin-bottom: 18px;
}
main .top .img img {width: 100%;}
main .contents {}
main .contents .content {
    font-size: 0.813rem; color: #484242; 
    line-height: 1.3; letter-spacing: -0.2px;
    margin-bottom: 15px;
}
main .contents .content:last-child {margin-bottom: 0;}
main .contents .content span {
    font-size: 0.938rem; color: #000;
    line-height: 1.3; letter-spacing: -0.2px;
}
main .bottom {
    margin-top: 20px;
    width: 331px; background-color: #f5f5f5;
    padding: 23px 8px;
}
main .bottom .phone {}
main .bottom .phone .b_num {
    display: flex; align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
main .bottom .phone .b_num .num {
    font-size: 0.813rem;
}
main .bottom .phone .b_num .num_l {
    font-size: 0.813rem; letter-spacing: -0.35px;
}
main .bottom .phone .b_num .num:last-child {margin-bottom: 0;}
main .bottom .account {
    margin-top: 16px;
}
main .bottom .account p {
    margin-bottom: 5px;
    color: #484242;
}
main .bottom .account p:last-child {margin-bottom: 0;}
main .bottom .account .img {width: 90px;}
main .bottom .account p img {width: 100%;}
main .bottom .account p span {font-weight: 600;}