.search_box {
    margin: 0 8px 15px;
    padding: 15px 20px 15px;
    background: #eaecf0;
}

.search-radio {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.search-radio-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.search-radio .search-radio-item label {
    font-size: 14px;
    font-weight: normal !important;
}

.fund_search {
    display: flex;
    align-items: center;
    width: 100%;
}

.fund_search .fund_keyword {
    width: 75%;
    position: relative;
}

.fund_search .fund_keyword .icon_search {
    position: absolute;
    content: "";
    top: 10px;
    right: 4px;
}

.fund_search .fund_keyword .fund_input {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px;
    padding-right: 28px;
}

.fund_search .fund_btn {
    width: 25%;
    padding-left: 20px;
}

.fund_search .fund_btn .btn_primary {
    width: 100%;
}

.btn_primary {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 18px 0 17px;
    border: 0;
    border-radius: 3px;
    background: #680718;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.btn_primary:hover {
    background-color: #863945;
}
.select-item-container {
    margin-left: 20px;
    flex-wrap: wrap;
}

.select-item {
    width: calc(100% / 3 - 26.7px);
    padding: 20px 10px;
    font-size: 13px;
}

.living-item,
.leisure-item,
.others-item,
.voucher-item,
.gourmet-item {
    padding: 0;
    font-size: 14px;
    /* height: fit-content; */
    line-height: 61.5px;
    width: 65px;
}

.living-item+div,
.leisure-item+div,
.others-item+div,
.voucher-item+div,
.gourmet-item+div {
    width: calc(100% - 75px);
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.gourmet-item {
    margin-top: 0;
}

.select-item-container.col-4 .select-item {
    width: calc(100% / 4 - 27.5px);
}

.btn_group {
    display: flex;
    align-items: center;
    background: #f2efe9;
    padding: 23px 0px;
    padding-left: 35px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.btn_group .col_group:nth-child(1) {
    flex: 2.5;
}

.btn_group .col_group:nth-child(2) {
    flex: 0.5;
}

.btn_group .btn_search {
    width: 100%;
}

#btn_search_code.disabled, #btn_search_all.disabled {
    background: #eaecf0;
    border: 1px solid #cccccc;
    color: #333333;
    cursor: default;
}

.btn_group .col_group {
    display: flex;
    justify-content: center;
}

.btn_clear {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eaecf0;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 16px 18px;
    border-radius: 3px;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    cursor: pointer;
    line-height: 1.6;
    font-size: 18px;
}

.btn_search {
    padding: 18px 0 17px;
    font-size: 18px;
    text-decoration: none;
}

.btn_primary {
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .select-item-container {
        flex-direction: column;
    }

    .select-item {
        width: auto;
    }
    .fund_search .fund_keyword .fund_input {
		height: 44px;
		font-size: 11px;
	}
	.search_box {
		margin: 0;
		padding: 15px;
	}
    .living-item,
    .leisure-item,
    .others-item,
    .voucher-item,
    .gourmet-item {
        width: auto;
        text-align: left;
        padding-left: 10px;
        line-height: 32px;
    }

    .living-item+div,
    .leisure-item+div,
    .others-item+div,
    .voucher-item+div,
    .gourmet-item+div {
        flex-direction: column;
        width: auto;
    }

    .select-item-container.col-4 .select-item {
        width: auto;
    }

    .btn_primary {
        padding: 10px 0;
    }

    .btn_group {
        display: flex;
        align-items: center;
        background: #f2efe9;
        padding: 10px 0px;
        margin-top: 15px;
    }

    .btn_group .col_group {
        padding-right: 10px;
    }

    .btn_group .col_group:nth-child(1) {
        flex: 1.5;
    }

    .btn_group .col_group:nth-child(2) {
        flex: 0.5;
    }

    .btn_clear {
        padding: 16px 10px;
        width: 90%;
        line-height: 1.3;
        font-size: 16px;
    }

    .btn_group .btn_search {
        width: 90%;
        padding: 16px 0;
        line-height: 1.3;
        font-size: 16px;
    }

    .hdg-l3.search-radio {
        justify-content: space-between;
        padding-right: 0px;
    }

    .search-radio .search-radio-item label {
        font-size: 14px;
    }
}