@charset "utf-8";

/* notificaion.htm */
.tomato-state {
    padding: calc(env(safe-area-inset-top) + 66px) 5% 0;
}

.tomato-state .state-board{
    display: flex;
    justify-content: center;
    margin: 30px 0 40px
    ;
}

.tomato-state .state-board div{
    width: auto;
    padding: 0;
}
.tomato-state  .state-board .state-tit,
.tomato-state  .state-board .state-txt{
    display: flex;
    align-items: center;
    background-color: #fff;
}
.tomato-state .state-board .state-tit img{
    width: 40px;
}
.tomato-state  .state-board .state-tit h4,
.tomato-state  .state-board .state-txt h4{
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    color: #000;
}

.tomato-state .state-txt #totalPoint{
    color: #d9281b;
}

.tomato-state .state-board div+div {
    margin-left: 30px;
}

/* tab */
.category {
    text-align: center;
    border-bottom: 2px solid #d9d9d9;
    padding: 0;
}
.category ul{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: calc( 100% - 30px);
    max-width: 330px;
}
.category ul li {
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
    width: 120px;
}

.category ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    margin-top: 0;
    line-height: 28px;
}

.category ul li.on a {
    font-size: 14px;
    color: #452812;
    border-bottom: 2px solid #452812;
    margin-top: 0;
    font-weight: 600;
}


.base-list {
    padding: 56px 20px 80px;
    background-color: #fff;
}

.base-list.search-list-place {
    margin-top: 0px;
    padding: 0 5%;
}

.base-list ul li {
    position: relative;
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid #f6f6f6;
    margin: 0 auto;
}
.base-list ul li a{
    display: flex;
}
.base-list ul li a img{
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 10px;
}

.base-list ul li .title{
    font-size: 12px;
    color: #767676;
}
.base-list ul li .txt{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}


.base-list ul li span.base-list-sub {
    font-size: 12px;
    font-weight: 400;
    color: #767676;
}

.base-list-sub-place{padding-top:2px;font-size: 14px; font-weight: bold; color:black; width: 300px;}

.base-list-title .blt_bt{
    display: flex;justify-content: space-between;
    flex-wrap: nowrap;
}
.base-list ul li .point-p {
    display: flex;
    flex-wrap: nowrap;
}
.base-list ul li .point-p span{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-right: 4px;
    display: inline;
}

.base-list ul li .point-p .point-plus{
    font-size: 14px;
    color: #d9281b;
    font-weight: 600;
    padding-right: 4px;
}