@media (min-width: 768px) and (max-width: 991px) {
  .header-search {
    padding: 34px 0 22px;
    transition: all 0.3s ease 0s;
  }
  .header-search-inner {
    position: relative;
  }
  .header-search-inner button.search-toggle {
    color: #666;
    display: block;
    font-size: 20px;
    line-height: 1;
    padding: 15px 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
  }
  .sticky .header-search {
    padding: 14px 0 0;
  }
  .sticky .header-search-inner button.search-toggle {
    padding: 10px 15px;
  }
  .top-search-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    height: 60px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -5px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 0;
  }
    .search-result-box {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
        opacity: 0;
        position: absolute;
        right: 0;
        top: -5px;
        width: 400px;
        transition: all 0.3s ease 0s;
        padding-left: 2rem !important;
        transform: scaleY(0);
        transform-origin: 0 0 0;
    }
  .sticky .top-search-box {
    height: 40px;
    top: 0;
  }
  .top-search-box > input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 100%;
    padding: 0 10px;
    width: 100%;
  }
  .top-search-box > input:focus {
    border: none;
  }
  .top-search-box > button {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #999999;
    float: left;
    font-size: 20px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    width: 60px;
  }
  .header-search-inner:hover button.search-toggle {
    opacity: 0;
  }
  .header-search-inner:hover .top-search-box {
    opacity: 1;
    right: 20px;
    visibility: visible;
    width: 400px;
  }
    .header-search-inner:hover .search-result-box {
        opacity: 1;
        right: 7px;
        top: 65px;
        background-color: white;
        transform: scaleY(1);
    }
  .sticky .header-search-inner:hover .top-search-box {
    width: 400px;
  }
    .sticky .header-search-inner:hover .search-result-box {
        width: 400px;
    }
  .top-search-box input[type="text"]:focus {
      border: medium none;
  }

  .mean-container{
    padding-bottom: 10px;
  }

    .service-info{
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
  .logo-container{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .search-container{
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .header-search {
    transition: all 0.3s ease 0s;
  }
  .header-search-inner {
    position: relative;
  }
  .header-search-inner button.search-toggle {
    color: #666;
    display: block;
    font-size: 20px;
    line-height: 1;
    padding: 3px 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
  }
  .sticky .header-search-inner button.search-toggle {
    padding: 10px 15px;
  }
  .top-search-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    height: 50px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -5px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 0;
  }
    .search-result-box {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
        opacity: 0;
        position: absolute;
        right: 0;
        top: -5px;
        width: 320px;
        transition: all 0.3s ease 0s;
        padding-left: 2rem !important;
        transform: scaleY(0);
        transform-origin: 0 0 0;
    }
  .sticky .top-search-box {
    height: 40px;
    top: 0;
  }
  .top-search-box > input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 100%;
    padding: 0 10px;
    width: 100%;
  }
  .top-search-box > input:focus {
    border: none;
  }
  .top-search-box > button {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #999999;
    float: left;
    font-size: 20px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    width: 60px;
  }
  .header-search-inner:hover button.search-toggle {
    opacity: 0;
  }
  .header-search-inner:hover .top-search-box {
    opacity: 1;
    right: 20px;
    visibility: visible;
    width: 320px;
  }
    .header-search-inner:hover .search-result-box {
        opacity: 1;
        right: 7px;
        top: 55px;
        background-color: white;
        transform: scaleY(1);
    }
  .sticky .header-search-inner:hover .top-search-box {
    width: 400px;
  }
    .sticky .header-search-inner:hover .search-result-box {
        width: 320px;
    }
  .top-search-box input[type="text"]:focus {
      border: medium none;
  }

  .about-photo img{
      width: 100%;
      margin-bottom: 10px;
  }
}

@media (max-width: 320px){
    .search-result-box {
        width: 305px;
    }
    .header-search-inner:hover .top-search-box {
        right: -15px;
        width: 305px;
    }
    .header-search-inner:hover .search-result-box {
        right: 8px;
    }
    .sticky .header-search-inner:hover .search-result-box {
        width: 300px;
    }
}

/* product-item */
.detail-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

    .detail-button a {
        background: transparent;
        border: 1px solid #ddd;
        border-radius: 5px;
        color: #999999;
        display: none;
        font-size: 14px;
        height: 30px;
        text-align: center;
        width: 70%;
    }

.product-item:hover .detail-button a {
    display: inline-block;
}

.detail-button:hover a {
    background: #FF7F00;
    border-color: #FF7F00;
    color: #fff;
}

/*width*/
::-webkit-scrollbar {
    width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


