/* 배너 화면 */
.banner-wrap .banner {
    height: 320px;
    padding: 48px;
    text-align: left;
    background-image: url(/img/banner_img.svg);
    background-repeat: no-repeat;
    /* background-size: auto; */
    background-position: center;
    box-sizing: border-box;
}
.banner-wrap .banner .banner-title {
    margin-bottom: 24px;
    font-family: 'BM DOHYEON', 'Noto Sans KR', sans-serif;
    font-style: normal;
    font-size: 32px;
    font-weight: 400;
    line-height: 52px;
    white-space: pre-line;
    color: #fff;
}
.banner-wrap .banner .banner-title .strong {
    color: #4fab47;
}
.banner-wrap .banner .banner-context {
    font-family: 'Noto Sans KR', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.05em;
    white-space: pre-line;
    color: #fff;
}

/* 건 수 화면 */
.summary-list-wrap .summary-list {
    display: flex;
    width: 100%;
    /* margin: 32px 0 60px; */
    margin: 24px 0 48px;
}
.summary-list-wrap .summary-list .summary-item .summary-item-icon {
    position: absolute;
    bottom: 10px;
    left:20px;
}

.summary-list-wrap .summary-list .summary-item {
    user-select: none;
    position: relative;
    
    width: 100%;
    /* height: 162px; */
    height: 152px;
    /* margin-left: 24px; */
    margin-left: 20px;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}
.summary-list-wrap .summary-list .summary-item:first-child {
    margin-left: 0;
}
.summary-list-wrap .summary-list .summary-item:nth-child(1) {
    background-color: #a7d073;
}
.summary-list-wrap .summary-list .summary-item:nth-child(2) {
    background-color: #ffca62;
}
.summary-list-wrap .summary-list .summary-item:nth-child(3) {
    background-color: #f1a8a8;
}
.summary-list-wrap .summary-list .summary-item:nth-child(4) {
    background-color: #91a1dd;
}
.summary-list-wrap .summary-list .summary-item .summary-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.summary-list-wrap .summary-list .summary-item .summary-box .summary-title {
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #fff;
}
.summary-list-wrap .summary-list .summary-item .summary-box .summary-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.summary-list-wrap .summary-list .summary-item .summary-box .summary-content .summary-cnt {
    font-style: normal;
    /* font-size: 50px; */
    font-size: 45px;
    font-weight: 700;
    line-height: 72px;
    text-align: right;
    color: #fff;
}
.summary-list-wrap .summary-list .summary-item .summary-box .summary-content .summary-unit {
    margin-left: 8px;
    margin-bottom: 9px;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}

/* 검색바 화면 */
.search-bar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-bar-wrap .search-bar {
    display: flex;
    width: 100%;
}
.search-bar-wrap .search-bar .datepicker-wrap {
    width: 100%;
    max-width: 160px;
    margin-right: 16px;
}
.search-bar-wrap .search-bar .datepicker-wrap .datepicker-input {
    max-width: 160px;
    height: 39px;
    padding: 8px 16px;
    font-family: 'Noto Sans KR', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #000b33;
    
    background-image: url(/img/date_icon.svg);
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: right;
    background-position-x: calc(100% - 10px);
}
.search-bar-wrap .search-bar .search-text-wrap {
    display: inline-flex;
    width: 100%;
    max-width: 450px;
    text-align: left;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background-color: #fff;
}
.search-bar-wrap .search-bar .search-text-wrap .search-text {
    width: 100%;
    height: 39px;
    padding: 8px 12px;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #000b33;
}
.search-bar-wrap .search-bar .search-text-wrap .search-text::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}
.search-bar-wrap .search-bar .search-text-wrap .search-button {
    width: 50px;
    height: 100%;
    border: none;
    background-image: url(/img/search_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: calc(100% - 18px);
    background-color: unset;
    cursor: pointer;
}
.search-bar-wrap .side-buttons .button {
    margin: 0;
}

/* shop list */
/* .search-context {}
.shop-board-wrap {} */
.shop-board-wrap .shop-board-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
}
.shop-board-wrap .shop-board-title::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 26px;
    margin-right: 12px;
    background-image: url(/img/doc_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.shop-board-wrap .shop-board-title > p {
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000b33;
}
.shop-board-wrap .shop-board {
    width: 100%;
    margin: 24px 0 60px;
}
.shop-board-wrap .shop-board thead tr {
    background-color: #f4f4f4;
}
.shop-board-wrap .shop-board tr { 
    height: 55px;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
    box-sizing: border-box;
}
.shop-board-wrap .shop-board tr th,
.shop-board-wrap .shop-board tr td {
    vertical-align: middle;
}
.shop-board-wrap .shop-board tr th {
    font-style: normal;
    /* font-size: 16px; */
    /* font-size: 14px; */
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}
.shop-board-wrap .shop-board tr td {
    font-weight: 400;
    font-size: 13px;
}
/* .shop-board-wrap .shop-board tr td:nth-child(1) { width: 150px; } */
/* .shop-board-wrap .shop-board tr td:nth-child(2) { width: 150px; } */
.shop-board-wrap .shop-board tr td:nth-child(3) { width: 90px; }
/* .shop-board-wrap .shop-board tr td:nth-child(4) { width: 200px; } */
.shop-board-wrap .shop-board tr td:nth-child(5) { width: 180px; }
.shop-board-wrap .shop-board tr td:nth-child(6) { width: 155px; 
    overflow:hidden;
    max-width: 155px;
    text-overflow:ellipsis;
    white-space:nowrap;
 }
.shop-board-wrap .shop-board tr td:nth-child(7) { width: 90px; }
/* .shop-board-wrap .shop-board tr td:nth-child(8) { width: 100px; } */
.shop-board-wrap .shop-board tr td .button {
    /* height: 39px; */
    height: 32px;
    font-size: 13px;
}
.state-button-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.state-button-group .button.state{
    padding: 2px 6px;
    width: 50px;
    min-width: 50px;
    font-size: 14px;
    margin-right: 2px;
    margin-left: 2px;
}