.list-flex {
    display: flex;
}
.sidebar {
    width: 220px;
    margin-right: 30px;
}
.list {
    width: calc( 100% - 250px );
}
.list-service-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.list-service-flex .service-item {
    margin-bottom: 2%;
}
.list-service-flex .service-item:nth-of-type(4n){
    margin-right: 0;
}
@media only screen and (max-width: 1300px) {
    .list-service-flex {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .list-service-flex .service-item {
        margin-right: 0;
    }
}
.list-search {
    font-size: 14px;
    color: #866100;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    display: block;
    margin-bottom: 10px;
}
.list-result__area {
    text-align: right;
    margin-bottom: 10px;
}
@media (max-width: 600px) {
    .list-result__area {
        text-align: center;
    }
}
.list-sort {
    display: inline-block;
    margin: 0 15px 10px;
}
.list-sort select {
    border: 2px solid #ECB935;
    color: #866100;
    padding: 3px 10px;
    font-size: 12px;
}
.list-result {
    display: inline-block;
    font-size: 14px;
    color: #866100;
}
.pagenation__area {
    margin-bottom: 40px;
    text-align: center;
}
.pagenation__area span {
    margin: 0 10px;
    font-weight: bold;
}
.pagenation__area span a:hover {
    opacity: .7;
}
.pagenation-arrow {
    width: 30px;
    text-align: center;
}
.pagenation-arrow img {
    width: 12px;
    height: auto
}
.pagenation-number a {
    color: #4BCB92;    
}
.pagenation-number.active a {
    color: #515151;    
}
@media only screen and (max-width: 1300px) and (min-width: 891px) {
    .list-service-flex .service-item {
        width: 32%;
    }
    .list-service-flex::after {
        display: block;
        content:"";
        width: 32%;
    }
}
@media only screen and (max-width: 890px) {
    .list-service-flex .service-item {
        width: 48%;
    }
    .service-item__image-area {
        height: 18vw;
    }
}
@media only screen and (max-width: 768px) {
    .list-flex {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .list {
        width: 100%;
    }
    .list-service-flex .service-item {
        width: 48.5%;
        margin-right: 0 !important;
    }
    .service-item__image-area {
        height: 18vw;
    }
    .list-service-flex .service-item {
        min-width: auto;
    }
}
@media only screen and (max-width: 388px) {
    .service-item .service-item__face-area {
        margin-bottom: 0;
    }
    .service-item .service-item__name-area {
        margin-left: 10px;
        margin-bottom: 5px;
    }
}


/* sidebar */
.sidebar-tub {
    display: inline-block;
    background-color: #ECB935;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
}
.sidebar-body {
    background-color: #F5F3EE;
}
@media (min-width: 769px) {
    .sidebar-body {
        display: block!important;
    }
}
.sidebar-sort__title {
    font-weight: bold;
    font-size: 12px;
    color: #4BCB92;
    padding: 20px 15px 0;
}
.sidebar-body > ul > li {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
    position: relative;
}
.sidebar-body > ul > li:first-child {
    border-top: 1px solid #ddd;
}
.sidebar-parent__name {
    padding: 7px 15px 7px 50px;
    font-size: 12px;
    color: #866100;
    display: block;
    cursor: pointer;
}
.sidebar-parent__iconarea {
    top: 16px;
    left: 40px;
}
.sidebar-parent__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 12px;
    height: 1px;
    background: #4BCB92;
    transform: translateY(-50%);
}
.sidebar-parent__icon:after {
    content: "";
    position: absolute;
    top: 25%;
    right: 8px;
    width: 12px;
    height: 1px;
    background: #4BCB92;
    transform: rotate(90deg);
    transition: 0.5s;
}
.sidebar-parent__icon.open:before {
    transition: 0.5s;
}
.sidebar-parent__icon.open:after {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}
.sidebar-children {
    margin-bottom: 15px;
}
.sidebar-children li {
    font-size: 12px;
    color: #866100;
    padding: 0 20px;
}
.sidebar-children li input[type="checkbox"] {
    margin-right: 15px;
}
.sidebar-keyword__area {
    padding: 10px 20px;
}
.sidebar-keyword__area label {
    font-size: 12px;
    color: #866100;
    margin-right: 10px;
}
.sidebar-body input[type="checkbox"] {
    vertical-align: middle;
    margin-top: 0;
}
.sidebar-search {
    padding: 10px 20px;
    margin-bottom: 20px;
}
.sidebar-search input[type="search"]{
    border-radius: 20px;
    border: 1px solid #5e5e5e;
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
}
.sidebar-search input[type="search"]:focus-visible{
    outline: 0;
}
.sidebar-search-button {
    padding : 0 20px 30px;
    text-align: center;
}
.arrow-768 {
    display: none;
}
.sidebar-search-button input[type="submit"]{
    display: block;
    width: 100%;
    font-weight: bold;
    border: none;
    background-color: #4BCB92;
    padding: 4px 0;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.sidebar-search-button input[type="submit"]:hover{
    background-color: #ECB935;
}
@media only screen and (max-width: 768px) {
    .sidebar-tub {
        display: block;
        padding: 8px 20px;
        border-radius: 0;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }
    .sidebar-tub:hover {
        opacity: .7;
    }
    .arrow-768 {
        display: inline;
        margin-right: 10px;
        width: 12px;
        vertical-align: middle;
    }
    .arrow-768-right {
        margin-left: 10px;
        transform: rotate( 180deg );
    }
}